@schneideress/dashboardframework 0.0.31 → 0.0.33
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 +1121 -52
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +1 -1
- package/esm2015/gridster/lib/gridster.component.js +1 -1
- package/esm2015/gridster/lib/gridster.interface.js +1 -1
- package/esm2015/gridster/lib/gridster.module.js +1 -1
- package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
- package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm2015/lib/custom.notifier.options.js +1 -1
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +37 -5
- 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 +1 -1
- package/esm5/gridster/lib/gridster.interface.js +1 -1
- package/esm5/gridster/lib/gridster.module.js +1 -1
- package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm5/gridster/lib/gridsterItem.component.js +1 -1
- package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm5/gridster/lib/gridsterPush.service.js +1 -1
- package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm5/lib/custom.notifier.options.js +1 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +37 -5
- 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 +971 -49
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +974 -52
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -42,11 +42,168 @@
|
|
|
42
42
|
return t;
|
|
43
43
|
};
|
|
44
44
|
return __assign.apply(this, arguments);
|
|
45
|
-
};
|
|
45
|
+
};
|
|
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
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
75
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
76
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
77
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
78
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
79
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
function __generator(thisArg, body) {
|
|
84
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
85
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
86
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
87
|
+
function step(op) {
|
|
88
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
89
|
+
while (_) try {
|
|
90
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
91
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
92
|
+
switch (op[0]) {
|
|
93
|
+
case 0: case 1: t = op; break;
|
|
94
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
95
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
96
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
97
|
+
default:
|
|
98
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
99
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
100
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
101
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
102
|
+
if (t[2]) _.ops.pop();
|
|
103
|
+
_.trys.pop(); continue;
|
|
104
|
+
}
|
|
105
|
+
op = body.call(thisArg, _);
|
|
106
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
107
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
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 };
|
|
202
|
+
}
|
|
46
203
|
|
|
47
204
|
/**
|
|
48
205
|
* @fileoverview added by tsickle
|
|
49
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
50
207
|
*/
|
|
51
208
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
52
209
|
__extends(RaDashboardService, _super);
|
|
@@ -250,11 +407,18 @@
|
|
|
250
407
|
]; };
|
|
251
408
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
252
409
|
return RaDashboardService;
|
|
253
|
-
}(essUtil.BaseService));
|
|
410
|
+
}(essUtil.BaseService));
|
|
411
|
+
if (false) {
|
|
412
|
+
/**
|
|
413
|
+
* @type {?}
|
|
414
|
+
* @private
|
|
415
|
+
*/
|
|
416
|
+
RaDashboardService.prototype.loadedScripts;
|
|
417
|
+
}
|
|
254
418
|
|
|
255
419
|
/**
|
|
256
420
|
* @fileoverview added by tsickle
|
|
257
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
421
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
258
422
|
*/
|
|
259
423
|
var RADashboardEventBus = /** @class */ (function () {
|
|
260
424
|
function RADashboardEventBus() {
|
|
@@ -363,11 +527,18 @@
|
|
|
363
527
|
];
|
|
364
528
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
365
529
|
return RADashboardEventBus;
|
|
366
|
-
}());
|
|
530
|
+
}());
|
|
531
|
+
if (false) {
|
|
532
|
+
/**
|
|
533
|
+
* @type {?}
|
|
534
|
+
* @private
|
|
535
|
+
*/
|
|
536
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
537
|
+
}
|
|
367
538
|
|
|
368
539
|
/**
|
|
369
540
|
* @fileoverview added by tsickle
|
|
370
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
541
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
371
542
|
*/
|
|
372
543
|
/** @enum {string} */
|
|
373
544
|
var RAEvent = {
|
|
@@ -412,7 +583,7 @@
|
|
|
412
583
|
|
|
413
584
|
/**
|
|
414
585
|
* @fileoverview added by tsickle
|
|
415
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
586
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
416
587
|
*/
|
|
417
588
|
/** @enum {string} */
|
|
418
589
|
var GridType = {
|
|
@@ -439,11 +610,196 @@
|
|
|
439
610
|
CompactRight: 'compactRight',
|
|
440
611
|
CompactUpAndRight: 'compactUp&Right',
|
|
441
612
|
CompactRightAndUp: 'compactRight&Up',
|
|
442
|
-
};
|
|
613
|
+
};
|
|
614
|
+
/**
|
|
615
|
+
* @record
|
|
616
|
+
*/
|
|
617
|
+
function GridsterConfig() { }
|
|
618
|
+
if (false) {
|
|
619
|
+
/** @type {?|undefined} */
|
|
620
|
+
GridsterConfig.prototype.gridType;
|
|
621
|
+
/** @type {?|undefined} */
|
|
622
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
623
|
+
/** @type {?|undefined} */
|
|
624
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
625
|
+
/** @type {?|undefined} */
|
|
626
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
627
|
+
/** @type {?|undefined} */
|
|
628
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
629
|
+
/** @type {?|undefined} */
|
|
630
|
+
GridsterConfig.prototype.setGridSize;
|
|
631
|
+
/** @type {?|undefined} */
|
|
632
|
+
GridsterConfig.prototype.compactType;
|
|
633
|
+
/** @type {?|undefined} */
|
|
634
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
635
|
+
/** @type {?|undefined} */
|
|
636
|
+
GridsterConfig.prototype.minCols;
|
|
637
|
+
/** @type {?|undefined} */
|
|
638
|
+
GridsterConfig.prototype.maxCols;
|
|
639
|
+
/** @type {?|undefined} */
|
|
640
|
+
GridsterConfig.prototype.minRows;
|
|
641
|
+
/** @type {?|undefined} */
|
|
642
|
+
GridsterConfig.prototype.maxRows;
|
|
643
|
+
/** @type {?|undefined} */
|
|
644
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
645
|
+
/** @type {?|undefined} */
|
|
646
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
647
|
+
/** @type {?|undefined} */
|
|
648
|
+
GridsterConfig.prototype.maxItemCols;
|
|
649
|
+
/** @type {?|undefined} */
|
|
650
|
+
GridsterConfig.prototype.maxItemRows;
|
|
651
|
+
/** @type {?|undefined} */
|
|
652
|
+
GridsterConfig.prototype.minItemCols;
|
|
653
|
+
/** @type {?|undefined} */
|
|
654
|
+
GridsterConfig.prototype.minItemRows;
|
|
655
|
+
/** @type {?|undefined} */
|
|
656
|
+
GridsterConfig.prototype.minItemArea;
|
|
657
|
+
/** @type {?|undefined} */
|
|
658
|
+
GridsterConfig.prototype.maxItemArea;
|
|
659
|
+
/** @type {?|undefined} */
|
|
660
|
+
GridsterConfig.prototype.margin;
|
|
661
|
+
/** @type {?|undefined} */
|
|
662
|
+
GridsterConfig.prototype.outerMargin;
|
|
663
|
+
/** @type {?|undefined} */
|
|
664
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
665
|
+
/** @type {?|undefined} */
|
|
666
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
667
|
+
/** @type {?|undefined} */
|
|
668
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
669
|
+
/** @type {?|undefined} */
|
|
670
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
671
|
+
/** @type {?|undefined} */
|
|
672
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
673
|
+
/** @type {?|undefined} */
|
|
674
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
675
|
+
/** @type {?|undefined} */
|
|
676
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
677
|
+
/** @type {?|undefined} */
|
|
678
|
+
GridsterConfig.prototype.initCallback;
|
|
679
|
+
/** @type {?|undefined} */
|
|
680
|
+
GridsterConfig.prototype.destroyCallback;
|
|
681
|
+
/** @type {?|undefined} */
|
|
682
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
683
|
+
/** @type {?|undefined} */
|
|
684
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
685
|
+
/** @type {?|undefined} */
|
|
686
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
687
|
+
/** @type {?|undefined} */
|
|
688
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
689
|
+
/** @type {?|undefined} */
|
|
690
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
691
|
+
/** @type {?|undefined} */
|
|
692
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
693
|
+
/** @type {?|undefined} */
|
|
694
|
+
GridsterConfig.prototype.draggable;
|
|
695
|
+
/** @type {?|undefined} */
|
|
696
|
+
GridsterConfig.prototype.resizable;
|
|
697
|
+
/** @type {?|undefined} */
|
|
698
|
+
GridsterConfig.prototype.swap;
|
|
699
|
+
/** @type {?|undefined} */
|
|
700
|
+
GridsterConfig.prototype.pushItems;
|
|
701
|
+
/** @type {?|undefined} */
|
|
702
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
703
|
+
/** @type {?|undefined} */
|
|
704
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
705
|
+
/** @type {?|undefined} */
|
|
706
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
707
|
+
/** @type {?|undefined} */
|
|
708
|
+
GridsterConfig.prototype.pushDirections;
|
|
709
|
+
/** @type {?|undefined} */
|
|
710
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
711
|
+
/** @type {?|undefined} */
|
|
712
|
+
GridsterConfig.prototype.displayGrid;
|
|
713
|
+
/** @type {?|undefined} */
|
|
714
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
715
|
+
/** @type {?|undefined} */
|
|
716
|
+
GridsterConfig.prototype.disableWarnings;
|
|
717
|
+
/** @type {?|undefined} */
|
|
718
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
719
|
+
/** @type {?|undefined} */
|
|
720
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
721
|
+
/** @type {?|undefined} */
|
|
722
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
723
|
+
/** @type {?|undefined} */
|
|
724
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
725
|
+
/** @type {?|undefined} */
|
|
726
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
727
|
+
/** @type {?|undefined} */
|
|
728
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
729
|
+
/** @type {?|undefined} */
|
|
730
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
731
|
+
/** @type {?|undefined} */
|
|
732
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
733
|
+
/** @type {?|undefined} */
|
|
734
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
735
|
+
/** @type {?|undefined} */
|
|
736
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
737
|
+
/** @type {?|undefined} */
|
|
738
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
739
|
+
/** @type {?|undefined} */
|
|
740
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
741
|
+
/** @type {?|undefined} */
|
|
742
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
743
|
+
/** @type {?|undefined} */
|
|
744
|
+
GridsterConfig.prototype.api;
|
|
745
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
746
|
+
}
|
|
747
|
+
/**
|
|
748
|
+
* @record
|
|
749
|
+
*/
|
|
750
|
+
function DragBase() { }
|
|
751
|
+
if (false) {
|
|
752
|
+
/** @type {?|undefined} */
|
|
753
|
+
DragBase.prototype.enabled;
|
|
754
|
+
/** @type {?|undefined} */
|
|
755
|
+
DragBase.prototype.stop;
|
|
756
|
+
/** @type {?|undefined} */
|
|
757
|
+
DragBase.prototype.start;
|
|
758
|
+
/** @type {?|undefined} */
|
|
759
|
+
DragBase.prototype.delayStart;
|
|
760
|
+
}
|
|
761
|
+
/**
|
|
762
|
+
* @record
|
|
763
|
+
*/
|
|
764
|
+
function Draggable() { }
|
|
765
|
+
if (false) {
|
|
766
|
+
/** @type {?|undefined} */
|
|
767
|
+
Draggable.prototype.ignoreContentClass;
|
|
768
|
+
/** @type {?|undefined} */
|
|
769
|
+
Draggable.prototype.ignoreContent;
|
|
770
|
+
/** @type {?|undefined} */
|
|
771
|
+
Draggable.prototype.dragHandleClass;
|
|
772
|
+
/** @type {?|undefined} */
|
|
773
|
+
Draggable.prototype.dropOverItems;
|
|
774
|
+
/** @type {?|undefined} */
|
|
775
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* @record
|
|
779
|
+
*/
|
|
780
|
+
function Resizable() { }
|
|
781
|
+
if (false) {
|
|
782
|
+
/** @type {?|undefined} */
|
|
783
|
+
Resizable.prototype.handles;
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* @record
|
|
787
|
+
*/
|
|
788
|
+
function PushDirections() { }
|
|
789
|
+
if (false) {
|
|
790
|
+
/** @type {?} */
|
|
791
|
+
PushDirections.prototype.north;
|
|
792
|
+
/** @type {?} */
|
|
793
|
+
PushDirections.prototype.east;
|
|
794
|
+
/** @type {?} */
|
|
795
|
+
PushDirections.prototype.south;
|
|
796
|
+
/** @type {?} */
|
|
797
|
+
PushDirections.prototype.west;
|
|
798
|
+
}
|
|
443
799
|
|
|
444
800
|
/**
|
|
445
801
|
* @fileoverview added by tsickle
|
|
446
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
802
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
447
803
|
*/
|
|
448
804
|
/** @type {?} */
|
|
449
805
|
var GridsterConfigDefaultSettings = {
|
|
@@ -505,7 +861,7 @@
|
|
|
505
861
|
|
|
506
862
|
/**
|
|
507
863
|
* @fileoverview added by tsickle
|
|
508
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
864
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
509
865
|
*/
|
|
510
866
|
var RADashboardArea = /** @class */ (function () {
|
|
511
867
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -982,11 +1338,83 @@
|
|
|
982
1338
|
appConfig: [{ type: core.Input, args: ['app-config',] }]
|
|
983
1339
|
};
|
|
984
1340
|
return RADashboardArea;
|
|
985
|
-
}());
|
|
1341
|
+
}());
|
|
1342
|
+
if (false) {
|
|
1343
|
+
/** @type {?} */
|
|
1344
|
+
RADashboardArea.prototype.widgetList;
|
|
1345
|
+
/** @type {?} */
|
|
1346
|
+
RADashboardArea.prototype.options;
|
|
1347
|
+
/** @type {?} */
|
|
1348
|
+
RADashboardArea.prototype.gridheight;
|
|
1349
|
+
/**
|
|
1350
|
+
* @type {?}
|
|
1351
|
+
* @private
|
|
1352
|
+
*/
|
|
1353
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1354
|
+
/**
|
|
1355
|
+
* @type {?}
|
|
1356
|
+
* @private
|
|
1357
|
+
*/
|
|
1358
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1359
|
+
/**
|
|
1360
|
+
* @type {?}
|
|
1361
|
+
* @private
|
|
1362
|
+
*/
|
|
1363
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1364
|
+
/**
|
|
1365
|
+
* @type {?}
|
|
1366
|
+
* @private
|
|
1367
|
+
*/
|
|
1368
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1369
|
+
/**
|
|
1370
|
+
* @type {?}
|
|
1371
|
+
* @private
|
|
1372
|
+
*/
|
|
1373
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1374
|
+
/** @type {?} */
|
|
1375
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1376
|
+
/** @type {?} */
|
|
1377
|
+
RADashboardArea.prototype.areaKey;
|
|
1378
|
+
/** @type {?} */
|
|
1379
|
+
RADashboardArea.prototype.globalFilter;
|
|
1380
|
+
/** @type {?} */
|
|
1381
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1382
|
+
/** @type {?} */
|
|
1383
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1384
|
+
/** @type {?} */
|
|
1385
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1386
|
+
/** @type {?} */
|
|
1387
|
+
RADashboardArea.prototype.appConfig;
|
|
1388
|
+
/**
|
|
1389
|
+
* @type {?}
|
|
1390
|
+
* @private
|
|
1391
|
+
*/
|
|
1392
|
+
RADashboardArea.prototype.dashboardService;
|
|
1393
|
+
/**
|
|
1394
|
+
* @type {?}
|
|
1395
|
+
* @private
|
|
1396
|
+
*/
|
|
1397
|
+
RADashboardArea.prototype.ngZone;
|
|
1398
|
+
/**
|
|
1399
|
+
* @type {?}
|
|
1400
|
+
* @private
|
|
1401
|
+
*/
|
|
1402
|
+
RADashboardArea.prototype.ngxService;
|
|
1403
|
+
/**
|
|
1404
|
+
* @type {?}
|
|
1405
|
+
* @private
|
|
1406
|
+
*/
|
|
1407
|
+
RADashboardArea.prototype.translateService;
|
|
1408
|
+
/**
|
|
1409
|
+
* @type {?}
|
|
1410
|
+
* @private
|
|
1411
|
+
*/
|
|
1412
|
+
RADashboardArea.prototype.notifier;
|
|
1413
|
+
}
|
|
986
1414
|
|
|
987
1415
|
/**
|
|
988
1416
|
* @fileoverview added by tsickle
|
|
989
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1417
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
990
1418
|
*/
|
|
991
1419
|
var RAWidgetContainer = /** @class */ (function () {
|
|
992
1420
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
@@ -995,7 +1423,10 @@
|
|
|
995
1423
|
this.translateService = translateService;
|
|
996
1424
|
this.ngZone = ngZone;
|
|
997
1425
|
this.notifier = notifier;
|
|
1426
|
+
this.isWidgetLoaded = false;
|
|
998
1427
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1428
|
+
this.lockStatus = "unlock";
|
|
1429
|
+
this.lockClass = "unlock";
|
|
999
1430
|
this.widgetDeleted = new core.EventEmitter();
|
|
1000
1431
|
}
|
|
1001
1432
|
/**
|
|
@@ -1165,6 +1596,7 @@
|
|
|
1165
1596
|
* @return {?}
|
|
1166
1597
|
*/
|
|
1167
1598
|
function () {
|
|
1599
|
+
widgetContainer.isWidgetLoaded = true;
|
|
1168
1600
|
widgetConfigFilter.appConfig = _this.appConfig;
|
|
1169
1601
|
widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
|
|
1170
1602
|
widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
|
|
@@ -1194,13 +1626,32 @@
|
|
|
1194
1626
|
appConfig: this.appConfig,
|
|
1195
1627
|
widgetInfo: widgetInfo
|
|
1196
1628
|
}));
|
|
1197
|
-
widgetContainerContext.
|
|
1629
|
+
if (widgetContainerContext.isWidgetLoaded) {
|
|
1630
|
+
widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
|
|
1631
|
+
this.lockStatus = widgetContainerContext.widgetElement.loadLockStatus();
|
|
1632
|
+
if (this.lockStatus) {
|
|
1633
|
+
switch (this.lockStatus) {
|
|
1634
|
+
case "lock": {
|
|
1635
|
+
this.lockClass = "fa fa-lock locked";
|
|
1636
|
+
}
|
|
1637
|
+
case "unlock": {
|
|
1638
|
+
this.lockClass = "unlock";
|
|
1639
|
+
}
|
|
1640
|
+
case "partiallock": {
|
|
1641
|
+
this.lockClass = "fa fa-lock partiallocked";
|
|
1642
|
+
}
|
|
1643
|
+
default: {
|
|
1644
|
+
this.lockClass = "unlock";
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1198
1649
|
};
|
|
1199
1650
|
RAWidgetContainer.decorators = [
|
|
1200
1651
|
{ type: core.Component, args: [{
|
|
1201
1652
|
selector: 'ra-widget-container',
|
|
1202
|
-
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\">\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=\"wcBodyBorder\" #ctlWidget></div>\r\n </div>\r\n</div>",
|
|
1203
|
-
styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.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:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}"]
|
|
1653
|
+
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\" style=\"display: flex\">\r\n <div><i [ngClass]=\"lockClass\"></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=\"wcBodyBorder\" #ctlWidget></div>\r\n </div>\r\n</div>",
|
|
1654
|
+
styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.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:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlock{display:none}"]
|
|
1204
1655
|
}] }
|
|
1205
1656
|
];
|
|
1206
1657
|
/** @nocollapse */
|
|
@@ -1222,11 +1673,78 @@
|
|
|
1222
1673
|
widgetDeleted: [{ type: core.Output }]
|
|
1223
1674
|
};
|
|
1224
1675
|
return RAWidgetContainer;
|
|
1225
|
-
}());
|
|
1676
|
+
}());
|
|
1677
|
+
if (false) {
|
|
1678
|
+
/**
|
|
1679
|
+
* @type {?}
|
|
1680
|
+
* @private
|
|
1681
|
+
*/
|
|
1682
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1683
|
+
/**
|
|
1684
|
+
* @type {?}
|
|
1685
|
+
* @private
|
|
1686
|
+
*/
|
|
1687
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1688
|
+
/**
|
|
1689
|
+
* @type {?}
|
|
1690
|
+
* @private
|
|
1691
|
+
*/
|
|
1692
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1693
|
+
/**
|
|
1694
|
+
* @type {?}
|
|
1695
|
+
* @private
|
|
1696
|
+
*/
|
|
1697
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1698
|
+
/** @type {?} */
|
|
1699
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1700
|
+
/** @type {?} */
|
|
1701
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1702
|
+
/** @type {?} */
|
|
1703
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1704
|
+
/** @type {?} */
|
|
1705
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1706
|
+
/** @type {?} */
|
|
1707
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1708
|
+
/** @type {?} */
|
|
1709
|
+
RAWidgetContainer.prototype.data;
|
|
1710
|
+
/** @type {?} */
|
|
1711
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1712
|
+
/** @type {?} */
|
|
1713
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1714
|
+
/** @type {?} */
|
|
1715
|
+
RAWidgetContainer.prototype.widgetWidth;
|
|
1716
|
+
/** @type {?} */
|
|
1717
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1718
|
+
/**
|
|
1719
|
+
* @type {?}
|
|
1720
|
+
* @private
|
|
1721
|
+
*/
|
|
1722
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1723
|
+
/**
|
|
1724
|
+
* @type {?}
|
|
1725
|
+
* @private
|
|
1726
|
+
*/
|
|
1727
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1728
|
+
/**
|
|
1729
|
+
* @type {?}
|
|
1730
|
+
* @private
|
|
1731
|
+
*/
|
|
1732
|
+
RAWidgetContainer.prototype.translateService;
|
|
1733
|
+
/**
|
|
1734
|
+
* @type {?}
|
|
1735
|
+
* @private
|
|
1736
|
+
*/
|
|
1737
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1738
|
+
/**
|
|
1739
|
+
* @type {?}
|
|
1740
|
+
* @private
|
|
1741
|
+
*/
|
|
1742
|
+
RAWidgetContainer.prototype.notifier;
|
|
1743
|
+
}
|
|
1226
1744
|
|
|
1227
1745
|
/**
|
|
1228
1746
|
* @fileoverview added by tsickle
|
|
1229
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1747
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1230
1748
|
*/
|
|
1231
1749
|
/** @type {?} */
|
|
1232
1750
|
var customNotifierOptions = {
|
|
@@ -1272,7 +1790,7 @@
|
|
|
1272
1790
|
|
|
1273
1791
|
/**
|
|
1274
1792
|
* @fileoverview added by tsickle
|
|
1275
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1793
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1276
1794
|
*/
|
|
1277
1795
|
/** @type {?} */
|
|
1278
1796
|
var GridsterConfigService = {
|
|
@@ -1450,7 +1968,7 @@
|
|
|
1450
1968
|
|
|
1451
1969
|
/**
|
|
1452
1970
|
* @fileoverview added by tsickle
|
|
1453
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1971
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1454
1972
|
*/
|
|
1455
1973
|
var GridsterUtils = /** @class */ (function () {
|
|
1456
1974
|
function GridsterUtils() {
|
|
@@ -1625,7 +2143,7 @@
|
|
|
1625
2143
|
|
|
1626
2144
|
/**
|
|
1627
2145
|
* @fileoverview added by tsickle
|
|
1628
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2146
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1629
2147
|
*/
|
|
1630
2148
|
/**
|
|
1631
2149
|
* @abstract
|
|
@@ -1637,11 +2155,85 @@
|
|
|
1637
2155
|
function GridsterComponentInterface() {
|
|
1638
2156
|
}
|
|
1639
2157
|
return GridsterComponentInterface;
|
|
1640
|
-
}());
|
|
2158
|
+
}());
|
|
2159
|
+
if (false) {
|
|
2160
|
+
/** @type {?} */
|
|
2161
|
+
GridsterComponentInterface.prototype.$options;
|
|
2162
|
+
/** @type {?} */
|
|
2163
|
+
GridsterComponentInterface.prototype.grid;
|
|
2164
|
+
/** @type {?} */
|
|
2165
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2166
|
+
/** @type {?} */
|
|
2167
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2168
|
+
/** @type {?} */
|
|
2169
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2170
|
+
/** @type {?} */
|
|
2171
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2172
|
+
/** @type {?} */
|
|
2173
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2174
|
+
/** @type {?} */
|
|
2175
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2176
|
+
/** @type {?} */
|
|
2177
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2178
|
+
/** @type {?} */
|
|
2179
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2180
|
+
/** @type {?} */
|
|
2181
|
+
GridsterComponentInterface.prototype.el;
|
|
2182
|
+
/** @type {?} */
|
|
2183
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2184
|
+
/** @type {?} */
|
|
2185
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2186
|
+
/** @type {?} */
|
|
2187
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2188
|
+
/** @type {?} */
|
|
2189
|
+
GridsterComponentInterface.prototype.options;
|
|
2190
|
+
/** @type {?} */
|
|
2191
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2192
|
+
/** @type {?} */
|
|
2193
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2194
|
+
/** @type {?} */
|
|
2195
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2196
|
+
/** @type {?} */
|
|
2197
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2198
|
+
/** @type {?} */
|
|
2199
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2200
|
+
/** @type {?} */
|
|
2201
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2202
|
+
/** @type {?} */
|
|
2203
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2204
|
+
/** @type {?} */
|
|
2205
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2206
|
+
/** @type {?} */
|
|
2207
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2208
|
+
/** @type {?} */
|
|
2209
|
+
GridsterComponentInterface.prototype.columns;
|
|
2210
|
+
/** @type {?} */
|
|
2211
|
+
GridsterComponentInterface.prototype.rows;
|
|
2212
|
+
/** @type {?} */
|
|
2213
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2214
|
+
/** @type {?} */
|
|
2215
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2216
|
+
/** @type {?} */
|
|
2217
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2218
|
+
/** @type {?} */
|
|
2219
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2220
|
+
/** @type {?} */
|
|
2221
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2222
|
+
/** @type {?} */
|
|
2223
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2224
|
+
/** @type {?} */
|
|
2225
|
+
GridsterComponentInterface.prototype.compact;
|
|
2226
|
+
/** @type {?} */
|
|
2227
|
+
GridsterComponentInterface.prototype.zone;
|
|
2228
|
+
/** @type {?} */
|
|
2229
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2230
|
+
/** @type {?} */
|
|
2231
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2232
|
+
}
|
|
1641
2233
|
|
|
1642
2234
|
/**
|
|
1643
2235
|
* @fileoverview added by tsickle
|
|
1644
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2236
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1645
2237
|
*/
|
|
1646
2238
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1647
2239
|
function GridsterEmptyCell(gridster) {
|
|
@@ -1958,11 +2550,44 @@
|
|
|
1958
2550
|
{ type: GridsterComponentInterface }
|
|
1959
2551
|
]; };
|
|
1960
2552
|
return GridsterEmptyCell;
|
|
1961
|
-
}());
|
|
2553
|
+
}());
|
|
2554
|
+
if (false) {
|
|
2555
|
+
/** @type {?} */
|
|
2556
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2557
|
+
/** @type {?} */
|
|
2558
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2559
|
+
/** @type {?} */
|
|
2560
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2561
|
+
/** @type {?} */
|
|
2562
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2563
|
+
/** @type {?} */
|
|
2564
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2565
|
+
/** @type {?} */
|
|
2566
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2567
|
+
/** @type {?} */
|
|
2568
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2569
|
+
/** @type {?} */
|
|
2570
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2571
|
+
/** @type {?} */
|
|
2572
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2573
|
+
/** @type {?} */
|
|
2574
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2575
|
+
/** @type {?} */
|
|
2576
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2577
|
+
/** @type {?} */
|
|
2578
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2579
|
+
/** @type {?} */
|
|
2580
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2581
|
+
/**
|
|
2582
|
+
* @type {?}
|
|
2583
|
+
* @private
|
|
2584
|
+
*/
|
|
2585
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2586
|
+
}
|
|
1962
2587
|
|
|
1963
2588
|
/**
|
|
1964
2589
|
* @fileoverview added by tsickle
|
|
1965
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2590
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1966
2591
|
*/
|
|
1967
2592
|
var GridsterCompact = /** @class */ (function () {
|
|
1968
2593
|
function GridsterCompact(gridster) {
|
|
@@ -2200,11 +2825,18 @@
|
|
|
2200
2825
|
{ type: GridsterComponentInterface }
|
|
2201
2826
|
]; };
|
|
2202
2827
|
return GridsterCompact;
|
|
2203
|
-
}());
|
|
2828
|
+
}());
|
|
2829
|
+
if (false) {
|
|
2830
|
+
/**
|
|
2831
|
+
* @type {?}
|
|
2832
|
+
* @private
|
|
2833
|
+
*/
|
|
2834
|
+
GridsterCompact.prototype.gridster;
|
|
2835
|
+
}
|
|
2204
2836
|
|
|
2205
2837
|
/**
|
|
2206
2838
|
* @fileoverview added by tsickle
|
|
2207
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2839
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2208
2840
|
*/
|
|
2209
2841
|
var GridsterRenderer = /** @class */ (function () {
|
|
2210
2842
|
function GridsterRenderer(gridster) {
|
|
@@ -2511,11 +3143,18 @@
|
|
|
2511
3143
|
{ type: GridsterComponentInterface }
|
|
2512
3144
|
]; };
|
|
2513
3145
|
return GridsterRenderer;
|
|
2514
|
-
}());
|
|
3146
|
+
}());
|
|
3147
|
+
if (false) {
|
|
3148
|
+
/**
|
|
3149
|
+
* @type {?}
|
|
3150
|
+
* @private
|
|
3151
|
+
*/
|
|
3152
|
+
GridsterRenderer.prototype.gridster;
|
|
3153
|
+
}
|
|
2515
3154
|
|
|
2516
3155
|
/**
|
|
2517
3156
|
* @fileoverview added by tsickle
|
|
2518
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3157
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2519
3158
|
*/
|
|
2520
3159
|
var GridsterComponent = /** @class */ (function () {
|
|
2521
3160
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2670,6 +3309,17 @@
|
|
|
2670
3309
|
if (this.options.destroyCallback) {
|
|
2671
3310
|
this.options.destroyCallback(this);
|
|
2672
3311
|
}
|
|
3312
|
+
//if (this.options.api) {
|
|
3313
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3314
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3315
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3316
|
+
*/
|
|
3317
|
+
if (false) {
|
|
3318
|
+
this.options.api.resize = undefined;
|
|
3319
|
+
this.options.api.optionsChanged = undefined;
|
|
3320
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3321
|
+
this.options.api = undefined;
|
|
3322
|
+
}
|
|
2673
3323
|
this.emptyCell.destroy();
|
|
2674
3324
|
delete this.emptyCell;
|
|
2675
3325
|
this.compact.destroy();
|
|
@@ -3246,11 +3896,61 @@
|
|
|
3246
3896
|
options: [{ type: core.Input }]
|
|
3247
3897
|
};
|
|
3248
3898
|
return GridsterComponent;
|
|
3249
|
-
}());
|
|
3899
|
+
}());
|
|
3900
|
+
if (false) {
|
|
3901
|
+
/** @type {?} */
|
|
3902
|
+
GridsterComponent.prototype.options;
|
|
3903
|
+
/** @type {?} */
|
|
3904
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3905
|
+
/** @type {?} */
|
|
3906
|
+
GridsterComponent.prototype.movingItem;
|
|
3907
|
+
/** @type {?} */
|
|
3908
|
+
GridsterComponent.prototype.previewStyle;
|
|
3909
|
+
/** @type {?} */
|
|
3910
|
+
GridsterComponent.prototype.el;
|
|
3911
|
+
/** @type {?} */
|
|
3912
|
+
GridsterComponent.prototype.$options;
|
|
3913
|
+
/** @type {?} */
|
|
3914
|
+
GridsterComponent.prototype.mobile;
|
|
3915
|
+
/** @type {?} */
|
|
3916
|
+
GridsterComponent.prototype.curWidth;
|
|
3917
|
+
/** @type {?} */
|
|
3918
|
+
GridsterComponent.prototype.curHeight;
|
|
3919
|
+
/** @type {?} */
|
|
3920
|
+
GridsterComponent.prototype.grid;
|
|
3921
|
+
/** @type {?} */
|
|
3922
|
+
GridsterComponent.prototype.columns;
|
|
3923
|
+
/** @type {?} */
|
|
3924
|
+
GridsterComponent.prototype.rows;
|
|
3925
|
+
/** @type {?} */
|
|
3926
|
+
GridsterComponent.prototype.curColWidth;
|
|
3927
|
+
/** @type {?} */
|
|
3928
|
+
GridsterComponent.prototype.curRowHeight;
|
|
3929
|
+
/** @type {?} */
|
|
3930
|
+
GridsterComponent.prototype.gridColumns;
|
|
3931
|
+
/** @type {?} */
|
|
3932
|
+
GridsterComponent.prototype.gridRows;
|
|
3933
|
+
/** @type {?} */
|
|
3934
|
+
GridsterComponent.prototype.windowResize;
|
|
3935
|
+
/** @type {?} */
|
|
3936
|
+
GridsterComponent.prototype.dragInProgress;
|
|
3937
|
+
/** @type {?} */
|
|
3938
|
+
GridsterComponent.prototype.emptyCell;
|
|
3939
|
+
/** @type {?} */
|
|
3940
|
+
GridsterComponent.prototype.compact;
|
|
3941
|
+
/** @type {?} */
|
|
3942
|
+
GridsterComponent.prototype.gridRenderer;
|
|
3943
|
+
/** @type {?} */
|
|
3944
|
+
GridsterComponent.prototype.renderer;
|
|
3945
|
+
/** @type {?} */
|
|
3946
|
+
GridsterComponent.prototype.cdRef;
|
|
3947
|
+
/** @type {?} */
|
|
3948
|
+
GridsterComponent.prototype.zone;
|
|
3949
|
+
}
|
|
3250
3950
|
|
|
3251
3951
|
/**
|
|
3252
3952
|
* @fileoverview added by tsickle
|
|
3253
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3953
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3254
3954
|
*/
|
|
3255
3955
|
/**
|
|
3256
3956
|
* @abstract
|
|
@@ -3262,11 +3962,49 @@
|
|
|
3262
3962
|
function GridsterItemComponentInterface() {
|
|
3263
3963
|
}
|
|
3264
3964
|
return GridsterItemComponentInterface;
|
|
3265
|
-
}());
|
|
3965
|
+
}());
|
|
3966
|
+
if (false) {
|
|
3967
|
+
/** @type {?} */
|
|
3968
|
+
GridsterItemComponentInterface.prototype.item;
|
|
3969
|
+
/** @type {?} */
|
|
3970
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
3971
|
+
/** @type {?} */
|
|
3972
|
+
GridsterItemComponentInterface.prototype.top;
|
|
3973
|
+
/** @type {?} */
|
|
3974
|
+
GridsterItemComponentInterface.prototype.left;
|
|
3975
|
+
/** @type {?} */
|
|
3976
|
+
GridsterItemComponentInterface.prototype.width;
|
|
3977
|
+
/** @type {?} */
|
|
3978
|
+
GridsterItemComponentInterface.prototype.height;
|
|
3979
|
+
/** @type {?} */
|
|
3980
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
3981
|
+
/** @type {?} */
|
|
3982
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
3983
|
+
/** @type {?} */
|
|
3984
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3985
|
+
/** @type {?} */
|
|
3986
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3987
|
+
/** @type {?} */
|
|
3988
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3989
|
+
/** @type {?} */
|
|
3990
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
3991
|
+
/** @type {?} */
|
|
3992
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
3993
|
+
/** @type {?} */
|
|
3994
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
3995
|
+
/** @type {?} */
|
|
3996
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
3997
|
+
/** @type {?} */
|
|
3998
|
+
GridsterItemComponentInterface.prototype.el;
|
|
3999
|
+
/** @type {?} */
|
|
4000
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
4001
|
+
/** @type {?} */
|
|
4002
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
4003
|
+
}
|
|
3266
4004
|
|
|
3267
4005
|
/**
|
|
3268
4006
|
* @fileoverview added by tsickle
|
|
3269
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4007
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3270
4008
|
*/
|
|
3271
4009
|
var GridsterSwap = /** @class */ (function () {
|
|
3272
4010
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3394,11 +4132,28 @@
|
|
|
3394
4132
|
{ type: GridsterItemComponentInterface }
|
|
3395
4133
|
]; };
|
|
3396
4134
|
return GridsterSwap;
|
|
3397
|
-
}());
|
|
4135
|
+
}());
|
|
4136
|
+
if (false) {
|
|
4137
|
+
/**
|
|
4138
|
+
* @type {?}
|
|
4139
|
+
* @private
|
|
4140
|
+
*/
|
|
4141
|
+
GridsterSwap.prototype.swapedItem;
|
|
4142
|
+
/**
|
|
4143
|
+
* @type {?}
|
|
4144
|
+
* @private
|
|
4145
|
+
*/
|
|
4146
|
+
GridsterSwap.prototype.gridsterItem;
|
|
4147
|
+
/**
|
|
4148
|
+
* @type {?}
|
|
4149
|
+
* @private
|
|
4150
|
+
*/
|
|
4151
|
+
GridsterSwap.prototype.gridster;
|
|
4152
|
+
}
|
|
3398
4153
|
|
|
3399
4154
|
/**
|
|
3400
4155
|
* @fileoverview added by tsickle
|
|
3401
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4156
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3402
4157
|
*/
|
|
3403
4158
|
/** @type {?} */
|
|
3404
4159
|
var scrollSensitivity;
|
|
@@ -3593,7 +4348,7 @@
|
|
|
3593
4348
|
|
|
3594
4349
|
/**
|
|
3595
4350
|
* @fileoverview added by tsickle
|
|
3596
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4351
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3597
4352
|
*/
|
|
3598
4353
|
var GridsterPush = /** @class */ (function () {
|
|
3599
4354
|
function GridsterPush(gridsterItem) {
|
|
@@ -4083,11 +4838,61 @@
|
|
|
4083
4838
|
{ type: GridsterItemComponentInterface }
|
|
4084
4839
|
]; };
|
|
4085
4840
|
return GridsterPush;
|
|
4086
|
-
}());
|
|
4841
|
+
}());
|
|
4842
|
+
if (false) {
|
|
4843
|
+
/** @type {?} */
|
|
4844
|
+
GridsterPush.prototype.fromSouth;
|
|
4845
|
+
/** @type {?} */
|
|
4846
|
+
GridsterPush.prototype.fromNorth;
|
|
4847
|
+
/** @type {?} */
|
|
4848
|
+
GridsterPush.prototype.fromEast;
|
|
4849
|
+
/** @type {?} */
|
|
4850
|
+
GridsterPush.prototype.fromWest;
|
|
4851
|
+
/**
|
|
4852
|
+
* @type {?}
|
|
4853
|
+
* @private
|
|
4854
|
+
*/
|
|
4855
|
+
GridsterPush.prototype.pushedItems;
|
|
4856
|
+
/**
|
|
4857
|
+
* @type {?}
|
|
4858
|
+
* @private
|
|
4859
|
+
*/
|
|
4860
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4861
|
+
/**
|
|
4862
|
+
* @type {?}
|
|
4863
|
+
* @private
|
|
4864
|
+
*/
|
|
4865
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4866
|
+
/**
|
|
4867
|
+
* @type {?}
|
|
4868
|
+
* @private
|
|
4869
|
+
*/
|
|
4870
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4871
|
+
/**
|
|
4872
|
+
* @type {?}
|
|
4873
|
+
* @private
|
|
4874
|
+
*/
|
|
4875
|
+
GridsterPush.prototype.gridsterItem;
|
|
4876
|
+
/**
|
|
4877
|
+
* @type {?}
|
|
4878
|
+
* @private
|
|
4879
|
+
*/
|
|
4880
|
+
GridsterPush.prototype.gridster;
|
|
4881
|
+
/**
|
|
4882
|
+
* @type {?}
|
|
4883
|
+
* @private
|
|
4884
|
+
*/
|
|
4885
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
4886
|
+
/**
|
|
4887
|
+
* @type {?}
|
|
4888
|
+
* @private
|
|
4889
|
+
*/
|
|
4890
|
+
GridsterPush.prototype.tryPattern;
|
|
4891
|
+
}
|
|
4087
4892
|
|
|
4088
4893
|
/**
|
|
4089
4894
|
* @fileoverview added by tsickle
|
|
4090
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4895
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4091
4896
|
*/
|
|
4092
4897
|
var GridsterDraggable = /** @class */ (function () {
|
|
4093
4898
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4391,6 +5196,10 @@
|
|
|
4391
5196
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4392
5197
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4393
5198
|
}
|
|
5199
|
+
else {
|
|
5200
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5201
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5202
|
+
}
|
|
4394
5203
|
return this.gridsterItem.$item;
|
|
4395
5204
|
};
|
|
4396
5205
|
/**
|
|
@@ -4547,11 +5356,84 @@
|
|
|
4547
5356
|
{ type: core.NgZone }
|
|
4548
5357
|
]; };
|
|
4549
5358
|
return GridsterDraggable;
|
|
4550
|
-
}());
|
|
5359
|
+
}());
|
|
5360
|
+
if (false) {
|
|
5361
|
+
/** @type {?} */
|
|
5362
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5363
|
+
/** @type {?} */
|
|
5364
|
+
GridsterDraggable.prototype.gridster;
|
|
5365
|
+
/** @type {?} */
|
|
5366
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5367
|
+
/** @type {?} */
|
|
5368
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5369
|
+
/** @type {?} */
|
|
5370
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5371
|
+
/** @type {?} */
|
|
5372
|
+
GridsterDraggable.prototype.margin;
|
|
5373
|
+
/** @type {?} */
|
|
5374
|
+
GridsterDraggable.prototype.diffTop;
|
|
5375
|
+
/** @type {?} */
|
|
5376
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5377
|
+
/** @type {?} */
|
|
5378
|
+
GridsterDraggable.prototype.top;
|
|
5379
|
+
/** @type {?} */
|
|
5380
|
+
GridsterDraggable.prototype.left;
|
|
5381
|
+
/** @type {?} */
|
|
5382
|
+
GridsterDraggable.prototype.height;
|
|
5383
|
+
/** @type {?} */
|
|
5384
|
+
GridsterDraggable.prototype.width;
|
|
5385
|
+
/** @type {?} */
|
|
5386
|
+
GridsterDraggable.prototype.positionX;
|
|
5387
|
+
/** @type {?} */
|
|
5388
|
+
GridsterDraggable.prototype.positionY;
|
|
5389
|
+
/** @type {?} */
|
|
5390
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5391
|
+
/** @type {?} */
|
|
5392
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5393
|
+
/** @type {?} */
|
|
5394
|
+
GridsterDraggable.prototype.enabled;
|
|
5395
|
+
/** @type {?} */
|
|
5396
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5397
|
+
/** @type {?} */
|
|
5398
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5399
|
+
/** @type {?} */
|
|
5400
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5401
|
+
/** @type {?} */
|
|
5402
|
+
GridsterDraggable.prototype.mousemove;
|
|
5403
|
+
/** @type {?} */
|
|
5404
|
+
GridsterDraggable.prototype.mouseup;
|
|
5405
|
+
/** @type {?} */
|
|
5406
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5407
|
+
/** @type {?} */
|
|
5408
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5409
|
+
/** @type {?} */
|
|
5410
|
+
GridsterDraggable.prototype.touchmove;
|
|
5411
|
+
/** @type {?} */
|
|
5412
|
+
GridsterDraggable.prototype.touchend;
|
|
5413
|
+
/** @type {?} */
|
|
5414
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5415
|
+
/** @type {?} */
|
|
5416
|
+
GridsterDraggable.prototype.mousedown;
|
|
5417
|
+
/** @type {?} */
|
|
5418
|
+
GridsterDraggable.prototype.touchstart;
|
|
5419
|
+
/** @type {?} */
|
|
5420
|
+
GridsterDraggable.prototype.push;
|
|
5421
|
+
/** @type {?} */
|
|
5422
|
+
GridsterDraggable.prototype.swap;
|
|
5423
|
+
/** @type {?} */
|
|
5424
|
+
GridsterDraggable.prototype.path;
|
|
5425
|
+
/** @type {?} */
|
|
5426
|
+
GridsterDraggable.prototype.collision;
|
|
5427
|
+
/**
|
|
5428
|
+
* @type {?}
|
|
5429
|
+
* @private
|
|
5430
|
+
*/
|
|
5431
|
+
GridsterDraggable.prototype.zone;
|
|
5432
|
+
}
|
|
4551
5433
|
|
|
4552
5434
|
/**
|
|
4553
5435
|
* @fileoverview added by tsickle
|
|
4554
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5436
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4555
5437
|
*/
|
|
4556
5438
|
var GridsterPushResize = /** @class */ (function () {
|
|
4557
5439
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -4931,11 +5813,46 @@
|
|
|
4931
5813
|
{ type: GridsterItemComponentInterface }
|
|
4932
5814
|
]; };
|
|
4933
5815
|
return GridsterPushResize;
|
|
4934
|
-
}());
|
|
5816
|
+
}());
|
|
5817
|
+
if (false) {
|
|
5818
|
+
/** @type {?} */
|
|
5819
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5820
|
+
/** @type {?} */
|
|
5821
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5822
|
+
/** @type {?} */
|
|
5823
|
+
GridsterPushResize.prototype.fromEast;
|
|
5824
|
+
/** @type {?} */
|
|
5825
|
+
GridsterPushResize.prototype.fromWest;
|
|
5826
|
+
/**
|
|
5827
|
+
* @type {?}
|
|
5828
|
+
* @private
|
|
5829
|
+
*/
|
|
5830
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5831
|
+
/**
|
|
5832
|
+
* @type {?}
|
|
5833
|
+
* @private
|
|
5834
|
+
*/
|
|
5835
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5836
|
+
/**
|
|
5837
|
+
* @type {?}
|
|
5838
|
+
* @private
|
|
5839
|
+
*/
|
|
5840
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5841
|
+
/**
|
|
5842
|
+
* @type {?}
|
|
5843
|
+
* @private
|
|
5844
|
+
*/
|
|
5845
|
+
GridsterPushResize.prototype.gridster;
|
|
5846
|
+
/**
|
|
5847
|
+
* @type {?}
|
|
5848
|
+
* @private
|
|
5849
|
+
*/
|
|
5850
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5851
|
+
}
|
|
4935
5852
|
|
|
4936
5853
|
/**
|
|
4937
5854
|
* @fileoverview added by tsickle
|
|
4938
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5855
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4939
5856
|
*/
|
|
4940
5857
|
var GridsterResizable = /** @class */ (function () {
|
|
4941
5858
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5477,11 +6394,86 @@
|
|
|
5477
6394
|
{ type: core.NgZone }
|
|
5478
6395
|
]; };
|
|
5479
6396
|
return GridsterResizable;
|
|
5480
|
-
}());
|
|
6397
|
+
}());
|
|
6398
|
+
if (false) {
|
|
6399
|
+
/** @type {?} */
|
|
6400
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6401
|
+
/** @type {?} */
|
|
6402
|
+
GridsterResizable.prototype.gridster;
|
|
6403
|
+
/** @type {?} */
|
|
6404
|
+
GridsterResizable.prototype.lastMouse;
|
|
6405
|
+
/** @type {?} */
|
|
6406
|
+
GridsterResizable.prototype.itemBackup;
|
|
6407
|
+
/** @type {?} */
|
|
6408
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6409
|
+
/** @type {?} */
|
|
6410
|
+
GridsterResizable.prototype.directionFunction;
|
|
6411
|
+
/** @type {?} */
|
|
6412
|
+
GridsterResizable.prototype.dragFunction;
|
|
6413
|
+
/** @type {?} */
|
|
6414
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6415
|
+
/** @type {?} */
|
|
6416
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6417
|
+
/** @type {?} */
|
|
6418
|
+
GridsterResizable.prototype.mousemove;
|
|
6419
|
+
/** @type {?} */
|
|
6420
|
+
GridsterResizable.prototype.mouseup;
|
|
6421
|
+
/** @type {?} */
|
|
6422
|
+
GridsterResizable.prototype.mouseleave;
|
|
6423
|
+
/** @type {?} */
|
|
6424
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6425
|
+
/** @type {?} */
|
|
6426
|
+
GridsterResizable.prototype.touchmove;
|
|
6427
|
+
/** @type {?} */
|
|
6428
|
+
GridsterResizable.prototype.touchend;
|
|
6429
|
+
/** @type {?} */
|
|
6430
|
+
GridsterResizable.prototype.touchcancel;
|
|
6431
|
+
/** @type {?} */
|
|
6432
|
+
GridsterResizable.prototype.push;
|
|
6433
|
+
/** @type {?} */
|
|
6434
|
+
GridsterResizable.prototype.pushResize;
|
|
6435
|
+
/** @type {?} */
|
|
6436
|
+
GridsterResizable.prototype.minHeight;
|
|
6437
|
+
/** @type {?} */
|
|
6438
|
+
GridsterResizable.prototype.minWidth;
|
|
6439
|
+
/** @type {?} */
|
|
6440
|
+
GridsterResizable.prototype.offsetTop;
|
|
6441
|
+
/** @type {?} */
|
|
6442
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6443
|
+
/** @type {?} */
|
|
6444
|
+
GridsterResizable.prototype.diffTop;
|
|
6445
|
+
/** @type {?} */
|
|
6446
|
+
GridsterResizable.prototype.diffLeft;
|
|
6447
|
+
/** @type {?} */
|
|
6448
|
+
GridsterResizable.prototype.diffRight;
|
|
6449
|
+
/** @type {?} */
|
|
6450
|
+
GridsterResizable.prototype.diffBottom;
|
|
6451
|
+
/** @type {?} */
|
|
6452
|
+
GridsterResizable.prototype.margin;
|
|
6453
|
+
/** @type {?} */
|
|
6454
|
+
GridsterResizable.prototype.top;
|
|
6455
|
+
/** @type {?} */
|
|
6456
|
+
GridsterResizable.prototype.left;
|
|
6457
|
+
/** @type {?} */
|
|
6458
|
+
GridsterResizable.prototype.bottom;
|
|
6459
|
+
/** @type {?} */
|
|
6460
|
+
GridsterResizable.prototype.right;
|
|
6461
|
+
/** @type {?} */
|
|
6462
|
+
GridsterResizable.prototype.width;
|
|
6463
|
+
/** @type {?} */
|
|
6464
|
+
GridsterResizable.prototype.height;
|
|
6465
|
+
/** @type {?} */
|
|
6466
|
+
GridsterResizable.prototype.newPosition;
|
|
6467
|
+
/**
|
|
6468
|
+
* @type {?}
|
|
6469
|
+
* @private
|
|
6470
|
+
*/
|
|
6471
|
+
GridsterResizable.prototype.zone;
|
|
6472
|
+
}
|
|
5481
6473
|
|
|
5482
6474
|
/**
|
|
5483
6475
|
* @fileoverview added by tsickle
|
|
5484
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6476
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5485
6477
|
*/
|
|
5486
6478
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5487
6479
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5676,11 +6668,44 @@
|
|
|
5676
6668
|
item: [{ type: core.Input }]
|
|
5677
6669
|
};
|
|
5678
6670
|
return GridsterItemComponent;
|
|
5679
|
-
}());
|
|
6671
|
+
}());
|
|
6672
|
+
if (false) {
|
|
6673
|
+
/** @type {?} */
|
|
6674
|
+
GridsterItemComponent.prototype.item;
|
|
6675
|
+
/** @type {?} */
|
|
6676
|
+
GridsterItemComponent.prototype.$item;
|
|
6677
|
+
/** @type {?} */
|
|
6678
|
+
GridsterItemComponent.prototype.el;
|
|
6679
|
+
/** @type {?} */
|
|
6680
|
+
GridsterItemComponent.prototype.gridster;
|
|
6681
|
+
/** @type {?} */
|
|
6682
|
+
GridsterItemComponent.prototype.top;
|
|
6683
|
+
/** @type {?} */
|
|
6684
|
+
GridsterItemComponent.prototype.left;
|
|
6685
|
+
/** @type {?} */
|
|
6686
|
+
GridsterItemComponent.prototype.width;
|
|
6687
|
+
/** @type {?} */
|
|
6688
|
+
GridsterItemComponent.prototype.height;
|
|
6689
|
+
/** @type {?} */
|
|
6690
|
+
GridsterItemComponent.prototype.drag;
|
|
6691
|
+
/** @type {?} */
|
|
6692
|
+
GridsterItemComponent.prototype.resize;
|
|
6693
|
+
/** @type {?} */
|
|
6694
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6695
|
+
/** @type {?} */
|
|
6696
|
+
GridsterItemComponent.prototype.init;
|
|
6697
|
+
/** @type {?} */
|
|
6698
|
+
GridsterItemComponent.prototype.renderer;
|
|
6699
|
+
/**
|
|
6700
|
+
* @type {?}
|
|
6701
|
+
* @private
|
|
6702
|
+
*/
|
|
6703
|
+
GridsterItemComponent.prototype.zone;
|
|
6704
|
+
}
|
|
5680
6705
|
|
|
5681
6706
|
/**
|
|
5682
6707
|
* @fileoverview added by tsickle
|
|
5683
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6708
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5684
6709
|
*/
|
|
5685
6710
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5686
6711
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5735,11 +6760,19 @@
|
|
|
5735
6760
|
{ type: core.Renderer2 }
|
|
5736
6761
|
]; };
|
|
5737
6762
|
return GridsterPreviewComponent;
|
|
5738
|
-
}());
|
|
6763
|
+
}());
|
|
6764
|
+
if (false) {
|
|
6765
|
+
/** @type {?} */
|
|
6766
|
+
GridsterPreviewComponent.prototype.el;
|
|
6767
|
+
/** @type {?} */
|
|
6768
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6769
|
+
/** @type {?} */
|
|
6770
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6771
|
+
}
|
|
5739
6772
|
|
|
5740
6773
|
/**
|
|
5741
6774
|
* @fileoverview added by tsickle
|
|
5742
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6775
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5743
6776
|
*/
|
|
5744
6777
|
var GridsterModule = /** @class */ (function () {
|
|
5745
6778
|
function GridsterModule() {
|
|
@@ -5764,7 +6797,7 @@
|
|
|
5764
6797
|
|
|
5765
6798
|
/**
|
|
5766
6799
|
* @fileoverview added by tsickle
|
|
5767
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6800
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5768
6801
|
*/
|
|
5769
6802
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
5770
6803
|
function DashboardFrameworkModule() {
|
|
@@ -5796,7 +6829,7 @@
|
|
|
5796
6829
|
|
|
5797
6830
|
/**
|
|
5798
6831
|
* @fileoverview added by tsickle
|
|
5799
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6832
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5800
6833
|
*/
|
|
5801
6834
|
/**
|
|
5802
6835
|
* @abstract
|
|
@@ -5840,11 +6873,35 @@
|
|
|
5840
6873
|
initialize: [{ type: core.Input }]
|
|
5841
6874
|
};
|
|
5842
6875
|
return RaBaseDashboardTemplate;
|
|
5843
|
-
}());
|
|
6876
|
+
}());
|
|
6877
|
+
if (false) {
|
|
6878
|
+
/** @type {?} */
|
|
6879
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6880
|
+
/** @type {?} */
|
|
6881
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6882
|
+
/** @type {?} */
|
|
6883
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6884
|
+
/** @type {?} */
|
|
6885
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6886
|
+
/** @type {?} */
|
|
6887
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
6888
|
+
/** @type {?} */
|
|
6889
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
6890
|
+
/**
|
|
6891
|
+
* @type {?}
|
|
6892
|
+
* @private
|
|
6893
|
+
*/
|
|
6894
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
6895
|
+
/**
|
|
6896
|
+
* @abstract
|
|
6897
|
+
* @return {?}
|
|
6898
|
+
*/
|
|
6899
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
6900
|
+
}
|
|
5844
6901
|
|
|
5845
6902
|
/**
|
|
5846
6903
|
* @fileoverview added by tsickle
|
|
5847
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6904
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5848
6905
|
*/
|
|
5849
6906
|
/**
|
|
5850
6907
|
* @abstract
|
|
@@ -5864,7 +6921,19 @@
|
|
|
5864
6921
|
getAllFilterConfig: [{ type: core.Input }]
|
|
5865
6922
|
};
|
|
5866
6923
|
return RaBaseDashboardFilter;
|
|
5867
|
-
}());
|
|
6924
|
+
}());
|
|
6925
|
+
if (false) {
|
|
6926
|
+
/**
|
|
6927
|
+
* @type {?}
|
|
6928
|
+
* @private
|
|
6929
|
+
*/
|
|
6930
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6931
|
+
/**
|
|
6932
|
+
* @abstract
|
|
6933
|
+
* @return {?}
|
|
6934
|
+
*/
|
|
6935
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6936
|
+
}
|
|
5868
6937
|
|
|
5869
6938
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
5870
6939
|
exports.RADashboardArea = RADashboardArea;
|