@schneideress/dashboardframework 0.0.251 → 0.0.252
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 -5
- 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.base.dashboard.template.js +3 -6
- package/esm5/lib/ra.base.dashboard.template.js +3 -6
- package/fesm2015/schneideress-dashboardframework.js +2 -5
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +2 -5
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra.base.dashboard.template.d.ts +2 -2
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -5016,11 +5016,12 @@
|
|
|
5016
5016
|
function RaBaseDashboardTemplate(ngZone) {
|
|
5017
5017
|
var _this = this;
|
|
5018
5018
|
this.ngZone = ngZone;
|
|
5019
|
-
this.initialize = function (eventBus, userDashboardId, appConfig) {
|
|
5019
|
+
this.initialize = function (eventBus, userDashboardId, appConfig, dashboardInfo) {
|
|
5020
5020
|
_this.ngZone.run(function () {
|
|
5021
5021
|
_this.userDashboardId = userDashboardId;
|
|
5022
5022
|
_this.appConfig = appConfig;
|
|
5023
5023
|
_this.raDashboardEventBus = eventBus;
|
|
5024
|
+
_this.dashboardInfo = dashboardInfo;
|
|
5024
5025
|
});
|
|
5025
5026
|
_this.init();
|
|
5026
5027
|
};
|
|
@@ -5037,10 +5038,6 @@
|
|
|
5037
5038
|
core.Input('global-filter'),
|
|
5038
5039
|
__metadata("design:type", Object)
|
|
5039
5040
|
], RaBaseDashboardTemplate.prototype, "globalFilter", void 0);
|
|
5040
|
-
__decorate([
|
|
5041
|
-
core.Input('dashboard-info'),
|
|
5042
|
-
__metadata("design:type", Object)
|
|
5043
|
-
], RaBaseDashboardTemplate.prototype, "dashboardInfo", void 0);
|
|
5044
5041
|
__decorate([
|
|
5045
5042
|
core.Input(),
|
|
5046
5043
|
__metadata("design:type", Object)
|