Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amazon-quicksight-embedding-sdk

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-quicksight-embedding-sdk - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

23

dist/index.d.ts

@@ -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 {

2

dist/tsdoc-metadata.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc