@schneideress/dashboardframework 0.0.52 → 0.0.54
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 +1138 -77
- 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 +2 -2
- 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 +12 -6
- 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 +21 -21
- 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 +2 -2
- 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 +12 -6
- 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 +21 -21
- package/esm5/public-api.js +1 -1
- package/esm5/schneideress-dashboardframework.js +1 -1
- package/fesm2015/schneideress-dashboardframework.js +1006 -76
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1029 -78
- 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,38 +612,223 @@
|
|
|
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: 4,
|
|
492
811
|
outerMargin: true,
|
|
493
|
-
outerMarginTop: 10,
|
|
494
|
-
outerMarginRight: 10,
|
|
495
|
-
outerMarginBottom: 30,
|
|
496
|
-
outerMarginLeft: 10,
|
|
812
|
+
// outerMarginTop: 10,
|
|
813
|
+
// outerMarginRight: 10,
|
|
814
|
+
// outerMarginBottom: 30,
|
|
815
|
+
// outerMarginLeft: 10,
|
|
497
816
|
useTransformPositioning: true,
|
|
498
817
|
mobileBreakpoint: 640,
|
|
499
|
-
minCols:
|
|
500
|
-
maxCols:
|
|
501
|
-
minRows:
|
|
502
|
-
maxRows:
|
|
503
|
-
maxItemCols:
|
|
504
|
-
minItemCols:
|
|
505
|
-
maxItemRows:
|
|
506
|
-
minItemRows:
|
|
507
|
-
maxItemArea:
|
|
508
|
-
minItemArea:
|
|
509
|
-
defaultItemCols:
|
|
510
|
-
defaultItemRows:
|
|
511
|
-
fixedColWidth: 105,
|
|
512
|
-
fixedRowHeight: 105,
|
|
818
|
+
minCols: 10,
|
|
819
|
+
maxCols: 10,
|
|
820
|
+
minRows: 2,
|
|
821
|
+
maxRows: 100,
|
|
822
|
+
maxItemCols: 10,
|
|
823
|
+
minItemCols: 2,
|
|
824
|
+
maxItemRows: 1000,
|
|
825
|
+
minItemRows: 2,
|
|
826
|
+
maxItemArea: 1000,
|
|
827
|
+
minItemArea: 4,
|
|
828
|
+
defaultItemCols: 2,
|
|
829
|
+
defaultItemRows: 2,
|
|
830
|
+
// fixedColWidth: 105,
|
|
831
|
+
// fixedRowHeight: 105,
|
|
513
832
|
keepFixedHeightInMobile: false,
|
|
514
833
|
keepFixedWidthInMobile: false,
|
|
515
834
|
scrollSensitivity: 10,
|
|
@@ -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) {
|
|
@@ -556,8 +875,8 @@
|
|
|
556
875
|
this.widgetList = Array();
|
|
557
876
|
this.gridheight = 300;
|
|
558
877
|
this.isWidgetLoaded = false;
|
|
559
|
-
this.widgetHeight =
|
|
560
|
-
this.widgetWidth =
|
|
878
|
+
this.widgetHeight = 3;
|
|
879
|
+
this.widgetWidth = 5;
|
|
561
880
|
}
|
|
562
881
|
/**
|
|
563
882
|
* @return {?}
|
|
@@ -607,6 +926,8 @@
|
|
|
607
926
|
areaContext.setAreaHeight();
|
|
608
927
|
areaContext.updateWidgets();
|
|
609
928
|
});
|
|
929
|
+
console.log('gridster options are');
|
|
930
|
+
console.log(this.options);
|
|
610
931
|
};
|
|
611
932
|
/** To initiate eventbus subsctiptions */
|
|
612
933
|
/**
|
|
@@ -820,7 +1141,7 @@
|
|
|
820
1141
|
t.widgetInfo.rowHeight = curRowHeight;
|
|
821
1142
|
}));
|
|
822
1143
|
if (this.options.api) {
|
|
823
|
-
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() +
|
|
1144
|
+
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 5;
|
|
824
1145
|
}
|
|
825
1146
|
if (areaHeight < 600) {
|
|
826
1147
|
areaHeight = 600;
|
|
@@ -854,8 +1175,12 @@
|
|
|
854
1175
|
this.widgetList.splice(this.widgetList.indexOf(widget[0]), 1);
|
|
855
1176
|
this.setAreaHeight();
|
|
856
1177
|
if (!isalertDisabled) {
|
|
857
|
-
this.notifier.notify('success', " " + this.translateService.translate('Widget') + "
|
|
1178
|
+
this.notifier.notify('success', " " + this.translateService.translate('Widget') + " " + widget[0].widgetInfo.widgetTitle + " " + this.translateService.translate('DeletedSuccesfully') + " ");
|
|
858
1179
|
}
|
|
1180
|
+
this.options.compactType = 'compactLeft&Up';
|
|
1181
|
+
this.options.api.optionsChanged();
|
|
1182
|
+
this.options.compactType = 'none';
|
|
1183
|
+
this.options.api.optionsChanged();
|
|
859
1184
|
}
|
|
860
1185
|
};
|
|
861
1186
|
/**To add widget instance to the database with the next available position and to make changes in
|
|
@@ -1040,11 +1365,83 @@
|
|
|
1040
1365
|
appConfig: [{ type: core.Input, args: ['app-config',] }]
|
|
1041
1366
|
};
|
|
1042
1367
|
return RADashboardArea;
|
|
1043
|
-
}());
|
|
1368
|
+
}());
|
|
1369
|
+
if (false) {
|
|
1370
|
+
/** @type {?} */
|
|
1371
|
+
RADashboardArea.prototype.widgetList;
|
|
1372
|
+
/** @type {?} */
|
|
1373
|
+
RADashboardArea.prototype.options;
|
|
1374
|
+
/** @type {?} */
|
|
1375
|
+
RADashboardArea.prototype.gridheight;
|
|
1376
|
+
/**
|
|
1377
|
+
* @type {?}
|
|
1378
|
+
* @private
|
|
1379
|
+
*/
|
|
1380
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1381
|
+
/**
|
|
1382
|
+
* @type {?}
|
|
1383
|
+
* @private
|
|
1384
|
+
*/
|
|
1385
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1386
|
+
/**
|
|
1387
|
+
* @type {?}
|
|
1388
|
+
* @private
|
|
1389
|
+
*/
|
|
1390
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1391
|
+
/**
|
|
1392
|
+
* @type {?}
|
|
1393
|
+
* @private
|
|
1394
|
+
*/
|
|
1395
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1396
|
+
/**
|
|
1397
|
+
* @type {?}
|
|
1398
|
+
* @private
|
|
1399
|
+
*/
|
|
1400
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1401
|
+
/** @type {?} */
|
|
1402
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1403
|
+
/** @type {?} */
|
|
1404
|
+
RADashboardArea.prototype.areaKey;
|
|
1405
|
+
/** @type {?} */
|
|
1406
|
+
RADashboardArea.prototype.globalFilter;
|
|
1407
|
+
/** @type {?} */
|
|
1408
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1409
|
+
/** @type {?} */
|
|
1410
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1411
|
+
/** @type {?} */
|
|
1412
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1413
|
+
/** @type {?} */
|
|
1414
|
+
RADashboardArea.prototype.appConfig;
|
|
1415
|
+
/**
|
|
1416
|
+
* @type {?}
|
|
1417
|
+
* @private
|
|
1418
|
+
*/
|
|
1419
|
+
RADashboardArea.prototype.dashboardService;
|
|
1420
|
+
/**
|
|
1421
|
+
* @type {?}
|
|
1422
|
+
* @private
|
|
1423
|
+
*/
|
|
1424
|
+
RADashboardArea.prototype.ngZone;
|
|
1425
|
+
/**
|
|
1426
|
+
* @type {?}
|
|
1427
|
+
* @private
|
|
1428
|
+
*/
|
|
1429
|
+
RADashboardArea.prototype.ngxService;
|
|
1430
|
+
/**
|
|
1431
|
+
* @type {?}
|
|
1432
|
+
* @private
|
|
1433
|
+
*/
|
|
1434
|
+
RADashboardArea.prototype.translateService;
|
|
1435
|
+
/**
|
|
1436
|
+
* @type {?}
|
|
1437
|
+
* @private
|
|
1438
|
+
*/
|
|
1439
|
+
RADashboardArea.prototype.notifier;
|
|
1440
|
+
}
|
|
1044
1441
|
|
|
1045
1442
|
/**
|
|
1046
1443
|
* @fileoverview added by tsickle
|
|
1047
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1444
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1048
1445
|
*/
|
|
1049
1446
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1050
1447
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
@@ -1057,6 +1454,7 @@
|
|
|
1057
1454
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1058
1455
|
this.lockClass = "unlocked";
|
|
1059
1456
|
this.lockStatus = "unlock";
|
|
1457
|
+
this.isDownloadIconVisible = false;
|
|
1060
1458
|
this.widgetDeleted = new core.EventEmitter();
|
|
1061
1459
|
}
|
|
1062
1460
|
/**
|
|
@@ -1243,6 +1641,9 @@
|
|
|
1243
1641
|
widgetContainer.widgetElement.loadContent(widgetConfigFilter);
|
|
1244
1642
|
return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
|
|
1245
1643
|
case 1:
|
|
1644
|
+
_a.sent();
|
|
1645
|
+
return [4 /*yield*/, widgetContainer.setDownloadIcon()];
|
|
1646
|
+
case 2:
|
|
1246
1647
|
_a.sent();
|
|
1247
1648
|
return [2 /*return*/];
|
|
1248
1649
|
}
|
|
@@ -1278,13 +1679,16 @@
|
|
|
1278
1679
|
appConfig: this.appConfig,
|
|
1279
1680
|
widgetInfo: widgetInfo
|
|
1280
1681
|
}));
|
|
1281
|
-
if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/,
|
|
1682
|
+
if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
|
|
1282
1683
|
widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
|
|
1283
1684
|
return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
|
|
1284
1685
|
case 1:
|
|
1285
1686
|
_a.sent();
|
|
1286
|
-
|
|
1287
|
-
case 2:
|
|
1687
|
+
return [4 /*yield*/, this.setDownloadIcon()];
|
|
1688
|
+
case 2:
|
|
1689
|
+
_a.sent();
|
|
1690
|
+
_a.label = 3;
|
|
1691
|
+
case 3: return [2 /*return*/];
|
|
1288
1692
|
}
|
|
1289
1693
|
});
|
|
1290
1694
|
});
|
|
@@ -1334,11 +1738,44 @@
|
|
|
1334
1738
|
});
|
|
1335
1739
|
});
|
|
1336
1740
|
};
|
|
1741
|
+
/**
|
|
1742
|
+
* @private
|
|
1743
|
+
* @return {?}
|
|
1744
|
+
*/
|
|
1745
|
+
RAWidgetContainer.prototype.setDownloadIcon = /**
|
|
1746
|
+
* @private
|
|
1747
|
+
* @return {?}
|
|
1748
|
+
*/
|
|
1749
|
+
function () {
|
|
1750
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1751
|
+
var _a;
|
|
1752
|
+
return __generator(this, function (_b) {
|
|
1753
|
+
switch (_b.label) {
|
|
1754
|
+
case 0:
|
|
1755
|
+
_a = this;
|
|
1756
|
+
return [4 /*yield*/, this.widgetElement.isDownloadVisible()];
|
|
1757
|
+
case 1:
|
|
1758
|
+
_a.isDownloadIconVisible = _b.sent();
|
|
1759
|
+
this.isDownloadIconVisible = false; //temp. commented
|
|
1760
|
+
return [2 /*return*/];
|
|
1761
|
+
}
|
|
1762
|
+
});
|
|
1763
|
+
});
|
|
1764
|
+
};
|
|
1765
|
+
/**
|
|
1766
|
+
* @return {?}
|
|
1767
|
+
*/
|
|
1768
|
+
RAWidgetContainer.prototype.downloadClicked = /**
|
|
1769
|
+
* @return {?}
|
|
1770
|
+
*/
|
|
1771
|
+
function () {
|
|
1772
|
+
this.widgetElement.isDownloadVisible();
|
|
1773
|
+
};
|
|
1337
1774
|
RAWidgetContainer.decorators = [
|
|
1338
1775
|
{ type: core.Component, args: [{
|
|
1339
1776
|
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:46px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0;padding:15px 0 0}.wc-wrapper{height:100%;position:relative;margin:
|
|
1777
|
+
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>",
|
|
1778
|
+
styles: [".wcheader{width:100%;height:46px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0;padding:15px 0 0}.wc-wrapper{height:100%;position:relative;margin:10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;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
1779
|
}] }
|
|
1343
1780
|
];
|
|
1344
1781
|
/** @nocollapse */
|
|
@@ -1361,11 +1798,84 @@
|
|
|
1361
1798
|
widgetDeleted: [{ type: core.Output }]
|
|
1362
1799
|
};
|
|
1363
1800
|
return RAWidgetContainer;
|
|
1364
|
-
}());
|
|
1801
|
+
}());
|
|
1802
|
+
if (false) {
|
|
1803
|
+
/**
|
|
1804
|
+
* @type {?}
|
|
1805
|
+
* @private
|
|
1806
|
+
*/
|
|
1807
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1808
|
+
/**
|
|
1809
|
+
* @type {?}
|
|
1810
|
+
* @private
|
|
1811
|
+
*/
|
|
1812
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1813
|
+
/**
|
|
1814
|
+
* @type {?}
|
|
1815
|
+
* @private
|
|
1816
|
+
*/
|
|
1817
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1818
|
+
/**
|
|
1819
|
+
* @type {?}
|
|
1820
|
+
* @private
|
|
1821
|
+
*/
|
|
1822
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1823
|
+
/** @type {?} */
|
|
1824
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1825
|
+
/** @type {?} */
|
|
1826
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1827
|
+
/** @type {?} */
|
|
1828
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1829
|
+
/** @type {?} */
|
|
1830
|
+
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1831
|
+
/** @type {?} */
|
|
1832
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1833
|
+
/** @type {?} */
|
|
1834
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1835
|
+
/** @type {?} */
|
|
1836
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1837
|
+
/** @type {?} */
|
|
1838
|
+
RAWidgetContainer.prototype.data;
|
|
1839
|
+
/** @type {?} */
|
|
1840
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1841
|
+
/** @type {?} */
|
|
1842
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1843
|
+
/** @type {?} */
|
|
1844
|
+
RAWidgetContainer.prototype.width;
|
|
1845
|
+
/** @type {?} */
|
|
1846
|
+
RAWidgetContainer.prototype.height;
|
|
1847
|
+
/** @type {?} */
|
|
1848
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1849
|
+
/**
|
|
1850
|
+
* @type {?}
|
|
1851
|
+
* @private
|
|
1852
|
+
*/
|
|
1853
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1854
|
+
/**
|
|
1855
|
+
* @type {?}
|
|
1856
|
+
* @private
|
|
1857
|
+
*/
|
|
1858
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1859
|
+
/**
|
|
1860
|
+
* @type {?}
|
|
1861
|
+
* @private
|
|
1862
|
+
*/
|
|
1863
|
+
RAWidgetContainer.prototype.translateService;
|
|
1864
|
+
/**
|
|
1865
|
+
* @type {?}
|
|
1866
|
+
* @private
|
|
1867
|
+
*/
|
|
1868
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1869
|
+
/**
|
|
1870
|
+
* @type {?}
|
|
1871
|
+
* @private
|
|
1872
|
+
*/
|
|
1873
|
+
RAWidgetContainer.prototype.notifier;
|
|
1874
|
+
}
|
|
1365
1875
|
|
|
1366
1876
|
/**
|
|
1367
1877
|
* @fileoverview added by tsickle
|
|
1368
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1878
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1369
1879
|
*/
|
|
1370
1880
|
/** @type {?} */
|
|
1371
1881
|
var customNotifierOptions = {
|
|
@@ -1411,7 +1921,7 @@
|
|
|
1411
1921
|
|
|
1412
1922
|
/**
|
|
1413
1923
|
* @fileoverview added by tsickle
|
|
1414
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1924
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1415
1925
|
*/
|
|
1416
1926
|
/** @type {?} */
|
|
1417
1927
|
var GridsterConfigService = {
|
|
@@ -1589,7 +2099,7 @@
|
|
|
1589
2099
|
|
|
1590
2100
|
/**
|
|
1591
2101
|
* @fileoverview added by tsickle
|
|
1592
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2102
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1593
2103
|
*/
|
|
1594
2104
|
var GridsterUtils = /** @class */ (function () {
|
|
1595
2105
|
function GridsterUtils() {
|
|
@@ -1764,7 +2274,7 @@
|
|
|
1764
2274
|
|
|
1765
2275
|
/**
|
|
1766
2276
|
* @fileoverview added by tsickle
|
|
1767
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2277
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1768
2278
|
*/
|
|
1769
2279
|
/**
|
|
1770
2280
|
* @abstract
|
|
@@ -1776,11 +2286,85 @@
|
|
|
1776
2286
|
function GridsterComponentInterface() {
|
|
1777
2287
|
}
|
|
1778
2288
|
return GridsterComponentInterface;
|
|
1779
|
-
}());
|
|
2289
|
+
}());
|
|
2290
|
+
if (false) {
|
|
2291
|
+
/** @type {?} */
|
|
2292
|
+
GridsterComponentInterface.prototype.$options;
|
|
2293
|
+
/** @type {?} */
|
|
2294
|
+
GridsterComponentInterface.prototype.grid;
|
|
2295
|
+
/** @type {?} */
|
|
2296
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2297
|
+
/** @type {?} */
|
|
2298
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2299
|
+
/** @type {?} */
|
|
2300
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2301
|
+
/** @type {?} */
|
|
2302
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2303
|
+
/** @type {?} */
|
|
2304
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2305
|
+
/** @type {?} */
|
|
2306
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2307
|
+
/** @type {?} */
|
|
2308
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2309
|
+
/** @type {?} */
|
|
2310
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2311
|
+
/** @type {?} */
|
|
2312
|
+
GridsterComponentInterface.prototype.el;
|
|
2313
|
+
/** @type {?} */
|
|
2314
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2315
|
+
/** @type {?} */
|
|
2316
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2317
|
+
/** @type {?} */
|
|
2318
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2319
|
+
/** @type {?} */
|
|
2320
|
+
GridsterComponentInterface.prototype.options;
|
|
2321
|
+
/** @type {?} */
|
|
2322
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2323
|
+
/** @type {?} */
|
|
2324
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2325
|
+
/** @type {?} */
|
|
2326
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2327
|
+
/** @type {?} */
|
|
2328
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2329
|
+
/** @type {?} */
|
|
2330
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2331
|
+
/** @type {?} */
|
|
2332
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2333
|
+
/** @type {?} */
|
|
2334
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2335
|
+
/** @type {?} */
|
|
2336
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2337
|
+
/** @type {?} */
|
|
2338
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2339
|
+
/** @type {?} */
|
|
2340
|
+
GridsterComponentInterface.prototype.columns;
|
|
2341
|
+
/** @type {?} */
|
|
2342
|
+
GridsterComponentInterface.prototype.rows;
|
|
2343
|
+
/** @type {?} */
|
|
2344
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2345
|
+
/** @type {?} */
|
|
2346
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2347
|
+
/** @type {?} */
|
|
2348
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2349
|
+
/** @type {?} */
|
|
2350
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2351
|
+
/** @type {?} */
|
|
2352
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2353
|
+
/** @type {?} */
|
|
2354
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2355
|
+
/** @type {?} */
|
|
2356
|
+
GridsterComponentInterface.prototype.compact;
|
|
2357
|
+
/** @type {?} */
|
|
2358
|
+
GridsterComponentInterface.prototype.zone;
|
|
2359
|
+
/** @type {?} */
|
|
2360
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2361
|
+
/** @type {?} */
|
|
2362
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2363
|
+
}
|
|
1780
2364
|
|
|
1781
2365
|
/**
|
|
1782
2366
|
* @fileoverview added by tsickle
|
|
1783
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2367
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1784
2368
|
*/
|
|
1785
2369
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1786
2370
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2097,11 +2681,44 @@
|
|
|
2097
2681
|
{ type: GridsterComponentInterface }
|
|
2098
2682
|
]; };
|
|
2099
2683
|
return GridsterEmptyCell;
|
|
2100
|
-
}());
|
|
2684
|
+
}());
|
|
2685
|
+
if (false) {
|
|
2686
|
+
/** @type {?} */
|
|
2687
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2688
|
+
/** @type {?} */
|
|
2689
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2690
|
+
/** @type {?} */
|
|
2691
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2692
|
+
/** @type {?} */
|
|
2693
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2694
|
+
/** @type {?} */
|
|
2695
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2696
|
+
/** @type {?} */
|
|
2697
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2698
|
+
/** @type {?} */
|
|
2699
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2700
|
+
/** @type {?} */
|
|
2701
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2702
|
+
/** @type {?} */
|
|
2703
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2704
|
+
/** @type {?} */
|
|
2705
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2706
|
+
/** @type {?} */
|
|
2707
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2708
|
+
/** @type {?} */
|
|
2709
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2710
|
+
/** @type {?} */
|
|
2711
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2712
|
+
/**
|
|
2713
|
+
* @type {?}
|
|
2714
|
+
* @private
|
|
2715
|
+
*/
|
|
2716
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2717
|
+
}
|
|
2101
2718
|
|
|
2102
2719
|
/**
|
|
2103
2720
|
* @fileoverview added by tsickle
|
|
2104
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2721
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2105
2722
|
*/
|
|
2106
2723
|
var GridsterCompact = /** @class */ (function () {
|
|
2107
2724
|
function GridsterCompact(gridster) {
|
|
@@ -2339,11 +2956,18 @@
|
|
|
2339
2956
|
{ type: GridsterComponentInterface }
|
|
2340
2957
|
]; };
|
|
2341
2958
|
return GridsterCompact;
|
|
2342
|
-
}());
|
|
2959
|
+
}());
|
|
2960
|
+
if (false) {
|
|
2961
|
+
/**
|
|
2962
|
+
* @type {?}
|
|
2963
|
+
* @private
|
|
2964
|
+
*/
|
|
2965
|
+
GridsterCompact.prototype.gridster;
|
|
2966
|
+
}
|
|
2343
2967
|
|
|
2344
2968
|
/**
|
|
2345
2969
|
* @fileoverview added by tsickle
|
|
2346
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2970
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2347
2971
|
*/
|
|
2348
2972
|
var GridsterRenderer = /** @class */ (function () {
|
|
2349
2973
|
function GridsterRenderer(gridster) {
|
|
@@ -2650,11 +3274,18 @@
|
|
|
2650
3274
|
{ type: GridsterComponentInterface }
|
|
2651
3275
|
]; };
|
|
2652
3276
|
return GridsterRenderer;
|
|
2653
|
-
}());
|
|
3277
|
+
}());
|
|
3278
|
+
if (false) {
|
|
3279
|
+
/**
|
|
3280
|
+
* @type {?}
|
|
3281
|
+
* @private
|
|
3282
|
+
*/
|
|
3283
|
+
GridsterRenderer.prototype.gridster;
|
|
3284
|
+
}
|
|
2654
3285
|
|
|
2655
3286
|
/**
|
|
2656
3287
|
* @fileoverview added by tsickle
|
|
2657
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3288
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2658
3289
|
*/
|
|
2659
3290
|
var GridsterComponent = /** @class */ (function () {
|
|
2660
3291
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2809,6 +3440,17 @@
|
|
|
2809
3440
|
if (this.options.destroyCallback) {
|
|
2810
3441
|
this.options.destroyCallback(this);
|
|
2811
3442
|
}
|
|
3443
|
+
//if (this.options.api) {
|
|
3444
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3445
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3446
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3447
|
+
*/
|
|
3448
|
+
if (false) {
|
|
3449
|
+
this.options.api.resize = undefined;
|
|
3450
|
+
this.options.api.optionsChanged = undefined;
|
|
3451
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3452
|
+
this.options.api = undefined;
|
|
3453
|
+
}
|
|
2812
3454
|
this.emptyCell.destroy();
|
|
2813
3455
|
delete this.emptyCell;
|
|
2814
3456
|
this.compact.destroy();
|
|
@@ -3385,11 +4027,61 @@
|
|
|
3385
4027
|
options: [{ type: core.Input }]
|
|
3386
4028
|
};
|
|
3387
4029
|
return GridsterComponent;
|
|
3388
|
-
}());
|
|
4030
|
+
}());
|
|
4031
|
+
if (false) {
|
|
4032
|
+
/** @type {?} */
|
|
4033
|
+
GridsterComponent.prototype.options;
|
|
4034
|
+
/** @type {?} */
|
|
4035
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
4036
|
+
/** @type {?} */
|
|
4037
|
+
GridsterComponent.prototype.movingItem;
|
|
4038
|
+
/** @type {?} */
|
|
4039
|
+
GridsterComponent.prototype.previewStyle;
|
|
4040
|
+
/** @type {?} */
|
|
4041
|
+
GridsterComponent.prototype.el;
|
|
4042
|
+
/** @type {?} */
|
|
4043
|
+
GridsterComponent.prototype.$options;
|
|
4044
|
+
/** @type {?} */
|
|
4045
|
+
GridsterComponent.prototype.mobile;
|
|
4046
|
+
/** @type {?} */
|
|
4047
|
+
GridsterComponent.prototype.curWidth;
|
|
4048
|
+
/** @type {?} */
|
|
4049
|
+
GridsterComponent.prototype.curHeight;
|
|
4050
|
+
/** @type {?} */
|
|
4051
|
+
GridsterComponent.prototype.grid;
|
|
4052
|
+
/** @type {?} */
|
|
4053
|
+
GridsterComponent.prototype.columns;
|
|
4054
|
+
/** @type {?} */
|
|
4055
|
+
GridsterComponent.prototype.rows;
|
|
4056
|
+
/** @type {?} */
|
|
4057
|
+
GridsterComponent.prototype.curColWidth;
|
|
4058
|
+
/** @type {?} */
|
|
4059
|
+
GridsterComponent.prototype.curRowHeight;
|
|
4060
|
+
/** @type {?} */
|
|
4061
|
+
GridsterComponent.prototype.gridColumns;
|
|
4062
|
+
/** @type {?} */
|
|
4063
|
+
GridsterComponent.prototype.gridRows;
|
|
4064
|
+
/** @type {?} */
|
|
4065
|
+
GridsterComponent.prototype.windowResize;
|
|
4066
|
+
/** @type {?} */
|
|
4067
|
+
GridsterComponent.prototype.dragInProgress;
|
|
4068
|
+
/** @type {?} */
|
|
4069
|
+
GridsterComponent.prototype.emptyCell;
|
|
4070
|
+
/** @type {?} */
|
|
4071
|
+
GridsterComponent.prototype.compact;
|
|
4072
|
+
/** @type {?} */
|
|
4073
|
+
GridsterComponent.prototype.gridRenderer;
|
|
4074
|
+
/** @type {?} */
|
|
4075
|
+
GridsterComponent.prototype.renderer;
|
|
4076
|
+
/** @type {?} */
|
|
4077
|
+
GridsterComponent.prototype.cdRef;
|
|
4078
|
+
/** @type {?} */
|
|
4079
|
+
GridsterComponent.prototype.zone;
|
|
4080
|
+
}
|
|
3389
4081
|
|
|
3390
4082
|
/**
|
|
3391
4083
|
* @fileoverview added by tsickle
|
|
3392
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4084
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3393
4085
|
*/
|
|
3394
4086
|
/**
|
|
3395
4087
|
* @abstract
|
|
@@ -3401,11 +4093,49 @@
|
|
|
3401
4093
|
function GridsterItemComponentInterface() {
|
|
3402
4094
|
}
|
|
3403
4095
|
return GridsterItemComponentInterface;
|
|
3404
|
-
}());
|
|
4096
|
+
}());
|
|
4097
|
+
if (false) {
|
|
4098
|
+
/** @type {?} */
|
|
4099
|
+
GridsterItemComponentInterface.prototype.item;
|
|
4100
|
+
/** @type {?} */
|
|
4101
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
4102
|
+
/** @type {?} */
|
|
4103
|
+
GridsterItemComponentInterface.prototype.top;
|
|
4104
|
+
/** @type {?} */
|
|
4105
|
+
GridsterItemComponentInterface.prototype.left;
|
|
4106
|
+
/** @type {?} */
|
|
4107
|
+
GridsterItemComponentInterface.prototype.width;
|
|
4108
|
+
/** @type {?} */
|
|
4109
|
+
GridsterItemComponentInterface.prototype.height;
|
|
4110
|
+
/** @type {?} */
|
|
4111
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
4112
|
+
/** @type {?} */
|
|
4113
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
4114
|
+
/** @type {?} */
|
|
4115
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4116
|
+
/** @type {?} */
|
|
4117
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4118
|
+
/** @type {?} */
|
|
4119
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4120
|
+
/** @type {?} */
|
|
4121
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
4122
|
+
/** @type {?} */
|
|
4123
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4124
|
+
/** @type {?} */
|
|
4125
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4126
|
+
/** @type {?} */
|
|
4127
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4128
|
+
/** @type {?} */
|
|
4129
|
+
GridsterItemComponentInterface.prototype.el;
|
|
4130
|
+
/** @type {?} */
|
|
4131
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
4132
|
+
/** @type {?} */
|
|
4133
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
4134
|
+
}
|
|
3405
4135
|
|
|
3406
4136
|
/**
|
|
3407
4137
|
* @fileoverview added by tsickle
|
|
3408
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4138
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3409
4139
|
*/
|
|
3410
4140
|
var GridsterSwap = /** @class */ (function () {
|
|
3411
4141
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3533,11 +4263,28 @@
|
|
|
3533
4263
|
{ type: GridsterItemComponentInterface }
|
|
3534
4264
|
]; };
|
|
3535
4265
|
return GridsterSwap;
|
|
3536
|
-
}());
|
|
4266
|
+
}());
|
|
4267
|
+
if (false) {
|
|
4268
|
+
/**
|
|
4269
|
+
* @type {?}
|
|
4270
|
+
* @private
|
|
4271
|
+
*/
|
|
4272
|
+
GridsterSwap.prototype.swapedItem;
|
|
4273
|
+
/**
|
|
4274
|
+
* @type {?}
|
|
4275
|
+
* @private
|
|
4276
|
+
*/
|
|
4277
|
+
GridsterSwap.prototype.gridsterItem;
|
|
4278
|
+
/**
|
|
4279
|
+
* @type {?}
|
|
4280
|
+
* @private
|
|
4281
|
+
*/
|
|
4282
|
+
GridsterSwap.prototype.gridster;
|
|
4283
|
+
}
|
|
3537
4284
|
|
|
3538
4285
|
/**
|
|
3539
4286
|
* @fileoverview added by tsickle
|
|
3540
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4287
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3541
4288
|
*/
|
|
3542
4289
|
/** @type {?} */
|
|
3543
4290
|
var scrollSensitivity;
|
|
@@ -3732,7 +4479,7 @@
|
|
|
3732
4479
|
|
|
3733
4480
|
/**
|
|
3734
4481
|
* @fileoverview added by tsickle
|
|
3735
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4482
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3736
4483
|
*/
|
|
3737
4484
|
var GridsterPush = /** @class */ (function () {
|
|
3738
4485
|
function GridsterPush(gridsterItem) {
|
|
@@ -4222,11 +4969,61 @@
|
|
|
4222
4969
|
{ type: GridsterItemComponentInterface }
|
|
4223
4970
|
]; };
|
|
4224
4971
|
return GridsterPush;
|
|
4225
|
-
}());
|
|
4972
|
+
}());
|
|
4973
|
+
if (false) {
|
|
4974
|
+
/** @type {?} */
|
|
4975
|
+
GridsterPush.prototype.fromSouth;
|
|
4976
|
+
/** @type {?} */
|
|
4977
|
+
GridsterPush.prototype.fromNorth;
|
|
4978
|
+
/** @type {?} */
|
|
4979
|
+
GridsterPush.prototype.fromEast;
|
|
4980
|
+
/** @type {?} */
|
|
4981
|
+
GridsterPush.prototype.fromWest;
|
|
4982
|
+
/**
|
|
4983
|
+
* @type {?}
|
|
4984
|
+
* @private
|
|
4985
|
+
*/
|
|
4986
|
+
GridsterPush.prototype.pushedItems;
|
|
4987
|
+
/**
|
|
4988
|
+
* @type {?}
|
|
4989
|
+
* @private
|
|
4990
|
+
*/
|
|
4991
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4992
|
+
/**
|
|
4993
|
+
* @type {?}
|
|
4994
|
+
* @private
|
|
4995
|
+
*/
|
|
4996
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4997
|
+
/**
|
|
4998
|
+
* @type {?}
|
|
4999
|
+
* @private
|
|
5000
|
+
*/
|
|
5001
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
5002
|
+
/**
|
|
5003
|
+
* @type {?}
|
|
5004
|
+
* @private
|
|
5005
|
+
*/
|
|
5006
|
+
GridsterPush.prototype.gridsterItem;
|
|
5007
|
+
/**
|
|
5008
|
+
* @type {?}
|
|
5009
|
+
* @private
|
|
5010
|
+
*/
|
|
5011
|
+
GridsterPush.prototype.gridster;
|
|
5012
|
+
/**
|
|
5013
|
+
* @type {?}
|
|
5014
|
+
* @private
|
|
5015
|
+
*/
|
|
5016
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
5017
|
+
/**
|
|
5018
|
+
* @type {?}
|
|
5019
|
+
* @private
|
|
5020
|
+
*/
|
|
5021
|
+
GridsterPush.prototype.tryPattern;
|
|
5022
|
+
}
|
|
4226
5023
|
|
|
4227
5024
|
/**
|
|
4228
5025
|
* @fileoverview added by tsickle
|
|
4229
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5026
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4230
5027
|
*/
|
|
4231
5028
|
var GridsterDraggable = /** @class */ (function () {
|
|
4232
5029
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4530,6 +5327,10 @@
|
|
|
4530
5327
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4531
5328
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4532
5329
|
}
|
|
5330
|
+
else {
|
|
5331
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5332
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5333
|
+
}
|
|
4533
5334
|
return this.gridsterItem.$item;
|
|
4534
5335
|
};
|
|
4535
5336
|
/**
|
|
@@ -4686,11 +5487,84 @@
|
|
|
4686
5487
|
{ type: core.NgZone }
|
|
4687
5488
|
]; };
|
|
4688
5489
|
return GridsterDraggable;
|
|
4689
|
-
}());
|
|
5490
|
+
}());
|
|
5491
|
+
if (false) {
|
|
5492
|
+
/** @type {?} */
|
|
5493
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5494
|
+
/** @type {?} */
|
|
5495
|
+
GridsterDraggable.prototype.gridster;
|
|
5496
|
+
/** @type {?} */
|
|
5497
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5498
|
+
/** @type {?} */
|
|
5499
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5500
|
+
/** @type {?} */
|
|
5501
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5502
|
+
/** @type {?} */
|
|
5503
|
+
GridsterDraggable.prototype.margin;
|
|
5504
|
+
/** @type {?} */
|
|
5505
|
+
GridsterDraggable.prototype.diffTop;
|
|
5506
|
+
/** @type {?} */
|
|
5507
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5508
|
+
/** @type {?} */
|
|
5509
|
+
GridsterDraggable.prototype.top;
|
|
5510
|
+
/** @type {?} */
|
|
5511
|
+
GridsterDraggable.prototype.left;
|
|
5512
|
+
/** @type {?} */
|
|
5513
|
+
GridsterDraggable.prototype.height;
|
|
5514
|
+
/** @type {?} */
|
|
5515
|
+
GridsterDraggable.prototype.width;
|
|
5516
|
+
/** @type {?} */
|
|
5517
|
+
GridsterDraggable.prototype.positionX;
|
|
5518
|
+
/** @type {?} */
|
|
5519
|
+
GridsterDraggable.prototype.positionY;
|
|
5520
|
+
/** @type {?} */
|
|
5521
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5522
|
+
/** @type {?} */
|
|
5523
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5524
|
+
/** @type {?} */
|
|
5525
|
+
GridsterDraggable.prototype.enabled;
|
|
5526
|
+
/** @type {?} */
|
|
5527
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5528
|
+
/** @type {?} */
|
|
5529
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5530
|
+
/** @type {?} */
|
|
5531
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5532
|
+
/** @type {?} */
|
|
5533
|
+
GridsterDraggable.prototype.mousemove;
|
|
5534
|
+
/** @type {?} */
|
|
5535
|
+
GridsterDraggable.prototype.mouseup;
|
|
5536
|
+
/** @type {?} */
|
|
5537
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5538
|
+
/** @type {?} */
|
|
5539
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5540
|
+
/** @type {?} */
|
|
5541
|
+
GridsterDraggable.prototype.touchmove;
|
|
5542
|
+
/** @type {?} */
|
|
5543
|
+
GridsterDraggable.prototype.touchend;
|
|
5544
|
+
/** @type {?} */
|
|
5545
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5546
|
+
/** @type {?} */
|
|
5547
|
+
GridsterDraggable.prototype.mousedown;
|
|
5548
|
+
/** @type {?} */
|
|
5549
|
+
GridsterDraggable.prototype.touchstart;
|
|
5550
|
+
/** @type {?} */
|
|
5551
|
+
GridsterDraggable.prototype.push;
|
|
5552
|
+
/** @type {?} */
|
|
5553
|
+
GridsterDraggable.prototype.swap;
|
|
5554
|
+
/** @type {?} */
|
|
5555
|
+
GridsterDraggable.prototype.path;
|
|
5556
|
+
/** @type {?} */
|
|
5557
|
+
GridsterDraggable.prototype.collision;
|
|
5558
|
+
/**
|
|
5559
|
+
* @type {?}
|
|
5560
|
+
* @private
|
|
5561
|
+
*/
|
|
5562
|
+
GridsterDraggable.prototype.zone;
|
|
5563
|
+
}
|
|
4690
5564
|
|
|
4691
5565
|
/**
|
|
4692
5566
|
* @fileoverview added by tsickle
|
|
4693
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5567
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4694
5568
|
*/
|
|
4695
5569
|
var GridsterPushResize = /** @class */ (function () {
|
|
4696
5570
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -5070,11 +5944,46 @@
|
|
|
5070
5944
|
{ type: GridsterItemComponentInterface }
|
|
5071
5945
|
]; };
|
|
5072
5946
|
return GridsterPushResize;
|
|
5073
|
-
}());
|
|
5947
|
+
}());
|
|
5948
|
+
if (false) {
|
|
5949
|
+
/** @type {?} */
|
|
5950
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5951
|
+
/** @type {?} */
|
|
5952
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5953
|
+
/** @type {?} */
|
|
5954
|
+
GridsterPushResize.prototype.fromEast;
|
|
5955
|
+
/** @type {?} */
|
|
5956
|
+
GridsterPushResize.prototype.fromWest;
|
|
5957
|
+
/**
|
|
5958
|
+
* @type {?}
|
|
5959
|
+
* @private
|
|
5960
|
+
*/
|
|
5961
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5962
|
+
/**
|
|
5963
|
+
* @type {?}
|
|
5964
|
+
* @private
|
|
5965
|
+
*/
|
|
5966
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5967
|
+
/**
|
|
5968
|
+
* @type {?}
|
|
5969
|
+
* @private
|
|
5970
|
+
*/
|
|
5971
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5972
|
+
/**
|
|
5973
|
+
* @type {?}
|
|
5974
|
+
* @private
|
|
5975
|
+
*/
|
|
5976
|
+
GridsterPushResize.prototype.gridster;
|
|
5977
|
+
/**
|
|
5978
|
+
* @type {?}
|
|
5979
|
+
* @private
|
|
5980
|
+
*/
|
|
5981
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5982
|
+
}
|
|
5074
5983
|
|
|
5075
5984
|
/**
|
|
5076
5985
|
* @fileoverview added by tsickle
|
|
5077
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5986
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5078
5987
|
*/
|
|
5079
5988
|
var GridsterResizable = /** @class */ (function () {
|
|
5080
5989
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5616,11 +6525,86 @@
|
|
|
5616
6525
|
{ type: core.NgZone }
|
|
5617
6526
|
]; };
|
|
5618
6527
|
return GridsterResizable;
|
|
5619
|
-
}());
|
|
6528
|
+
}());
|
|
6529
|
+
if (false) {
|
|
6530
|
+
/** @type {?} */
|
|
6531
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6532
|
+
/** @type {?} */
|
|
6533
|
+
GridsterResizable.prototype.gridster;
|
|
6534
|
+
/** @type {?} */
|
|
6535
|
+
GridsterResizable.prototype.lastMouse;
|
|
6536
|
+
/** @type {?} */
|
|
6537
|
+
GridsterResizable.prototype.itemBackup;
|
|
6538
|
+
/** @type {?} */
|
|
6539
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6540
|
+
/** @type {?} */
|
|
6541
|
+
GridsterResizable.prototype.directionFunction;
|
|
6542
|
+
/** @type {?} */
|
|
6543
|
+
GridsterResizable.prototype.dragFunction;
|
|
6544
|
+
/** @type {?} */
|
|
6545
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6546
|
+
/** @type {?} */
|
|
6547
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6548
|
+
/** @type {?} */
|
|
6549
|
+
GridsterResizable.prototype.mousemove;
|
|
6550
|
+
/** @type {?} */
|
|
6551
|
+
GridsterResizable.prototype.mouseup;
|
|
6552
|
+
/** @type {?} */
|
|
6553
|
+
GridsterResizable.prototype.mouseleave;
|
|
6554
|
+
/** @type {?} */
|
|
6555
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6556
|
+
/** @type {?} */
|
|
6557
|
+
GridsterResizable.prototype.touchmove;
|
|
6558
|
+
/** @type {?} */
|
|
6559
|
+
GridsterResizable.prototype.touchend;
|
|
6560
|
+
/** @type {?} */
|
|
6561
|
+
GridsterResizable.prototype.touchcancel;
|
|
6562
|
+
/** @type {?} */
|
|
6563
|
+
GridsterResizable.prototype.push;
|
|
6564
|
+
/** @type {?} */
|
|
6565
|
+
GridsterResizable.prototype.pushResize;
|
|
6566
|
+
/** @type {?} */
|
|
6567
|
+
GridsterResizable.prototype.minHeight;
|
|
6568
|
+
/** @type {?} */
|
|
6569
|
+
GridsterResizable.prototype.minWidth;
|
|
6570
|
+
/** @type {?} */
|
|
6571
|
+
GridsterResizable.prototype.offsetTop;
|
|
6572
|
+
/** @type {?} */
|
|
6573
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6574
|
+
/** @type {?} */
|
|
6575
|
+
GridsterResizable.prototype.diffTop;
|
|
6576
|
+
/** @type {?} */
|
|
6577
|
+
GridsterResizable.prototype.diffLeft;
|
|
6578
|
+
/** @type {?} */
|
|
6579
|
+
GridsterResizable.prototype.diffRight;
|
|
6580
|
+
/** @type {?} */
|
|
6581
|
+
GridsterResizable.prototype.diffBottom;
|
|
6582
|
+
/** @type {?} */
|
|
6583
|
+
GridsterResizable.prototype.margin;
|
|
6584
|
+
/** @type {?} */
|
|
6585
|
+
GridsterResizable.prototype.top;
|
|
6586
|
+
/** @type {?} */
|
|
6587
|
+
GridsterResizable.prototype.left;
|
|
6588
|
+
/** @type {?} */
|
|
6589
|
+
GridsterResizable.prototype.bottom;
|
|
6590
|
+
/** @type {?} */
|
|
6591
|
+
GridsterResizable.prototype.right;
|
|
6592
|
+
/** @type {?} */
|
|
6593
|
+
GridsterResizable.prototype.width;
|
|
6594
|
+
/** @type {?} */
|
|
6595
|
+
GridsterResizable.prototype.height;
|
|
6596
|
+
/** @type {?} */
|
|
6597
|
+
GridsterResizable.prototype.newPosition;
|
|
6598
|
+
/**
|
|
6599
|
+
* @type {?}
|
|
6600
|
+
* @private
|
|
6601
|
+
*/
|
|
6602
|
+
GridsterResizable.prototype.zone;
|
|
6603
|
+
}
|
|
5620
6604
|
|
|
5621
6605
|
/**
|
|
5622
6606
|
* @fileoverview added by tsickle
|
|
5623
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6607
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5624
6608
|
*/
|
|
5625
6609
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5626
6610
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5815,11 +6799,44 @@
|
|
|
5815
6799
|
item: [{ type: core.Input }]
|
|
5816
6800
|
};
|
|
5817
6801
|
return GridsterItemComponent;
|
|
5818
|
-
}());
|
|
6802
|
+
}());
|
|
6803
|
+
if (false) {
|
|
6804
|
+
/** @type {?} */
|
|
6805
|
+
GridsterItemComponent.prototype.item;
|
|
6806
|
+
/** @type {?} */
|
|
6807
|
+
GridsterItemComponent.prototype.$item;
|
|
6808
|
+
/** @type {?} */
|
|
6809
|
+
GridsterItemComponent.prototype.el;
|
|
6810
|
+
/** @type {?} */
|
|
6811
|
+
GridsterItemComponent.prototype.gridster;
|
|
6812
|
+
/** @type {?} */
|
|
6813
|
+
GridsterItemComponent.prototype.top;
|
|
6814
|
+
/** @type {?} */
|
|
6815
|
+
GridsterItemComponent.prototype.left;
|
|
6816
|
+
/** @type {?} */
|
|
6817
|
+
GridsterItemComponent.prototype.width;
|
|
6818
|
+
/** @type {?} */
|
|
6819
|
+
GridsterItemComponent.prototype.height;
|
|
6820
|
+
/** @type {?} */
|
|
6821
|
+
GridsterItemComponent.prototype.drag;
|
|
6822
|
+
/** @type {?} */
|
|
6823
|
+
GridsterItemComponent.prototype.resize;
|
|
6824
|
+
/** @type {?} */
|
|
6825
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6826
|
+
/** @type {?} */
|
|
6827
|
+
GridsterItemComponent.prototype.init;
|
|
6828
|
+
/** @type {?} */
|
|
6829
|
+
GridsterItemComponent.prototype.renderer;
|
|
6830
|
+
/**
|
|
6831
|
+
* @type {?}
|
|
6832
|
+
* @private
|
|
6833
|
+
*/
|
|
6834
|
+
GridsterItemComponent.prototype.zone;
|
|
6835
|
+
}
|
|
5819
6836
|
|
|
5820
6837
|
/**
|
|
5821
6838
|
* @fileoverview added by tsickle
|
|
5822
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6839
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5823
6840
|
*/
|
|
5824
6841
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5825
6842
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5864,7 +6881,7 @@
|
|
|
5864
6881
|
selector: 'gridster-preview',
|
|
5865
6882
|
template: '',
|
|
5866
6883
|
encapsulation: core.ViewEncapsulation.None,
|
|
5867
|
-
styles: ["gridster-preview{position:absolute;display:none;background:#
|
|
6884
|
+
styles: ["gridster-preview{position:absolute;display:none;background:#42b4e6}"]
|
|
5868
6885
|
}] }
|
|
5869
6886
|
];
|
|
5870
6887
|
/** @nocollapse */
|
|
@@ -5874,11 +6891,19 @@
|
|
|
5874
6891
|
{ type: core.Renderer2 }
|
|
5875
6892
|
]; };
|
|
5876
6893
|
return GridsterPreviewComponent;
|
|
5877
|
-
}());
|
|
6894
|
+
}());
|
|
6895
|
+
if (false) {
|
|
6896
|
+
/** @type {?} */
|
|
6897
|
+
GridsterPreviewComponent.prototype.el;
|
|
6898
|
+
/** @type {?} */
|
|
6899
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6900
|
+
/** @type {?} */
|
|
6901
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6902
|
+
}
|
|
5878
6903
|
|
|
5879
6904
|
/**
|
|
5880
6905
|
* @fileoverview added by tsickle
|
|
5881
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6906
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5882
6907
|
*/
|
|
5883
6908
|
var GridsterModule = /** @class */ (function () {
|
|
5884
6909
|
function GridsterModule() {
|
|
@@ -5903,7 +6928,7 @@
|
|
|
5903
6928
|
|
|
5904
6929
|
/**
|
|
5905
6930
|
* @fileoverview added by tsickle
|
|
5906
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6931
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5907
6932
|
*/
|
|
5908
6933
|
/** @type {?} */
|
|
5909
6934
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -5944,7 +6969,7 @@
|
|
|
5944
6969
|
|
|
5945
6970
|
/**
|
|
5946
6971
|
* @fileoverview added by tsickle
|
|
5947
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6972
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5948
6973
|
*/
|
|
5949
6974
|
/**
|
|
5950
6975
|
* @abstract
|
|
@@ -5988,11 +7013,35 @@
|
|
|
5988
7013
|
initialize: [{ type: core.Input }]
|
|
5989
7014
|
};
|
|
5990
7015
|
return RaBaseDashboardTemplate;
|
|
5991
|
-
}());
|
|
7016
|
+
}());
|
|
7017
|
+
if (false) {
|
|
7018
|
+
/** @type {?} */
|
|
7019
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
7020
|
+
/** @type {?} */
|
|
7021
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
7022
|
+
/** @type {?} */
|
|
7023
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
7024
|
+
/** @type {?} */
|
|
7025
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
7026
|
+
/** @type {?} */
|
|
7027
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7028
|
+
/** @type {?} */
|
|
7029
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
7030
|
+
/**
|
|
7031
|
+
* @type {?}
|
|
7032
|
+
* @private
|
|
7033
|
+
*/
|
|
7034
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7035
|
+
/**
|
|
7036
|
+
* @abstract
|
|
7037
|
+
* @return {?}
|
|
7038
|
+
*/
|
|
7039
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7040
|
+
}
|
|
5992
7041
|
|
|
5993
7042
|
/**
|
|
5994
7043
|
* @fileoverview added by tsickle
|
|
5995
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7044
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5996
7045
|
*/
|
|
5997
7046
|
/**
|
|
5998
7047
|
* @abstract
|
|
@@ -6012,7 +7061,19 @@
|
|
|
6012
7061
|
getAllFilterConfig: [{ type: core.Input }]
|
|
6013
7062
|
};
|
|
6014
7063
|
return RaBaseDashboardFilter;
|
|
6015
|
-
}());
|
|
7064
|
+
}());
|
|
7065
|
+
if (false) {
|
|
7066
|
+
/**
|
|
7067
|
+
* @type {?}
|
|
7068
|
+
* @private
|
|
7069
|
+
*/
|
|
7070
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7071
|
+
/**
|
|
7072
|
+
* @abstract
|
|
7073
|
+
* @return {?}
|
|
7074
|
+
*/
|
|
7075
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7076
|
+
}
|
|
6016
7077
|
|
|
6017
7078
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
6018
7079
|
exports.RADashboardArea = RADashboardArea;
|