@schneideress/dashboardframework 0.0.50 → 0.0.51
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 +1116 -61
- 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/index.js +1 -1
- package/esm2015/gridster/lib/gridster.component.js +1 -1
- package/esm2015/gridster/lib/gridster.interface.js +1 -1
- package/esm2015/gridster/lib/gridster.module.js +1 -1
- package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
- package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm2015/lib/custom.notifier.options.js +1 -1
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +29 -8
- package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
- package/esm2015/lib/ra.base.dashboard.template.js +1 -1
- package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
- package/esm2015/lib/ra.dashboard.module.js +1 -1
- package/esm2015/lib/ra.dashboard.service.js +1 -1
- package/esm2015/lib/ra.event.enum.js +1 -1
- package/esm2015/lib/ra.gridster.config.js +9 -9
- package/esm2015/public-api.js +1 -1
- package/esm2015/schneideress-dashboardframework.js +1 -1
- package/esm5/gridster/index.js +1 -1
- package/esm5/gridster/lib/gridster.component.js +1 -1
- package/esm5/gridster/lib/gridster.interface.js +1 -1
- package/esm5/gridster/lib/gridster.module.js +1 -1
- package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm5/gridster/lib/gridsterItem.component.js +1 -1
- package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm5/gridster/lib/gridsterPush.service.js +1 -1
- package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm5/lib/custom.notifier.options.js +1 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +49 -7
- package/esm5/lib/ra.base.dashboard.filter.js +1 -1
- package/esm5/lib/ra.base.dashboard.template.js +1 -1
- package/esm5/lib/ra.dashbard.event.bus.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +1 -1
- package/esm5/lib/ra.dashboard.service.js +1 -1
- package/esm5/lib/ra.event.enum.js +1 -1
- package/esm5/lib/ra.gridster.config.js +9 -9
- package/esm5/public-api.js +1 -1
- package/esm5/schneideress-dashboardframework.js +1 -1
- package/fesm2015/schneideress-dashboardframework.js +984 -60
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1007 -62
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -44,6 +44,33 @@
|
|
|
44
44
|
return __assign.apply(this, arguments);
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
+
function __rest(s, e) {
|
|
48
|
+
var t = {};
|
|
49
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
50
|
+
t[p] = s[p];
|
|
51
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
52
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
53
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
54
|
+
t[p[i]] = s[p[i]];
|
|
55
|
+
}
|
|
56
|
+
return t;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function __decorate(decorators, target, key, desc) {
|
|
60
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
61
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
62
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
63
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function __param(paramIndex, decorator) {
|
|
67
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
function __metadata(metadataKey, metadataValue) {
|
|
71
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
72
|
+
}
|
|
73
|
+
|
|
47
74
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
48
75
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
49
76
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
@@ -79,11 +106,104 @@
|
|
|
79
106
|
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
80
107
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
81
108
|
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
function __exportStar(m, exports) {
|
|
112
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function __values(o) {
|
|
116
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
|
117
|
+
if (m) return m.call(o);
|
|
118
|
+
return {
|
|
119
|
+
next: function () {
|
|
120
|
+
if (o && i >= o.length) o = void 0;
|
|
121
|
+
return { value: o && o[i++], done: !o };
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
function __read(o, n) {
|
|
127
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
128
|
+
if (!m) return o;
|
|
129
|
+
var i = m.call(o), r, ar = [], e;
|
|
130
|
+
try {
|
|
131
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
132
|
+
}
|
|
133
|
+
catch (error) { e = { error: error }; }
|
|
134
|
+
finally {
|
|
135
|
+
try {
|
|
136
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
137
|
+
}
|
|
138
|
+
finally { if (e) throw e.error; }
|
|
139
|
+
}
|
|
140
|
+
return ar;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
function __spread() {
|
|
144
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
145
|
+
ar = ar.concat(__read(arguments[i]));
|
|
146
|
+
return ar;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
function __spreadArrays() {
|
|
150
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
151
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
152
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
153
|
+
r[k] = a[j];
|
|
154
|
+
return r;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
function __await(v) {
|
|
158
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
162
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
163
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
164
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
165
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
166
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
167
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
168
|
+
function fulfill(value) { resume("next", value); }
|
|
169
|
+
function reject(value) { resume("throw", value); }
|
|
170
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
function __asyncDelegator(o) {
|
|
174
|
+
var i, p;
|
|
175
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
176
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
function __asyncValues(o) {
|
|
180
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
181
|
+
var m = o[Symbol.asyncIterator], i;
|
|
182
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
183
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
184
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
function __makeTemplateObject(cooked, raw) {
|
|
188
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
189
|
+
return cooked;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
function __importStar(mod) {
|
|
193
|
+
if (mod && mod.__esModule) return mod;
|
|
194
|
+
var result = {};
|
|
195
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
196
|
+
result.default = mod;
|
|
197
|
+
return result;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
function __importDefault(mod) {
|
|
201
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
82
202
|
}
|
|
83
203
|
|
|
84
204
|
/**
|
|
85
205
|
* @fileoverview added by tsickle
|
|
86
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
87
207
|
*/
|
|
88
208
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
89
209
|
__extends(RaDashboardService, _super);
|
|
@@ -287,11 +407,18 @@
|
|
|
287
407
|
]; };
|
|
288
408
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
289
409
|
return RaDashboardService;
|
|
290
|
-
}(essUtil.BaseService));
|
|
410
|
+
}(essUtil.BaseService));
|
|
411
|
+
if (false) {
|
|
412
|
+
/**
|
|
413
|
+
* @type {?}
|
|
414
|
+
* @private
|
|
415
|
+
*/
|
|
416
|
+
RaDashboardService.prototype.loadedScripts;
|
|
417
|
+
}
|
|
291
418
|
|
|
292
419
|
/**
|
|
293
420
|
* @fileoverview added by tsickle
|
|
294
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
421
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
295
422
|
*/
|
|
296
423
|
var RADashboardEventBus = /** @class */ (function () {
|
|
297
424
|
function RADashboardEventBus() {
|
|
@@ -400,11 +527,18 @@
|
|
|
400
527
|
];
|
|
401
528
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
402
529
|
return RADashboardEventBus;
|
|
403
|
-
}());
|
|
530
|
+
}());
|
|
531
|
+
if (false) {
|
|
532
|
+
/**
|
|
533
|
+
* @type {?}
|
|
534
|
+
* @private
|
|
535
|
+
*/
|
|
536
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
537
|
+
}
|
|
404
538
|
|
|
405
539
|
/**
|
|
406
540
|
* @fileoverview added by tsickle
|
|
407
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
541
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
408
542
|
*/
|
|
409
543
|
/** @enum {string} */
|
|
410
544
|
var RAEvent = {
|
|
@@ -451,7 +585,7 @@
|
|
|
451
585
|
|
|
452
586
|
/**
|
|
453
587
|
* @fileoverview added by tsickle
|
|
454
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
588
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
455
589
|
*/
|
|
456
590
|
/** @enum {string} */
|
|
457
591
|
var GridType = {
|
|
@@ -478,22 +612,207 @@
|
|
|
478
612
|
CompactRight: 'compactRight',
|
|
479
613
|
CompactUpAndRight: 'compactUp&Right',
|
|
480
614
|
CompactRightAndUp: 'compactRight&Up',
|
|
481
|
-
};
|
|
615
|
+
};
|
|
616
|
+
/**
|
|
617
|
+
* @record
|
|
618
|
+
*/
|
|
619
|
+
function GridsterConfig() { }
|
|
620
|
+
if (false) {
|
|
621
|
+
/** @type {?|undefined} */
|
|
622
|
+
GridsterConfig.prototype.gridType;
|
|
623
|
+
/** @type {?|undefined} */
|
|
624
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
625
|
+
/** @type {?|undefined} */
|
|
626
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
627
|
+
/** @type {?|undefined} */
|
|
628
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
629
|
+
/** @type {?|undefined} */
|
|
630
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
631
|
+
/** @type {?|undefined} */
|
|
632
|
+
GridsterConfig.prototype.setGridSize;
|
|
633
|
+
/** @type {?|undefined} */
|
|
634
|
+
GridsterConfig.prototype.compactType;
|
|
635
|
+
/** @type {?|undefined} */
|
|
636
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
637
|
+
/** @type {?|undefined} */
|
|
638
|
+
GridsterConfig.prototype.minCols;
|
|
639
|
+
/** @type {?|undefined} */
|
|
640
|
+
GridsterConfig.prototype.maxCols;
|
|
641
|
+
/** @type {?|undefined} */
|
|
642
|
+
GridsterConfig.prototype.minRows;
|
|
643
|
+
/** @type {?|undefined} */
|
|
644
|
+
GridsterConfig.prototype.maxRows;
|
|
645
|
+
/** @type {?|undefined} */
|
|
646
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
647
|
+
/** @type {?|undefined} */
|
|
648
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
649
|
+
/** @type {?|undefined} */
|
|
650
|
+
GridsterConfig.prototype.maxItemCols;
|
|
651
|
+
/** @type {?|undefined} */
|
|
652
|
+
GridsterConfig.prototype.maxItemRows;
|
|
653
|
+
/** @type {?|undefined} */
|
|
654
|
+
GridsterConfig.prototype.minItemCols;
|
|
655
|
+
/** @type {?|undefined} */
|
|
656
|
+
GridsterConfig.prototype.minItemRows;
|
|
657
|
+
/** @type {?|undefined} */
|
|
658
|
+
GridsterConfig.prototype.minItemArea;
|
|
659
|
+
/** @type {?|undefined} */
|
|
660
|
+
GridsterConfig.prototype.maxItemArea;
|
|
661
|
+
/** @type {?|undefined} */
|
|
662
|
+
GridsterConfig.prototype.margin;
|
|
663
|
+
/** @type {?|undefined} */
|
|
664
|
+
GridsterConfig.prototype.outerMargin;
|
|
665
|
+
/** @type {?|undefined} */
|
|
666
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
667
|
+
/** @type {?|undefined} */
|
|
668
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
669
|
+
/** @type {?|undefined} */
|
|
670
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
671
|
+
/** @type {?|undefined} */
|
|
672
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
673
|
+
/** @type {?|undefined} */
|
|
674
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
675
|
+
/** @type {?|undefined} */
|
|
676
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
677
|
+
/** @type {?|undefined} */
|
|
678
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
679
|
+
/** @type {?|undefined} */
|
|
680
|
+
GridsterConfig.prototype.initCallback;
|
|
681
|
+
/** @type {?|undefined} */
|
|
682
|
+
GridsterConfig.prototype.destroyCallback;
|
|
683
|
+
/** @type {?|undefined} */
|
|
684
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
685
|
+
/** @type {?|undefined} */
|
|
686
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
687
|
+
/** @type {?|undefined} */
|
|
688
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
689
|
+
/** @type {?|undefined} */
|
|
690
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
691
|
+
/** @type {?|undefined} */
|
|
692
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
693
|
+
/** @type {?|undefined} */
|
|
694
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
695
|
+
/** @type {?|undefined} */
|
|
696
|
+
GridsterConfig.prototype.draggable;
|
|
697
|
+
/** @type {?|undefined} */
|
|
698
|
+
GridsterConfig.prototype.resizable;
|
|
699
|
+
/** @type {?|undefined} */
|
|
700
|
+
GridsterConfig.prototype.swap;
|
|
701
|
+
/** @type {?|undefined} */
|
|
702
|
+
GridsterConfig.prototype.pushItems;
|
|
703
|
+
/** @type {?|undefined} */
|
|
704
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
705
|
+
/** @type {?|undefined} */
|
|
706
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
707
|
+
/** @type {?|undefined} */
|
|
708
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
709
|
+
/** @type {?|undefined} */
|
|
710
|
+
GridsterConfig.prototype.pushDirections;
|
|
711
|
+
/** @type {?|undefined} */
|
|
712
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
713
|
+
/** @type {?|undefined} */
|
|
714
|
+
GridsterConfig.prototype.displayGrid;
|
|
715
|
+
/** @type {?|undefined} */
|
|
716
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
717
|
+
/** @type {?|undefined} */
|
|
718
|
+
GridsterConfig.prototype.disableWarnings;
|
|
719
|
+
/** @type {?|undefined} */
|
|
720
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
721
|
+
/** @type {?|undefined} */
|
|
722
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
723
|
+
/** @type {?|undefined} */
|
|
724
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
725
|
+
/** @type {?|undefined} */
|
|
726
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
727
|
+
/** @type {?|undefined} */
|
|
728
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
729
|
+
/** @type {?|undefined} */
|
|
730
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
731
|
+
/** @type {?|undefined} */
|
|
732
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
733
|
+
/** @type {?|undefined} */
|
|
734
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
735
|
+
/** @type {?|undefined} */
|
|
736
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
737
|
+
/** @type {?|undefined} */
|
|
738
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
739
|
+
/** @type {?|undefined} */
|
|
740
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
741
|
+
/** @type {?|undefined} */
|
|
742
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
743
|
+
/** @type {?|undefined} */
|
|
744
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
745
|
+
/** @type {?|undefined} */
|
|
746
|
+
GridsterConfig.prototype.api;
|
|
747
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
748
|
+
}
|
|
749
|
+
/**
|
|
750
|
+
* @record
|
|
751
|
+
*/
|
|
752
|
+
function DragBase() { }
|
|
753
|
+
if (false) {
|
|
754
|
+
/** @type {?|undefined} */
|
|
755
|
+
DragBase.prototype.enabled;
|
|
756
|
+
/** @type {?|undefined} */
|
|
757
|
+
DragBase.prototype.stop;
|
|
758
|
+
/** @type {?|undefined} */
|
|
759
|
+
DragBase.prototype.start;
|
|
760
|
+
/** @type {?|undefined} */
|
|
761
|
+
DragBase.prototype.delayStart;
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* @record
|
|
765
|
+
*/
|
|
766
|
+
function Draggable() { }
|
|
767
|
+
if (false) {
|
|
768
|
+
/** @type {?|undefined} */
|
|
769
|
+
Draggable.prototype.ignoreContentClass;
|
|
770
|
+
/** @type {?|undefined} */
|
|
771
|
+
Draggable.prototype.ignoreContent;
|
|
772
|
+
/** @type {?|undefined} */
|
|
773
|
+
Draggable.prototype.dragHandleClass;
|
|
774
|
+
/** @type {?|undefined} */
|
|
775
|
+
Draggable.prototype.dropOverItems;
|
|
776
|
+
/** @type {?|undefined} */
|
|
777
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
778
|
+
}
|
|
779
|
+
/**
|
|
780
|
+
* @record
|
|
781
|
+
*/
|
|
782
|
+
function Resizable() { }
|
|
783
|
+
if (false) {
|
|
784
|
+
/** @type {?|undefined} */
|
|
785
|
+
Resizable.prototype.handles;
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* @record
|
|
789
|
+
*/
|
|
790
|
+
function PushDirections() { }
|
|
791
|
+
if (false) {
|
|
792
|
+
/** @type {?} */
|
|
793
|
+
PushDirections.prototype.north;
|
|
794
|
+
/** @type {?} */
|
|
795
|
+
PushDirections.prototype.east;
|
|
796
|
+
/** @type {?} */
|
|
797
|
+
PushDirections.prototype.south;
|
|
798
|
+
/** @type {?} */
|
|
799
|
+
PushDirections.prototype.west;
|
|
800
|
+
}
|
|
482
801
|
|
|
483
802
|
/**
|
|
484
803
|
* @fileoverview added by tsickle
|
|
485
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
804
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
486
805
|
*/
|
|
487
806
|
/** @type {?} */
|
|
488
807
|
var GridsterConfigDefaultSettings = {
|
|
489
808
|
gridType: GridType.ScrollVertical,
|
|
490
809
|
compactType: CompactType.None,
|
|
491
|
-
margin:
|
|
810
|
+
margin: 10,
|
|
492
811
|
outerMargin: true,
|
|
493
|
-
outerMarginTop:
|
|
494
|
-
outerMarginRight:
|
|
495
|
-
outerMarginBottom:
|
|
496
|
-
outerMarginLeft:
|
|
812
|
+
outerMarginTop: null,
|
|
813
|
+
outerMarginRight: null,
|
|
814
|
+
outerMarginBottom: null,
|
|
815
|
+
outerMarginLeft: null,
|
|
497
816
|
useTransformPositioning: true,
|
|
498
817
|
mobileBreakpoint: 640,
|
|
499
818
|
minCols: 100,
|
|
@@ -504,8 +823,8 @@
|
|
|
504
823
|
minItemCols: 1,
|
|
505
824
|
maxItemRows: 150,
|
|
506
825
|
minItemRows: 1,
|
|
507
|
-
maxItemArea:
|
|
508
|
-
minItemArea:
|
|
826
|
+
maxItemArea: 2500,
|
|
827
|
+
minItemArea: 1,
|
|
509
828
|
defaultItemCols: 5,
|
|
510
829
|
defaultItemRows: 5,
|
|
511
830
|
fixedColWidth: 5,
|
|
@@ -544,7 +863,7 @@
|
|
|
544
863
|
|
|
545
864
|
/**
|
|
546
865
|
* @fileoverview added by tsickle
|
|
547
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
866
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
548
867
|
*/
|
|
549
868
|
var RADashboardArea = /** @class */ (function () {
|
|
550
869
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -1019,7 +1338,7 @@
|
|
|
1019
1338
|
{ type: core.Component, args: [{
|
|
1020
1339
|
selector: 'ra-dashboard-area',
|
|
1021
1340
|
template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\">\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
1022
|
-
styles: ["gridster{width:inherit;resize:height;display:flex
|
|
1341
|
+
styles: ["gridster{width:inherit;resize:height;display:flex}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
|
|
1023
1342
|
}] }
|
|
1024
1343
|
];
|
|
1025
1344
|
/** @nocollapse */
|
|
@@ -1040,11 +1359,83 @@
|
|
|
1040
1359
|
appConfig: [{ type: core.Input, args: ['app-config',] }]
|
|
1041
1360
|
};
|
|
1042
1361
|
return RADashboardArea;
|
|
1043
|
-
}());
|
|
1362
|
+
}());
|
|
1363
|
+
if (false) {
|
|
1364
|
+
/** @type {?} */
|
|
1365
|
+
RADashboardArea.prototype.widgetList;
|
|
1366
|
+
/** @type {?} */
|
|
1367
|
+
RADashboardArea.prototype.options;
|
|
1368
|
+
/** @type {?} */
|
|
1369
|
+
RADashboardArea.prototype.gridheight;
|
|
1370
|
+
/**
|
|
1371
|
+
* @type {?}
|
|
1372
|
+
* @private
|
|
1373
|
+
*/
|
|
1374
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1375
|
+
/**
|
|
1376
|
+
* @type {?}
|
|
1377
|
+
* @private
|
|
1378
|
+
*/
|
|
1379
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1380
|
+
/**
|
|
1381
|
+
* @type {?}
|
|
1382
|
+
* @private
|
|
1383
|
+
*/
|
|
1384
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1385
|
+
/**
|
|
1386
|
+
* @type {?}
|
|
1387
|
+
* @private
|
|
1388
|
+
*/
|
|
1389
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1390
|
+
/**
|
|
1391
|
+
* @type {?}
|
|
1392
|
+
* @private
|
|
1393
|
+
*/
|
|
1394
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1395
|
+
/** @type {?} */
|
|
1396
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1397
|
+
/** @type {?} */
|
|
1398
|
+
RADashboardArea.prototype.areaKey;
|
|
1399
|
+
/** @type {?} */
|
|
1400
|
+
RADashboardArea.prototype.globalFilter;
|
|
1401
|
+
/** @type {?} */
|
|
1402
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1403
|
+
/** @type {?} */
|
|
1404
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1405
|
+
/** @type {?} */
|
|
1406
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1407
|
+
/** @type {?} */
|
|
1408
|
+
RADashboardArea.prototype.appConfig;
|
|
1409
|
+
/**
|
|
1410
|
+
* @type {?}
|
|
1411
|
+
* @private
|
|
1412
|
+
*/
|
|
1413
|
+
RADashboardArea.prototype.dashboardService;
|
|
1414
|
+
/**
|
|
1415
|
+
* @type {?}
|
|
1416
|
+
* @private
|
|
1417
|
+
*/
|
|
1418
|
+
RADashboardArea.prototype.ngZone;
|
|
1419
|
+
/**
|
|
1420
|
+
* @type {?}
|
|
1421
|
+
* @private
|
|
1422
|
+
*/
|
|
1423
|
+
RADashboardArea.prototype.ngxService;
|
|
1424
|
+
/**
|
|
1425
|
+
* @type {?}
|
|
1426
|
+
* @private
|
|
1427
|
+
*/
|
|
1428
|
+
RADashboardArea.prototype.translateService;
|
|
1429
|
+
/**
|
|
1430
|
+
* @type {?}
|
|
1431
|
+
* @private
|
|
1432
|
+
*/
|
|
1433
|
+
RADashboardArea.prototype.notifier;
|
|
1434
|
+
}
|
|
1044
1435
|
|
|
1045
1436
|
/**
|
|
1046
1437
|
* @fileoverview added by tsickle
|
|
1047
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1438
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1048
1439
|
*/
|
|
1049
1440
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1050
1441
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
@@ -1057,6 +1448,7 @@
|
|
|
1057
1448
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1058
1449
|
this.lockClass = "unlocked";
|
|
1059
1450
|
this.lockStatus = "unlock";
|
|
1451
|
+
this.isDownloadIconVisible = false;
|
|
1060
1452
|
this.widgetDeleted = new core.EventEmitter();
|
|
1061
1453
|
}
|
|
1062
1454
|
/**
|
|
@@ -1243,6 +1635,9 @@
|
|
|
1243
1635
|
widgetContainer.widgetElement.loadContent(widgetConfigFilter);
|
|
1244
1636
|
return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
|
|
1245
1637
|
case 1:
|
|
1638
|
+
_a.sent();
|
|
1639
|
+
return [4 /*yield*/, widgetContainer.setDownloadIcon()];
|
|
1640
|
+
case 2:
|
|
1246
1641
|
_a.sent();
|
|
1247
1642
|
return [2 /*return*/];
|
|
1248
1643
|
}
|
|
@@ -1278,13 +1673,16 @@
|
|
|
1278
1673
|
appConfig: this.appConfig,
|
|
1279
1674
|
widgetInfo: widgetInfo
|
|
1280
1675
|
}));
|
|
1281
|
-
if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/,
|
|
1676
|
+
if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
|
|
1282
1677
|
widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
|
|
1283
1678
|
return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
|
|
1284
1679
|
case 1:
|
|
1285
1680
|
_a.sent();
|
|
1286
|
-
|
|
1287
|
-
case 2:
|
|
1681
|
+
return [4 /*yield*/, this.setDownloadIcon()];
|
|
1682
|
+
case 2:
|
|
1683
|
+
_a.sent();
|
|
1684
|
+
_a.label = 3;
|
|
1685
|
+
case 3: return [2 /*return*/];
|
|
1288
1686
|
}
|
|
1289
1687
|
});
|
|
1290
1688
|
});
|
|
@@ -1334,11 +1732,44 @@
|
|
|
1334
1732
|
});
|
|
1335
1733
|
});
|
|
1336
1734
|
};
|
|
1735
|
+
/**
|
|
1736
|
+
* @private
|
|
1737
|
+
* @return {?}
|
|
1738
|
+
*/
|
|
1739
|
+
RAWidgetContainer.prototype.setDownloadIcon = /**
|
|
1740
|
+
* @private
|
|
1741
|
+
* @return {?}
|
|
1742
|
+
*/
|
|
1743
|
+
function () {
|
|
1744
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1745
|
+
var _a;
|
|
1746
|
+
return __generator(this, function (_b) {
|
|
1747
|
+
switch (_b.label) {
|
|
1748
|
+
case 0:
|
|
1749
|
+
_a = this;
|
|
1750
|
+
return [4 /*yield*/, this.widgetElement.isDownloadVisible()];
|
|
1751
|
+
case 1:
|
|
1752
|
+
_a.isDownloadIconVisible = _b.sent();
|
|
1753
|
+
this.isDownloadIconVisible = false; //temp. commented
|
|
1754
|
+
return [2 /*return*/];
|
|
1755
|
+
}
|
|
1756
|
+
});
|
|
1757
|
+
});
|
|
1758
|
+
};
|
|
1759
|
+
/**
|
|
1760
|
+
* @return {?}
|
|
1761
|
+
*/
|
|
1762
|
+
RAWidgetContainer.prototype.downloadClicked = /**
|
|
1763
|
+
* @return {?}
|
|
1764
|
+
*/
|
|
1765
|
+
function () {
|
|
1766
|
+
this.widgetElement.isDownloadVisible();
|
|
1767
|
+
};
|
|
1337
1768
|
RAWidgetContainer.decorators = [
|
|
1338
1769
|
{ type: core.Component, args: [{
|
|
1339
1770
|
selector: 'ra-widget-container',
|
|
1340
|
-
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
|
|
1341
|
-
styles: [".wcheader{width:100%;height:
|
|
1771
|
+
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
|
|
1772
|
+
styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0;padding:10px 0 0 1%}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
|
|
1342
1773
|
}] }
|
|
1343
1774
|
];
|
|
1344
1775
|
/** @nocollapse */
|
|
@@ -1361,11 +1792,84 @@
|
|
|
1361
1792
|
widgetDeleted: [{ type: core.Output }]
|
|
1362
1793
|
};
|
|
1363
1794
|
return RAWidgetContainer;
|
|
1364
|
-
}());
|
|
1795
|
+
}());
|
|
1796
|
+
if (false) {
|
|
1797
|
+
/**
|
|
1798
|
+
* @type {?}
|
|
1799
|
+
* @private
|
|
1800
|
+
*/
|
|
1801
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1802
|
+
/**
|
|
1803
|
+
* @type {?}
|
|
1804
|
+
* @private
|
|
1805
|
+
*/
|
|
1806
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1807
|
+
/**
|
|
1808
|
+
* @type {?}
|
|
1809
|
+
* @private
|
|
1810
|
+
*/
|
|
1811
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1812
|
+
/**
|
|
1813
|
+
* @type {?}
|
|
1814
|
+
* @private
|
|
1815
|
+
*/
|
|
1816
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1817
|
+
/** @type {?} */
|
|
1818
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1819
|
+
/** @type {?} */
|
|
1820
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1821
|
+
/** @type {?} */
|
|
1822
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1823
|
+
/** @type {?} */
|
|
1824
|
+
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1825
|
+
/** @type {?} */
|
|
1826
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1827
|
+
/** @type {?} */
|
|
1828
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1829
|
+
/** @type {?} */
|
|
1830
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1831
|
+
/** @type {?} */
|
|
1832
|
+
RAWidgetContainer.prototype.data;
|
|
1833
|
+
/** @type {?} */
|
|
1834
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1835
|
+
/** @type {?} */
|
|
1836
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1837
|
+
/** @type {?} */
|
|
1838
|
+
RAWidgetContainer.prototype.width;
|
|
1839
|
+
/** @type {?} */
|
|
1840
|
+
RAWidgetContainer.prototype.height;
|
|
1841
|
+
/** @type {?} */
|
|
1842
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1843
|
+
/**
|
|
1844
|
+
* @type {?}
|
|
1845
|
+
* @private
|
|
1846
|
+
*/
|
|
1847
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1848
|
+
/**
|
|
1849
|
+
* @type {?}
|
|
1850
|
+
* @private
|
|
1851
|
+
*/
|
|
1852
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1853
|
+
/**
|
|
1854
|
+
* @type {?}
|
|
1855
|
+
* @private
|
|
1856
|
+
*/
|
|
1857
|
+
RAWidgetContainer.prototype.translateService;
|
|
1858
|
+
/**
|
|
1859
|
+
* @type {?}
|
|
1860
|
+
* @private
|
|
1861
|
+
*/
|
|
1862
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1863
|
+
/**
|
|
1864
|
+
* @type {?}
|
|
1865
|
+
* @private
|
|
1866
|
+
*/
|
|
1867
|
+
RAWidgetContainer.prototype.notifier;
|
|
1868
|
+
}
|
|
1365
1869
|
|
|
1366
1870
|
/**
|
|
1367
1871
|
* @fileoverview added by tsickle
|
|
1368
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1872
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1369
1873
|
*/
|
|
1370
1874
|
/** @type {?} */
|
|
1371
1875
|
var customNotifierOptions = {
|
|
@@ -1411,7 +1915,7 @@
|
|
|
1411
1915
|
|
|
1412
1916
|
/**
|
|
1413
1917
|
* @fileoverview added by tsickle
|
|
1414
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1918
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1415
1919
|
*/
|
|
1416
1920
|
/** @type {?} */
|
|
1417
1921
|
var GridsterConfigService = {
|
|
@@ -1589,7 +2093,7 @@
|
|
|
1589
2093
|
|
|
1590
2094
|
/**
|
|
1591
2095
|
* @fileoverview added by tsickle
|
|
1592
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2096
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1593
2097
|
*/
|
|
1594
2098
|
var GridsterUtils = /** @class */ (function () {
|
|
1595
2099
|
function GridsterUtils() {
|
|
@@ -1764,7 +2268,7 @@
|
|
|
1764
2268
|
|
|
1765
2269
|
/**
|
|
1766
2270
|
* @fileoverview added by tsickle
|
|
1767
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2271
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1768
2272
|
*/
|
|
1769
2273
|
/**
|
|
1770
2274
|
* @abstract
|
|
@@ -1776,11 +2280,85 @@
|
|
|
1776
2280
|
function GridsterComponentInterface() {
|
|
1777
2281
|
}
|
|
1778
2282
|
return GridsterComponentInterface;
|
|
1779
|
-
}());
|
|
2283
|
+
}());
|
|
2284
|
+
if (false) {
|
|
2285
|
+
/** @type {?} */
|
|
2286
|
+
GridsterComponentInterface.prototype.$options;
|
|
2287
|
+
/** @type {?} */
|
|
2288
|
+
GridsterComponentInterface.prototype.grid;
|
|
2289
|
+
/** @type {?} */
|
|
2290
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2291
|
+
/** @type {?} */
|
|
2292
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2293
|
+
/** @type {?} */
|
|
2294
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2295
|
+
/** @type {?} */
|
|
2296
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2297
|
+
/** @type {?} */
|
|
2298
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2299
|
+
/** @type {?} */
|
|
2300
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2301
|
+
/** @type {?} */
|
|
2302
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2303
|
+
/** @type {?} */
|
|
2304
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2305
|
+
/** @type {?} */
|
|
2306
|
+
GridsterComponentInterface.prototype.el;
|
|
2307
|
+
/** @type {?} */
|
|
2308
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2309
|
+
/** @type {?} */
|
|
2310
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2311
|
+
/** @type {?} */
|
|
2312
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2313
|
+
/** @type {?} */
|
|
2314
|
+
GridsterComponentInterface.prototype.options;
|
|
2315
|
+
/** @type {?} */
|
|
2316
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2317
|
+
/** @type {?} */
|
|
2318
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2319
|
+
/** @type {?} */
|
|
2320
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2321
|
+
/** @type {?} */
|
|
2322
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2323
|
+
/** @type {?} */
|
|
2324
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2325
|
+
/** @type {?} */
|
|
2326
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2327
|
+
/** @type {?} */
|
|
2328
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2329
|
+
/** @type {?} */
|
|
2330
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2331
|
+
/** @type {?} */
|
|
2332
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2333
|
+
/** @type {?} */
|
|
2334
|
+
GridsterComponentInterface.prototype.columns;
|
|
2335
|
+
/** @type {?} */
|
|
2336
|
+
GridsterComponentInterface.prototype.rows;
|
|
2337
|
+
/** @type {?} */
|
|
2338
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2339
|
+
/** @type {?} */
|
|
2340
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2341
|
+
/** @type {?} */
|
|
2342
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2343
|
+
/** @type {?} */
|
|
2344
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2345
|
+
/** @type {?} */
|
|
2346
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2347
|
+
/** @type {?} */
|
|
2348
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2349
|
+
/** @type {?} */
|
|
2350
|
+
GridsterComponentInterface.prototype.compact;
|
|
2351
|
+
/** @type {?} */
|
|
2352
|
+
GridsterComponentInterface.prototype.zone;
|
|
2353
|
+
/** @type {?} */
|
|
2354
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2355
|
+
/** @type {?} */
|
|
2356
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2357
|
+
}
|
|
1780
2358
|
|
|
1781
2359
|
/**
|
|
1782
2360
|
* @fileoverview added by tsickle
|
|
1783
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2361
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1784
2362
|
*/
|
|
1785
2363
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1786
2364
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2097,11 +2675,44 @@
|
|
|
2097
2675
|
{ type: GridsterComponentInterface }
|
|
2098
2676
|
]; };
|
|
2099
2677
|
return GridsterEmptyCell;
|
|
2100
|
-
}());
|
|
2678
|
+
}());
|
|
2679
|
+
if (false) {
|
|
2680
|
+
/** @type {?} */
|
|
2681
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2682
|
+
/** @type {?} */
|
|
2683
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2684
|
+
/** @type {?} */
|
|
2685
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2686
|
+
/** @type {?} */
|
|
2687
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2688
|
+
/** @type {?} */
|
|
2689
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2690
|
+
/** @type {?} */
|
|
2691
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2692
|
+
/** @type {?} */
|
|
2693
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2694
|
+
/** @type {?} */
|
|
2695
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2696
|
+
/** @type {?} */
|
|
2697
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2698
|
+
/** @type {?} */
|
|
2699
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2700
|
+
/** @type {?} */
|
|
2701
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2702
|
+
/** @type {?} */
|
|
2703
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2704
|
+
/** @type {?} */
|
|
2705
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2706
|
+
/**
|
|
2707
|
+
* @type {?}
|
|
2708
|
+
* @private
|
|
2709
|
+
*/
|
|
2710
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2711
|
+
}
|
|
2101
2712
|
|
|
2102
2713
|
/**
|
|
2103
2714
|
* @fileoverview added by tsickle
|
|
2104
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2715
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2105
2716
|
*/
|
|
2106
2717
|
var GridsterCompact = /** @class */ (function () {
|
|
2107
2718
|
function GridsterCompact(gridster) {
|
|
@@ -2339,11 +2950,18 @@
|
|
|
2339
2950
|
{ type: GridsterComponentInterface }
|
|
2340
2951
|
]; };
|
|
2341
2952
|
return GridsterCompact;
|
|
2342
|
-
}());
|
|
2953
|
+
}());
|
|
2954
|
+
if (false) {
|
|
2955
|
+
/**
|
|
2956
|
+
* @type {?}
|
|
2957
|
+
* @private
|
|
2958
|
+
*/
|
|
2959
|
+
GridsterCompact.prototype.gridster;
|
|
2960
|
+
}
|
|
2343
2961
|
|
|
2344
2962
|
/**
|
|
2345
2963
|
* @fileoverview added by tsickle
|
|
2346
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2964
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2347
2965
|
*/
|
|
2348
2966
|
var GridsterRenderer = /** @class */ (function () {
|
|
2349
2967
|
function GridsterRenderer(gridster) {
|
|
@@ -2650,11 +3268,18 @@
|
|
|
2650
3268
|
{ type: GridsterComponentInterface }
|
|
2651
3269
|
]; };
|
|
2652
3270
|
return GridsterRenderer;
|
|
2653
|
-
}());
|
|
3271
|
+
}());
|
|
3272
|
+
if (false) {
|
|
3273
|
+
/**
|
|
3274
|
+
* @type {?}
|
|
3275
|
+
* @private
|
|
3276
|
+
*/
|
|
3277
|
+
GridsterRenderer.prototype.gridster;
|
|
3278
|
+
}
|
|
2654
3279
|
|
|
2655
3280
|
/**
|
|
2656
3281
|
* @fileoverview added by tsickle
|
|
2657
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3282
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2658
3283
|
*/
|
|
2659
3284
|
var GridsterComponent = /** @class */ (function () {
|
|
2660
3285
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2809,6 +3434,17 @@
|
|
|
2809
3434
|
if (this.options.destroyCallback) {
|
|
2810
3435
|
this.options.destroyCallback(this);
|
|
2811
3436
|
}
|
|
3437
|
+
//if (this.options.api) {
|
|
3438
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3439
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3440
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3441
|
+
*/
|
|
3442
|
+
if (false) {
|
|
3443
|
+
this.options.api.resize = undefined;
|
|
3444
|
+
this.options.api.optionsChanged = undefined;
|
|
3445
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3446
|
+
this.options.api = undefined;
|
|
3447
|
+
}
|
|
2812
3448
|
this.emptyCell.destroy();
|
|
2813
3449
|
delete this.emptyCell;
|
|
2814
3450
|
this.compact.destroy();
|
|
@@ -3385,11 +4021,61 @@
|
|
|
3385
4021
|
options: [{ type: core.Input }]
|
|
3386
4022
|
};
|
|
3387
4023
|
return GridsterComponent;
|
|
3388
|
-
}());
|
|
4024
|
+
}());
|
|
4025
|
+
if (false) {
|
|
4026
|
+
/** @type {?} */
|
|
4027
|
+
GridsterComponent.prototype.options;
|
|
4028
|
+
/** @type {?} */
|
|
4029
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
4030
|
+
/** @type {?} */
|
|
4031
|
+
GridsterComponent.prototype.movingItem;
|
|
4032
|
+
/** @type {?} */
|
|
4033
|
+
GridsterComponent.prototype.previewStyle;
|
|
4034
|
+
/** @type {?} */
|
|
4035
|
+
GridsterComponent.prototype.el;
|
|
4036
|
+
/** @type {?} */
|
|
4037
|
+
GridsterComponent.prototype.$options;
|
|
4038
|
+
/** @type {?} */
|
|
4039
|
+
GridsterComponent.prototype.mobile;
|
|
4040
|
+
/** @type {?} */
|
|
4041
|
+
GridsterComponent.prototype.curWidth;
|
|
4042
|
+
/** @type {?} */
|
|
4043
|
+
GridsterComponent.prototype.curHeight;
|
|
4044
|
+
/** @type {?} */
|
|
4045
|
+
GridsterComponent.prototype.grid;
|
|
4046
|
+
/** @type {?} */
|
|
4047
|
+
GridsterComponent.prototype.columns;
|
|
4048
|
+
/** @type {?} */
|
|
4049
|
+
GridsterComponent.prototype.rows;
|
|
4050
|
+
/** @type {?} */
|
|
4051
|
+
GridsterComponent.prototype.curColWidth;
|
|
4052
|
+
/** @type {?} */
|
|
4053
|
+
GridsterComponent.prototype.curRowHeight;
|
|
4054
|
+
/** @type {?} */
|
|
4055
|
+
GridsterComponent.prototype.gridColumns;
|
|
4056
|
+
/** @type {?} */
|
|
4057
|
+
GridsterComponent.prototype.gridRows;
|
|
4058
|
+
/** @type {?} */
|
|
4059
|
+
GridsterComponent.prototype.windowResize;
|
|
4060
|
+
/** @type {?} */
|
|
4061
|
+
GridsterComponent.prototype.dragInProgress;
|
|
4062
|
+
/** @type {?} */
|
|
4063
|
+
GridsterComponent.prototype.emptyCell;
|
|
4064
|
+
/** @type {?} */
|
|
4065
|
+
GridsterComponent.prototype.compact;
|
|
4066
|
+
/** @type {?} */
|
|
4067
|
+
GridsterComponent.prototype.gridRenderer;
|
|
4068
|
+
/** @type {?} */
|
|
4069
|
+
GridsterComponent.prototype.renderer;
|
|
4070
|
+
/** @type {?} */
|
|
4071
|
+
GridsterComponent.prototype.cdRef;
|
|
4072
|
+
/** @type {?} */
|
|
4073
|
+
GridsterComponent.prototype.zone;
|
|
4074
|
+
}
|
|
3389
4075
|
|
|
3390
4076
|
/**
|
|
3391
4077
|
* @fileoverview added by tsickle
|
|
3392
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4078
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3393
4079
|
*/
|
|
3394
4080
|
/**
|
|
3395
4081
|
* @abstract
|
|
@@ -3401,11 +4087,49 @@
|
|
|
3401
4087
|
function GridsterItemComponentInterface() {
|
|
3402
4088
|
}
|
|
3403
4089
|
return GridsterItemComponentInterface;
|
|
3404
|
-
}());
|
|
4090
|
+
}());
|
|
4091
|
+
if (false) {
|
|
4092
|
+
/** @type {?} */
|
|
4093
|
+
GridsterItemComponentInterface.prototype.item;
|
|
4094
|
+
/** @type {?} */
|
|
4095
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
4096
|
+
/** @type {?} */
|
|
4097
|
+
GridsterItemComponentInterface.prototype.top;
|
|
4098
|
+
/** @type {?} */
|
|
4099
|
+
GridsterItemComponentInterface.prototype.left;
|
|
4100
|
+
/** @type {?} */
|
|
4101
|
+
GridsterItemComponentInterface.prototype.width;
|
|
4102
|
+
/** @type {?} */
|
|
4103
|
+
GridsterItemComponentInterface.prototype.height;
|
|
4104
|
+
/** @type {?} */
|
|
4105
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
4106
|
+
/** @type {?} */
|
|
4107
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
4108
|
+
/** @type {?} */
|
|
4109
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4110
|
+
/** @type {?} */
|
|
4111
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4112
|
+
/** @type {?} */
|
|
4113
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4114
|
+
/** @type {?} */
|
|
4115
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
4116
|
+
/** @type {?} */
|
|
4117
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4118
|
+
/** @type {?} */
|
|
4119
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4120
|
+
/** @type {?} */
|
|
4121
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4122
|
+
/** @type {?} */
|
|
4123
|
+
GridsterItemComponentInterface.prototype.el;
|
|
4124
|
+
/** @type {?} */
|
|
4125
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
4126
|
+
/** @type {?} */
|
|
4127
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
4128
|
+
}
|
|
3405
4129
|
|
|
3406
4130
|
/**
|
|
3407
4131
|
* @fileoverview added by tsickle
|
|
3408
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4132
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3409
4133
|
*/
|
|
3410
4134
|
var GridsterSwap = /** @class */ (function () {
|
|
3411
4135
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3533,11 +4257,28 @@
|
|
|
3533
4257
|
{ type: GridsterItemComponentInterface }
|
|
3534
4258
|
]; };
|
|
3535
4259
|
return GridsterSwap;
|
|
3536
|
-
}());
|
|
4260
|
+
}());
|
|
4261
|
+
if (false) {
|
|
4262
|
+
/**
|
|
4263
|
+
* @type {?}
|
|
4264
|
+
* @private
|
|
4265
|
+
*/
|
|
4266
|
+
GridsterSwap.prototype.swapedItem;
|
|
4267
|
+
/**
|
|
4268
|
+
* @type {?}
|
|
4269
|
+
* @private
|
|
4270
|
+
*/
|
|
4271
|
+
GridsterSwap.prototype.gridsterItem;
|
|
4272
|
+
/**
|
|
4273
|
+
* @type {?}
|
|
4274
|
+
* @private
|
|
4275
|
+
*/
|
|
4276
|
+
GridsterSwap.prototype.gridster;
|
|
4277
|
+
}
|
|
3537
4278
|
|
|
3538
4279
|
/**
|
|
3539
4280
|
* @fileoverview added by tsickle
|
|
3540
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4281
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3541
4282
|
*/
|
|
3542
4283
|
/** @type {?} */
|
|
3543
4284
|
var scrollSensitivity;
|
|
@@ -3732,7 +4473,7 @@
|
|
|
3732
4473
|
|
|
3733
4474
|
/**
|
|
3734
4475
|
* @fileoverview added by tsickle
|
|
3735
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4476
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3736
4477
|
*/
|
|
3737
4478
|
var GridsterPush = /** @class */ (function () {
|
|
3738
4479
|
function GridsterPush(gridsterItem) {
|
|
@@ -4222,11 +4963,61 @@
|
|
|
4222
4963
|
{ type: GridsterItemComponentInterface }
|
|
4223
4964
|
]; };
|
|
4224
4965
|
return GridsterPush;
|
|
4225
|
-
}());
|
|
4966
|
+
}());
|
|
4967
|
+
if (false) {
|
|
4968
|
+
/** @type {?} */
|
|
4969
|
+
GridsterPush.prototype.fromSouth;
|
|
4970
|
+
/** @type {?} */
|
|
4971
|
+
GridsterPush.prototype.fromNorth;
|
|
4972
|
+
/** @type {?} */
|
|
4973
|
+
GridsterPush.prototype.fromEast;
|
|
4974
|
+
/** @type {?} */
|
|
4975
|
+
GridsterPush.prototype.fromWest;
|
|
4976
|
+
/**
|
|
4977
|
+
* @type {?}
|
|
4978
|
+
* @private
|
|
4979
|
+
*/
|
|
4980
|
+
GridsterPush.prototype.pushedItems;
|
|
4981
|
+
/**
|
|
4982
|
+
* @type {?}
|
|
4983
|
+
* @private
|
|
4984
|
+
*/
|
|
4985
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4986
|
+
/**
|
|
4987
|
+
* @type {?}
|
|
4988
|
+
* @private
|
|
4989
|
+
*/
|
|
4990
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4991
|
+
/**
|
|
4992
|
+
* @type {?}
|
|
4993
|
+
* @private
|
|
4994
|
+
*/
|
|
4995
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4996
|
+
/**
|
|
4997
|
+
* @type {?}
|
|
4998
|
+
* @private
|
|
4999
|
+
*/
|
|
5000
|
+
GridsterPush.prototype.gridsterItem;
|
|
5001
|
+
/**
|
|
5002
|
+
* @type {?}
|
|
5003
|
+
* @private
|
|
5004
|
+
*/
|
|
5005
|
+
GridsterPush.prototype.gridster;
|
|
5006
|
+
/**
|
|
5007
|
+
* @type {?}
|
|
5008
|
+
* @private
|
|
5009
|
+
*/
|
|
5010
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
5011
|
+
/**
|
|
5012
|
+
* @type {?}
|
|
5013
|
+
* @private
|
|
5014
|
+
*/
|
|
5015
|
+
GridsterPush.prototype.tryPattern;
|
|
5016
|
+
}
|
|
4226
5017
|
|
|
4227
5018
|
/**
|
|
4228
5019
|
* @fileoverview added by tsickle
|
|
4229
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5020
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4230
5021
|
*/
|
|
4231
5022
|
var GridsterDraggable = /** @class */ (function () {
|
|
4232
5023
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4530,6 +5321,10 @@
|
|
|
4530
5321
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4531
5322
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4532
5323
|
}
|
|
5324
|
+
else {
|
|
5325
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5326
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5327
|
+
}
|
|
4533
5328
|
return this.gridsterItem.$item;
|
|
4534
5329
|
};
|
|
4535
5330
|
/**
|
|
@@ -4686,11 +5481,84 @@
|
|
|
4686
5481
|
{ type: core.NgZone }
|
|
4687
5482
|
]; };
|
|
4688
5483
|
return GridsterDraggable;
|
|
4689
|
-
}());
|
|
5484
|
+
}());
|
|
5485
|
+
if (false) {
|
|
5486
|
+
/** @type {?} */
|
|
5487
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5488
|
+
/** @type {?} */
|
|
5489
|
+
GridsterDraggable.prototype.gridster;
|
|
5490
|
+
/** @type {?} */
|
|
5491
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5492
|
+
/** @type {?} */
|
|
5493
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5494
|
+
/** @type {?} */
|
|
5495
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5496
|
+
/** @type {?} */
|
|
5497
|
+
GridsterDraggable.prototype.margin;
|
|
5498
|
+
/** @type {?} */
|
|
5499
|
+
GridsterDraggable.prototype.diffTop;
|
|
5500
|
+
/** @type {?} */
|
|
5501
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5502
|
+
/** @type {?} */
|
|
5503
|
+
GridsterDraggable.prototype.top;
|
|
5504
|
+
/** @type {?} */
|
|
5505
|
+
GridsterDraggable.prototype.left;
|
|
5506
|
+
/** @type {?} */
|
|
5507
|
+
GridsterDraggable.prototype.height;
|
|
5508
|
+
/** @type {?} */
|
|
5509
|
+
GridsterDraggable.prototype.width;
|
|
5510
|
+
/** @type {?} */
|
|
5511
|
+
GridsterDraggable.prototype.positionX;
|
|
5512
|
+
/** @type {?} */
|
|
5513
|
+
GridsterDraggable.prototype.positionY;
|
|
5514
|
+
/** @type {?} */
|
|
5515
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5516
|
+
/** @type {?} */
|
|
5517
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5518
|
+
/** @type {?} */
|
|
5519
|
+
GridsterDraggable.prototype.enabled;
|
|
5520
|
+
/** @type {?} */
|
|
5521
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5522
|
+
/** @type {?} */
|
|
5523
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5524
|
+
/** @type {?} */
|
|
5525
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5526
|
+
/** @type {?} */
|
|
5527
|
+
GridsterDraggable.prototype.mousemove;
|
|
5528
|
+
/** @type {?} */
|
|
5529
|
+
GridsterDraggable.prototype.mouseup;
|
|
5530
|
+
/** @type {?} */
|
|
5531
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5532
|
+
/** @type {?} */
|
|
5533
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5534
|
+
/** @type {?} */
|
|
5535
|
+
GridsterDraggable.prototype.touchmove;
|
|
5536
|
+
/** @type {?} */
|
|
5537
|
+
GridsterDraggable.prototype.touchend;
|
|
5538
|
+
/** @type {?} */
|
|
5539
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5540
|
+
/** @type {?} */
|
|
5541
|
+
GridsterDraggable.prototype.mousedown;
|
|
5542
|
+
/** @type {?} */
|
|
5543
|
+
GridsterDraggable.prototype.touchstart;
|
|
5544
|
+
/** @type {?} */
|
|
5545
|
+
GridsterDraggable.prototype.push;
|
|
5546
|
+
/** @type {?} */
|
|
5547
|
+
GridsterDraggable.prototype.swap;
|
|
5548
|
+
/** @type {?} */
|
|
5549
|
+
GridsterDraggable.prototype.path;
|
|
5550
|
+
/** @type {?} */
|
|
5551
|
+
GridsterDraggable.prototype.collision;
|
|
5552
|
+
/**
|
|
5553
|
+
* @type {?}
|
|
5554
|
+
* @private
|
|
5555
|
+
*/
|
|
5556
|
+
GridsterDraggable.prototype.zone;
|
|
5557
|
+
}
|
|
4690
5558
|
|
|
4691
5559
|
/**
|
|
4692
5560
|
* @fileoverview added by tsickle
|
|
4693
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5561
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4694
5562
|
*/
|
|
4695
5563
|
var GridsterPushResize = /** @class */ (function () {
|
|
4696
5564
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -5070,11 +5938,46 @@
|
|
|
5070
5938
|
{ type: GridsterItemComponentInterface }
|
|
5071
5939
|
]; };
|
|
5072
5940
|
return GridsterPushResize;
|
|
5073
|
-
}());
|
|
5941
|
+
}());
|
|
5942
|
+
if (false) {
|
|
5943
|
+
/** @type {?} */
|
|
5944
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5945
|
+
/** @type {?} */
|
|
5946
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5947
|
+
/** @type {?} */
|
|
5948
|
+
GridsterPushResize.prototype.fromEast;
|
|
5949
|
+
/** @type {?} */
|
|
5950
|
+
GridsterPushResize.prototype.fromWest;
|
|
5951
|
+
/**
|
|
5952
|
+
* @type {?}
|
|
5953
|
+
* @private
|
|
5954
|
+
*/
|
|
5955
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5956
|
+
/**
|
|
5957
|
+
* @type {?}
|
|
5958
|
+
* @private
|
|
5959
|
+
*/
|
|
5960
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5961
|
+
/**
|
|
5962
|
+
* @type {?}
|
|
5963
|
+
* @private
|
|
5964
|
+
*/
|
|
5965
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5966
|
+
/**
|
|
5967
|
+
* @type {?}
|
|
5968
|
+
* @private
|
|
5969
|
+
*/
|
|
5970
|
+
GridsterPushResize.prototype.gridster;
|
|
5971
|
+
/**
|
|
5972
|
+
* @type {?}
|
|
5973
|
+
* @private
|
|
5974
|
+
*/
|
|
5975
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5976
|
+
}
|
|
5074
5977
|
|
|
5075
5978
|
/**
|
|
5076
5979
|
* @fileoverview added by tsickle
|
|
5077
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5980
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5078
5981
|
*/
|
|
5079
5982
|
var GridsterResizable = /** @class */ (function () {
|
|
5080
5983
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5616,11 +6519,86 @@
|
|
|
5616
6519
|
{ type: core.NgZone }
|
|
5617
6520
|
]; };
|
|
5618
6521
|
return GridsterResizable;
|
|
5619
|
-
}());
|
|
6522
|
+
}());
|
|
6523
|
+
if (false) {
|
|
6524
|
+
/** @type {?} */
|
|
6525
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6526
|
+
/** @type {?} */
|
|
6527
|
+
GridsterResizable.prototype.gridster;
|
|
6528
|
+
/** @type {?} */
|
|
6529
|
+
GridsterResizable.prototype.lastMouse;
|
|
6530
|
+
/** @type {?} */
|
|
6531
|
+
GridsterResizable.prototype.itemBackup;
|
|
6532
|
+
/** @type {?} */
|
|
6533
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6534
|
+
/** @type {?} */
|
|
6535
|
+
GridsterResizable.prototype.directionFunction;
|
|
6536
|
+
/** @type {?} */
|
|
6537
|
+
GridsterResizable.prototype.dragFunction;
|
|
6538
|
+
/** @type {?} */
|
|
6539
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6540
|
+
/** @type {?} */
|
|
6541
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6542
|
+
/** @type {?} */
|
|
6543
|
+
GridsterResizable.prototype.mousemove;
|
|
6544
|
+
/** @type {?} */
|
|
6545
|
+
GridsterResizable.prototype.mouseup;
|
|
6546
|
+
/** @type {?} */
|
|
6547
|
+
GridsterResizable.prototype.mouseleave;
|
|
6548
|
+
/** @type {?} */
|
|
6549
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6550
|
+
/** @type {?} */
|
|
6551
|
+
GridsterResizable.prototype.touchmove;
|
|
6552
|
+
/** @type {?} */
|
|
6553
|
+
GridsterResizable.prototype.touchend;
|
|
6554
|
+
/** @type {?} */
|
|
6555
|
+
GridsterResizable.prototype.touchcancel;
|
|
6556
|
+
/** @type {?} */
|
|
6557
|
+
GridsterResizable.prototype.push;
|
|
6558
|
+
/** @type {?} */
|
|
6559
|
+
GridsterResizable.prototype.pushResize;
|
|
6560
|
+
/** @type {?} */
|
|
6561
|
+
GridsterResizable.prototype.minHeight;
|
|
6562
|
+
/** @type {?} */
|
|
6563
|
+
GridsterResizable.prototype.minWidth;
|
|
6564
|
+
/** @type {?} */
|
|
6565
|
+
GridsterResizable.prototype.offsetTop;
|
|
6566
|
+
/** @type {?} */
|
|
6567
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6568
|
+
/** @type {?} */
|
|
6569
|
+
GridsterResizable.prototype.diffTop;
|
|
6570
|
+
/** @type {?} */
|
|
6571
|
+
GridsterResizable.prototype.diffLeft;
|
|
6572
|
+
/** @type {?} */
|
|
6573
|
+
GridsterResizable.prototype.diffRight;
|
|
6574
|
+
/** @type {?} */
|
|
6575
|
+
GridsterResizable.prototype.diffBottom;
|
|
6576
|
+
/** @type {?} */
|
|
6577
|
+
GridsterResizable.prototype.margin;
|
|
6578
|
+
/** @type {?} */
|
|
6579
|
+
GridsterResizable.prototype.top;
|
|
6580
|
+
/** @type {?} */
|
|
6581
|
+
GridsterResizable.prototype.left;
|
|
6582
|
+
/** @type {?} */
|
|
6583
|
+
GridsterResizable.prototype.bottom;
|
|
6584
|
+
/** @type {?} */
|
|
6585
|
+
GridsterResizable.prototype.right;
|
|
6586
|
+
/** @type {?} */
|
|
6587
|
+
GridsterResizable.prototype.width;
|
|
6588
|
+
/** @type {?} */
|
|
6589
|
+
GridsterResizable.prototype.height;
|
|
6590
|
+
/** @type {?} */
|
|
6591
|
+
GridsterResizable.prototype.newPosition;
|
|
6592
|
+
/**
|
|
6593
|
+
* @type {?}
|
|
6594
|
+
* @private
|
|
6595
|
+
*/
|
|
6596
|
+
GridsterResizable.prototype.zone;
|
|
6597
|
+
}
|
|
5620
6598
|
|
|
5621
6599
|
/**
|
|
5622
6600
|
* @fileoverview added by tsickle
|
|
5623
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6601
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5624
6602
|
*/
|
|
5625
6603
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5626
6604
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5815,11 +6793,44 @@
|
|
|
5815
6793
|
item: [{ type: core.Input }]
|
|
5816
6794
|
};
|
|
5817
6795
|
return GridsterItemComponent;
|
|
5818
|
-
}());
|
|
6796
|
+
}());
|
|
6797
|
+
if (false) {
|
|
6798
|
+
/** @type {?} */
|
|
6799
|
+
GridsterItemComponent.prototype.item;
|
|
6800
|
+
/** @type {?} */
|
|
6801
|
+
GridsterItemComponent.prototype.$item;
|
|
6802
|
+
/** @type {?} */
|
|
6803
|
+
GridsterItemComponent.prototype.el;
|
|
6804
|
+
/** @type {?} */
|
|
6805
|
+
GridsterItemComponent.prototype.gridster;
|
|
6806
|
+
/** @type {?} */
|
|
6807
|
+
GridsterItemComponent.prototype.top;
|
|
6808
|
+
/** @type {?} */
|
|
6809
|
+
GridsterItemComponent.prototype.left;
|
|
6810
|
+
/** @type {?} */
|
|
6811
|
+
GridsterItemComponent.prototype.width;
|
|
6812
|
+
/** @type {?} */
|
|
6813
|
+
GridsterItemComponent.prototype.height;
|
|
6814
|
+
/** @type {?} */
|
|
6815
|
+
GridsterItemComponent.prototype.drag;
|
|
6816
|
+
/** @type {?} */
|
|
6817
|
+
GridsterItemComponent.prototype.resize;
|
|
6818
|
+
/** @type {?} */
|
|
6819
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6820
|
+
/** @type {?} */
|
|
6821
|
+
GridsterItemComponent.prototype.init;
|
|
6822
|
+
/** @type {?} */
|
|
6823
|
+
GridsterItemComponent.prototype.renderer;
|
|
6824
|
+
/**
|
|
6825
|
+
* @type {?}
|
|
6826
|
+
* @private
|
|
6827
|
+
*/
|
|
6828
|
+
GridsterItemComponent.prototype.zone;
|
|
6829
|
+
}
|
|
5819
6830
|
|
|
5820
6831
|
/**
|
|
5821
6832
|
* @fileoverview added by tsickle
|
|
5822
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6833
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5823
6834
|
*/
|
|
5824
6835
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5825
6836
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5874,11 +6885,19 @@
|
|
|
5874
6885
|
{ type: core.Renderer2 }
|
|
5875
6886
|
]; };
|
|
5876
6887
|
return GridsterPreviewComponent;
|
|
5877
|
-
}());
|
|
6888
|
+
}());
|
|
6889
|
+
if (false) {
|
|
6890
|
+
/** @type {?} */
|
|
6891
|
+
GridsterPreviewComponent.prototype.el;
|
|
6892
|
+
/** @type {?} */
|
|
6893
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6894
|
+
/** @type {?} */
|
|
6895
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6896
|
+
}
|
|
5878
6897
|
|
|
5879
6898
|
/**
|
|
5880
6899
|
* @fileoverview added by tsickle
|
|
5881
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6900
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5882
6901
|
*/
|
|
5883
6902
|
var GridsterModule = /** @class */ (function () {
|
|
5884
6903
|
function GridsterModule() {
|
|
@@ -5903,7 +6922,7 @@
|
|
|
5903
6922
|
|
|
5904
6923
|
/**
|
|
5905
6924
|
* @fileoverview added by tsickle
|
|
5906
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6925
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5907
6926
|
*/
|
|
5908
6927
|
/** @type {?} */
|
|
5909
6928
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -5944,7 +6963,7 @@
|
|
|
5944
6963
|
|
|
5945
6964
|
/**
|
|
5946
6965
|
* @fileoverview added by tsickle
|
|
5947
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6966
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5948
6967
|
*/
|
|
5949
6968
|
/**
|
|
5950
6969
|
* @abstract
|
|
@@ -5988,11 +7007,35 @@
|
|
|
5988
7007
|
initialize: [{ type: core.Input }]
|
|
5989
7008
|
};
|
|
5990
7009
|
return RaBaseDashboardTemplate;
|
|
5991
|
-
}());
|
|
7010
|
+
}());
|
|
7011
|
+
if (false) {
|
|
7012
|
+
/** @type {?} */
|
|
7013
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
7014
|
+
/** @type {?} */
|
|
7015
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
7016
|
+
/** @type {?} */
|
|
7017
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
7018
|
+
/** @type {?} */
|
|
7019
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
7020
|
+
/** @type {?} */
|
|
7021
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7022
|
+
/** @type {?} */
|
|
7023
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
7024
|
+
/**
|
|
7025
|
+
* @type {?}
|
|
7026
|
+
* @private
|
|
7027
|
+
*/
|
|
7028
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7029
|
+
/**
|
|
7030
|
+
* @abstract
|
|
7031
|
+
* @return {?}
|
|
7032
|
+
*/
|
|
7033
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7034
|
+
}
|
|
5992
7035
|
|
|
5993
7036
|
/**
|
|
5994
7037
|
* @fileoverview added by tsickle
|
|
5995
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7038
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5996
7039
|
*/
|
|
5997
7040
|
/**
|
|
5998
7041
|
* @abstract
|
|
@@ -6012,7 +7055,19 @@
|
|
|
6012
7055
|
getAllFilterConfig: [{ type: core.Input }]
|
|
6013
7056
|
};
|
|
6014
7057
|
return RaBaseDashboardFilter;
|
|
6015
|
-
}());
|
|
7058
|
+
}());
|
|
7059
|
+
if (false) {
|
|
7060
|
+
/**
|
|
7061
|
+
* @type {?}
|
|
7062
|
+
* @private
|
|
7063
|
+
*/
|
|
7064
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7065
|
+
/**
|
|
7066
|
+
* @abstract
|
|
7067
|
+
* @return {?}
|
|
7068
|
+
*/
|
|
7069
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7070
|
+
}
|
|
6016
7071
|
|
|
6017
7072
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
6018
7073
|
exports.RADashboardArea = RADashboardArea;
|