@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.28 to 5.4.29
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.28", | ||
"version": "5.4.29", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -362,2 +362,6 @@ import { Asset, Button, DisplaySelectorCallback, FeedData, Layout, OpenConfirmOptions, ThemeAsset, EncodingStatusResult, UploaderOptions, UploadedFileResult, ApiDataConnectorOptions, DataConnectionConfig, AssetPreviewRequest, AssetPreviewData } from './external-types'; | ||
/** | ||
* Opens dialog to copy templates across different accounts | ||
*/ | ||
openCopyTemplatesDialog<T>(assets: Array<Asset<T>>): Promise<any>; | ||
/** | ||
* Lets dashboard know that the state of user changes in the app changed. | ||
@@ -364,0 +368,0 @@ * |
@@ -133,2 +133,3 @@ /** | ||
OpenContentIntervalSettingsDialog = "dashboard.openContentIntervalSettingsDialog", | ||
OpenCopyTemplatesDialog = "dashboard.openCopyTemplatesDialog", | ||
SetAppHasUnsavedChanges = "dashboard.appHasUnsavedChanges", | ||
@@ -135,0 +136,0 @@ ClearQueryString = "social.clearQueryString", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
261556
3605