@schneideress/dashboardframework 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/schneideress-dashboardframework.umd.js +85 -1080
- 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 +33 -16
- package/esm2015/lib/ra.base.dashboard.filter.js +2 -2
- 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 +41 -19
- package/esm5/lib/ra.base.dashboard.filter.js +2 -2
- 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 +75 -965
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +86 -971
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -13,7 +13,7 @@ import { CommonModule } from '@angular/common';
|
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @fileoverview added by tsickle
|
|
16
|
-
* @suppress {checkTypes,
|
|
16
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
17
17
|
*/
|
|
18
18
|
class RaDashboardService extends BaseService {
|
|
19
19
|
/**
|
|
@@ -142,18 +142,11 @@ RaDashboardService.decorators = [
|
|
|
142
142
|
RaDashboardService.ctorParameters = () => [
|
|
143
143
|
{ type: Injector }
|
|
144
144
|
];
|
|
145
|
-
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
146
|
-
if (false) {
|
|
147
|
-
/**
|
|
148
|
-
* @type {?}
|
|
149
|
-
* @private
|
|
150
|
-
*/
|
|
151
|
-
RaDashboardService.prototype.loadedScripts;
|
|
152
|
-
}
|
|
145
|
+
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
153
146
|
|
|
154
147
|
/**
|
|
155
148
|
* @fileoverview added by tsickle
|
|
156
|
-
* @suppress {checkTypes,
|
|
149
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
157
150
|
*/
|
|
158
151
|
class RADashboardEventBus {
|
|
159
152
|
constructor() {
|
|
@@ -223,18 +216,11 @@ RADashboardEventBus.decorators = [
|
|
|
223
216
|
providedIn: 'root'
|
|
224
217
|
},] }
|
|
225
218
|
];
|
|
226
|
-
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
227
|
-
if (false) {
|
|
228
|
-
/**
|
|
229
|
-
* @type {?}
|
|
230
|
-
* @private
|
|
231
|
-
*/
|
|
232
|
-
RADashboardEventBus.prototype.eventQueue;
|
|
233
|
-
}
|
|
219
|
+
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
234
220
|
|
|
235
221
|
/**
|
|
236
222
|
* @fileoverview added by tsickle
|
|
237
|
-
* @suppress {checkTypes,
|
|
223
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
238
224
|
*/
|
|
239
225
|
/** @enum {string} */
|
|
240
226
|
const RAEvent = {
|
|
@@ -283,7 +269,7 @@ const RAEventKey = {
|
|
|
283
269
|
|
|
284
270
|
/**
|
|
285
271
|
* @fileoverview added by tsickle
|
|
286
|
-
* @suppress {checkTypes,
|
|
272
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
287
273
|
*/
|
|
288
274
|
/** @enum {string} */
|
|
289
275
|
const GridType = {
|
|
@@ -310,196 +296,11 @@ const CompactType = {
|
|
|
310
296
|
CompactRight: 'compactRight',
|
|
311
297
|
CompactUpAndRight: 'compactUp&Right',
|
|
312
298
|
CompactRightAndUp: 'compactRight&Up',
|
|
313
|
-
};
|
|
314
|
-
/**
|
|
315
|
-
* @record
|
|
316
|
-
*/
|
|
317
|
-
function GridsterConfig() { }
|
|
318
|
-
if (false) {
|
|
319
|
-
/** @type {?|undefined} */
|
|
320
|
-
GridsterConfig.prototype.gridType;
|
|
321
|
-
/** @type {?|undefined} */
|
|
322
|
-
GridsterConfig.prototype.fixedColWidth;
|
|
323
|
-
/** @type {?|undefined} */
|
|
324
|
-
GridsterConfig.prototype.fixedRowHeight;
|
|
325
|
-
/** @type {?|undefined} */
|
|
326
|
-
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
327
|
-
/** @type {?|undefined} */
|
|
328
|
-
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
329
|
-
/** @type {?|undefined} */
|
|
330
|
-
GridsterConfig.prototype.setGridSize;
|
|
331
|
-
/** @type {?|undefined} */
|
|
332
|
-
GridsterConfig.prototype.compactType;
|
|
333
|
-
/** @type {?|undefined} */
|
|
334
|
-
GridsterConfig.prototype.mobileBreakpoint;
|
|
335
|
-
/** @type {?|undefined} */
|
|
336
|
-
GridsterConfig.prototype.minCols;
|
|
337
|
-
/** @type {?|undefined} */
|
|
338
|
-
GridsterConfig.prototype.maxCols;
|
|
339
|
-
/** @type {?|undefined} */
|
|
340
|
-
GridsterConfig.prototype.minRows;
|
|
341
|
-
/** @type {?|undefined} */
|
|
342
|
-
GridsterConfig.prototype.maxRows;
|
|
343
|
-
/** @type {?|undefined} */
|
|
344
|
-
GridsterConfig.prototype.defaultItemCols;
|
|
345
|
-
/** @type {?|undefined} */
|
|
346
|
-
GridsterConfig.prototype.defaultItemRows;
|
|
347
|
-
/** @type {?|undefined} */
|
|
348
|
-
GridsterConfig.prototype.maxItemCols;
|
|
349
|
-
/** @type {?|undefined} */
|
|
350
|
-
GridsterConfig.prototype.maxItemRows;
|
|
351
|
-
/** @type {?|undefined} */
|
|
352
|
-
GridsterConfig.prototype.minItemCols;
|
|
353
|
-
/** @type {?|undefined} */
|
|
354
|
-
GridsterConfig.prototype.minItemRows;
|
|
355
|
-
/** @type {?|undefined} */
|
|
356
|
-
GridsterConfig.prototype.minItemArea;
|
|
357
|
-
/** @type {?|undefined} */
|
|
358
|
-
GridsterConfig.prototype.maxItemArea;
|
|
359
|
-
/** @type {?|undefined} */
|
|
360
|
-
GridsterConfig.prototype.margin;
|
|
361
|
-
/** @type {?|undefined} */
|
|
362
|
-
GridsterConfig.prototype.outerMargin;
|
|
363
|
-
/** @type {?|undefined} */
|
|
364
|
-
GridsterConfig.prototype.outerMarginTop;
|
|
365
|
-
/** @type {?|undefined} */
|
|
366
|
-
GridsterConfig.prototype.outerMarginRight;
|
|
367
|
-
/** @type {?|undefined} */
|
|
368
|
-
GridsterConfig.prototype.outerMarginBottom;
|
|
369
|
-
/** @type {?|undefined} */
|
|
370
|
-
GridsterConfig.prototype.outerMarginLeft;
|
|
371
|
-
/** @type {?|undefined} */
|
|
372
|
-
GridsterConfig.prototype.useTransformPositioning;
|
|
373
|
-
/** @type {?|undefined} */
|
|
374
|
-
GridsterConfig.prototype.scrollSensitivity;
|
|
375
|
-
/** @type {?|undefined} */
|
|
376
|
-
GridsterConfig.prototype.scrollSpeed;
|
|
377
|
-
/** @type {?|undefined} */
|
|
378
|
-
GridsterConfig.prototype.initCallback;
|
|
379
|
-
/** @type {?|undefined} */
|
|
380
|
-
GridsterConfig.prototype.destroyCallback;
|
|
381
|
-
/** @type {?|undefined} */
|
|
382
|
-
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
383
|
-
/** @type {?|undefined} */
|
|
384
|
-
GridsterConfig.prototype.itemChangeCallback;
|
|
385
|
-
/** @type {?|undefined} */
|
|
386
|
-
GridsterConfig.prototype.itemResizeCallback;
|
|
387
|
-
/** @type {?|undefined} */
|
|
388
|
-
GridsterConfig.prototype.itemInitCallback;
|
|
389
|
-
/** @type {?|undefined} */
|
|
390
|
-
GridsterConfig.prototype.itemRemovedCallback;
|
|
391
|
-
/** @type {?|undefined} */
|
|
392
|
-
GridsterConfig.prototype.itemValidateCallback;
|
|
393
|
-
/** @type {?|undefined} */
|
|
394
|
-
GridsterConfig.prototype.draggable;
|
|
395
|
-
/** @type {?|undefined} */
|
|
396
|
-
GridsterConfig.prototype.resizable;
|
|
397
|
-
/** @type {?|undefined} */
|
|
398
|
-
GridsterConfig.prototype.swap;
|
|
399
|
-
/** @type {?|undefined} */
|
|
400
|
-
GridsterConfig.prototype.pushItems;
|
|
401
|
-
/** @type {?|undefined} */
|
|
402
|
-
GridsterConfig.prototype.disablePushOnDrag;
|
|
403
|
-
/** @type {?|undefined} */
|
|
404
|
-
GridsterConfig.prototype.disablePushOnResize;
|
|
405
|
-
/** @type {?|undefined} */
|
|
406
|
-
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
407
|
-
/** @type {?|undefined} */
|
|
408
|
-
GridsterConfig.prototype.pushDirections;
|
|
409
|
-
/** @type {?|undefined} */
|
|
410
|
-
GridsterConfig.prototype.pushResizeItems;
|
|
411
|
-
/** @type {?|undefined} */
|
|
412
|
-
GridsterConfig.prototype.displayGrid;
|
|
413
|
-
/** @type {?|undefined} */
|
|
414
|
-
GridsterConfig.prototype.disableWindowResize;
|
|
415
|
-
/** @type {?|undefined} */
|
|
416
|
-
GridsterConfig.prototype.disableWarnings;
|
|
417
|
-
/** @type {?|undefined} */
|
|
418
|
-
GridsterConfig.prototype.scrollToNewItems;
|
|
419
|
-
/** @type {?|undefined} */
|
|
420
|
-
GridsterConfig.prototype.enableEmptyCellClick;
|
|
421
|
-
/** @type {?|undefined} */
|
|
422
|
-
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
423
|
-
/** @type {?|undefined} */
|
|
424
|
-
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
425
|
-
/** @type {?|undefined} */
|
|
426
|
-
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
427
|
-
/** @type {?|undefined} */
|
|
428
|
-
GridsterConfig.prototype.emptyCellClickCallback;
|
|
429
|
-
/** @type {?|undefined} */
|
|
430
|
-
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
431
|
-
/** @type {?|undefined} */
|
|
432
|
-
GridsterConfig.prototype.emptyCellDropCallback;
|
|
433
|
-
/** @type {?|undefined} */
|
|
434
|
-
GridsterConfig.prototype.emptyCellDragCallback;
|
|
435
|
-
/** @type {?|undefined} */
|
|
436
|
-
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
437
|
-
/** @type {?|undefined} */
|
|
438
|
-
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
439
|
-
/** @type {?|undefined} */
|
|
440
|
-
GridsterConfig.prototype.ignoreMarginInRow;
|
|
441
|
-
/** @type {?|undefined} */
|
|
442
|
-
GridsterConfig.prototype.autoResizeonDrag;
|
|
443
|
-
/** @type {?|undefined} */
|
|
444
|
-
GridsterConfig.prototype.api;
|
|
445
|
-
/* Skipping unhandled member: [propName: string]: any;*/
|
|
446
|
-
}
|
|
447
|
-
/**
|
|
448
|
-
* @record
|
|
449
|
-
*/
|
|
450
|
-
function DragBase() { }
|
|
451
|
-
if (false) {
|
|
452
|
-
/** @type {?|undefined} */
|
|
453
|
-
DragBase.prototype.enabled;
|
|
454
|
-
/** @type {?|undefined} */
|
|
455
|
-
DragBase.prototype.stop;
|
|
456
|
-
/** @type {?|undefined} */
|
|
457
|
-
DragBase.prototype.start;
|
|
458
|
-
/** @type {?|undefined} */
|
|
459
|
-
DragBase.prototype.delayStart;
|
|
460
|
-
}
|
|
461
|
-
/**
|
|
462
|
-
* @record
|
|
463
|
-
*/
|
|
464
|
-
function Draggable() { }
|
|
465
|
-
if (false) {
|
|
466
|
-
/** @type {?|undefined} */
|
|
467
|
-
Draggable.prototype.ignoreContentClass;
|
|
468
|
-
/** @type {?|undefined} */
|
|
469
|
-
Draggable.prototype.ignoreContent;
|
|
470
|
-
/** @type {?|undefined} */
|
|
471
|
-
Draggable.prototype.dragHandleClass;
|
|
472
|
-
/** @type {?|undefined} */
|
|
473
|
-
Draggable.prototype.dropOverItems;
|
|
474
|
-
/** @type {?|undefined} */
|
|
475
|
-
Draggable.prototype.dropOverItemsCallback;
|
|
476
|
-
}
|
|
477
|
-
/**
|
|
478
|
-
* @record
|
|
479
|
-
*/
|
|
480
|
-
function Resizable() { }
|
|
481
|
-
if (false) {
|
|
482
|
-
/** @type {?|undefined} */
|
|
483
|
-
Resizable.prototype.handles;
|
|
484
|
-
}
|
|
485
|
-
/**
|
|
486
|
-
* @record
|
|
487
|
-
*/
|
|
488
|
-
function PushDirections() { }
|
|
489
|
-
if (false) {
|
|
490
|
-
/** @type {?} */
|
|
491
|
-
PushDirections.prototype.north;
|
|
492
|
-
/** @type {?} */
|
|
493
|
-
PushDirections.prototype.east;
|
|
494
|
-
/** @type {?} */
|
|
495
|
-
PushDirections.prototype.south;
|
|
496
|
-
/** @type {?} */
|
|
497
|
-
PushDirections.prototype.west;
|
|
498
|
-
}
|
|
299
|
+
};
|
|
499
300
|
|
|
500
301
|
/**
|
|
501
302
|
* @fileoverview added by tsickle
|
|
502
|
-
* @suppress {checkTypes,
|
|
303
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
503
304
|
*/
|
|
504
305
|
/** @type {?} */
|
|
505
306
|
const GridsterConfigDefaultSettings = {
|
|
@@ -565,7 +366,7 @@ const GridsterConfigDefaultSettings = {
|
|
|
565
366
|
|
|
566
367
|
/**
|
|
567
368
|
* @fileoverview added by tsickle
|
|
568
|
-
* @suppress {checkTypes,
|
|
369
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
569
370
|
*/
|
|
570
371
|
class RADashboardArea {
|
|
571
372
|
/**
|
|
@@ -975,83 +776,11 @@ RADashboardArea.propDecorators = {
|
|
|
975
776
|
widgetHeight: [{ type: Input, args: ['widget-height',] }],
|
|
976
777
|
widgetWidth: [{ type: Input, args: ['widget-width',] }],
|
|
977
778
|
appConfig: [{ type: Input, args: ['app-config',] }]
|
|
978
|
-
};
|
|
979
|
-
if (false) {
|
|
980
|
-
/** @type {?} */
|
|
981
|
-
RADashboardArea.prototype.widgetList;
|
|
982
|
-
/** @type {?} */
|
|
983
|
-
RADashboardArea.prototype.options;
|
|
984
|
-
/** @type {?} */
|
|
985
|
-
RADashboardArea.prototype.gridheight;
|
|
986
|
-
/**
|
|
987
|
-
* @type {?}
|
|
988
|
-
* @private
|
|
989
|
-
*/
|
|
990
|
-
RADashboardArea.prototype.conifgAddClick;
|
|
991
|
-
/**
|
|
992
|
-
* @type {?}
|
|
993
|
-
* @private
|
|
994
|
-
*/
|
|
995
|
-
RADashboardArea.prototype.widgetDeleteEvent;
|
|
996
|
-
/**
|
|
997
|
-
* @type {?}
|
|
998
|
-
* @private
|
|
999
|
-
*/
|
|
1000
|
-
RADashboardArea.prototype.widgetAddEvent;
|
|
1001
|
-
/**
|
|
1002
|
-
* @type {?}
|
|
1003
|
-
* @private
|
|
1004
|
-
*/
|
|
1005
|
-
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1006
|
-
/**
|
|
1007
|
-
* @type {?}
|
|
1008
|
-
* @private
|
|
1009
|
-
*/
|
|
1010
|
-
RADashboardArea.prototype.isWidgetLoaded;
|
|
1011
|
-
/** @type {?} */
|
|
1012
|
-
RADashboardArea.prototype.userDashboardId;
|
|
1013
|
-
/** @type {?} */
|
|
1014
|
-
RADashboardArea.prototype.areaKey;
|
|
1015
|
-
/** @type {?} */
|
|
1016
|
-
RADashboardArea.prototype.globalFilter;
|
|
1017
|
-
/** @type {?} */
|
|
1018
|
-
RADashboardArea.prototype.raDashboardEventBus;
|
|
1019
|
-
/** @type {?} */
|
|
1020
|
-
RADashboardArea.prototype.widgetHeight;
|
|
1021
|
-
/** @type {?} */
|
|
1022
|
-
RADashboardArea.prototype.widgetWidth;
|
|
1023
|
-
/** @type {?} */
|
|
1024
|
-
RADashboardArea.prototype.appConfig;
|
|
1025
|
-
/**
|
|
1026
|
-
* @type {?}
|
|
1027
|
-
* @private
|
|
1028
|
-
*/
|
|
1029
|
-
RADashboardArea.prototype.dashboardService;
|
|
1030
|
-
/**
|
|
1031
|
-
* @type {?}
|
|
1032
|
-
* @private
|
|
1033
|
-
*/
|
|
1034
|
-
RADashboardArea.prototype.ngZone;
|
|
1035
|
-
/**
|
|
1036
|
-
* @type {?}
|
|
1037
|
-
* @private
|
|
1038
|
-
*/
|
|
1039
|
-
RADashboardArea.prototype.ngxService;
|
|
1040
|
-
/**
|
|
1041
|
-
* @type {?}
|
|
1042
|
-
* @private
|
|
1043
|
-
*/
|
|
1044
|
-
RADashboardArea.prototype.translateService;
|
|
1045
|
-
/**
|
|
1046
|
-
* @type {?}
|
|
1047
|
-
* @private
|
|
1048
|
-
*/
|
|
1049
|
-
RADashboardArea.prototype.notifier;
|
|
1050
|
-
}
|
|
779
|
+
};
|
|
1051
780
|
|
|
1052
781
|
/**
|
|
1053
782
|
* @fileoverview added by tsickle
|
|
1054
|
-
* @suppress {checkTypes,
|
|
783
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1055
784
|
*/
|
|
1056
785
|
class RAWidgetContainer {
|
|
1057
786
|
/**
|
|
@@ -1067,6 +796,7 @@ class RAWidgetContainer {
|
|
|
1067
796
|
this.translateService = translateService;
|
|
1068
797
|
this.ngZone = ngZone;
|
|
1069
798
|
this.notifier = notifier;
|
|
799
|
+
this.showPanel = false;
|
|
1070
800
|
this.isWidgetLoaded = false;
|
|
1071
801
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1072
802
|
this.lockClass = "unlocked";
|
|
@@ -1185,7 +915,7 @@ class RAWidgetContainer {
|
|
|
1185
915
|
* @return {?}
|
|
1186
916
|
*/
|
|
1187
917
|
loadWidget(widgetInfo) {
|
|
1188
|
-
return __awaiter(this, void 0, void 0,
|
|
918
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1189
919
|
/** @type {?} */
|
|
1190
920
|
let widgetConfigFilter = (/** @type {?} */ ({
|
|
1191
921
|
config: widgetInfo.widgetConfigInfo.config,
|
|
@@ -1202,15 +932,29 @@ class RAWidgetContainer {
|
|
|
1202
932
|
document.body.addEventListener('widgetinitiated' + widgetInfo.widgetInstanceId, (/**
|
|
1203
933
|
* @return {?}
|
|
1204
934
|
*/
|
|
1205
|
-
() => __awaiter(this, void 0, void 0,
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
935
|
+
() => __awaiter(this, void 0, void 0, function* () {
|
|
936
|
+
setTimeout((/**
|
|
937
|
+
* @return {?}
|
|
938
|
+
*/
|
|
939
|
+
() => __awaiter(this, void 0, void 0, function* () {
|
|
940
|
+
this.widgetElement.addEventListener('on-data-load', (/**
|
|
941
|
+
* @param {?} e
|
|
942
|
+
* @return {?}
|
|
943
|
+
*/
|
|
944
|
+
(e) => {
|
|
945
|
+
if (e.detail)
|
|
946
|
+
this.showPanel = true;
|
|
947
|
+
else
|
|
948
|
+
this.showPanel = false;
|
|
949
|
+
}));
|
|
950
|
+
widgetContainer.isWidgetLoaded = true;
|
|
951
|
+
widgetConfigFilter.appConfig = this.appConfig;
|
|
952
|
+
widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
|
|
953
|
+
widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
|
|
954
|
+
widgetContainer.widgetElement.loadContent(widgetConfigFilter);
|
|
955
|
+
yield widgetContainer.setLock(widgetConfigFilter.config);
|
|
956
|
+
yield widgetContainer.setDownloadIcon();
|
|
957
|
+
})));
|
|
1214
958
|
})));
|
|
1215
959
|
this.ctlWidget.nativeElement.appendChild(this.widgetElement);
|
|
1216
960
|
}));
|
|
@@ -1222,7 +966,7 @@ class RAWidgetContainer {
|
|
|
1222
966
|
* @return {?}
|
|
1223
967
|
*/
|
|
1224
968
|
refreshWidget(widgetInfo) {
|
|
1225
|
-
return __awaiter(this, void 0, void 0,
|
|
969
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1226
970
|
/** @type {?} */
|
|
1227
971
|
let widgetContainerContext = this;
|
|
1228
972
|
/** @type {?} */
|
|
@@ -1245,7 +989,7 @@ class RAWidgetContainer {
|
|
|
1245
989
|
* @return {?}
|
|
1246
990
|
*/
|
|
1247
991
|
setLock(config) {
|
|
1248
|
-
return __awaiter(this, void 0, void 0,
|
|
992
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1249
993
|
this.lockStatus = yield this.widgetElement.loadLockStatus(config);
|
|
1250
994
|
if (this.lockStatus) {
|
|
1251
995
|
switch (this.lockStatus) {
|
|
@@ -1274,7 +1018,7 @@ class RAWidgetContainer {
|
|
|
1274
1018
|
* @return {?}
|
|
1275
1019
|
*/
|
|
1276
1020
|
setDownloadIcon() {
|
|
1277
|
-
return __awaiter(this, void 0, void 0,
|
|
1021
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1278
1022
|
// this.isDownloadIconVisible = await this.widgetElement.isDownloadVisible();
|
|
1279
1023
|
this.isDownloadIconVisible = false; //temp. commented
|
|
1280
1024
|
});
|
|
@@ -1289,7 +1033,7 @@ class RAWidgetContainer {
|
|
|
1289
1033
|
RAWidgetContainer.decorators = [
|
|
1290
1034
|
{ type: Component, args: [{
|
|
1291
1035
|
selector: 'ra-widget-container',
|
|
1292
|
-
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 <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
|
|
1036
|
+
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>",
|
|
1293
1037
|
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-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
|
|
1294
1038
|
}] }
|
|
1295
1039
|
];
|
|
@@ -1311,84 +1055,11 @@ RAWidgetContainer.propDecorators = {
|
|
|
1311
1055
|
width: [{ type: Input, args: ['widget-width',] }],
|
|
1312
1056
|
height: [{ type: Input, args: ['widget-height',] }],
|
|
1313
1057
|
widgetDeleted: [{ type: Output }]
|
|
1314
|
-
};
|
|
1315
|
-
if (false) {
|
|
1316
|
-
/**
|
|
1317
|
-
* @type {?}
|
|
1318
|
-
* @private
|
|
1319
|
-
*/
|
|
1320
|
-
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1321
|
-
/**
|
|
1322
|
-
* @type {?}
|
|
1323
|
-
* @private
|
|
1324
|
-
*/
|
|
1325
|
-
RAWidgetContainer.prototype.widgetElement;
|
|
1326
|
-
/**
|
|
1327
|
-
* @type {?}
|
|
1328
|
-
* @private
|
|
1329
|
-
*/
|
|
1330
|
-
RAWidgetContainer.prototype.configChanged;
|
|
1331
|
-
/**
|
|
1332
|
-
* @type {?}
|
|
1333
|
-
* @private
|
|
1334
|
-
*/
|
|
1335
|
-
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1336
|
-
/** @type {?} */
|
|
1337
|
-
RAWidgetContainer.prototype.widgetHeight;
|
|
1338
|
-
/** @type {?} */
|
|
1339
|
-
RAWidgetContainer.prototype.lockClass;
|
|
1340
|
-
/** @type {?} */
|
|
1341
|
-
RAWidgetContainer.prototype.lockStatus;
|
|
1342
|
-
/** @type {?} */
|
|
1343
|
-
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1344
|
-
/** @type {?} */
|
|
1345
|
-
RAWidgetContainer.prototype.ctlWidget;
|
|
1346
|
-
/** @type {?} */
|
|
1347
|
-
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1348
|
-
/** @type {?} */
|
|
1349
|
-
RAWidgetContainer.prototype.globalFilter;
|
|
1350
|
-
/** @type {?} */
|
|
1351
|
-
RAWidgetContainer.prototype.data;
|
|
1352
|
-
/** @type {?} */
|
|
1353
|
-
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1354
|
-
/** @type {?} */
|
|
1355
|
-
RAWidgetContainer.prototype.appConfig;
|
|
1356
|
-
/** @type {?} */
|
|
1357
|
-
RAWidgetContainer.prototype.width;
|
|
1358
|
-
/** @type {?} */
|
|
1359
|
-
RAWidgetContainer.prototype.height;
|
|
1360
|
-
/** @type {?} */
|
|
1361
|
-
RAWidgetContainer.prototype.widgetDeleted;
|
|
1362
|
-
/**
|
|
1363
|
-
* @type {?}
|
|
1364
|
-
* @private
|
|
1365
|
-
*/
|
|
1366
|
-
RAWidgetContainer.prototype.dashboardService;
|
|
1367
|
-
/**
|
|
1368
|
-
* @type {?}
|
|
1369
|
-
* @private
|
|
1370
|
-
*/
|
|
1371
|
-
RAWidgetContainer.prototype.ngxService;
|
|
1372
|
-
/**
|
|
1373
|
-
* @type {?}
|
|
1374
|
-
* @private
|
|
1375
|
-
*/
|
|
1376
|
-
RAWidgetContainer.prototype.translateService;
|
|
1377
|
-
/**
|
|
1378
|
-
* @type {?}
|
|
1379
|
-
* @private
|
|
1380
|
-
*/
|
|
1381
|
-
RAWidgetContainer.prototype.ngZone;
|
|
1382
|
-
/**
|
|
1383
|
-
* @type {?}
|
|
1384
|
-
* @private
|
|
1385
|
-
*/
|
|
1386
|
-
RAWidgetContainer.prototype.notifier;
|
|
1387
|
-
}
|
|
1058
|
+
};
|
|
1388
1059
|
|
|
1389
1060
|
/**
|
|
1390
1061
|
* @fileoverview added by tsickle
|
|
1391
|
-
* @suppress {checkTypes,
|
|
1062
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1392
1063
|
*/
|
|
1393
1064
|
/** @type {?} */
|
|
1394
1065
|
const customNotifierOptions = {
|
|
@@ -1434,7 +1105,7 @@ const customNotifierOptions = {
|
|
|
1434
1105
|
|
|
1435
1106
|
/**
|
|
1436
1107
|
* @fileoverview added by tsickle
|
|
1437
|
-
* @suppress {checkTypes,
|
|
1108
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1438
1109
|
*/
|
|
1439
1110
|
/** @type {?} */
|
|
1440
1111
|
const GridsterConfigService = {
|
|
@@ -1612,7 +1283,7 @@ const GridsterConfigService = {
|
|
|
1612
1283
|
|
|
1613
1284
|
/**
|
|
1614
1285
|
* @fileoverview added by tsickle
|
|
1615
|
-
* @suppress {checkTypes,
|
|
1286
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1616
1287
|
*/
|
|
1617
1288
|
class GridsterUtils {
|
|
1618
1289
|
/**
|
|
@@ -1748,91 +1419,17 @@ GridsterUtils.decorators = [
|
|
|
1748
1419
|
|
|
1749
1420
|
/**
|
|
1750
1421
|
* @fileoverview added by tsickle
|
|
1751
|
-
* @suppress {checkTypes,
|
|
1422
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1752
1423
|
*/
|
|
1753
1424
|
/**
|
|
1754
1425
|
* @abstract
|
|
1755
1426
|
*/
|
|
1756
1427
|
class GridsterComponentInterface {
|
|
1757
|
-
}
|
|
1758
|
-
if (false) {
|
|
1759
|
-
/** @type {?} */
|
|
1760
|
-
GridsterComponentInterface.prototype.$options;
|
|
1761
|
-
/** @type {?} */
|
|
1762
|
-
GridsterComponentInterface.prototype.grid;
|
|
1763
|
-
/** @type {?} */
|
|
1764
|
-
GridsterComponentInterface.prototype.checkCollision;
|
|
1765
|
-
/** @type {?} */
|
|
1766
|
-
GridsterComponentInterface.prototype.positionXToPixels;
|
|
1767
|
-
/** @type {?} */
|
|
1768
|
-
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
1769
|
-
/** @type {?} */
|
|
1770
|
-
GridsterComponentInterface.prototype.positionYToPixels;
|
|
1771
|
-
/** @type {?} */
|
|
1772
|
-
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
1773
|
-
/** @type {?} */
|
|
1774
|
-
GridsterComponentInterface.prototype.findItemWithItem;
|
|
1775
|
-
/** @type {?} */
|
|
1776
|
-
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
1777
|
-
/** @type {?} */
|
|
1778
|
-
GridsterComponentInterface.prototype.checkGridCollision;
|
|
1779
|
-
/** @type {?} */
|
|
1780
|
-
GridsterComponentInterface.prototype.el;
|
|
1781
|
-
/** @type {?} */
|
|
1782
|
-
GridsterComponentInterface.prototype.renderer;
|
|
1783
|
-
/** @type {?} */
|
|
1784
|
-
GridsterComponentInterface.prototype.gridRenderer;
|
|
1785
|
-
/** @type {?} */
|
|
1786
|
-
GridsterComponentInterface.prototype.cdRef;
|
|
1787
|
-
/** @type {?} */
|
|
1788
|
-
GridsterComponentInterface.prototype.options;
|
|
1789
|
-
/** @type {?} */
|
|
1790
|
-
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
1791
|
-
/** @type {?} */
|
|
1792
|
-
GridsterComponentInterface.prototype.updateGrid;
|
|
1793
|
-
/** @type {?} */
|
|
1794
|
-
GridsterComponentInterface.prototype.movingItem;
|
|
1795
|
-
/** @type {?} */
|
|
1796
|
-
GridsterComponentInterface.prototype.addItem;
|
|
1797
|
-
/** @type {?} */
|
|
1798
|
-
GridsterComponentInterface.prototype.removeItem;
|
|
1799
|
-
/** @type {?} */
|
|
1800
|
-
GridsterComponentInterface.prototype.previewStyle;
|
|
1801
|
-
/** @type {?} */
|
|
1802
|
-
GridsterComponentInterface.prototype.mobile;
|
|
1803
|
-
/** @type {?} */
|
|
1804
|
-
GridsterComponentInterface.prototype.curWidth;
|
|
1805
|
-
/** @type {?} */
|
|
1806
|
-
GridsterComponentInterface.prototype.curHeight;
|
|
1807
|
-
/** @type {?} */
|
|
1808
|
-
GridsterComponentInterface.prototype.columns;
|
|
1809
|
-
/** @type {?} */
|
|
1810
|
-
GridsterComponentInterface.prototype.rows;
|
|
1811
|
-
/** @type {?} */
|
|
1812
|
-
GridsterComponentInterface.prototype.curColWidth;
|
|
1813
|
-
/** @type {?} */
|
|
1814
|
-
GridsterComponentInterface.prototype.curRowHeight;
|
|
1815
|
-
/** @type {?} */
|
|
1816
|
-
GridsterComponentInterface.prototype.windowResize;
|
|
1817
|
-
/** @type {?} */
|
|
1818
|
-
GridsterComponentInterface.prototype.setGridDimensions;
|
|
1819
|
-
/** @type {?} */
|
|
1820
|
-
GridsterComponentInterface.prototype.dragInProgress;
|
|
1821
|
-
/** @type {?} */
|
|
1822
|
-
GridsterComponentInterface.prototype.emptyCell;
|
|
1823
|
-
/** @type {?} */
|
|
1824
|
-
GridsterComponentInterface.prototype.compact;
|
|
1825
|
-
/** @type {?} */
|
|
1826
|
-
GridsterComponentInterface.prototype.zone;
|
|
1827
|
-
/** @type {?} */
|
|
1828
|
-
GridsterComponentInterface.prototype.gridRows;
|
|
1829
|
-
/** @type {?} */
|
|
1830
|
-
GridsterComponentInterface.prototype.gridColumns;
|
|
1831
1428
|
}
|
|
1832
1429
|
|
|
1833
1430
|
/**
|
|
1834
1431
|
* @fileoverview added by tsickle
|
|
1835
|
-
* @suppress {checkTypes,
|
|
1432
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1836
1433
|
*/
|
|
1837
1434
|
class GridsterEmptyCell {
|
|
1838
1435
|
/**
|
|
@@ -2109,44 +1706,11 @@ GridsterEmptyCell.decorators = [
|
|
|
2109
1706
|
/** @nocollapse */
|
|
2110
1707
|
GridsterEmptyCell.ctorParameters = () => [
|
|
2111
1708
|
{ type: GridsterComponentInterface }
|
|
2112
|
-
];
|
|
2113
|
-
if (false) {
|
|
2114
|
-
/** @type {?} */
|
|
2115
|
-
GridsterEmptyCell.prototype.initialItem;
|
|
2116
|
-
/** @type {?} */
|
|
2117
|
-
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2118
|
-
/** @type {?} */
|
|
2119
|
-
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2120
|
-
/** @type {?} */
|
|
2121
|
-
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2122
|
-
/** @type {?} */
|
|
2123
|
-
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2124
|
-
/** @type {?} */
|
|
2125
|
-
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2126
|
-
/** @type {?} */
|
|
2127
|
-
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2128
|
-
/** @type {?} */
|
|
2129
|
-
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2130
|
-
/** @type {?} */
|
|
2131
|
-
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2132
|
-
/** @type {?} */
|
|
2133
|
-
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2134
|
-
/** @type {?} */
|
|
2135
|
-
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2136
|
-
/** @type {?} */
|
|
2137
|
-
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2138
|
-
/** @type {?} */
|
|
2139
|
-
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2140
|
-
/**
|
|
2141
|
-
* @type {?}
|
|
2142
|
-
* @private
|
|
2143
|
-
*/
|
|
2144
|
-
GridsterEmptyCell.prototype.gridster;
|
|
2145
|
-
}
|
|
1709
|
+
];
|
|
2146
1710
|
|
|
2147
1711
|
/**
|
|
2148
1712
|
* @fileoverview added by tsickle
|
|
2149
|
-
* @suppress {checkTypes,
|
|
1713
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2150
1714
|
*/
|
|
2151
1715
|
class GridsterCompact {
|
|
2152
1716
|
/**
|
|
@@ -2355,18 +1919,11 @@ GridsterCompact.decorators = [
|
|
|
2355
1919
|
/** @nocollapse */
|
|
2356
1920
|
GridsterCompact.ctorParameters = () => [
|
|
2357
1921
|
{ type: GridsterComponentInterface }
|
|
2358
|
-
];
|
|
2359
|
-
if (false) {
|
|
2360
|
-
/**
|
|
2361
|
-
* @type {?}
|
|
2362
|
-
* @private
|
|
2363
|
-
*/
|
|
2364
|
-
GridsterCompact.prototype.gridster;
|
|
2365
|
-
}
|
|
1922
|
+
];
|
|
2366
1923
|
|
|
2367
1924
|
/**
|
|
2368
1925
|
* @fileoverview added by tsickle
|
|
2369
|
-
* @suppress {checkTypes,
|
|
1926
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2370
1927
|
*/
|
|
2371
1928
|
class GridsterRenderer {
|
|
2372
1929
|
/**
|
|
@@ -2629,18 +2186,11 @@ GridsterRenderer.decorators = [
|
|
|
2629
2186
|
/** @nocollapse */
|
|
2630
2187
|
GridsterRenderer.ctorParameters = () => [
|
|
2631
2188
|
{ type: GridsterComponentInterface }
|
|
2632
|
-
];
|
|
2633
|
-
if (false) {
|
|
2634
|
-
/**
|
|
2635
|
-
* @type {?}
|
|
2636
|
-
* @private
|
|
2637
|
-
*/
|
|
2638
|
-
GridsterRenderer.prototype.gridster;
|
|
2639
|
-
}
|
|
2189
|
+
];
|
|
2640
2190
|
|
|
2641
2191
|
/**
|
|
2642
2192
|
* @fileoverview added by tsickle
|
|
2643
|
-
* @suppress {checkTypes,
|
|
2193
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2644
2194
|
*/
|
|
2645
2195
|
class GridsterComponent {
|
|
2646
2196
|
/**
|
|
@@ -2774,17 +2324,6 @@ class GridsterComponent {
|
|
|
2774
2324
|
if (this.options.destroyCallback) {
|
|
2775
2325
|
this.options.destroyCallback(this);
|
|
2776
2326
|
}
|
|
2777
|
-
//if (this.options.api) {
|
|
2778
|
-
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
2779
|
-
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
2780
|
-
* ondestroy of current this.options.api instance - needs to investigate further
|
|
2781
|
-
*/
|
|
2782
|
-
if (false) {
|
|
2783
|
-
this.options.api.resize = undefined;
|
|
2784
|
-
this.options.api.optionsChanged = undefined;
|
|
2785
|
-
this.options.api.getNextPossiblePosition = undefined;
|
|
2786
|
-
this.options.api = undefined;
|
|
2787
|
-
}
|
|
2788
2327
|
this.emptyCell.destroy();
|
|
2789
2328
|
delete this.emptyCell;
|
|
2790
2329
|
this.compact.destroy();
|
|
@@ -3280,109 +2819,21 @@ GridsterComponent.ctorParameters = () => [
|
|
|
3280
2819
|
];
|
|
3281
2820
|
GridsterComponent.propDecorators = {
|
|
3282
2821
|
options: [{ type: Input }]
|
|
3283
|
-
};
|
|
3284
|
-
if (false) {
|
|
3285
|
-
/** @type {?} */
|
|
3286
|
-
GridsterComponent.prototype.options;
|
|
3287
|
-
/** @type {?} */
|
|
3288
|
-
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3289
|
-
/** @type {?} */
|
|
3290
|
-
GridsterComponent.prototype.movingItem;
|
|
3291
|
-
/** @type {?} */
|
|
3292
|
-
GridsterComponent.prototype.previewStyle;
|
|
3293
|
-
/** @type {?} */
|
|
3294
|
-
GridsterComponent.prototype.el;
|
|
3295
|
-
/** @type {?} */
|
|
3296
|
-
GridsterComponent.prototype.$options;
|
|
3297
|
-
/** @type {?} */
|
|
3298
|
-
GridsterComponent.prototype.mobile;
|
|
3299
|
-
/** @type {?} */
|
|
3300
|
-
GridsterComponent.prototype.curWidth;
|
|
3301
|
-
/** @type {?} */
|
|
3302
|
-
GridsterComponent.prototype.curHeight;
|
|
3303
|
-
/** @type {?} */
|
|
3304
|
-
GridsterComponent.prototype.grid;
|
|
3305
|
-
/** @type {?} */
|
|
3306
|
-
GridsterComponent.prototype.columns;
|
|
3307
|
-
/** @type {?} */
|
|
3308
|
-
GridsterComponent.prototype.rows;
|
|
3309
|
-
/** @type {?} */
|
|
3310
|
-
GridsterComponent.prototype.curColWidth;
|
|
3311
|
-
/** @type {?} */
|
|
3312
|
-
GridsterComponent.prototype.curRowHeight;
|
|
3313
|
-
/** @type {?} */
|
|
3314
|
-
GridsterComponent.prototype.gridColumns;
|
|
3315
|
-
/** @type {?} */
|
|
3316
|
-
GridsterComponent.prototype.gridRows;
|
|
3317
|
-
/** @type {?} */
|
|
3318
|
-
GridsterComponent.prototype.windowResize;
|
|
3319
|
-
/** @type {?} */
|
|
3320
|
-
GridsterComponent.prototype.dragInProgress;
|
|
3321
|
-
/** @type {?} */
|
|
3322
|
-
GridsterComponent.prototype.emptyCell;
|
|
3323
|
-
/** @type {?} */
|
|
3324
|
-
GridsterComponent.prototype.compact;
|
|
3325
|
-
/** @type {?} */
|
|
3326
|
-
GridsterComponent.prototype.gridRenderer;
|
|
3327
|
-
/** @type {?} */
|
|
3328
|
-
GridsterComponent.prototype.renderer;
|
|
3329
|
-
/** @type {?} */
|
|
3330
|
-
GridsterComponent.prototype.cdRef;
|
|
3331
|
-
/** @type {?} */
|
|
3332
|
-
GridsterComponent.prototype.zone;
|
|
3333
|
-
}
|
|
2822
|
+
};
|
|
3334
2823
|
|
|
3335
2824
|
/**
|
|
3336
2825
|
* @fileoverview added by tsickle
|
|
3337
|
-
* @suppress {checkTypes,
|
|
2826
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3338
2827
|
*/
|
|
3339
2828
|
/**
|
|
3340
2829
|
* @abstract
|
|
3341
2830
|
*/
|
|
3342
2831
|
class GridsterItemComponentInterface {
|
|
3343
|
-
}
|
|
3344
|
-
if (false) {
|
|
3345
|
-
/** @type {?} */
|
|
3346
|
-
GridsterItemComponentInterface.prototype.item;
|
|
3347
|
-
/** @type {?} */
|
|
3348
|
-
GridsterItemComponentInterface.prototype.$item;
|
|
3349
|
-
/** @type {?} */
|
|
3350
|
-
GridsterItemComponentInterface.prototype.top;
|
|
3351
|
-
/** @type {?} */
|
|
3352
|
-
GridsterItemComponentInterface.prototype.left;
|
|
3353
|
-
/** @type {?} */
|
|
3354
|
-
GridsterItemComponentInterface.prototype.width;
|
|
3355
|
-
/** @type {?} */
|
|
3356
|
-
GridsterItemComponentInterface.prototype.height;
|
|
3357
|
-
/** @type {?} */
|
|
3358
|
-
GridsterItemComponentInterface.prototype.drag;
|
|
3359
|
-
/** @type {?} */
|
|
3360
|
-
GridsterItemComponentInterface.prototype.resize;
|
|
3361
|
-
/** @type {?} */
|
|
3362
|
-
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3363
|
-
/** @type {?} */
|
|
3364
|
-
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3365
|
-
/** @type {?} */
|
|
3366
|
-
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3367
|
-
/** @type {?} */
|
|
3368
|
-
GridsterItemComponentInterface.prototype.setSize;
|
|
3369
|
-
/** @type {?} */
|
|
3370
|
-
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
3371
|
-
/** @type {?} */
|
|
3372
|
-
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
3373
|
-
/** @type {?} */
|
|
3374
|
-
GridsterItemComponentInterface.prototype.canBeResized;
|
|
3375
|
-
/** @type {?} */
|
|
3376
|
-
GridsterItemComponentInterface.prototype.el;
|
|
3377
|
-
/** @type {?} */
|
|
3378
|
-
GridsterItemComponentInterface.prototype.gridster;
|
|
3379
|
-
/** @type {?} */
|
|
3380
|
-
GridsterItemComponentInterface.prototype.renderer;
|
|
3381
2832
|
}
|
|
3382
2833
|
|
|
3383
2834
|
/**
|
|
3384
2835
|
* @fileoverview added by tsickle
|
|
3385
|
-
* @suppress {checkTypes,
|
|
2836
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3386
2837
|
*/
|
|
3387
2838
|
class GridsterSwap {
|
|
3388
2839
|
/**
|
|
@@ -3493,28 +2944,11 @@ GridsterSwap.decorators = [
|
|
|
3493
2944
|
/** @nocollapse */
|
|
3494
2945
|
GridsterSwap.ctorParameters = () => [
|
|
3495
2946
|
{ type: GridsterItemComponentInterface }
|
|
3496
|
-
];
|
|
3497
|
-
if (false) {
|
|
3498
|
-
/**
|
|
3499
|
-
* @type {?}
|
|
3500
|
-
* @private
|
|
3501
|
-
*/
|
|
3502
|
-
GridsterSwap.prototype.swapedItem;
|
|
3503
|
-
/**
|
|
3504
|
-
* @type {?}
|
|
3505
|
-
* @private
|
|
3506
|
-
*/
|
|
3507
|
-
GridsterSwap.prototype.gridsterItem;
|
|
3508
|
-
/**
|
|
3509
|
-
* @type {?}
|
|
3510
|
-
* @private
|
|
3511
|
-
*/
|
|
3512
|
-
GridsterSwap.prototype.gridster;
|
|
3513
|
-
}
|
|
2947
|
+
];
|
|
3514
2948
|
|
|
3515
2949
|
/**
|
|
3516
2950
|
* @fileoverview added by tsickle
|
|
3517
|
-
* @suppress {checkTypes,
|
|
2951
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3518
2952
|
*/
|
|
3519
2953
|
/** @type {?} */
|
|
3520
2954
|
let scrollSensitivity;
|
|
@@ -3709,7 +3143,7 @@ function cancelN() {
|
|
|
3709
3143
|
|
|
3710
3144
|
/**
|
|
3711
3145
|
* @fileoverview added by tsickle
|
|
3712
|
-
* @suppress {checkTypes,
|
|
3146
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3713
3147
|
*/
|
|
3714
3148
|
class GridsterPush {
|
|
3715
3149
|
/**
|
|
@@ -4120,61 +3554,11 @@ GridsterPush.decorators = [
|
|
|
4120
3554
|
/** @nocollapse */
|
|
4121
3555
|
GridsterPush.ctorParameters = () => [
|
|
4122
3556
|
{ type: GridsterItemComponentInterface }
|
|
4123
|
-
];
|
|
4124
|
-
if (false) {
|
|
4125
|
-
/** @type {?} */
|
|
4126
|
-
GridsterPush.prototype.fromSouth;
|
|
4127
|
-
/** @type {?} */
|
|
4128
|
-
GridsterPush.prototype.fromNorth;
|
|
4129
|
-
/** @type {?} */
|
|
4130
|
-
GridsterPush.prototype.fromEast;
|
|
4131
|
-
/** @type {?} */
|
|
4132
|
-
GridsterPush.prototype.fromWest;
|
|
4133
|
-
/**
|
|
4134
|
-
* @type {?}
|
|
4135
|
-
* @private
|
|
4136
|
-
*/
|
|
4137
|
-
GridsterPush.prototype.pushedItems;
|
|
4138
|
-
/**
|
|
4139
|
-
* @type {?}
|
|
4140
|
-
* @private
|
|
4141
|
-
*/
|
|
4142
|
-
GridsterPush.prototype.pushedItemsTemp;
|
|
4143
|
-
/**
|
|
4144
|
-
* @type {?}
|
|
4145
|
-
* @private
|
|
4146
|
-
*/
|
|
4147
|
-
GridsterPush.prototype.pushedItemsTempPath;
|
|
4148
|
-
/**
|
|
4149
|
-
* @type {?}
|
|
4150
|
-
* @private
|
|
4151
|
-
*/
|
|
4152
|
-
GridsterPush.prototype.pushedItemsPath;
|
|
4153
|
-
/**
|
|
4154
|
-
* @type {?}
|
|
4155
|
-
* @private
|
|
4156
|
-
*/
|
|
4157
|
-
GridsterPush.prototype.gridsterItem;
|
|
4158
|
-
/**
|
|
4159
|
-
* @type {?}
|
|
4160
|
-
* @private
|
|
4161
|
-
*/
|
|
4162
|
-
GridsterPush.prototype.gridster;
|
|
4163
|
-
/**
|
|
4164
|
-
* @type {?}
|
|
4165
|
-
* @private
|
|
4166
|
-
*/
|
|
4167
|
-
GridsterPush.prototype.pushedItemsOrder;
|
|
4168
|
-
/**
|
|
4169
|
-
* @type {?}
|
|
4170
|
-
* @private
|
|
4171
|
-
*/
|
|
4172
|
-
GridsterPush.prototype.tryPattern;
|
|
4173
|
-
}
|
|
3557
|
+
];
|
|
4174
3558
|
|
|
4175
3559
|
/**
|
|
4176
3560
|
* @fileoverview added by tsickle
|
|
4177
|
-
* @suppress {checkTypes,
|
|
3561
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4178
3562
|
*/
|
|
4179
3563
|
class GridsterDraggable {
|
|
4180
3564
|
/**
|
|
@@ -4452,10 +3836,6 @@ class GridsterDraggable {
|
|
|
4452
3836
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4453
3837
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4454
3838
|
}
|
|
4455
|
-
else {
|
|
4456
|
-
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
4457
|
-
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
4458
|
-
}
|
|
4459
3839
|
return this.gridsterItem.$item;
|
|
4460
3840
|
}
|
|
4461
3841
|
/**
|
|
@@ -4600,84 +3980,11 @@ GridsterDraggable.ctorParameters = () => [
|
|
|
4600
3980
|
{ type: GridsterItemComponentInterface },
|
|
4601
3981
|
{ type: GridsterComponentInterface },
|
|
4602
3982
|
{ type: NgZone }
|
|
4603
|
-
];
|
|
4604
|
-
if (false) {
|
|
4605
|
-
/** @type {?} */
|
|
4606
|
-
GridsterDraggable.prototype.gridsterItem;
|
|
4607
|
-
/** @type {?} */
|
|
4608
|
-
GridsterDraggable.prototype.gridster;
|
|
4609
|
-
/** @type {?} */
|
|
4610
|
-
GridsterDraggable.prototype.lastMouse;
|
|
4611
|
-
/** @type {?} */
|
|
4612
|
-
GridsterDraggable.prototype.offsetLeft;
|
|
4613
|
-
/** @type {?} */
|
|
4614
|
-
GridsterDraggable.prototype.offsetTop;
|
|
4615
|
-
/** @type {?} */
|
|
4616
|
-
GridsterDraggable.prototype.margin;
|
|
4617
|
-
/** @type {?} */
|
|
4618
|
-
GridsterDraggable.prototype.diffTop;
|
|
4619
|
-
/** @type {?} */
|
|
4620
|
-
GridsterDraggable.prototype.diffLeft;
|
|
4621
|
-
/** @type {?} */
|
|
4622
|
-
GridsterDraggable.prototype.top;
|
|
4623
|
-
/** @type {?} */
|
|
4624
|
-
GridsterDraggable.prototype.left;
|
|
4625
|
-
/** @type {?} */
|
|
4626
|
-
GridsterDraggable.prototype.height;
|
|
4627
|
-
/** @type {?} */
|
|
4628
|
-
GridsterDraggable.prototype.width;
|
|
4629
|
-
/** @type {?} */
|
|
4630
|
-
GridsterDraggable.prototype.positionX;
|
|
4631
|
-
/** @type {?} */
|
|
4632
|
-
GridsterDraggable.prototype.positionY;
|
|
4633
|
-
/** @type {?} */
|
|
4634
|
-
GridsterDraggable.prototype.positionXBackup;
|
|
4635
|
-
/** @type {?} */
|
|
4636
|
-
GridsterDraggable.prototype.positionYBackup;
|
|
4637
|
-
/** @type {?} */
|
|
4638
|
-
GridsterDraggable.prototype.enabled;
|
|
4639
|
-
/** @type {?} */
|
|
4640
|
-
GridsterDraggable.prototype.dragStartFunction;
|
|
4641
|
-
/** @type {?} */
|
|
4642
|
-
GridsterDraggable.prototype.dragFunction;
|
|
4643
|
-
/** @type {?} */
|
|
4644
|
-
GridsterDraggable.prototype.dragStopFunction;
|
|
4645
|
-
/** @type {?} */
|
|
4646
|
-
GridsterDraggable.prototype.mousemove;
|
|
4647
|
-
/** @type {?} */
|
|
4648
|
-
GridsterDraggable.prototype.mouseup;
|
|
4649
|
-
/** @type {?} */
|
|
4650
|
-
GridsterDraggable.prototype.mouseleave;
|
|
4651
|
-
/** @type {?} */
|
|
4652
|
-
GridsterDraggable.prototype.cancelOnBlur;
|
|
4653
|
-
/** @type {?} */
|
|
4654
|
-
GridsterDraggable.prototype.touchmove;
|
|
4655
|
-
/** @type {?} */
|
|
4656
|
-
GridsterDraggable.prototype.touchend;
|
|
4657
|
-
/** @type {?} */
|
|
4658
|
-
GridsterDraggable.prototype.touchcancel;
|
|
4659
|
-
/** @type {?} */
|
|
4660
|
-
GridsterDraggable.prototype.mousedown;
|
|
4661
|
-
/** @type {?} */
|
|
4662
|
-
GridsterDraggable.prototype.touchstart;
|
|
4663
|
-
/** @type {?} */
|
|
4664
|
-
GridsterDraggable.prototype.push;
|
|
4665
|
-
/** @type {?} */
|
|
4666
|
-
GridsterDraggable.prototype.swap;
|
|
4667
|
-
/** @type {?} */
|
|
4668
|
-
GridsterDraggable.prototype.path;
|
|
4669
|
-
/** @type {?} */
|
|
4670
|
-
GridsterDraggable.prototype.collision;
|
|
4671
|
-
/**
|
|
4672
|
-
* @type {?}
|
|
4673
|
-
* @private
|
|
4674
|
-
*/
|
|
4675
|
-
GridsterDraggable.prototype.zone;
|
|
4676
|
-
}
|
|
3983
|
+
];
|
|
4677
3984
|
|
|
4678
3985
|
/**
|
|
4679
3986
|
* @fileoverview added by tsickle
|
|
4680
|
-
* @suppress {checkTypes,
|
|
3987
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4681
3988
|
*/
|
|
4682
3989
|
class GridsterPushResize {
|
|
4683
3990
|
/**
|
|
@@ -4993,46 +4300,11 @@ GridsterPushResize.decorators = [
|
|
|
4993
4300
|
/** @nocollapse */
|
|
4994
4301
|
GridsterPushResize.ctorParameters = () => [
|
|
4995
4302
|
{ type: GridsterItemComponentInterface }
|
|
4996
|
-
];
|
|
4997
|
-
if (false) {
|
|
4998
|
-
/** @type {?} */
|
|
4999
|
-
GridsterPushResize.prototype.fromSouth;
|
|
5000
|
-
/** @type {?} */
|
|
5001
|
-
GridsterPushResize.prototype.fromNorth;
|
|
5002
|
-
/** @type {?} */
|
|
5003
|
-
GridsterPushResize.prototype.fromEast;
|
|
5004
|
-
/** @type {?} */
|
|
5005
|
-
GridsterPushResize.prototype.fromWest;
|
|
5006
|
-
/**
|
|
5007
|
-
* @type {?}
|
|
5008
|
-
* @private
|
|
5009
|
-
*/
|
|
5010
|
-
GridsterPushResize.prototype.pushedItems;
|
|
5011
|
-
/**
|
|
5012
|
-
* @type {?}
|
|
5013
|
-
* @private
|
|
5014
|
-
*/
|
|
5015
|
-
GridsterPushResize.prototype.pushedItemsPath;
|
|
5016
|
-
/**
|
|
5017
|
-
* @type {?}
|
|
5018
|
-
* @private
|
|
5019
|
-
*/
|
|
5020
|
-
GridsterPushResize.prototype.gridsterItem;
|
|
5021
|
-
/**
|
|
5022
|
-
* @type {?}
|
|
5023
|
-
* @private
|
|
5024
|
-
*/
|
|
5025
|
-
GridsterPushResize.prototype.gridster;
|
|
5026
|
-
/**
|
|
5027
|
-
* @type {?}
|
|
5028
|
-
* @private
|
|
5029
|
-
*/
|
|
5030
|
-
GridsterPushResize.prototype.tryPattern;
|
|
5031
|
-
}
|
|
4303
|
+
];
|
|
5032
4304
|
|
|
5033
4305
|
/**
|
|
5034
4306
|
* @fileoverview added by tsickle
|
|
5035
|
-
* @suppress {checkTypes,
|
|
4307
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5036
4308
|
*/
|
|
5037
4309
|
class GridsterResizable {
|
|
5038
4310
|
/**
|
|
@@ -5498,86 +4770,11 @@ GridsterResizable.ctorParameters = () => [
|
|
|
5498
4770
|
{ type: GridsterItemComponentInterface },
|
|
5499
4771
|
{ type: GridsterComponentInterface },
|
|
5500
4772
|
{ type: NgZone }
|
|
5501
|
-
];
|
|
5502
|
-
if (false) {
|
|
5503
|
-
/** @type {?} */
|
|
5504
|
-
GridsterResizable.prototype.gridsterItem;
|
|
5505
|
-
/** @type {?} */
|
|
5506
|
-
GridsterResizable.prototype.gridster;
|
|
5507
|
-
/** @type {?} */
|
|
5508
|
-
GridsterResizable.prototype.lastMouse;
|
|
5509
|
-
/** @type {?} */
|
|
5510
|
-
GridsterResizable.prototype.itemBackup;
|
|
5511
|
-
/** @type {?} */
|
|
5512
|
-
GridsterResizable.prototype.resizeEventScrollType;
|
|
5513
|
-
/** @type {?} */
|
|
5514
|
-
GridsterResizable.prototype.directionFunction;
|
|
5515
|
-
/** @type {?} */
|
|
5516
|
-
GridsterResizable.prototype.dragFunction;
|
|
5517
|
-
/** @type {?} */
|
|
5518
|
-
GridsterResizable.prototype.dragStopFunction;
|
|
5519
|
-
/** @type {?} */
|
|
5520
|
-
GridsterResizable.prototype.resizeEnabled;
|
|
5521
|
-
/** @type {?} */
|
|
5522
|
-
GridsterResizable.prototype.mousemove;
|
|
5523
|
-
/** @type {?} */
|
|
5524
|
-
GridsterResizable.prototype.mouseup;
|
|
5525
|
-
/** @type {?} */
|
|
5526
|
-
GridsterResizable.prototype.mouseleave;
|
|
5527
|
-
/** @type {?} */
|
|
5528
|
-
GridsterResizable.prototype.cancelOnBlur;
|
|
5529
|
-
/** @type {?} */
|
|
5530
|
-
GridsterResizable.prototype.touchmove;
|
|
5531
|
-
/** @type {?} */
|
|
5532
|
-
GridsterResizable.prototype.touchend;
|
|
5533
|
-
/** @type {?} */
|
|
5534
|
-
GridsterResizable.prototype.touchcancel;
|
|
5535
|
-
/** @type {?} */
|
|
5536
|
-
GridsterResizable.prototype.push;
|
|
5537
|
-
/** @type {?} */
|
|
5538
|
-
GridsterResizable.prototype.pushResize;
|
|
5539
|
-
/** @type {?} */
|
|
5540
|
-
GridsterResizable.prototype.minHeight;
|
|
5541
|
-
/** @type {?} */
|
|
5542
|
-
GridsterResizable.prototype.minWidth;
|
|
5543
|
-
/** @type {?} */
|
|
5544
|
-
GridsterResizable.prototype.offsetTop;
|
|
5545
|
-
/** @type {?} */
|
|
5546
|
-
GridsterResizable.prototype.offsetLeft;
|
|
5547
|
-
/** @type {?} */
|
|
5548
|
-
GridsterResizable.prototype.diffTop;
|
|
5549
|
-
/** @type {?} */
|
|
5550
|
-
GridsterResizable.prototype.diffLeft;
|
|
5551
|
-
/** @type {?} */
|
|
5552
|
-
GridsterResizable.prototype.diffRight;
|
|
5553
|
-
/** @type {?} */
|
|
5554
|
-
GridsterResizable.prototype.diffBottom;
|
|
5555
|
-
/** @type {?} */
|
|
5556
|
-
GridsterResizable.prototype.margin;
|
|
5557
|
-
/** @type {?} */
|
|
5558
|
-
GridsterResizable.prototype.top;
|
|
5559
|
-
/** @type {?} */
|
|
5560
|
-
GridsterResizable.prototype.left;
|
|
5561
|
-
/** @type {?} */
|
|
5562
|
-
GridsterResizable.prototype.bottom;
|
|
5563
|
-
/** @type {?} */
|
|
5564
|
-
GridsterResizable.prototype.right;
|
|
5565
|
-
/** @type {?} */
|
|
5566
|
-
GridsterResizable.prototype.width;
|
|
5567
|
-
/** @type {?} */
|
|
5568
|
-
GridsterResizable.prototype.height;
|
|
5569
|
-
/** @type {?} */
|
|
5570
|
-
GridsterResizable.prototype.newPosition;
|
|
5571
|
-
/**
|
|
5572
|
-
* @type {?}
|
|
5573
|
-
* @private
|
|
5574
|
-
*/
|
|
5575
|
-
GridsterResizable.prototype.zone;
|
|
5576
|
-
}
|
|
4773
|
+
];
|
|
5577
4774
|
|
|
5578
4775
|
/**
|
|
5579
4776
|
* @fileoverview added by tsickle
|
|
5580
|
-
* @suppress {checkTypes,
|
|
4777
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5581
4778
|
*/
|
|
5582
4779
|
class GridsterItemComponent {
|
|
5583
4780
|
/**
|
|
@@ -5748,44 +4945,11 @@ GridsterItemComponent.ctorParameters = () => [
|
|
|
5748
4945
|
];
|
|
5749
4946
|
GridsterItemComponent.propDecorators = {
|
|
5750
4947
|
item: [{ type: Input }]
|
|
5751
|
-
};
|
|
5752
|
-
if (false) {
|
|
5753
|
-
/** @type {?} */
|
|
5754
|
-
GridsterItemComponent.prototype.item;
|
|
5755
|
-
/** @type {?} */
|
|
5756
|
-
GridsterItemComponent.prototype.$item;
|
|
5757
|
-
/** @type {?} */
|
|
5758
|
-
GridsterItemComponent.prototype.el;
|
|
5759
|
-
/** @type {?} */
|
|
5760
|
-
GridsterItemComponent.prototype.gridster;
|
|
5761
|
-
/** @type {?} */
|
|
5762
|
-
GridsterItemComponent.prototype.top;
|
|
5763
|
-
/** @type {?} */
|
|
5764
|
-
GridsterItemComponent.prototype.left;
|
|
5765
|
-
/** @type {?} */
|
|
5766
|
-
GridsterItemComponent.prototype.width;
|
|
5767
|
-
/** @type {?} */
|
|
5768
|
-
GridsterItemComponent.prototype.height;
|
|
5769
|
-
/** @type {?} */
|
|
5770
|
-
GridsterItemComponent.prototype.drag;
|
|
5771
|
-
/** @type {?} */
|
|
5772
|
-
GridsterItemComponent.prototype.resize;
|
|
5773
|
-
/** @type {?} */
|
|
5774
|
-
GridsterItemComponent.prototype.notPlaced;
|
|
5775
|
-
/** @type {?} */
|
|
5776
|
-
GridsterItemComponent.prototype.init;
|
|
5777
|
-
/** @type {?} */
|
|
5778
|
-
GridsterItemComponent.prototype.renderer;
|
|
5779
|
-
/**
|
|
5780
|
-
* @type {?}
|
|
5781
|
-
* @private
|
|
5782
|
-
*/
|
|
5783
|
-
GridsterItemComponent.prototype.zone;
|
|
5784
|
-
}
|
|
4948
|
+
};
|
|
5785
4949
|
|
|
5786
4950
|
/**
|
|
5787
4951
|
* @fileoverview added by tsickle
|
|
5788
|
-
* @suppress {checkTypes,
|
|
4952
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5789
4953
|
*/
|
|
5790
4954
|
class GridsterPreviewComponent {
|
|
5791
4955
|
/**
|
|
@@ -5837,19 +5001,11 @@ GridsterPreviewComponent.ctorParameters = () => [
|
|
|
5837
5001
|
{ type: ElementRef },
|
|
5838
5002
|
{ type: GridsterComponent, decorators: [{ type: Host }] },
|
|
5839
5003
|
{ type: Renderer2 }
|
|
5840
|
-
];
|
|
5841
|
-
if (false) {
|
|
5842
|
-
/** @type {?} */
|
|
5843
|
-
GridsterPreviewComponent.prototype.el;
|
|
5844
|
-
/** @type {?} */
|
|
5845
|
-
GridsterPreviewComponent.prototype.gridster;
|
|
5846
|
-
/** @type {?} */
|
|
5847
|
-
GridsterPreviewComponent.prototype.renderer;
|
|
5848
|
-
}
|
|
5004
|
+
];
|
|
5849
5005
|
|
|
5850
5006
|
/**
|
|
5851
5007
|
* @fileoverview added by tsickle
|
|
5852
|
-
* @suppress {checkTypes,
|
|
5008
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5853
5009
|
*/
|
|
5854
5010
|
class GridsterModule {
|
|
5855
5011
|
}
|
|
@@ -5871,7 +5027,7 @@ GridsterModule.decorators = [
|
|
|
5871
5027
|
|
|
5872
5028
|
/**
|
|
5873
5029
|
* @fileoverview added by tsickle
|
|
5874
|
-
* @suppress {checkTypes,
|
|
5030
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5875
5031
|
*/
|
|
5876
5032
|
/** @type {?} */
|
|
5877
5033
|
const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -5909,7 +5065,7 @@ DashboardFrameworkModule.decorators = [
|
|
|
5909
5065
|
|
|
5910
5066
|
/**
|
|
5911
5067
|
* @fileoverview added by tsickle
|
|
5912
|
-
* @suppress {checkTypes,
|
|
5068
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5913
5069
|
*/
|
|
5914
5070
|
/**
|
|
5915
5071
|
* @abstract
|
|
@@ -5951,35 +5107,11 @@ RaBaseDashboardTemplate.propDecorators = {
|
|
|
5951
5107
|
dashboardId: [{ type: Input, args: ['dashboard-id',] }],
|
|
5952
5108
|
globalFilter: [{ type: Input, args: ['global-filter',] }],
|
|
5953
5109
|
initialize: [{ type: Input }]
|
|
5954
|
-
};
|
|
5955
|
-
if (false) {
|
|
5956
|
-
/** @type {?} */
|
|
5957
|
-
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
5958
|
-
/** @type {?} */
|
|
5959
|
-
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
5960
|
-
/** @type {?} */
|
|
5961
|
-
RaBaseDashboardTemplate.prototype.appConfig;
|
|
5962
|
-
/** @type {?} */
|
|
5963
|
-
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
5964
|
-
/** @type {?} */
|
|
5965
|
-
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
5966
|
-
/** @type {?} */
|
|
5967
|
-
RaBaseDashboardTemplate.prototype.initialize;
|
|
5968
|
-
/**
|
|
5969
|
-
* @type {?}
|
|
5970
|
-
* @private
|
|
5971
|
-
*/
|
|
5972
|
-
RaBaseDashboardTemplate.prototype.ngZone;
|
|
5973
|
-
/**
|
|
5974
|
-
* @abstract
|
|
5975
|
-
* @return {?}
|
|
5976
|
-
*/
|
|
5977
|
-
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
5978
|
-
}
|
|
5110
|
+
};
|
|
5979
5111
|
|
|
5980
5112
|
/**
|
|
5981
5113
|
* @fileoverview added by tsickle
|
|
5982
|
-
* @suppress {checkTypes,
|
|
5114
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5983
5115
|
*/
|
|
5984
5116
|
/**
|
|
5985
5117
|
* @abstract
|
|
@@ -5997,29 +5129,7 @@ class RaBaseDashboardFilter {
|
|
|
5997
5129
|
}
|
|
5998
5130
|
RaBaseDashboardFilter.propDecorators = {
|
|
5999
5131
|
getAllFilterConfig: [{ type: Input }]
|
|
6000
|
-
};
|
|
6001
|
-
if (false) {
|
|
6002
|
-
/**
|
|
6003
|
-
* @type {?}
|
|
6004
|
-
* @private
|
|
6005
|
-
*/
|
|
6006
|
-
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6007
|
-
/**
|
|
6008
|
-
* @abstract
|
|
6009
|
-
* @return {?}
|
|
6010
|
-
*/
|
|
6011
|
-
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6012
|
-
}
|
|
6013
|
-
|
|
6014
|
-
/**
|
|
6015
|
-
* @fileoverview added by tsickle
|
|
6016
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6017
|
-
*/
|
|
6018
|
-
|
|
6019
|
-
/**
|
|
6020
|
-
* @fileoverview added by tsickle
|
|
6021
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6022
|
-
*/
|
|
5132
|
+
};
|
|
6023
5133
|
|
|
6024
5134
|
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, GridsterModule as ɵa, GridsterComponent as ɵb, GridsterItemComponent as ɵc, GridsterPreviewComponent as ɵd, customNotifierOptions as ɵe };
|
|
6025
5135
|
//# sourceMappingURL=schneideress-dashboardframework.js.map
|