amazon-quicksight-embedding-sdk
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -142,3 +142,6 @@ /// <reference types="node" /> | ||
protected experienceFrame: ConsoleExperienceFrame; | ||
protected currentPage: string | undefined; | ||
constructor(frameOptions: FrameOptions, contentOptions: ConsoleContentOptions, controlOptions: ControlOptions, experienceIdentifiers: Set<string>); | ||
createSharedView: () => Promise<ResponseMessage>; | ||
private interceptMessage; | ||
protected extractExperienceFromUrl: (url: string) => IConsoleExperience; | ||
@@ -208,2 +211,3 @@ } | ||
themeOptions?: ThemeOptions; | ||
viewId?: string; | ||
} | ||
@@ -241,2 +245,3 @@ | ||
setPreloadThemes: (preloadThemes: string[]) => Promise<ResponseMessage>; | ||
createSharedView: () => Promise<ResponseMessage>; | ||
protected extractExperienceFromUrl: (url: string) => IDashboardExperience; | ||
@@ -626,2 +631,3 @@ private interceptMessage; | ||
readonly Q_PANEL_EXITED_FULLSCREEN: "Q_PANEL_EXITED_FULLSCREEN"; | ||
readonly PAGE_NAVIGATION: "PAGE_NAVIGATION"; | ||
}; | ||
@@ -659,3 +665,5 @@ | ||
height?: number; | ||
}> | EmbeddingEvent<typeof InfoMessageEventName.Q_SEARCH_ENTERED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.Q_SEARCH_EXITED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.Q_PANEL_ENTERED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.Q_PANEL_EXITED_FULLSCREEN, undefined>; | ||
}> | EmbeddingEvent<typeof InfoMessageEventName.Q_SEARCH_ENTERED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.Q_SEARCH_EXITED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.Q_PANEL_ENTERED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.Q_PANEL_EXITED_FULLSCREEN, undefined> | EmbeddingEvent<typeof InfoMessageEventName.PAGE_NAVIGATION, { | ||
pageType?: string; | ||
}>; | ||
@@ -776,2 +784,3 @@ export declare interface InternalConsoleExperience extends IConsoleExperience { | ||
readonly PRELOAD_THEMES: "PRELOAD_THEMES"; | ||
readonly CREATE_SHARED_VIEW: "CREATE_SHARED_VIEW"; | ||
readonly CALLBACK_OPERATION_INVOKED: "CALLBACK_OPERATION_INVOKED"; | ||
@@ -793,2 +802,3 @@ readonly CONTENT_LOADED: "CONTENT_LOADED"; | ||
readonly Q_PANEL_EXITED_FULLSCREEN: "Q_PANEL_EXITED_FULLSCREEN"; | ||
readonly PAGE_NAVIGATION: "PAGE_NAVIGATION"; | ||
}; | ||
@@ -925,2 +935,3 @@ | ||
readonly PRELOAD_THEMES: "PRELOAD_THEMES"; | ||
readonly CREATE_SHARED_VIEW: "CREATE_SHARED_VIEW"; | ||
readonly CALLBACK_OPERATION_INVOKED: "CALLBACK_OPERATION_INVOKED"; | ||
@@ -942,2 +953,3 @@ readonly CONTENT_LOADED: "CONTENT_LOADED"; | ||
readonly Q_PANEL_EXITED_FULLSCREEN: "Q_PANEL_EXITED_FULLSCREEN"; | ||
readonly PAGE_NAVIGATION: "PAGE_NAVIGATION"; | ||
}; | ||
@@ -966,2 +978,3 @@ ChangeEventLevel: { | ||
readonly Q_PANEL_EXITED_FULLSCREEN: "Q_PANEL_EXITED_FULLSCREEN"; | ||
readonly PAGE_NAVIGATION: "PAGE_NAVIGATION"; | ||
}; | ||
@@ -1002,2 +1015,3 @@ InfoChangeEventName: { | ||
readonly PRELOAD_THEMES: "PRELOAD_THEMES"; | ||
readonly CREATE_SHARED_VIEW: "CREATE_SHARED_VIEW"; | ||
}; | ||
@@ -1058,3 +1072,3 @@ GetterMessageEventName: { | ||
export declare const SDK_VERSION = "2.7.0"; | ||
export declare const SDK_VERSION = "2.8.0"; | ||
@@ -1074,2 +1088,3 @@ export declare const SetterMessageEventName: { | ||
readonly PRELOAD_THEMES: "PRELOAD_THEMES"; | ||
readonly CREATE_SHARED_VIEW: "CREATE_SHARED_VIEW"; | ||
}; | ||
@@ -1085,3 +1100,5 @@ | ||
sheetId?: string; | ||
}> | EmbeddingMessageEvent<typeof SetterMessageEventName.PRELOAD_THEMES, string[]> | EmbeddingMessageEvent<typeof SetterMessageEventName.SET_THEME_OVERRIDE, ThemeConfiguration>; | ||
}> | EmbeddingMessageEvent<typeof SetterMessageEventName.PRELOAD_THEMES, string[]> | EmbeddingMessageEvent<typeof SetterMessageEventName.SET_THEME_OVERRIDE, ThemeConfiguration> | EmbeddingMessageEvent<typeof SetterMessageEventName.CREATE_SHARED_VIEW, { | ||
viewId?: string; | ||
}>; | ||
@@ -1088,0 +1105,0 @@ export declare interface Sheet { |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.37.0" | ||
"packageVersion": "7.47.7" | ||
} | ||
] | ||
} |
{ | ||
"name": "amazon-quicksight-embedding-sdk", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "JS SDK for embedding Amazon QuickSight", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1006149
1904
2002