mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merged with upstream
This commit is contained in:
@@ -1 +1 @@
|
||||
""
|
||||
|
||||
|
||||
Vendored
+3
-3
@@ -719,9 +719,9 @@ declare class Callout {
|
||||
/** Re-renders the actions menu. Call after the actions menu is changed. */
|
||||
refreshActions(): void;
|
||||
/** Display the callout. Animation can be used only for IE9+ */
|
||||
open(useAnimation: boolean);
|
||||
open(useAnimation?: boolean);
|
||||
/** Hide the callout. Animation can be used only for IE9+ */
|
||||
close(useAnimation: boolean);
|
||||
close(useAnimation?: boolean);
|
||||
/** Display if hidden, hide if shown. */
|
||||
toggle(): void;
|
||||
/** Do not call this directly. Instead, use CalloutManager.remove */
|
||||
@@ -4441,7 +4441,7 @@ declare module SP {
|
||||
get_id(): number;
|
||||
get_information(): SP.TimeZoneInformation;
|
||||
localTimeToUTC(date: Date): SP.DateTimeResult;
|
||||
uTCToLocalTime(date: Date): SP.DateTimeResult;
|
||||
utcToLocalTime(date: Date): SP.DateTimeResult;
|
||||
}
|
||||
export class TimeZoneCollection extends SP.ClientObjectCollection<TimeZone> {
|
||||
itemAt(index: number): SP.TimeZone;
|
||||
|
||||
@@ -1 +1 @@
|
||||
""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user