@schneideress/dashboardframework 0.0.99 → 0.0.101
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 +120 -1178
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +2 -3
- package/esm2015/gridster/lib/gridster.component.js +2 -3
- package/esm2015/gridster/lib/gridster.interface.js +2 -3
- package/esm2015/gridster/lib/gridster.module.js +2 -3
- package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
- package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
- package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
- package/esm2015/gridster/lib/gridsterItem.component.js +2 -3
- package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
- package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
- package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
- package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
- package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
- package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
- package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
- package/esm2015/lib/custom.notifier.options.js +2 -3
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +13 -5
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +29 -14
- package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
- package/esm2015/lib/ra.base.dashboard.template.js +2 -3
- package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
- package/esm2015/lib/ra.dashboard.module.js +2 -3
- package/esm2015/lib/ra.dashboard.service.js +2 -3
- package/esm2015/lib/ra.event.enum.js +2 -3
- package/esm2015/lib/ra.gridster.config.js +2 -3
- package/esm2015/public-api.js +2 -3
- package/esm2015/schneideress-dashboardframework.js +2 -3
- package/esm5/gridster/index.js +2 -3
- package/esm5/gridster/lib/gridster.component.js +2 -3
- package/esm5/gridster/lib/gridster.interface.js +2 -3
- package/esm5/gridster/lib/gridster.module.js +2 -3
- package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
- package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
- package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
- package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
- package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
- package/esm5/gridster/lib/gridsterItem.component.js +2 -3
- package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
- package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
- package/esm5/gridster/lib/gridsterPush.service.js +2 -3
- package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
- package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
- package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
- package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
- package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
- package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
- package/esm5/lib/custom.notifier.options.js +2 -3
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +25 -6
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +36 -14
- package/esm5/lib/ra.base.dashboard.filter.js +2 -3
- package/esm5/lib/ra.base.dashboard.template.js +2 -3
- package/esm5/lib/ra.dashbard.event.bus.js +2 -3
- package/esm5/lib/ra.dashboard.module.js +2 -3
- package/esm5/lib/ra.dashboard.service.js +2 -3
- package/esm5/lib/ra.event.enum.js +2 -3
- package/esm5/lib/ra.gridster.config.js +2 -3
- package/esm5/public-api.js +2 -3
- package/esm5/schneideress-dashboardframework.js +2 -3
- package/fesm2015/schneideress-dashboardframework.js +99 -1057
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +121 -1061
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +1 -0
- 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, __awaiter, __generator, __assign } from 'tslib';
|
|
2
|
-
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, HostListener,
|
|
2
|
+
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, HostListener, Renderer2, Output, EventEmitter, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
|
|
3
3
|
import { of, Subject } from 'rxjs';
|
|
4
4
|
import { BaseService, RATranslateService, RACommonModule } from '@schneideress/ra-common';
|
|
5
5
|
import { filter, map } from 'rxjs/operators';
|
|
@@ -14,8 +14,7 @@ import { RAUserControlModule } from '@schneideress/user-controls';
|
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @fileoverview added by tsickle
|
|
17
|
-
*
|
|
18
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
17
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
19
18
|
*/
|
|
20
19
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
21
20
|
__extends(RaDashboardService, _super);
|
|
@@ -219,19 +218,11 @@ var RaDashboardService = /** @class */ (function (_super) {
|
|
|
219
218
|
]; };
|
|
220
219
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
221
220
|
return RaDashboardService;
|
|
222
|
-
}(BaseService));
|
|
223
|
-
if (false) {
|
|
224
|
-
/**
|
|
225
|
-
* @type {?}
|
|
226
|
-
* @private
|
|
227
|
-
*/
|
|
228
|
-
RaDashboardService.prototype.loadedScripts;
|
|
229
|
-
}
|
|
221
|
+
}(BaseService));
|
|
230
222
|
|
|
231
223
|
/**
|
|
232
224
|
* @fileoverview added by tsickle
|
|
233
|
-
*
|
|
234
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
225
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
235
226
|
*/
|
|
236
227
|
var RADashboardEventBus = /** @class */ (function () {
|
|
237
228
|
function RADashboardEventBus() {
|
|
@@ -340,19 +331,11 @@ var RADashboardEventBus = /** @class */ (function () {
|
|
|
340
331
|
];
|
|
341
332
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
342
333
|
return RADashboardEventBus;
|
|
343
|
-
}());
|
|
344
|
-
if (false) {
|
|
345
|
-
/**
|
|
346
|
-
* @type {?}
|
|
347
|
-
* @private
|
|
348
|
-
*/
|
|
349
|
-
RADashboardEventBus.prototype.eventQueue;
|
|
350
|
-
}
|
|
334
|
+
}());
|
|
351
335
|
|
|
352
336
|
/**
|
|
353
337
|
* @fileoverview added by tsickle
|
|
354
|
-
*
|
|
355
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
338
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
356
339
|
*/
|
|
357
340
|
/** @enum {string} */
|
|
358
341
|
var RAEvent = {
|
|
@@ -401,225 +384,38 @@ var RAEventKey = {
|
|
|
401
384
|
|
|
402
385
|
/**
|
|
403
386
|
* @fileoverview added by tsickle
|
|
404
|
-
*
|
|
405
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
387
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
406
388
|
*/
|
|
407
389
|
/** @enum {string} */
|
|
408
390
|
var GridType = {
|
|
409
|
-
Fit:
|
|
410
|
-
ScrollVertical:
|
|
411
|
-
ScrollHorizontal:
|
|
412
|
-
Fixed:
|
|
413
|
-
VerticalFixed:
|
|
414
|
-
HorizontalFixed:
|
|
391
|
+
Fit: 'fit',
|
|
392
|
+
ScrollVertical: 'scrollVertical',
|
|
393
|
+
ScrollHorizontal: 'scrollHorizontal',
|
|
394
|
+
Fixed: 'fixed',
|
|
395
|
+
VerticalFixed: 'verticalFixed',
|
|
396
|
+
HorizontalFixed: 'horizontalFixed',
|
|
415
397
|
};
|
|
416
398
|
/** @enum {string} */
|
|
417
399
|
var DisplayGrid = {
|
|
418
|
-
Always:
|
|
419
|
-
OnDragAndResize:
|
|
420
|
-
None:
|
|
400
|
+
Always: 'always',
|
|
401
|
+
OnDragAndResize: 'onDrag&Resize',
|
|
402
|
+
None: 'none',
|
|
421
403
|
};
|
|
422
404
|
/** @enum {string} */
|
|
423
405
|
var CompactType = {
|
|
424
|
-
None:
|
|
425
|
-
CompactUp:
|
|
426
|
-
CompactLeft:
|
|
427
|
-
CompactUpAndLeft:
|
|
428
|
-
CompactLeftAndUp:
|
|
429
|
-
CompactRight:
|
|
430
|
-
CompactUpAndRight:
|
|
431
|
-
CompactRightAndUp:
|
|
432
|
-
};
|
|
433
|
-
/**
|
|
434
|
-
* @record
|
|
435
|
-
*/
|
|
436
|
-
function GridsterConfig() { }
|
|
437
|
-
if (false) {
|
|
438
|
-
/** @type {?|undefined} */
|
|
439
|
-
GridsterConfig.prototype.gridType;
|
|
440
|
-
/** @type {?|undefined} */
|
|
441
|
-
GridsterConfig.prototype.fixedColWidth;
|
|
442
|
-
/** @type {?|undefined} */
|
|
443
|
-
GridsterConfig.prototype.fixedRowHeight;
|
|
444
|
-
/** @type {?|undefined} */
|
|
445
|
-
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
446
|
-
/** @type {?|undefined} */
|
|
447
|
-
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
448
|
-
/** @type {?|undefined} */
|
|
449
|
-
GridsterConfig.prototype.setGridSize;
|
|
450
|
-
/** @type {?|undefined} */
|
|
451
|
-
GridsterConfig.prototype.compactType;
|
|
452
|
-
/** @type {?|undefined} */
|
|
453
|
-
GridsterConfig.prototype.mobileBreakpoint;
|
|
454
|
-
/** @type {?|undefined} */
|
|
455
|
-
GridsterConfig.prototype.minCols;
|
|
456
|
-
/** @type {?|undefined} */
|
|
457
|
-
GridsterConfig.prototype.maxCols;
|
|
458
|
-
/** @type {?|undefined} */
|
|
459
|
-
GridsterConfig.prototype.minRows;
|
|
460
|
-
/** @type {?|undefined} */
|
|
461
|
-
GridsterConfig.prototype.maxRows;
|
|
462
|
-
/** @type {?|undefined} */
|
|
463
|
-
GridsterConfig.prototype.defaultItemCols;
|
|
464
|
-
/** @type {?|undefined} */
|
|
465
|
-
GridsterConfig.prototype.defaultItemRows;
|
|
466
|
-
/** @type {?|undefined} */
|
|
467
|
-
GridsterConfig.prototype.maxItemCols;
|
|
468
|
-
/** @type {?|undefined} */
|
|
469
|
-
GridsterConfig.prototype.maxItemRows;
|
|
470
|
-
/** @type {?|undefined} */
|
|
471
|
-
GridsterConfig.prototype.minItemCols;
|
|
472
|
-
/** @type {?|undefined} */
|
|
473
|
-
GridsterConfig.prototype.minItemRows;
|
|
474
|
-
/** @type {?|undefined} */
|
|
475
|
-
GridsterConfig.prototype.minItemArea;
|
|
476
|
-
/** @type {?|undefined} */
|
|
477
|
-
GridsterConfig.prototype.maxItemArea;
|
|
478
|
-
/** @type {?|undefined} */
|
|
479
|
-
GridsterConfig.prototype.margin;
|
|
480
|
-
/** @type {?|undefined} */
|
|
481
|
-
GridsterConfig.prototype.outerMargin;
|
|
482
|
-
/** @type {?|undefined} */
|
|
483
|
-
GridsterConfig.prototype.outerMarginTop;
|
|
484
|
-
/** @type {?|undefined} */
|
|
485
|
-
GridsterConfig.prototype.outerMarginRight;
|
|
486
|
-
/** @type {?|undefined} */
|
|
487
|
-
GridsterConfig.prototype.outerMarginBottom;
|
|
488
|
-
/** @type {?|undefined} */
|
|
489
|
-
GridsterConfig.prototype.outerMarginLeft;
|
|
490
|
-
/** @type {?|undefined} */
|
|
491
|
-
GridsterConfig.prototype.useTransformPositioning;
|
|
492
|
-
/** @type {?|undefined} */
|
|
493
|
-
GridsterConfig.prototype.scrollSensitivity;
|
|
494
|
-
/** @type {?|undefined} */
|
|
495
|
-
GridsterConfig.prototype.scrollSpeed;
|
|
496
|
-
/** @type {?|undefined} */
|
|
497
|
-
GridsterConfig.prototype.initCallback;
|
|
498
|
-
/** @type {?|undefined} */
|
|
499
|
-
GridsterConfig.prototype.destroyCallback;
|
|
500
|
-
/** @type {?|undefined} */
|
|
501
|
-
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
502
|
-
/** @type {?|undefined} */
|
|
503
|
-
GridsterConfig.prototype.itemChangeCallback;
|
|
504
|
-
/** @type {?|undefined} */
|
|
505
|
-
GridsterConfig.prototype.itemResizeCallback;
|
|
506
|
-
/** @type {?|undefined} */
|
|
507
|
-
GridsterConfig.prototype.itemInitCallback;
|
|
508
|
-
/** @type {?|undefined} */
|
|
509
|
-
GridsterConfig.prototype.itemRemovedCallback;
|
|
510
|
-
/** @type {?|undefined} */
|
|
511
|
-
GridsterConfig.prototype.itemValidateCallback;
|
|
512
|
-
/** @type {?|undefined} */
|
|
513
|
-
GridsterConfig.prototype.draggable;
|
|
514
|
-
/** @type {?|undefined} */
|
|
515
|
-
GridsterConfig.prototype.resizable;
|
|
516
|
-
/** @type {?|undefined} */
|
|
517
|
-
GridsterConfig.prototype.swap;
|
|
518
|
-
/** @type {?|undefined} */
|
|
519
|
-
GridsterConfig.prototype.pushItems;
|
|
520
|
-
/** @type {?|undefined} */
|
|
521
|
-
GridsterConfig.prototype.disablePushOnDrag;
|
|
522
|
-
/** @type {?|undefined} */
|
|
523
|
-
GridsterConfig.prototype.disablePushOnResize;
|
|
524
|
-
/** @type {?|undefined} */
|
|
525
|
-
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
526
|
-
/** @type {?|undefined} */
|
|
527
|
-
GridsterConfig.prototype.pushDirections;
|
|
528
|
-
/** @type {?|undefined} */
|
|
529
|
-
GridsterConfig.prototype.pushResizeItems;
|
|
530
|
-
/** @type {?|undefined} */
|
|
531
|
-
GridsterConfig.prototype.displayGrid;
|
|
532
|
-
/** @type {?|undefined} */
|
|
533
|
-
GridsterConfig.prototype.disableWindowResize;
|
|
534
|
-
/** @type {?|undefined} */
|
|
535
|
-
GridsterConfig.prototype.disableWarnings;
|
|
536
|
-
/** @type {?|undefined} */
|
|
537
|
-
GridsterConfig.prototype.scrollToNewItems;
|
|
538
|
-
/** @type {?|undefined} */
|
|
539
|
-
GridsterConfig.prototype.enableEmptyCellClick;
|
|
540
|
-
/** @type {?|undefined} */
|
|
541
|
-
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
542
|
-
/** @type {?|undefined} */
|
|
543
|
-
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
544
|
-
/** @type {?|undefined} */
|
|
545
|
-
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
546
|
-
/** @type {?|undefined} */
|
|
547
|
-
GridsterConfig.prototype.emptyCellClickCallback;
|
|
548
|
-
/** @type {?|undefined} */
|
|
549
|
-
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
550
|
-
/** @type {?|undefined} */
|
|
551
|
-
GridsterConfig.prototype.emptyCellDropCallback;
|
|
552
|
-
/** @type {?|undefined} */
|
|
553
|
-
GridsterConfig.prototype.emptyCellDragCallback;
|
|
554
|
-
/** @type {?|undefined} */
|
|
555
|
-
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
556
|
-
/** @type {?|undefined} */
|
|
557
|
-
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
558
|
-
/** @type {?|undefined} */
|
|
559
|
-
GridsterConfig.prototype.ignoreMarginInRow;
|
|
560
|
-
/** @type {?|undefined} */
|
|
561
|
-
GridsterConfig.prototype.autoResizeonDrag;
|
|
562
|
-
/** @type {?|undefined} */
|
|
563
|
-
GridsterConfig.prototype.api;
|
|
564
|
-
/* Skipping unhandled member: [propName: string]: any;*/
|
|
565
|
-
}
|
|
566
|
-
/**
|
|
567
|
-
* @record
|
|
568
|
-
*/
|
|
569
|
-
function DragBase() { }
|
|
570
|
-
if (false) {
|
|
571
|
-
/** @type {?|undefined} */
|
|
572
|
-
DragBase.prototype.enabled;
|
|
573
|
-
/** @type {?|undefined} */
|
|
574
|
-
DragBase.prototype.stop;
|
|
575
|
-
/** @type {?|undefined} */
|
|
576
|
-
DragBase.prototype.start;
|
|
577
|
-
/** @type {?|undefined} */
|
|
578
|
-
DragBase.prototype.delayStart;
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* @record
|
|
582
|
-
*/
|
|
583
|
-
function Draggable() { }
|
|
584
|
-
if (false) {
|
|
585
|
-
/** @type {?|undefined} */
|
|
586
|
-
Draggable.prototype.ignoreContentClass;
|
|
587
|
-
/** @type {?|undefined} */
|
|
588
|
-
Draggable.prototype.ignoreContent;
|
|
589
|
-
/** @type {?|undefined} */
|
|
590
|
-
Draggable.prototype.dragHandleClass;
|
|
591
|
-
/** @type {?|undefined} */
|
|
592
|
-
Draggable.prototype.dropOverItems;
|
|
593
|
-
/** @type {?|undefined} */
|
|
594
|
-
Draggable.prototype.dropOverItemsCallback;
|
|
595
|
-
}
|
|
596
|
-
/**
|
|
597
|
-
* @record
|
|
598
|
-
*/
|
|
599
|
-
function Resizable() { }
|
|
600
|
-
if (false) {
|
|
601
|
-
/** @type {?|undefined} */
|
|
602
|
-
Resizable.prototype.handles;
|
|
603
|
-
}
|
|
604
|
-
/**
|
|
605
|
-
* @record
|
|
606
|
-
*/
|
|
607
|
-
function PushDirections() { }
|
|
608
|
-
if (false) {
|
|
609
|
-
/** @type {?} */
|
|
610
|
-
PushDirections.prototype.north;
|
|
611
|
-
/** @type {?} */
|
|
612
|
-
PushDirections.prototype.east;
|
|
613
|
-
/** @type {?} */
|
|
614
|
-
PushDirections.prototype.south;
|
|
615
|
-
/** @type {?} */
|
|
616
|
-
PushDirections.prototype.west;
|
|
617
|
-
}
|
|
406
|
+
None: 'none',
|
|
407
|
+
CompactUp: 'compactUp',
|
|
408
|
+
CompactLeft: 'compactLeft',
|
|
409
|
+
CompactUpAndLeft: 'compactUp&Left',
|
|
410
|
+
CompactLeftAndUp: 'compactLeft&Up',
|
|
411
|
+
CompactRight: 'compactRight',
|
|
412
|
+
CompactUpAndRight: 'compactUp&Right',
|
|
413
|
+
CompactRightAndUp: 'compactRight&Up',
|
|
414
|
+
};
|
|
618
415
|
|
|
619
416
|
/**
|
|
620
417
|
* @fileoverview added by tsickle
|
|
621
|
-
*
|
|
622
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
418
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
623
419
|
*/
|
|
624
420
|
/** @type {?} */
|
|
625
421
|
var GridsterConfigDefaultSettings = {
|
|
@@ -685,8 +481,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
685
481
|
|
|
686
482
|
/**
|
|
687
483
|
* @fileoverview added by tsickle
|
|
688
|
-
*
|
|
689
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
484
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
690
485
|
*/
|
|
691
486
|
var RADashboardArea = /** @class */ (function () {
|
|
692
487
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -698,6 +493,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
698
493
|
this.widgetList = Array();
|
|
699
494
|
this.gridheight = 300;
|
|
700
495
|
this.isWidgetLoaded = false;
|
|
496
|
+
this.domResized = false;
|
|
701
497
|
this.widgetHeight = 3;
|
|
702
498
|
this.widgetWidth = 5;
|
|
703
499
|
}
|
|
@@ -717,6 +513,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
717
513
|
*/
|
|
718
514
|
function () {
|
|
719
515
|
areaContext.setAreaHeight();
|
|
516
|
+
areaContext.domResized = !areaContext.domResized;
|
|
720
517
|
}), 1000);
|
|
721
518
|
};
|
|
722
519
|
/**
|
|
@@ -745,12 +542,28 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
745
542
|
this.inititateEventBusSubscritions();
|
|
746
543
|
}
|
|
747
544
|
};
|
|
545
|
+
// public invokeResizeEvent() {
|
|
546
|
+
// this.widgetContainers.forEach(function(container,i){
|
|
547
|
+
// container.invokeWidgetResizedEvent();
|
|
548
|
+
// });
|
|
549
|
+
// }
|
|
748
550
|
/**To set GridsterConfig */
|
|
551
|
+
// public invokeResizeEvent() {
|
|
552
|
+
// this.widgetContainers.forEach(function(container,i){
|
|
553
|
+
// container.invokeWidgetResizedEvent();
|
|
554
|
+
// });
|
|
555
|
+
// }
|
|
749
556
|
/**
|
|
750
557
|
* To set GridsterConfig
|
|
751
558
|
* @return {?}
|
|
752
559
|
*/
|
|
753
|
-
RADashboardArea.prototype.initiateGridsterConfig =
|
|
560
|
+
RADashboardArea.prototype.initiateGridsterConfig =
|
|
561
|
+
// public invokeResizeEvent() {
|
|
562
|
+
// this.widgetContainers.forEach(function(container,i){
|
|
563
|
+
// container.invokeWidgetResizedEvent();
|
|
564
|
+
// });
|
|
565
|
+
// }
|
|
566
|
+
/**
|
|
754
567
|
* To set GridsterConfig
|
|
755
568
|
* @return {?}
|
|
756
569
|
*/
|
|
@@ -997,7 +810,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
997
810
|
areaHeight = 600;
|
|
998
811
|
}
|
|
999
812
|
this.gridheight = areaHeight;
|
|
1000
|
-
console.log('area height
|
|
813
|
+
console.log('area height adjusted1');
|
|
1001
814
|
};
|
|
1002
815
|
/** To remove a widget instance from dashboard and to save info in database */
|
|
1003
816
|
/**
|
|
@@ -1195,7 +1008,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
1195
1008
|
RADashboardArea.decorators = [
|
|
1196
1009
|
{ type: Component, args: [{
|
|
1197
1010
|
selector: 'ra-dashboard-area',
|
|
1198
|
-
template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
1011
|
+
template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
1199
1012
|
styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
|
|
1200
1013
|
}] }
|
|
1201
1014
|
];
|
|
@@ -1219,86 +1032,11 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
1219
1032
|
onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
|
|
1220
1033
|
};
|
|
1221
1034
|
return RADashboardArea;
|
|
1222
|
-
}());
|
|
1223
|
-
if (false) {
|
|
1224
|
-
/** @type {?} */
|
|
1225
|
-
RADashboardArea.prototype.widgetList;
|
|
1226
|
-
/** @type {?} */
|
|
1227
|
-
RADashboardArea.prototype.options;
|
|
1228
|
-
/** @type {?} */
|
|
1229
|
-
RADashboardArea.prototype.gridheight;
|
|
1230
|
-
/**
|
|
1231
|
-
* @type {?}
|
|
1232
|
-
* @private
|
|
1233
|
-
*/
|
|
1234
|
-
RADashboardArea.prototype.conifgAddClick;
|
|
1235
|
-
/**
|
|
1236
|
-
* @type {?}
|
|
1237
|
-
* @private
|
|
1238
|
-
*/
|
|
1239
|
-
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1240
|
-
/**
|
|
1241
|
-
* @type {?}
|
|
1242
|
-
* @private
|
|
1243
|
-
*/
|
|
1244
|
-
RADashboardArea.prototype.widgetAddEvent;
|
|
1245
|
-
/**
|
|
1246
|
-
* @type {?}
|
|
1247
|
-
* @private
|
|
1248
|
-
*/
|
|
1249
|
-
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1250
|
-
/**
|
|
1251
|
-
* @type {?}
|
|
1252
|
-
* @private
|
|
1253
|
-
*/
|
|
1254
|
-
RADashboardArea.prototype.isWidgetLoaded;
|
|
1255
|
-
/** @type {?} */
|
|
1256
|
-
RADashboardArea.prototype.userDashboardId;
|
|
1257
|
-
/** @type {?} */
|
|
1258
|
-
RADashboardArea.prototype.areaKey;
|
|
1259
|
-
/** @type {?} */
|
|
1260
|
-
RADashboardArea.prototype.globalFilter;
|
|
1261
|
-
/** @type {?} */
|
|
1262
|
-
RADashboardArea.prototype.raDashboardEventBus;
|
|
1263
|
-
/** @type {?} */
|
|
1264
|
-
RADashboardArea.prototype.widgetHeight;
|
|
1265
|
-
/** @type {?} */
|
|
1266
|
-
RADashboardArea.prototype.widgetWidth;
|
|
1267
|
-
/** @type {?} */
|
|
1268
|
-
RADashboardArea.prototype.appConfig;
|
|
1269
|
-
/** @type {?} */
|
|
1270
|
-
RADashboardArea.prototype.gridWrapper;
|
|
1271
|
-
/**
|
|
1272
|
-
* @type {?}
|
|
1273
|
-
* @private
|
|
1274
|
-
*/
|
|
1275
|
-
RADashboardArea.prototype.dashboardService;
|
|
1276
|
-
/**
|
|
1277
|
-
* @type {?}
|
|
1278
|
-
* @private
|
|
1279
|
-
*/
|
|
1280
|
-
RADashboardArea.prototype.ngZone;
|
|
1281
|
-
/**
|
|
1282
|
-
* @type {?}
|
|
1283
|
-
* @private
|
|
1284
|
-
*/
|
|
1285
|
-
RADashboardArea.prototype.ngxService;
|
|
1286
|
-
/**
|
|
1287
|
-
* @type {?}
|
|
1288
|
-
* @private
|
|
1289
|
-
*/
|
|
1290
|
-
RADashboardArea.prototype.translateService;
|
|
1291
|
-
/**
|
|
1292
|
-
* @type {?}
|
|
1293
|
-
* @private
|
|
1294
|
-
*/
|
|
1295
|
-
RADashboardArea.prototype.notifier;
|
|
1296
|
-
}
|
|
1035
|
+
}());
|
|
1297
1036
|
|
|
1298
1037
|
/**
|
|
1299
1038
|
* @fileoverview added by tsickle
|
|
1300
|
-
*
|
|
1301
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1039
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1302
1040
|
*/
|
|
1303
1041
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1304
1042
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
|
|
@@ -1340,6 +1078,17 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1340
1078
|
}
|
|
1341
1079
|
}));
|
|
1342
1080
|
}
|
|
1081
|
+
Object.defineProperty(RAWidgetContainer.prototype, "setResized", {
|
|
1082
|
+
set: /**
|
|
1083
|
+
* @param {?} resized
|
|
1084
|
+
* @return {?}
|
|
1085
|
+
*/
|
|
1086
|
+
function (resized) {
|
|
1087
|
+
this.invokeWidgetResizedEvent();
|
|
1088
|
+
},
|
|
1089
|
+
enumerable: true,
|
|
1090
|
+
configurable: true
|
|
1091
|
+
});
|
|
1343
1092
|
/**
|
|
1344
1093
|
* @param {?} changes
|
|
1345
1094
|
* @return {?}
|
|
@@ -1369,14 +1118,23 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1369
1118
|
}
|
|
1370
1119
|
if (changes.width && changes.width.currentValue != changes.width.previousValue ||
|
|
1371
1120
|
(changes.height && changes.height.currentValue != changes.height.previousValue)) {
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1121
|
+
this.invokeWidgetResizedEvent();
|
|
1122
|
+
}
|
|
1123
|
+
};
|
|
1124
|
+
/**
|
|
1125
|
+
* @return {?}
|
|
1126
|
+
*/
|
|
1127
|
+
RAWidgetContainer.prototype.invokeWidgetResizedEvent = /**
|
|
1128
|
+
* @return {?}
|
|
1129
|
+
*/
|
|
1130
|
+
function () {
|
|
1131
|
+
if (this.widgetElement) {
|
|
1132
|
+
/** @type {?} */
|
|
1133
|
+
var size = {};
|
|
1134
|
+
size.height = this.height;
|
|
1135
|
+
size.width = this.width;
|
|
1136
|
+
size.cellHeight = this.gridCellHeight;
|
|
1137
|
+
this.widgetElement.widgetResized(size);
|
|
1380
1138
|
}
|
|
1381
1139
|
};
|
|
1382
1140
|
/**
|
|
@@ -1777,8 +1535,8 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1777
1535
|
RAWidgetContainer.decorators = [
|
|
1778
1536
|
{ type: Component, args: [{
|
|
1779
1537
|
selector: 'ra-widget-container',
|
|
1780
|
-
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\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\r\n <div class=\"col-md-
|
|
1781
|
-
styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:
|
|
1538
|
+
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\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\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
|
|
1539
|
+
styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:1px solid;border-color:#a9afb1}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
|
|
1782
1540
|
}] }
|
|
1783
1541
|
];
|
|
1784
1542
|
/** @nocollapse */
|
|
@@ -1803,117 +1561,15 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1803
1561
|
width: [{ type: Input, args: ['widget-width',] }],
|
|
1804
1562
|
height: [{ type: Input, args: ['widget-height',] }],
|
|
1805
1563
|
gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
|
|
1806
|
-
widgetDeleted: [{ type: Output }]
|
|
1564
|
+
widgetDeleted: [{ type: Output }],
|
|
1565
|
+
setResized: [{ type: Input, args: ['dom-resized',] }]
|
|
1807
1566
|
};
|
|
1808
1567
|
return RAWidgetContainer;
|
|
1809
|
-
}());
|
|
1810
|
-
if (false) {
|
|
1811
|
-
/** @type {?} */
|
|
1812
|
-
RAWidgetContainer.prototype.showPanel;
|
|
1813
|
-
/**
|
|
1814
|
-
* @type {?}
|
|
1815
|
-
* @private
|
|
1816
|
-
*/
|
|
1817
|
-
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1818
|
-
/**
|
|
1819
|
-
* @type {?}
|
|
1820
|
-
* @private
|
|
1821
|
-
*/
|
|
1822
|
-
RAWidgetContainer.prototype.widgetElement;
|
|
1823
|
-
/**
|
|
1824
|
-
* @type {?}
|
|
1825
|
-
* @private
|
|
1826
|
-
*/
|
|
1827
|
-
RAWidgetContainer.prototype.configChanged;
|
|
1828
|
-
/**
|
|
1829
|
-
* @type {?}
|
|
1830
|
-
* @private
|
|
1831
|
-
*/
|
|
1832
|
-
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1833
|
-
/** @type {?} */
|
|
1834
|
-
RAWidgetContainer.prototype.widgetHeight;
|
|
1835
|
-
/** @type {?} */
|
|
1836
|
-
RAWidgetContainer.prototype.lockClass;
|
|
1837
|
-
/** @type {?} */
|
|
1838
|
-
RAWidgetContainer.prototype.lockStatus;
|
|
1839
|
-
/** @type {?} */
|
|
1840
|
-
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1841
|
-
/** @type {?} */
|
|
1842
|
-
RAWidgetContainer.prototype.dropDownShown;
|
|
1843
|
-
/** @type {?} */
|
|
1844
|
-
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
1845
|
-
/** @type {?} */
|
|
1846
|
-
RAWidgetContainer.prototype.downloadIconType;
|
|
1847
|
-
/** @type {?} */
|
|
1848
|
-
RAWidgetContainer.prototype.enableTitleLine;
|
|
1849
|
-
/** @type {?} */
|
|
1850
|
-
RAWidgetContainer.prototype.toolTipValue;
|
|
1851
|
-
/** @type {?} */
|
|
1852
|
-
RAWidgetContainer.prototype.toolTipWidth;
|
|
1853
|
-
/** @type {?} */
|
|
1854
|
-
RAWidgetContainer.prototype.ctlWidget;
|
|
1855
|
-
/** @type {?} */
|
|
1856
|
-
RAWidgetContainer.prototype.widgetDropdown;
|
|
1857
|
-
/** @type {?} */
|
|
1858
|
-
RAWidgetContainer.prototype.widgetDownload;
|
|
1859
|
-
/** @type {?} */
|
|
1860
|
-
RAWidgetContainer.prototype.searchInput;
|
|
1861
|
-
/** @type {?} */
|
|
1862
|
-
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1863
|
-
/** @type {?} */
|
|
1864
|
-
RAWidgetContainer.prototype.globalFilter;
|
|
1865
|
-
/** @type {?} */
|
|
1866
|
-
RAWidgetContainer.prototype.data;
|
|
1867
|
-
/** @type {?} */
|
|
1868
|
-
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1869
|
-
/** @type {?} */
|
|
1870
|
-
RAWidgetContainer.prototype.appConfig;
|
|
1871
|
-
/** @type {?} */
|
|
1872
|
-
RAWidgetContainer.prototype.width;
|
|
1873
|
-
/** @type {?} */
|
|
1874
|
-
RAWidgetContainer.prototype.height;
|
|
1875
|
-
/** @type {?} */
|
|
1876
|
-
RAWidgetContainer.prototype.gridCellHeight;
|
|
1877
|
-
/** @type {?} */
|
|
1878
|
-
RAWidgetContainer.prototype.widgetDeleted;
|
|
1879
|
-
/** @type {?} */
|
|
1880
|
-
RAWidgetContainer.prototype.lockTitle;
|
|
1881
|
-
/**
|
|
1882
|
-
* @type {?}
|
|
1883
|
-
* @private
|
|
1884
|
-
*/
|
|
1885
|
-
RAWidgetContainer.prototype.dashboardService;
|
|
1886
|
-
/**
|
|
1887
|
-
* @type {?}
|
|
1888
|
-
* @private
|
|
1889
|
-
*/
|
|
1890
|
-
RAWidgetContainer.prototype.ngxService;
|
|
1891
|
-
/**
|
|
1892
|
-
* @type {?}
|
|
1893
|
-
* @private
|
|
1894
|
-
*/
|
|
1895
|
-
RAWidgetContainer.prototype.translateService;
|
|
1896
|
-
/**
|
|
1897
|
-
* @type {?}
|
|
1898
|
-
* @private
|
|
1899
|
-
*/
|
|
1900
|
-
RAWidgetContainer.prototype.ngZone;
|
|
1901
|
-
/**
|
|
1902
|
-
* @type {?}
|
|
1903
|
-
* @private
|
|
1904
|
-
*/
|
|
1905
|
-
RAWidgetContainer.prototype.notifier;
|
|
1906
|
-
/**
|
|
1907
|
-
* @type {?}
|
|
1908
|
-
* @private
|
|
1909
|
-
*/
|
|
1910
|
-
RAWidgetContainer.prototype.renderer;
|
|
1911
|
-
}
|
|
1568
|
+
}());
|
|
1912
1569
|
|
|
1913
1570
|
/**
|
|
1914
1571
|
* @fileoverview added by tsickle
|
|
1915
|
-
*
|
|
1916
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1572
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1917
1573
|
*/
|
|
1918
1574
|
/** @type {?} */
|
|
1919
1575
|
var customNotifierOptions = {
|
|
@@ -1959,8 +1615,7 @@ var customNotifierOptions = {
|
|
|
1959
1615
|
|
|
1960
1616
|
/**
|
|
1961
1617
|
* @fileoverview added by tsickle
|
|
1962
|
-
*
|
|
1963
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1618
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1964
1619
|
*/
|
|
1965
1620
|
/** @type {?} */
|
|
1966
1621
|
var GridsterConfigService = {
|
|
@@ -2138,8 +1793,7 @@ var GridsterConfigService = {
|
|
|
2138
1793
|
|
|
2139
1794
|
/**
|
|
2140
1795
|
* @fileoverview added by tsickle
|
|
2141
|
-
*
|
|
2142
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1796
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2143
1797
|
*/
|
|
2144
1798
|
var GridsterUtils = /** @class */ (function () {
|
|
2145
1799
|
function GridsterUtils() {
|
|
@@ -2314,8 +1968,7 @@ var GridsterUtils = /** @class */ (function () {
|
|
|
2314
1968
|
|
|
2315
1969
|
/**
|
|
2316
1970
|
* @fileoverview added by tsickle
|
|
2317
|
-
*
|
|
2318
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1971
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2319
1972
|
*/
|
|
2320
1973
|
/**
|
|
2321
1974
|
* @abstract
|
|
@@ -2327,86 +1980,11 @@ GridsterComponentInterface = /** @class */ (function () {
|
|
|
2327
1980
|
function GridsterComponentInterface() {
|
|
2328
1981
|
}
|
|
2329
1982
|
return GridsterComponentInterface;
|
|
2330
|
-
}());
|
|
2331
|
-
if (false) {
|
|
2332
|
-
/** @type {?} */
|
|
2333
|
-
GridsterComponentInterface.prototype.$options;
|
|
2334
|
-
/** @type {?} */
|
|
2335
|
-
GridsterComponentInterface.prototype.grid;
|
|
2336
|
-
/** @type {?} */
|
|
2337
|
-
GridsterComponentInterface.prototype.checkCollision;
|
|
2338
|
-
/** @type {?} */
|
|
2339
|
-
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2340
|
-
/** @type {?} */
|
|
2341
|
-
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2342
|
-
/** @type {?} */
|
|
2343
|
-
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2344
|
-
/** @type {?} */
|
|
2345
|
-
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2346
|
-
/** @type {?} */
|
|
2347
|
-
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2348
|
-
/** @type {?} */
|
|
2349
|
-
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2350
|
-
/** @type {?} */
|
|
2351
|
-
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2352
|
-
/** @type {?} */
|
|
2353
|
-
GridsterComponentInterface.prototype.el;
|
|
2354
|
-
/** @type {?} */
|
|
2355
|
-
GridsterComponentInterface.prototype.renderer;
|
|
2356
|
-
/** @type {?} */
|
|
2357
|
-
GridsterComponentInterface.prototype.gridRenderer;
|
|
2358
|
-
/** @type {?} */
|
|
2359
|
-
GridsterComponentInterface.prototype.cdRef;
|
|
2360
|
-
/** @type {?} */
|
|
2361
|
-
GridsterComponentInterface.prototype.options;
|
|
2362
|
-
/** @type {?} */
|
|
2363
|
-
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2364
|
-
/** @type {?} */
|
|
2365
|
-
GridsterComponentInterface.prototype.updateGrid;
|
|
2366
|
-
/** @type {?} */
|
|
2367
|
-
GridsterComponentInterface.prototype.movingItem;
|
|
2368
|
-
/** @type {?} */
|
|
2369
|
-
GridsterComponentInterface.prototype.addItem;
|
|
2370
|
-
/** @type {?} */
|
|
2371
|
-
GridsterComponentInterface.prototype.removeItem;
|
|
2372
|
-
/** @type {?} */
|
|
2373
|
-
GridsterComponentInterface.prototype.previewStyle;
|
|
2374
|
-
/** @type {?} */
|
|
2375
|
-
GridsterComponentInterface.prototype.mobile;
|
|
2376
|
-
/** @type {?} */
|
|
2377
|
-
GridsterComponentInterface.prototype.curWidth;
|
|
2378
|
-
/** @type {?} */
|
|
2379
|
-
GridsterComponentInterface.prototype.curHeight;
|
|
2380
|
-
/** @type {?} */
|
|
2381
|
-
GridsterComponentInterface.prototype.columns;
|
|
2382
|
-
/** @type {?} */
|
|
2383
|
-
GridsterComponentInterface.prototype.rows;
|
|
2384
|
-
/** @type {?} */
|
|
2385
|
-
GridsterComponentInterface.prototype.curColWidth;
|
|
2386
|
-
/** @type {?} */
|
|
2387
|
-
GridsterComponentInterface.prototype.curRowHeight;
|
|
2388
|
-
/** @type {?} */
|
|
2389
|
-
GridsterComponentInterface.prototype.windowResize;
|
|
2390
|
-
/** @type {?} */
|
|
2391
|
-
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2392
|
-
/** @type {?} */
|
|
2393
|
-
GridsterComponentInterface.prototype.dragInProgress;
|
|
2394
|
-
/** @type {?} */
|
|
2395
|
-
GridsterComponentInterface.prototype.emptyCell;
|
|
2396
|
-
/** @type {?} */
|
|
2397
|
-
GridsterComponentInterface.prototype.compact;
|
|
2398
|
-
/** @type {?} */
|
|
2399
|
-
GridsterComponentInterface.prototype.zone;
|
|
2400
|
-
/** @type {?} */
|
|
2401
|
-
GridsterComponentInterface.prototype.gridRows;
|
|
2402
|
-
/** @type {?} */
|
|
2403
|
-
GridsterComponentInterface.prototype.gridColumns;
|
|
2404
|
-
}
|
|
1983
|
+
}());
|
|
2405
1984
|
|
|
2406
1985
|
/**
|
|
2407
1986
|
* @fileoverview added by tsickle
|
|
2408
|
-
*
|
|
2409
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1987
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2410
1988
|
*/
|
|
2411
1989
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
2412
1990
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2723,45 +2301,11 @@ var GridsterEmptyCell = /** @class */ (function () {
|
|
|
2723
2301
|
{ type: GridsterComponentInterface }
|
|
2724
2302
|
]; };
|
|
2725
2303
|
return GridsterEmptyCell;
|
|
2726
|
-
}());
|
|
2727
|
-
if (false) {
|
|
2728
|
-
/** @type {?} */
|
|
2729
|
-
GridsterEmptyCell.prototype.initialItem;
|
|
2730
|
-
/** @type {?} */
|
|
2731
|
-
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2732
|
-
/** @type {?} */
|
|
2733
|
-
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2734
|
-
/** @type {?} */
|
|
2735
|
-
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2736
|
-
/** @type {?} */
|
|
2737
|
-
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2738
|
-
/** @type {?} */
|
|
2739
|
-
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2740
|
-
/** @type {?} */
|
|
2741
|
-
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2742
|
-
/** @type {?} */
|
|
2743
|
-
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2744
|
-
/** @type {?} */
|
|
2745
|
-
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2746
|
-
/** @type {?} */
|
|
2747
|
-
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2748
|
-
/** @type {?} */
|
|
2749
|
-
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2750
|
-
/** @type {?} */
|
|
2751
|
-
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2752
|
-
/** @type {?} */
|
|
2753
|
-
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2754
|
-
/**
|
|
2755
|
-
* @type {?}
|
|
2756
|
-
* @private
|
|
2757
|
-
*/
|
|
2758
|
-
GridsterEmptyCell.prototype.gridster;
|
|
2759
|
-
}
|
|
2304
|
+
}());
|
|
2760
2305
|
|
|
2761
2306
|
/**
|
|
2762
2307
|
* @fileoverview added by tsickle
|
|
2763
|
-
*
|
|
2764
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2308
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2765
2309
|
*/
|
|
2766
2310
|
var GridsterCompact = /** @class */ (function () {
|
|
2767
2311
|
function GridsterCompact(gridster) {
|
|
@@ -2999,19 +2543,11 @@ var GridsterCompact = /** @class */ (function () {
|
|
|
2999
2543
|
{ type: GridsterComponentInterface }
|
|
3000
2544
|
]; };
|
|
3001
2545
|
return GridsterCompact;
|
|
3002
|
-
}());
|
|
3003
|
-
if (false) {
|
|
3004
|
-
/**
|
|
3005
|
-
* @type {?}
|
|
3006
|
-
* @private
|
|
3007
|
-
*/
|
|
3008
|
-
GridsterCompact.prototype.gridster;
|
|
3009
|
-
}
|
|
2546
|
+
}());
|
|
3010
2547
|
|
|
3011
2548
|
/**
|
|
3012
2549
|
* @fileoverview added by tsickle
|
|
3013
|
-
*
|
|
3014
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2550
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3015
2551
|
*/
|
|
3016
2552
|
var GridsterRenderer = /** @class */ (function () {
|
|
3017
2553
|
function GridsterRenderer(gridster) {
|
|
@@ -3318,19 +2854,11 @@ var GridsterRenderer = /** @class */ (function () {
|
|
|
3318
2854
|
{ type: GridsterComponentInterface }
|
|
3319
2855
|
]; };
|
|
3320
2856
|
return GridsterRenderer;
|
|
3321
|
-
}());
|
|
3322
|
-
if (false) {
|
|
3323
|
-
/**
|
|
3324
|
-
* @type {?}
|
|
3325
|
-
* @private
|
|
3326
|
-
*/
|
|
3327
|
-
GridsterRenderer.prototype.gridster;
|
|
3328
|
-
}
|
|
2857
|
+
}());
|
|
3329
2858
|
|
|
3330
2859
|
/**
|
|
3331
2860
|
* @fileoverview added by tsickle
|
|
3332
|
-
*
|
|
3333
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2861
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3334
2862
|
*/
|
|
3335
2863
|
var GridsterComponent = /** @class */ (function () {
|
|
3336
2864
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -3485,17 +3013,6 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
3485
3013
|
if (this.options.destroyCallback) {
|
|
3486
3014
|
this.options.destroyCallback(this);
|
|
3487
3015
|
}
|
|
3488
|
-
//if (this.options.api) {
|
|
3489
|
-
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3490
|
-
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3491
|
-
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3492
|
-
*/
|
|
3493
|
-
if (false) {
|
|
3494
|
-
this.options.api.resize = undefined;
|
|
3495
|
-
this.options.api.optionsChanged = undefined;
|
|
3496
|
-
this.options.api.getNextPossiblePosition = undefined;
|
|
3497
|
-
this.options.api = undefined;
|
|
3498
|
-
}
|
|
3499
3016
|
this.emptyCell.destroy();
|
|
3500
3017
|
delete this.emptyCell;
|
|
3501
3018
|
this.compact.destroy();
|
|
@@ -4072,62 +3589,11 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
4072
3589
|
options: [{ type: Input }]
|
|
4073
3590
|
};
|
|
4074
3591
|
return GridsterComponent;
|
|
4075
|
-
}());
|
|
4076
|
-
if (false) {
|
|
4077
|
-
/** @type {?} */
|
|
4078
|
-
GridsterComponent.prototype.options;
|
|
4079
|
-
/** @type {?} */
|
|
4080
|
-
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
4081
|
-
/** @type {?} */
|
|
4082
|
-
GridsterComponent.prototype.movingItem;
|
|
4083
|
-
/** @type {?} */
|
|
4084
|
-
GridsterComponent.prototype.previewStyle;
|
|
4085
|
-
/** @type {?} */
|
|
4086
|
-
GridsterComponent.prototype.el;
|
|
4087
|
-
/** @type {?} */
|
|
4088
|
-
GridsterComponent.prototype.$options;
|
|
4089
|
-
/** @type {?} */
|
|
4090
|
-
GridsterComponent.prototype.mobile;
|
|
4091
|
-
/** @type {?} */
|
|
4092
|
-
GridsterComponent.prototype.curWidth;
|
|
4093
|
-
/** @type {?} */
|
|
4094
|
-
GridsterComponent.prototype.curHeight;
|
|
4095
|
-
/** @type {?} */
|
|
4096
|
-
GridsterComponent.prototype.grid;
|
|
4097
|
-
/** @type {?} */
|
|
4098
|
-
GridsterComponent.prototype.columns;
|
|
4099
|
-
/** @type {?} */
|
|
4100
|
-
GridsterComponent.prototype.rows;
|
|
4101
|
-
/** @type {?} */
|
|
4102
|
-
GridsterComponent.prototype.curColWidth;
|
|
4103
|
-
/** @type {?} */
|
|
4104
|
-
GridsterComponent.prototype.curRowHeight;
|
|
4105
|
-
/** @type {?} */
|
|
4106
|
-
GridsterComponent.prototype.gridColumns;
|
|
4107
|
-
/** @type {?} */
|
|
4108
|
-
GridsterComponent.prototype.gridRows;
|
|
4109
|
-
/** @type {?} */
|
|
4110
|
-
GridsterComponent.prototype.windowResize;
|
|
4111
|
-
/** @type {?} */
|
|
4112
|
-
GridsterComponent.prototype.dragInProgress;
|
|
4113
|
-
/** @type {?} */
|
|
4114
|
-
GridsterComponent.prototype.emptyCell;
|
|
4115
|
-
/** @type {?} */
|
|
4116
|
-
GridsterComponent.prototype.compact;
|
|
4117
|
-
/** @type {?} */
|
|
4118
|
-
GridsterComponent.prototype.gridRenderer;
|
|
4119
|
-
/** @type {?} */
|
|
4120
|
-
GridsterComponent.prototype.renderer;
|
|
4121
|
-
/** @type {?} */
|
|
4122
|
-
GridsterComponent.prototype.cdRef;
|
|
4123
|
-
/** @type {?} */
|
|
4124
|
-
GridsterComponent.prototype.zone;
|
|
4125
|
-
}
|
|
3592
|
+
}());
|
|
4126
3593
|
|
|
4127
3594
|
/**
|
|
4128
3595
|
* @fileoverview added by tsickle
|
|
4129
|
-
*
|
|
4130
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3596
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4131
3597
|
*/
|
|
4132
3598
|
/**
|
|
4133
3599
|
* @abstract
|
|
@@ -4139,50 +3605,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
|
|
|
4139
3605
|
function GridsterItemComponentInterface() {
|
|
4140
3606
|
}
|
|
4141
3607
|
return GridsterItemComponentInterface;
|
|
4142
|
-
}());
|
|
4143
|
-
if (false) {
|
|
4144
|
-
/** @type {?} */
|
|
4145
|
-
GridsterItemComponentInterface.prototype.item;
|
|
4146
|
-
/** @type {?} */
|
|
4147
|
-
GridsterItemComponentInterface.prototype.$item;
|
|
4148
|
-
/** @type {?} */
|
|
4149
|
-
GridsterItemComponentInterface.prototype.top;
|
|
4150
|
-
/** @type {?} */
|
|
4151
|
-
GridsterItemComponentInterface.prototype.left;
|
|
4152
|
-
/** @type {?} */
|
|
4153
|
-
GridsterItemComponentInterface.prototype.width;
|
|
4154
|
-
/** @type {?} */
|
|
4155
|
-
GridsterItemComponentInterface.prototype.height;
|
|
4156
|
-
/** @type {?} */
|
|
4157
|
-
GridsterItemComponentInterface.prototype.drag;
|
|
4158
|
-
/** @type {?} */
|
|
4159
|
-
GridsterItemComponentInterface.prototype.resize;
|
|
4160
|
-
/** @type {?} */
|
|
4161
|
-
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4162
|
-
/** @type {?} */
|
|
4163
|
-
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4164
|
-
/** @type {?} */
|
|
4165
|
-
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4166
|
-
/** @type {?} */
|
|
4167
|
-
GridsterItemComponentInterface.prototype.setSize;
|
|
4168
|
-
/** @type {?} */
|
|
4169
|
-
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4170
|
-
/** @type {?} */
|
|
4171
|
-
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4172
|
-
/** @type {?} */
|
|
4173
|
-
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4174
|
-
/** @type {?} */
|
|
4175
|
-
GridsterItemComponentInterface.prototype.el;
|
|
4176
|
-
/** @type {?} */
|
|
4177
|
-
GridsterItemComponentInterface.prototype.gridster;
|
|
4178
|
-
/** @type {?} */
|
|
4179
|
-
GridsterItemComponentInterface.prototype.renderer;
|
|
4180
|
-
}
|
|
3608
|
+
}());
|
|
4181
3609
|
|
|
4182
3610
|
/**
|
|
4183
3611
|
* @fileoverview added by tsickle
|
|
4184
|
-
*
|
|
4185
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3612
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4186
3613
|
*/
|
|
4187
3614
|
var GridsterSwap = /** @class */ (function () {
|
|
4188
3615
|
function GridsterSwap(gridsterItem) {
|
|
@@ -4310,29 +3737,11 @@ var GridsterSwap = /** @class */ (function () {
|
|
|
4310
3737
|
{ type: GridsterItemComponentInterface }
|
|
4311
3738
|
]; };
|
|
4312
3739
|
return GridsterSwap;
|
|
4313
|
-
}());
|
|
4314
|
-
if (false) {
|
|
4315
|
-
/**
|
|
4316
|
-
* @type {?}
|
|
4317
|
-
* @private
|
|
4318
|
-
*/
|
|
4319
|
-
GridsterSwap.prototype.swapedItem;
|
|
4320
|
-
/**
|
|
4321
|
-
* @type {?}
|
|
4322
|
-
* @private
|
|
4323
|
-
*/
|
|
4324
|
-
GridsterSwap.prototype.gridsterItem;
|
|
4325
|
-
/**
|
|
4326
|
-
* @type {?}
|
|
4327
|
-
* @private
|
|
4328
|
-
*/
|
|
4329
|
-
GridsterSwap.prototype.gridster;
|
|
4330
|
-
}
|
|
3740
|
+
}());
|
|
4331
3741
|
|
|
4332
3742
|
/**
|
|
4333
3743
|
* @fileoverview added by tsickle
|
|
4334
|
-
*
|
|
4335
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3744
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4336
3745
|
*/
|
|
4337
3746
|
/** @type {?} */
|
|
4338
3747
|
var scrollSensitivity;
|
|
@@ -4527,8 +3936,7 @@ function cancelN() {
|
|
|
4527
3936
|
|
|
4528
3937
|
/**
|
|
4529
3938
|
* @fileoverview added by tsickle
|
|
4530
|
-
*
|
|
4531
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3939
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4532
3940
|
*/
|
|
4533
3941
|
var GridsterPush = /** @class */ (function () {
|
|
4534
3942
|
function GridsterPush(gridsterItem) {
|
|
@@ -5018,62 +4426,11 @@ var GridsterPush = /** @class */ (function () {
|
|
|
5018
4426
|
{ type: GridsterItemComponentInterface }
|
|
5019
4427
|
]; };
|
|
5020
4428
|
return GridsterPush;
|
|
5021
|
-
}());
|
|
5022
|
-
if (false) {
|
|
5023
|
-
/** @type {?} */
|
|
5024
|
-
GridsterPush.prototype.fromSouth;
|
|
5025
|
-
/** @type {?} */
|
|
5026
|
-
GridsterPush.prototype.fromNorth;
|
|
5027
|
-
/** @type {?} */
|
|
5028
|
-
GridsterPush.prototype.fromEast;
|
|
5029
|
-
/** @type {?} */
|
|
5030
|
-
GridsterPush.prototype.fromWest;
|
|
5031
|
-
/**
|
|
5032
|
-
* @type {?}
|
|
5033
|
-
* @private
|
|
5034
|
-
*/
|
|
5035
|
-
GridsterPush.prototype.pushedItems;
|
|
5036
|
-
/**
|
|
5037
|
-
* @type {?}
|
|
5038
|
-
* @private
|
|
5039
|
-
*/
|
|
5040
|
-
GridsterPush.prototype.pushedItemsTemp;
|
|
5041
|
-
/**
|
|
5042
|
-
* @type {?}
|
|
5043
|
-
* @private
|
|
5044
|
-
*/
|
|
5045
|
-
GridsterPush.prototype.pushedItemsTempPath;
|
|
5046
|
-
/**
|
|
5047
|
-
* @type {?}
|
|
5048
|
-
* @private
|
|
5049
|
-
*/
|
|
5050
|
-
GridsterPush.prototype.pushedItemsPath;
|
|
5051
|
-
/**
|
|
5052
|
-
* @type {?}
|
|
5053
|
-
* @private
|
|
5054
|
-
*/
|
|
5055
|
-
GridsterPush.prototype.gridsterItem;
|
|
5056
|
-
/**
|
|
5057
|
-
* @type {?}
|
|
5058
|
-
* @private
|
|
5059
|
-
*/
|
|
5060
|
-
GridsterPush.prototype.gridster;
|
|
5061
|
-
/**
|
|
5062
|
-
* @type {?}
|
|
5063
|
-
* @private
|
|
5064
|
-
*/
|
|
5065
|
-
GridsterPush.prototype.pushedItemsOrder;
|
|
5066
|
-
/**
|
|
5067
|
-
* @type {?}
|
|
5068
|
-
* @private
|
|
5069
|
-
*/
|
|
5070
|
-
GridsterPush.prototype.tryPattern;
|
|
5071
|
-
}
|
|
4429
|
+
}());
|
|
5072
4430
|
|
|
5073
4431
|
/**
|
|
5074
4432
|
* @fileoverview added by tsickle
|
|
5075
|
-
*
|
|
5076
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4433
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5077
4434
|
*/
|
|
5078
4435
|
var GridsterDraggable = /** @class */ (function () {
|
|
5079
4436
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -5377,10 +4734,6 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
5377
4734
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
5378
4735
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
5379
4736
|
}
|
|
5380
|
-
else {
|
|
5381
|
-
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5382
|
-
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5383
|
-
}
|
|
5384
4737
|
return this.gridsterItem.$item;
|
|
5385
4738
|
};
|
|
5386
4739
|
/**
|
|
@@ -5537,85 +4890,11 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
5537
4890
|
{ type: NgZone }
|
|
5538
4891
|
]; };
|
|
5539
4892
|
return GridsterDraggable;
|
|
5540
|
-
}());
|
|
5541
|
-
if (false) {
|
|
5542
|
-
/** @type {?} */
|
|
5543
|
-
GridsterDraggable.prototype.gridsterItem;
|
|
5544
|
-
/** @type {?} */
|
|
5545
|
-
GridsterDraggable.prototype.gridster;
|
|
5546
|
-
/** @type {?} */
|
|
5547
|
-
GridsterDraggable.prototype.lastMouse;
|
|
5548
|
-
/** @type {?} */
|
|
5549
|
-
GridsterDraggable.prototype.offsetLeft;
|
|
5550
|
-
/** @type {?} */
|
|
5551
|
-
GridsterDraggable.prototype.offsetTop;
|
|
5552
|
-
/** @type {?} */
|
|
5553
|
-
GridsterDraggable.prototype.margin;
|
|
5554
|
-
/** @type {?} */
|
|
5555
|
-
GridsterDraggable.prototype.diffTop;
|
|
5556
|
-
/** @type {?} */
|
|
5557
|
-
GridsterDraggable.prototype.diffLeft;
|
|
5558
|
-
/** @type {?} */
|
|
5559
|
-
GridsterDraggable.prototype.top;
|
|
5560
|
-
/** @type {?} */
|
|
5561
|
-
GridsterDraggable.prototype.left;
|
|
5562
|
-
/** @type {?} */
|
|
5563
|
-
GridsterDraggable.prototype.height;
|
|
5564
|
-
/** @type {?} */
|
|
5565
|
-
GridsterDraggable.prototype.width;
|
|
5566
|
-
/** @type {?} */
|
|
5567
|
-
GridsterDraggable.prototype.positionX;
|
|
5568
|
-
/** @type {?} */
|
|
5569
|
-
GridsterDraggable.prototype.positionY;
|
|
5570
|
-
/** @type {?} */
|
|
5571
|
-
GridsterDraggable.prototype.positionXBackup;
|
|
5572
|
-
/** @type {?} */
|
|
5573
|
-
GridsterDraggable.prototype.positionYBackup;
|
|
5574
|
-
/** @type {?} */
|
|
5575
|
-
GridsterDraggable.prototype.enabled;
|
|
5576
|
-
/** @type {?} */
|
|
5577
|
-
GridsterDraggable.prototype.dragStartFunction;
|
|
5578
|
-
/** @type {?} */
|
|
5579
|
-
GridsterDraggable.prototype.dragFunction;
|
|
5580
|
-
/** @type {?} */
|
|
5581
|
-
GridsterDraggable.prototype.dragStopFunction;
|
|
5582
|
-
/** @type {?} */
|
|
5583
|
-
GridsterDraggable.prototype.mousemove;
|
|
5584
|
-
/** @type {?} */
|
|
5585
|
-
GridsterDraggable.prototype.mouseup;
|
|
5586
|
-
/** @type {?} */
|
|
5587
|
-
GridsterDraggable.prototype.mouseleave;
|
|
5588
|
-
/** @type {?} */
|
|
5589
|
-
GridsterDraggable.prototype.cancelOnBlur;
|
|
5590
|
-
/** @type {?} */
|
|
5591
|
-
GridsterDraggable.prototype.touchmove;
|
|
5592
|
-
/** @type {?} */
|
|
5593
|
-
GridsterDraggable.prototype.touchend;
|
|
5594
|
-
/** @type {?} */
|
|
5595
|
-
GridsterDraggable.prototype.touchcancel;
|
|
5596
|
-
/** @type {?} */
|
|
5597
|
-
GridsterDraggable.prototype.mousedown;
|
|
5598
|
-
/** @type {?} */
|
|
5599
|
-
GridsterDraggable.prototype.touchstart;
|
|
5600
|
-
/** @type {?} */
|
|
5601
|
-
GridsterDraggable.prototype.push;
|
|
5602
|
-
/** @type {?} */
|
|
5603
|
-
GridsterDraggable.prototype.swap;
|
|
5604
|
-
/** @type {?} */
|
|
5605
|
-
GridsterDraggable.prototype.path;
|
|
5606
|
-
/** @type {?} */
|
|
5607
|
-
GridsterDraggable.prototype.collision;
|
|
5608
|
-
/**
|
|
5609
|
-
* @type {?}
|
|
5610
|
-
* @private
|
|
5611
|
-
*/
|
|
5612
|
-
GridsterDraggable.prototype.zone;
|
|
5613
|
-
}
|
|
4893
|
+
}());
|
|
5614
4894
|
|
|
5615
4895
|
/**
|
|
5616
4896
|
* @fileoverview added by tsickle
|
|
5617
|
-
*
|
|
5618
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4897
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5619
4898
|
*/
|
|
5620
4899
|
var GridsterPushResize = /** @class */ (function () {
|
|
5621
4900
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -5995,47 +5274,11 @@ var GridsterPushResize = /** @class */ (function () {
|
|
|
5995
5274
|
{ type: GridsterItemComponentInterface }
|
|
5996
5275
|
]; };
|
|
5997
5276
|
return GridsterPushResize;
|
|
5998
|
-
}());
|
|
5999
|
-
if (false) {
|
|
6000
|
-
/** @type {?} */
|
|
6001
|
-
GridsterPushResize.prototype.fromSouth;
|
|
6002
|
-
/** @type {?} */
|
|
6003
|
-
GridsterPushResize.prototype.fromNorth;
|
|
6004
|
-
/** @type {?} */
|
|
6005
|
-
GridsterPushResize.prototype.fromEast;
|
|
6006
|
-
/** @type {?} */
|
|
6007
|
-
GridsterPushResize.prototype.fromWest;
|
|
6008
|
-
/**
|
|
6009
|
-
* @type {?}
|
|
6010
|
-
* @private
|
|
6011
|
-
*/
|
|
6012
|
-
GridsterPushResize.prototype.pushedItems;
|
|
6013
|
-
/**
|
|
6014
|
-
* @type {?}
|
|
6015
|
-
* @private
|
|
6016
|
-
*/
|
|
6017
|
-
GridsterPushResize.prototype.pushedItemsPath;
|
|
6018
|
-
/**
|
|
6019
|
-
* @type {?}
|
|
6020
|
-
* @private
|
|
6021
|
-
*/
|
|
6022
|
-
GridsterPushResize.prototype.gridsterItem;
|
|
6023
|
-
/**
|
|
6024
|
-
* @type {?}
|
|
6025
|
-
* @private
|
|
6026
|
-
*/
|
|
6027
|
-
GridsterPushResize.prototype.gridster;
|
|
6028
|
-
/**
|
|
6029
|
-
* @type {?}
|
|
6030
|
-
* @private
|
|
6031
|
-
*/
|
|
6032
|
-
GridsterPushResize.prototype.tryPattern;
|
|
6033
|
-
}
|
|
5277
|
+
}());
|
|
6034
5278
|
|
|
6035
5279
|
/**
|
|
6036
5280
|
* @fileoverview added by tsickle
|
|
6037
|
-
*
|
|
6038
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5281
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6039
5282
|
*/
|
|
6040
5283
|
var GridsterResizable = /** @class */ (function () {
|
|
6041
5284
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -6577,87 +5820,11 @@ var GridsterResizable = /** @class */ (function () {
|
|
|
6577
5820
|
{ type: NgZone }
|
|
6578
5821
|
]; };
|
|
6579
5822
|
return GridsterResizable;
|
|
6580
|
-
}());
|
|
6581
|
-
if (false) {
|
|
6582
|
-
/** @type {?} */
|
|
6583
|
-
GridsterResizable.prototype.gridsterItem;
|
|
6584
|
-
/** @type {?} */
|
|
6585
|
-
GridsterResizable.prototype.gridster;
|
|
6586
|
-
/** @type {?} */
|
|
6587
|
-
GridsterResizable.prototype.lastMouse;
|
|
6588
|
-
/** @type {?} */
|
|
6589
|
-
GridsterResizable.prototype.itemBackup;
|
|
6590
|
-
/** @type {?} */
|
|
6591
|
-
GridsterResizable.prototype.resizeEventScrollType;
|
|
6592
|
-
/** @type {?} */
|
|
6593
|
-
GridsterResizable.prototype.directionFunction;
|
|
6594
|
-
/** @type {?} */
|
|
6595
|
-
GridsterResizable.prototype.dragFunction;
|
|
6596
|
-
/** @type {?} */
|
|
6597
|
-
GridsterResizable.prototype.dragStopFunction;
|
|
6598
|
-
/** @type {?} */
|
|
6599
|
-
GridsterResizable.prototype.resizeEnabled;
|
|
6600
|
-
/** @type {?} */
|
|
6601
|
-
GridsterResizable.prototype.mousemove;
|
|
6602
|
-
/** @type {?} */
|
|
6603
|
-
GridsterResizable.prototype.mouseup;
|
|
6604
|
-
/** @type {?} */
|
|
6605
|
-
GridsterResizable.prototype.mouseleave;
|
|
6606
|
-
/** @type {?} */
|
|
6607
|
-
GridsterResizable.prototype.cancelOnBlur;
|
|
6608
|
-
/** @type {?} */
|
|
6609
|
-
GridsterResizable.prototype.touchmove;
|
|
6610
|
-
/** @type {?} */
|
|
6611
|
-
GridsterResizable.prototype.touchend;
|
|
6612
|
-
/** @type {?} */
|
|
6613
|
-
GridsterResizable.prototype.touchcancel;
|
|
6614
|
-
/** @type {?} */
|
|
6615
|
-
GridsterResizable.prototype.push;
|
|
6616
|
-
/** @type {?} */
|
|
6617
|
-
GridsterResizable.prototype.pushResize;
|
|
6618
|
-
/** @type {?} */
|
|
6619
|
-
GridsterResizable.prototype.minHeight;
|
|
6620
|
-
/** @type {?} */
|
|
6621
|
-
GridsterResizable.prototype.minWidth;
|
|
6622
|
-
/** @type {?} */
|
|
6623
|
-
GridsterResizable.prototype.offsetTop;
|
|
6624
|
-
/** @type {?} */
|
|
6625
|
-
GridsterResizable.prototype.offsetLeft;
|
|
6626
|
-
/** @type {?} */
|
|
6627
|
-
GridsterResizable.prototype.diffTop;
|
|
6628
|
-
/** @type {?} */
|
|
6629
|
-
GridsterResizable.prototype.diffLeft;
|
|
6630
|
-
/** @type {?} */
|
|
6631
|
-
GridsterResizable.prototype.diffRight;
|
|
6632
|
-
/** @type {?} */
|
|
6633
|
-
GridsterResizable.prototype.diffBottom;
|
|
6634
|
-
/** @type {?} */
|
|
6635
|
-
GridsterResizable.prototype.margin;
|
|
6636
|
-
/** @type {?} */
|
|
6637
|
-
GridsterResizable.prototype.top;
|
|
6638
|
-
/** @type {?} */
|
|
6639
|
-
GridsterResizable.prototype.left;
|
|
6640
|
-
/** @type {?} */
|
|
6641
|
-
GridsterResizable.prototype.bottom;
|
|
6642
|
-
/** @type {?} */
|
|
6643
|
-
GridsterResizable.prototype.right;
|
|
6644
|
-
/** @type {?} */
|
|
6645
|
-
GridsterResizable.prototype.width;
|
|
6646
|
-
/** @type {?} */
|
|
6647
|
-
GridsterResizable.prototype.height;
|
|
6648
|
-
/** @type {?} */
|
|
6649
|
-
GridsterResizable.prototype.newPosition;
|
|
6650
|
-
/**
|
|
6651
|
-
* @type {?}
|
|
6652
|
-
* @private
|
|
6653
|
-
*/
|
|
6654
|
-
GridsterResizable.prototype.zone;
|
|
6655
|
-
}
|
|
5823
|
+
}());
|
|
6656
5824
|
|
|
6657
5825
|
/**
|
|
6658
5826
|
* @fileoverview added by tsickle
|
|
6659
|
-
*
|
|
6660
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5827
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6661
5828
|
*/
|
|
6662
5829
|
var GridsterItemComponent = /** @class */ (function () {
|
|
6663
5830
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -6852,45 +6019,11 @@ var GridsterItemComponent = /** @class */ (function () {
|
|
|
6852
6019
|
item: [{ type: Input }]
|
|
6853
6020
|
};
|
|
6854
6021
|
return GridsterItemComponent;
|
|
6855
|
-
}());
|
|
6856
|
-
if (false) {
|
|
6857
|
-
/** @type {?} */
|
|
6858
|
-
GridsterItemComponent.prototype.item;
|
|
6859
|
-
/** @type {?} */
|
|
6860
|
-
GridsterItemComponent.prototype.$item;
|
|
6861
|
-
/** @type {?} */
|
|
6862
|
-
GridsterItemComponent.prototype.el;
|
|
6863
|
-
/** @type {?} */
|
|
6864
|
-
GridsterItemComponent.prototype.gridster;
|
|
6865
|
-
/** @type {?} */
|
|
6866
|
-
GridsterItemComponent.prototype.top;
|
|
6867
|
-
/** @type {?} */
|
|
6868
|
-
GridsterItemComponent.prototype.left;
|
|
6869
|
-
/** @type {?} */
|
|
6870
|
-
GridsterItemComponent.prototype.width;
|
|
6871
|
-
/** @type {?} */
|
|
6872
|
-
GridsterItemComponent.prototype.height;
|
|
6873
|
-
/** @type {?} */
|
|
6874
|
-
GridsterItemComponent.prototype.drag;
|
|
6875
|
-
/** @type {?} */
|
|
6876
|
-
GridsterItemComponent.prototype.resize;
|
|
6877
|
-
/** @type {?} */
|
|
6878
|
-
GridsterItemComponent.prototype.notPlaced;
|
|
6879
|
-
/** @type {?} */
|
|
6880
|
-
GridsterItemComponent.prototype.init;
|
|
6881
|
-
/** @type {?} */
|
|
6882
|
-
GridsterItemComponent.prototype.renderer;
|
|
6883
|
-
/**
|
|
6884
|
-
* @type {?}
|
|
6885
|
-
* @private
|
|
6886
|
-
*/
|
|
6887
|
-
GridsterItemComponent.prototype.zone;
|
|
6888
|
-
}
|
|
6022
|
+
}());
|
|
6889
6023
|
|
|
6890
6024
|
/**
|
|
6891
6025
|
* @fileoverview added by tsickle
|
|
6892
|
-
*
|
|
6893
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6026
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6894
6027
|
*/
|
|
6895
6028
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
6896
6029
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -6945,20 +6078,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
|
|
|
6945
6078
|
{ type: Renderer2 }
|
|
6946
6079
|
]; };
|
|
6947
6080
|
return GridsterPreviewComponent;
|
|
6948
|
-
}());
|
|
6949
|
-
if (false) {
|
|
6950
|
-
/** @type {?} */
|
|
6951
|
-
GridsterPreviewComponent.prototype.el;
|
|
6952
|
-
/** @type {?} */
|
|
6953
|
-
GridsterPreviewComponent.prototype.gridster;
|
|
6954
|
-
/** @type {?} */
|
|
6955
|
-
GridsterPreviewComponent.prototype.renderer;
|
|
6956
|
-
}
|
|
6081
|
+
}());
|
|
6957
6082
|
|
|
6958
6083
|
/**
|
|
6959
6084
|
* @fileoverview added by tsickle
|
|
6960
|
-
*
|
|
6961
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6085
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6962
6086
|
*/
|
|
6963
6087
|
var GridsterModule = /** @class */ (function () {
|
|
6964
6088
|
function GridsterModule() {
|
|
@@ -6983,8 +6107,7 @@ var GridsterModule = /** @class */ (function () {
|
|
|
6983
6107
|
|
|
6984
6108
|
/**
|
|
6985
6109
|
* @fileoverview added by tsickle
|
|
6986
|
-
*
|
|
6987
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6110
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6988
6111
|
*/
|
|
6989
6112
|
/** @type {?} */
|
|
6990
6113
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -7025,8 +6148,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
7025
6148
|
|
|
7026
6149
|
/**
|
|
7027
6150
|
* @fileoverview added by tsickle
|
|
7028
|
-
*
|
|
7029
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6151
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7030
6152
|
*/
|
|
7031
6153
|
/**
|
|
7032
6154
|
* @abstract
|
|
@@ -7070,36 +6192,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
|
|
|
7070
6192
|
initialize: [{ type: Input }]
|
|
7071
6193
|
};
|
|
7072
6194
|
return RaBaseDashboardTemplate;
|
|
7073
|
-
}());
|
|
7074
|
-
if (false) {
|
|
7075
|
-
/** @type {?} */
|
|
7076
|
-
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
7077
|
-
/** @type {?} */
|
|
7078
|
-
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
7079
|
-
/** @type {?} */
|
|
7080
|
-
RaBaseDashboardTemplate.prototype.appConfig;
|
|
7081
|
-
/** @type {?} */
|
|
7082
|
-
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
7083
|
-
/** @type {?} */
|
|
7084
|
-
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7085
|
-
/** @type {?} */
|
|
7086
|
-
RaBaseDashboardTemplate.prototype.initialize;
|
|
7087
|
-
/**
|
|
7088
|
-
* @type {?}
|
|
7089
|
-
* @private
|
|
7090
|
-
*/
|
|
7091
|
-
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7092
|
-
/**
|
|
7093
|
-
* @abstract
|
|
7094
|
-
* @return {?}
|
|
7095
|
-
*/
|
|
7096
|
-
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7097
|
-
}
|
|
6195
|
+
}());
|
|
7098
6196
|
|
|
7099
6197
|
/**
|
|
7100
6198
|
* @fileoverview added by tsickle
|
|
7101
|
-
*
|
|
7102
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6199
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7103
6200
|
*/
|
|
7104
6201
|
/**
|
|
7105
6202
|
* @abstract
|
|
@@ -7153,53 +6250,16 @@ var RaBaseDashboardFilter = /** @class */ (function () {
|
|
|
7153
6250
|
clearAllData: [{ type: Input }]
|
|
7154
6251
|
};
|
|
7155
6252
|
return RaBaseDashboardFilter;
|
|
7156
|
-
}());
|
|
7157
|
-
if (false) {
|
|
7158
|
-
/**
|
|
7159
|
-
* @type {?}
|
|
7160
|
-
* @private
|
|
7161
|
-
*/
|
|
7162
|
-
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7163
|
-
/** @type {?} */
|
|
7164
|
-
RaBaseDashboardFilter.prototype.setAllFilterConfig;
|
|
7165
|
-
/** @type {?} */
|
|
7166
|
-
RaBaseDashboardFilter.prototype.isValidEntry;
|
|
7167
|
-
/** @type {?} */
|
|
7168
|
-
RaBaseDashboardFilter.prototype.clearAllData;
|
|
7169
|
-
/**
|
|
7170
|
-
* @abstract
|
|
7171
|
-
* @return {?}
|
|
7172
|
-
*/
|
|
7173
|
-
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7174
|
-
/**
|
|
7175
|
-
* @abstract
|
|
7176
|
-
* @param {?} filter
|
|
7177
|
-
* @param {?} appConfig
|
|
7178
|
-
* @return {?}
|
|
7179
|
-
*/
|
|
7180
|
-
RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
|
|
7181
|
-
/**
|
|
7182
|
-
* @abstract
|
|
7183
|
-
* @return {?}
|
|
7184
|
-
*/
|
|
7185
|
-
RaBaseDashboardFilter.prototype.clearData = function () { };
|
|
7186
|
-
/**
|
|
7187
|
-
* @abstract
|
|
7188
|
-
* @return {?}
|
|
7189
|
-
*/
|
|
7190
|
-
RaBaseDashboardFilter.prototype.isValid = function () { };
|
|
7191
|
-
}
|
|
6253
|
+
}());
|
|
7192
6254
|
|
|
7193
6255
|
/**
|
|
7194
6256
|
* @fileoverview added by tsickle
|
|
7195
|
-
*
|
|
7196
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6257
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7197
6258
|
*/
|
|
7198
6259
|
|
|
7199
6260
|
/**
|
|
7200
6261
|
* @fileoverview added by tsickle
|
|
7201
|
-
*
|
|
7202
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6262
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7203
6263
|
*/
|
|
7204
6264
|
|
|
7205
6265
|
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 };
|