@schneideress/dashboardframework 0.0.25 → 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.
@@ -177,7 +177,6 @@ var RaDashboardService = /** @class */ (function (_super) {
177
177
  */
178
178
  function (widgetInfo, appConfig) {
179
179
  this.baseUrl = appConfig.apiBaseUrl;
180
- console.log('in update widget service');
181
180
  return this.post('widget/UpdateUserWidget', widgetInfo);
182
181
  };
183
182
  /** To Move or change position if current widget container*/
@@ -368,6 +367,8 @@ var RAEvent = {
368
367
  AddWidget: "AddWidget",
369
368
  /** done button click on widget library flyout */
370
369
  widgetLibraryDoneClick: "widgetLibraryDoneClick",
370
+ /**refresh favorite icon after srtting and resetting favorites */
371
+ favoriteIconRefresh: "favoriteIconRefresh",
371
372
  };
372
373
  /** @enum {string} */
373
374
  var RAEventKey = {