@schneideress/dashboardframework 0.0.123 → 0.0.124

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.
@@ -217,7 +217,7 @@ var RaDashboardService = /** @class */ (function (_super) {
217
217
  RaDashboardService.ctorParameters = function () { return [
218
218
  { type: Injector }
219
219
  ]; };
220
- /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
220
+ /** @nocollapse */ RaDashboardService.ɵprov = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
221
221
  return RaDashboardService;
222
222
  }(BaseService));
223
223
  if (false) {
@@ -338,7 +338,7 @@ var RADashboardEventBus = /** @class */ (function () {
338
338
  providedIn: 'root'
339
339
  },] }
340
340
  ];
341
- /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
341
+ /** @nocollapse */ RADashboardEventBus.ɵprov = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
342
342
  return RADashboardEventBus;
343
343
  }());
344
344
  if (false) {
@@ -3316,7 +3316,7 @@ var GridsterRenderer = /** @class */ (function () {
3316
3316
  * @return {?}
3317
3317
  */
3318
3318
  function (i) {
3319
- return __assign({}, this.getLeftPosition(this.gridster.curColWidth * i), { width: this.gridster.curColWidth - this.gridster.$options.margin + 'px', height: this.gridster.gridRows.length * this.gridster.curRowHeight - this.gridster.$options.margin + 'px' });
3319
+ return __assign(__assign({}, this.getLeftPosition(this.gridster.curColWidth * i)), { width: this.gridster.curColWidth - this.gridster.$options.margin + 'px', height: this.gridster.gridRows.length * this.gridster.curRowHeight - this.gridster.$options.margin + 'px' });
3320
3320
  };
3321
3321
  /**
3322
3322
  * @param {?} i
@@ -3327,7 +3327,7 @@ var GridsterRenderer = /** @class */ (function () {
3327
3327
  * @return {?}
3328
3328
  */
3329
3329
  function (i) {
3330
- return __assign({}, this.getTopPosition(this.gridster.curRowHeight * i), { width: this.gridster.gridColumns.length * this.gridster.curColWidth - this.gridster.$options.margin + 'px', height: this.gridster.curRowHeight - this.gridster.$options.margin + 'px' });
3330
+ return __assign(__assign({}, this.getTopPosition(this.gridster.curRowHeight * i)), { width: this.gridster.gridColumns.length * this.gridster.curColWidth - this.gridster.$options.margin + 'px', height: this.gridster.curRowHeight - this.gridster.$options.margin + 'px' });
3331
3331
  };
3332
3332
  /**
3333
3333
  * @param {?} d