@schneideress/dashboardframework 0.0.32 → 0.0.34
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 +1145 -62
- 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 +17 -6
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +21 -6
- 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 +15 -4
- package/esm2015/lib/ra.dashboard.service.js +1 -1
- package/esm2015/lib/ra.event.enum.js +4 -2
- 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 +18 -6
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +24 -6
- 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 +15 -4
- package/esm5/lib/ra.dashboard.service.js +1 -1
- package/esm5/lib/ra.event.enum.js +4 -2
- 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 +988 -55
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +995 -58
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +4 -1
- package/lib/ra.event.enum.d.ts +3 -1
- 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';
|
|
@@ -8,11 +8,12 @@ import { NotifierService, NotifierModule } from 'angular-notifier';
|
|
|
8
8
|
import { TranslateService, TranslateModule } from '@schneideress/ess-base';
|
|
9
9
|
import { BrowserModule } from '@angular/platform-browser';
|
|
10
10
|
import { HttpClientModule } from '@angular/common/http';
|
|
11
|
+
import { PerfectScrollbarModule, PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar';
|
|
11
12
|
import { CommonModule } from '@angular/common';
|
|
12
13
|
|
|
13
14
|
/**
|
|
14
15
|
* @fileoverview added by tsickle
|
|
15
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
16
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
16
17
|
*/
|
|
17
18
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
18
19
|
__extends(RaDashboardService, _super);
|
|
@@ -216,11 +217,18 @@ var RaDashboardService = /** @class */ (function (_super) {
|
|
|
216
217
|
]; };
|
|
217
218
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
218
219
|
return RaDashboardService;
|
|
219
|
-
}(BaseService));
|
|
220
|
+
}(BaseService));
|
|
221
|
+
if (false) {
|
|
222
|
+
/**
|
|
223
|
+
* @type {?}
|
|
224
|
+
* @private
|
|
225
|
+
*/
|
|
226
|
+
RaDashboardService.prototype.loadedScripts;
|
|
227
|
+
}
|
|
220
228
|
|
|
221
229
|
/**
|
|
222
230
|
* @fileoverview added by tsickle
|
|
223
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
231
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
224
232
|
*/
|
|
225
233
|
var RADashboardEventBus = /** @class */ (function () {
|
|
226
234
|
function RADashboardEventBus() {
|
|
@@ -329,11 +337,18 @@ var RADashboardEventBus = /** @class */ (function () {
|
|
|
329
337
|
];
|
|
330
338
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
331
339
|
return RADashboardEventBus;
|
|
332
|
-
}());
|
|
340
|
+
}());
|
|
341
|
+
if (false) {
|
|
342
|
+
/**
|
|
343
|
+
* @type {?}
|
|
344
|
+
* @private
|
|
345
|
+
*/
|
|
346
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
347
|
+
}
|
|
333
348
|
|
|
334
349
|
/**
|
|
335
350
|
* @fileoverview added by tsickle
|
|
336
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
351
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
337
352
|
*/
|
|
338
353
|
/** @enum {string} */
|
|
339
354
|
var RAEvent = {
|
|
@@ -369,6 +384,8 @@ var RAEvent = {
|
|
|
369
384
|
widgetLibraryDoneClick: "widgetLibraryDoneClick",
|
|
370
385
|
/**refresh favorite icon after srtting and resetting favorites */
|
|
371
386
|
favoriteIconRefresh: "favoriteIconRefresh",
|
|
387
|
+
/**to refresh menu content */
|
|
388
|
+
QuickLinkRefresh: "QuickLinkRefresh",
|
|
372
389
|
};
|
|
373
390
|
/** @enum {string} */
|
|
374
391
|
var RAEventKey = {
|
|
@@ -378,7 +395,7 @@ var RAEventKey = {
|
|
|
378
395
|
|
|
379
396
|
/**
|
|
380
397
|
* @fileoverview added by tsickle
|
|
381
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
398
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
382
399
|
*/
|
|
383
400
|
/** @enum {string} */
|
|
384
401
|
var GridType = {
|
|
@@ -405,11 +422,196 @@ var CompactType = {
|
|
|
405
422
|
CompactRight: 'compactRight',
|
|
406
423
|
CompactUpAndRight: 'compactUp&Right',
|
|
407
424
|
CompactRightAndUp: 'compactRight&Up',
|
|
408
|
-
};
|
|
425
|
+
};
|
|
426
|
+
/**
|
|
427
|
+
* @record
|
|
428
|
+
*/
|
|
429
|
+
function GridsterConfig() { }
|
|
430
|
+
if (false) {
|
|
431
|
+
/** @type {?|undefined} */
|
|
432
|
+
GridsterConfig.prototype.gridType;
|
|
433
|
+
/** @type {?|undefined} */
|
|
434
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
435
|
+
/** @type {?|undefined} */
|
|
436
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
437
|
+
/** @type {?|undefined} */
|
|
438
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
439
|
+
/** @type {?|undefined} */
|
|
440
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
441
|
+
/** @type {?|undefined} */
|
|
442
|
+
GridsterConfig.prototype.setGridSize;
|
|
443
|
+
/** @type {?|undefined} */
|
|
444
|
+
GridsterConfig.prototype.compactType;
|
|
445
|
+
/** @type {?|undefined} */
|
|
446
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
447
|
+
/** @type {?|undefined} */
|
|
448
|
+
GridsterConfig.prototype.minCols;
|
|
449
|
+
/** @type {?|undefined} */
|
|
450
|
+
GridsterConfig.prototype.maxCols;
|
|
451
|
+
/** @type {?|undefined} */
|
|
452
|
+
GridsterConfig.prototype.minRows;
|
|
453
|
+
/** @type {?|undefined} */
|
|
454
|
+
GridsterConfig.prototype.maxRows;
|
|
455
|
+
/** @type {?|undefined} */
|
|
456
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
457
|
+
/** @type {?|undefined} */
|
|
458
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
459
|
+
/** @type {?|undefined} */
|
|
460
|
+
GridsterConfig.prototype.maxItemCols;
|
|
461
|
+
/** @type {?|undefined} */
|
|
462
|
+
GridsterConfig.prototype.maxItemRows;
|
|
463
|
+
/** @type {?|undefined} */
|
|
464
|
+
GridsterConfig.prototype.minItemCols;
|
|
465
|
+
/** @type {?|undefined} */
|
|
466
|
+
GridsterConfig.prototype.minItemRows;
|
|
467
|
+
/** @type {?|undefined} */
|
|
468
|
+
GridsterConfig.prototype.minItemArea;
|
|
469
|
+
/** @type {?|undefined} */
|
|
470
|
+
GridsterConfig.prototype.maxItemArea;
|
|
471
|
+
/** @type {?|undefined} */
|
|
472
|
+
GridsterConfig.prototype.margin;
|
|
473
|
+
/** @type {?|undefined} */
|
|
474
|
+
GridsterConfig.prototype.outerMargin;
|
|
475
|
+
/** @type {?|undefined} */
|
|
476
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
477
|
+
/** @type {?|undefined} */
|
|
478
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
479
|
+
/** @type {?|undefined} */
|
|
480
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
481
|
+
/** @type {?|undefined} */
|
|
482
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
483
|
+
/** @type {?|undefined} */
|
|
484
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
485
|
+
/** @type {?|undefined} */
|
|
486
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
487
|
+
/** @type {?|undefined} */
|
|
488
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
489
|
+
/** @type {?|undefined} */
|
|
490
|
+
GridsterConfig.prototype.initCallback;
|
|
491
|
+
/** @type {?|undefined} */
|
|
492
|
+
GridsterConfig.prototype.destroyCallback;
|
|
493
|
+
/** @type {?|undefined} */
|
|
494
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
495
|
+
/** @type {?|undefined} */
|
|
496
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
497
|
+
/** @type {?|undefined} */
|
|
498
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
499
|
+
/** @type {?|undefined} */
|
|
500
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
501
|
+
/** @type {?|undefined} */
|
|
502
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
503
|
+
/** @type {?|undefined} */
|
|
504
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
505
|
+
/** @type {?|undefined} */
|
|
506
|
+
GridsterConfig.prototype.draggable;
|
|
507
|
+
/** @type {?|undefined} */
|
|
508
|
+
GridsterConfig.prototype.resizable;
|
|
509
|
+
/** @type {?|undefined} */
|
|
510
|
+
GridsterConfig.prototype.swap;
|
|
511
|
+
/** @type {?|undefined} */
|
|
512
|
+
GridsterConfig.prototype.pushItems;
|
|
513
|
+
/** @type {?|undefined} */
|
|
514
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
515
|
+
/** @type {?|undefined} */
|
|
516
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
517
|
+
/** @type {?|undefined} */
|
|
518
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
519
|
+
/** @type {?|undefined} */
|
|
520
|
+
GridsterConfig.prototype.pushDirections;
|
|
521
|
+
/** @type {?|undefined} */
|
|
522
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
523
|
+
/** @type {?|undefined} */
|
|
524
|
+
GridsterConfig.prototype.displayGrid;
|
|
525
|
+
/** @type {?|undefined} */
|
|
526
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
527
|
+
/** @type {?|undefined} */
|
|
528
|
+
GridsterConfig.prototype.disableWarnings;
|
|
529
|
+
/** @type {?|undefined} */
|
|
530
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
531
|
+
/** @type {?|undefined} */
|
|
532
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
533
|
+
/** @type {?|undefined} */
|
|
534
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
535
|
+
/** @type {?|undefined} */
|
|
536
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
537
|
+
/** @type {?|undefined} */
|
|
538
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
539
|
+
/** @type {?|undefined} */
|
|
540
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
541
|
+
/** @type {?|undefined} */
|
|
542
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
543
|
+
/** @type {?|undefined} */
|
|
544
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
545
|
+
/** @type {?|undefined} */
|
|
546
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
547
|
+
/** @type {?|undefined} */
|
|
548
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
549
|
+
/** @type {?|undefined} */
|
|
550
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
551
|
+
/** @type {?|undefined} */
|
|
552
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
553
|
+
/** @type {?|undefined} */
|
|
554
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
555
|
+
/** @type {?|undefined} */
|
|
556
|
+
GridsterConfig.prototype.api;
|
|
557
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* @record
|
|
561
|
+
*/
|
|
562
|
+
function DragBase() { }
|
|
563
|
+
if (false) {
|
|
564
|
+
/** @type {?|undefined} */
|
|
565
|
+
DragBase.prototype.enabled;
|
|
566
|
+
/** @type {?|undefined} */
|
|
567
|
+
DragBase.prototype.stop;
|
|
568
|
+
/** @type {?|undefined} */
|
|
569
|
+
DragBase.prototype.start;
|
|
570
|
+
/** @type {?|undefined} */
|
|
571
|
+
DragBase.prototype.delayStart;
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* @record
|
|
575
|
+
*/
|
|
576
|
+
function Draggable() { }
|
|
577
|
+
if (false) {
|
|
578
|
+
/** @type {?|undefined} */
|
|
579
|
+
Draggable.prototype.ignoreContentClass;
|
|
580
|
+
/** @type {?|undefined} */
|
|
581
|
+
Draggable.prototype.ignoreContent;
|
|
582
|
+
/** @type {?|undefined} */
|
|
583
|
+
Draggable.prototype.dragHandleClass;
|
|
584
|
+
/** @type {?|undefined} */
|
|
585
|
+
Draggable.prototype.dropOverItems;
|
|
586
|
+
/** @type {?|undefined} */
|
|
587
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
588
|
+
}
|
|
589
|
+
/**
|
|
590
|
+
* @record
|
|
591
|
+
*/
|
|
592
|
+
function Resizable() { }
|
|
593
|
+
if (false) {
|
|
594
|
+
/** @type {?|undefined} */
|
|
595
|
+
Resizable.prototype.handles;
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* @record
|
|
599
|
+
*/
|
|
600
|
+
function PushDirections() { }
|
|
601
|
+
if (false) {
|
|
602
|
+
/** @type {?} */
|
|
603
|
+
PushDirections.prototype.north;
|
|
604
|
+
/** @type {?} */
|
|
605
|
+
PushDirections.prototype.east;
|
|
606
|
+
/** @type {?} */
|
|
607
|
+
PushDirections.prototype.south;
|
|
608
|
+
/** @type {?} */
|
|
609
|
+
PushDirections.prototype.west;
|
|
610
|
+
}
|
|
409
611
|
|
|
410
612
|
/**
|
|
411
613
|
* @fileoverview added by tsickle
|
|
412
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
614
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
413
615
|
*/
|
|
414
616
|
/** @type {?} */
|
|
415
617
|
var GridsterConfigDefaultSettings = {
|
|
@@ -471,7 +673,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
471
673
|
|
|
472
674
|
/**
|
|
473
675
|
* @fileoverview added by tsickle
|
|
474
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
676
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
475
677
|
*/
|
|
476
678
|
var RADashboardArea = /** @class */ (function () {
|
|
477
679
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -720,10 +922,17 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
720
922
|
* @return {?}
|
|
721
923
|
*/
|
|
722
924
|
function () {
|
|
925
|
+
var _this = this;
|
|
723
926
|
/** @type {?} */
|
|
724
927
|
var areaScrollHeight = 0;
|
|
725
928
|
/** @type {?} */
|
|
726
929
|
var areaHeight = 0;
|
|
930
|
+
/** @type {?} */
|
|
931
|
+
var curRowHeight = 0;
|
|
932
|
+
if (this.options.api) {
|
|
933
|
+
curRowHeight = this.options.api.getCurrentRowHeight();
|
|
934
|
+
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
|
|
935
|
+
}
|
|
727
936
|
this.widgetList.forEach((/**
|
|
728
937
|
* @param {?} t
|
|
729
938
|
* @return {?}
|
|
@@ -734,10 +943,14 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
734
943
|
if (currentHeight > areaScrollHeight) {
|
|
735
944
|
areaScrollHeight = currentHeight;
|
|
736
945
|
}
|
|
946
|
+
if (curRowHeight == 0 || curRowHeight == 2) {
|
|
947
|
+
if (_this.widgetList && _this.widgetList.length > 0)
|
|
948
|
+
t.widgetInfo.rowHeight = _this.widgetList[0].curRowHeight;
|
|
949
|
+
}
|
|
950
|
+
else {
|
|
951
|
+
t.widgetInfo.rowHeight = curRowHeight;
|
|
952
|
+
}
|
|
737
953
|
}));
|
|
738
|
-
if (this.options.api) {
|
|
739
|
-
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
|
|
740
|
-
}
|
|
741
954
|
if (areaHeight < 600) {
|
|
742
955
|
areaHeight = 600;
|
|
743
956
|
}
|
|
@@ -900,6 +1113,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
900
1113
|
widget.width = widgetItem.cols;
|
|
901
1114
|
widget.position_x = widgetItem.x;
|
|
902
1115
|
widget.position_y = widgetItem.y;
|
|
1116
|
+
widget.rowHeight = widgetItem.curRowHeight;
|
|
903
1117
|
return widget;
|
|
904
1118
|
};
|
|
905
1119
|
/**
|
|
@@ -926,7 +1140,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
926
1140
|
RADashboardArea.decorators = [
|
|
927
1141
|
{ type: Component, args: [{
|
|
928
1142
|
selector: 'ra-dashboard-area',
|
|
929
|
-
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\" [widget-width]=\"item.cols\" [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",
|
|
1143
|
+
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\" [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",
|
|
930
1144
|
styles: ["gridster{width:inherit;resize:height;display:flex}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
|
|
931
1145
|
}] }
|
|
932
1146
|
];
|
|
@@ -948,11 +1162,83 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
948
1162
|
appConfig: [{ type: Input, args: ['app-config',] }]
|
|
949
1163
|
};
|
|
950
1164
|
return RADashboardArea;
|
|
951
|
-
}());
|
|
1165
|
+
}());
|
|
1166
|
+
if (false) {
|
|
1167
|
+
/** @type {?} */
|
|
1168
|
+
RADashboardArea.prototype.widgetList;
|
|
1169
|
+
/** @type {?} */
|
|
1170
|
+
RADashboardArea.prototype.options;
|
|
1171
|
+
/** @type {?} */
|
|
1172
|
+
RADashboardArea.prototype.gridheight;
|
|
1173
|
+
/**
|
|
1174
|
+
* @type {?}
|
|
1175
|
+
* @private
|
|
1176
|
+
*/
|
|
1177
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1178
|
+
/**
|
|
1179
|
+
* @type {?}
|
|
1180
|
+
* @private
|
|
1181
|
+
*/
|
|
1182
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1183
|
+
/**
|
|
1184
|
+
* @type {?}
|
|
1185
|
+
* @private
|
|
1186
|
+
*/
|
|
1187
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1188
|
+
/**
|
|
1189
|
+
* @type {?}
|
|
1190
|
+
* @private
|
|
1191
|
+
*/
|
|
1192
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1193
|
+
/**
|
|
1194
|
+
* @type {?}
|
|
1195
|
+
* @private
|
|
1196
|
+
*/
|
|
1197
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1198
|
+
/** @type {?} */
|
|
1199
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1200
|
+
/** @type {?} */
|
|
1201
|
+
RADashboardArea.prototype.areaKey;
|
|
1202
|
+
/** @type {?} */
|
|
1203
|
+
RADashboardArea.prototype.globalFilter;
|
|
1204
|
+
/** @type {?} */
|
|
1205
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1206
|
+
/** @type {?} */
|
|
1207
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1208
|
+
/** @type {?} */
|
|
1209
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1210
|
+
/** @type {?} */
|
|
1211
|
+
RADashboardArea.prototype.appConfig;
|
|
1212
|
+
/**
|
|
1213
|
+
* @type {?}
|
|
1214
|
+
* @private
|
|
1215
|
+
*/
|
|
1216
|
+
RADashboardArea.prototype.dashboardService;
|
|
1217
|
+
/**
|
|
1218
|
+
* @type {?}
|
|
1219
|
+
* @private
|
|
1220
|
+
*/
|
|
1221
|
+
RADashboardArea.prototype.ngZone;
|
|
1222
|
+
/**
|
|
1223
|
+
* @type {?}
|
|
1224
|
+
* @private
|
|
1225
|
+
*/
|
|
1226
|
+
RADashboardArea.prototype.ngxService;
|
|
1227
|
+
/**
|
|
1228
|
+
* @type {?}
|
|
1229
|
+
* @private
|
|
1230
|
+
*/
|
|
1231
|
+
RADashboardArea.prototype.translateService;
|
|
1232
|
+
/**
|
|
1233
|
+
* @type {?}
|
|
1234
|
+
* @private
|
|
1235
|
+
*/
|
|
1236
|
+
RADashboardArea.prototype.notifier;
|
|
1237
|
+
}
|
|
952
1238
|
|
|
953
1239
|
/**
|
|
954
1240
|
* @fileoverview added by tsickle
|
|
955
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1241
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
956
1242
|
*/
|
|
957
1243
|
var RAWidgetContainer = /** @class */ (function () {
|
|
958
1244
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
@@ -992,11 +1278,14 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
992
1278
|
if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
|
|
993
1279
|
this.refreshWidget(this.data.widgetInfo);
|
|
994
1280
|
}
|
|
995
|
-
if (changes.
|
|
1281
|
+
if (changes.width && changes.width.currentValue != changes.width.previousValue) {
|
|
996
1282
|
this.data.widgetInfo.isDimensionUpdate = true;
|
|
997
1283
|
this.refreshWidget(this.data.widgetInfo);
|
|
998
1284
|
this.data.widgetInfo.isDimensionUpdate = false;
|
|
999
1285
|
}
|
|
1286
|
+
if (changes.height && changes.height.currentValue != changes.height.previousValue) {
|
|
1287
|
+
this.setWidgetheight();
|
|
1288
|
+
}
|
|
1000
1289
|
};
|
|
1001
1290
|
/**
|
|
1002
1291
|
* @return {?}
|
|
@@ -1102,6 +1391,15 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1102
1391
|
this.refreshWidget(this.data.widgetInfo);
|
|
1103
1392
|
// this.updateWidget(widgetInfo);
|
|
1104
1393
|
};
|
|
1394
|
+
/**
|
|
1395
|
+
* @return {?}
|
|
1396
|
+
*/
|
|
1397
|
+
RAWidgetContainer.prototype.setWidgetheight = /**
|
|
1398
|
+
* @return {?}
|
|
1399
|
+
*/
|
|
1400
|
+
function () {
|
|
1401
|
+
this.widgetHeight = this.data.widgetInfo.height * this.data.widgetInfo.rowHeight + 2;
|
|
1402
|
+
};
|
|
1105
1403
|
/** To load external custom element to the widget container*/
|
|
1106
1404
|
/**
|
|
1107
1405
|
* To load external custom element to the widget container
|
|
@@ -1140,6 +1438,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1140
1438
|
}));
|
|
1141
1439
|
_this.ctlWidget.nativeElement.appendChild(_this.widgetElement);
|
|
1142
1440
|
}));
|
|
1441
|
+
this.setWidgetheight();
|
|
1143
1442
|
};
|
|
1144
1443
|
/** To refresh widget on input config changes */
|
|
1145
1444
|
/**
|
|
@@ -1169,7 +1468,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1169
1468
|
RAWidgetContainer.decorators = [
|
|
1170
1469
|
{ type: Component, args: [{
|
|
1171
1470
|
selector: 'ra-widget-container',
|
|
1172
|
-
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
|
|
1471
|
+
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\" [style.height.px]=\"widgetHeight\">\r\n <perfect-scrollbar>\r\n <div class=\"wcBodyBorder\" #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>\r\n",
|
|
1173
1472
|
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}"]
|
|
1174
1473
|
}] }
|
|
1175
1474
|
];
|
|
@@ -1188,15 +1487,83 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1188
1487
|
data: [{ type: Input, args: ['data',] }],
|
|
1189
1488
|
raDashboardEventBus: [{ type: Input, args: ['event-bus',] }],
|
|
1190
1489
|
appConfig: [{ type: Input, args: ['app-config',] }],
|
|
1191
|
-
|
|
1490
|
+
width: [{ type: Input, args: ['widget-width',] }],
|
|
1491
|
+
height: [{ type: Input, args: ['widget-height',] }],
|
|
1192
1492
|
widgetDeleted: [{ type: Output }]
|
|
1193
1493
|
};
|
|
1194
1494
|
return RAWidgetContainer;
|
|
1195
|
-
}());
|
|
1495
|
+
}());
|
|
1496
|
+
if (false) {
|
|
1497
|
+
/**
|
|
1498
|
+
* @type {?}
|
|
1499
|
+
* @private
|
|
1500
|
+
*/
|
|
1501
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1502
|
+
/**
|
|
1503
|
+
* @type {?}
|
|
1504
|
+
* @private
|
|
1505
|
+
*/
|
|
1506
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1507
|
+
/**
|
|
1508
|
+
* @type {?}
|
|
1509
|
+
* @private
|
|
1510
|
+
*/
|
|
1511
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1512
|
+
/**
|
|
1513
|
+
* @type {?}
|
|
1514
|
+
* @private
|
|
1515
|
+
*/
|
|
1516
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1517
|
+
/** @type {?} */
|
|
1518
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1519
|
+
/** @type {?} */
|
|
1520
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1521
|
+
/** @type {?} */
|
|
1522
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1523
|
+
/** @type {?} */
|
|
1524
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1525
|
+
/** @type {?} */
|
|
1526
|
+
RAWidgetContainer.prototype.data;
|
|
1527
|
+
/** @type {?} */
|
|
1528
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1529
|
+
/** @type {?} */
|
|
1530
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1531
|
+
/** @type {?} */
|
|
1532
|
+
RAWidgetContainer.prototype.width;
|
|
1533
|
+
/** @type {?} */
|
|
1534
|
+
RAWidgetContainer.prototype.height;
|
|
1535
|
+
/** @type {?} */
|
|
1536
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1537
|
+
/**
|
|
1538
|
+
* @type {?}
|
|
1539
|
+
* @private
|
|
1540
|
+
*/
|
|
1541
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1542
|
+
/**
|
|
1543
|
+
* @type {?}
|
|
1544
|
+
* @private
|
|
1545
|
+
*/
|
|
1546
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1547
|
+
/**
|
|
1548
|
+
* @type {?}
|
|
1549
|
+
* @private
|
|
1550
|
+
*/
|
|
1551
|
+
RAWidgetContainer.prototype.translateService;
|
|
1552
|
+
/**
|
|
1553
|
+
* @type {?}
|
|
1554
|
+
* @private
|
|
1555
|
+
*/
|
|
1556
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1557
|
+
/**
|
|
1558
|
+
* @type {?}
|
|
1559
|
+
* @private
|
|
1560
|
+
*/
|
|
1561
|
+
RAWidgetContainer.prototype.notifier;
|
|
1562
|
+
}
|
|
1196
1563
|
|
|
1197
1564
|
/**
|
|
1198
1565
|
* @fileoverview added by tsickle
|
|
1199
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1566
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1200
1567
|
*/
|
|
1201
1568
|
/** @type {?} */
|
|
1202
1569
|
var customNotifierOptions = {
|
|
@@ -1242,7 +1609,7 @@ var customNotifierOptions = {
|
|
|
1242
1609
|
|
|
1243
1610
|
/**
|
|
1244
1611
|
* @fileoverview added by tsickle
|
|
1245
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1612
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1246
1613
|
*/
|
|
1247
1614
|
/** @type {?} */
|
|
1248
1615
|
var GridsterConfigService = {
|
|
@@ -1420,7 +1787,7 @@ var GridsterConfigService = {
|
|
|
1420
1787
|
|
|
1421
1788
|
/**
|
|
1422
1789
|
* @fileoverview added by tsickle
|
|
1423
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1790
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1424
1791
|
*/
|
|
1425
1792
|
var GridsterUtils = /** @class */ (function () {
|
|
1426
1793
|
function GridsterUtils() {
|
|
@@ -1595,7 +1962,7 @@ var GridsterUtils = /** @class */ (function () {
|
|
|
1595
1962
|
|
|
1596
1963
|
/**
|
|
1597
1964
|
* @fileoverview added by tsickle
|
|
1598
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1965
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1599
1966
|
*/
|
|
1600
1967
|
/**
|
|
1601
1968
|
* @abstract
|
|
@@ -1607,11 +1974,85 @@ GridsterComponentInterface = /** @class */ (function () {
|
|
|
1607
1974
|
function GridsterComponentInterface() {
|
|
1608
1975
|
}
|
|
1609
1976
|
return GridsterComponentInterface;
|
|
1610
|
-
}());
|
|
1977
|
+
}());
|
|
1978
|
+
if (false) {
|
|
1979
|
+
/** @type {?} */
|
|
1980
|
+
GridsterComponentInterface.prototype.$options;
|
|
1981
|
+
/** @type {?} */
|
|
1982
|
+
GridsterComponentInterface.prototype.grid;
|
|
1983
|
+
/** @type {?} */
|
|
1984
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
1985
|
+
/** @type {?} */
|
|
1986
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
1987
|
+
/** @type {?} */
|
|
1988
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
1989
|
+
/** @type {?} */
|
|
1990
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
1991
|
+
/** @type {?} */
|
|
1992
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
1993
|
+
/** @type {?} */
|
|
1994
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
1995
|
+
/** @type {?} */
|
|
1996
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
1997
|
+
/** @type {?} */
|
|
1998
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
1999
|
+
/** @type {?} */
|
|
2000
|
+
GridsterComponentInterface.prototype.el;
|
|
2001
|
+
/** @type {?} */
|
|
2002
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2003
|
+
/** @type {?} */
|
|
2004
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2005
|
+
/** @type {?} */
|
|
2006
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2007
|
+
/** @type {?} */
|
|
2008
|
+
GridsterComponentInterface.prototype.options;
|
|
2009
|
+
/** @type {?} */
|
|
2010
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2011
|
+
/** @type {?} */
|
|
2012
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2013
|
+
/** @type {?} */
|
|
2014
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2015
|
+
/** @type {?} */
|
|
2016
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2017
|
+
/** @type {?} */
|
|
2018
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2019
|
+
/** @type {?} */
|
|
2020
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2021
|
+
/** @type {?} */
|
|
2022
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2023
|
+
/** @type {?} */
|
|
2024
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2025
|
+
/** @type {?} */
|
|
2026
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2027
|
+
/** @type {?} */
|
|
2028
|
+
GridsterComponentInterface.prototype.columns;
|
|
2029
|
+
/** @type {?} */
|
|
2030
|
+
GridsterComponentInterface.prototype.rows;
|
|
2031
|
+
/** @type {?} */
|
|
2032
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2033
|
+
/** @type {?} */
|
|
2034
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2035
|
+
/** @type {?} */
|
|
2036
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2037
|
+
/** @type {?} */
|
|
2038
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2039
|
+
/** @type {?} */
|
|
2040
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2041
|
+
/** @type {?} */
|
|
2042
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2043
|
+
/** @type {?} */
|
|
2044
|
+
GridsterComponentInterface.prototype.compact;
|
|
2045
|
+
/** @type {?} */
|
|
2046
|
+
GridsterComponentInterface.prototype.zone;
|
|
2047
|
+
/** @type {?} */
|
|
2048
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2049
|
+
/** @type {?} */
|
|
2050
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2051
|
+
}
|
|
1611
2052
|
|
|
1612
2053
|
/**
|
|
1613
2054
|
* @fileoverview added by tsickle
|
|
1614
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2055
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1615
2056
|
*/
|
|
1616
2057
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1617
2058
|
function GridsterEmptyCell(gridster) {
|
|
@@ -1928,11 +2369,44 @@ var GridsterEmptyCell = /** @class */ (function () {
|
|
|
1928
2369
|
{ type: GridsterComponentInterface }
|
|
1929
2370
|
]; };
|
|
1930
2371
|
return GridsterEmptyCell;
|
|
1931
|
-
}());
|
|
2372
|
+
}());
|
|
2373
|
+
if (false) {
|
|
2374
|
+
/** @type {?} */
|
|
2375
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2376
|
+
/** @type {?} */
|
|
2377
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2378
|
+
/** @type {?} */
|
|
2379
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2380
|
+
/** @type {?} */
|
|
2381
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2382
|
+
/** @type {?} */
|
|
2383
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2384
|
+
/** @type {?} */
|
|
2385
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2386
|
+
/** @type {?} */
|
|
2387
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2388
|
+
/** @type {?} */
|
|
2389
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2390
|
+
/** @type {?} */
|
|
2391
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2392
|
+
/** @type {?} */
|
|
2393
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2394
|
+
/** @type {?} */
|
|
2395
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2396
|
+
/** @type {?} */
|
|
2397
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2398
|
+
/** @type {?} */
|
|
2399
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2400
|
+
/**
|
|
2401
|
+
* @type {?}
|
|
2402
|
+
* @private
|
|
2403
|
+
*/
|
|
2404
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2405
|
+
}
|
|
1932
2406
|
|
|
1933
2407
|
/**
|
|
1934
2408
|
* @fileoverview added by tsickle
|
|
1935
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2409
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1936
2410
|
*/
|
|
1937
2411
|
var GridsterCompact = /** @class */ (function () {
|
|
1938
2412
|
function GridsterCompact(gridster) {
|
|
@@ -2170,11 +2644,18 @@ var GridsterCompact = /** @class */ (function () {
|
|
|
2170
2644
|
{ type: GridsterComponentInterface }
|
|
2171
2645
|
]; };
|
|
2172
2646
|
return GridsterCompact;
|
|
2173
|
-
}());
|
|
2647
|
+
}());
|
|
2648
|
+
if (false) {
|
|
2649
|
+
/**
|
|
2650
|
+
* @type {?}
|
|
2651
|
+
* @private
|
|
2652
|
+
*/
|
|
2653
|
+
GridsterCompact.prototype.gridster;
|
|
2654
|
+
}
|
|
2174
2655
|
|
|
2175
2656
|
/**
|
|
2176
2657
|
* @fileoverview added by tsickle
|
|
2177
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2658
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2178
2659
|
*/
|
|
2179
2660
|
var GridsterRenderer = /** @class */ (function () {
|
|
2180
2661
|
function GridsterRenderer(gridster) {
|
|
@@ -2481,11 +2962,18 @@ var GridsterRenderer = /** @class */ (function () {
|
|
|
2481
2962
|
{ type: GridsterComponentInterface }
|
|
2482
2963
|
]; };
|
|
2483
2964
|
return GridsterRenderer;
|
|
2484
|
-
}());
|
|
2965
|
+
}());
|
|
2966
|
+
if (false) {
|
|
2967
|
+
/**
|
|
2968
|
+
* @type {?}
|
|
2969
|
+
* @private
|
|
2970
|
+
*/
|
|
2971
|
+
GridsterRenderer.prototype.gridster;
|
|
2972
|
+
}
|
|
2485
2973
|
|
|
2486
2974
|
/**
|
|
2487
2975
|
* @fileoverview added by tsickle
|
|
2488
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2976
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2489
2977
|
*/
|
|
2490
2978
|
var GridsterComponent = /** @class */ (function () {
|
|
2491
2979
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2640,6 +3128,17 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
2640
3128
|
if (this.options.destroyCallback) {
|
|
2641
3129
|
this.options.destroyCallback(this);
|
|
2642
3130
|
}
|
|
3131
|
+
//if (this.options.api) {
|
|
3132
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3133
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3134
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3135
|
+
*/
|
|
3136
|
+
if (false) {
|
|
3137
|
+
this.options.api.resize = undefined;
|
|
3138
|
+
this.options.api.optionsChanged = undefined;
|
|
3139
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3140
|
+
this.options.api = undefined;
|
|
3141
|
+
}
|
|
2643
3142
|
this.emptyCell.destroy();
|
|
2644
3143
|
delete this.emptyCell;
|
|
2645
3144
|
this.compact.destroy();
|
|
@@ -3216,11 +3715,61 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
3216
3715
|
options: [{ type: Input }]
|
|
3217
3716
|
};
|
|
3218
3717
|
return GridsterComponent;
|
|
3219
|
-
}());
|
|
3718
|
+
}());
|
|
3719
|
+
if (false) {
|
|
3720
|
+
/** @type {?} */
|
|
3721
|
+
GridsterComponent.prototype.options;
|
|
3722
|
+
/** @type {?} */
|
|
3723
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3724
|
+
/** @type {?} */
|
|
3725
|
+
GridsterComponent.prototype.movingItem;
|
|
3726
|
+
/** @type {?} */
|
|
3727
|
+
GridsterComponent.prototype.previewStyle;
|
|
3728
|
+
/** @type {?} */
|
|
3729
|
+
GridsterComponent.prototype.el;
|
|
3730
|
+
/** @type {?} */
|
|
3731
|
+
GridsterComponent.prototype.$options;
|
|
3732
|
+
/** @type {?} */
|
|
3733
|
+
GridsterComponent.prototype.mobile;
|
|
3734
|
+
/** @type {?} */
|
|
3735
|
+
GridsterComponent.prototype.curWidth;
|
|
3736
|
+
/** @type {?} */
|
|
3737
|
+
GridsterComponent.prototype.curHeight;
|
|
3738
|
+
/** @type {?} */
|
|
3739
|
+
GridsterComponent.prototype.grid;
|
|
3740
|
+
/** @type {?} */
|
|
3741
|
+
GridsterComponent.prototype.columns;
|
|
3742
|
+
/** @type {?} */
|
|
3743
|
+
GridsterComponent.prototype.rows;
|
|
3744
|
+
/** @type {?} */
|
|
3745
|
+
GridsterComponent.prototype.curColWidth;
|
|
3746
|
+
/** @type {?} */
|
|
3747
|
+
GridsterComponent.prototype.curRowHeight;
|
|
3748
|
+
/** @type {?} */
|
|
3749
|
+
GridsterComponent.prototype.gridColumns;
|
|
3750
|
+
/** @type {?} */
|
|
3751
|
+
GridsterComponent.prototype.gridRows;
|
|
3752
|
+
/** @type {?} */
|
|
3753
|
+
GridsterComponent.prototype.windowResize;
|
|
3754
|
+
/** @type {?} */
|
|
3755
|
+
GridsterComponent.prototype.dragInProgress;
|
|
3756
|
+
/** @type {?} */
|
|
3757
|
+
GridsterComponent.prototype.emptyCell;
|
|
3758
|
+
/** @type {?} */
|
|
3759
|
+
GridsterComponent.prototype.compact;
|
|
3760
|
+
/** @type {?} */
|
|
3761
|
+
GridsterComponent.prototype.gridRenderer;
|
|
3762
|
+
/** @type {?} */
|
|
3763
|
+
GridsterComponent.prototype.renderer;
|
|
3764
|
+
/** @type {?} */
|
|
3765
|
+
GridsterComponent.prototype.cdRef;
|
|
3766
|
+
/** @type {?} */
|
|
3767
|
+
GridsterComponent.prototype.zone;
|
|
3768
|
+
}
|
|
3220
3769
|
|
|
3221
3770
|
/**
|
|
3222
3771
|
* @fileoverview added by tsickle
|
|
3223
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3772
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3224
3773
|
*/
|
|
3225
3774
|
/**
|
|
3226
3775
|
* @abstract
|
|
@@ -3232,11 +3781,49 @@ GridsterItemComponentInterface = /** @class */ (function () {
|
|
|
3232
3781
|
function GridsterItemComponentInterface() {
|
|
3233
3782
|
}
|
|
3234
3783
|
return GridsterItemComponentInterface;
|
|
3235
|
-
}());
|
|
3784
|
+
}());
|
|
3785
|
+
if (false) {
|
|
3786
|
+
/** @type {?} */
|
|
3787
|
+
GridsterItemComponentInterface.prototype.item;
|
|
3788
|
+
/** @type {?} */
|
|
3789
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
3790
|
+
/** @type {?} */
|
|
3791
|
+
GridsterItemComponentInterface.prototype.top;
|
|
3792
|
+
/** @type {?} */
|
|
3793
|
+
GridsterItemComponentInterface.prototype.left;
|
|
3794
|
+
/** @type {?} */
|
|
3795
|
+
GridsterItemComponentInterface.prototype.width;
|
|
3796
|
+
/** @type {?} */
|
|
3797
|
+
GridsterItemComponentInterface.prototype.height;
|
|
3798
|
+
/** @type {?} */
|
|
3799
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
3800
|
+
/** @type {?} */
|
|
3801
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
3802
|
+
/** @type {?} */
|
|
3803
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3804
|
+
/** @type {?} */
|
|
3805
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3806
|
+
/** @type {?} */
|
|
3807
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3808
|
+
/** @type {?} */
|
|
3809
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
3810
|
+
/** @type {?} */
|
|
3811
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
3812
|
+
/** @type {?} */
|
|
3813
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
3814
|
+
/** @type {?} */
|
|
3815
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
3816
|
+
/** @type {?} */
|
|
3817
|
+
GridsterItemComponentInterface.prototype.el;
|
|
3818
|
+
/** @type {?} */
|
|
3819
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
3820
|
+
/** @type {?} */
|
|
3821
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
3822
|
+
}
|
|
3236
3823
|
|
|
3237
3824
|
/**
|
|
3238
3825
|
* @fileoverview added by tsickle
|
|
3239
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3826
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3240
3827
|
*/
|
|
3241
3828
|
var GridsterSwap = /** @class */ (function () {
|
|
3242
3829
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3364,11 +3951,28 @@ var GridsterSwap = /** @class */ (function () {
|
|
|
3364
3951
|
{ type: GridsterItemComponentInterface }
|
|
3365
3952
|
]; };
|
|
3366
3953
|
return GridsterSwap;
|
|
3367
|
-
}());
|
|
3954
|
+
}());
|
|
3955
|
+
if (false) {
|
|
3956
|
+
/**
|
|
3957
|
+
* @type {?}
|
|
3958
|
+
* @private
|
|
3959
|
+
*/
|
|
3960
|
+
GridsterSwap.prototype.swapedItem;
|
|
3961
|
+
/**
|
|
3962
|
+
* @type {?}
|
|
3963
|
+
* @private
|
|
3964
|
+
*/
|
|
3965
|
+
GridsterSwap.prototype.gridsterItem;
|
|
3966
|
+
/**
|
|
3967
|
+
* @type {?}
|
|
3968
|
+
* @private
|
|
3969
|
+
*/
|
|
3970
|
+
GridsterSwap.prototype.gridster;
|
|
3971
|
+
}
|
|
3368
3972
|
|
|
3369
3973
|
/**
|
|
3370
3974
|
* @fileoverview added by tsickle
|
|
3371
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3975
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3372
3976
|
*/
|
|
3373
3977
|
/** @type {?} */
|
|
3374
3978
|
var scrollSensitivity;
|
|
@@ -3563,7 +4167,7 @@ function cancelN() {
|
|
|
3563
4167
|
|
|
3564
4168
|
/**
|
|
3565
4169
|
* @fileoverview added by tsickle
|
|
3566
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4170
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3567
4171
|
*/
|
|
3568
4172
|
var GridsterPush = /** @class */ (function () {
|
|
3569
4173
|
function GridsterPush(gridsterItem) {
|
|
@@ -4053,11 +4657,61 @@ var GridsterPush = /** @class */ (function () {
|
|
|
4053
4657
|
{ type: GridsterItemComponentInterface }
|
|
4054
4658
|
]; };
|
|
4055
4659
|
return GridsterPush;
|
|
4056
|
-
}());
|
|
4660
|
+
}());
|
|
4661
|
+
if (false) {
|
|
4662
|
+
/** @type {?} */
|
|
4663
|
+
GridsterPush.prototype.fromSouth;
|
|
4664
|
+
/** @type {?} */
|
|
4665
|
+
GridsterPush.prototype.fromNorth;
|
|
4666
|
+
/** @type {?} */
|
|
4667
|
+
GridsterPush.prototype.fromEast;
|
|
4668
|
+
/** @type {?} */
|
|
4669
|
+
GridsterPush.prototype.fromWest;
|
|
4670
|
+
/**
|
|
4671
|
+
* @type {?}
|
|
4672
|
+
* @private
|
|
4673
|
+
*/
|
|
4674
|
+
GridsterPush.prototype.pushedItems;
|
|
4675
|
+
/**
|
|
4676
|
+
* @type {?}
|
|
4677
|
+
* @private
|
|
4678
|
+
*/
|
|
4679
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4680
|
+
/**
|
|
4681
|
+
* @type {?}
|
|
4682
|
+
* @private
|
|
4683
|
+
*/
|
|
4684
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4685
|
+
/**
|
|
4686
|
+
* @type {?}
|
|
4687
|
+
* @private
|
|
4688
|
+
*/
|
|
4689
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4690
|
+
/**
|
|
4691
|
+
* @type {?}
|
|
4692
|
+
* @private
|
|
4693
|
+
*/
|
|
4694
|
+
GridsterPush.prototype.gridsterItem;
|
|
4695
|
+
/**
|
|
4696
|
+
* @type {?}
|
|
4697
|
+
* @private
|
|
4698
|
+
*/
|
|
4699
|
+
GridsterPush.prototype.gridster;
|
|
4700
|
+
/**
|
|
4701
|
+
* @type {?}
|
|
4702
|
+
* @private
|
|
4703
|
+
*/
|
|
4704
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
4705
|
+
/**
|
|
4706
|
+
* @type {?}
|
|
4707
|
+
* @private
|
|
4708
|
+
*/
|
|
4709
|
+
GridsterPush.prototype.tryPattern;
|
|
4710
|
+
}
|
|
4057
4711
|
|
|
4058
4712
|
/**
|
|
4059
4713
|
* @fileoverview added by tsickle
|
|
4060
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4714
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4061
4715
|
*/
|
|
4062
4716
|
var GridsterDraggable = /** @class */ (function () {
|
|
4063
4717
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4361,6 +5015,10 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
4361
5015
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4362
5016
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4363
5017
|
}
|
|
5018
|
+
else {
|
|
5019
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5020
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5021
|
+
}
|
|
4364
5022
|
return this.gridsterItem.$item;
|
|
4365
5023
|
};
|
|
4366
5024
|
/**
|
|
@@ -4517,11 +5175,84 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
4517
5175
|
{ type: NgZone }
|
|
4518
5176
|
]; };
|
|
4519
5177
|
return GridsterDraggable;
|
|
4520
|
-
}());
|
|
5178
|
+
}());
|
|
5179
|
+
if (false) {
|
|
5180
|
+
/** @type {?} */
|
|
5181
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5182
|
+
/** @type {?} */
|
|
5183
|
+
GridsterDraggable.prototype.gridster;
|
|
5184
|
+
/** @type {?} */
|
|
5185
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5186
|
+
/** @type {?} */
|
|
5187
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5188
|
+
/** @type {?} */
|
|
5189
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5190
|
+
/** @type {?} */
|
|
5191
|
+
GridsterDraggable.prototype.margin;
|
|
5192
|
+
/** @type {?} */
|
|
5193
|
+
GridsterDraggable.prototype.diffTop;
|
|
5194
|
+
/** @type {?} */
|
|
5195
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5196
|
+
/** @type {?} */
|
|
5197
|
+
GridsterDraggable.prototype.top;
|
|
5198
|
+
/** @type {?} */
|
|
5199
|
+
GridsterDraggable.prototype.left;
|
|
5200
|
+
/** @type {?} */
|
|
5201
|
+
GridsterDraggable.prototype.height;
|
|
5202
|
+
/** @type {?} */
|
|
5203
|
+
GridsterDraggable.prototype.width;
|
|
5204
|
+
/** @type {?} */
|
|
5205
|
+
GridsterDraggable.prototype.positionX;
|
|
5206
|
+
/** @type {?} */
|
|
5207
|
+
GridsterDraggable.prototype.positionY;
|
|
5208
|
+
/** @type {?} */
|
|
5209
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5210
|
+
/** @type {?} */
|
|
5211
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5212
|
+
/** @type {?} */
|
|
5213
|
+
GridsterDraggable.prototype.enabled;
|
|
5214
|
+
/** @type {?} */
|
|
5215
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5216
|
+
/** @type {?} */
|
|
5217
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5218
|
+
/** @type {?} */
|
|
5219
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5220
|
+
/** @type {?} */
|
|
5221
|
+
GridsterDraggable.prototype.mousemove;
|
|
5222
|
+
/** @type {?} */
|
|
5223
|
+
GridsterDraggable.prototype.mouseup;
|
|
5224
|
+
/** @type {?} */
|
|
5225
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5226
|
+
/** @type {?} */
|
|
5227
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5228
|
+
/** @type {?} */
|
|
5229
|
+
GridsterDraggable.prototype.touchmove;
|
|
5230
|
+
/** @type {?} */
|
|
5231
|
+
GridsterDraggable.prototype.touchend;
|
|
5232
|
+
/** @type {?} */
|
|
5233
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5234
|
+
/** @type {?} */
|
|
5235
|
+
GridsterDraggable.prototype.mousedown;
|
|
5236
|
+
/** @type {?} */
|
|
5237
|
+
GridsterDraggable.prototype.touchstart;
|
|
5238
|
+
/** @type {?} */
|
|
5239
|
+
GridsterDraggable.prototype.push;
|
|
5240
|
+
/** @type {?} */
|
|
5241
|
+
GridsterDraggable.prototype.swap;
|
|
5242
|
+
/** @type {?} */
|
|
5243
|
+
GridsterDraggable.prototype.path;
|
|
5244
|
+
/** @type {?} */
|
|
5245
|
+
GridsterDraggable.prototype.collision;
|
|
5246
|
+
/**
|
|
5247
|
+
* @type {?}
|
|
5248
|
+
* @private
|
|
5249
|
+
*/
|
|
5250
|
+
GridsterDraggable.prototype.zone;
|
|
5251
|
+
}
|
|
4521
5252
|
|
|
4522
5253
|
/**
|
|
4523
5254
|
* @fileoverview added by tsickle
|
|
4524
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5255
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4525
5256
|
*/
|
|
4526
5257
|
var GridsterPushResize = /** @class */ (function () {
|
|
4527
5258
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -4901,11 +5632,46 @@ var GridsterPushResize = /** @class */ (function () {
|
|
|
4901
5632
|
{ type: GridsterItemComponentInterface }
|
|
4902
5633
|
]; };
|
|
4903
5634
|
return GridsterPushResize;
|
|
4904
|
-
}());
|
|
5635
|
+
}());
|
|
5636
|
+
if (false) {
|
|
5637
|
+
/** @type {?} */
|
|
5638
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5639
|
+
/** @type {?} */
|
|
5640
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5641
|
+
/** @type {?} */
|
|
5642
|
+
GridsterPushResize.prototype.fromEast;
|
|
5643
|
+
/** @type {?} */
|
|
5644
|
+
GridsterPushResize.prototype.fromWest;
|
|
5645
|
+
/**
|
|
5646
|
+
* @type {?}
|
|
5647
|
+
* @private
|
|
5648
|
+
*/
|
|
5649
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5650
|
+
/**
|
|
5651
|
+
* @type {?}
|
|
5652
|
+
* @private
|
|
5653
|
+
*/
|
|
5654
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5655
|
+
/**
|
|
5656
|
+
* @type {?}
|
|
5657
|
+
* @private
|
|
5658
|
+
*/
|
|
5659
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5660
|
+
/**
|
|
5661
|
+
* @type {?}
|
|
5662
|
+
* @private
|
|
5663
|
+
*/
|
|
5664
|
+
GridsterPushResize.prototype.gridster;
|
|
5665
|
+
/**
|
|
5666
|
+
* @type {?}
|
|
5667
|
+
* @private
|
|
5668
|
+
*/
|
|
5669
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5670
|
+
}
|
|
4905
5671
|
|
|
4906
5672
|
/**
|
|
4907
5673
|
* @fileoverview added by tsickle
|
|
4908
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5674
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4909
5675
|
*/
|
|
4910
5676
|
var GridsterResizable = /** @class */ (function () {
|
|
4911
5677
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5447,11 +6213,86 @@ var GridsterResizable = /** @class */ (function () {
|
|
|
5447
6213
|
{ type: NgZone }
|
|
5448
6214
|
]; };
|
|
5449
6215
|
return GridsterResizable;
|
|
5450
|
-
}());
|
|
6216
|
+
}());
|
|
6217
|
+
if (false) {
|
|
6218
|
+
/** @type {?} */
|
|
6219
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6220
|
+
/** @type {?} */
|
|
6221
|
+
GridsterResizable.prototype.gridster;
|
|
6222
|
+
/** @type {?} */
|
|
6223
|
+
GridsterResizable.prototype.lastMouse;
|
|
6224
|
+
/** @type {?} */
|
|
6225
|
+
GridsterResizable.prototype.itemBackup;
|
|
6226
|
+
/** @type {?} */
|
|
6227
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6228
|
+
/** @type {?} */
|
|
6229
|
+
GridsterResizable.prototype.directionFunction;
|
|
6230
|
+
/** @type {?} */
|
|
6231
|
+
GridsterResizable.prototype.dragFunction;
|
|
6232
|
+
/** @type {?} */
|
|
6233
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6234
|
+
/** @type {?} */
|
|
6235
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6236
|
+
/** @type {?} */
|
|
6237
|
+
GridsterResizable.prototype.mousemove;
|
|
6238
|
+
/** @type {?} */
|
|
6239
|
+
GridsterResizable.prototype.mouseup;
|
|
6240
|
+
/** @type {?} */
|
|
6241
|
+
GridsterResizable.prototype.mouseleave;
|
|
6242
|
+
/** @type {?} */
|
|
6243
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6244
|
+
/** @type {?} */
|
|
6245
|
+
GridsterResizable.prototype.touchmove;
|
|
6246
|
+
/** @type {?} */
|
|
6247
|
+
GridsterResizable.prototype.touchend;
|
|
6248
|
+
/** @type {?} */
|
|
6249
|
+
GridsterResizable.prototype.touchcancel;
|
|
6250
|
+
/** @type {?} */
|
|
6251
|
+
GridsterResizable.prototype.push;
|
|
6252
|
+
/** @type {?} */
|
|
6253
|
+
GridsterResizable.prototype.pushResize;
|
|
6254
|
+
/** @type {?} */
|
|
6255
|
+
GridsterResizable.prototype.minHeight;
|
|
6256
|
+
/** @type {?} */
|
|
6257
|
+
GridsterResizable.prototype.minWidth;
|
|
6258
|
+
/** @type {?} */
|
|
6259
|
+
GridsterResizable.prototype.offsetTop;
|
|
6260
|
+
/** @type {?} */
|
|
6261
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6262
|
+
/** @type {?} */
|
|
6263
|
+
GridsterResizable.prototype.diffTop;
|
|
6264
|
+
/** @type {?} */
|
|
6265
|
+
GridsterResizable.prototype.diffLeft;
|
|
6266
|
+
/** @type {?} */
|
|
6267
|
+
GridsterResizable.prototype.diffRight;
|
|
6268
|
+
/** @type {?} */
|
|
6269
|
+
GridsterResizable.prototype.diffBottom;
|
|
6270
|
+
/** @type {?} */
|
|
6271
|
+
GridsterResizable.prototype.margin;
|
|
6272
|
+
/** @type {?} */
|
|
6273
|
+
GridsterResizable.prototype.top;
|
|
6274
|
+
/** @type {?} */
|
|
6275
|
+
GridsterResizable.prototype.left;
|
|
6276
|
+
/** @type {?} */
|
|
6277
|
+
GridsterResizable.prototype.bottom;
|
|
6278
|
+
/** @type {?} */
|
|
6279
|
+
GridsterResizable.prototype.right;
|
|
6280
|
+
/** @type {?} */
|
|
6281
|
+
GridsterResizable.prototype.width;
|
|
6282
|
+
/** @type {?} */
|
|
6283
|
+
GridsterResizable.prototype.height;
|
|
6284
|
+
/** @type {?} */
|
|
6285
|
+
GridsterResizable.prototype.newPosition;
|
|
6286
|
+
/**
|
|
6287
|
+
* @type {?}
|
|
6288
|
+
* @private
|
|
6289
|
+
*/
|
|
6290
|
+
GridsterResizable.prototype.zone;
|
|
6291
|
+
}
|
|
5451
6292
|
|
|
5452
6293
|
/**
|
|
5453
6294
|
* @fileoverview added by tsickle
|
|
5454
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6295
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5455
6296
|
*/
|
|
5456
6297
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5457
6298
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5646,11 +6487,44 @@ var GridsterItemComponent = /** @class */ (function () {
|
|
|
5646
6487
|
item: [{ type: Input }]
|
|
5647
6488
|
};
|
|
5648
6489
|
return GridsterItemComponent;
|
|
5649
|
-
}());
|
|
6490
|
+
}());
|
|
6491
|
+
if (false) {
|
|
6492
|
+
/** @type {?} */
|
|
6493
|
+
GridsterItemComponent.prototype.item;
|
|
6494
|
+
/** @type {?} */
|
|
6495
|
+
GridsterItemComponent.prototype.$item;
|
|
6496
|
+
/** @type {?} */
|
|
6497
|
+
GridsterItemComponent.prototype.el;
|
|
6498
|
+
/** @type {?} */
|
|
6499
|
+
GridsterItemComponent.prototype.gridster;
|
|
6500
|
+
/** @type {?} */
|
|
6501
|
+
GridsterItemComponent.prototype.top;
|
|
6502
|
+
/** @type {?} */
|
|
6503
|
+
GridsterItemComponent.prototype.left;
|
|
6504
|
+
/** @type {?} */
|
|
6505
|
+
GridsterItemComponent.prototype.width;
|
|
6506
|
+
/** @type {?} */
|
|
6507
|
+
GridsterItemComponent.prototype.height;
|
|
6508
|
+
/** @type {?} */
|
|
6509
|
+
GridsterItemComponent.prototype.drag;
|
|
6510
|
+
/** @type {?} */
|
|
6511
|
+
GridsterItemComponent.prototype.resize;
|
|
6512
|
+
/** @type {?} */
|
|
6513
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6514
|
+
/** @type {?} */
|
|
6515
|
+
GridsterItemComponent.prototype.init;
|
|
6516
|
+
/** @type {?} */
|
|
6517
|
+
GridsterItemComponent.prototype.renderer;
|
|
6518
|
+
/**
|
|
6519
|
+
* @type {?}
|
|
6520
|
+
* @private
|
|
6521
|
+
*/
|
|
6522
|
+
GridsterItemComponent.prototype.zone;
|
|
6523
|
+
}
|
|
5650
6524
|
|
|
5651
6525
|
/**
|
|
5652
6526
|
* @fileoverview added by tsickle
|
|
5653
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6527
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5654
6528
|
*/
|
|
5655
6529
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5656
6530
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5705,11 +6579,19 @@ var GridsterPreviewComponent = /** @class */ (function () {
|
|
|
5705
6579
|
{ type: Renderer2 }
|
|
5706
6580
|
]; };
|
|
5707
6581
|
return GridsterPreviewComponent;
|
|
5708
|
-
}());
|
|
6582
|
+
}());
|
|
6583
|
+
if (false) {
|
|
6584
|
+
/** @type {?} */
|
|
6585
|
+
GridsterPreviewComponent.prototype.el;
|
|
6586
|
+
/** @type {?} */
|
|
6587
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6588
|
+
/** @type {?} */
|
|
6589
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6590
|
+
}
|
|
5709
6591
|
|
|
5710
6592
|
/**
|
|
5711
6593
|
* @fileoverview added by tsickle
|
|
5712
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6594
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5713
6595
|
*/
|
|
5714
6596
|
var GridsterModule = /** @class */ (function () {
|
|
5715
6597
|
function GridsterModule() {
|
|
@@ -5734,8 +6616,13 @@ var GridsterModule = /** @class */ (function () {
|
|
|
5734
6616
|
|
|
5735
6617
|
/**
|
|
5736
6618
|
* @fileoverview added by tsickle
|
|
5737
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6619
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5738
6620
|
*/
|
|
6621
|
+
/** @type {?} */
|
|
6622
|
+
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
6623
|
+
suppressScrollX: true
|
|
6624
|
+
};
|
|
6625
|
+
var ɵ0 = DEFAULT_PERFECT_SCROLLBAR_CONFIG;
|
|
5739
6626
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
5740
6627
|
function DashboardFrameworkModule() {
|
|
5741
6628
|
}
|
|
@@ -5751,13 +6638,17 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
5751
6638
|
HttpClientModule,
|
|
5752
6639
|
NgxUiLoaderModule,
|
|
5753
6640
|
TranslateModule,
|
|
5754
|
-
NotifierModule.withConfig(customNotifierOptions)
|
|
6641
|
+
NotifierModule.withConfig(customNotifierOptions),
|
|
6642
|
+
PerfectScrollbarModule
|
|
5755
6643
|
],
|
|
5756
6644
|
exports: [
|
|
5757
6645
|
RADashboardArea,
|
|
5758
6646
|
TranslateModule
|
|
5759
6647
|
],
|
|
5760
|
-
providers: [
|
|
6648
|
+
providers: [{
|
|
6649
|
+
provide: PERFECT_SCROLLBAR_CONFIG,
|
|
6650
|
+
useValue: ɵ0
|
|
6651
|
+
},],
|
|
5761
6652
|
bootstrap: [RADashboardArea]
|
|
5762
6653
|
},] }
|
|
5763
6654
|
];
|
|
@@ -5766,7 +6657,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
5766
6657
|
|
|
5767
6658
|
/**
|
|
5768
6659
|
* @fileoverview added by tsickle
|
|
5769
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6660
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5770
6661
|
*/
|
|
5771
6662
|
/**
|
|
5772
6663
|
* @abstract
|
|
@@ -5810,11 +6701,35 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
|
|
|
5810
6701
|
initialize: [{ type: Input }]
|
|
5811
6702
|
};
|
|
5812
6703
|
return RaBaseDashboardTemplate;
|
|
5813
|
-
}());
|
|
6704
|
+
}());
|
|
6705
|
+
if (false) {
|
|
6706
|
+
/** @type {?} */
|
|
6707
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6708
|
+
/** @type {?} */
|
|
6709
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6710
|
+
/** @type {?} */
|
|
6711
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6712
|
+
/** @type {?} */
|
|
6713
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6714
|
+
/** @type {?} */
|
|
6715
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
6716
|
+
/** @type {?} */
|
|
6717
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
6718
|
+
/**
|
|
6719
|
+
* @type {?}
|
|
6720
|
+
* @private
|
|
6721
|
+
*/
|
|
6722
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
6723
|
+
/**
|
|
6724
|
+
* @abstract
|
|
6725
|
+
* @return {?}
|
|
6726
|
+
*/
|
|
6727
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
6728
|
+
}
|
|
5814
6729
|
|
|
5815
6730
|
/**
|
|
5816
6731
|
* @fileoverview added by tsickle
|
|
5817
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6732
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5818
6733
|
*/
|
|
5819
6734
|
/**
|
|
5820
6735
|
* @abstract
|
|
@@ -5834,7 +6749,29 @@ var RaBaseDashboardFilter = /** @class */ (function () {
|
|
|
5834
6749
|
getAllFilterConfig: [{ type: Input }]
|
|
5835
6750
|
};
|
|
5836
6751
|
return RaBaseDashboardFilter;
|
|
5837
|
-
}());
|
|
6752
|
+
}());
|
|
6753
|
+
if (false) {
|
|
6754
|
+
/**
|
|
6755
|
+
* @type {?}
|
|
6756
|
+
* @private
|
|
6757
|
+
*/
|
|
6758
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6759
|
+
/**
|
|
6760
|
+
* @abstract
|
|
6761
|
+
* @return {?}
|
|
6762
|
+
*/
|
|
6763
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6764
|
+
}
|
|
6765
|
+
|
|
6766
|
+
/**
|
|
6767
|
+
* @fileoverview added by tsickle
|
|
6768
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6769
|
+
*/
|
|
6770
|
+
|
|
6771
|
+
/**
|
|
6772
|
+
* @fileoverview added by tsickle
|
|
6773
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6774
|
+
*/
|
|
5838
6775
|
|
|
5839
6776
|
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 };
|
|
5840
6777
|
//# sourceMappingURL=schneideress-dashboardframework.js.map
|