@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.
@@ -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)