@schneideress/dashboardframework 0.0.26 → 0.0.27

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.
@@ -367,6 +367,8 @@ var RAEvent = {
367
367
  AddWidget: "AddWidget",
368
368
  /** done button click on widget library flyout */
369
369
  widgetLibraryDoneClick: "widgetLibraryDoneClick",
370
+ /**refresh favorite icon after srtting and resetting favorites */
371
+ favoriteIconRefresh: "favoriteIconRefresh",
370
372
  };
371
373
  /** @enum {string} */
372
374
  var RAEventKey = {
@@ -5785,5 +5787,15 @@ var RaBaseDashboardFilter = /** @class */ (function () {
5785
5787
  return RaBaseDashboardFilter;
5786
5788
  }());
5787
5789
 
5790
+ /**
5791
+ * @fileoverview added by tsickle
5792
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5793
+ */
5794
+
5795
+ /**
5796
+ * @fileoverview added by tsickle
5797
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5798
+ */
5799
+
5788
5800
  export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, GridsterModule as ɵa, GridsterComponent as ɵb, GridsterItemComponent as ɵc, GridsterPreviewComponent as ɵd, customNotifierOptions as ɵe };
5789
5801
  //# sourceMappingURL=schneideress-dashboardframework.js.map