@schneideress/dashboardframework 0.0.63 → 0.0.65
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 +1122 -57
- 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 +1 -1
- package/esm2015/gridster/lib/gridster.component.js +2 -2
- package/esm2015/gridster/lib/gridster.interface.js +1 -1
- package/esm2015/gridster/lib/gridster.module.js +1 -1
- package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.component.js +2 -2
- package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
- package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm2015/lib/custom.notifier.options.js +1 -1
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +51 -13
- package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
- package/esm2015/lib/ra.base.dashboard.template.js +1 -1
- package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
- package/esm2015/lib/ra.dashboard.module.js +1 -1
- package/esm2015/lib/ra.dashboard.service.js +1 -1
- package/esm2015/lib/ra.event.enum.js +1 -1
- package/esm2015/lib/ra.gridster.config.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/schneideress-dashboardframework.js +1 -1
- package/esm5/gridster/index.js +1 -1
- package/esm5/gridster/lib/gridster.component.js +2 -2
- package/esm5/gridster/lib/gridster.interface.js +1 -1
- package/esm5/gridster/lib/gridster.module.js +1 -1
- package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm5/gridster/lib/gridsterItem.component.js +2 -2
- package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm5/gridster/lib/gridsterPush.service.js +1 -1
- package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm5/lib/custom.notifier.options.js +1 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +55 -7
- package/esm5/lib/ra.base.dashboard.filter.js +1 -1
- package/esm5/lib/ra.base.dashboard.template.js +1 -1
- package/esm5/lib/ra.dashbard.event.bus.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +1 -1
- package/esm5/lib/ra.dashboard.service.js +1 -1
- package/esm5/lib/ra.event.enum.js +1 -1
- package/esm5/lib/ra.gridster.config.js +1 -1
- package/esm5/public-api.js +1 -1
- package/esm5/schneideress-dashboardframework.js +1 -1
- package/fesm2015/schneideress-dashboardframework.js +1005 -60
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1011 -56
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +9 -2
- 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/ess-util'), require('rxjs/operators'), require('ngx-ui-loader'), require('angular-notifier'), require('@schneideress/ess-base'), require('@angular/platform-browser'), require('@angular/common/http'), require('ngx-perfect-scrollbar'), require('@angular/common')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ess-util', 'rxjs/operators', 'ngx-ui-loader', 'angular-notifier', '@schneideress/ess-base', '@angular/platform-browser', '@angular/common/http', 'ngx-perfect-scrollbar', '@angular/common'], factory) :
|
|
4
4
|
(global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global['@schneideress/ess-util'], global.rxjs.operators, global['ngx-ui-loader'], global['angular-notifier'], global.essBase, global.ng.platformBrowser, global.ng.common.http, global.ngxPerfectScrollbar, global.ng.common));
|
|
5
|
-
}(this, function (exports, core, rxjs, essUtil, operators, ngxUiLoader, angularNotifier, essBase, platformBrowser, http, ngxPerfectScrollbar, common) { 'use strict';
|
|
5
|
+
}(this, (function (exports, core, rxjs, essUtil, operators, ngxUiLoader, angularNotifier, essBase, platformBrowser, http, ngxPerfectScrollbar, common) { '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,104 @@
|
|
|
79
106
|
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
80
107
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
81
108
|
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
function __exportStar(m, exports) {
|
|
112
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function __values(o) {
|
|
116
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
|
117
|
+
if (m) return m.call(o);
|
|
118
|
+
return {
|
|
119
|
+
next: function () {
|
|
120
|
+
if (o && i >= o.length) o = void 0;
|
|
121
|
+
return { value: o && o[i++], done: !o };
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
function __read(o, n) {
|
|
127
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
128
|
+
if (!m) return o;
|
|
129
|
+
var i = m.call(o), r, ar = [], e;
|
|
130
|
+
try {
|
|
131
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
132
|
+
}
|
|
133
|
+
catch (error) { e = { error: error }; }
|
|
134
|
+
finally {
|
|
135
|
+
try {
|
|
136
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
137
|
+
}
|
|
138
|
+
finally { if (e) throw e.error; }
|
|
139
|
+
}
|
|
140
|
+
return ar;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
function __spread() {
|
|
144
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
145
|
+
ar = ar.concat(__read(arguments[i]));
|
|
146
|
+
return ar;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
function __spreadArrays() {
|
|
150
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
151
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
152
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
153
|
+
r[k] = a[j];
|
|
154
|
+
return r;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
function __await(v) {
|
|
158
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
162
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
163
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
164
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
165
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
166
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
167
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
168
|
+
function fulfill(value) { resume("next", value); }
|
|
169
|
+
function reject(value) { resume("throw", value); }
|
|
170
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
function __asyncDelegator(o) {
|
|
174
|
+
var i, p;
|
|
175
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
176
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
function __asyncValues(o) {
|
|
180
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
181
|
+
var m = o[Symbol.asyncIterator], i;
|
|
182
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
183
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
184
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
function __makeTemplateObject(cooked, raw) {
|
|
188
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
189
|
+
return cooked;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
function __importStar(mod) {
|
|
193
|
+
if (mod && mod.__esModule) return mod;
|
|
194
|
+
var result = {};
|
|
195
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
196
|
+
result.default = mod;
|
|
197
|
+
return result;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
function __importDefault(mod) {
|
|
201
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
82
202
|
}
|
|
83
203
|
|
|
84
204
|
/**
|
|
85
205
|
* @fileoverview added by tsickle
|
|
86
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
87
207
|
*/
|
|
88
208
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
89
209
|
__extends(RaDashboardService, _super);
|
|
@@ -287,11 +407,18 @@
|
|
|
287
407
|
]; };
|
|
288
408
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
289
409
|
return RaDashboardService;
|
|
290
|
-
}(essUtil.BaseService));
|
|
410
|
+
}(essUtil.BaseService));
|
|
411
|
+
if (false) {
|
|
412
|
+
/**
|
|
413
|
+
* @type {?}
|
|
414
|
+
* @private
|
|
415
|
+
*/
|
|
416
|
+
RaDashboardService.prototype.loadedScripts;
|
|
417
|
+
}
|
|
291
418
|
|
|
292
419
|
/**
|
|
293
420
|
* @fileoverview added by tsickle
|
|
294
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
421
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
295
422
|
*/
|
|
296
423
|
var RADashboardEventBus = /** @class */ (function () {
|
|
297
424
|
function RADashboardEventBus() {
|
|
@@ -400,11 +527,18 @@
|
|
|
400
527
|
];
|
|
401
528
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
402
529
|
return RADashboardEventBus;
|
|
403
|
-
}());
|
|
530
|
+
}());
|
|
531
|
+
if (false) {
|
|
532
|
+
/**
|
|
533
|
+
* @type {?}
|
|
534
|
+
* @private
|
|
535
|
+
*/
|
|
536
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
537
|
+
}
|
|
404
538
|
|
|
405
539
|
/**
|
|
406
540
|
* @fileoverview added by tsickle
|
|
407
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
541
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
408
542
|
*/
|
|
409
543
|
/** @enum {string} */
|
|
410
544
|
var RAEvent = {
|
|
@@ -453,7 +587,7 @@
|
|
|
453
587
|
|
|
454
588
|
/**
|
|
455
589
|
* @fileoverview added by tsickle
|
|
456
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
590
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
457
591
|
*/
|
|
458
592
|
/** @enum {string} */
|
|
459
593
|
var GridType = {
|
|
@@ -480,11 +614,196 @@
|
|
|
480
614
|
CompactRight: 'compactRight',
|
|
481
615
|
CompactUpAndRight: 'compactUp&Right',
|
|
482
616
|
CompactRightAndUp: 'compactRight&Up',
|
|
483
|
-
};
|
|
617
|
+
};
|
|
618
|
+
/**
|
|
619
|
+
* @record
|
|
620
|
+
*/
|
|
621
|
+
function GridsterConfig() { }
|
|
622
|
+
if (false) {
|
|
623
|
+
/** @type {?|undefined} */
|
|
624
|
+
GridsterConfig.prototype.gridType;
|
|
625
|
+
/** @type {?|undefined} */
|
|
626
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
627
|
+
/** @type {?|undefined} */
|
|
628
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
629
|
+
/** @type {?|undefined} */
|
|
630
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
631
|
+
/** @type {?|undefined} */
|
|
632
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
633
|
+
/** @type {?|undefined} */
|
|
634
|
+
GridsterConfig.prototype.setGridSize;
|
|
635
|
+
/** @type {?|undefined} */
|
|
636
|
+
GridsterConfig.prototype.compactType;
|
|
637
|
+
/** @type {?|undefined} */
|
|
638
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
639
|
+
/** @type {?|undefined} */
|
|
640
|
+
GridsterConfig.prototype.minCols;
|
|
641
|
+
/** @type {?|undefined} */
|
|
642
|
+
GridsterConfig.prototype.maxCols;
|
|
643
|
+
/** @type {?|undefined} */
|
|
644
|
+
GridsterConfig.prototype.minRows;
|
|
645
|
+
/** @type {?|undefined} */
|
|
646
|
+
GridsterConfig.prototype.maxRows;
|
|
647
|
+
/** @type {?|undefined} */
|
|
648
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
649
|
+
/** @type {?|undefined} */
|
|
650
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
651
|
+
/** @type {?|undefined} */
|
|
652
|
+
GridsterConfig.prototype.maxItemCols;
|
|
653
|
+
/** @type {?|undefined} */
|
|
654
|
+
GridsterConfig.prototype.maxItemRows;
|
|
655
|
+
/** @type {?|undefined} */
|
|
656
|
+
GridsterConfig.prototype.minItemCols;
|
|
657
|
+
/** @type {?|undefined} */
|
|
658
|
+
GridsterConfig.prototype.minItemRows;
|
|
659
|
+
/** @type {?|undefined} */
|
|
660
|
+
GridsterConfig.prototype.minItemArea;
|
|
661
|
+
/** @type {?|undefined} */
|
|
662
|
+
GridsterConfig.prototype.maxItemArea;
|
|
663
|
+
/** @type {?|undefined} */
|
|
664
|
+
GridsterConfig.prototype.margin;
|
|
665
|
+
/** @type {?|undefined} */
|
|
666
|
+
GridsterConfig.prototype.outerMargin;
|
|
667
|
+
/** @type {?|undefined} */
|
|
668
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
669
|
+
/** @type {?|undefined} */
|
|
670
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
671
|
+
/** @type {?|undefined} */
|
|
672
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
673
|
+
/** @type {?|undefined} */
|
|
674
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
675
|
+
/** @type {?|undefined} */
|
|
676
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
677
|
+
/** @type {?|undefined} */
|
|
678
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
679
|
+
/** @type {?|undefined} */
|
|
680
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
681
|
+
/** @type {?|undefined} */
|
|
682
|
+
GridsterConfig.prototype.initCallback;
|
|
683
|
+
/** @type {?|undefined} */
|
|
684
|
+
GridsterConfig.prototype.destroyCallback;
|
|
685
|
+
/** @type {?|undefined} */
|
|
686
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
687
|
+
/** @type {?|undefined} */
|
|
688
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
689
|
+
/** @type {?|undefined} */
|
|
690
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
691
|
+
/** @type {?|undefined} */
|
|
692
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
693
|
+
/** @type {?|undefined} */
|
|
694
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
695
|
+
/** @type {?|undefined} */
|
|
696
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
697
|
+
/** @type {?|undefined} */
|
|
698
|
+
GridsterConfig.prototype.draggable;
|
|
699
|
+
/** @type {?|undefined} */
|
|
700
|
+
GridsterConfig.prototype.resizable;
|
|
701
|
+
/** @type {?|undefined} */
|
|
702
|
+
GridsterConfig.prototype.swap;
|
|
703
|
+
/** @type {?|undefined} */
|
|
704
|
+
GridsterConfig.prototype.pushItems;
|
|
705
|
+
/** @type {?|undefined} */
|
|
706
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
707
|
+
/** @type {?|undefined} */
|
|
708
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
709
|
+
/** @type {?|undefined} */
|
|
710
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
711
|
+
/** @type {?|undefined} */
|
|
712
|
+
GridsterConfig.prototype.pushDirections;
|
|
713
|
+
/** @type {?|undefined} */
|
|
714
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
715
|
+
/** @type {?|undefined} */
|
|
716
|
+
GridsterConfig.prototype.displayGrid;
|
|
717
|
+
/** @type {?|undefined} */
|
|
718
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
719
|
+
/** @type {?|undefined} */
|
|
720
|
+
GridsterConfig.prototype.disableWarnings;
|
|
721
|
+
/** @type {?|undefined} */
|
|
722
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
723
|
+
/** @type {?|undefined} */
|
|
724
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
725
|
+
/** @type {?|undefined} */
|
|
726
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
727
|
+
/** @type {?|undefined} */
|
|
728
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
729
|
+
/** @type {?|undefined} */
|
|
730
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
731
|
+
/** @type {?|undefined} */
|
|
732
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
733
|
+
/** @type {?|undefined} */
|
|
734
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
735
|
+
/** @type {?|undefined} */
|
|
736
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
737
|
+
/** @type {?|undefined} */
|
|
738
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
739
|
+
/** @type {?|undefined} */
|
|
740
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
741
|
+
/** @type {?|undefined} */
|
|
742
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
743
|
+
/** @type {?|undefined} */
|
|
744
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
745
|
+
/** @type {?|undefined} */
|
|
746
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
747
|
+
/** @type {?|undefined} */
|
|
748
|
+
GridsterConfig.prototype.api;
|
|
749
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
750
|
+
}
|
|
751
|
+
/**
|
|
752
|
+
* @record
|
|
753
|
+
*/
|
|
754
|
+
function DragBase() { }
|
|
755
|
+
if (false) {
|
|
756
|
+
/** @type {?|undefined} */
|
|
757
|
+
DragBase.prototype.enabled;
|
|
758
|
+
/** @type {?|undefined} */
|
|
759
|
+
DragBase.prototype.stop;
|
|
760
|
+
/** @type {?|undefined} */
|
|
761
|
+
DragBase.prototype.start;
|
|
762
|
+
/** @type {?|undefined} */
|
|
763
|
+
DragBase.prototype.delayStart;
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* @record
|
|
767
|
+
*/
|
|
768
|
+
function Draggable() { }
|
|
769
|
+
if (false) {
|
|
770
|
+
/** @type {?|undefined} */
|
|
771
|
+
Draggable.prototype.ignoreContentClass;
|
|
772
|
+
/** @type {?|undefined} */
|
|
773
|
+
Draggable.prototype.ignoreContent;
|
|
774
|
+
/** @type {?|undefined} */
|
|
775
|
+
Draggable.prototype.dragHandleClass;
|
|
776
|
+
/** @type {?|undefined} */
|
|
777
|
+
Draggable.prototype.dropOverItems;
|
|
778
|
+
/** @type {?|undefined} */
|
|
779
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* @record
|
|
783
|
+
*/
|
|
784
|
+
function Resizable() { }
|
|
785
|
+
if (false) {
|
|
786
|
+
/** @type {?|undefined} */
|
|
787
|
+
Resizable.prototype.handles;
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
* @record
|
|
791
|
+
*/
|
|
792
|
+
function PushDirections() { }
|
|
793
|
+
if (false) {
|
|
794
|
+
/** @type {?} */
|
|
795
|
+
PushDirections.prototype.north;
|
|
796
|
+
/** @type {?} */
|
|
797
|
+
PushDirections.prototype.east;
|
|
798
|
+
/** @type {?} */
|
|
799
|
+
PushDirections.prototype.south;
|
|
800
|
+
/** @type {?} */
|
|
801
|
+
PushDirections.prototype.west;
|
|
802
|
+
}
|
|
484
803
|
|
|
485
804
|
/**
|
|
486
805
|
* @fileoverview added by tsickle
|
|
487
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
806
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
488
807
|
*/
|
|
489
808
|
/** @type {?} */
|
|
490
809
|
var GridsterConfigDefaultSettings = {
|
|
@@ -550,7 +869,7 @@
|
|
|
550
869
|
|
|
551
870
|
/**
|
|
552
871
|
* @fileoverview added by tsickle
|
|
553
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
872
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
554
873
|
*/
|
|
555
874
|
var RADashboardArea = /** @class */ (function () {
|
|
556
875
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -1030,7 +1349,7 @@
|
|
|
1030
1349
|
{ type: core.Component, args: [{
|
|
1031
1350
|
selector: 'ra-dashboard-area',
|
|
1032
1351
|
template: "<div #gridWrapper class=\"wrap gridster\" >\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",
|
|
1033
|
-
styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#
|
|
1352
|
+
styles: ["gridster{width:inherit;resize:height;display:-webkit-box;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;-webkit-transition:.3s;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)}"]
|
|
1034
1353
|
}] }
|
|
1035
1354
|
];
|
|
1036
1355
|
/** @nocollapse */
|
|
@@ -1051,26 +1370,110 @@
|
|
|
1051
1370
|
appConfig: [{ type: core.Input, args: ['app-config',] }]
|
|
1052
1371
|
};
|
|
1053
1372
|
return RADashboardArea;
|
|
1054
|
-
}());
|
|
1373
|
+
}());
|
|
1374
|
+
if (false) {
|
|
1375
|
+
/** @type {?} */
|
|
1376
|
+
RADashboardArea.prototype.widgetList;
|
|
1377
|
+
/** @type {?} */
|
|
1378
|
+
RADashboardArea.prototype.options;
|
|
1379
|
+
/** @type {?} */
|
|
1380
|
+
RADashboardArea.prototype.gridheight;
|
|
1381
|
+
/**
|
|
1382
|
+
* @type {?}
|
|
1383
|
+
* @private
|
|
1384
|
+
*/
|
|
1385
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1386
|
+
/**
|
|
1387
|
+
* @type {?}
|
|
1388
|
+
* @private
|
|
1389
|
+
*/
|
|
1390
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1391
|
+
/**
|
|
1392
|
+
* @type {?}
|
|
1393
|
+
* @private
|
|
1394
|
+
*/
|
|
1395
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1396
|
+
/**
|
|
1397
|
+
* @type {?}
|
|
1398
|
+
* @private
|
|
1399
|
+
*/
|
|
1400
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1401
|
+
/**
|
|
1402
|
+
* @type {?}
|
|
1403
|
+
* @private
|
|
1404
|
+
*/
|
|
1405
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1406
|
+
/** @type {?} */
|
|
1407
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1408
|
+
/** @type {?} */
|
|
1409
|
+
RADashboardArea.prototype.areaKey;
|
|
1410
|
+
/** @type {?} */
|
|
1411
|
+
RADashboardArea.prototype.globalFilter;
|
|
1412
|
+
/** @type {?} */
|
|
1413
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1414
|
+
/** @type {?} */
|
|
1415
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1416
|
+
/** @type {?} */
|
|
1417
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1418
|
+
/** @type {?} */
|
|
1419
|
+
RADashboardArea.prototype.appConfig;
|
|
1420
|
+
/**
|
|
1421
|
+
* @type {?}
|
|
1422
|
+
* @private
|
|
1423
|
+
*/
|
|
1424
|
+
RADashboardArea.prototype.dashboardService;
|
|
1425
|
+
/**
|
|
1426
|
+
* @type {?}
|
|
1427
|
+
* @private
|
|
1428
|
+
*/
|
|
1429
|
+
RADashboardArea.prototype.ngZone;
|
|
1430
|
+
/**
|
|
1431
|
+
* @type {?}
|
|
1432
|
+
* @private
|
|
1433
|
+
*/
|
|
1434
|
+
RADashboardArea.prototype.ngxService;
|
|
1435
|
+
/**
|
|
1436
|
+
* @type {?}
|
|
1437
|
+
* @private
|
|
1438
|
+
*/
|
|
1439
|
+
RADashboardArea.prototype.translateService;
|
|
1440
|
+
/**
|
|
1441
|
+
* @type {?}
|
|
1442
|
+
* @private
|
|
1443
|
+
*/
|
|
1444
|
+
RADashboardArea.prototype.notifier;
|
|
1445
|
+
}
|
|
1055
1446
|
|
|
1056
1447
|
/**
|
|
1057
1448
|
* @fileoverview added by tsickle
|
|
1058
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1449
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1059
1450
|
*/
|
|
1060
1451
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1061
|
-
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
1452
|
+
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
|
|
1453
|
+
var _this = this;
|
|
1062
1454
|
this.dashboardService = dashboardService;
|
|
1063
1455
|
this.ngxService = ngxService;
|
|
1064
1456
|
this.translateService = translateService;
|
|
1065
1457
|
this.ngZone = ngZone;
|
|
1066
1458
|
this.notifier = notifier;
|
|
1459
|
+
this.renderer = renderer;
|
|
1067
1460
|
this.showPanel = false;
|
|
1068
1461
|
this.isWidgetLoaded = false;
|
|
1069
1462
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1070
1463
|
this.lockClass = "unlocked";
|
|
1071
1464
|
this.lockStatus = "unlock";
|
|
1072
1465
|
this.isDownloadIconVisible = false;
|
|
1466
|
+
this.dropDownShown = false;
|
|
1073
1467
|
this.widgetDeleted = new core.EventEmitter();
|
|
1468
|
+
this.renderer.listen('window', 'click', (/**
|
|
1469
|
+
* @param {?} e
|
|
1470
|
+
* @return {?}
|
|
1471
|
+
*/
|
|
1472
|
+
function (e) {
|
|
1473
|
+
if (e.target !== _this.widgetDropdown.nativeElement) {
|
|
1474
|
+
_this.dropDownShown = false;
|
|
1475
|
+
}
|
|
1476
|
+
}));
|
|
1074
1477
|
}
|
|
1075
1478
|
/**
|
|
1076
1479
|
* @param {?} changes
|
|
@@ -1398,11 +1801,36 @@
|
|
|
1398
1801
|
function () {
|
|
1399
1802
|
//this.widgetElement.isDownloadVisible();
|
|
1400
1803
|
};
|
|
1804
|
+
/**Show dropdown on gear icon click */
|
|
1805
|
+
/**
|
|
1806
|
+
* Show dropdown on gear icon click
|
|
1807
|
+
* @return {?}
|
|
1808
|
+
*/
|
|
1809
|
+
RAWidgetContainer.prototype.showDropDown = /**
|
|
1810
|
+
* Show dropdown on gear icon click
|
|
1811
|
+
* @return {?}
|
|
1812
|
+
*/
|
|
1813
|
+
function () {
|
|
1814
|
+
this.dropDownShown = !this.dropDownShown;
|
|
1815
|
+
};
|
|
1816
|
+
/**Hide dropdown on outside click */
|
|
1817
|
+
/**
|
|
1818
|
+
* Hide dropdown on outside click
|
|
1819
|
+
* @return {?}
|
|
1820
|
+
*/
|
|
1821
|
+
RAWidgetContainer.prototype.hideDropDown = /**
|
|
1822
|
+
* Hide dropdown on outside click
|
|
1823
|
+
* @return {?}
|
|
1824
|
+
*/
|
|
1825
|
+
function () {
|
|
1826
|
+
if (this.dropDownShown)
|
|
1827
|
+
this.dropDownShown = false;
|
|
1828
|
+
};
|
|
1401
1829
|
RAWidgetContainer.decorators = [
|
|
1402
1830
|
{ type: core.Component, args: [{
|
|
1403
1831
|
selector: 'ra-widget-container',
|
|
1404
|
-
template: "<div class=\"wc-wrapper\">\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;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <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>",
|
|
1405
|
-
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:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-
|
|
1832
|
+
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;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i></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 </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>",
|
|
1833
|
+
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:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;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;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
|
|
1406
1834
|
}] }
|
|
1407
1835
|
];
|
|
1408
1836
|
/** @nocollapse */
|
|
@@ -1411,10 +1839,12 @@
|
|
|
1411
1839
|
{ type: ngxUiLoader.NgxUiLoaderService },
|
|
1412
1840
|
{ type: essBase.TranslateService },
|
|
1413
1841
|
{ type: core.NgZone },
|
|
1414
|
-
{ type: angularNotifier.NotifierService }
|
|
1842
|
+
{ type: angularNotifier.NotifierService },
|
|
1843
|
+
{ type: core.Renderer2 }
|
|
1415
1844
|
]; };
|
|
1416
1845
|
RAWidgetContainer.propDecorators = {
|
|
1417
1846
|
ctlWidget: [{ type: core.ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
1847
|
+
widgetDropdown: [{ type: core.ViewChild, args: ['widgetDropdown', { static: false },] }],
|
|
1418
1848
|
widgetInstanceId: [{ type: core.Input, args: ['widget-instance-id',] }],
|
|
1419
1849
|
globalFilter: [{ type: core.Input, args: ['global-filter',] }],
|
|
1420
1850
|
data: [{ type: core.Input, args: ['data',] }],
|
|
@@ -1425,11 +1855,95 @@
|
|
|
1425
1855
|
widgetDeleted: [{ type: core.Output }]
|
|
1426
1856
|
};
|
|
1427
1857
|
return RAWidgetContainer;
|
|
1428
|
-
}());
|
|
1858
|
+
}());
|
|
1859
|
+
if (false) {
|
|
1860
|
+
/** @type {?} */
|
|
1861
|
+
RAWidgetContainer.prototype.showPanel;
|
|
1862
|
+
/**
|
|
1863
|
+
* @type {?}
|
|
1864
|
+
* @private
|
|
1865
|
+
*/
|
|
1866
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1867
|
+
/**
|
|
1868
|
+
* @type {?}
|
|
1869
|
+
* @private
|
|
1870
|
+
*/
|
|
1871
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1872
|
+
/**
|
|
1873
|
+
* @type {?}
|
|
1874
|
+
* @private
|
|
1875
|
+
*/
|
|
1876
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1877
|
+
/**
|
|
1878
|
+
* @type {?}
|
|
1879
|
+
* @private
|
|
1880
|
+
*/
|
|
1881
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1882
|
+
/** @type {?} */
|
|
1883
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1884
|
+
/** @type {?} */
|
|
1885
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1886
|
+
/** @type {?} */
|
|
1887
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1888
|
+
/** @type {?} */
|
|
1889
|
+
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1890
|
+
/** @type {?} */
|
|
1891
|
+
RAWidgetContainer.prototype.dropDownShown;
|
|
1892
|
+
/** @type {?} */
|
|
1893
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1894
|
+
/** @type {?} */
|
|
1895
|
+
RAWidgetContainer.prototype.widgetDropdown;
|
|
1896
|
+
/** @type {?} */
|
|
1897
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1898
|
+
/** @type {?} */
|
|
1899
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1900
|
+
/** @type {?} */
|
|
1901
|
+
RAWidgetContainer.prototype.data;
|
|
1902
|
+
/** @type {?} */
|
|
1903
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1904
|
+
/** @type {?} */
|
|
1905
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1906
|
+
/** @type {?} */
|
|
1907
|
+
RAWidgetContainer.prototype.width;
|
|
1908
|
+
/** @type {?} */
|
|
1909
|
+
RAWidgetContainer.prototype.height;
|
|
1910
|
+
/** @type {?} */
|
|
1911
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1912
|
+
/**
|
|
1913
|
+
* @type {?}
|
|
1914
|
+
* @private
|
|
1915
|
+
*/
|
|
1916
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1917
|
+
/**
|
|
1918
|
+
* @type {?}
|
|
1919
|
+
* @private
|
|
1920
|
+
*/
|
|
1921
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1922
|
+
/**
|
|
1923
|
+
* @type {?}
|
|
1924
|
+
* @private
|
|
1925
|
+
*/
|
|
1926
|
+
RAWidgetContainer.prototype.translateService;
|
|
1927
|
+
/**
|
|
1928
|
+
* @type {?}
|
|
1929
|
+
* @private
|
|
1930
|
+
*/
|
|
1931
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1932
|
+
/**
|
|
1933
|
+
* @type {?}
|
|
1934
|
+
* @private
|
|
1935
|
+
*/
|
|
1936
|
+
RAWidgetContainer.prototype.notifier;
|
|
1937
|
+
/**
|
|
1938
|
+
* @type {?}
|
|
1939
|
+
* @private
|
|
1940
|
+
*/
|
|
1941
|
+
RAWidgetContainer.prototype.renderer;
|
|
1942
|
+
}
|
|
1429
1943
|
|
|
1430
1944
|
/**
|
|
1431
1945
|
* @fileoverview added by tsickle
|
|
1432
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1946
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1433
1947
|
*/
|
|
1434
1948
|
/** @type {?} */
|
|
1435
1949
|
var customNotifierOptions = {
|
|
@@ -1475,7 +1989,7 @@
|
|
|
1475
1989
|
|
|
1476
1990
|
/**
|
|
1477
1991
|
* @fileoverview added by tsickle
|
|
1478
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1992
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1479
1993
|
*/
|
|
1480
1994
|
/** @type {?} */
|
|
1481
1995
|
var GridsterConfigService = {
|
|
@@ -1653,7 +2167,7 @@
|
|
|
1653
2167
|
|
|
1654
2168
|
/**
|
|
1655
2169
|
* @fileoverview added by tsickle
|
|
1656
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2170
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1657
2171
|
*/
|
|
1658
2172
|
var GridsterUtils = /** @class */ (function () {
|
|
1659
2173
|
function GridsterUtils() {
|
|
@@ -1828,7 +2342,7 @@
|
|
|
1828
2342
|
|
|
1829
2343
|
/**
|
|
1830
2344
|
* @fileoverview added by tsickle
|
|
1831
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2345
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1832
2346
|
*/
|
|
1833
2347
|
/**
|
|
1834
2348
|
* @abstract
|
|
@@ -1840,11 +2354,85 @@
|
|
|
1840
2354
|
function GridsterComponentInterface() {
|
|
1841
2355
|
}
|
|
1842
2356
|
return GridsterComponentInterface;
|
|
1843
|
-
}());
|
|
2357
|
+
}());
|
|
2358
|
+
if (false) {
|
|
2359
|
+
/** @type {?} */
|
|
2360
|
+
GridsterComponentInterface.prototype.$options;
|
|
2361
|
+
/** @type {?} */
|
|
2362
|
+
GridsterComponentInterface.prototype.grid;
|
|
2363
|
+
/** @type {?} */
|
|
2364
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2365
|
+
/** @type {?} */
|
|
2366
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2367
|
+
/** @type {?} */
|
|
2368
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2369
|
+
/** @type {?} */
|
|
2370
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2371
|
+
/** @type {?} */
|
|
2372
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2373
|
+
/** @type {?} */
|
|
2374
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2375
|
+
/** @type {?} */
|
|
2376
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2377
|
+
/** @type {?} */
|
|
2378
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2379
|
+
/** @type {?} */
|
|
2380
|
+
GridsterComponentInterface.prototype.el;
|
|
2381
|
+
/** @type {?} */
|
|
2382
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2383
|
+
/** @type {?} */
|
|
2384
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2385
|
+
/** @type {?} */
|
|
2386
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2387
|
+
/** @type {?} */
|
|
2388
|
+
GridsterComponentInterface.prototype.options;
|
|
2389
|
+
/** @type {?} */
|
|
2390
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2391
|
+
/** @type {?} */
|
|
2392
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2393
|
+
/** @type {?} */
|
|
2394
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2395
|
+
/** @type {?} */
|
|
2396
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2397
|
+
/** @type {?} */
|
|
2398
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2399
|
+
/** @type {?} */
|
|
2400
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2401
|
+
/** @type {?} */
|
|
2402
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2403
|
+
/** @type {?} */
|
|
2404
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2405
|
+
/** @type {?} */
|
|
2406
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2407
|
+
/** @type {?} */
|
|
2408
|
+
GridsterComponentInterface.prototype.columns;
|
|
2409
|
+
/** @type {?} */
|
|
2410
|
+
GridsterComponentInterface.prototype.rows;
|
|
2411
|
+
/** @type {?} */
|
|
2412
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2413
|
+
/** @type {?} */
|
|
2414
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2415
|
+
/** @type {?} */
|
|
2416
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2417
|
+
/** @type {?} */
|
|
2418
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2419
|
+
/** @type {?} */
|
|
2420
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2421
|
+
/** @type {?} */
|
|
2422
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2423
|
+
/** @type {?} */
|
|
2424
|
+
GridsterComponentInterface.prototype.compact;
|
|
2425
|
+
/** @type {?} */
|
|
2426
|
+
GridsterComponentInterface.prototype.zone;
|
|
2427
|
+
/** @type {?} */
|
|
2428
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2429
|
+
/** @type {?} */
|
|
2430
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2431
|
+
}
|
|
1844
2432
|
|
|
1845
2433
|
/**
|
|
1846
2434
|
* @fileoverview added by tsickle
|
|
1847
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2435
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1848
2436
|
*/
|
|
1849
2437
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1850
2438
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2161,11 +2749,44 @@
|
|
|
2161
2749
|
{ type: GridsterComponentInterface }
|
|
2162
2750
|
]; };
|
|
2163
2751
|
return GridsterEmptyCell;
|
|
2164
|
-
}());
|
|
2752
|
+
}());
|
|
2753
|
+
if (false) {
|
|
2754
|
+
/** @type {?} */
|
|
2755
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2756
|
+
/** @type {?} */
|
|
2757
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2758
|
+
/** @type {?} */
|
|
2759
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2760
|
+
/** @type {?} */
|
|
2761
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2762
|
+
/** @type {?} */
|
|
2763
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2764
|
+
/** @type {?} */
|
|
2765
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2766
|
+
/** @type {?} */
|
|
2767
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2768
|
+
/** @type {?} */
|
|
2769
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2770
|
+
/** @type {?} */
|
|
2771
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2772
|
+
/** @type {?} */
|
|
2773
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2774
|
+
/** @type {?} */
|
|
2775
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2776
|
+
/** @type {?} */
|
|
2777
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2778
|
+
/** @type {?} */
|
|
2779
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2780
|
+
/**
|
|
2781
|
+
* @type {?}
|
|
2782
|
+
* @private
|
|
2783
|
+
*/
|
|
2784
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2785
|
+
}
|
|
2165
2786
|
|
|
2166
2787
|
/**
|
|
2167
2788
|
* @fileoverview added by tsickle
|
|
2168
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2789
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2169
2790
|
*/
|
|
2170
2791
|
var GridsterCompact = /** @class */ (function () {
|
|
2171
2792
|
function GridsterCompact(gridster) {
|
|
@@ -2403,11 +3024,18 @@
|
|
|
2403
3024
|
{ type: GridsterComponentInterface }
|
|
2404
3025
|
]; };
|
|
2405
3026
|
return GridsterCompact;
|
|
2406
|
-
}());
|
|
3027
|
+
}());
|
|
3028
|
+
if (false) {
|
|
3029
|
+
/**
|
|
3030
|
+
* @type {?}
|
|
3031
|
+
* @private
|
|
3032
|
+
*/
|
|
3033
|
+
GridsterCompact.prototype.gridster;
|
|
3034
|
+
}
|
|
2407
3035
|
|
|
2408
3036
|
/**
|
|
2409
3037
|
* @fileoverview added by tsickle
|
|
2410
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3038
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2411
3039
|
*/
|
|
2412
3040
|
var GridsterRenderer = /** @class */ (function () {
|
|
2413
3041
|
function GridsterRenderer(gridster) {
|
|
@@ -2714,11 +3342,18 @@
|
|
|
2714
3342
|
{ type: GridsterComponentInterface }
|
|
2715
3343
|
]; };
|
|
2716
3344
|
return GridsterRenderer;
|
|
2717
|
-
}());
|
|
3345
|
+
}());
|
|
3346
|
+
if (false) {
|
|
3347
|
+
/**
|
|
3348
|
+
* @type {?}
|
|
3349
|
+
* @private
|
|
3350
|
+
*/
|
|
3351
|
+
GridsterRenderer.prototype.gridster;
|
|
3352
|
+
}
|
|
2718
3353
|
|
|
2719
3354
|
/**
|
|
2720
3355
|
* @fileoverview added by tsickle
|
|
2721
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3356
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2722
3357
|
*/
|
|
2723
3358
|
var GridsterComponent = /** @class */ (function () {
|
|
2724
3359
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2873,6 +3508,17 @@
|
|
|
2873
3508
|
if (this.options.destroyCallback) {
|
|
2874
3509
|
this.options.destroyCallback(this);
|
|
2875
3510
|
}
|
|
3511
|
+
//if (this.options.api) {
|
|
3512
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3513
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3514
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3515
|
+
*/
|
|
3516
|
+
if (false) {
|
|
3517
|
+
this.options.api.resize = undefined;
|
|
3518
|
+
this.options.api.optionsChanged = undefined;
|
|
3519
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3520
|
+
this.options.api = undefined;
|
|
3521
|
+
}
|
|
2876
3522
|
this.emptyCell.destroy();
|
|
2877
3523
|
delete this.emptyCell;
|
|
2878
3524
|
this.compact.destroy();
|
|
@@ -3435,7 +4081,7 @@
|
|
|
3435
4081
|
selector: 'gridster',
|
|
3436
4082
|
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",
|
|
3437
4083
|
encapsulation: core.ViewEncapsulation.None,
|
|
3438
|
-
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}"]
|
|
4084
|
+
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;-webkit-transition:.3s;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}"]
|
|
3439
4085
|
}] }
|
|
3440
4086
|
];
|
|
3441
4087
|
/** @nocollapse */
|
|
@@ -3449,11 +4095,61 @@
|
|
|
3449
4095
|
options: [{ type: core.Input }]
|
|
3450
4096
|
};
|
|
3451
4097
|
return GridsterComponent;
|
|
3452
|
-
}());
|
|
4098
|
+
}());
|
|
4099
|
+
if (false) {
|
|
4100
|
+
/** @type {?} */
|
|
4101
|
+
GridsterComponent.prototype.options;
|
|
4102
|
+
/** @type {?} */
|
|
4103
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
4104
|
+
/** @type {?} */
|
|
4105
|
+
GridsterComponent.prototype.movingItem;
|
|
4106
|
+
/** @type {?} */
|
|
4107
|
+
GridsterComponent.prototype.previewStyle;
|
|
4108
|
+
/** @type {?} */
|
|
4109
|
+
GridsterComponent.prototype.el;
|
|
4110
|
+
/** @type {?} */
|
|
4111
|
+
GridsterComponent.prototype.$options;
|
|
4112
|
+
/** @type {?} */
|
|
4113
|
+
GridsterComponent.prototype.mobile;
|
|
4114
|
+
/** @type {?} */
|
|
4115
|
+
GridsterComponent.prototype.curWidth;
|
|
4116
|
+
/** @type {?} */
|
|
4117
|
+
GridsterComponent.prototype.curHeight;
|
|
4118
|
+
/** @type {?} */
|
|
4119
|
+
GridsterComponent.prototype.grid;
|
|
4120
|
+
/** @type {?} */
|
|
4121
|
+
GridsterComponent.prototype.columns;
|
|
4122
|
+
/** @type {?} */
|
|
4123
|
+
GridsterComponent.prototype.rows;
|
|
4124
|
+
/** @type {?} */
|
|
4125
|
+
GridsterComponent.prototype.curColWidth;
|
|
4126
|
+
/** @type {?} */
|
|
4127
|
+
GridsterComponent.prototype.curRowHeight;
|
|
4128
|
+
/** @type {?} */
|
|
4129
|
+
GridsterComponent.prototype.gridColumns;
|
|
4130
|
+
/** @type {?} */
|
|
4131
|
+
GridsterComponent.prototype.gridRows;
|
|
4132
|
+
/** @type {?} */
|
|
4133
|
+
GridsterComponent.prototype.windowResize;
|
|
4134
|
+
/** @type {?} */
|
|
4135
|
+
GridsterComponent.prototype.dragInProgress;
|
|
4136
|
+
/** @type {?} */
|
|
4137
|
+
GridsterComponent.prototype.emptyCell;
|
|
4138
|
+
/** @type {?} */
|
|
4139
|
+
GridsterComponent.prototype.compact;
|
|
4140
|
+
/** @type {?} */
|
|
4141
|
+
GridsterComponent.prototype.gridRenderer;
|
|
4142
|
+
/** @type {?} */
|
|
4143
|
+
GridsterComponent.prototype.renderer;
|
|
4144
|
+
/** @type {?} */
|
|
4145
|
+
GridsterComponent.prototype.cdRef;
|
|
4146
|
+
/** @type {?} */
|
|
4147
|
+
GridsterComponent.prototype.zone;
|
|
4148
|
+
}
|
|
3453
4149
|
|
|
3454
4150
|
/**
|
|
3455
4151
|
* @fileoverview added by tsickle
|
|
3456
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4152
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3457
4153
|
*/
|
|
3458
4154
|
/**
|
|
3459
4155
|
* @abstract
|
|
@@ -3465,11 +4161,49 @@
|
|
|
3465
4161
|
function GridsterItemComponentInterface() {
|
|
3466
4162
|
}
|
|
3467
4163
|
return GridsterItemComponentInterface;
|
|
3468
|
-
}());
|
|
4164
|
+
}());
|
|
4165
|
+
if (false) {
|
|
4166
|
+
/** @type {?} */
|
|
4167
|
+
GridsterItemComponentInterface.prototype.item;
|
|
4168
|
+
/** @type {?} */
|
|
4169
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
4170
|
+
/** @type {?} */
|
|
4171
|
+
GridsterItemComponentInterface.prototype.top;
|
|
4172
|
+
/** @type {?} */
|
|
4173
|
+
GridsterItemComponentInterface.prototype.left;
|
|
4174
|
+
/** @type {?} */
|
|
4175
|
+
GridsterItemComponentInterface.prototype.width;
|
|
4176
|
+
/** @type {?} */
|
|
4177
|
+
GridsterItemComponentInterface.prototype.height;
|
|
4178
|
+
/** @type {?} */
|
|
4179
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
4180
|
+
/** @type {?} */
|
|
4181
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
4182
|
+
/** @type {?} */
|
|
4183
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4184
|
+
/** @type {?} */
|
|
4185
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4186
|
+
/** @type {?} */
|
|
4187
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4188
|
+
/** @type {?} */
|
|
4189
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
4190
|
+
/** @type {?} */
|
|
4191
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4192
|
+
/** @type {?} */
|
|
4193
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4194
|
+
/** @type {?} */
|
|
4195
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4196
|
+
/** @type {?} */
|
|
4197
|
+
GridsterItemComponentInterface.prototype.el;
|
|
4198
|
+
/** @type {?} */
|
|
4199
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
4200
|
+
/** @type {?} */
|
|
4201
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
4202
|
+
}
|
|
3469
4203
|
|
|
3470
4204
|
/**
|
|
3471
4205
|
* @fileoverview added by tsickle
|
|
3472
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3473
4207
|
*/
|
|
3474
4208
|
var GridsterSwap = /** @class */ (function () {
|
|
3475
4209
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3597,11 +4331,28 @@
|
|
|
3597
4331
|
{ type: GridsterItemComponentInterface }
|
|
3598
4332
|
]; };
|
|
3599
4333
|
return GridsterSwap;
|
|
3600
|
-
}());
|
|
4334
|
+
}());
|
|
4335
|
+
if (false) {
|
|
4336
|
+
/**
|
|
4337
|
+
* @type {?}
|
|
4338
|
+
* @private
|
|
4339
|
+
*/
|
|
4340
|
+
GridsterSwap.prototype.swapedItem;
|
|
4341
|
+
/**
|
|
4342
|
+
* @type {?}
|
|
4343
|
+
* @private
|
|
4344
|
+
*/
|
|
4345
|
+
GridsterSwap.prototype.gridsterItem;
|
|
4346
|
+
/**
|
|
4347
|
+
* @type {?}
|
|
4348
|
+
* @private
|
|
4349
|
+
*/
|
|
4350
|
+
GridsterSwap.prototype.gridster;
|
|
4351
|
+
}
|
|
3601
4352
|
|
|
3602
4353
|
/**
|
|
3603
4354
|
* @fileoverview added by tsickle
|
|
3604
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4355
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3605
4356
|
*/
|
|
3606
4357
|
/** @type {?} */
|
|
3607
4358
|
var scrollSensitivity;
|
|
@@ -3796,7 +4547,7 @@
|
|
|
3796
4547
|
|
|
3797
4548
|
/**
|
|
3798
4549
|
* @fileoverview added by tsickle
|
|
3799
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4550
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3800
4551
|
*/
|
|
3801
4552
|
var GridsterPush = /** @class */ (function () {
|
|
3802
4553
|
function GridsterPush(gridsterItem) {
|
|
@@ -4286,11 +5037,61 @@
|
|
|
4286
5037
|
{ type: GridsterItemComponentInterface }
|
|
4287
5038
|
]; };
|
|
4288
5039
|
return GridsterPush;
|
|
4289
|
-
}());
|
|
5040
|
+
}());
|
|
5041
|
+
if (false) {
|
|
5042
|
+
/** @type {?} */
|
|
5043
|
+
GridsterPush.prototype.fromSouth;
|
|
5044
|
+
/** @type {?} */
|
|
5045
|
+
GridsterPush.prototype.fromNorth;
|
|
5046
|
+
/** @type {?} */
|
|
5047
|
+
GridsterPush.prototype.fromEast;
|
|
5048
|
+
/** @type {?} */
|
|
5049
|
+
GridsterPush.prototype.fromWest;
|
|
5050
|
+
/**
|
|
5051
|
+
* @type {?}
|
|
5052
|
+
* @private
|
|
5053
|
+
*/
|
|
5054
|
+
GridsterPush.prototype.pushedItems;
|
|
5055
|
+
/**
|
|
5056
|
+
* @type {?}
|
|
5057
|
+
* @private
|
|
5058
|
+
*/
|
|
5059
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
5060
|
+
/**
|
|
5061
|
+
* @type {?}
|
|
5062
|
+
* @private
|
|
5063
|
+
*/
|
|
5064
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
5065
|
+
/**
|
|
5066
|
+
* @type {?}
|
|
5067
|
+
* @private
|
|
5068
|
+
*/
|
|
5069
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
5070
|
+
/**
|
|
5071
|
+
* @type {?}
|
|
5072
|
+
* @private
|
|
5073
|
+
*/
|
|
5074
|
+
GridsterPush.prototype.gridsterItem;
|
|
5075
|
+
/**
|
|
5076
|
+
* @type {?}
|
|
5077
|
+
* @private
|
|
5078
|
+
*/
|
|
5079
|
+
GridsterPush.prototype.gridster;
|
|
5080
|
+
/**
|
|
5081
|
+
* @type {?}
|
|
5082
|
+
* @private
|
|
5083
|
+
*/
|
|
5084
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
5085
|
+
/**
|
|
5086
|
+
* @type {?}
|
|
5087
|
+
* @private
|
|
5088
|
+
*/
|
|
5089
|
+
GridsterPush.prototype.tryPattern;
|
|
5090
|
+
}
|
|
4290
5091
|
|
|
4291
5092
|
/**
|
|
4292
5093
|
* @fileoverview added by tsickle
|
|
4293
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5094
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4294
5095
|
*/
|
|
4295
5096
|
var GridsterDraggable = /** @class */ (function () {
|
|
4296
5097
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4594,6 +5395,10 @@
|
|
|
4594
5395
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4595
5396
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4596
5397
|
}
|
|
5398
|
+
else {
|
|
5399
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5400
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5401
|
+
}
|
|
4597
5402
|
return this.gridsterItem.$item;
|
|
4598
5403
|
};
|
|
4599
5404
|
/**
|
|
@@ -4750,11 +5555,84 @@
|
|
|
4750
5555
|
{ type: core.NgZone }
|
|
4751
5556
|
]; };
|
|
4752
5557
|
return GridsterDraggable;
|
|
4753
|
-
}());
|
|
5558
|
+
}());
|
|
5559
|
+
if (false) {
|
|
5560
|
+
/** @type {?} */
|
|
5561
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5562
|
+
/** @type {?} */
|
|
5563
|
+
GridsterDraggable.prototype.gridster;
|
|
5564
|
+
/** @type {?} */
|
|
5565
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5566
|
+
/** @type {?} */
|
|
5567
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5568
|
+
/** @type {?} */
|
|
5569
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5570
|
+
/** @type {?} */
|
|
5571
|
+
GridsterDraggable.prototype.margin;
|
|
5572
|
+
/** @type {?} */
|
|
5573
|
+
GridsterDraggable.prototype.diffTop;
|
|
5574
|
+
/** @type {?} */
|
|
5575
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5576
|
+
/** @type {?} */
|
|
5577
|
+
GridsterDraggable.prototype.top;
|
|
5578
|
+
/** @type {?} */
|
|
5579
|
+
GridsterDraggable.prototype.left;
|
|
5580
|
+
/** @type {?} */
|
|
5581
|
+
GridsterDraggable.prototype.height;
|
|
5582
|
+
/** @type {?} */
|
|
5583
|
+
GridsterDraggable.prototype.width;
|
|
5584
|
+
/** @type {?} */
|
|
5585
|
+
GridsterDraggable.prototype.positionX;
|
|
5586
|
+
/** @type {?} */
|
|
5587
|
+
GridsterDraggable.prototype.positionY;
|
|
5588
|
+
/** @type {?} */
|
|
5589
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5590
|
+
/** @type {?} */
|
|
5591
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5592
|
+
/** @type {?} */
|
|
5593
|
+
GridsterDraggable.prototype.enabled;
|
|
5594
|
+
/** @type {?} */
|
|
5595
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5596
|
+
/** @type {?} */
|
|
5597
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5598
|
+
/** @type {?} */
|
|
5599
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5600
|
+
/** @type {?} */
|
|
5601
|
+
GridsterDraggable.prototype.mousemove;
|
|
5602
|
+
/** @type {?} */
|
|
5603
|
+
GridsterDraggable.prototype.mouseup;
|
|
5604
|
+
/** @type {?} */
|
|
5605
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5606
|
+
/** @type {?} */
|
|
5607
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5608
|
+
/** @type {?} */
|
|
5609
|
+
GridsterDraggable.prototype.touchmove;
|
|
5610
|
+
/** @type {?} */
|
|
5611
|
+
GridsterDraggable.prototype.touchend;
|
|
5612
|
+
/** @type {?} */
|
|
5613
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5614
|
+
/** @type {?} */
|
|
5615
|
+
GridsterDraggable.prototype.mousedown;
|
|
5616
|
+
/** @type {?} */
|
|
5617
|
+
GridsterDraggable.prototype.touchstart;
|
|
5618
|
+
/** @type {?} */
|
|
5619
|
+
GridsterDraggable.prototype.push;
|
|
5620
|
+
/** @type {?} */
|
|
5621
|
+
GridsterDraggable.prototype.swap;
|
|
5622
|
+
/** @type {?} */
|
|
5623
|
+
GridsterDraggable.prototype.path;
|
|
5624
|
+
/** @type {?} */
|
|
5625
|
+
GridsterDraggable.prototype.collision;
|
|
5626
|
+
/**
|
|
5627
|
+
* @type {?}
|
|
5628
|
+
* @private
|
|
5629
|
+
*/
|
|
5630
|
+
GridsterDraggable.prototype.zone;
|
|
5631
|
+
}
|
|
4754
5632
|
|
|
4755
5633
|
/**
|
|
4756
5634
|
* @fileoverview added by tsickle
|
|
4757
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5635
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4758
5636
|
*/
|
|
4759
5637
|
var GridsterPushResize = /** @class */ (function () {
|
|
4760
5638
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -5134,11 +6012,46 @@
|
|
|
5134
6012
|
{ type: GridsterItemComponentInterface }
|
|
5135
6013
|
]; };
|
|
5136
6014
|
return GridsterPushResize;
|
|
5137
|
-
}());
|
|
6015
|
+
}());
|
|
6016
|
+
if (false) {
|
|
6017
|
+
/** @type {?} */
|
|
6018
|
+
GridsterPushResize.prototype.fromSouth;
|
|
6019
|
+
/** @type {?} */
|
|
6020
|
+
GridsterPushResize.prototype.fromNorth;
|
|
6021
|
+
/** @type {?} */
|
|
6022
|
+
GridsterPushResize.prototype.fromEast;
|
|
6023
|
+
/** @type {?} */
|
|
6024
|
+
GridsterPushResize.prototype.fromWest;
|
|
6025
|
+
/**
|
|
6026
|
+
* @type {?}
|
|
6027
|
+
* @private
|
|
6028
|
+
*/
|
|
6029
|
+
GridsterPushResize.prototype.pushedItems;
|
|
6030
|
+
/**
|
|
6031
|
+
* @type {?}
|
|
6032
|
+
* @private
|
|
6033
|
+
*/
|
|
6034
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
6035
|
+
/**
|
|
6036
|
+
* @type {?}
|
|
6037
|
+
* @private
|
|
6038
|
+
*/
|
|
6039
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
6040
|
+
/**
|
|
6041
|
+
* @type {?}
|
|
6042
|
+
* @private
|
|
6043
|
+
*/
|
|
6044
|
+
GridsterPushResize.prototype.gridster;
|
|
6045
|
+
/**
|
|
6046
|
+
* @type {?}
|
|
6047
|
+
* @private
|
|
6048
|
+
*/
|
|
6049
|
+
GridsterPushResize.prototype.tryPattern;
|
|
6050
|
+
}
|
|
5138
6051
|
|
|
5139
6052
|
/**
|
|
5140
6053
|
* @fileoverview added by tsickle
|
|
5141
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6054
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5142
6055
|
*/
|
|
5143
6056
|
var GridsterResizable = /** @class */ (function () {
|
|
5144
6057
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5680,11 +6593,86 @@
|
|
|
5680
6593
|
{ type: core.NgZone }
|
|
5681
6594
|
]; };
|
|
5682
6595
|
return GridsterResizable;
|
|
5683
|
-
}());
|
|
6596
|
+
}());
|
|
6597
|
+
if (false) {
|
|
6598
|
+
/** @type {?} */
|
|
6599
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6600
|
+
/** @type {?} */
|
|
6601
|
+
GridsterResizable.prototype.gridster;
|
|
6602
|
+
/** @type {?} */
|
|
6603
|
+
GridsterResizable.prototype.lastMouse;
|
|
6604
|
+
/** @type {?} */
|
|
6605
|
+
GridsterResizable.prototype.itemBackup;
|
|
6606
|
+
/** @type {?} */
|
|
6607
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6608
|
+
/** @type {?} */
|
|
6609
|
+
GridsterResizable.prototype.directionFunction;
|
|
6610
|
+
/** @type {?} */
|
|
6611
|
+
GridsterResizable.prototype.dragFunction;
|
|
6612
|
+
/** @type {?} */
|
|
6613
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6614
|
+
/** @type {?} */
|
|
6615
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6616
|
+
/** @type {?} */
|
|
6617
|
+
GridsterResizable.prototype.mousemove;
|
|
6618
|
+
/** @type {?} */
|
|
6619
|
+
GridsterResizable.prototype.mouseup;
|
|
6620
|
+
/** @type {?} */
|
|
6621
|
+
GridsterResizable.prototype.mouseleave;
|
|
6622
|
+
/** @type {?} */
|
|
6623
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6624
|
+
/** @type {?} */
|
|
6625
|
+
GridsterResizable.prototype.touchmove;
|
|
6626
|
+
/** @type {?} */
|
|
6627
|
+
GridsterResizable.prototype.touchend;
|
|
6628
|
+
/** @type {?} */
|
|
6629
|
+
GridsterResizable.prototype.touchcancel;
|
|
6630
|
+
/** @type {?} */
|
|
6631
|
+
GridsterResizable.prototype.push;
|
|
6632
|
+
/** @type {?} */
|
|
6633
|
+
GridsterResizable.prototype.pushResize;
|
|
6634
|
+
/** @type {?} */
|
|
6635
|
+
GridsterResizable.prototype.minHeight;
|
|
6636
|
+
/** @type {?} */
|
|
6637
|
+
GridsterResizable.prototype.minWidth;
|
|
6638
|
+
/** @type {?} */
|
|
6639
|
+
GridsterResizable.prototype.offsetTop;
|
|
6640
|
+
/** @type {?} */
|
|
6641
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6642
|
+
/** @type {?} */
|
|
6643
|
+
GridsterResizable.prototype.diffTop;
|
|
6644
|
+
/** @type {?} */
|
|
6645
|
+
GridsterResizable.prototype.diffLeft;
|
|
6646
|
+
/** @type {?} */
|
|
6647
|
+
GridsterResizable.prototype.diffRight;
|
|
6648
|
+
/** @type {?} */
|
|
6649
|
+
GridsterResizable.prototype.diffBottom;
|
|
6650
|
+
/** @type {?} */
|
|
6651
|
+
GridsterResizable.prototype.margin;
|
|
6652
|
+
/** @type {?} */
|
|
6653
|
+
GridsterResizable.prototype.top;
|
|
6654
|
+
/** @type {?} */
|
|
6655
|
+
GridsterResizable.prototype.left;
|
|
6656
|
+
/** @type {?} */
|
|
6657
|
+
GridsterResizable.prototype.bottom;
|
|
6658
|
+
/** @type {?} */
|
|
6659
|
+
GridsterResizable.prototype.right;
|
|
6660
|
+
/** @type {?} */
|
|
6661
|
+
GridsterResizable.prototype.width;
|
|
6662
|
+
/** @type {?} */
|
|
6663
|
+
GridsterResizable.prototype.height;
|
|
6664
|
+
/** @type {?} */
|
|
6665
|
+
GridsterResizable.prototype.newPosition;
|
|
6666
|
+
/**
|
|
6667
|
+
* @type {?}
|
|
6668
|
+
* @private
|
|
6669
|
+
*/
|
|
6670
|
+
GridsterResizable.prototype.zone;
|
|
6671
|
+
}
|
|
5684
6672
|
|
|
5685
6673
|
/**
|
|
5686
6674
|
* @fileoverview added by tsickle
|
|
5687
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6675
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5688
6676
|
*/
|
|
5689
6677
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5690
6678
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5865,7 +6853,7 @@
|
|
|
5865
6853
|
selector: 'gridster-item',
|
|
5866
6854
|
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",
|
|
5867
6855
|
encapsulation: core.ViewEncapsulation.None,
|
|
5868
|
-
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}"]
|
|
6856
|
+
styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;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{-webkit-transition:none;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}"]
|
|
5869
6857
|
}] }
|
|
5870
6858
|
];
|
|
5871
6859
|
/** @nocollapse */
|
|
@@ -5879,11 +6867,44 @@
|
|
|
5879
6867
|
item: [{ type: core.Input }]
|
|
5880
6868
|
};
|
|
5881
6869
|
return GridsterItemComponent;
|
|
5882
|
-
}());
|
|
6870
|
+
}());
|
|
6871
|
+
if (false) {
|
|
6872
|
+
/** @type {?} */
|
|
6873
|
+
GridsterItemComponent.prototype.item;
|
|
6874
|
+
/** @type {?} */
|
|
6875
|
+
GridsterItemComponent.prototype.$item;
|
|
6876
|
+
/** @type {?} */
|
|
6877
|
+
GridsterItemComponent.prototype.el;
|
|
6878
|
+
/** @type {?} */
|
|
6879
|
+
GridsterItemComponent.prototype.gridster;
|
|
6880
|
+
/** @type {?} */
|
|
6881
|
+
GridsterItemComponent.prototype.top;
|
|
6882
|
+
/** @type {?} */
|
|
6883
|
+
GridsterItemComponent.prototype.left;
|
|
6884
|
+
/** @type {?} */
|
|
6885
|
+
GridsterItemComponent.prototype.width;
|
|
6886
|
+
/** @type {?} */
|
|
6887
|
+
GridsterItemComponent.prototype.height;
|
|
6888
|
+
/** @type {?} */
|
|
6889
|
+
GridsterItemComponent.prototype.drag;
|
|
6890
|
+
/** @type {?} */
|
|
6891
|
+
GridsterItemComponent.prototype.resize;
|
|
6892
|
+
/** @type {?} */
|
|
6893
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6894
|
+
/** @type {?} */
|
|
6895
|
+
GridsterItemComponent.prototype.init;
|
|
6896
|
+
/** @type {?} */
|
|
6897
|
+
GridsterItemComponent.prototype.renderer;
|
|
6898
|
+
/**
|
|
6899
|
+
* @type {?}
|
|
6900
|
+
* @private
|
|
6901
|
+
*/
|
|
6902
|
+
GridsterItemComponent.prototype.zone;
|
|
6903
|
+
}
|
|
5883
6904
|
|
|
5884
6905
|
/**
|
|
5885
6906
|
* @fileoverview added by tsickle
|
|
5886
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6907
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5887
6908
|
*/
|
|
5888
6909
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5889
6910
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5938,11 +6959,19 @@
|
|
|
5938
6959
|
{ type: core.Renderer2 }
|
|
5939
6960
|
]; };
|
|
5940
6961
|
return GridsterPreviewComponent;
|
|
5941
|
-
}());
|
|
6962
|
+
}());
|
|
6963
|
+
if (false) {
|
|
6964
|
+
/** @type {?} */
|
|
6965
|
+
GridsterPreviewComponent.prototype.el;
|
|
6966
|
+
/** @type {?} */
|
|
6967
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6968
|
+
/** @type {?} */
|
|
6969
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6970
|
+
}
|
|
5942
6971
|
|
|
5943
6972
|
/**
|
|
5944
6973
|
* @fileoverview added by tsickle
|
|
5945
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6974
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5946
6975
|
*/
|
|
5947
6976
|
var GridsterModule = /** @class */ (function () {
|
|
5948
6977
|
function GridsterModule() {
|
|
@@ -5967,7 +6996,7 @@
|
|
|
5967
6996
|
|
|
5968
6997
|
/**
|
|
5969
6998
|
* @fileoverview added by tsickle
|
|
5970
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6999
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5971
7000
|
*/
|
|
5972
7001
|
/** @type {?} */
|
|
5973
7002
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -6008,7 +7037,7 @@
|
|
|
6008
7037
|
|
|
6009
7038
|
/**
|
|
6010
7039
|
* @fileoverview added by tsickle
|
|
6011
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7040
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6012
7041
|
*/
|
|
6013
7042
|
/**
|
|
6014
7043
|
* @abstract
|
|
@@ -6052,11 +7081,35 @@
|
|
|
6052
7081
|
initialize: [{ type: core.Input }]
|
|
6053
7082
|
};
|
|
6054
7083
|
return RaBaseDashboardTemplate;
|
|
6055
|
-
}());
|
|
7084
|
+
}());
|
|
7085
|
+
if (false) {
|
|
7086
|
+
/** @type {?} */
|
|
7087
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
7088
|
+
/** @type {?} */
|
|
7089
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
7090
|
+
/** @type {?} */
|
|
7091
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
7092
|
+
/** @type {?} */
|
|
7093
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
7094
|
+
/** @type {?} */
|
|
7095
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7096
|
+
/** @type {?} */
|
|
7097
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
7098
|
+
/**
|
|
7099
|
+
* @type {?}
|
|
7100
|
+
* @private
|
|
7101
|
+
*/
|
|
7102
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7103
|
+
/**
|
|
7104
|
+
* @abstract
|
|
7105
|
+
* @return {?}
|
|
7106
|
+
*/
|
|
7107
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7108
|
+
}
|
|
6056
7109
|
|
|
6057
7110
|
/**
|
|
6058
7111
|
* @fileoverview added by tsickle
|
|
6059
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7112
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6060
7113
|
*/
|
|
6061
7114
|
/**
|
|
6062
7115
|
* @abstract
|
|
@@ -6076,7 +7129,19 @@
|
|
|
6076
7129
|
getAllFilterConfig: [{ type: core.Input }]
|
|
6077
7130
|
};
|
|
6078
7131
|
return RaBaseDashboardFilter;
|
|
6079
|
-
}());
|
|
7132
|
+
}());
|
|
7133
|
+
if (false) {
|
|
7134
|
+
/**
|
|
7135
|
+
* @type {?}
|
|
7136
|
+
* @private
|
|
7137
|
+
*/
|
|
7138
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7139
|
+
/**
|
|
7140
|
+
* @abstract
|
|
7141
|
+
* @return {?}
|
|
7142
|
+
*/
|
|
7143
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7144
|
+
}
|
|
6080
7145
|
|
|
6081
7146
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
6082
7147
|
exports.RADashboardArea = RADashboardArea;
|
|
@@ -6095,5 +7160,5 @@
|
|
|
6095
7160
|
|
|
6096
7161
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6097
7162
|
|
|
6098
|
-
}));
|
|
7163
|
+
})));
|
|
6099
7164
|
//# sourceMappingURL=schneideress-dashboardframework.umd.js.map
|