@schneideress/dashboardframework 0.0.24 → 0.0.26
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 -2
- 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-dashboard-area/ra.dashboard.area.js +1 -1
- package/esm2015/lib/ra.dashboard.module.js +3 -1
- package/esm2015/lib/ra.dashboard.service.js +1 -2
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +3 -1
- package/esm5/lib/ra.dashboard.service.js +1 -2
- package/fesm2015/schneideress-dashboardframework.js +3 -3
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +3 -3
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -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*/
|
|
@@ -920,7 +919,7 @@
|
|
|
920
919
|
{ type: core.Component, args: [{
|
|
921
920
|
selector: 'ra-dashboard-area',
|
|
922
921
|
template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\">\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
923
|
-
styles: ["gridster{width:inherit;resize:height;display:flex
|
|
922
|
+
styles: ["gridster{width:inherit;resize:height;display:flex}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
|
|
924
923
|
}] }
|
|
925
924
|
];
|
|
926
925
|
/** @nocollapse */
|
|
@@ -5746,6 +5745,7 @@
|
|
|
5746
5745
|
GridsterModule,
|
|
5747
5746
|
http.HttpClientModule,
|
|
5748
5747
|
ngxUiLoader.NgxUiLoaderModule,
|
|
5748
|
+
essBase.TranslateModule,
|
|
5749
5749
|
angularNotifier.NotifierModule.withConfig(customNotifierOptions)
|
|
5750
5750
|
],
|
|
5751
5751
|
exports: [
|