@schneideress/dashboardframework 0.0.106 → 0.0.108
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 +1210 -73
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +15 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +3 -2
- package/esm2015/gridster/lib/gridster.component.js +3 -2
- package/esm2015/gridster/lib/gridster.interface.js +3 -2
- package/esm2015/gridster/lib/gridster.module.js +3 -2
- package/esm2015/gridster/lib/gridsterCompact.service.js +3 -2
- package/esm2015/gridster/lib/gridsterConfig.constant.js +3 -2
- package/esm2015/gridster/lib/gridsterConfig.interface.js +20 -19
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterDraggable.service.js +3 -2
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +3 -2
- package/esm2015/gridster/lib/gridsterItem.component.js +3 -2
- package/esm2015/gridster/lib/gridsterItem.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterPreview.component.js +3 -2
- package/esm2015/gridster/lib/gridsterPush.service.js +3 -2
- package/esm2015/gridster/lib/gridsterPushResize.service.js +3 -2
- package/esm2015/gridster/lib/gridsterRenderer.service.js +3 -2
- package/esm2015/gridster/lib/gridsterResizable.service.js +3 -2
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterScroll.service.js +3 -2
- package/esm2015/gridster/lib/gridsterSwap.service.js +3 -2
- package/esm2015/gridster/lib/gridsterUtils.service.js +3 -2
- package/esm2015/lib/custom.notifier.options.js +3 -2
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +37 -7
- package/esm2015/lib/ra.base.dashboard.filter.js +3 -2
- package/esm2015/lib/ra.base.dashboard.template.js +3 -2
- package/esm2015/lib/ra.dashbard.event.bus.js +3 -2
- package/esm2015/lib/ra.dashboard.module.js +3 -2
- package/esm2015/lib/ra.dashboard.service.js +3 -2
- package/esm2015/lib/ra.event.enum.js +3 -2
- package/esm2015/lib/ra.gridster.config.js +3 -2
- package/esm2015/public-api.js +3 -2
- package/esm2015/schneideress-dashboardframework.js +3 -2
- package/esm5/gridster/index.js +3 -2
- package/esm5/gridster/lib/gridster.component.js +3 -2
- package/esm5/gridster/lib/gridster.interface.js +3 -2
- package/esm5/gridster/lib/gridster.module.js +3 -2
- package/esm5/gridster/lib/gridsterCompact.service.js +3 -2
- package/esm5/gridster/lib/gridsterConfig.constant.js +3 -2
- package/esm5/gridster/lib/gridsterConfig.interface.js +20 -19
- package/esm5/gridster/lib/gridsterConfigS.interface.js +3 -2
- package/esm5/gridster/lib/gridsterDraggable.service.js +3 -2
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +3 -2
- package/esm5/gridster/lib/gridsterItem.component.js +3 -2
- package/esm5/gridster/lib/gridsterItem.interface.js +3 -2
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +3 -2
- package/esm5/gridster/lib/gridsterPreview.component.js +3 -2
- package/esm5/gridster/lib/gridsterPush.service.js +3 -2
- package/esm5/gridster/lib/gridsterPushResize.service.js +3 -2
- package/esm5/gridster/lib/gridsterRenderer.service.js +3 -2
- package/esm5/gridster/lib/gridsterResizable.service.js +3 -2
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +3 -2
- package/esm5/gridster/lib/gridsterScroll.service.js +3 -2
- package/esm5/gridster/lib/gridsterSwap.service.js +3 -2
- package/esm5/gridster/lib/gridsterUtils.service.js +3 -2
- package/esm5/lib/custom.notifier.options.js +3 -2
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +43 -8
- package/esm5/lib/ra.base.dashboard.filter.js +3 -2
- package/esm5/lib/ra.base.dashboard.template.js +3 -2
- package/esm5/lib/ra.dashbard.event.bus.js +3 -2
- package/esm5/lib/ra.dashboard.module.js +3 -2
- package/esm5/lib/ra.dashboard.service.js +3 -2
- package/esm5/lib/ra.event.enum.js +3 -2
- package/esm5/lib/ra.gridster.config.js +3 -2
- package/esm5/public-api.js +3 -2
- package/esm5/schneideress-dashboardframework.js +3 -2
- package/fesm2015/schneideress-dashboardframework.js +1084 -70
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1093 -74
- 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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@schneideress/ra-common'), require('rxjs/operators'), require('ngx-ui-loader'), require('angular-notifier'), require('@schneideress/widgetframework'), require('@angular/platform-browser'), require('@angular/common/http'), require('ngx-perfect-scrollbar'), require('@angular/common'), require('@schneideress/user-controls')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ra-common', 'rxjs/operators', 'ngx-ui-loader', 'angular-notifier', '@schneideress/widgetframework', '@angular/platform-browser', '@angular/common/http', 'ngx-perfect-scrollbar', '@angular/common', '@schneideress/user-controls'], factory) :
|
|
4
4
|
(global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global.raCommon, global.rxjs.operators, global['ngx-ui-loader'], global['angular-notifier'], global.widgetframework, global.ng.platformBrowser, global.ng.common.http, global.ngxPerfectScrollbar, global.ng.common, global.userControls));
|
|
5
|
-
}(this, function (exports, core, rxjs, raCommon, operators, ngxUiLoader, angularNotifier, widgetframework, platformBrowser, http, ngxPerfectScrollbar, common, userControls) { 'use strict';
|
|
5
|
+
}(this, (function (exports, core, rxjs, raCommon, operators, ngxUiLoader, angularNotifier, widgetframework, platformBrowser, http, ngxPerfectScrollbar, common, userControls) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -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,105 @@
|
|
|
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
|
-
*
|
|
206
|
+
* Generated from: lib/ra.dashboard.service.ts
|
|
207
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
87
208
|
*/
|
|
88
209
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
89
210
|
__extends(RaDashboardService, _super);
|
|
@@ -287,11 +408,19 @@
|
|
|
287
408
|
]; };
|
|
288
409
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
289
410
|
return RaDashboardService;
|
|
290
|
-
}(raCommon.BaseService));
|
|
411
|
+
}(raCommon.BaseService));
|
|
412
|
+
if (false) {
|
|
413
|
+
/**
|
|
414
|
+
* @type {?}
|
|
415
|
+
* @private
|
|
416
|
+
*/
|
|
417
|
+
RaDashboardService.prototype.loadedScripts;
|
|
418
|
+
}
|
|
291
419
|
|
|
292
420
|
/**
|
|
293
421
|
* @fileoverview added by tsickle
|
|
294
|
-
*
|
|
422
|
+
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
423
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
295
424
|
*/
|
|
296
425
|
var RADashboardEventBus = /** @class */ (function () {
|
|
297
426
|
function RADashboardEventBus() {
|
|
@@ -400,11 +529,19 @@
|
|
|
400
529
|
];
|
|
401
530
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
402
531
|
return RADashboardEventBus;
|
|
403
|
-
}());
|
|
532
|
+
}());
|
|
533
|
+
if (false) {
|
|
534
|
+
/**
|
|
535
|
+
* @type {?}
|
|
536
|
+
* @private
|
|
537
|
+
*/
|
|
538
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
539
|
+
}
|
|
404
540
|
|
|
405
541
|
/**
|
|
406
542
|
* @fileoverview added by tsickle
|
|
407
|
-
*
|
|
543
|
+
* Generated from: lib/ra.event.enum.ts
|
|
544
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
408
545
|
*/
|
|
409
546
|
/** @enum {string} */
|
|
410
547
|
var RAEvent = {
|
|
@@ -453,38 +590,225 @@
|
|
|
453
590
|
|
|
454
591
|
/**
|
|
455
592
|
* @fileoverview added by tsickle
|
|
456
|
-
*
|
|
593
|
+
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
594
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
457
595
|
*/
|
|
458
596
|
/** @enum {string} */
|
|
459
597
|
var GridType = {
|
|
460
|
-
Fit:
|
|
461
|
-
ScrollVertical:
|
|
462
|
-
ScrollHorizontal:
|
|
463
|
-
Fixed:
|
|
464
|
-
VerticalFixed:
|
|
465
|
-
HorizontalFixed:
|
|
598
|
+
Fit: "fit",
|
|
599
|
+
ScrollVertical: "scrollVertical",
|
|
600
|
+
ScrollHorizontal: "scrollHorizontal",
|
|
601
|
+
Fixed: "fixed",
|
|
602
|
+
VerticalFixed: "verticalFixed",
|
|
603
|
+
HorizontalFixed: "horizontalFixed",
|
|
466
604
|
};
|
|
467
605
|
/** @enum {string} */
|
|
468
606
|
var DisplayGrid = {
|
|
469
|
-
Always:
|
|
470
|
-
OnDragAndResize:
|
|
471
|
-
None:
|
|
607
|
+
Always: "always",
|
|
608
|
+
OnDragAndResize: "onDrag&Resize",
|
|
609
|
+
None: "none",
|
|
472
610
|
};
|
|
473
611
|
/** @enum {string} */
|
|
474
612
|
var CompactType = {
|
|
475
|
-
None:
|
|
476
|
-
CompactUp:
|
|
477
|
-
CompactLeft:
|
|
478
|
-
CompactUpAndLeft:
|
|
479
|
-
CompactLeftAndUp:
|
|
480
|
-
CompactRight:
|
|
481
|
-
CompactUpAndRight:
|
|
482
|
-
CompactRightAndUp:
|
|
483
|
-
};
|
|
613
|
+
None: "none",
|
|
614
|
+
CompactUp: "compactUp",
|
|
615
|
+
CompactLeft: "compactLeft",
|
|
616
|
+
CompactUpAndLeft: "compactUp&Left",
|
|
617
|
+
CompactLeftAndUp: "compactLeft&Up",
|
|
618
|
+
CompactRight: "compactRight",
|
|
619
|
+
CompactUpAndRight: "compactUp&Right",
|
|
620
|
+
CompactRightAndUp: "compactRight&Up",
|
|
621
|
+
};
|
|
622
|
+
/**
|
|
623
|
+
* @record
|
|
624
|
+
*/
|
|
625
|
+
function GridsterConfig() { }
|
|
626
|
+
if (false) {
|
|
627
|
+
/** @type {?|undefined} */
|
|
628
|
+
GridsterConfig.prototype.gridType;
|
|
629
|
+
/** @type {?|undefined} */
|
|
630
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
631
|
+
/** @type {?|undefined} */
|
|
632
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
633
|
+
/** @type {?|undefined} */
|
|
634
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
635
|
+
/** @type {?|undefined} */
|
|
636
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
637
|
+
/** @type {?|undefined} */
|
|
638
|
+
GridsterConfig.prototype.setGridSize;
|
|
639
|
+
/** @type {?|undefined} */
|
|
640
|
+
GridsterConfig.prototype.compactType;
|
|
641
|
+
/** @type {?|undefined} */
|
|
642
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
643
|
+
/** @type {?|undefined} */
|
|
644
|
+
GridsterConfig.prototype.minCols;
|
|
645
|
+
/** @type {?|undefined} */
|
|
646
|
+
GridsterConfig.prototype.maxCols;
|
|
647
|
+
/** @type {?|undefined} */
|
|
648
|
+
GridsterConfig.prototype.minRows;
|
|
649
|
+
/** @type {?|undefined} */
|
|
650
|
+
GridsterConfig.prototype.maxRows;
|
|
651
|
+
/** @type {?|undefined} */
|
|
652
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
653
|
+
/** @type {?|undefined} */
|
|
654
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
655
|
+
/** @type {?|undefined} */
|
|
656
|
+
GridsterConfig.prototype.maxItemCols;
|
|
657
|
+
/** @type {?|undefined} */
|
|
658
|
+
GridsterConfig.prototype.maxItemRows;
|
|
659
|
+
/** @type {?|undefined} */
|
|
660
|
+
GridsterConfig.prototype.minItemCols;
|
|
661
|
+
/** @type {?|undefined} */
|
|
662
|
+
GridsterConfig.prototype.minItemRows;
|
|
663
|
+
/** @type {?|undefined} */
|
|
664
|
+
GridsterConfig.prototype.minItemArea;
|
|
665
|
+
/** @type {?|undefined} */
|
|
666
|
+
GridsterConfig.prototype.maxItemArea;
|
|
667
|
+
/** @type {?|undefined} */
|
|
668
|
+
GridsterConfig.prototype.margin;
|
|
669
|
+
/** @type {?|undefined} */
|
|
670
|
+
GridsterConfig.prototype.outerMargin;
|
|
671
|
+
/** @type {?|undefined} */
|
|
672
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
673
|
+
/** @type {?|undefined} */
|
|
674
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
675
|
+
/** @type {?|undefined} */
|
|
676
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
677
|
+
/** @type {?|undefined} */
|
|
678
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
679
|
+
/** @type {?|undefined} */
|
|
680
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
681
|
+
/** @type {?|undefined} */
|
|
682
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
683
|
+
/** @type {?|undefined} */
|
|
684
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
685
|
+
/** @type {?|undefined} */
|
|
686
|
+
GridsterConfig.prototype.initCallback;
|
|
687
|
+
/** @type {?|undefined} */
|
|
688
|
+
GridsterConfig.prototype.destroyCallback;
|
|
689
|
+
/** @type {?|undefined} */
|
|
690
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
691
|
+
/** @type {?|undefined} */
|
|
692
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
693
|
+
/** @type {?|undefined} */
|
|
694
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
695
|
+
/** @type {?|undefined} */
|
|
696
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
697
|
+
/** @type {?|undefined} */
|
|
698
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
699
|
+
/** @type {?|undefined} */
|
|
700
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
701
|
+
/** @type {?|undefined} */
|
|
702
|
+
GridsterConfig.prototype.draggable;
|
|
703
|
+
/** @type {?|undefined} */
|
|
704
|
+
GridsterConfig.prototype.resizable;
|
|
705
|
+
/** @type {?|undefined} */
|
|
706
|
+
GridsterConfig.prototype.swap;
|
|
707
|
+
/** @type {?|undefined} */
|
|
708
|
+
GridsterConfig.prototype.pushItems;
|
|
709
|
+
/** @type {?|undefined} */
|
|
710
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
711
|
+
/** @type {?|undefined} */
|
|
712
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
713
|
+
/** @type {?|undefined} */
|
|
714
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
715
|
+
/** @type {?|undefined} */
|
|
716
|
+
GridsterConfig.prototype.pushDirections;
|
|
717
|
+
/** @type {?|undefined} */
|
|
718
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
719
|
+
/** @type {?|undefined} */
|
|
720
|
+
GridsterConfig.prototype.displayGrid;
|
|
721
|
+
/** @type {?|undefined} */
|
|
722
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
723
|
+
/** @type {?|undefined} */
|
|
724
|
+
GridsterConfig.prototype.disableWarnings;
|
|
725
|
+
/** @type {?|undefined} */
|
|
726
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
727
|
+
/** @type {?|undefined} */
|
|
728
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
729
|
+
/** @type {?|undefined} */
|
|
730
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
731
|
+
/** @type {?|undefined} */
|
|
732
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
733
|
+
/** @type {?|undefined} */
|
|
734
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
735
|
+
/** @type {?|undefined} */
|
|
736
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
737
|
+
/** @type {?|undefined} */
|
|
738
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
739
|
+
/** @type {?|undefined} */
|
|
740
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
741
|
+
/** @type {?|undefined} */
|
|
742
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
743
|
+
/** @type {?|undefined} */
|
|
744
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
745
|
+
/** @type {?|undefined} */
|
|
746
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
747
|
+
/** @type {?|undefined} */
|
|
748
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
749
|
+
/** @type {?|undefined} */
|
|
750
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
751
|
+
/** @type {?|undefined} */
|
|
752
|
+
GridsterConfig.prototype.api;
|
|
753
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
* @record
|
|
757
|
+
*/
|
|
758
|
+
function DragBase() { }
|
|
759
|
+
if (false) {
|
|
760
|
+
/** @type {?|undefined} */
|
|
761
|
+
DragBase.prototype.enabled;
|
|
762
|
+
/** @type {?|undefined} */
|
|
763
|
+
DragBase.prototype.stop;
|
|
764
|
+
/** @type {?|undefined} */
|
|
765
|
+
DragBase.prototype.start;
|
|
766
|
+
/** @type {?|undefined} */
|
|
767
|
+
DragBase.prototype.delayStart;
|
|
768
|
+
}
|
|
769
|
+
/**
|
|
770
|
+
* @record
|
|
771
|
+
*/
|
|
772
|
+
function Draggable() { }
|
|
773
|
+
if (false) {
|
|
774
|
+
/** @type {?|undefined} */
|
|
775
|
+
Draggable.prototype.ignoreContentClass;
|
|
776
|
+
/** @type {?|undefined} */
|
|
777
|
+
Draggable.prototype.ignoreContent;
|
|
778
|
+
/** @type {?|undefined} */
|
|
779
|
+
Draggable.prototype.dragHandleClass;
|
|
780
|
+
/** @type {?|undefined} */
|
|
781
|
+
Draggable.prototype.dropOverItems;
|
|
782
|
+
/** @type {?|undefined} */
|
|
783
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* @record
|
|
787
|
+
*/
|
|
788
|
+
function Resizable() { }
|
|
789
|
+
if (false) {
|
|
790
|
+
/** @type {?|undefined} */
|
|
791
|
+
Resizable.prototype.handles;
|
|
792
|
+
}
|
|
793
|
+
/**
|
|
794
|
+
* @record
|
|
795
|
+
*/
|
|
796
|
+
function PushDirections() { }
|
|
797
|
+
if (false) {
|
|
798
|
+
/** @type {?} */
|
|
799
|
+
PushDirections.prototype.north;
|
|
800
|
+
/** @type {?} */
|
|
801
|
+
PushDirections.prototype.east;
|
|
802
|
+
/** @type {?} */
|
|
803
|
+
PushDirections.prototype.south;
|
|
804
|
+
/** @type {?} */
|
|
805
|
+
PushDirections.prototype.west;
|
|
806
|
+
}
|
|
484
807
|
|
|
485
808
|
/**
|
|
486
809
|
* @fileoverview added by tsickle
|
|
487
|
-
*
|
|
810
|
+
* Generated from: lib/ra.gridster.config.ts
|
|
811
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
488
812
|
*/
|
|
489
813
|
/** @type {?} */
|
|
490
814
|
var GridsterConfigDefaultSettings = {
|
|
@@ -550,7 +874,8 @@
|
|
|
550
874
|
|
|
551
875
|
/**
|
|
552
876
|
* @fileoverview added by tsickle
|
|
553
|
-
*
|
|
877
|
+
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
878
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
554
879
|
*/
|
|
555
880
|
var RADashboardArea = /** @class */ (function () {
|
|
556
881
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -1101,11 +1426,88 @@
|
|
|
1101
1426
|
onResize: [{ type: core.HostListener, args: ['window:resize', ['$event'],] }]
|
|
1102
1427
|
};
|
|
1103
1428
|
return RADashboardArea;
|
|
1104
|
-
}());
|
|
1429
|
+
}());
|
|
1430
|
+
if (false) {
|
|
1431
|
+
/** @type {?} */
|
|
1432
|
+
RADashboardArea.prototype.widgetList;
|
|
1433
|
+
/** @type {?} */
|
|
1434
|
+
RADashboardArea.prototype.options;
|
|
1435
|
+
/** @type {?} */
|
|
1436
|
+
RADashboardArea.prototype.gridheight;
|
|
1437
|
+
/**
|
|
1438
|
+
* @type {?}
|
|
1439
|
+
* @private
|
|
1440
|
+
*/
|
|
1441
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1442
|
+
/**
|
|
1443
|
+
* @type {?}
|
|
1444
|
+
* @private
|
|
1445
|
+
*/
|
|
1446
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1447
|
+
/**
|
|
1448
|
+
* @type {?}
|
|
1449
|
+
* @private
|
|
1450
|
+
*/
|
|
1451
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1452
|
+
/**
|
|
1453
|
+
* @type {?}
|
|
1454
|
+
* @private
|
|
1455
|
+
*/
|
|
1456
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1457
|
+
/**
|
|
1458
|
+
* @type {?}
|
|
1459
|
+
* @private
|
|
1460
|
+
*/
|
|
1461
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1462
|
+
/** @type {?} */
|
|
1463
|
+
RADashboardArea.prototype.domResized;
|
|
1464
|
+
/** @type {?} */
|
|
1465
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1466
|
+
/** @type {?} */
|
|
1467
|
+
RADashboardArea.prototype.areaKey;
|
|
1468
|
+
/** @type {?} */
|
|
1469
|
+
RADashboardArea.prototype.globalFilter;
|
|
1470
|
+
/** @type {?} */
|
|
1471
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1472
|
+
/** @type {?} */
|
|
1473
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1474
|
+
/** @type {?} */
|
|
1475
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1476
|
+
/** @type {?} */
|
|
1477
|
+
RADashboardArea.prototype.appConfig;
|
|
1478
|
+
/** @type {?} */
|
|
1479
|
+
RADashboardArea.prototype.gridWrapper;
|
|
1480
|
+
/**
|
|
1481
|
+
* @type {?}
|
|
1482
|
+
* @private
|
|
1483
|
+
*/
|
|
1484
|
+
RADashboardArea.prototype.dashboardService;
|
|
1485
|
+
/**
|
|
1486
|
+
* @type {?}
|
|
1487
|
+
* @private
|
|
1488
|
+
*/
|
|
1489
|
+
RADashboardArea.prototype.ngZone;
|
|
1490
|
+
/**
|
|
1491
|
+
* @type {?}
|
|
1492
|
+
* @private
|
|
1493
|
+
*/
|
|
1494
|
+
RADashboardArea.prototype.ngxService;
|
|
1495
|
+
/**
|
|
1496
|
+
* @type {?}
|
|
1497
|
+
* @private
|
|
1498
|
+
*/
|
|
1499
|
+
RADashboardArea.prototype.translateService;
|
|
1500
|
+
/**
|
|
1501
|
+
* @type {?}
|
|
1502
|
+
* @private
|
|
1503
|
+
*/
|
|
1504
|
+
RADashboardArea.prototype.notifier;
|
|
1505
|
+
}
|
|
1105
1506
|
|
|
1106
1507
|
/**
|
|
1107
1508
|
* @fileoverview added by tsickle
|
|
1108
|
-
*
|
|
1509
|
+
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1510
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1109
1511
|
*/
|
|
1110
1512
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1111
1513
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
|
|
@@ -1128,6 +1530,7 @@
|
|
|
1128
1530
|
this.toolTipValue = ' ';
|
|
1129
1531
|
this.toolTipWidth = '0px';
|
|
1130
1532
|
this.widgetDeleted = new core.EventEmitter();
|
|
1533
|
+
this.isNotConfigured = false;
|
|
1131
1534
|
this.lockVisible = false;
|
|
1132
1535
|
this.renderer.listen('window', 'click', (/**
|
|
1133
1536
|
* @param {?} e
|
|
@@ -1336,6 +1739,7 @@
|
|
|
1336
1739
|
* @return {?}
|
|
1337
1740
|
*/
|
|
1338
1741
|
function () {
|
|
1742
|
+
_this.setNotConfiguredState(widgetInfo);
|
|
1339
1743
|
_this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, _this.data.widgetInfo.widgetName, false).then((/**
|
|
1340
1744
|
* @return {?}
|
|
1341
1745
|
*/
|
|
@@ -1353,19 +1757,25 @@
|
|
|
1353
1757
|
*/
|
|
1354
1758
|
function () { return __awaiter(_this, void 0, void 0, function () {
|
|
1355
1759
|
var titleLineEnabled;
|
|
1356
|
-
var _this = this;
|
|
1357
1760
|
return __generator(this, function (_a) {
|
|
1358
1761
|
switch (_a.label) {
|
|
1359
1762
|
case 0:
|
|
1360
|
-
|
|
1763
|
+
widgetContainer.widgetElement.addEventListener('on-data-load', (/**
|
|
1361
1764
|
* @param {?} e
|
|
1362
1765
|
* @return {?}
|
|
1363
1766
|
*/
|
|
1364
1767
|
function (e) {
|
|
1365
1768
|
if (e.detail)
|
|
1366
|
-
|
|
1769
|
+
widgetContainer.showPanel = true;
|
|
1367
1770
|
else
|
|
1368
|
-
|
|
1771
|
+
widgetContainer.showPanel = false;
|
|
1772
|
+
}));
|
|
1773
|
+
widgetContainer.widgetElement.addEventListener('config-edit-clicked', (/**
|
|
1774
|
+
* @param {?} e
|
|
1775
|
+
* @return {?}
|
|
1776
|
+
*/
|
|
1777
|
+
function (e) {
|
|
1778
|
+
widgetContainer.editWidget();
|
|
1369
1779
|
}));
|
|
1370
1780
|
titleLineEnabled = widgetContainer.widgetElement.titleLineEnabled();
|
|
1371
1781
|
if (typeof (titleLineEnabled) != 'undefined') {
|
|
@@ -1397,6 +1807,29 @@
|
|
|
1397
1807
|
});
|
|
1398
1808
|
});
|
|
1399
1809
|
};
|
|
1810
|
+
/**To set Default State for the widget when it is not configured */
|
|
1811
|
+
/**
|
|
1812
|
+
* To set Default State for the widget when it is not configured
|
|
1813
|
+
* @param {?} widgetInfo
|
|
1814
|
+
* @return {?}
|
|
1815
|
+
*/
|
|
1816
|
+
RAWidgetContainer.prototype.setNotConfiguredState = /**
|
|
1817
|
+
* To set Default State for the widget when it is not configured
|
|
1818
|
+
* @param {?} widgetInfo
|
|
1819
|
+
* @return {?}
|
|
1820
|
+
*/
|
|
1821
|
+
function (widgetInfo) {
|
|
1822
|
+
console.log('in set not configured state');
|
|
1823
|
+
console.log(widgetInfo);
|
|
1824
|
+
/**Temp commit, will be reading data from db to check whether it needs default state */
|
|
1825
|
+
if ((widgetInfo.widgetId == 870 || widgetInfo.widgetId == 864) && (widgetInfo.widgetConfigInfo.config == "" || typeof (JSON.parse(widgetInfo.widgetConfigInfo.config).length) == 'undefined')) {
|
|
1826
|
+
this.isNotConfigured = true;
|
|
1827
|
+
}
|
|
1828
|
+
else {
|
|
1829
|
+
this.isNotConfigured = false;
|
|
1830
|
+
}
|
|
1831
|
+
console.log(this.isNotConfigured);
|
|
1832
|
+
};
|
|
1400
1833
|
/** To refresh widget on input config changes */
|
|
1401
1834
|
/**
|
|
1402
1835
|
* To refresh widget on input config changes
|
|
@@ -1414,6 +1847,7 @@
|
|
|
1414
1847
|
return __generator(this, function (_a) {
|
|
1415
1848
|
switch (_a.label) {
|
|
1416
1849
|
case 0:
|
|
1850
|
+
this.setNotConfiguredState(widgetInfo);
|
|
1417
1851
|
widgetContainerContext = this;
|
|
1418
1852
|
widgetConfigFilter = (/** @type {?} */ ({
|
|
1419
1853
|
config: widgetInfo.widgetConfigInfo.config,
|
|
@@ -1609,8 +2043,8 @@
|
|
|
1609
2043
|
RAWidgetContainer.decorators = [
|
|
1610
2044
|
{ type: core.Component, args: [{
|
|
1611
2045
|
selector: 'ra-widget-container',
|
|
1612
|
-
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\"
|
|
1613
|
-
styles: [".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:#
|
|
2046
|
+
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isNotConfigured}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;padding-right: 0px;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\" [ngClass]=\"{'lockInvisible': lockVisible}\">\r\n <!-- <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div> -->\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\" style=\"margin-right: 12px;\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-ellipsis-v\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n \r\n <div style=\"color: #9FA0A4;font-size: 12px;padding-top: 8px;padding-left: 12px;\">{{'Common.settings'|translate}}</div>\r\n \r\n <a style=\"padding-top: 10px;\" (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Common.edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Common.copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Common.move'|translate}}</span>\r\n </a>\r\n <a >\r\n <i style=\"padding-left: 4px;\" class=\"fal fa-angle-right\"></i>\r\n <span style=\"padding-left: 16px;\">{{'Common.visitpage'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\" style=\"padding-bottom: 9px;\">\r\n <span style=\"color: #9FA0A4;font-size: 12px;\">{{'Common.downloads'|translate}}</span>\r\n <a style=\"padding-top: 10px;\" (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'Common.png'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'Common.jpeg'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'Common.pdf'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'Common.svg'|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;color: red;\"></i>\r\n <span>{{'Common.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 <div [hidden]=\"isNotConfigured\" class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <div class=\"wc\" [hidden]=\"isNotConfigured\">\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n <div [hidden]=\"!isNotConfigured\" class=\"defaultConfig\">\r\n <div class=\"button\" (click)=\"editWidget()\">\r\n <span class=\"editIcon\"><i class=\"fal fa-edit\"></i></span><span class=\"text\">Configure Widget</span>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
2047
|
+
styles: [".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:#fff;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400;height:334px;width:122px}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.wc{height:100%}.defaultConfig{background:no-repeat padding-box #ededed;height:100%}.defaultConfig .button{width:25%;float:left;position:relative;top:46%;left:36%;height:34px;color:#fff;background:no-repeat padding-box #3dcd58}.defaultConfig .button span{position:relative;float:left;top:23%;height:50%}.defaultConfig .button .editIcon{width:20%;text-align:center}.defaultConfig .button .text{width:80%}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}.settingstyle{color:#9fa0a4;font-size:12px}@-webkit-keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;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}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-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-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
|
|
1614
2048
|
}] }
|
|
1615
2049
|
];
|
|
1616
2050
|
/** @nocollapse */
|
|
@@ -1639,11 +2073,120 @@
|
|
|
1639
2073
|
setResized: [{ type: core.Input, args: ['dom-resized',] }]
|
|
1640
2074
|
};
|
|
1641
2075
|
return RAWidgetContainer;
|
|
1642
|
-
}());
|
|
2076
|
+
}());
|
|
2077
|
+
if (false) {
|
|
2078
|
+
/** @type {?} */
|
|
2079
|
+
RAWidgetContainer.prototype.showPanel;
|
|
2080
|
+
/**
|
|
2081
|
+
* @type {?}
|
|
2082
|
+
* @private
|
|
2083
|
+
*/
|
|
2084
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
2085
|
+
/**
|
|
2086
|
+
* @type {?}
|
|
2087
|
+
* @private
|
|
2088
|
+
*/
|
|
2089
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
2090
|
+
/**
|
|
2091
|
+
* @type {?}
|
|
2092
|
+
* @private
|
|
2093
|
+
*/
|
|
2094
|
+
RAWidgetContainer.prototype.configChanged;
|
|
2095
|
+
/**
|
|
2096
|
+
* @type {?}
|
|
2097
|
+
* @private
|
|
2098
|
+
*/
|
|
2099
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
2100
|
+
/** @type {?} */
|
|
2101
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
2102
|
+
/** @type {?} */
|
|
2103
|
+
RAWidgetContainer.prototype.lockClass;
|
|
2104
|
+
/** @type {?} */
|
|
2105
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
2106
|
+
/** @type {?} */
|
|
2107
|
+
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
2108
|
+
/** @type {?} */
|
|
2109
|
+
RAWidgetContainer.prototype.dropDownShown;
|
|
2110
|
+
/** @type {?} */
|
|
2111
|
+
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
2112
|
+
/** @type {?} */
|
|
2113
|
+
RAWidgetContainer.prototype.downloadIconType;
|
|
2114
|
+
/** @type {?} */
|
|
2115
|
+
RAWidgetContainer.prototype.enableTitleLine;
|
|
2116
|
+
/** @type {?} */
|
|
2117
|
+
RAWidgetContainer.prototype.toolTipValue;
|
|
2118
|
+
/** @type {?} */
|
|
2119
|
+
RAWidgetContainer.prototype.toolTipWidth;
|
|
2120
|
+
/** @type {?} */
|
|
2121
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
2122
|
+
/** @type {?} */
|
|
2123
|
+
RAWidgetContainer.prototype.widgetDropdown;
|
|
2124
|
+
/** @type {?} */
|
|
2125
|
+
RAWidgetContainer.prototype.widgetDownload;
|
|
2126
|
+
/** @type {?} */
|
|
2127
|
+
RAWidgetContainer.prototype.searchInput;
|
|
2128
|
+
/** @type {?} */
|
|
2129
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
2130
|
+
/** @type {?} */
|
|
2131
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
2132
|
+
/** @type {?} */
|
|
2133
|
+
RAWidgetContainer.prototype.data;
|
|
2134
|
+
/** @type {?} */
|
|
2135
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
2136
|
+
/** @type {?} */
|
|
2137
|
+
RAWidgetContainer.prototype.appConfig;
|
|
2138
|
+
/** @type {?} */
|
|
2139
|
+
RAWidgetContainer.prototype.width;
|
|
2140
|
+
/** @type {?} */
|
|
2141
|
+
RAWidgetContainer.prototype.height;
|
|
2142
|
+
/** @type {?} */
|
|
2143
|
+
RAWidgetContainer.prototype.gridCellHeight;
|
|
2144
|
+
/** @type {?} */
|
|
2145
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
2146
|
+
/** @type {?} */
|
|
2147
|
+
RAWidgetContainer.prototype.lockTitle;
|
|
2148
|
+
/** @type {?} */
|
|
2149
|
+
RAWidgetContainer.prototype.isNotConfigured;
|
|
2150
|
+
/** @type {?} */
|
|
2151
|
+
RAWidgetContainer.prototype.domResized;
|
|
2152
|
+
/** @type {?} */
|
|
2153
|
+
RAWidgetContainer.prototype.lockVisible;
|
|
2154
|
+
/**
|
|
2155
|
+
* @type {?}
|
|
2156
|
+
* @private
|
|
2157
|
+
*/
|
|
2158
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
2159
|
+
/**
|
|
2160
|
+
* @type {?}
|
|
2161
|
+
* @private
|
|
2162
|
+
*/
|
|
2163
|
+
RAWidgetContainer.prototype.ngxService;
|
|
2164
|
+
/**
|
|
2165
|
+
* @type {?}
|
|
2166
|
+
* @private
|
|
2167
|
+
*/
|
|
2168
|
+
RAWidgetContainer.prototype.translateService;
|
|
2169
|
+
/**
|
|
2170
|
+
* @type {?}
|
|
2171
|
+
* @private
|
|
2172
|
+
*/
|
|
2173
|
+
RAWidgetContainer.prototype.ngZone;
|
|
2174
|
+
/**
|
|
2175
|
+
* @type {?}
|
|
2176
|
+
* @private
|
|
2177
|
+
*/
|
|
2178
|
+
RAWidgetContainer.prototype.notifier;
|
|
2179
|
+
/**
|
|
2180
|
+
* @type {?}
|
|
2181
|
+
* @private
|
|
2182
|
+
*/
|
|
2183
|
+
RAWidgetContainer.prototype.renderer;
|
|
2184
|
+
}
|
|
1643
2185
|
|
|
1644
2186
|
/**
|
|
1645
2187
|
* @fileoverview added by tsickle
|
|
1646
|
-
*
|
|
2188
|
+
* Generated from: lib/custom.notifier.options.ts
|
|
2189
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1647
2190
|
*/
|
|
1648
2191
|
/** @type {?} */
|
|
1649
2192
|
var customNotifierOptions = {
|
|
@@ -1689,7 +2232,8 @@
|
|
|
1689
2232
|
|
|
1690
2233
|
/**
|
|
1691
2234
|
* @fileoverview added by tsickle
|
|
1692
|
-
*
|
|
2235
|
+
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
2236
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1693
2237
|
*/
|
|
1694
2238
|
/** @type {?} */
|
|
1695
2239
|
var GridsterConfigService = {
|
|
@@ -1867,7 +2411,8 @@
|
|
|
1867
2411
|
|
|
1868
2412
|
/**
|
|
1869
2413
|
* @fileoverview added by tsickle
|
|
1870
|
-
*
|
|
2414
|
+
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
2415
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1871
2416
|
*/
|
|
1872
2417
|
var GridsterUtils = /** @class */ (function () {
|
|
1873
2418
|
function GridsterUtils() {
|
|
@@ -2042,7 +2587,8 @@
|
|
|
2042
2587
|
|
|
2043
2588
|
/**
|
|
2044
2589
|
* @fileoverview added by tsickle
|
|
2045
|
-
*
|
|
2590
|
+
* Generated from: gridster/lib/gridster.interface.ts
|
|
2591
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2046
2592
|
*/
|
|
2047
2593
|
/**
|
|
2048
2594
|
* @abstract
|
|
@@ -2054,11 +2600,86 @@
|
|
|
2054
2600
|
function GridsterComponentInterface() {
|
|
2055
2601
|
}
|
|
2056
2602
|
return GridsterComponentInterface;
|
|
2057
|
-
}());
|
|
2603
|
+
}());
|
|
2604
|
+
if (false) {
|
|
2605
|
+
/** @type {?} */
|
|
2606
|
+
GridsterComponentInterface.prototype.$options;
|
|
2607
|
+
/** @type {?} */
|
|
2608
|
+
GridsterComponentInterface.prototype.grid;
|
|
2609
|
+
/** @type {?} */
|
|
2610
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2611
|
+
/** @type {?} */
|
|
2612
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2613
|
+
/** @type {?} */
|
|
2614
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2615
|
+
/** @type {?} */
|
|
2616
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2617
|
+
/** @type {?} */
|
|
2618
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2619
|
+
/** @type {?} */
|
|
2620
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2621
|
+
/** @type {?} */
|
|
2622
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2623
|
+
/** @type {?} */
|
|
2624
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2625
|
+
/** @type {?} */
|
|
2626
|
+
GridsterComponentInterface.prototype.el;
|
|
2627
|
+
/** @type {?} */
|
|
2628
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2629
|
+
/** @type {?} */
|
|
2630
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2631
|
+
/** @type {?} */
|
|
2632
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2633
|
+
/** @type {?} */
|
|
2634
|
+
GridsterComponentInterface.prototype.options;
|
|
2635
|
+
/** @type {?} */
|
|
2636
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2637
|
+
/** @type {?} */
|
|
2638
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2639
|
+
/** @type {?} */
|
|
2640
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2641
|
+
/** @type {?} */
|
|
2642
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2643
|
+
/** @type {?} */
|
|
2644
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2645
|
+
/** @type {?} */
|
|
2646
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2647
|
+
/** @type {?} */
|
|
2648
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2649
|
+
/** @type {?} */
|
|
2650
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2651
|
+
/** @type {?} */
|
|
2652
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2653
|
+
/** @type {?} */
|
|
2654
|
+
GridsterComponentInterface.prototype.columns;
|
|
2655
|
+
/** @type {?} */
|
|
2656
|
+
GridsterComponentInterface.prototype.rows;
|
|
2657
|
+
/** @type {?} */
|
|
2658
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2659
|
+
/** @type {?} */
|
|
2660
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2661
|
+
/** @type {?} */
|
|
2662
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2663
|
+
/** @type {?} */
|
|
2664
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2665
|
+
/** @type {?} */
|
|
2666
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2667
|
+
/** @type {?} */
|
|
2668
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2669
|
+
/** @type {?} */
|
|
2670
|
+
GridsterComponentInterface.prototype.compact;
|
|
2671
|
+
/** @type {?} */
|
|
2672
|
+
GridsterComponentInterface.prototype.zone;
|
|
2673
|
+
/** @type {?} */
|
|
2674
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2675
|
+
/** @type {?} */
|
|
2676
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2677
|
+
}
|
|
2058
2678
|
|
|
2059
2679
|
/**
|
|
2060
2680
|
* @fileoverview added by tsickle
|
|
2061
|
-
*
|
|
2681
|
+
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
2682
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2062
2683
|
*/
|
|
2063
2684
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
2064
2685
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2375,11 +2996,45 @@
|
|
|
2375
2996
|
{ type: GridsterComponentInterface }
|
|
2376
2997
|
]; };
|
|
2377
2998
|
return GridsterEmptyCell;
|
|
2378
|
-
}());
|
|
2999
|
+
}());
|
|
3000
|
+
if (false) {
|
|
3001
|
+
/** @type {?} */
|
|
3002
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
3003
|
+
/** @type {?} */
|
|
3004
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
3005
|
+
/** @type {?} */
|
|
3006
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
3007
|
+
/** @type {?} */
|
|
3008
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
3009
|
+
/** @type {?} */
|
|
3010
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
3011
|
+
/** @type {?} */
|
|
3012
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
3013
|
+
/** @type {?} */
|
|
3014
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
3015
|
+
/** @type {?} */
|
|
3016
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
3017
|
+
/** @type {?} */
|
|
3018
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
3019
|
+
/** @type {?} */
|
|
3020
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
3021
|
+
/** @type {?} */
|
|
3022
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
3023
|
+
/** @type {?} */
|
|
3024
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
3025
|
+
/** @type {?} */
|
|
3026
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
3027
|
+
/**
|
|
3028
|
+
* @type {?}
|
|
3029
|
+
* @private
|
|
3030
|
+
*/
|
|
3031
|
+
GridsterEmptyCell.prototype.gridster;
|
|
3032
|
+
}
|
|
2379
3033
|
|
|
2380
3034
|
/**
|
|
2381
3035
|
* @fileoverview added by tsickle
|
|
2382
|
-
*
|
|
3036
|
+
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
3037
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2383
3038
|
*/
|
|
2384
3039
|
var GridsterCompact = /** @class */ (function () {
|
|
2385
3040
|
function GridsterCompact(gridster) {
|
|
@@ -2617,11 +3272,19 @@
|
|
|
2617
3272
|
{ type: GridsterComponentInterface }
|
|
2618
3273
|
]; };
|
|
2619
3274
|
return GridsterCompact;
|
|
2620
|
-
}());
|
|
3275
|
+
}());
|
|
3276
|
+
if (false) {
|
|
3277
|
+
/**
|
|
3278
|
+
* @type {?}
|
|
3279
|
+
* @private
|
|
3280
|
+
*/
|
|
3281
|
+
GridsterCompact.prototype.gridster;
|
|
3282
|
+
}
|
|
2621
3283
|
|
|
2622
3284
|
/**
|
|
2623
3285
|
* @fileoverview added by tsickle
|
|
2624
|
-
*
|
|
3286
|
+
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
3287
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2625
3288
|
*/
|
|
2626
3289
|
var GridsterRenderer = /** @class */ (function () {
|
|
2627
3290
|
function GridsterRenderer(gridster) {
|
|
@@ -2928,11 +3591,19 @@
|
|
|
2928
3591
|
{ type: GridsterComponentInterface }
|
|
2929
3592
|
]; };
|
|
2930
3593
|
return GridsterRenderer;
|
|
2931
|
-
}());
|
|
3594
|
+
}());
|
|
3595
|
+
if (false) {
|
|
3596
|
+
/**
|
|
3597
|
+
* @type {?}
|
|
3598
|
+
* @private
|
|
3599
|
+
*/
|
|
3600
|
+
GridsterRenderer.prototype.gridster;
|
|
3601
|
+
}
|
|
2932
3602
|
|
|
2933
3603
|
/**
|
|
2934
3604
|
* @fileoverview added by tsickle
|
|
2935
|
-
*
|
|
3605
|
+
* Generated from: gridster/lib/gridster.component.ts
|
|
3606
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2936
3607
|
*/
|
|
2937
3608
|
var GridsterComponent = /** @class */ (function () {
|
|
2938
3609
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -3087,6 +3758,17 @@
|
|
|
3087
3758
|
if (this.options.destroyCallback) {
|
|
3088
3759
|
this.options.destroyCallback(this);
|
|
3089
3760
|
}
|
|
3761
|
+
//if (this.options.api) {
|
|
3762
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3763
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3764
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3765
|
+
*/
|
|
3766
|
+
if (false) {
|
|
3767
|
+
this.options.api.resize = undefined;
|
|
3768
|
+
this.options.api.optionsChanged = undefined;
|
|
3769
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3770
|
+
this.options.api = undefined;
|
|
3771
|
+
}
|
|
3090
3772
|
this.emptyCell.destroy();
|
|
3091
3773
|
delete this.emptyCell;
|
|
3092
3774
|
this.compact.destroy();
|
|
@@ -3663,11 +4345,62 @@
|
|
|
3663
4345
|
options: [{ type: core.Input }]
|
|
3664
4346
|
};
|
|
3665
4347
|
return GridsterComponent;
|
|
3666
|
-
}());
|
|
4348
|
+
}());
|
|
4349
|
+
if (false) {
|
|
4350
|
+
/** @type {?} */
|
|
4351
|
+
GridsterComponent.prototype.options;
|
|
4352
|
+
/** @type {?} */
|
|
4353
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
4354
|
+
/** @type {?} */
|
|
4355
|
+
GridsterComponent.prototype.movingItem;
|
|
4356
|
+
/** @type {?} */
|
|
4357
|
+
GridsterComponent.prototype.previewStyle;
|
|
4358
|
+
/** @type {?} */
|
|
4359
|
+
GridsterComponent.prototype.el;
|
|
4360
|
+
/** @type {?} */
|
|
4361
|
+
GridsterComponent.prototype.$options;
|
|
4362
|
+
/** @type {?} */
|
|
4363
|
+
GridsterComponent.prototype.mobile;
|
|
4364
|
+
/** @type {?} */
|
|
4365
|
+
GridsterComponent.prototype.curWidth;
|
|
4366
|
+
/** @type {?} */
|
|
4367
|
+
GridsterComponent.prototype.curHeight;
|
|
4368
|
+
/** @type {?} */
|
|
4369
|
+
GridsterComponent.prototype.grid;
|
|
4370
|
+
/** @type {?} */
|
|
4371
|
+
GridsterComponent.prototype.columns;
|
|
4372
|
+
/** @type {?} */
|
|
4373
|
+
GridsterComponent.prototype.rows;
|
|
4374
|
+
/** @type {?} */
|
|
4375
|
+
GridsterComponent.prototype.curColWidth;
|
|
4376
|
+
/** @type {?} */
|
|
4377
|
+
GridsterComponent.prototype.curRowHeight;
|
|
4378
|
+
/** @type {?} */
|
|
4379
|
+
GridsterComponent.prototype.gridColumns;
|
|
4380
|
+
/** @type {?} */
|
|
4381
|
+
GridsterComponent.prototype.gridRows;
|
|
4382
|
+
/** @type {?} */
|
|
4383
|
+
GridsterComponent.prototype.windowResize;
|
|
4384
|
+
/** @type {?} */
|
|
4385
|
+
GridsterComponent.prototype.dragInProgress;
|
|
4386
|
+
/** @type {?} */
|
|
4387
|
+
GridsterComponent.prototype.emptyCell;
|
|
4388
|
+
/** @type {?} */
|
|
4389
|
+
GridsterComponent.prototype.compact;
|
|
4390
|
+
/** @type {?} */
|
|
4391
|
+
GridsterComponent.prototype.gridRenderer;
|
|
4392
|
+
/** @type {?} */
|
|
4393
|
+
GridsterComponent.prototype.renderer;
|
|
4394
|
+
/** @type {?} */
|
|
4395
|
+
GridsterComponent.prototype.cdRef;
|
|
4396
|
+
/** @type {?} */
|
|
4397
|
+
GridsterComponent.prototype.zone;
|
|
4398
|
+
}
|
|
3667
4399
|
|
|
3668
4400
|
/**
|
|
3669
4401
|
* @fileoverview added by tsickle
|
|
3670
|
-
*
|
|
4402
|
+
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
4403
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3671
4404
|
*/
|
|
3672
4405
|
/**
|
|
3673
4406
|
* @abstract
|
|
@@ -3679,11 +4412,50 @@
|
|
|
3679
4412
|
function GridsterItemComponentInterface() {
|
|
3680
4413
|
}
|
|
3681
4414
|
return GridsterItemComponentInterface;
|
|
3682
|
-
}());
|
|
4415
|
+
}());
|
|
4416
|
+
if (false) {
|
|
4417
|
+
/** @type {?} */
|
|
4418
|
+
GridsterItemComponentInterface.prototype.item;
|
|
4419
|
+
/** @type {?} */
|
|
4420
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
4421
|
+
/** @type {?} */
|
|
4422
|
+
GridsterItemComponentInterface.prototype.top;
|
|
4423
|
+
/** @type {?} */
|
|
4424
|
+
GridsterItemComponentInterface.prototype.left;
|
|
4425
|
+
/** @type {?} */
|
|
4426
|
+
GridsterItemComponentInterface.prototype.width;
|
|
4427
|
+
/** @type {?} */
|
|
4428
|
+
GridsterItemComponentInterface.prototype.height;
|
|
4429
|
+
/** @type {?} */
|
|
4430
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
4431
|
+
/** @type {?} */
|
|
4432
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
4433
|
+
/** @type {?} */
|
|
4434
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4435
|
+
/** @type {?} */
|
|
4436
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4437
|
+
/** @type {?} */
|
|
4438
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4439
|
+
/** @type {?} */
|
|
4440
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
4441
|
+
/** @type {?} */
|
|
4442
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4443
|
+
/** @type {?} */
|
|
4444
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4445
|
+
/** @type {?} */
|
|
4446
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4447
|
+
/** @type {?} */
|
|
4448
|
+
GridsterItemComponentInterface.prototype.el;
|
|
4449
|
+
/** @type {?} */
|
|
4450
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
4451
|
+
/** @type {?} */
|
|
4452
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
4453
|
+
}
|
|
3683
4454
|
|
|
3684
4455
|
/**
|
|
3685
4456
|
* @fileoverview added by tsickle
|
|
3686
|
-
*
|
|
4457
|
+
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
4458
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3687
4459
|
*/
|
|
3688
4460
|
var GridsterSwap = /** @class */ (function () {
|
|
3689
4461
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3811,11 +4583,29 @@
|
|
|
3811
4583
|
{ type: GridsterItemComponentInterface }
|
|
3812
4584
|
]; };
|
|
3813
4585
|
return GridsterSwap;
|
|
3814
|
-
}());
|
|
4586
|
+
}());
|
|
4587
|
+
if (false) {
|
|
4588
|
+
/**
|
|
4589
|
+
* @type {?}
|
|
4590
|
+
* @private
|
|
4591
|
+
*/
|
|
4592
|
+
GridsterSwap.prototype.swapedItem;
|
|
4593
|
+
/**
|
|
4594
|
+
* @type {?}
|
|
4595
|
+
* @private
|
|
4596
|
+
*/
|
|
4597
|
+
GridsterSwap.prototype.gridsterItem;
|
|
4598
|
+
/**
|
|
4599
|
+
* @type {?}
|
|
4600
|
+
* @private
|
|
4601
|
+
*/
|
|
4602
|
+
GridsterSwap.prototype.gridster;
|
|
4603
|
+
}
|
|
3815
4604
|
|
|
3816
4605
|
/**
|
|
3817
4606
|
* @fileoverview added by tsickle
|
|
3818
|
-
*
|
|
4607
|
+
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
4608
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3819
4609
|
*/
|
|
3820
4610
|
/** @type {?} */
|
|
3821
4611
|
var scrollSensitivity;
|
|
@@ -4010,7 +4800,8 @@
|
|
|
4010
4800
|
|
|
4011
4801
|
/**
|
|
4012
4802
|
* @fileoverview added by tsickle
|
|
4013
|
-
*
|
|
4803
|
+
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
4804
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4014
4805
|
*/
|
|
4015
4806
|
var GridsterPush = /** @class */ (function () {
|
|
4016
4807
|
function GridsterPush(gridsterItem) {
|
|
@@ -4500,11 +5291,62 @@
|
|
|
4500
5291
|
{ type: GridsterItemComponentInterface }
|
|
4501
5292
|
]; };
|
|
4502
5293
|
return GridsterPush;
|
|
4503
|
-
}());
|
|
5294
|
+
}());
|
|
5295
|
+
if (false) {
|
|
5296
|
+
/** @type {?} */
|
|
5297
|
+
GridsterPush.prototype.fromSouth;
|
|
5298
|
+
/** @type {?} */
|
|
5299
|
+
GridsterPush.prototype.fromNorth;
|
|
5300
|
+
/** @type {?} */
|
|
5301
|
+
GridsterPush.prototype.fromEast;
|
|
5302
|
+
/** @type {?} */
|
|
5303
|
+
GridsterPush.prototype.fromWest;
|
|
5304
|
+
/**
|
|
5305
|
+
* @type {?}
|
|
5306
|
+
* @private
|
|
5307
|
+
*/
|
|
5308
|
+
GridsterPush.prototype.pushedItems;
|
|
5309
|
+
/**
|
|
5310
|
+
* @type {?}
|
|
5311
|
+
* @private
|
|
5312
|
+
*/
|
|
5313
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
5314
|
+
/**
|
|
5315
|
+
* @type {?}
|
|
5316
|
+
* @private
|
|
5317
|
+
*/
|
|
5318
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
5319
|
+
/**
|
|
5320
|
+
* @type {?}
|
|
5321
|
+
* @private
|
|
5322
|
+
*/
|
|
5323
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
5324
|
+
/**
|
|
5325
|
+
* @type {?}
|
|
5326
|
+
* @private
|
|
5327
|
+
*/
|
|
5328
|
+
GridsterPush.prototype.gridsterItem;
|
|
5329
|
+
/**
|
|
5330
|
+
* @type {?}
|
|
5331
|
+
* @private
|
|
5332
|
+
*/
|
|
5333
|
+
GridsterPush.prototype.gridster;
|
|
5334
|
+
/**
|
|
5335
|
+
* @type {?}
|
|
5336
|
+
* @private
|
|
5337
|
+
*/
|
|
5338
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
5339
|
+
/**
|
|
5340
|
+
* @type {?}
|
|
5341
|
+
* @private
|
|
5342
|
+
*/
|
|
5343
|
+
GridsterPush.prototype.tryPattern;
|
|
5344
|
+
}
|
|
4504
5345
|
|
|
4505
5346
|
/**
|
|
4506
5347
|
* @fileoverview added by tsickle
|
|
4507
|
-
*
|
|
5348
|
+
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
5349
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4508
5350
|
*/
|
|
4509
5351
|
var GridsterDraggable = /** @class */ (function () {
|
|
4510
5352
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4808,6 +5650,10 @@
|
|
|
4808
5650
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4809
5651
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4810
5652
|
}
|
|
5653
|
+
else {
|
|
5654
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5655
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5656
|
+
}
|
|
4811
5657
|
return this.gridsterItem.$item;
|
|
4812
5658
|
};
|
|
4813
5659
|
/**
|
|
@@ -4964,11 +5810,85 @@
|
|
|
4964
5810
|
{ type: core.NgZone }
|
|
4965
5811
|
]; };
|
|
4966
5812
|
return GridsterDraggable;
|
|
4967
|
-
}());
|
|
5813
|
+
}());
|
|
5814
|
+
if (false) {
|
|
5815
|
+
/** @type {?} */
|
|
5816
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5817
|
+
/** @type {?} */
|
|
5818
|
+
GridsterDraggable.prototype.gridster;
|
|
5819
|
+
/** @type {?} */
|
|
5820
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5821
|
+
/** @type {?} */
|
|
5822
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5823
|
+
/** @type {?} */
|
|
5824
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5825
|
+
/** @type {?} */
|
|
5826
|
+
GridsterDraggable.prototype.margin;
|
|
5827
|
+
/** @type {?} */
|
|
5828
|
+
GridsterDraggable.prototype.diffTop;
|
|
5829
|
+
/** @type {?} */
|
|
5830
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5831
|
+
/** @type {?} */
|
|
5832
|
+
GridsterDraggable.prototype.top;
|
|
5833
|
+
/** @type {?} */
|
|
5834
|
+
GridsterDraggable.prototype.left;
|
|
5835
|
+
/** @type {?} */
|
|
5836
|
+
GridsterDraggable.prototype.height;
|
|
5837
|
+
/** @type {?} */
|
|
5838
|
+
GridsterDraggable.prototype.width;
|
|
5839
|
+
/** @type {?} */
|
|
5840
|
+
GridsterDraggable.prototype.positionX;
|
|
5841
|
+
/** @type {?} */
|
|
5842
|
+
GridsterDraggable.prototype.positionY;
|
|
5843
|
+
/** @type {?} */
|
|
5844
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5845
|
+
/** @type {?} */
|
|
5846
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5847
|
+
/** @type {?} */
|
|
5848
|
+
GridsterDraggable.prototype.enabled;
|
|
5849
|
+
/** @type {?} */
|
|
5850
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5851
|
+
/** @type {?} */
|
|
5852
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5853
|
+
/** @type {?} */
|
|
5854
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5855
|
+
/** @type {?} */
|
|
5856
|
+
GridsterDraggable.prototype.mousemove;
|
|
5857
|
+
/** @type {?} */
|
|
5858
|
+
GridsterDraggable.prototype.mouseup;
|
|
5859
|
+
/** @type {?} */
|
|
5860
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5861
|
+
/** @type {?} */
|
|
5862
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5863
|
+
/** @type {?} */
|
|
5864
|
+
GridsterDraggable.prototype.touchmove;
|
|
5865
|
+
/** @type {?} */
|
|
5866
|
+
GridsterDraggable.prototype.touchend;
|
|
5867
|
+
/** @type {?} */
|
|
5868
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5869
|
+
/** @type {?} */
|
|
5870
|
+
GridsterDraggable.prototype.mousedown;
|
|
5871
|
+
/** @type {?} */
|
|
5872
|
+
GridsterDraggable.prototype.touchstart;
|
|
5873
|
+
/** @type {?} */
|
|
5874
|
+
GridsterDraggable.prototype.push;
|
|
5875
|
+
/** @type {?} */
|
|
5876
|
+
GridsterDraggable.prototype.swap;
|
|
5877
|
+
/** @type {?} */
|
|
5878
|
+
GridsterDraggable.prototype.path;
|
|
5879
|
+
/** @type {?} */
|
|
5880
|
+
GridsterDraggable.prototype.collision;
|
|
5881
|
+
/**
|
|
5882
|
+
* @type {?}
|
|
5883
|
+
* @private
|
|
5884
|
+
*/
|
|
5885
|
+
GridsterDraggable.prototype.zone;
|
|
5886
|
+
}
|
|
4968
5887
|
|
|
4969
5888
|
/**
|
|
4970
5889
|
* @fileoverview added by tsickle
|
|
4971
|
-
*
|
|
5890
|
+
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
5891
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4972
5892
|
*/
|
|
4973
5893
|
var GridsterPushResize = /** @class */ (function () {
|
|
4974
5894
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -5348,11 +6268,47 @@
|
|
|
5348
6268
|
{ type: GridsterItemComponentInterface }
|
|
5349
6269
|
]; };
|
|
5350
6270
|
return GridsterPushResize;
|
|
5351
|
-
}());
|
|
6271
|
+
}());
|
|
6272
|
+
if (false) {
|
|
6273
|
+
/** @type {?} */
|
|
6274
|
+
GridsterPushResize.prototype.fromSouth;
|
|
6275
|
+
/** @type {?} */
|
|
6276
|
+
GridsterPushResize.prototype.fromNorth;
|
|
6277
|
+
/** @type {?} */
|
|
6278
|
+
GridsterPushResize.prototype.fromEast;
|
|
6279
|
+
/** @type {?} */
|
|
6280
|
+
GridsterPushResize.prototype.fromWest;
|
|
6281
|
+
/**
|
|
6282
|
+
* @type {?}
|
|
6283
|
+
* @private
|
|
6284
|
+
*/
|
|
6285
|
+
GridsterPushResize.prototype.pushedItems;
|
|
6286
|
+
/**
|
|
6287
|
+
* @type {?}
|
|
6288
|
+
* @private
|
|
6289
|
+
*/
|
|
6290
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
6291
|
+
/**
|
|
6292
|
+
* @type {?}
|
|
6293
|
+
* @private
|
|
6294
|
+
*/
|
|
6295
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
6296
|
+
/**
|
|
6297
|
+
* @type {?}
|
|
6298
|
+
* @private
|
|
6299
|
+
*/
|
|
6300
|
+
GridsterPushResize.prototype.gridster;
|
|
6301
|
+
/**
|
|
6302
|
+
* @type {?}
|
|
6303
|
+
* @private
|
|
6304
|
+
*/
|
|
6305
|
+
GridsterPushResize.prototype.tryPattern;
|
|
6306
|
+
}
|
|
5352
6307
|
|
|
5353
6308
|
/**
|
|
5354
6309
|
* @fileoverview added by tsickle
|
|
5355
|
-
*
|
|
6310
|
+
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
6311
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5356
6312
|
*/
|
|
5357
6313
|
var GridsterResizable = /** @class */ (function () {
|
|
5358
6314
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5894,11 +6850,87 @@
|
|
|
5894
6850
|
{ type: core.NgZone }
|
|
5895
6851
|
]; };
|
|
5896
6852
|
return GridsterResizable;
|
|
5897
|
-
}());
|
|
6853
|
+
}());
|
|
6854
|
+
if (false) {
|
|
6855
|
+
/** @type {?} */
|
|
6856
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6857
|
+
/** @type {?} */
|
|
6858
|
+
GridsterResizable.prototype.gridster;
|
|
6859
|
+
/** @type {?} */
|
|
6860
|
+
GridsterResizable.prototype.lastMouse;
|
|
6861
|
+
/** @type {?} */
|
|
6862
|
+
GridsterResizable.prototype.itemBackup;
|
|
6863
|
+
/** @type {?} */
|
|
6864
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6865
|
+
/** @type {?} */
|
|
6866
|
+
GridsterResizable.prototype.directionFunction;
|
|
6867
|
+
/** @type {?} */
|
|
6868
|
+
GridsterResizable.prototype.dragFunction;
|
|
6869
|
+
/** @type {?} */
|
|
6870
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6871
|
+
/** @type {?} */
|
|
6872
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6873
|
+
/** @type {?} */
|
|
6874
|
+
GridsterResizable.prototype.mousemove;
|
|
6875
|
+
/** @type {?} */
|
|
6876
|
+
GridsterResizable.prototype.mouseup;
|
|
6877
|
+
/** @type {?} */
|
|
6878
|
+
GridsterResizable.prototype.mouseleave;
|
|
6879
|
+
/** @type {?} */
|
|
6880
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6881
|
+
/** @type {?} */
|
|
6882
|
+
GridsterResizable.prototype.touchmove;
|
|
6883
|
+
/** @type {?} */
|
|
6884
|
+
GridsterResizable.prototype.touchend;
|
|
6885
|
+
/** @type {?} */
|
|
6886
|
+
GridsterResizable.prototype.touchcancel;
|
|
6887
|
+
/** @type {?} */
|
|
6888
|
+
GridsterResizable.prototype.push;
|
|
6889
|
+
/** @type {?} */
|
|
6890
|
+
GridsterResizable.prototype.pushResize;
|
|
6891
|
+
/** @type {?} */
|
|
6892
|
+
GridsterResizable.prototype.minHeight;
|
|
6893
|
+
/** @type {?} */
|
|
6894
|
+
GridsterResizable.prototype.minWidth;
|
|
6895
|
+
/** @type {?} */
|
|
6896
|
+
GridsterResizable.prototype.offsetTop;
|
|
6897
|
+
/** @type {?} */
|
|
6898
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6899
|
+
/** @type {?} */
|
|
6900
|
+
GridsterResizable.prototype.diffTop;
|
|
6901
|
+
/** @type {?} */
|
|
6902
|
+
GridsterResizable.prototype.diffLeft;
|
|
6903
|
+
/** @type {?} */
|
|
6904
|
+
GridsterResizable.prototype.diffRight;
|
|
6905
|
+
/** @type {?} */
|
|
6906
|
+
GridsterResizable.prototype.diffBottom;
|
|
6907
|
+
/** @type {?} */
|
|
6908
|
+
GridsterResizable.prototype.margin;
|
|
6909
|
+
/** @type {?} */
|
|
6910
|
+
GridsterResizable.prototype.top;
|
|
6911
|
+
/** @type {?} */
|
|
6912
|
+
GridsterResizable.prototype.left;
|
|
6913
|
+
/** @type {?} */
|
|
6914
|
+
GridsterResizable.prototype.bottom;
|
|
6915
|
+
/** @type {?} */
|
|
6916
|
+
GridsterResizable.prototype.right;
|
|
6917
|
+
/** @type {?} */
|
|
6918
|
+
GridsterResizable.prototype.width;
|
|
6919
|
+
/** @type {?} */
|
|
6920
|
+
GridsterResizable.prototype.height;
|
|
6921
|
+
/** @type {?} */
|
|
6922
|
+
GridsterResizable.prototype.newPosition;
|
|
6923
|
+
/**
|
|
6924
|
+
* @type {?}
|
|
6925
|
+
* @private
|
|
6926
|
+
*/
|
|
6927
|
+
GridsterResizable.prototype.zone;
|
|
6928
|
+
}
|
|
5898
6929
|
|
|
5899
6930
|
/**
|
|
5900
6931
|
* @fileoverview added by tsickle
|
|
5901
|
-
*
|
|
6932
|
+
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
6933
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5902
6934
|
*/
|
|
5903
6935
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5904
6936
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -6093,11 +7125,45 @@
|
|
|
6093
7125
|
item: [{ type: core.Input }]
|
|
6094
7126
|
};
|
|
6095
7127
|
return GridsterItemComponent;
|
|
6096
|
-
}());
|
|
7128
|
+
}());
|
|
7129
|
+
if (false) {
|
|
7130
|
+
/** @type {?} */
|
|
7131
|
+
GridsterItemComponent.prototype.item;
|
|
7132
|
+
/** @type {?} */
|
|
7133
|
+
GridsterItemComponent.prototype.$item;
|
|
7134
|
+
/** @type {?} */
|
|
7135
|
+
GridsterItemComponent.prototype.el;
|
|
7136
|
+
/** @type {?} */
|
|
7137
|
+
GridsterItemComponent.prototype.gridster;
|
|
7138
|
+
/** @type {?} */
|
|
7139
|
+
GridsterItemComponent.prototype.top;
|
|
7140
|
+
/** @type {?} */
|
|
7141
|
+
GridsterItemComponent.prototype.left;
|
|
7142
|
+
/** @type {?} */
|
|
7143
|
+
GridsterItemComponent.prototype.width;
|
|
7144
|
+
/** @type {?} */
|
|
7145
|
+
GridsterItemComponent.prototype.height;
|
|
7146
|
+
/** @type {?} */
|
|
7147
|
+
GridsterItemComponent.prototype.drag;
|
|
7148
|
+
/** @type {?} */
|
|
7149
|
+
GridsterItemComponent.prototype.resize;
|
|
7150
|
+
/** @type {?} */
|
|
7151
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
7152
|
+
/** @type {?} */
|
|
7153
|
+
GridsterItemComponent.prototype.init;
|
|
7154
|
+
/** @type {?} */
|
|
7155
|
+
GridsterItemComponent.prototype.renderer;
|
|
7156
|
+
/**
|
|
7157
|
+
* @type {?}
|
|
7158
|
+
* @private
|
|
7159
|
+
*/
|
|
7160
|
+
GridsterItemComponent.prototype.zone;
|
|
7161
|
+
}
|
|
6097
7162
|
|
|
6098
7163
|
/**
|
|
6099
7164
|
* @fileoverview added by tsickle
|
|
6100
|
-
*
|
|
7165
|
+
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
7166
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6101
7167
|
*/
|
|
6102
7168
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
6103
7169
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -6152,11 +7218,20 @@
|
|
|
6152
7218
|
{ type: core.Renderer2 }
|
|
6153
7219
|
]; };
|
|
6154
7220
|
return GridsterPreviewComponent;
|
|
6155
|
-
}());
|
|
7221
|
+
}());
|
|
7222
|
+
if (false) {
|
|
7223
|
+
/** @type {?} */
|
|
7224
|
+
GridsterPreviewComponent.prototype.el;
|
|
7225
|
+
/** @type {?} */
|
|
7226
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
7227
|
+
/** @type {?} */
|
|
7228
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
7229
|
+
}
|
|
6156
7230
|
|
|
6157
7231
|
/**
|
|
6158
7232
|
* @fileoverview added by tsickle
|
|
6159
|
-
*
|
|
7233
|
+
* Generated from: gridster/lib/gridster.module.ts
|
|
7234
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6160
7235
|
*/
|
|
6161
7236
|
var GridsterModule = /** @class */ (function () {
|
|
6162
7237
|
function GridsterModule() {
|
|
@@ -6181,7 +7256,8 @@
|
|
|
6181
7256
|
|
|
6182
7257
|
/**
|
|
6183
7258
|
* @fileoverview added by tsickle
|
|
6184
|
-
*
|
|
7259
|
+
* Generated from: lib/ra.dashboard.module.ts
|
|
7260
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6185
7261
|
*/
|
|
6186
7262
|
/** @type {?} */
|
|
6187
7263
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -6222,7 +7298,8 @@
|
|
|
6222
7298
|
|
|
6223
7299
|
/**
|
|
6224
7300
|
* @fileoverview added by tsickle
|
|
6225
|
-
*
|
|
7301
|
+
* Generated from: lib/ra.base.dashboard.template.ts
|
|
7302
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6226
7303
|
*/
|
|
6227
7304
|
/**
|
|
6228
7305
|
* @abstract
|
|
@@ -6266,11 +7343,36 @@
|
|
|
6266
7343
|
initialize: [{ type: core.Input }]
|
|
6267
7344
|
};
|
|
6268
7345
|
return RaBaseDashboardTemplate;
|
|
6269
|
-
}());
|
|
7346
|
+
}());
|
|
7347
|
+
if (false) {
|
|
7348
|
+
/** @type {?} */
|
|
7349
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
7350
|
+
/** @type {?} */
|
|
7351
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
7352
|
+
/** @type {?} */
|
|
7353
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
7354
|
+
/** @type {?} */
|
|
7355
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
7356
|
+
/** @type {?} */
|
|
7357
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7358
|
+
/** @type {?} */
|
|
7359
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
7360
|
+
/**
|
|
7361
|
+
* @type {?}
|
|
7362
|
+
* @private
|
|
7363
|
+
*/
|
|
7364
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7365
|
+
/**
|
|
7366
|
+
* @abstract
|
|
7367
|
+
* @return {?}
|
|
7368
|
+
*/
|
|
7369
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7370
|
+
}
|
|
6270
7371
|
|
|
6271
7372
|
/**
|
|
6272
7373
|
* @fileoverview added by tsickle
|
|
6273
|
-
*
|
|
7374
|
+
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
7375
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6274
7376
|
*/
|
|
6275
7377
|
/**
|
|
6276
7378
|
* @abstract
|
|
@@ -6324,7 +7426,42 @@
|
|
|
6324
7426
|
clearAllData: [{ type: core.Input }]
|
|
6325
7427
|
};
|
|
6326
7428
|
return RaBaseDashboardFilter;
|
|
6327
|
-
}());
|
|
7429
|
+
}());
|
|
7430
|
+
if (false) {
|
|
7431
|
+
/**
|
|
7432
|
+
* @type {?}
|
|
7433
|
+
* @private
|
|
7434
|
+
*/
|
|
7435
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7436
|
+
/** @type {?} */
|
|
7437
|
+
RaBaseDashboardFilter.prototype.setAllFilterConfig;
|
|
7438
|
+
/** @type {?} */
|
|
7439
|
+
RaBaseDashboardFilter.prototype.isValidEntry;
|
|
7440
|
+
/** @type {?} */
|
|
7441
|
+
RaBaseDashboardFilter.prototype.clearAllData;
|
|
7442
|
+
/**
|
|
7443
|
+
* @abstract
|
|
7444
|
+
* @return {?}
|
|
7445
|
+
*/
|
|
7446
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7447
|
+
/**
|
|
7448
|
+
* @abstract
|
|
7449
|
+
* @param {?} filter
|
|
7450
|
+
* @param {?} appConfig
|
|
7451
|
+
* @return {?}
|
|
7452
|
+
*/
|
|
7453
|
+
RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
|
|
7454
|
+
/**
|
|
7455
|
+
* @abstract
|
|
7456
|
+
* @return {?}
|
|
7457
|
+
*/
|
|
7458
|
+
RaBaseDashboardFilter.prototype.clearData = function () { };
|
|
7459
|
+
/**
|
|
7460
|
+
* @abstract
|
|
7461
|
+
* @return {?}
|
|
7462
|
+
*/
|
|
7463
|
+
RaBaseDashboardFilter.prototype.isValid = function () { };
|
|
7464
|
+
}
|
|
6328
7465
|
|
|
6329
7466
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
6330
7467
|
exports.RADashboardArea = RADashboardArea;
|
|
@@ -6343,5 +7480,5 @@
|
|
|
6343
7480
|
|
|
6344
7481
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6345
7482
|
|
|
6346
|
-
}));
|
|
7483
|
+
})));
|
|
6347
7484
|
//# sourceMappingURL=schneideress-dashboardframework.umd.js.map
|