@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
|
@@ -72,10 +72,11 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
75
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
75
76
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
76
77
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
77
78
|
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
78
|
-
function step(result) { result.done ? resolve(result.value) :
|
|
79
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
79
80
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
80
81
|
});
|
|
81
82
|
}
|
|
@@ -113,14 +114,15 @@
|
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
function __values(o) {
|
|
116
|
-
var
|
|
117
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
117
118
|
if (m) return m.call(o);
|
|
118
|
-
return {
|
|
119
|
+
if (o && typeof o.length === "number") return {
|
|
119
120
|
next: function () {
|
|
120
121
|
if (o && i >= o.length) o = void 0;
|
|
121
122
|
return { value: o && o[i++], done: !o };
|
|
122
123
|
}
|
|
123
124
|
};
|
|
125
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
124
126
|
}
|
|
125
127
|
|
|
126
128
|
function __read(o, n) {
|
|
@@ -199,6 +201,21 @@
|
|
|
199
201
|
|
|
200
202
|
function __importDefault(mod) {
|
|
201
203
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
function __classPrivateFieldGet(receiver, privateMap) {
|
|
207
|
+
if (!privateMap.has(receiver)) {
|
|
208
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
209
|
+
}
|
|
210
|
+
return privateMap.get(receiver);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
214
|
+
if (!privateMap.has(receiver)) {
|
|
215
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
216
|
+
}
|
|
217
|
+
privateMap.set(receiver, value);
|
|
218
|
+
return value;
|
|
202
219
|
}
|
|
203
220
|
|
|
204
221
|
/**
|
|
@@ -406,7 +423,7 @@
|
|
|
406
423
|
RaDashboardService.ctorParameters = function () { return [
|
|
407
424
|
{ type: core.Injector }
|
|
408
425
|
]; };
|
|
409
|
-
/** @nocollapse */ RaDashboardService
|
|
426
|
+
/** @nocollapse */ RaDashboardService.ɵprov = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
410
427
|
return RaDashboardService;
|
|
411
428
|
}(raCommon.BaseService));
|
|
412
429
|
if (false) {
|
|
@@ -527,7 +544,7 @@
|
|
|
527
544
|
providedIn: 'root'
|
|
528
545
|
},] }
|
|
529
546
|
];
|
|
530
|
-
/** @nocollapse */ RADashboardEventBus
|
|
547
|
+
/** @nocollapse */ RADashboardEventBus.ɵprov = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
531
548
|
return RADashboardEventBus;
|
|
532
549
|
}());
|
|
533
550
|
if (false) {
|
|
@@ -3505,7 +3522,7 @@
|
|
|
3505
3522
|
* @return {?}
|
|
3506
3523
|
*/
|
|
3507
3524
|
function (i) {
|
|
3508
|
-
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' });
|
|
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' });
|
|
3509
3526
|
};
|
|
3510
3527
|
/**
|
|
3511
3528
|
* @param {?} i
|
|
@@ -3516,7 +3533,7 @@
|
|
|
3516
3533
|
* @return {?}
|
|
3517
3534
|
*/
|
|
3518
3535
|
function (i) {
|
|
3519
|
-
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' });
|
|
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' });
|
|
3520
3537
|
};
|
|
3521
3538
|
/**
|
|
3522
3539
|
* @param {?} d
|