@schneideress/dashboardframework 0.0.124 → 0.0.125

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.
@@ -423,7 +423,7 @@
423
423
  RaDashboardService.ctorParameters = function () { return [
424
424
  { type: core.Injector }
425
425
  ]; };
426
- /** @nocollapse */ RaDashboardService.ɵprov = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
426
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
427
427
  return RaDashboardService;
428
428
  }(raCommon.BaseService));
429
429
  if (false) {
@@ -544,7 +544,7 @@
544
544
  providedIn: 'root'
545
545
  },] }
546
546
  ];
547
- /** @nocollapse */ RADashboardEventBus.ɵprov = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
547
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
548
548
  return RADashboardEventBus;
549
549
  }());
550
550
  if (false) {
@@ -3522,7 +3522,7 @@
3522
3522
  * @return {?}
3523
3523
  */
3524
3524
  function (i) {
3525
- 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' });
3525
+ 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' });
3526
3526
  };
3527
3527
  /**
3528
3528
  * @param {?} i
@@ -3533,7 +3533,7 @@
3533
3533
  * @return {?}
3534
3534
  */
3535
3535
  function (i) {
3536
- 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' });
3536
+ 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' });
3537
3537
  };
3538
3538
  /**
3539
3539
  * @param {?} d