@schneideress/dashboardframework 0.0.24 → 0.0.25
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 -1
- 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/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +3 -1
- package/fesm2015/schneideress-dashboardframework.js +13 -2
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +13 -2
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
{ type: core.Component, args: [{
|
|
921
921
|
selector: 'ra-dashboard-area',
|
|
922
922
|
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
|
|
923
|
+
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
924
|
}] }
|
|
925
925
|
];
|
|
926
926
|
/** @nocollapse */
|
|
@@ -5746,6 +5746,7 @@
|
|
|
5746
5746
|
GridsterModule,
|
|
5747
5747
|
http.HttpClientModule,
|
|
5748
5748
|
ngxUiLoader.NgxUiLoaderModule,
|
|
5749
|
+
essBase.TranslateModule,
|
|
5749
5750
|
angularNotifier.NotifierModule.withConfig(customNotifierOptions)
|
|
5750
5751
|
],
|
|
5751
5752
|
exports: [
|