@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.
- package/bundles/schneideress-dashboardframework.umd.js +24 -7
- 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/gridster/lib/gridsterRenderer.service.js +3 -3
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +7 -7
- package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
- package/esm2015/lib/ra.dashboard.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +4 -4
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +13 -13
- package/esm5/lib/ra.dashbard.event.bus.js +1 -1
- package/esm5/lib/ra.dashboard.service.js +4 -4
- package/fesm2015/schneideress-dashboardframework.js +4 -4
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +4 -4
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -1
- package/lib/ra.dashboard.service.d.ts +1 -1
- package/package.json +2 -5
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -217,7 +217,7 @@ var RaDashboardService = /** @class */ (function (_super) {
|
|
|
217
217
|
RaDashboardService.ctorParameters = function () { return [
|
|
218
218
|
{ type: Injector }
|
|
219
219
|
]; };
|
|
220
|
-
/** @nocollapse */ RaDashboardService
|
|
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
|
|
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
|