@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
|
@@ -4805,11 +4805,12 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
|
|
|
4805
4805
|
function RaBaseDashboardTemplate(ngZone) {
|
|
4806
4806
|
var _this = this;
|
|
4807
4807
|
this.ngZone = ngZone;
|
|
4808
|
-
this.initialize = function (eventBus, userDashboardId, appConfig) {
|
|
4808
|
+
this.initialize = function (eventBus, userDashboardId, appConfig, dashboardInfo) {
|
|
4809
4809
|
_this.ngZone.run(function () {
|
|
4810
4810
|
_this.userDashboardId = userDashboardId;
|
|
4811
4811
|
_this.appConfig = appConfig;
|
|
4812
4812
|
_this.raDashboardEventBus = eventBus;
|
|
4813
|
+
_this.dashboardInfo = dashboardInfo;
|
|
4813
4814
|
});
|
|
4814
4815
|
_this.init();
|
|
4815
4816
|
};
|
|
@@ -4826,10 +4827,6 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
|
|
|
4826
4827
|
Input('global-filter'),
|
|
4827
4828
|
__metadata("design:type", Object)
|
|
4828
4829
|
], RaBaseDashboardTemplate.prototype, "globalFilter", void 0);
|
|
4829
|
-
__decorate([
|
|
4830
|
-
Input('dashboard-info'),
|
|
4831
|
-
__metadata("design:type", Object)
|
|
4832
|
-
], RaBaseDashboardTemplate.prototype, "dashboardInfo", void 0);
|
|
4833
4830
|
__decorate([
|
|
4834
4831
|
Input(),
|
|
4835
4832
|
__metadata("design:type", Object)
|