@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __extends, __assign } from 'tslib';
|
|
2
|
-
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, Output,
|
|
2
|
+
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, EventEmitter, ViewChild, Output, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
|
|
3
3
|
import { of, Subject } from 'rxjs';
|
|
4
4
|
import { BaseService } from '@schneideress/ess-util';
|
|
5
5
|
import { filter, map } from 'rxjs/operators';
|
|
@@ -12,7 +12,7 @@ import { CommonModule } from '@angular/common';
|
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* @fileoverview added by tsickle
|
|
15
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
15
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
16
16
|
*/
|
|
17
17
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
18
18
|
__extends(RaDashboardService, _super);
|
|
@@ -216,11 +216,18 @@ var RaDashboardService = /** @class */ (function (_super) {
|
|
|
216
216
|
]; };
|
|
217
217
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
218
218
|
return RaDashboardService;
|
|
219
|
-
}(BaseService));
|
|
219
|
+
}(BaseService));
|
|
220
|
+
if (false) {
|
|
221
|
+
/**
|
|
222
|
+
* @type {?}
|
|
223
|
+
* @private
|
|
224
|
+
*/
|
|
225
|
+
RaDashboardService.prototype.loadedScripts;
|
|
226
|
+
}
|
|
220
227
|
|
|
221
228
|
/**
|
|
222
229
|
* @fileoverview added by tsickle
|
|
223
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
230
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
224
231
|
*/
|
|
225
232
|
var RADashboardEventBus = /** @class */ (function () {
|
|
226
233
|
function RADashboardEventBus() {
|
|
@@ -329,11 +336,18 @@ var RADashboardEventBus = /** @class */ (function () {
|
|
|
329
336
|
];
|
|
330
337
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
331
338
|
return RADashboardEventBus;
|
|
332
|
-
}());
|
|
339
|
+
}());
|
|
340
|
+
if (false) {
|
|
341
|
+
/**
|
|
342
|
+
* @type {?}
|
|
343
|
+
* @private
|
|
344
|
+
*/
|
|
345
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
346
|
+
}
|
|
333
347
|
|
|
334
348
|
/**
|
|
335
349
|
* @fileoverview added by tsickle
|
|
336
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
350
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
337
351
|
*/
|
|
338
352
|
/** @enum {string} */
|
|
339
353
|
var RAEvent = {
|
|
@@ -378,7 +392,7 @@ var RAEventKey = {
|
|
|
378
392
|
|
|
379
393
|
/**
|
|
380
394
|
* @fileoverview added by tsickle
|
|
381
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
395
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
382
396
|
*/
|
|
383
397
|
/** @enum {string} */
|
|
384
398
|
var GridType = {
|
|
@@ -405,11 +419,196 @@ var CompactType = {
|
|
|
405
419
|
CompactRight: 'compactRight',
|
|
406
420
|
CompactUpAndRight: 'compactUp&Right',
|
|
407
421
|
CompactRightAndUp: 'compactRight&Up',
|
|
408
|
-
};
|
|
422
|
+
};
|
|
423
|
+
/**
|
|
424
|
+
* @record
|
|
425
|
+
*/
|
|
426
|
+
function GridsterConfig() { }
|
|
427
|
+
if (false) {
|
|
428
|
+
/** @type {?|undefined} */
|
|
429
|
+
GridsterConfig.prototype.gridType;
|
|
430
|
+
/** @type {?|undefined} */
|
|
431
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
432
|
+
/** @type {?|undefined} */
|
|
433
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
434
|
+
/** @type {?|undefined} */
|
|
435
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
436
|
+
/** @type {?|undefined} */
|
|
437
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
438
|
+
/** @type {?|undefined} */
|
|
439
|
+
GridsterConfig.prototype.setGridSize;
|
|
440
|
+
/** @type {?|undefined} */
|
|
441
|
+
GridsterConfig.prototype.compactType;
|
|
442
|
+
/** @type {?|undefined} */
|
|
443
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
444
|
+
/** @type {?|undefined} */
|
|
445
|
+
GridsterConfig.prototype.minCols;
|
|
446
|
+
/** @type {?|undefined} */
|
|
447
|
+
GridsterConfig.prototype.maxCols;
|
|
448
|
+
/** @type {?|undefined} */
|
|
449
|
+
GridsterConfig.prototype.minRows;
|
|
450
|
+
/** @type {?|undefined} */
|
|
451
|
+
GridsterConfig.prototype.maxRows;
|
|
452
|
+
/** @type {?|undefined} */
|
|
453
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
454
|
+
/** @type {?|undefined} */
|
|
455
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
456
|
+
/** @type {?|undefined} */
|
|
457
|
+
GridsterConfig.prototype.maxItemCols;
|
|
458
|
+
/** @type {?|undefined} */
|
|
459
|
+
GridsterConfig.prototype.maxItemRows;
|
|
460
|
+
/** @type {?|undefined} */
|
|
461
|
+
GridsterConfig.prototype.minItemCols;
|
|
462
|
+
/** @type {?|undefined} */
|
|
463
|
+
GridsterConfig.prototype.minItemRows;
|
|
464
|
+
/** @type {?|undefined} */
|
|
465
|
+
GridsterConfig.prototype.minItemArea;
|
|
466
|
+
/** @type {?|undefined} */
|
|
467
|
+
GridsterConfig.prototype.maxItemArea;
|
|
468
|
+
/** @type {?|undefined} */
|
|
469
|
+
GridsterConfig.prototype.margin;
|
|
470
|
+
/** @type {?|undefined} */
|
|
471
|
+
GridsterConfig.prototype.outerMargin;
|
|
472
|
+
/** @type {?|undefined} */
|
|
473
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
474
|
+
/** @type {?|undefined} */
|
|
475
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
476
|
+
/** @type {?|undefined} */
|
|
477
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
478
|
+
/** @type {?|undefined} */
|
|
479
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
480
|
+
/** @type {?|undefined} */
|
|
481
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
482
|
+
/** @type {?|undefined} */
|
|
483
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
484
|
+
/** @type {?|undefined} */
|
|
485
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
486
|
+
/** @type {?|undefined} */
|
|
487
|
+
GridsterConfig.prototype.initCallback;
|
|
488
|
+
/** @type {?|undefined} */
|
|
489
|
+
GridsterConfig.prototype.destroyCallback;
|
|
490
|
+
/** @type {?|undefined} */
|
|
491
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
492
|
+
/** @type {?|undefined} */
|
|
493
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
494
|
+
/** @type {?|undefined} */
|
|
495
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
496
|
+
/** @type {?|undefined} */
|
|
497
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
498
|
+
/** @type {?|undefined} */
|
|
499
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
500
|
+
/** @type {?|undefined} */
|
|
501
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
502
|
+
/** @type {?|undefined} */
|
|
503
|
+
GridsterConfig.prototype.draggable;
|
|
504
|
+
/** @type {?|undefined} */
|
|
505
|
+
GridsterConfig.prototype.resizable;
|
|
506
|
+
/** @type {?|undefined} */
|
|
507
|
+
GridsterConfig.prototype.swap;
|
|
508
|
+
/** @type {?|undefined} */
|
|
509
|
+
GridsterConfig.prototype.pushItems;
|
|
510
|
+
/** @type {?|undefined} */
|
|
511
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
512
|
+
/** @type {?|undefined} */
|
|
513
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
514
|
+
/** @type {?|undefined} */
|
|
515
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
516
|
+
/** @type {?|undefined} */
|
|
517
|
+
GridsterConfig.prototype.pushDirections;
|
|
518
|
+
/** @type {?|undefined} */
|
|
519
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
520
|
+
/** @type {?|undefined} */
|
|
521
|
+
GridsterConfig.prototype.displayGrid;
|
|
522
|
+
/** @type {?|undefined} */
|
|
523
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
524
|
+
/** @type {?|undefined} */
|
|
525
|
+
GridsterConfig.prototype.disableWarnings;
|
|
526
|
+
/** @type {?|undefined} */
|
|
527
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
528
|
+
/** @type {?|undefined} */
|
|
529
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
530
|
+
/** @type {?|undefined} */
|
|
531
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
532
|
+
/** @type {?|undefined} */
|
|
533
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
534
|
+
/** @type {?|undefined} */
|
|
535
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
536
|
+
/** @type {?|undefined} */
|
|
537
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
538
|
+
/** @type {?|undefined} */
|
|
539
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
540
|
+
/** @type {?|undefined} */
|
|
541
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
542
|
+
/** @type {?|undefined} */
|
|
543
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
544
|
+
/** @type {?|undefined} */
|
|
545
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
546
|
+
/** @type {?|undefined} */
|
|
547
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
548
|
+
/** @type {?|undefined} */
|
|
549
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
550
|
+
/** @type {?|undefined} */
|
|
551
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
552
|
+
/** @type {?|undefined} */
|
|
553
|
+
GridsterConfig.prototype.api;
|
|
554
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* @record
|
|
558
|
+
*/
|
|
559
|
+
function DragBase() { }
|
|
560
|
+
if (false) {
|
|
561
|
+
/** @type {?|undefined} */
|
|
562
|
+
DragBase.prototype.enabled;
|
|
563
|
+
/** @type {?|undefined} */
|
|
564
|
+
DragBase.prototype.stop;
|
|
565
|
+
/** @type {?|undefined} */
|
|
566
|
+
DragBase.prototype.start;
|
|
567
|
+
/** @type {?|undefined} */
|
|
568
|
+
DragBase.prototype.delayStart;
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* @record
|
|
572
|
+
*/
|
|
573
|
+
function Draggable() { }
|
|
574
|
+
if (false) {
|
|
575
|
+
/** @type {?|undefined} */
|
|
576
|
+
Draggable.prototype.ignoreContentClass;
|
|
577
|
+
/** @type {?|undefined} */
|
|
578
|
+
Draggable.prototype.ignoreContent;
|
|
579
|
+
/** @type {?|undefined} */
|
|
580
|
+
Draggable.prototype.dragHandleClass;
|
|
581
|
+
/** @type {?|undefined} */
|
|
582
|
+
Draggable.prototype.dropOverItems;
|
|
583
|
+
/** @type {?|undefined} */
|
|
584
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* @record
|
|
588
|
+
*/
|
|
589
|
+
function Resizable() { }
|
|
590
|
+
if (false) {
|
|
591
|
+
/** @type {?|undefined} */
|
|
592
|
+
Resizable.prototype.handles;
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* @record
|
|
596
|
+
*/
|
|
597
|
+
function PushDirections() { }
|
|
598
|
+
if (false) {
|
|
599
|
+
/** @type {?} */
|
|
600
|
+
PushDirections.prototype.north;
|
|
601
|
+
/** @type {?} */
|
|
602
|
+
PushDirections.prototype.east;
|
|
603
|
+
/** @type {?} */
|
|
604
|
+
PushDirections.prototype.south;
|
|
605
|
+
/** @type {?} */
|
|
606
|
+
PushDirections.prototype.west;
|
|
607
|
+
}
|
|
409
608
|
|
|
410
609
|
/**
|
|
411
610
|
* @fileoverview added by tsickle
|
|
412
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
611
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
413
612
|
*/
|
|
414
613
|
/** @type {?} */
|
|
415
614
|
var GridsterConfigDefaultSettings = {
|
|
@@ -471,7 +670,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
471
670
|
|
|
472
671
|
/**
|
|
473
672
|
* @fileoverview added by tsickle
|
|
474
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
673
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
475
674
|
*/
|
|
476
675
|
var RADashboardArea = /** @class */ (function () {
|
|
477
676
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -948,11 +1147,83 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
948
1147
|
appConfig: [{ type: Input, args: ['app-config',] }]
|
|
949
1148
|
};
|
|
950
1149
|
return RADashboardArea;
|
|
951
|
-
}());
|
|
1150
|
+
}());
|
|
1151
|
+
if (false) {
|
|
1152
|
+
/** @type {?} */
|
|
1153
|
+
RADashboardArea.prototype.widgetList;
|
|
1154
|
+
/** @type {?} */
|
|
1155
|
+
RADashboardArea.prototype.options;
|
|
1156
|
+
/** @type {?} */
|
|
1157
|
+
RADashboardArea.prototype.gridheight;
|
|
1158
|
+
/**
|
|
1159
|
+
* @type {?}
|
|
1160
|
+
* @private
|
|
1161
|
+
*/
|
|
1162
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1163
|
+
/**
|
|
1164
|
+
* @type {?}
|
|
1165
|
+
* @private
|
|
1166
|
+
*/
|
|
1167
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1168
|
+
/**
|
|
1169
|
+
* @type {?}
|
|
1170
|
+
* @private
|
|
1171
|
+
*/
|
|
1172
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1173
|
+
/**
|
|
1174
|
+
* @type {?}
|
|
1175
|
+
* @private
|
|
1176
|
+
*/
|
|
1177
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1178
|
+
/**
|
|
1179
|
+
* @type {?}
|
|
1180
|
+
* @private
|
|
1181
|
+
*/
|
|
1182
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1183
|
+
/** @type {?} */
|
|
1184
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1185
|
+
/** @type {?} */
|
|
1186
|
+
RADashboardArea.prototype.areaKey;
|
|
1187
|
+
/** @type {?} */
|
|
1188
|
+
RADashboardArea.prototype.globalFilter;
|
|
1189
|
+
/** @type {?} */
|
|
1190
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1191
|
+
/** @type {?} */
|
|
1192
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1193
|
+
/** @type {?} */
|
|
1194
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1195
|
+
/** @type {?} */
|
|
1196
|
+
RADashboardArea.prototype.appConfig;
|
|
1197
|
+
/**
|
|
1198
|
+
* @type {?}
|
|
1199
|
+
* @private
|
|
1200
|
+
*/
|
|
1201
|
+
RADashboardArea.prototype.dashboardService;
|
|
1202
|
+
/**
|
|
1203
|
+
* @type {?}
|
|
1204
|
+
* @private
|
|
1205
|
+
*/
|
|
1206
|
+
RADashboardArea.prototype.ngZone;
|
|
1207
|
+
/**
|
|
1208
|
+
* @type {?}
|
|
1209
|
+
* @private
|
|
1210
|
+
*/
|
|
1211
|
+
RADashboardArea.prototype.ngxService;
|
|
1212
|
+
/**
|
|
1213
|
+
* @type {?}
|
|
1214
|
+
* @private
|
|
1215
|
+
*/
|
|
1216
|
+
RADashboardArea.prototype.translateService;
|
|
1217
|
+
/**
|
|
1218
|
+
* @type {?}
|
|
1219
|
+
* @private
|
|
1220
|
+
*/
|
|
1221
|
+
RADashboardArea.prototype.notifier;
|
|
1222
|
+
}
|
|
952
1223
|
|
|
953
1224
|
/**
|
|
954
1225
|
* @fileoverview added by tsickle
|
|
955
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1226
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
956
1227
|
*/
|
|
957
1228
|
var RAWidgetContainer = /** @class */ (function () {
|
|
958
1229
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
@@ -961,7 +1232,10 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
961
1232
|
this.translateService = translateService;
|
|
962
1233
|
this.ngZone = ngZone;
|
|
963
1234
|
this.notifier = notifier;
|
|
1235
|
+
this.isWidgetLoaded = false;
|
|
964
1236
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1237
|
+
this.lockStatus = "unlock";
|
|
1238
|
+
this.lockClass = "unlock";
|
|
965
1239
|
this.widgetDeleted = new EventEmitter();
|
|
966
1240
|
}
|
|
967
1241
|
/**
|
|
@@ -1131,6 +1405,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1131
1405
|
* @return {?}
|
|
1132
1406
|
*/
|
|
1133
1407
|
function () {
|
|
1408
|
+
widgetContainer.isWidgetLoaded = true;
|
|
1134
1409
|
widgetConfigFilter.appConfig = _this.appConfig;
|
|
1135
1410
|
widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
|
|
1136
1411
|
widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
|
|
@@ -1160,13 +1435,32 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1160
1435
|
appConfig: this.appConfig,
|
|
1161
1436
|
widgetInfo: widgetInfo
|
|
1162
1437
|
}));
|
|
1163
|
-
widgetContainerContext.
|
|
1438
|
+
if (widgetContainerContext.isWidgetLoaded) {
|
|
1439
|
+
widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
|
|
1440
|
+
this.lockStatus = widgetContainerContext.widgetElement.loadLockStatus();
|
|
1441
|
+
if (this.lockStatus) {
|
|
1442
|
+
switch (this.lockStatus) {
|
|
1443
|
+
case "lock": {
|
|
1444
|
+
this.lockClass = "fa fa-lock locked";
|
|
1445
|
+
}
|
|
1446
|
+
case "unlock": {
|
|
1447
|
+
this.lockClass = "unlock";
|
|
1448
|
+
}
|
|
1449
|
+
case "partiallock": {
|
|
1450
|
+
this.lockClass = "fa fa-lock partiallocked";
|
|
1451
|
+
}
|
|
1452
|
+
default: {
|
|
1453
|
+
this.lockClass = "unlock";
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1164
1458
|
};
|
|
1165
1459
|
RAWidgetContainer.decorators = [
|
|
1166
1460
|
{ type: Component, args: [{
|
|
1167
1461
|
selector: 'ra-widget-container',
|
|
1168
|
-
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>",
|
|
1169
|
-
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}"]
|
|
1462
|
+
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>",
|
|
1463
|
+
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}"]
|
|
1170
1464
|
}] }
|
|
1171
1465
|
];
|
|
1172
1466
|
/** @nocollapse */
|
|
@@ -1188,11 +1482,78 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1188
1482
|
widgetDeleted: [{ type: Output }]
|
|
1189
1483
|
};
|
|
1190
1484
|
return RAWidgetContainer;
|
|
1191
|
-
}());
|
|
1485
|
+
}());
|
|
1486
|
+
if (false) {
|
|
1487
|
+
/**
|
|
1488
|
+
* @type {?}
|
|
1489
|
+
* @private
|
|
1490
|
+
*/
|
|
1491
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1492
|
+
/**
|
|
1493
|
+
* @type {?}
|
|
1494
|
+
* @private
|
|
1495
|
+
*/
|
|
1496
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1497
|
+
/**
|
|
1498
|
+
* @type {?}
|
|
1499
|
+
* @private
|
|
1500
|
+
*/
|
|
1501
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1502
|
+
/**
|
|
1503
|
+
* @type {?}
|
|
1504
|
+
* @private
|
|
1505
|
+
*/
|
|
1506
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1507
|
+
/** @type {?} */
|
|
1508
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1509
|
+
/** @type {?} */
|
|
1510
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1511
|
+
/** @type {?} */
|
|
1512
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1513
|
+
/** @type {?} */
|
|
1514
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1515
|
+
/** @type {?} */
|
|
1516
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1517
|
+
/** @type {?} */
|
|
1518
|
+
RAWidgetContainer.prototype.data;
|
|
1519
|
+
/** @type {?} */
|
|
1520
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1521
|
+
/** @type {?} */
|
|
1522
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1523
|
+
/** @type {?} */
|
|
1524
|
+
RAWidgetContainer.prototype.widgetWidth;
|
|
1525
|
+
/** @type {?} */
|
|
1526
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1527
|
+
/**
|
|
1528
|
+
* @type {?}
|
|
1529
|
+
* @private
|
|
1530
|
+
*/
|
|
1531
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1532
|
+
/**
|
|
1533
|
+
* @type {?}
|
|
1534
|
+
* @private
|
|
1535
|
+
*/
|
|
1536
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1537
|
+
/**
|
|
1538
|
+
* @type {?}
|
|
1539
|
+
* @private
|
|
1540
|
+
*/
|
|
1541
|
+
RAWidgetContainer.prototype.translateService;
|
|
1542
|
+
/**
|
|
1543
|
+
* @type {?}
|
|
1544
|
+
* @private
|
|
1545
|
+
*/
|
|
1546
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1547
|
+
/**
|
|
1548
|
+
* @type {?}
|
|
1549
|
+
* @private
|
|
1550
|
+
*/
|
|
1551
|
+
RAWidgetContainer.prototype.notifier;
|
|
1552
|
+
}
|
|
1192
1553
|
|
|
1193
1554
|
/**
|
|
1194
1555
|
* @fileoverview added by tsickle
|
|
1195
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1556
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1196
1557
|
*/
|
|
1197
1558
|
/** @type {?} */
|
|
1198
1559
|
var customNotifierOptions = {
|
|
@@ -1238,7 +1599,7 @@ var customNotifierOptions = {
|
|
|
1238
1599
|
|
|
1239
1600
|
/**
|
|
1240
1601
|
* @fileoverview added by tsickle
|
|
1241
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1602
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1242
1603
|
*/
|
|
1243
1604
|
/** @type {?} */
|
|
1244
1605
|
var GridsterConfigService = {
|
|
@@ -1416,7 +1777,7 @@ var GridsterConfigService = {
|
|
|
1416
1777
|
|
|
1417
1778
|
/**
|
|
1418
1779
|
* @fileoverview added by tsickle
|
|
1419
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1780
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1420
1781
|
*/
|
|
1421
1782
|
var GridsterUtils = /** @class */ (function () {
|
|
1422
1783
|
function GridsterUtils() {
|
|
@@ -1591,7 +1952,7 @@ var GridsterUtils = /** @class */ (function () {
|
|
|
1591
1952
|
|
|
1592
1953
|
/**
|
|
1593
1954
|
* @fileoverview added by tsickle
|
|
1594
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1955
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1595
1956
|
*/
|
|
1596
1957
|
/**
|
|
1597
1958
|
* @abstract
|
|
@@ -1603,11 +1964,85 @@ GridsterComponentInterface = /** @class */ (function () {
|
|
|
1603
1964
|
function GridsterComponentInterface() {
|
|
1604
1965
|
}
|
|
1605
1966
|
return GridsterComponentInterface;
|
|
1606
|
-
}());
|
|
1967
|
+
}());
|
|
1968
|
+
if (false) {
|
|
1969
|
+
/** @type {?} */
|
|
1970
|
+
GridsterComponentInterface.prototype.$options;
|
|
1971
|
+
/** @type {?} */
|
|
1972
|
+
GridsterComponentInterface.prototype.grid;
|
|
1973
|
+
/** @type {?} */
|
|
1974
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
1975
|
+
/** @type {?} */
|
|
1976
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
1977
|
+
/** @type {?} */
|
|
1978
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
1979
|
+
/** @type {?} */
|
|
1980
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
1981
|
+
/** @type {?} */
|
|
1982
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
1983
|
+
/** @type {?} */
|
|
1984
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
1985
|
+
/** @type {?} */
|
|
1986
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
1987
|
+
/** @type {?} */
|
|
1988
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
1989
|
+
/** @type {?} */
|
|
1990
|
+
GridsterComponentInterface.prototype.el;
|
|
1991
|
+
/** @type {?} */
|
|
1992
|
+
GridsterComponentInterface.prototype.renderer;
|
|
1993
|
+
/** @type {?} */
|
|
1994
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
1995
|
+
/** @type {?} */
|
|
1996
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
1997
|
+
/** @type {?} */
|
|
1998
|
+
GridsterComponentInterface.prototype.options;
|
|
1999
|
+
/** @type {?} */
|
|
2000
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2001
|
+
/** @type {?} */
|
|
2002
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2003
|
+
/** @type {?} */
|
|
2004
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2005
|
+
/** @type {?} */
|
|
2006
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2007
|
+
/** @type {?} */
|
|
2008
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2009
|
+
/** @type {?} */
|
|
2010
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2011
|
+
/** @type {?} */
|
|
2012
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2013
|
+
/** @type {?} */
|
|
2014
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2015
|
+
/** @type {?} */
|
|
2016
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2017
|
+
/** @type {?} */
|
|
2018
|
+
GridsterComponentInterface.prototype.columns;
|
|
2019
|
+
/** @type {?} */
|
|
2020
|
+
GridsterComponentInterface.prototype.rows;
|
|
2021
|
+
/** @type {?} */
|
|
2022
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2023
|
+
/** @type {?} */
|
|
2024
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2025
|
+
/** @type {?} */
|
|
2026
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2027
|
+
/** @type {?} */
|
|
2028
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2029
|
+
/** @type {?} */
|
|
2030
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2031
|
+
/** @type {?} */
|
|
2032
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2033
|
+
/** @type {?} */
|
|
2034
|
+
GridsterComponentInterface.prototype.compact;
|
|
2035
|
+
/** @type {?} */
|
|
2036
|
+
GridsterComponentInterface.prototype.zone;
|
|
2037
|
+
/** @type {?} */
|
|
2038
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2039
|
+
/** @type {?} */
|
|
2040
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2041
|
+
}
|
|
1607
2042
|
|
|
1608
2043
|
/**
|
|
1609
2044
|
* @fileoverview added by tsickle
|
|
1610
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2045
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1611
2046
|
*/
|
|
1612
2047
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1613
2048
|
function GridsterEmptyCell(gridster) {
|
|
@@ -1924,11 +2359,44 @@ var GridsterEmptyCell = /** @class */ (function () {
|
|
|
1924
2359
|
{ type: GridsterComponentInterface }
|
|
1925
2360
|
]; };
|
|
1926
2361
|
return GridsterEmptyCell;
|
|
1927
|
-
}());
|
|
2362
|
+
}());
|
|
2363
|
+
if (false) {
|
|
2364
|
+
/** @type {?} */
|
|
2365
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2366
|
+
/** @type {?} */
|
|
2367
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2368
|
+
/** @type {?} */
|
|
2369
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2370
|
+
/** @type {?} */
|
|
2371
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2372
|
+
/** @type {?} */
|
|
2373
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2374
|
+
/** @type {?} */
|
|
2375
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2376
|
+
/** @type {?} */
|
|
2377
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2378
|
+
/** @type {?} */
|
|
2379
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2380
|
+
/** @type {?} */
|
|
2381
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2382
|
+
/** @type {?} */
|
|
2383
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2384
|
+
/** @type {?} */
|
|
2385
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2386
|
+
/** @type {?} */
|
|
2387
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2388
|
+
/** @type {?} */
|
|
2389
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2390
|
+
/**
|
|
2391
|
+
* @type {?}
|
|
2392
|
+
* @private
|
|
2393
|
+
*/
|
|
2394
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2395
|
+
}
|
|
1928
2396
|
|
|
1929
2397
|
/**
|
|
1930
2398
|
* @fileoverview added by tsickle
|
|
1931
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2399
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1932
2400
|
*/
|
|
1933
2401
|
var GridsterCompact = /** @class */ (function () {
|
|
1934
2402
|
function GridsterCompact(gridster) {
|
|
@@ -2166,11 +2634,18 @@ var GridsterCompact = /** @class */ (function () {
|
|
|
2166
2634
|
{ type: GridsterComponentInterface }
|
|
2167
2635
|
]; };
|
|
2168
2636
|
return GridsterCompact;
|
|
2169
|
-
}());
|
|
2637
|
+
}());
|
|
2638
|
+
if (false) {
|
|
2639
|
+
/**
|
|
2640
|
+
* @type {?}
|
|
2641
|
+
* @private
|
|
2642
|
+
*/
|
|
2643
|
+
GridsterCompact.prototype.gridster;
|
|
2644
|
+
}
|
|
2170
2645
|
|
|
2171
2646
|
/**
|
|
2172
2647
|
* @fileoverview added by tsickle
|
|
2173
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2648
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2174
2649
|
*/
|
|
2175
2650
|
var GridsterRenderer = /** @class */ (function () {
|
|
2176
2651
|
function GridsterRenderer(gridster) {
|
|
@@ -2477,11 +2952,18 @@ var GridsterRenderer = /** @class */ (function () {
|
|
|
2477
2952
|
{ type: GridsterComponentInterface }
|
|
2478
2953
|
]; };
|
|
2479
2954
|
return GridsterRenderer;
|
|
2480
|
-
}());
|
|
2955
|
+
}());
|
|
2956
|
+
if (false) {
|
|
2957
|
+
/**
|
|
2958
|
+
* @type {?}
|
|
2959
|
+
* @private
|
|
2960
|
+
*/
|
|
2961
|
+
GridsterRenderer.prototype.gridster;
|
|
2962
|
+
}
|
|
2481
2963
|
|
|
2482
2964
|
/**
|
|
2483
2965
|
* @fileoverview added by tsickle
|
|
2484
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2966
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2485
2967
|
*/
|
|
2486
2968
|
var GridsterComponent = /** @class */ (function () {
|
|
2487
2969
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2636,6 +3118,17 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
2636
3118
|
if (this.options.destroyCallback) {
|
|
2637
3119
|
this.options.destroyCallback(this);
|
|
2638
3120
|
}
|
|
3121
|
+
//if (this.options.api) {
|
|
3122
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3123
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3124
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3125
|
+
*/
|
|
3126
|
+
if (false) {
|
|
3127
|
+
this.options.api.resize = undefined;
|
|
3128
|
+
this.options.api.optionsChanged = undefined;
|
|
3129
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3130
|
+
this.options.api = undefined;
|
|
3131
|
+
}
|
|
2639
3132
|
this.emptyCell.destroy();
|
|
2640
3133
|
delete this.emptyCell;
|
|
2641
3134
|
this.compact.destroy();
|
|
@@ -3212,11 +3705,61 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
3212
3705
|
options: [{ type: Input }]
|
|
3213
3706
|
};
|
|
3214
3707
|
return GridsterComponent;
|
|
3215
|
-
}());
|
|
3708
|
+
}());
|
|
3709
|
+
if (false) {
|
|
3710
|
+
/** @type {?} */
|
|
3711
|
+
GridsterComponent.prototype.options;
|
|
3712
|
+
/** @type {?} */
|
|
3713
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3714
|
+
/** @type {?} */
|
|
3715
|
+
GridsterComponent.prototype.movingItem;
|
|
3716
|
+
/** @type {?} */
|
|
3717
|
+
GridsterComponent.prototype.previewStyle;
|
|
3718
|
+
/** @type {?} */
|
|
3719
|
+
GridsterComponent.prototype.el;
|
|
3720
|
+
/** @type {?} */
|
|
3721
|
+
GridsterComponent.prototype.$options;
|
|
3722
|
+
/** @type {?} */
|
|
3723
|
+
GridsterComponent.prototype.mobile;
|
|
3724
|
+
/** @type {?} */
|
|
3725
|
+
GridsterComponent.prototype.curWidth;
|
|
3726
|
+
/** @type {?} */
|
|
3727
|
+
GridsterComponent.prototype.curHeight;
|
|
3728
|
+
/** @type {?} */
|
|
3729
|
+
GridsterComponent.prototype.grid;
|
|
3730
|
+
/** @type {?} */
|
|
3731
|
+
GridsterComponent.prototype.columns;
|
|
3732
|
+
/** @type {?} */
|
|
3733
|
+
GridsterComponent.prototype.rows;
|
|
3734
|
+
/** @type {?} */
|
|
3735
|
+
GridsterComponent.prototype.curColWidth;
|
|
3736
|
+
/** @type {?} */
|
|
3737
|
+
GridsterComponent.prototype.curRowHeight;
|
|
3738
|
+
/** @type {?} */
|
|
3739
|
+
GridsterComponent.prototype.gridColumns;
|
|
3740
|
+
/** @type {?} */
|
|
3741
|
+
GridsterComponent.prototype.gridRows;
|
|
3742
|
+
/** @type {?} */
|
|
3743
|
+
GridsterComponent.prototype.windowResize;
|
|
3744
|
+
/** @type {?} */
|
|
3745
|
+
GridsterComponent.prototype.dragInProgress;
|
|
3746
|
+
/** @type {?} */
|
|
3747
|
+
GridsterComponent.prototype.emptyCell;
|
|
3748
|
+
/** @type {?} */
|
|
3749
|
+
GridsterComponent.prototype.compact;
|
|
3750
|
+
/** @type {?} */
|
|
3751
|
+
GridsterComponent.prototype.gridRenderer;
|
|
3752
|
+
/** @type {?} */
|
|
3753
|
+
GridsterComponent.prototype.renderer;
|
|
3754
|
+
/** @type {?} */
|
|
3755
|
+
GridsterComponent.prototype.cdRef;
|
|
3756
|
+
/** @type {?} */
|
|
3757
|
+
GridsterComponent.prototype.zone;
|
|
3758
|
+
}
|
|
3216
3759
|
|
|
3217
3760
|
/**
|
|
3218
3761
|
* @fileoverview added by tsickle
|
|
3219
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3762
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3220
3763
|
*/
|
|
3221
3764
|
/**
|
|
3222
3765
|
* @abstract
|
|
@@ -3228,11 +3771,49 @@ GridsterItemComponentInterface = /** @class */ (function () {
|
|
|
3228
3771
|
function GridsterItemComponentInterface() {
|
|
3229
3772
|
}
|
|
3230
3773
|
return GridsterItemComponentInterface;
|
|
3231
|
-
}());
|
|
3774
|
+
}());
|
|
3775
|
+
if (false) {
|
|
3776
|
+
/** @type {?} */
|
|
3777
|
+
GridsterItemComponentInterface.prototype.item;
|
|
3778
|
+
/** @type {?} */
|
|
3779
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
3780
|
+
/** @type {?} */
|
|
3781
|
+
GridsterItemComponentInterface.prototype.top;
|
|
3782
|
+
/** @type {?} */
|
|
3783
|
+
GridsterItemComponentInterface.prototype.left;
|
|
3784
|
+
/** @type {?} */
|
|
3785
|
+
GridsterItemComponentInterface.prototype.width;
|
|
3786
|
+
/** @type {?} */
|
|
3787
|
+
GridsterItemComponentInterface.prototype.height;
|
|
3788
|
+
/** @type {?} */
|
|
3789
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
3790
|
+
/** @type {?} */
|
|
3791
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
3792
|
+
/** @type {?} */
|
|
3793
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3794
|
+
/** @type {?} */
|
|
3795
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3796
|
+
/** @type {?} */
|
|
3797
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3798
|
+
/** @type {?} */
|
|
3799
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
3800
|
+
/** @type {?} */
|
|
3801
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
3802
|
+
/** @type {?} */
|
|
3803
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
3804
|
+
/** @type {?} */
|
|
3805
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
3806
|
+
/** @type {?} */
|
|
3807
|
+
GridsterItemComponentInterface.prototype.el;
|
|
3808
|
+
/** @type {?} */
|
|
3809
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
3810
|
+
/** @type {?} */
|
|
3811
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
3812
|
+
}
|
|
3232
3813
|
|
|
3233
3814
|
/**
|
|
3234
3815
|
* @fileoverview added by tsickle
|
|
3235
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3816
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3236
3817
|
*/
|
|
3237
3818
|
var GridsterSwap = /** @class */ (function () {
|
|
3238
3819
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3360,11 +3941,28 @@ var GridsterSwap = /** @class */ (function () {
|
|
|
3360
3941
|
{ type: GridsterItemComponentInterface }
|
|
3361
3942
|
]; };
|
|
3362
3943
|
return GridsterSwap;
|
|
3363
|
-
}());
|
|
3944
|
+
}());
|
|
3945
|
+
if (false) {
|
|
3946
|
+
/**
|
|
3947
|
+
* @type {?}
|
|
3948
|
+
* @private
|
|
3949
|
+
*/
|
|
3950
|
+
GridsterSwap.prototype.swapedItem;
|
|
3951
|
+
/**
|
|
3952
|
+
* @type {?}
|
|
3953
|
+
* @private
|
|
3954
|
+
*/
|
|
3955
|
+
GridsterSwap.prototype.gridsterItem;
|
|
3956
|
+
/**
|
|
3957
|
+
* @type {?}
|
|
3958
|
+
* @private
|
|
3959
|
+
*/
|
|
3960
|
+
GridsterSwap.prototype.gridster;
|
|
3961
|
+
}
|
|
3364
3962
|
|
|
3365
3963
|
/**
|
|
3366
3964
|
* @fileoverview added by tsickle
|
|
3367
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3965
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3368
3966
|
*/
|
|
3369
3967
|
/** @type {?} */
|
|
3370
3968
|
var scrollSensitivity;
|
|
@@ -3559,7 +4157,7 @@ function cancelN() {
|
|
|
3559
4157
|
|
|
3560
4158
|
/**
|
|
3561
4159
|
* @fileoverview added by tsickle
|
|
3562
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4160
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3563
4161
|
*/
|
|
3564
4162
|
var GridsterPush = /** @class */ (function () {
|
|
3565
4163
|
function GridsterPush(gridsterItem) {
|
|
@@ -4049,11 +4647,61 @@ var GridsterPush = /** @class */ (function () {
|
|
|
4049
4647
|
{ type: GridsterItemComponentInterface }
|
|
4050
4648
|
]; };
|
|
4051
4649
|
return GridsterPush;
|
|
4052
|
-
}());
|
|
4650
|
+
}());
|
|
4651
|
+
if (false) {
|
|
4652
|
+
/** @type {?} */
|
|
4653
|
+
GridsterPush.prototype.fromSouth;
|
|
4654
|
+
/** @type {?} */
|
|
4655
|
+
GridsterPush.prototype.fromNorth;
|
|
4656
|
+
/** @type {?} */
|
|
4657
|
+
GridsterPush.prototype.fromEast;
|
|
4658
|
+
/** @type {?} */
|
|
4659
|
+
GridsterPush.prototype.fromWest;
|
|
4660
|
+
/**
|
|
4661
|
+
* @type {?}
|
|
4662
|
+
* @private
|
|
4663
|
+
*/
|
|
4664
|
+
GridsterPush.prototype.pushedItems;
|
|
4665
|
+
/**
|
|
4666
|
+
* @type {?}
|
|
4667
|
+
* @private
|
|
4668
|
+
*/
|
|
4669
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4670
|
+
/**
|
|
4671
|
+
* @type {?}
|
|
4672
|
+
* @private
|
|
4673
|
+
*/
|
|
4674
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4675
|
+
/**
|
|
4676
|
+
* @type {?}
|
|
4677
|
+
* @private
|
|
4678
|
+
*/
|
|
4679
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4680
|
+
/**
|
|
4681
|
+
* @type {?}
|
|
4682
|
+
* @private
|
|
4683
|
+
*/
|
|
4684
|
+
GridsterPush.prototype.gridsterItem;
|
|
4685
|
+
/**
|
|
4686
|
+
* @type {?}
|
|
4687
|
+
* @private
|
|
4688
|
+
*/
|
|
4689
|
+
GridsterPush.prototype.gridster;
|
|
4690
|
+
/**
|
|
4691
|
+
* @type {?}
|
|
4692
|
+
* @private
|
|
4693
|
+
*/
|
|
4694
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
4695
|
+
/**
|
|
4696
|
+
* @type {?}
|
|
4697
|
+
* @private
|
|
4698
|
+
*/
|
|
4699
|
+
GridsterPush.prototype.tryPattern;
|
|
4700
|
+
}
|
|
4053
4701
|
|
|
4054
4702
|
/**
|
|
4055
4703
|
* @fileoverview added by tsickle
|
|
4056
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4704
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4057
4705
|
*/
|
|
4058
4706
|
var GridsterDraggable = /** @class */ (function () {
|
|
4059
4707
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4357,6 +5005,10 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
4357
5005
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4358
5006
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4359
5007
|
}
|
|
5008
|
+
else {
|
|
5009
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5010
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5011
|
+
}
|
|
4360
5012
|
return this.gridsterItem.$item;
|
|
4361
5013
|
};
|
|
4362
5014
|
/**
|
|
@@ -4513,11 +5165,84 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
4513
5165
|
{ type: NgZone }
|
|
4514
5166
|
]; };
|
|
4515
5167
|
return GridsterDraggable;
|
|
4516
|
-
}());
|
|
5168
|
+
}());
|
|
5169
|
+
if (false) {
|
|
5170
|
+
/** @type {?} */
|
|
5171
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5172
|
+
/** @type {?} */
|
|
5173
|
+
GridsterDraggable.prototype.gridster;
|
|
5174
|
+
/** @type {?} */
|
|
5175
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5176
|
+
/** @type {?} */
|
|
5177
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5178
|
+
/** @type {?} */
|
|
5179
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5180
|
+
/** @type {?} */
|
|
5181
|
+
GridsterDraggable.prototype.margin;
|
|
5182
|
+
/** @type {?} */
|
|
5183
|
+
GridsterDraggable.prototype.diffTop;
|
|
5184
|
+
/** @type {?} */
|
|
5185
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5186
|
+
/** @type {?} */
|
|
5187
|
+
GridsterDraggable.prototype.top;
|
|
5188
|
+
/** @type {?} */
|
|
5189
|
+
GridsterDraggable.prototype.left;
|
|
5190
|
+
/** @type {?} */
|
|
5191
|
+
GridsterDraggable.prototype.height;
|
|
5192
|
+
/** @type {?} */
|
|
5193
|
+
GridsterDraggable.prototype.width;
|
|
5194
|
+
/** @type {?} */
|
|
5195
|
+
GridsterDraggable.prototype.positionX;
|
|
5196
|
+
/** @type {?} */
|
|
5197
|
+
GridsterDraggable.prototype.positionY;
|
|
5198
|
+
/** @type {?} */
|
|
5199
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5200
|
+
/** @type {?} */
|
|
5201
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5202
|
+
/** @type {?} */
|
|
5203
|
+
GridsterDraggable.prototype.enabled;
|
|
5204
|
+
/** @type {?} */
|
|
5205
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5206
|
+
/** @type {?} */
|
|
5207
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5208
|
+
/** @type {?} */
|
|
5209
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5210
|
+
/** @type {?} */
|
|
5211
|
+
GridsterDraggable.prototype.mousemove;
|
|
5212
|
+
/** @type {?} */
|
|
5213
|
+
GridsterDraggable.prototype.mouseup;
|
|
5214
|
+
/** @type {?} */
|
|
5215
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5216
|
+
/** @type {?} */
|
|
5217
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5218
|
+
/** @type {?} */
|
|
5219
|
+
GridsterDraggable.prototype.touchmove;
|
|
5220
|
+
/** @type {?} */
|
|
5221
|
+
GridsterDraggable.prototype.touchend;
|
|
5222
|
+
/** @type {?} */
|
|
5223
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5224
|
+
/** @type {?} */
|
|
5225
|
+
GridsterDraggable.prototype.mousedown;
|
|
5226
|
+
/** @type {?} */
|
|
5227
|
+
GridsterDraggable.prototype.touchstart;
|
|
5228
|
+
/** @type {?} */
|
|
5229
|
+
GridsterDraggable.prototype.push;
|
|
5230
|
+
/** @type {?} */
|
|
5231
|
+
GridsterDraggable.prototype.swap;
|
|
5232
|
+
/** @type {?} */
|
|
5233
|
+
GridsterDraggable.prototype.path;
|
|
5234
|
+
/** @type {?} */
|
|
5235
|
+
GridsterDraggable.prototype.collision;
|
|
5236
|
+
/**
|
|
5237
|
+
* @type {?}
|
|
5238
|
+
* @private
|
|
5239
|
+
*/
|
|
5240
|
+
GridsterDraggable.prototype.zone;
|
|
5241
|
+
}
|
|
4517
5242
|
|
|
4518
5243
|
/**
|
|
4519
5244
|
* @fileoverview added by tsickle
|
|
4520
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5245
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4521
5246
|
*/
|
|
4522
5247
|
var GridsterPushResize = /** @class */ (function () {
|
|
4523
5248
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -4897,11 +5622,46 @@ var GridsterPushResize = /** @class */ (function () {
|
|
|
4897
5622
|
{ type: GridsterItemComponentInterface }
|
|
4898
5623
|
]; };
|
|
4899
5624
|
return GridsterPushResize;
|
|
4900
|
-
}());
|
|
5625
|
+
}());
|
|
5626
|
+
if (false) {
|
|
5627
|
+
/** @type {?} */
|
|
5628
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5629
|
+
/** @type {?} */
|
|
5630
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5631
|
+
/** @type {?} */
|
|
5632
|
+
GridsterPushResize.prototype.fromEast;
|
|
5633
|
+
/** @type {?} */
|
|
5634
|
+
GridsterPushResize.prototype.fromWest;
|
|
5635
|
+
/**
|
|
5636
|
+
* @type {?}
|
|
5637
|
+
* @private
|
|
5638
|
+
*/
|
|
5639
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5640
|
+
/**
|
|
5641
|
+
* @type {?}
|
|
5642
|
+
* @private
|
|
5643
|
+
*/
|
|
5644
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5645
|
+
/**
|
|
5646
|
+
* @type {?}
|
|
5647
|
+
* @private
|
|
5648
|
+
*/
|
|
5649
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5650
|
+
/**
|
|
5651
|
+
* @type {?}
|
|
5652
|
+
* @private
|
|
5653
|
+
*/
|
|
5654
|
+
GridsterPushResize.prototype.gridster;
|
|
5655
|
+
/**
|
|
5656
|
+
* @type {?}
|
|
5657
|
+
* @private
|
|
5658
|
+
*/
|
|
5659
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5660
|
+
}
|
|
4901
5661
|
|
|
4902
5662
|
/**
|
|
4903
5663
|
* @fileoverview added by tsickle
|
|
4904
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5664
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4905
5665
|
*/
|
|
4906
5666
|
var GridsterResizable = /** @class */ (function () {
|
|
4907
5667
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5443,11 +6203,86 @@ var GridsterResizable = /** @class */ (function () {
|
|
|
5443
6203
|
{ type: NgZone }
|
|
5444
6204
|
]; };
|
|
5445
6205
|
return GridsterResizable;
|
|
5446
|
-
}());
|
|
6206
|
+
}());
|
|
6207
|
+
if (false) {
|
|
6208
|
+
/** @type {?} */
|
|
6209
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6210
|
+
/** @type {?} */
|
|
6211
|
+
GridsterResizable.prototype.gridster;
|
|
6212
|
+
/** @type {?} */
|
|
6213
|
+
GridsterResizable.prototype.lastMouse;
|
|
6214
|
+
/** @type {?} */
|
|
6215
|
+
GridsterResizable.prototype.itemBackup;
|
|
6216
|
+
/** @type {?} */
|
|
6217
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6218
|
+
/** @type {?} */
|
|
6219
|
+
GridsterResizable.prototype.directionFunction;
|
|
6220
|
+
/** @type {?} */
|
|
6221
|
+
GridsterResizable.prototype.dragFunction;
|
|
6222
|
+
/** @type {?} */
|
|
6223
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6224
|
+
/** @type {?} */
|
|
6225
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6226
|
+
/** @type {?} */
|
|
6227
|
+
GridsterResizable.prototype.mousemove;
|
|
6228
|
+
/** @type {?} */
|
|
6229
|
+
GridsterResizable.prototype.mouseup;
|
|
6230
|
+
/** @type {?} */
|
|
6231
|
+
GridsterResizable.prototype.mouseleave;
|
|
6232
|
+
/** @type {?} */
|
|
6233
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6234
|
+
/** @type {?} */
|
|
6235
|
+
GridsterResizable.prototype.touchmove;
|
|
6236
|
+
/** @type {?} */
|
|
6237
|
+
GridsterResizable.prototype.touchend;
|
|
6238
|
+
/** @type {?} */
|
|
6239
|
+
GridsterResizable.prototype.touchcancel;
|
|
6240
|
+
/** @type {?} */
|
|
6241
|
+
GridsterResizable.prototype.push;
|
|
6242
|
+
/** @type {?} */
|
|
6243
|
+
GridsterResizable.prototype.pushResize;
|
|
6244
|
+
/** @type {?} */
|
|
6245
|
+
GridsterResizable.prototype.minHeight;
|
|
6246
|
+
/** @type {?} */
|
|
6247
|
+
GridsterResizable.prototype.minWidth;
|
|
6248
|
+
/** @type {?} */
|
|
6249
|
+
GridsterResizable.prototype.offsetTop;
|
|
6250
|
+
/** @type {?} */
|
|
6251
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6252
|
+
/** @type {?} */
|
|
6253
|
+
GridsterResizable.prototype.diffTop;
|
|
6254
|
+
/** @type {?} */
|
|
6255
|
+
GridsterResizable.prototype.diffLeft;
|
|
6256
|
+
/** @type {?} */
|
|
6257
|
+
GridsterResizable.prototype.diffRight;
|
|
6258
|
+
/** @type {?} */
|
|
6259
|
+
GridsterResizable.prototype.diffBottom;
|
|
6260
|
+
/** @type {?} */
|
|
6261
|
+
GridsterResizable.prototype.margin;
|
|
6262
|
+
/** @type {?} */
|
|
6263
|
+
GridsterResizable.prototype.top;
|
|
6264
|
+
/** @type {?} */
|
|
6265
|
+
GridsterResizable.prototype.left;
|
|
6266
|
+
/** @type {?} */
|
|
6267
|
+
GridsterResizable.prototype.bottom;
|
|
6268
|
+
/** @type {?} */
|
|
6269
|
+
GridsterResizable.prototype.right;
|
|
6270
|
+
/** @type {?} */
|
|
6271
|
+
GridsterResizable.prototype.width;
|
|
6272
|
+
/** @type {?} */
|
|
6273
|
+
GridsterResizable.prototype.height;
|
|
6274
|
+
/** @type {?} */
|
|
6275
|
+
GridsterResizable.prototype.newPosition;
|
|
6276
|
+
/**
|
|
6277
|
+
* @type {?}
|
|
6278
|
+
* @private
|
|
6279
|
+
*/
|
|
6280
|
+
GridsterResizable.prototype.zone;
|
|
6281
|
+
}
|
|
5447
6282
|
|
|
5448
6283
|
/**
|
|
5449
6284
|
* @fileoverview added by tsickle
|
|
5450
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6285
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5451
6286
|
*/
|
|
5452
6287
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5453
6288
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5642,11 +6477,44 @@ var GridsterItemComponent = /** @class */ (function () {
|
|
|
5642
6477
|
item: [{ type: Input }]
|
|
5643
6478
|
};
|
|
5644
6479
|
return GridsterItemComponent;
|
|
5645
|
-
}());
|
|
6480
|
+
}());
|
|
6481
|
+
if (false) {
|
|
6482
|
+
/** @type {?} */
|
|
6483
|
+
GridsterItemComponent.prototype.item;
|
|
6484
|
+
/** @type {?} */
|
|
6485
|
+
GridsterItemComponent.prototype.$item;
|
|
6486
|
+
/** @type {?} */
|
|
6487
|
+
GridsterItemComponent.prototype.el;
|
|
6488
|
+
/** @type {?} */
|
|
6489
|
+
GridsterItemComponent.prototype.gridster;
|
|
6490
|
+
/** @type {?} */
|
|
6491
|
+
GridsterItemComponent.prototype.top;
|
|
6492
|
+
/** @type {?} */
|
|
6493
|
+
GridsterItemComponent.prototype.left;
|
|
6494
|
+
/** @type {?} */
|
|
6495
|
+
GridsterItemComponent.prototype.width;
|
|
6496
|
+
/** @type {?} */
|
|
6497
|
+
GridsterItemComponent.prototype.height;
|
|
6498
|
+
/** @type {?} */
|
|
6499
|
+
GridsterItemComponent.prototype.drag;
|
|
6500
|
+
/** @type {?} */
|
|
6501
|
+
GridsterItemComponent.prototype.resize;
|
|
6502
|
+
/** @type {?} */
|
|
6503
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6504
|
+
/** @type {?} */
|
|
6505
|
+
GridsterItemComponent.prototype.init;
|
|
6506
|
+
/** @type {?} */
|
|
6507
|
+
GridsterItemComponent.prototype.renderer;
|
|
6508
|
+
/**
|
|
6509
|
+
* @type {?}
|
|
6510
|
+
* @private
|
|
6511
|
+
*/
|
|
6512
|
+
GridsterItemComponent.prototype.zone;
|
|
6513
|
+
}
|
|
5646
6514
|
|
|
5647
6515
|
/**
|
|
5648
6516
|
* @fileoverview added by tsickle
|
|
5649
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6517
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5650
6518
|
*/
|
|
5651
6519
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5652
6520
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5701,11 +6569,19 @@ var GridsterPreviewComponent = /** @class */ (function () {
|
|
|
5701
6569
|
{ type: Renderer2 }
|
|
5702
6570
|
]; };
|
|
5703
6571
|
return GridsterPreviewComponent;
|
|
5704
|
-
}());
|
|
6572
|
+
}());
|
|
6573
|
+
if (false) {
|
|
6574
|
+
/** @type {?} */
|
|
6575
|
+
GridsterPreviewComponent.prototype.el;
|
|
6576
|
+
/** @type {?} */
|
|
6577
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6578
|
+
/** @type {?} */
|
|
6579
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6580
|
+
}
|
|
5705
6581
|
|
|
5706
6582
|
/**
|
|
5707
6583
|
* @fileoverview added by tsickle
|
|
5708
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6584
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5709
6585
|
*/
|
|
5710
6586
|
var GridsterModule = /** @class */ (function () {
|
|
5711
6587
|
function GridsterModule() {
|
|
@@ -5730,7 +6606,7 @@ var GridsterModule = /** @class */ (function () {
|
|
|
5730
6606
|
|
|
5731
6607
|
/**
|
|
5732
6608
|
* @fileoverview added by tsickle
|
|
5733
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6609
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5734
6610
|
*/
|
|
5735
6611
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
5736
6612
|
function DashboardFrameworkModule() {
|
|
@@ -5762,7 +6638,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
5762
6638
|
|
|
5763
6639
|
/**
|
|
5764
6640
|
* @fileoverview added by tsickle
|
|
5765
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6641
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5766
6642
|
*/
|
|
5767
6643
|
/**
|
|
5768
6644
|
* @abstract
|
|
@@ -5806,11 +6682,35 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
|
|
|
5806
6682
|
initialize: [{ type: Input }]
|
|
5807
6683
|
};
|
|
5808
6684
|
return RaBaseDashboardTemplate;
|
|
5809
|
-
}());
|
|
6685
|
+
}());
|
|
6686
|
+
if (false) {
|
|
6687
|
+
/** @type {?} */
|
|
6688
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6689
|
+
/** @type {?} */
|
|
6690
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6691
|
+
/** @type {?} */
|
|
6692
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6693
|
+
/** @type {?} */
|
|
6694
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6695
|
+
/** @type {?} */
|
|
6696
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
6697
|
+
/** @type {?} */
|
|
6698
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
6699
|
+
/**
|
|
6700
|
+
* @type {?}
|
|
6701
|
+
* @private
|
|
6702
|
+
*/
|
|
6703
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
6704
|
+
/**
|
|
6705
|
+
* @abstract
|
|
6706
|
+
* @return {?}
|
|
6707
|
+
*/
|
|
6708
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
6709
|
+
}
|
|
5810
6710
|
|
|
5811
6711
|
/**
|
|
5812
6712
|
* @fileoverview added by tsickle
|
|
5813
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6713
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5814
6714
|
*/
|
|
5815
6715
|
/**
|
|
5816
6716
|
* @abstract
|
|
@@ -5830,7 +6730,29 @@ var RaBaseDashboardFilter = /** @class */ (function () {
|
|
|
5830
6730
|
getAllFilterConfig: [{ type: Input }]
|
|
5831
6731
|
};
|
|
5832
6732
|
return RaBaseDashboardFilter;
|
|
5833
|
-
}());
|
|
6733
|
+
}());
|
|
6734
|
+
if (false) {
|
|
6735
|
+
/**
|
|
6736
|
+
* @type {?}
|
|
6737
|
+
* @private
|
|
6738
|
+
*/
|
|
6739
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6740
|
+
/**
|
|
6741
|
+
* @abstract
|
|
6742
|
+
* @return {?}
|
|
6743
|
+
*/
|
|
6744
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6745
|
+
}
|
|
6746
|
+
|
|
6747
|
+
/**
|
|
6748
|
+
* @fileoverview added by tsickle
|
|
6749
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6750
|
+
*/
|
|
6751
|
+
|
|
6752
|
+
/**
|
|
6753
|
+
* @fileoverview added by tsickle
|
|
6754
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6755
|
+
*/
|
|
5834
6756
|
|
|
5835
6757
|
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 };
|
|
5836
6758
|
//# sourceMappingURL=schneideress-dashboardframework.js.map
|