@schneideress/dashboardframework 0.0.76 → 0.0.77
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 +85 -1152
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +2 -3
- package/esm2015/gridster/lib/gridster.component.js +3 -4
- package/esm2015/gridster/lib/gridster.interface.js +2 -3
- package/esm2015/gridster/lib/gridster.module.js +2 -3
- package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
- package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
- package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
- package/esm2015/gridster/lib/gridsterItem.component.js +3 -4
- package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
- package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
- package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
- package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
- package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
- package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
- package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
- package/esm2015/lib/custom.notifier.options.js +2 -3
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -4
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +14 -5
- package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
- package/esm2015/lib/ra.base.dashboard.template.js +2 -3
- package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
- package/esm2015/lib/ra.dashboard.module.js +5 -4
- package/esm2015/lib/ra.dashboard.service.js +2 -3
- package/esm2015/lib/ra.event.enum.js +2 -3
- package/esm2015/lib/ra.gridster.config.js +2 -3
- package/esm2015/public-api.js +2 -3
- package/esm2015/schneideress-dashboardframework.js +2 -3
- package/esm5/gridster/index.js +2 -3
- package/esm5/gridster/lib/gridster.component.js +3 -4
- package/esm5/gridster/lib/gridster.interface.js +2 -3
- package/esm5/gridster/lib/gridster.module.js +2 -3
- package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
- package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
- package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
- package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
- package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
- package/esm5/gridster/lib/gridsterItem.component.js +3 -4
- package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
- package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
- package/esm5/gridster/lib/gridsterPush.service.js +2 -3
- package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
- package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
- package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
- package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
- package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
- package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
- package/esm5/lib/custom.notifier.options.js +2 -3
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -4
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +14 -5
- package/esm5/lib/ra.base.dashboard.filter.js +2 -3
- package/esm5/lib/ra.base.dashboard.template.js +2 -3
- package/esm5/lib/ra.dashbard.event.bus.js +2 -3
- package/esm5/lib/ra.dashboard.module.js +5 -4
- package/esm5/lib/ra.dashboard.service.js +2 -3
- package/esm5/lib/ra.event.enum.js +2 -3
- package/esm5/lib/ra.gridster.config.js +2 -3
- package/esm5/public-api.js +2 -3
- package/esm5/schneideress-dashboardframework.js +2 -3
- package/fesm2015/schneideress-dashboardframework.js +79 -1037
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +82 -1040
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
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')) :
|
|
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'], factory) :
|
|
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));
|
|
5
|
-
}(this,
|
|
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
|
+
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
|
+
(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';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44,33 +44,6 @@
|
|
|
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
|
-
|
|
74
47
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
75
48
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
76
49
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
@@ -106,105 +79,11 @@
|
|
|
106
79
|
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
107
80
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
108
81
|
}
|
|
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 };
|
|
202
82
|
}
|
|
203
83
|
|
|
204
84
|
/**
|
|
205
85
|
* @fileoverview added by tsickle
|
|
206
|
-
*
|
|
207
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
86
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
208
87
|
*/
|
|
209
88
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
210
89
|
__extends(RaDashboardService, _super);
|
|
@@ -408,19 +287,11 @@
|
|
|
408
287
|
]; };
|
|
409
288
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
410
289
|
return RaDashboardService;
|
|
411
|
-
}(raCommon.BaseService));
|
|
412
|
-
if (false) {
|
|
413
|
-
/**
|
|
414
|
-
* @type {?}
|
|
415
|
-
* @private
|
|
416
|
-
*/
|
|
417
|
-
RaDashboardService.prototype.loadedScripts;
|
|
418
|
-
}
|
|
290
|
+
}(raCommon.BaseService));
|
|
419
291
|
|
|
420
292
|
/**
|
|
421
293
|
* @fileoverview added by tsickle
|
|
422
|
-
*
|
|
423
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
294
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
424
295
|
*/
|
|
425
296
|
var RADashboardEventBus = /** @class */ (function () {
|
|
426
297
|
function RADashboardEventBus() {
|
|
@@ -529,19 +400,11 @@
|
|
|
529
400
|
];
|
|
530
401
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
531
402
|
return RADashboardEventBus;
|
|
532
|
-
}());
|
|
533
|
-
if (false) {
|
|
534
|
-
/**
|
|
535
|
-
* @type {?}
|
|
536
|
-
* @private
|
|
537
|
-
*/
|
|
538
|
-
RADashboardEventBus.prototype.eventQueue;
|
|
539
|
-
}
|
|
403
|
+
}());
|
|
540
404
|
|
|
541
405
|
/**
|
|
542
406
|
* @fileoverview added by tsickle
|
|
543
|
-
*
|
|
544
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
407
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
545
408
|
*/
|
|
546
409
|
/** @enum {string} */
|
|
547
410
|
var RAEvent = {
|
|
@@ -590,225 +453,38 @@
|
|
|
590
453
|
|
|
591
454
|
/**
|
|
592
455
|
* @fileoverview added by tsickle
|
|
593
|
-
*
|
|
594
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
456
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
595
457
|
*/
|
|
596
458
|
/** @enum {string} */
|
|
597
459
|
var GridType = {
|
|
598
|
-
Fit:
|
|
599
|
-
ScrollVertical:
|
|
600
|
-
ScrollHorizontal:
|
|
601
|
-
Fixed:
|
|
602
|
-
VerticalFixed:
|
|
603
|
-
HorizontalFixed:
|
|
460
|
+
Fit: 'fit',
|
|
461
|
+
ScrollVertical: 'scrollVertical',
|
|
462
|
+
ScrollHorizontal: 'scrollHorizontal',
|
|
463
|
+
Fixed: 'fixed',
|
|
464
|
+
VerticalFixed: 'verticalFixed',
|
|
465
|
+
HorizontalFixed: 'horizontalFixed',
|
|
604
466
|
};
|
|
605
467
|
/** @enum {string} */
|
|
606
468
|
var DisplayGrid = {
|
|
607
|
-
Always:
|
|
608
|
-
OnDragAndResize:
|
|
609
|
-
None:
|
|
469
|
+
Always: 'always',
|
|
470
|
+
OnDragAndResize: 'onDrag&Resize',
|
|
471
|
+
None: 'none',
|
|
610
472
|
};
|
|
611
473
|
/** @enum {string} */
|
|
612
474
|
var CompactType = {
|
|
613
|
-
None:
|
|
614
|
-
CompactUp:
|
|
615
|
-
CompactLeft:
|
|
616
|
-
CompactUpAndLeft:
|
|
617
|
-
CompactLeftAndUp:
|
|
618
|
-
CompactRight:
|
|
619
|
-
CompactUpAndRight:
|
|
620
|
-
CompactRightAndUp:
|
|
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
|
-
}
|
|
475
|
+
None: 'none',
|
|
476
|
+
CompactUp: 'compactUp',
|
|
477
|
+
CompactLeft: 'compactLeft',
|
|
478
|
+
CompactUpAndLeft: 'compactUp&Left',
|
|
479
|
+
CompactLeftAndUp: 'compactLeft&Up',
|
|
480
|
+
CompactRight: 'compactRight',
|
|
481
|
+
CompactUpAndRight: 'compactUp&Right',
|
|
482
|
+
CompactRightAndUp: 'compactRight&Up',
|
|
483
|
+
};
|
|
807
484
|
|
|
808
485
|
/**
|
|
809
486
|
* @fileoverview added by tsickle
|
|
810
|
-
*
|
|
811
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
487
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
812
488
|
*/
|
|
813
489
|
/** @type {?} */
|
|
814
490
|
var GridsterConfigDefaultSettings = {
|
|
@@ -874,8 +550,7 @@
|
|
|
874
550
|
|
|
875
551
|
/**
|
|
876
552
|
* @fileoverview added by tsickle
|
|
877
|
-
*
|
|
878
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
553
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
879
554
|
*/
|
|
880
555
|
var RADashboardArea = /** @class */ (function () {
|
|
881
556
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -1357,7 +1032,7 @@
|
|
|
1357
1032
|
{ type: core.Component, args: [{
|
|
1358
1033
|
selector: 'ra-dashboard-area',
|
|
1359
1034
|
template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
1360
|
-
styles: ["gridster{width:inherit;resize:height;display
|
|
1035
|
+
styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
|
|
1361
1036
|
}] }
|
|
1362
1037
|
];
|
|
1363
1038
|
/** @nocollapse */
|
|
@@ -1378,84 +1053,11 @@
|
|
|
1378
1053
|
appConfig: [{ type: core.Input, args: ['app-config',] }]
|
|
1379
1054
|
};
|
|
1380
1055
|
return RADashboardArea;
|
|
1381
|
-
}());
|
|
1382
|
-
if (false) {
|
|
1383
|
-
/** @type {?} */
|
|
1384
|
-
RADashboardArea.prototype.widgetList;
|
|
1385
|
-
/** @type {?} */
|
|
1386
|
-
RADashboardArea.prototype.options;
|
|
1387
|
-
/** @type {?} */
|
|
1388
|
-
RADashboardArea.prototype.gridheight;
|
|
1389
|
-
/**
|
|
1390
|
-
* @type {?}
|
|
1391
|
-
* @private
|
|
1392
|
-
*/
|
|
1393
|
-
RADashboardArea.prototype.conifgAddClick;
|
|
1394
|
-
/**
|
|
1395
|
-
* @type {?}
|
|
1396
|
-
* @private
|
|
1397
|
-
*/
|
|
1398
|
-
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1399
|
-
/**
|
|
1400
|
-
* @type {?}
|
|
1401
|
-
* @private
|
|
1402
|
-
*/
|
|
1403
|
-
RADashboardArea.prototype.widgetAddEvent;
|
|
1404
|
-
/**
|
|
1405
|
-
* @type {?}
|
|
1406
|
-
* @private
|
|
1407
|
-
*/
|
|
1408
|
-
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1409
|
-
/**
|
|
1410
|
-
* @type {?}
|
|
1411
|
-
* @private
|
|
1412
|
-
*/
|
|
1413
|
-
RADashboardArea.prototype.isWidgetLoaded;
|
|
1414
|
-
/** @type {?} */
|
|
1415
|
-
RADashboardArea.prototype.userDashboardId;
|
|
1416
|
-
/** @type {?} */
|
|
1417
|
-
RADashboardArea.prototype.areaKey;
|
|
1418
|
-
/** @type {?} */
|
|
1419
|
-
RADashboardArea.prototype.globalFilter;
|
|
1420
|
-
/** @type {?} */
|
|
1421
|
-
RADashboardArea.prototype.raDashboardEventBus;
|
|
1422
|
-
/** @type {?} */
|
|
1423
|
-
RADashboardArea.prototype.widgetHeight;
|
|
1424
|
-
/** @type {?} */
|
|
1425
|
-
RADashboardArea.prototype.widgetWidth;
|
|
1426
|
-
/** @type {?} */
|
|
1427
|
-
RADashboardArea.prototype.appConfig;
|
|
1428
|
-
/**
|
|
1429
|
-
* @type {?}
|
|
1430
|
-
* @private
|
|
1431
|
-
*/
|
|
1432
|
-
RADashboardArea.prototype.dashboardService;
|
|
1433
|
-
/**
|
|
1434
|
-
* @type {?}
|
|
1435
|
-
* @private
|
|
1436
|
-
*/
|
|
1437
|
-
RADashboardArea.prototype.ngZone;
|
|
1438
|
-
/**
|
|
1439
|
-
* @type {?}
|
|
1440
|
-
* @private
|
|
1441
|
-
*/
|
|
1442
|
-
RADashboardArea.prototype.ngxService;
|
|
1443
|
-
/**
|
|
1444
|
-
* @type {?}
|
|
1445
|
-
* @private
|
|
1446
|
-
*/
|
|
1447
|
-
RADashboardArea.prototype.translateService;
|
|
1448
|
-
/**
|
|
1449
|
-
* @type {?}
|
|
1450
|
-
* @private
|
|
1451
|
-
*/
|
|
1452
|
-
RADashboardArea.prototype.notifier;
|
|
1453
|
-
}
|
|
1056
|
+
}());
|
|
1454
1057
|
|
|
1455
1058
|
/**
|
|
1456
1059
|
* @fileoverview added by tsickle
|
|
1457
|
-
*
|
|
1458
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1060
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1459
1061
|
*/
|
|
1460
1062
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1461
1063
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
|
|
@@ -1771,10 +1373,18 @@
|
|
|
1771
1373
|
return __generator(this, function (_b) {
|
|
1772
1374
|
switch (_b.label) {
|
|
1773
1375
|
case 0:
|
|
1376
|
+
debugger;
|
|
1774
1377
|
_a = this;
|
|
1775
1378
|
return [4 /*yield*/, this.widgetElement.loadLockStatus(config)];
|
|
1776
1379
|
case 1:
|
|
1777
1380
|
_a.lockStatus = _b.sent();
|
|
1381
|
+
if (this.lockStatus == 'lock') {
|
|
1382
|
+
this.lockTitle = 'Locked';
|
|
1383
|
+
console.log(this.lockTitle);
|
|
1384
|
+
}
|
|
1385
|
+
else {
|
|
1386
|
+
this.lockTitle = 'Partially Locked';
|
|
1387
|
+
}
|
|
1778
1388
|
if (this.lockStatus) {
|
|
1779
1389
|
switch (this.lockStatus) {
|
|
1780
1390
|
case "lock": {
|
|
@@ -1898,8 +1508,8 @@
|
|
|
1898
1508
|
RAWidgetContainer.decorators = [
|
|
1899
1509
|
{ type: core.Component, args: [{
|
|
1900
1510
|
selector: 'ra-widget-container',
|
|
1901
|
-
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\"
|
|
1902
|
-
styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0
|
|
1511
|
+
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fas 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 <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fas fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\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 <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n \r\n <i [ngClass]=\"lockClass\" ></i>\r\n \r\n <!-- <i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i> -->\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div 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 <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
|
|
1512
|
+
styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.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-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.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}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.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}.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}"]
|
|
1903
1513
|
}] }
|
|
1904
1514
|
];
|
|
1905
1515
|
/** @nocollapse */
|
|
@@ -1925,102 +1535,11 @@
|
|
|
1925
1535
|
widgetDeleted: [{ type: core.Output }]
|
|
1926
1536
|
};
|
|
1927
1537
|
return RAWidgetContainer;
|
|
1928
|
-
}());
|
|
1929
|
-
if (false) {
|
|
1930
|
-
/** @type {?} */
|
|
1931
|
-
RAWidgetContainer.prototype.showPanel;
|
|
1932
|
-
/**
|
|
1933
|
-
* @type {?}
|
|
1934
|
-
* @private
|
|
1935
|
-
*/
|
|
1936
|
-
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1937
|
-
/**
|
|
1938
|
-
* @type {?}
|
|
1939
|
-
* @private
|
|
1940
|
-
*/
|
|
1941
|
-
RAWidgetContainer.prototype.widgetElement;
|
|
1942
|
-
/**
|
|
1943
|
-
* @type {?}
|
|
1944
|
-
* @private
|
|
1945
|
-
*/
|
|
1946
|
-
RAWidgetContainer.prototype.configChanged;
|
|
1947
|
-
/**
|
|
1948
|
-
* @type {?}
|
|
1949
|
-
* @private
|
|
1950
|
-
*/
|
|
1951
|
-
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1952
|
-
/** @type {?} */
|
|
1953
|
-
RAWidgetContainer.prototype.widgetHeight;
|
|
1954
|
-
/** @type {?} */
|
|
1955
|
-
RAWidgetContainer.prototype.lockClass;
|
|
1956
|
-
/** @type {?} */
|
|
1957
|
-
RAWidgetContainer.prototype.lockStatus;
|
|
1958
|
-
/** @type {?} */
|
|
1959
|
-
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1960
|
-
/** @type {?} */
|
|
1961
|
-
RAWidgetContainer.prototype.dropDownShown;
|
|
1962
|
-
/** @type {?} */
|
|
1963
|
-
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
1964
|
-
/** @type {?} */
|
|
1965
|
-
RAWidgetContainer.prototype.downloadIconType;
|
|
1966
|
-
/** @type {?} */
|
|
1967
|
-
RAWidgetContainer.prototype.ctlWidget;
|
|
1968
|
-
/** @type {?} */
|
|
1969
|
-
RAWidgetContainer.prototype.widgetDropdown;
|
|
1970
|
-
/** @type {?} */
|
|
1971
|
-
RAWidgetContainer.prototype.widgetDownload;
|
|
1972
|
-
/** @type {?} */
|
|
1973
|
-
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1974
|
-
/** @type {?} */
|
|
1975
|
-
RAWidgetContainer.prototype.globalFilter;
|
|
1976
|
-
/** @type {?} */
|
|
1977
|
-
RAWidgetContainer.prototype.data;
|
|
1978
|
-
/** @type {?} */
|
|
1979
|
-
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1980
|
-
/** @type {?} */
|
|
1981
|
-
RAWidgetContainer.prototype.appConfig;
|
|
1982
|
-
/** @type {?} */
|
|
1983
|
-
RAWidgetContainer.prototype.width;
|
|
1984
|
-
/** @type {?} */
|
|
1985
|
-
RAWidgetContainer.prototype.height;
|
|
1986
|
-
/** @type {?} */
|
|
1987
|
-
RAWidgetContainer.prototype.widgetDeleted;
|
|
1988
|
-
/**
|
|
1989
|
-
* @type {?}
|
|
1990
|
-
* @private
|
|
1991
|
-
*/
|
|
1992
|
-
RAWidgetContainer.prototype.dashboardService;
|
|
1993
|
-
/**
|
|
1994
|
-
* @type {?}
|
|
1995
|
-
* @private
|
|
1996
|
-
*/
|
|
1997
|
-
RAWidgetContainer.prototype.ngxService;
|
|
1998
|
-
/**
|
|
1999
|
-
* @type {?}
|
|
2000
|
-
* @private
|
|
2001
|
-
*/
|
|
2002
|
-
RAWidgetContainer.prototype.translateService;
|
|
2003
|
-
/**
|
|
2004
|
-
* @type {?}
|
|
2005
|
-
* @private
|
|
2006
|
-
*/
|
|
2007
|
-
RAWidgetContainer.prototype.ngZone;
|
|
2008
|
-
/**
|
|
2009
|
-
* @type {?}
|
|
2010
|
-
* @private
|
|
2011
|
-
*/
|
|
2012
|
-
RAWidgetContainer.prototype.notifier;
|
|
2013
|
-
/**
|
|
2014
|
-
* @type {?}
|
|
2015
|
-
* @private
|
|
2016
|
-
*/
|
|
2017
|
-
RAWidgetContainer.prototype.renderer;
|
|
2018
|
-
}
|
|
1538
|
+
}());
|
|
2019
1539
|
|
|
2020
1540
|
/**
|
|
2021
1541
|
* @fileoverview added by tsickle
|
|
2022
|
-
*
|
|
2023
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1542
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2024
1543
|
*/
|
|
2025
1544
|
/** @type {?} */
|
|
2026
1545
|
var customNotifierOptions = {
|
|
@@ -2066,8 +1585,7 @@
|
|
|
2066
1585
|
|
|
2067
1586
|
/**
|
|
2068
1587
|
* @fileoverview added by tsickle
|
|
2069
|
-
*
|
|
2070
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1588
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2071
1589
|
*/
|
|
2072
1590
|
/** @type {?} */
|
|
2073
1591
|
var GridsterConfigService = {
|
|
@@ -2245,8 +1763,7 @@
|
|
|
2245
1763
|
|
|
2246
1764
|
/**
|
|
2247
1765
|
* @fileoverview added by tsickle
|
|
2248
|
-
*
|
|
2249
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1766
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2250
1767
|
*/
|
|
2251
1768
|
var GridsterUtils = /** @class */ (function () {
|
|
2252
1769
|
function GridsterUtils() {
|
|
@@ -2421,8 +1938,7 @@
|
|
|
2421
1938
|
|
|
2422
1939
|
/**
|
|
2423
1940
|
* @fileoverview added by tsickle
|
|
2424
|
-
*
|
|
2425
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1941
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2426
1942
|
*/
|
|
2427
1943
|
/**
|
|
2428
1944
|
* @abstract
|
|
@@ -2434,86 +1950,11 @@
|
|
|
2434
1950
|
function GridsterComponentInterface() {
|
|
2435
1951
|
}
|
|
2436
1952
|
return GridsterComponentInterface;
|
|
2437
|
-
}());
|
|
2438
|
-
if (false) {
|
|
2439
|
-
/** @type {?} */
|
|
2440
|
-
GridsterComponentInterface.prototype.$options;
|
|
2441
|
-
/** @type {?} */
|
|
2442
|
-
GridsterComponentInterface.prototype.grid;
|
|
2443
|
-
/** @type {?} */
|
|
2444
|
-
GridsterComponentInterface.prototype.checkCollision;
|
|
2445
|
-
/** @type {?} */
|
|
2446
|
-
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2447
|
-
/** @type {?} */
|
|
2448
|
-
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2449
|
-
/** @type {?} */
|
|
2450
|
-
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2451
|
-
/** @type {?} */
|
|
2452
|
-
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2453
|
-
/** @type {?} */
|
|
2454
|
-
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2455
|
-
/** @type {?} */
|
|
2456
|
-
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2457
|
-
/** @type {?} */
|
|
2458
|
-
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2459
|
-
/** @type {?} */
|
|
2460
|
-
GridsterComponentInterface.prototype.el;
|
|
2461
|
-
/** @type {?} */
|
|
2462
|
-
GridsterComponentInterface.prototype.renderer;
|
|
2463
|
-
/** @type {?} */
|
|
2464
|
-
GridsterComponentInterface.prototype.gridRenderer;
|
|
2465
|
-
/** @type {?} */
|
|
2466
|
-
GridsterComponentInterface.prototype.cdRef;
|
|
2467
|
-
/** @type {?} */
|
|
2468
|
-
GridsterComponentInterface.prototype.options;
|
|
2469
|
-
/** @type {?} */
|
|
2470
|
-
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2471
|
-
/** @type {?} */
|
|
2472
|
-
GridsterComponentInterface.prototype.updateGrid;
|
|
2473
|
-
/** @type {?} */
|
|
2474
|
-
GridsterComponentInterface.prototype.movingItem;
|
|
2475
|
-
/** @type {?} */
|
|
2476
|
-
GridsterComponentInterface.prototype.addItem;
|
|
2477
|
-
/** @type {?} */
|
|
2478
|
-
GridsterComponentInterface.prototype.removeItem;
|
|
2479
|
-
/** @type {?} */
|
|
2480
|
-
GridsterComponentInterface.prototype.previewStyle;
|
|
2481
|
-
/** @type {?} */
|
|
2482
|
-
GridsterComponentInterface.prototype.mobile;
|
|
2483
|
-
/** @type {?} */
|
|
2484
|
-
GridsterComponentInterface.prototype.curWidth;
|
|
2485
|
-
/** @type {?} */
|
|
2486
|
-
GridsterComponentInterface.prototype.curHeight;
|
|
2487
|
-
/** @type {?} */
|
|
2488
|
-
GridsterComponentInterface.prototype.columns;
|
|
2489
|
-
/** @type {?} */
|
|
2490
|
-
GridsterComponentInterface.prototype.rows;
|
|
2491
|
-
/** @type {?} */
|
|
2492
|
-
GridsterComponentInterface.prototype.curColWidth;
|
|
2493
|
-
/** @type {?} */
|
|
2494
|
-
GridsterComponentInterface.prototype.curRowHeight;
|
|
2495
|
-
/** @type {?} */
|
|
2496
|
-
GridsterComponentInterface.prototype.windowResize;
|
|
2497
|
-
/** @type {?} */
|
|
2498
|
-
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2499
|
-
/** @type {?} */
|
|
2500
|
-
GridsterComponentInterface.prototype.dragInProgress;
|
|
2501
|
-
/** @type {?} */
|
|
2502
|
-
GridsterComponentInterface.prototype.emptyCell;
|
|
2503
|
-
/** @type {?} */
|
|
2504
|
-
GridsterComponentInterface.prototype.compact;
|
|
2505
|
-
/** @type {?} */
|
|
2506
|
-
GridsterComponentInterface.prototype.zone;
|
|
2507
|
-
/** @type {?} */
|
|
2508
|
-
GridsterComponentInterface.prototype.gridRows;
|
|
2509
|
-
/** @type {?} */
|
|
2510
|
-
GridsterComponentInterface.prototype.gridColumns;
|
|
2511
|
-
}
|
|
1953
|
+
}());
|
|
2512
1954
|
|
|
2513
1955
|
/**
|
|
2514
1956
|
* @fileoverview added by tsickle
|
|
2515
|
-
*
|
|
2516
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1957
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2517
1958
|
*/
|
|
2518
1959
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
2519
1960
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2830,45 +2271,11 @@
|
|
|
2830
2271
|
{ type: GridsterComponentInterface }
|
|
2831
2272
|
]; };
|
|
2832
2273
|
return GridsterEmptyCell;
|
|
2833
|
-
}());
|
|
2834
|
-
if (false) {
|
|
2835
|
-
/** @type {?} */
|
|
2836
|
-
GridsterEmptyCell.prototype.initialItem;
|
|
2837
|
-
/** @type {?} */
|
|
2838
|
-
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2839
|
-
/** @type {?} */
|
|
2840
|
-
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2841
|
-
/** @type {?} */
|
|
2842
|
-
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2843
|
-
/** @type {?} */
|
|
2844
|
-
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2845
|
-
/** @type {?} */
|
|
2846
|
-
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2847
|
-
/** @type {?} */
|
|
2848
|
-
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2849
|
-
/** @type {?} */
|
|
2850
|
-
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2851
|
-
/** @type {?} */
|
|
2852
|
-
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2853
|
-
/** @type {?} */
|
|
2854
|
-
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2855
|
-
/** @type {?} */
|
|
2856
|
-
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2857
|
-
/** @type {?} */
|
|
2858
|
-
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2859
|
-
/** @type {?} */
|
|
2860
|
-
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2861
|
-
/**
|
|
2862
|
-
* @type {?}
|
|
2863
|
-
* @private
|
|
2864
|
-
*/
|
|
2865
|
-
GridsterEmptyCell.prototype.gridster;
|
|
2866
|
-
}
|
|
2274
|
+
}());
|
|
2867
2275
|
|
|
2868
2276
|
/**
|
|
2869
2277
|
* @fileoverview added by tsickle
|
|
2870
|
-
*
|
|
2871
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2278
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2872
2279
|
*/
|
|
2873
2280
|
var GridsterCompact = /** @class */ (function () {
|
|
2874
2281
|
function GridsterCompact(gridster) {
|
|
@@ -3106,19 +2513,11 @@
|
|
|
3106
2513
|
{ type: GridsterComponentInterface }
|
|
3107
2514
|
]; };
|
|
3108
2515
|
return GridsterCompact;
|
|
3109
|
-
}());
|
|
3110
|
-
if (false) {
|
|
3111
|
-
/**
|
|
3112
|
-
* @type {?}
|
|
3113
|
-
* @private
|
|
3114
|
-
*/
|
|
3115
|
-
GridsterCompact.prototype.gridster;
|
|
3116
|
-
}
|
|
2516
|
+
}());
|
|
3117
2517
|
|
|
3118
2518
|
/**
|
|
3119
2519
|
* @fileoverview added by tsickle
|
|
3120
|
-
*
|
|
3121
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2520
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3122
2521
|
*/
|
|
3123
2522
|
var GridsterRenderer = /** @class */ (function () {
|
|
3124
2523
|
function GridsterRenderer(gridster) {
|
|
@@ -3425,19 +2824,11 @@
|
|
|
3425
2824
|
{ type: GridsterComponentInterface }
|
|
3426
2825
|
]; };
|
|
3427
2826
|
return GridsterRenderer;
|
|
3428
|
-
}());
|
|
3429
|
-
if (false) {
|
|
3430
|
-
/**
|
|
3431
|
-
* @type {?}
|
|
3432
|
-
* @private
|
|
3433
|
-
*/
|
|
3434
|
-
GridsterRenderer.prototype.gridster;
|
|
3435
|
-
}
|
|
2827
|
+
}());
|
|
3436
2828
|
|
|
3437
2829
|
/**
|
|
3438
2830
|
* @fileoverview added by tsickle
|
|
3439
|
-
*
|
|
3440
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2831
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3441
2832
|
*/
|
|
3442
2833
|
var GridsterComponent = /** @class */ (function () {
|
|
3443
2834
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -3592,17 +2983,6 @@
|
|
|
3592
2983
|
if (this.options.destroyCallback) {
|
|
3593
2984
|
this.options.destroyCallback(this);
|
|
3594
2985
|
}
|
|
3595
|
-
//if (this.options.api) {
|
|
3596
|
-
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3597
|
-
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3598
|
-
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3599
|
-
*/
|
|
3600
|
-
if (false) {
|
|
3601
|
-
this.options.api.resize = undefined;
|
|
3602
|
-
this.options.api.optionsChanged = undefined;
|
|
3603
|
-
this.options.api.getNextPossiblePosition = undefined;
|
|
3604
|
-
this.options.api = undefined;
|
|
3605
|
-
}
|
|
3606
2986
|
this.emptyCell.destroy();
|
|
3607
2987
|
delete this.emptyCell;
|
|
3608
2988
|
this.compact.destroy();
|
|
@@ -4165,7 +3545,7 @@
|
|
|
4165
3545
|
selector: 'gridster',
|
|
4166
3546
|
template: "<div class=\"gridster-column\" *ngFor=\"let column of gridColumns; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridColumnStyle(i)\"></div>\r\n<div class=\"gridster-row\" *ngFor=\"let row of gridRows; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridRowStyle(i)\"></div>\r\n<ng-content></ng-content>\r\n<gridster-preview class=\"gridster-preview\"></gridster-preview>\r\n",
|
|
4167
3547
|
encapsulation: core.ViewEncapsulation.None,
|
|
4168
|
-
styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto}gridster.mobile gridster-item{position:relative}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none
|
|
3548
|
+
styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto}gridster.mobile gridster-item{position:relative}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
|
|
4169
3549
|
}] }
|
|
4170
3550
|
];
|
|
4171
3551
|
/** @nocollapse */
|
|
@@ -4179,62 +3559,11 @@
|
|
|
4179
3559
|
options: [{ type: core.Input }]
|
|
4180
3560
|
};
|
|
4181
3561
|
return GridsterComponent;
|
|
4182
|
-
}());
|
|
4183
|
-
if (false) {
|
|
4184
|
-
/** @type {?} */
|
|
4185
|
-
GridsterComponent.prototype.options;
|
|
4186
|
-
/** @type {?} */
|
|
4187
|
-
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
4188
|
-
/** @type {?} */
|
|
4189
|
-
GridsterComponent.prototype.movingItem;
|
|
4190
|
-
/** @type {?} */
|
|
4191
|
-
GridsterComponent.prototype.previewStyle;
|
|
4192
|
-
/** @type {?} */
|
|
4193
|
-
GridsterComponent.prototype.el;
|
|
4194
|
-
/** @type {?} */
|
|
4195
|
-
GridsterComponent.prototype.$options;
|
|
4196
|
-
/** @type {?} */
|
|
4197
|
-
GridsterComponent.prototype.mobile;
|
|
4198
|
-
/** @type {?} */
|
|
4199
|
-
GridsterComponent.prototype.curWidth;
|
|
4200
|
-
/** @type {?} */
|
|
4201
|
-
GridsterComponent.prototype.curHeight;
|
|
4202
|
-
/** @type {?} */
|
|
4203
|
-
GridsterComponent.prototype.grid;
|
|
4204
|
-
/** @type {?} */
|
|
4205
|
-
GridsterComponent.prototype.columns;
|
|
4206
|
-
/** @type {?} */
|
|
4207
|
-
GridsterComponent.prototype.rows;
|
|
4208
|
-
/** @type {?} */
|
|
4209
|
-
GridsterComponent.prototype.curColWidth;
|
|
4210
|
-
/** @type {?} */
|
|
4211
|
-
GridsterComponent.prototype.curRowHeight;
|
|
4212
|
-
/** @type {?} */
|
|
4213
|
-
GridsterComponent.prototype.gridColumns;
|
|
4214
|
-
/** @type {?} */
|
|
4215
|
-
GridsterComponent.prototype.gridRows;
|
|
4216
|
-
/** @type {?} */
|
|
4217
|
-
GridsterComponent.prototype.windowResize;
|
|
4218
|
-
/** @type {?} */
|
|
4219
|
-
GridsterComponent.prototype.dragInProgress;
|
|
4220
|
-
/** @type {?} */
|
|
4221
|
-
GridsterComponent.prototype.emptyCell;
|
|
4222
|
-
/** @type {?} */
|
|
4223
|
-
GridsterComponent.prototype.compact;
|
|
4224
|
-
/** @type {?} */
|
|
4225
|
-
GridsterComponent.prototype.gridRenderer;
|
|
4226
|
-
/** @type {?} */
|
|
4227
|
-
GridsterComponent.prototype.renderer;
|
|
4228
|
-
/** @type {?} */
|
|
4229
|
-
GridsterComponent.prototype.cdRef;
|
|
4230
|
-
/** @type {?} */
|
|
4231
|
-
GridsterComponent.prototype.zone;
|
|
4232
|
-
}
|
|
3562
|
+
}());
|
|
4233
3563
|
|
|
4234
3564
|
/**
|
|
4235
3565
|
* @fileoverview added by tsickle
|
|
4236
|
-
*
|
|
4237
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3566
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4238
3567
|
*/
|
|
4239
3568
|
/**
|
|
4240
3569
|
* @abstract
|
|
@@ -4246,50 +3575,11 @@
|
|
|
4246
3575
|
function GridsterItemComponentInterface() {
|
|
4247
3576
|
}
|
|
4248
3577
|
return GridsterItemComponentInterface;
|
|
4249
|
-
}());
|
|
4250
|
-
if (false) {
|
|
4251
|
-
/** @type {?} */
|
|
4252
|
-
GridsterItemComponentInterface.prototype.item;
|
|
4253
|
-
/** @type {?} */
|
|
4254
|
-
GridsterItemComponentInterface.prototype.$item;
|
|
4255
|
-
/** @type {?} */
|
|
4256
|
-
GridsterItemComponentInterface.prototype.top;
|
|
4257
|
-
/** @type {?} */
|
|
4258
|
-
GridsterItemComponentInterface.prototype.left;
|
|
4259
|
-
/** @type {?} */
|
|
4260
|
-
GridsterItemComponentInterface.prototype.width;
|
|
4261
|
-
/** @type {?} */
|
|
4262
|
-
GridsterItemComponentInterface.prototype.height;
|
|
4263
|
-
/** @type {?} */
|
|
4264
|
-
GridsterItemComponentInterface.prototype.drag;
|
|
4265
|
-
/** @type {?} */
|
|
4266
|
-
GridsterItemComponentInterface.prototype.resize;
|
|
4267
|
-
/** @type {?} */
|
|
4268
|
-
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4269
|
-
/** @type {?} */
|
|
4270
|
-
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4271
|
-
/** @type {?} */
|
|
4272
|
-
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4273
|
-
/** @type {?} */
|
|
4274
|
-
GridsterItemComponentInterface.prototype.setSize;
|
|
4275
|
-
/** @type {?} */
|
|
4276
|
-
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4277
|
-
/** @type {?} */
|
|
4278
|
-
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4279
|
-
/** @type {?} */
|
|
4280
|
-
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4281
|
-
/** @type {?} */
|
|
4282
|
-
GridsterItemComponentInterface.prototype.el;
|
|
4283
|
-
/** @type {?} */
|
|
4284
|
-
GridsterItemComponentInterface.prototype.gridster;
|
|
4285
|
-
/** @type {?} */
|
|
4286
|
-
GridsterItemComponentInterface.prototype.renderer;
|
|
4287
|
-
}
|
|
3578
|
+
}());
|
|
4288
3579
|
|
|
4289
3580
|
/**
|
|
4290
3581
|
* @fileoverview added by tsickle
|
|
4291
|
-
*
|
|
4292
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3582
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4293
3583
|
*/
|
|
4294
3584
|
var GridsterSwap = /** @class */ (function () {
|
|
4295
3585
|
function GridsterSwap(gridsterItem) {
|
|
@@ -4417,29 +3707,11 @@
|
|
|
4417
3707
|
{ type: GridsterItemComponentInterface }
|
|
4418
3708
|
]; };
|
|
4419
3709
|
return GridsterSwap;
|
|
4420
|
-
}());
|
|
4421
|
-
if (false) {
|
|
4422
|
-
/**
|
|
4423
|
-
* @type {?}
|
|
4424
|
-
* @private
|
|
4425
|
-
*/
|
|
4426
|
-
GridsterSwap.prototype.swapedItem;
|
|
4427
|
-
/**
|
|
4428
|
-
* @type {?}
|
|
4429
|
-
* @private
|
|
4430
|
-
*/
|
|
4431
|
-
GridsterSwap.prototype.gridsterItem;
|
|
4432
|
-
/**
|
|
4433
|
-
* @type {?}
|
|
4434
|
-
* @private
|
|
4435
|
-
*/
|
|
4436
|
-
GridsterSwap.prototype.gridster;
|
|
4437
|
-
}
|
|
3710
|
+
}());
|
|
4438
3711
|
|
|
4439
3712
|
/**
|
|
4440
3713
|
* @fileoverview added by tsickle
|
|
4441
|
-
*
|
|
4442
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3714
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4443
3715
|
*/
|
|
4444
3716
|
/** @type {?} */
|
|
4445
3717
|
var scrollSensitivity;
|
|
@@ -4634,8 +3906,7 @@
|
|
|
4634
3906
|
|
|
4635
3907
|
/**
|
|
4636
3908
|
* @fileoverview added by tsickle
|
|
4637
|
-
*
|
|
4638
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3909
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4639
3910
|
*/
|
|
4640
3911
|
var GridsterPush = /** @class */ (function () {
|
|
4641
3912
|
function GridsterPush(gridsterItem) {
|
|
@@ -5125,62 +4396,11 @@
|
|
|
5125
4396
|
{ type: GridsterItemComponentInterface }
|
|
5126
4397
|
]; };
|
|
5127
4398
|
return GridsterPush;
|
|
5128
|
-
}());
|
|
5129
|
-
if (false) {
|
|
5130
|
-
/** @type {?} */
|
|
5131
|
-
GridsterPush.prototype.fromSouth;
|
|
5132
|
-
/** @type {?} */
|
|
5133
|
-
GridsterPush.prototype.fromNorth;
|
|
5134
|
-
/** @type {?} */
|
|
5135
|
-
GridsterPush.prototype.fromEast;
|
|
5136
|
-
/** @type {?} */
|
|
5137
|
-
GridsterPush.prototype.fromWest;
|
|
5138
|
-
/**
|
|
5139
|
-
* @type {?}
|
|
5140
|
-
* @private
|
|
5141
|
-
*/
|
|
5142
|
-
GridsterPush.prototype.pushedItems;
|
|
5143
|
-
/**
|
|
5144
|
-
* @type {?}
|
|
5145
|
-
* @private
|
|
5146
|
-
*/
|
|
5147
|
-
GridsterPush.prototype.pushedItemsTemp;
|
|
5148
|
-
/**
|
|
5149
|
-
* @type {?}
|
|
5150
|
-
* @private
|
|
5151
|
-
*/
|
|
5152
|
-
GridsterPush.prototype.pushedItemsTempPath;
|
|
5153
|
-
/**
|
|
5154
|
-
* @type {?}
|
|
5155
|
-
* @private
|
|
5156
|
-
*/
|
|
5157
|
-
GridsterPush.prototype.pushedItemsPath;
|
|
5158
|
-
/**
|
|
5159
|
-
* @type {?}
|
|
5160
|
-
* @private
|
|
5161
|
-
*/
|
|
5162
|
-
GridsterPush.prototype.gridsterItem;
|
|
5163
|
-
/**
|
|
5164
|
-
* @type {?}
|
|
5165
|
-
* @private
|
|
5166
|
-
*/
|
|
5167
|
-
GridsterPush.prototype.gridster;
|
|
5168
|
-
/**
|
|
5169
|
-
* @type {?}
|
|
5170
|
-
* @private
|
|
5171
|
-
*/
|
|
5172
|
-
GridsterPush.prototype.pushedItemsOrder;
|
|
5173
|
-
/**
|
|
5174
|
-
* @type {?}
|
|
5175
|
-
* @private
|
|
5176
|
-
*/
|
|
5177
|
-
GridsterPush.prototype.tryPattern;
|
|
5178
|
-
}
|
|
4399
|
+
}());
|
|
5179
4400
|
|
|
5180
4401
|
/**
|
|
5181
4402
|
* @fileoverview added by tsickle
|
|
5182
|
-
*
|
|
5183
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4403
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5184
4404
|
*/
|
|
5185
4405
|
var GridsterDraggable = /** @class */ (function () {
|
|
5186
4406
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -5484,10 +4704,6 @@
|
|
|
5484
4704
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
5485
4705
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
5486
4706
|
}
|
|
5487
|
-
else {
|
|
5488
|
-
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5489
|
-
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5490
|
-
}
|
|
5491
4707
|
return this.gridsterItem.$item;
|
|
5492
4708
|
};
|
|
5493
4709
|
/**
|
|
@@ -5644,85 +4860,11 @@
|
|
|
5644
4860
|
{ type: core.NgZone }
|
|
5645
4861
|
]; };
|
|
5646
4862
|
return GridsterDraggable;
|
|
5647
|
-
}());
|
|
5648
|
-
if (false) {
|
|
5649
|
-
/** @type {?} */
|
|
5650
|
-
GridsterDraggable.prototype.gridsterItem;
|
|
5651
|
-
/** @type {?} */
|
|
5652
|
-
GridsterDraggable.prototype.gridster;
|
|
5653
|
-
/** @type {?} */
|
|
5654
|
-
GridsterDraggable.prototype.lastMouse;
|
|
5655
|
-
/** @type {?} */
|
|
5656
|
-
GridsterDraggable.prototype.offsetLeft;
|
|
5657
|
-
/** @type {?} */
|
|
5658
|
-
GridsterDraggable.prototype.offsetTop;
|
|
5659
|
-
/** @type {?} */
|
|
5660
|
-
GridsterDraggable.prototype.margin;
|
|
5661
|
-
/** @type {?} */
|
|
5662
|
-
GridsterDraggable.prototype.diffTop;
|
|
5663
|
-
/** @type {?} */
|
|
5664
|
-
GridsterDraggable.prototype.diffLeft;
|
|
5665
|
-
/** @type {?} */
|
|
5666
|
-
GridsterDraggable.prototype.top;
|
|
5667
|
-
/** @type {?} */
|
|
5668
|
-
GridsterDraggable.prototype.left;
|
|
5669
|
-
/** @type {?} */
|
|
5670
|
-
GridsterDraggable.prototype.height;
|
|
5671
|
-
/** @type {?} */
|
|
5672
|
-
GridsterDraggable.prototype.width;
|
|
5673
|
-
/** @type {?} */
|
|
5674
|
-
GridsterDraggable.prototype.positionX;
|
|
5675
|
-
/** @type {?} */
|
|
5676
|
-
GridsterDraggable.prototype.positionY;
|
|
5677
|
-
/** @type {?} */
|
|
5678
|
-
GridsterDraggable.prototype.positionXBackup;
|
|
5679
|
-
/** @type {?} */
|
|
5680
|
-
GridsterDraggable.prototype.positionYBackup;
|
|
5681
|
-
/** @type {?} */
|
|
5682
|
-
GridsterDraggable.prototype.enabled;
|
|
5683
|
-
/** @type {?} */
|
|
5684
|
-
GridsterDraggable.prototype.dragStartFunction;
|
|
5685
|
-
/** @type {?} */
|
|
5686
|
-
GridsterDraggable.prototype.dragFunction;
|
|
5687
|
-
/** @type {?} */
|
|
5688
|
-
GridsterDraggable.prototype.dragStopFunction;
|
|
5689
|
-
/** @type {?} */
|
|
5690
|
-
GridsterDraggable.prototype.mousemove;
|
|
5691
|
-
/** @type {?} */
|
|
5692
|
-
GridsterDraggable.prototype.mouseup;
|
|
5693
|
-
/** @type {?} */
|
|
5694
|
-
GridsterDraggable.prototype.mouseleave;
|
|
5695
|
-
/** @type {?} */
|
|
5696
|
-
GridsterDraggable.prototype.cancelOnBlur;
|
|
5697
|
-
/** @type {?} */
|
|
5698
|
-
GridsterDraggable.prototype.touchmove;
|
|
5699
|
-
/** @type {?} */
|
|
5700
|
-
GridsterDraggable.prototype.touchend;
|
|
5701
|
-
/** @type {?} */
|
|
5702
|
-
GridsterDraggable.prototype.touchcancel;
|
|
5703
|
-
/** @type {?} */
|
|
5704
|
-
GridsterDraggable.prototype.mousedown;
|
|
5705
|
-
/** @type {?} */
|
|
5706
|
-
GridsterDraggable.prototype.touchstart;
|
|
5707
|
-
/** @type {?} */
|
|
5708
|
-
GridsterDraggable.prototype.push;
|
|
5709
|
-
/** @type {?} */
|
|
5710
|
-
GridsterDraggable.prototype.swap;
|
|
5711
|
-
/** @type {?} */
|
|
5712
|
-
GridsterDraggable.prototype.path;
|
|
5713
|
-
/** @type {?} */
|
|
5714
|
-
GridsterDraggable.prototype.collision;
|
|
5715
|
-
/**
|
|
5716
|
-
* @type {?}
|
|
5717
|
-
* @private
|
|
5718
|
-
*/
|
|
5719
|
-
GridsterDraggable.prototype.zone;
|
|
5720
|
-
}
|
|
4863
|
+
}());
|
|
5721
4864
|
|
|
5722
4865
|
/**
|
|
5723
4866
|
* @fileoverview added by tsickle
|
|
5724
|
-
*
|
|
5725
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4867
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5726
4868
|
*/
|
|
5727
4869
|
var GridsterPushResize = /** @class */ (function () {
|
|
5728
4870
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -6102,47 +5244,11 @@
|
|
|
6102
5244
|
{ type: GridsterItemComponentInterface }
|
|
6103
5245
|
]; };
|
|
6104
5246
|
return GridsterPushResize;
|
|
6105
|
-
}());
|
|
6106
|
-
if (false) {
|
|
6107
|
-
/** @type {?} */
|
|
6108
|
-
GridsterPushResize.prototype.fromSouth;
|
|
6109
|
-
/** @type {?} */
|
|
6110
|
-
GridsterPushResize.prototype.fromNorth;
|
|
6111
|
-
/** @type {?} */
|
|
6112
|
-
GridsterPushResize.prototype.fromEast;
|
|
6113
|
-
/** @type {?} */
|
|
6114
|
-
GridsterPushResize.prototype.fromWest;
|
|
6115
|
-
/**
|
|
6116
|
-
* @type {?}
|
|
6117
|
-
* @private
|
|
6118
|
-
*/
|
|
6119
|
-
GridsterPushResize.prototype.pushedItems;
|
|
6120
|
-
/**
|
|
6121
|
-
* @type {?}
|
|
6122
|
-
* @private
|
|
6123
|
-
*/
|
|
6124
|
-
GridsterPushResize.prototype.pushedItemsPath;
|
|
6125
|
-
/**
|
|
6126
|
-
* @type {?}
|
|
6127
|
-
* @private
|
|
6128
|
-
*/
|
|
6129
|
-
GridsterPushResize.prototype.gridsterItem;
|
|
6130
|
-
/**
|
|
6131
|
-
* @type {?}
|
|
6132
|
-
* @private
|
|
6133
|
-
*/
|
|
6134
|
-
GridsterPushResize.prototype.gridster;
|
|
6135
|
-
/**
|
|
6136
|
-
* @type {?}
|
|
6137
|
-
* @private
|
|
6138
|
-
*/
|
|
6139
|
-
GridsterPushResize.prototype.tryPattern;
|
|
6140
|
-
}
|
|
5247
|
+
}());
|
|
6141
5248
|
|
|
6142
5249
|
/**
|
|
6143
5250
|
* @fileoverview added by tsickle
|
|
6144
|
-
*
|
|
6145
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5251
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6146
5252
|
*/
|
|
6147
5253
|
var GridsterResizable = /** @class */ (function () {
|
|
6148
5254
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -6684,87 +5790,11 @@
|
|
|
6684
5790
|
{ type: core.NgZone }
|
|
6685
5791
|
]; };
|
|
6686
5792
|
return GridsterResizable;
|
|
6687
|
-
}());
|
|
6688
|
-
if (false) {
|
|
6689
|
-
/** @type {?} */
|
|
6690
|
-
GridsterResizable.prototype.gridsterItem;
|
|
6691
|
-
/** @type {?} */
|
|
6692
|
-
GridsterResizable.prototype.gridster;
|
|
6693
|
-
/** @type {?} */
|
|
6694
|
-
GridsterResizable.prototype.lastMouse;
|
|
6695
|
-
/** @type {?} */
|
|
6696
|
-
GridsterResizable.prototype.itemBackup;
|
|
6697
|
-
/** @type {?} */
|
|
6698
|
-
GridsterResizable.prototype.resizeEventScrollType;
|
|
6699
|
-
/** @type {?} */
|
|
6700
|
-
GridsterResizable.prototype.directionFunction;
|
|
6701
|
-
/** @type {?} */
|
|
6702
|
-
GridsterResizable.prototype.dragFunction;
|
|
6703
|
-
/** @type {?} */
|
|
6704
|
-
GridsterResizable.prototype.dragStopFunction;
|
|
6705
|
-
/** @type {?} */
|
|
6706
|
-
GridsterResizable.prototype.resizeEnabled;
|
|
6707
|
-
/** @type {?} */
|
|
6708
|
-
GridsterResizable.prototype.mousemove;
|
|
6709
|
-
/** @type {?} */
|
|
6710
|
-
GridsterResizable.prototype.mouseup;
|
|
6711
|
-
/** @type {?} */
|
|
6712
|
-
GridsterResizable.prototype.mouseleave;
|
|
6713
|
-
/** @type {?} */
|
|
6714
|
-
GridsterResizable.prototype.cancelOnBlur;
|
|
6715
|
-
/** @type {?} */
|
|
6716
|
-
GridsterResizable.prototype.touchmove;
|
|
6717
|
-
/** @type {?} */
|
|
6718
|
-
GridsterResizable.prototype.touchend;
|
|
6719
|
-
/** @type {?} */
|
|
6720
|
-
GridsterResizable.prototype.touchcancel;
|
|
6721
|
-
/** @type {?} */
|
|
6722
|
-
GridsterResizable.prototype.push;
|
|
6723
|
-
/** @type {?} */
|
|
6724
|
-
GridsterResizable.prototype.pushResize;
|
|
6725
|
-
/** @type {?} */
|
|
6726
|
-
GridsterResizable.prototype.minHeight;
|
|
6727
|
-
/** @type {?} */
|
|
6728
|
-
GridsterResizable.prototype.minWidth;
|
|
6729
|
-
/** @type {?} */
|
|
6730
|
-
GridsterResizable.prototype.offsetTop;
|
|
6731
|
-
/** @type {?} */
|
|
6732
|
-
GridsterResizable.prototype.offsetLeft;
|
|
6733
|
-
/** @type {?} */
|
|
6734
|
-
GridsterResizable.prototype.diffTop;
|
|
6735
|
-
/** @type {?} */
|
|
6736
|
-
GridsterResizable.prototype.diffLeft;
|
|
6737
|
-
/** @type {?} */
|
|
6738
|
-
GridsterResizable.prototype.diffRight;
|
|
6739
|
-
/** @type {?} */
|
|
6740
|
-
GridsterResizable.prototype.diffBottom;
|
|
6741
|
-
/** @type {?} */
|
|
6742
|
-
GridsterResizable.prototype.margin;
|
|
6743
|
-
/** @type {?} */
|
|
6744
|
-
GridsterResizable.prototype.top;
|
|
6745
|
-
/** @type {?} */
|
|
6746
|
-
GridsterResizable.prototype.left;
|
|
6747
|
-
/** @type {?} */
|
|
6748
|
-
GridsterResizable.prototype.bottom;
|
|
6749
|
-
/** @type {?} */
|
|
6750
|
-
GridsterResizable.prototype.right;
|
|
6751
|
-
/** @type {?} */
|
|
6752
|
-
GridsterResizable.prototype.width;
|
|
6753
|
-
/** @type {?} */
|
|
6754
|
-
GridsterResizable.prototype.height;
|
|
6755
|
-
/** @type {?} */
|
|
6756
|
-
GridsterResizable.prototype.newPosition;
|
|
6757
|
-
/**
|
|
6758
|
-
* @type {?}
|
|
6759
|
-
* @private
|
|
6760
|
-
*/
|
|
6761
|
-
GridsterResizable.prototype.zone;
|
|
6762
|
-
}
|
|
5793
|
+
}());
|
|
6763
5794
|
|
|
6764
5795
|
/**
|
|
6765
5796
|
* @fileoverview added by tsickle
|
|
6766
|
-
*
|
|
6767
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5797
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6768
5798
|
*/
|
|
6769
5799
|
var GridsterItemComponent = /** @class */ (function () {
|
|
6770
5800
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -6945,7 +5975,7 @@
|
|
|
6945
5975
|
selector: 'gridster-item',
|
|
6946
5976
|
template: "<ng-content></ng-content>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.s || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-s\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.e || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-e\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.n || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-n\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.w || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-w\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.se || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-se\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.ne || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-ne\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.sw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-sw\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.nw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-nw\"></div>\r\n",
|
|
6947
5977
|
encapsulation: core.ViewEncapsulation.None,
|
|
6948
|
-
styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden
|
|
5978
|
+
styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
|
|
6949
5979
|
}] }
|
|
6950
5980
|
];
|
|
6951
5981
|
/** @nocollapse */
|
|
@@ -6959,45 +5989,11 @@
|
|
|
6959
5989
|
item: [{ type: core.Input }]
|
|
6960
5990
|
};
|
|
6961
5991
|
return GridsterItemComponent;
|
|
6962
|
-
}());
|
|
6963
|
-
if (false) {
|
|
6964
|
-
/** @type {?} */
|
|
6965
|
-
GridsterItemComponent.prototype.item;
|
|
6966
|
-
/** @type {?} */
|
|
6967
|
-
GridsterItemComponent.prototype.$item;
|
|
6968
|
-
/** @type {?} */
|
|
6969
|
-
GridsterItemComponent.prototype.el;
|
|
6970
|
-
/** @type {?} */
|
|
6971
|
-
GridsterItemComponent.prototype.gridster;
|
|
6972
|
-
/** @type {?} */
|
|
6973
|
-
GridsterItemComponent.prototype.top;
|
|
6974
|
-
/** @type {?} */
|
|
6975
|
-
GridsterItemComponent.prototype.left;
|
|
6976
|
-
/** @type {?} */
|
|
6977
|
-
GridsterItemComponent.prototype.width;
|
|
6978
|
-
/** @type {?} */
|
|
6979
|
-
GridsterItemComponent.prototype.height;
|
|
6980
|
-
/** @type {?} */
|
|
6981
|
-
GridsterItemComponent.prototype.drag;
|
|
6982
|
-
/** @type {?} */
|
|
6983
|
-
GridsterItemComponent.prototype.resize;
|
|
6984
|
-
/** @type {?} */
|
|
6985
|
-
GridsterItemComponent.prototype.notPlaced;
|
|
6986
|
-
/** @type {?} */
|
|
6987
|
-
GridsterItemComponent.prototype.init;
|
|
6988
|
-
/** @type {?} */
|
|
6989
|
-
GridsterItemComponent.prototype.renderer;
|
|
6990
|
-
/**
|
|
6991
|
-
* @type {?}
|
|
6992
|
-
* @private
|
|
6993
|
-
*/
|
|
6994
|
-
GridsterItemComponent.prototype.zone;
|
|
6995
|
-
}
|
|
5992
|
+
}());
|
|
6996
5993
|
|
|
6997
5994
|
/**
|
|
6998
5995
|
* @fileoverview added by tsickle
|
|
6999
|
-
*
|
|
7000
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5996
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7001
5997
|
*/
|
|
7002
5998
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
7003
5999
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -7052,20 +6048,11 @@
|
|
|
7052
6048
|
{ type: core.Renderer2 }
|
|
7053
6049
|
]; };
|
|
7054
6050
|
return GridsterPreviewComponent;
|
|
7055
|
-
}());
|
|
7056
|
-
if (false) {
|
|
7057
|
-
/** @type {?} */
|
|
7058
|
-
GridsterPreviewComponent.prototype.el;
|
|
7059
|
-
/** @type {?} */
|
|
7060
|
-
GridsterPreviewComponent.prototype.gridster;
|
|
7061
|
-
/** @type {?} */
|
|
7062
|
-
GridsterPreviewComponent.prototype.renderer;
|
|
7063
|
-
}
|
|
6051
|
+
}());
|
|
7064
6052
|
|
|
7065
6053
|
/**
|
|
7066
6054
|
* @fileoverview added by tsickle
|
|
7067
|
-
*
|
|
7068
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6055
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7069
6056
|
*/
|
|
7070
6057
|
var GridsterModule = /** @class */ (function () {
|
|
7071
6058
|
function GridsterModule() {
|
|
@@ -7090,8 +6077,7 @@
|
|
|
7090
6077
|
|
|
7091
6078
|
/**
|
|
7092
6079
|
* @fileoverview added by tsickle
|
|
7093
|
-
*
|
|
7094
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6080
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7095
6081
|
*/
|
|
7096
6082
|
/** @type {?} */
|
|
7097
6083
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -7114,7 +6100,8 @@
|
|
|
7114
6100
|
ngxUiLoader.NgxUiLoaderModule,
|
|
7115
6101
|
angularNotifier.NotifierModule.withConfig(customNotifierOptions),
|
|
7116
6102
|
ngxPerfectScrollbar.PerfectScrollbarModule,
|
|
7117
|
-
raCommon.RACommonModule
|
|
6103
|
+
raCommon.RACommonModule,
|
|
6104
|
+
userControls.RAUserControlModule
|
|
7118
6105
|
],
|
|
7119
6106
|
exports: [
|
|
7120
6107
|
RADashboardArea
|
|
@@ -7131,8 +6118,7 @@
|
|
|
7131
6118
|
|
|
7132
6119
|
/**
|
|
7133
6120
|
* @fileoverview added by tsickle
|
|
7134
|
-
*
|
|
7135
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6121
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7136
6122
|
*/
|
|
7137
6123
|
/**
|
|
7138
6124
|
* @abstract
|
|
@@ -7176,36 +6162,11 @@
|
|
|
7176
6162
|
initialize: [{ type: core.Input }]
|
|
7177
6163
|
};
|
|
7178
6164
|
return RaBaseDashboardTemplate;
|
|
7179
|
-
}());
|
|
7180
|
-
if (false) {
|
|
7181
|
-
/** @type {?} */
|
|
7182
|
-
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
7183
|
-
/** @type {?} */
|
|
7184
|
-
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
7185
|
-
/** @type {?} */
|
|
7186
|
-
RaBaseDashboardTemplate.prototype.appConfig;
|
|
7187
|
-
/** @type {?} */
|
|
7188
|
-
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
7189
|
-
/** @type {?} */
|
|
7190
|
-
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7191
|
-
/** @type {?} */
|
|
7192
|
-
RaBaseDashboardTemplate.prototype.initialize;
|
|
7193
|
-
/**
|
|
7194
|
-
* @type {?}
|
|
7195
|
-
* @private
|
|
7196
|
-
*/
|
|
7197
|
-
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7198
|
-
/**
|
|
7199
|
-
* @abstract
|
|
7200
|
-
* @return {?}
|
|
7201
|
-
*/
|
|
7202
|
-
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7203
|
-
}
|
|
6165
|
+
}());
|
|
7204
6166
|
|
|
7205
6167
|
/**
|
|
7206
6168
|
* @fileoverview added by tsickle
|
|
7207
|
-
*
|
|
7208
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6169
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7209
6170
|
*/
|
|
7210
6171
|
/**
|
|
7211
6172
|
* @abstract
|
|
@@ -7252,35 +6213,7 @@
|
|
|
7252
6213
|
clearAllData: [{ type: core.Input }]
|
|
7253
6214
|
};
|
|
7254
6215
|
return RaBaseDashboardFilter;
|
|
7255
|
-
}());
|
|
7256
|
-
if (false) {
|
|
7257
|
-
/**
|
|
7258
|
-
* @type {?}
|
|
7259
|
-
* @private
|
|
7260
|
-
*/
|
|
7261
|
-
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7262
|
-
/** @type {?} */
|
|
7263
|
-
RaBaseDashboardFilter.prototype.setAllFilterConfig;
|
|
7264
|
-
/** @type {?} */
|
|
7265
|
-
RaBaseDashboardFilter.prototype.clearAllData;
|
|
7266
|
-
/**
|
|
7267
|
-
* @abstract
|
|
7268
|
-
* @return {?}
|
|
7269
|
-
*/
|
|
7270
|
-
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7271
|
-
/**
|
|
7272
|
-
* @abstract
|
|
7273
|
-
* @param {?} filter
|
|
7274
|
-
* @param {?} appConfig
|
|
7275
|
-
* @return {?}
|
|
7276
|
-
*/
|
|
7277
|
-
RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
|
|
7278
|
-
/**
|
|
7279
|
-
* @abstract
|
|
7280
|
-
* @return {?}
|
|
7281
|
-
*/
|
|
7282
|
-
RaBaseDashboardFilter.prototype.clearData = function () { };
|
|
7283
|
-
}
|
|
6216
|
+
}());
|
|
7284
6217
|
|
|
7285
6218
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
7286
6219
|
exports.RADashboardArea = RADashboardArea;
|
|
@@ -7299,5 +6232,5 @@
|
|
|
7299
6232
|
|
|
7300
6233
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7301
6234
|
|
|
7302
|
-
}))
|
|
6235
|
+
}));
|
|
7303
6236
|
//# sourceMappingURL=schneideress-dashboardframework.umd.js.map
|