@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.
@@ -211,7 +211,6 @@
211
211
  */
212
212
  function (widgetInfo, appConfig) {
213
213
  this.baseUrl = appConfig.apiBaseUrl;
214
- console.log('in update widget service');
215
214
  return this.post('widget/UpdateUserWidget', widgetInfo);
216
215
  };
217
216
  /** To Move or change position if current widget container*/
@@ -402,6 +401,8 @@
402
401
  AddWidget: "AddWidget",
403
402
  /** done button click on widget library flyout */
404
403
  widgetLibraryDoneClick: "widgetLibraryDoneClick",
404
+ /**refresh favorite icon after srtting and resetting favorites */
405
+ favoriteIconRefresh: "favoriteIconRefresh",
405
406
  };
406
407
  /** @enum {string} */
407
408
  var RAEventKey = {