@schneideress/dashboardframework 0.0.222 → 0.0.223
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/schneideress-dashboardframework.umd.js +2 -0
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra.event.enum.js +3 -1
- package/esm5/lib/ra.event.enum.js +3 -1
- package/fesm2015/schneideress-dashboardframework.js +2 -0
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +2 -0
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra.event.enum.d.ts +3 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -612,6 +612,8 @@
|
|
|
612
612
|
/**To raise new widget add click event */
|
|
613
613
|
AddNewWidgetToDashboard: "AddNewWidgetToDashboard",
|
|
614
614
|
HideDashboardBanner: "HideDashboardBanner",
|
|
615
|
+
/**To launch flyout from custom widget library */
|
|
616
|
+
LaunchCustomWidgetFlyout: "LaunchCustomWidgetFlyout",
|
|
615
617
|
};
|
|
616
618
|
/** @enum {string} */
|
|
617
619
|
var RAEventKey = {
|