@schneideress/dashboardframework 0.0.51 → 0.0.52

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.
Files changed (79) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +71 -1126
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +1 -1
  6. package/esm2015/gridster/lib/gridster.component.js +1 -1
  7. package/esm2015/gridster/lib/gridster.interface.js +1 -1
  8. package/esm2015/gridster/lib/gridster.module.js +1 -1
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
  15. package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
  19. package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
  27. package/esm2015/lib/custom.notifier.options.js +1 -1
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +8 -29
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +19 -19
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +7 -49
  64. package/esm5/lib/ra.base.dashboard.filter.js +1 -1
  65. package/esm5/lib/ra.base.dashboard.template.js +1 -1
  66. package/esm5/lib/ra.dashbard.event.bus.js +1 -1
  67. package/esm5/lib/ra.dashboard.module.js +1 -1
  68. package/esm5/lib/ra.dashboard.service.js +1 -1
  69. package/esm5/lib/ra.event.enum.js +1 -1
  70. package/esm5/lib/ra.gridster.config.js +19 -19
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +70 -994
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +72 -1017
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +0 -3
  78. package/package.json +1 -1
  79. 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, EventEmitter, ViewChild, Output, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, Output, EventEmitter, 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';
@@ -13,7 +13,7 @@ import { CommonModule } from '@angular/common';
13
13
 
14
14
  /**
15
15
  * @fileoverview added by tsickle
16
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  var RaDashboardService = /** @class */ (function (_super) {
19
19
  __extends(RaDashboardService, _super);
@@ -217,18 +217,11 @@ var RaDashboardService = /** @class */ (function (_super) {
217
217
  ]; };
218
218
  /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
219
219
  return RaDashboardService;
220
- }(BaseService));
221
- if (false) {
222
- /**
223
- * @type {?}
224
- * @private
225
- */
226
- RaDashboardService.prototype.loadedScripts;
227
- }
220
+ }(BaseService));
228
221
 
229
222
  /**
230
223
  * @fileoverview added by tsickle
231
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
232
225
  */
233
226
  var RADashboardEventBus = /** @class */ (function () {
234
227
  function RADashboardEventBus() {
@@ -337,18 +330,11 @@ var RADashboardEventBus = /** @class */ (function () {
337
330
  ];
338
331
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
339
332
  return RADashboardEventBus;
340
- }());
341
- if (false) {
342
- /**
343
- * @type {?}
344
- * @private
345
- */
346
- RADashboardEventBus.prototype.eventQueue;
347
- }
333
+ }());
348
334
 
349
335
  /**
350
336
  * @fileoverview added by tsickle
351
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
337
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
352
338
  */
353
339
  /** @enum {string} */
354
340
  var RAEvent = {
@@ -395,7 +381,7 @@ var RAEventKey = {
395
381
 
396
382
  /**
397
383
  * @fileoverview added by tsickle
398
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
384
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
399
385
  */
400
386
  /** @enum {string} */
401
387
  var GridType = {
@@ -422,223 +408,38 @@ var CompactType = {
422
408
  CompactRight: 'compactRight',
423
409
  CompactUpAndRight: 'compactUp&Right',
424
410
  CompactRightAndUp: 'compactRight&Up',
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
- }
411
+ };
611
412
 
612
413
  /**
613
414
  * @fileoverview added by tsickle
614
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
415
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
615
416
  */
616
417
  /** @type {?} */
617
418
  var GridsterConfigDefaultSettings = {
618
419
  gridType: GridType.ScrollVertical,
619
420
  compactType: CompactType.None,
620
- margin: 10,
421
+ margin: 20,
621
422
  outerMargin: true,
622
- outerMarginTop: null,
623
- outerMarginRight: null,
624
- outerMarginBottom: null,
625
- outerMarginLeft: null,
423
+ outerMarginTop: 10,
424
+ outerMarginRight: 10,
425
+ outerMarginBottom: 30,
426
+ outerMarginLeft: 10,
626
427
  useTransformPositioning: true,
627
428
  mobileBreakpoint: 640,
628
- minCols: 100,
629
- maxCols: 100,
630
- minRows: 100,
429
+ minCols: 5,
430
+ maxCols: 5,
431
+ minRows: 20,
631
432
  maxRows: 2000,
632
- maxItemCols: 150,
433
+ maxItemCols: 5,
633
434
  minItemCols: 1,
634
- maxItemRows: 150,
635
- minItemRows: 1,
636
- maxItemArea: 2500,
637
- minItemArea: 1,
638
- defaultItemCols: 5,
639
- defaultItemRows: 5,
640
- fixedColWidth: 5,
641
- fixedRowHeight: 5,
435
+ maxItemRows: 100,
436
+ minItemRows: 6,
437
+ maxItemArea: 250000,
438
+ minItemArea: 6,
439
+ defaultItemCols: 1,
440
+ defaultItemRows: 1,
441
+ fixedColWidth: 105,
442
+ fixedRowHeight: 105,
642
443
  keepFixedHeightInMobile: false,
643
444
  keepFixedWidthInMobile: false,
644
445
  scrollSensitivity: 10,
@@ -673,7 +474,7 @@ var GridsterConfigDefaultSettings = {
673
474
 
674
475
  /**
675
476
  * @fileoverview added by tsickle
676
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
477
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
677
478
  */
678
479
  var RADashboardArea = /** @class */ (function () {
679
480
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1148,7 +949,7 @@ var RADashboardArea = /** @class */ (function () {
1148
949
  { type: Component, args: [{
1149
950
  selector: 'ra-dashboard-area',
1150
951
  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",
1151
- 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}"]
952
+ styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#fcfcfc}.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)}"]
1152
953
  }] }
1153
954
  ];
1154
955
  /** @nocollapse */
@@ -1169,83 +970,11 @@ var RADashboardArea = /** @class */ (function () {
1169
970
  appConfig: [{ type: Input, args: ['app-config',] }]
1170
971
  };
1171
972
  return RADashboardArea;
1172
- }());
1173
- if (false) {
1174
- /** @type {?} */
1175
- RADashboardArea.prototype.widgetList;
1176
- /** @type {?} */
1177
- RADashboardArea.prototype.options;
1178
- /** @type {?} */
1179
- RADashboardArea.prototype.gridheight;
1180
- /**
1181
- * @type {?}
1182
- * @private
1183
- */
1184
- RADashboardArea.prototype.conifgAddClick;
1185
- /**
1186
- * @type {?}
1187
- * @private
1188
- */
1189
- RADashboardArea.prototype.widgetDeleteEvent;
1190
- /**
1191
- * @type {?}
1192
- * @private
1193
- */
1194
- RADashboardArea.prototype.widgetAddEvent;
1195
- /**
1196
- * @type {?}
1197
- * @private
1198
- */
1199
- RADashboardArea.prototype.widgetLibraryDoneClick;
1200
- /**
1201
- * @type {?}
1202
- * @private
1203
- */
1204
- RADashboardArea.prototype.isWidgetLoaded;
1205
- /** @type {?} */
1206
- RADashboardArea.prototype.userDashboardId;
1207
- /** @type {?} */
1208
- RADashboardArea.prototype.areaKey;
1209
- /** @type {?} */
1210
- RADashboardArea.prototype.globalFilter;
1211
- /** @type {?} */
1212
- RADashboardArea.prototype.raDashboardEventBus;
1213
- /** @type {?} */
1214
- RADashboardArea.prototype.widgetHeight;
1215
- /** @type {?} */
1216
- RADashboardArea.prototype.widgetWidth;
1217
- /** @type {?} */
1218
- RADashboardArea.prototype.appConfig;
1219
- /**
1220
- * @type {?}
1221
- * @private
1222
- */
1223
- RADashboardArea.prototype.dashboardService;
1224
- /**
1225
- * @type {?}
1226
- * @private
1227
- */
1228
- RADashboardArea.prototype.ngZone;
1229
- /**
1230
- * @type {?}
1231
- * @private
1232
- */
1233
- RADashboardArea.prototype.ngxService;
1234
- /**
1235
- * @type {?}
1236
- * @private
1237
- */
1238
- RADashboardArea.prototype.translateService;
1239
- /**
1240
- * @type {?}
1241
- * @private
1242
- */
1243
- RADashboardArea.prototype.notifier;
1244
- }
973
+ }());
1245
974
 
1246
975
  /**
1247
976
  * @fileoverview added by tsickle
1248
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
977
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1249
978
  */
1250
979
  var RAWidgetContainer = /** @class */ (function () {
1251
980
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1258,7 +987,6 @@ var RAWidgetContainer = /** @class */ (function () {
1258
987
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1259
988
  this.lockClass = "unlocked";
1260
989
  this.lockStatus = "unlock";
1261
- this.isDownloadIconVisible = false;
1262
990
  this.widgetDeleted = new EventEmitter();
1263
991
  }
1264
992
  /**
@@ -1445,9 +1173,6 @@ var RAWidgetContainer = /** @class */ (function () {
1445
1173
  widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1446
1174
  return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1447
1175
  case 1:
1448
- _a.sent();
1449
- return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1450
- case 2:
1451
1176
  _a.sent();
1452
1177
  return [2 /*return*/];
1453
1178
  }
@@ -1483,16 +1208,13 @@ var RAWidgetContainer = /** @class */ (function () {
1483
1208
  appConfig: this.appConfig,
1484
1209
  widgetInfo: widgetInfo
1485
1210
  }));
1486
- if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
1211
+ if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 2];
1487
1212
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
1488
1213
  return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
1489
1214
  case 1:
1490
1215
  _a.sent();
1491
- return [4 /*yield*/, this.setDownloadIcon()];
1492
- case 2:
1493
- _a.sent();
1494
- _a.label = 3;
1495
- case 3: return [2 /*return*/];
1216
+ _a.label = 2;
1217
+ case 2: return [2 /*return*/];
1496
1218
  }
1497
1219
  });
1498
1220
  });
@@ -1542,44 +1264,11 @@ var RAWidgetContainer = /** @class */ (function () {
1542
1264
  });
1543
1265
  });
1544
1266
  };
1545
- /**
1546
- * @private
1547
- * @return {?}
1548
- */
1549
- RAWidgetContainer.prototype.setDownloadIcon = /**
1550
- * @private
1551
- * @return {?}
1552
- */
1553
- function () {
1554
- return __awaiter(this, void 0, void 0, function () {
1555
- var _a;
1556
- return __generator(this, function (_b) {
1557
- switch (_b.label) {
1558
- case 0:
1559
- _a = this;
1560
- return [4 /*yield*/, this.widgetElement.isDownloadVisible()];
1561
- case 1:
1562
- _a.isDownloadIconVisible = _b.sent();
1563
- this.isDownloadIconVisible = false; //temp. commented
1564
- return [2 /*return*/];
1565
- }
1566
- });
1567
- });
1568
- };
1569
- /**
1570
- * @return {?}
1571
- */
1572
- RAWidgetContainer.prototype.downloadClicked = /**
1573
- * @return {?}
1574
- */
1575
- function () {
1576
- this.widgetElement.isDownloadVisible();
1577
- };
1578
1267
  RAWidgetContainer.decorators = [
1579
1268
  { type: Component, args: [{
1580
1269
  selector: 'ra-widget-container',
1581
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1582
- styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0;padding:10px 0 0 1%}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1270
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1271
+ styles: [".wcheader{width:100%;height:46px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0;padding:15px 0 0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1583
1272
  }] }
1584
1273
  ];
1585
1274
  /** @nocollapse */
@@ -1602,84 +1291,11 @@ var RAWidgetContainer = /** @class */ (function () {
1602
1291
  widgetDeleted: [{ type: Output }]
1603
1292
  };
1604
1293
  return RAWidgetContainer;
1605
- }());
1606
- if (false) {
1607
- /**
1608
- * @type {?}
1609
- * @private
1610
- */
1611
- RAWidgetContainer.prototype.isWidgetLoaded;
1612
- /**
1613
- * @type {?}
1614
- * @private
1615
- */
1616
- RAWidgetContainer.prototype.widgetElement;
1617
- /**
1618
- * @type {?}
1619
- * @private
1620
- */
1621
- RAWidgetContainer.prototype.configChanged;
1622
- /**
1623
- * @type {?}
1624
- * @private
1625
- */
1626
- RAWidgetContainer.prototype.isIEOrEdge;
1627
- /** @type {?} */
1628
- RAWidgetContainer.prototype.widgetHeight;
1629
- /** @type {?} */
1630
- RAWidgetContainer.prototype.lockClass;
1631
- /** @type {?} */
1632
- RAWidgetContainer.prototype.lockStatus;
1633
- /** @type {?} */
1634
- RAWidgetContainer.prototype.isDownloadIconVisible;
1635
- /** @type {?} */
1636
- RAWidgetContainer.prototype.ctlWidget;
1637
- /** @type {?} */
1638
- RAWidgetContainer.prototype.widgetInstanceId;
1639
- /** @type {?} */
1640
- RAWidgetContainer.prototype.globalFilter;
1641
- /** @type {?} */
1642
- RAWidgetContainer.prototype.data;
1643
- /** @type {?} */
1644
- RAWidgetContainer.prototype.raDashboardEventBus;
1645
- /** @type {?} */
1646
- RAWidgetContainer.prototype.appConfig;
1647
- /** @type {?} */
1648
- RAWidgetContainer.prototype.width;
1649
- /** @type {?} */
1650
- RAWidgetContainer.prototype.height;
1651
- /** @type {?} */
1652
- RAWidgetContainer.prototype.widgetDeleted;
1653
- /**
1654
- * @type {?}
1655
- * @private
1656
- */
1657
- RAWidgetContainer.prototype.dashboardService;
1658
- /**
1659
- * @type {?}
1660
- * @private
1661
- */
1662
- RAWidgetContainer.prototype.ngxService;
1663
- /**
1664
- * @type {?}
1665
- * @private
1666
- */
1667
- RAWidgetContainer.prototype.translateService;
1668
- /**
1669
- * @type {?}
1670
- * @private
1671
- */
1672
- RAWidgetContainer.prototype.ngZone;
1673
- /**
1674
- * @type {?}
1675
- * @private
1676
- */
1677
- RAWidgetContainer.prototype.notifier;
1678
- }
1294
+ }());
1679
1295
 
1680
1296
  /**
1681
1297
  * @fileoverview added by tsickle
1682
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1298
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1683
1299
  */
1684
1300
  /** @type {?} */
1685
1301
  var customNotifierOptions = {
@@ -1725,7 +1341,7 @@ var customNotifierOptions = {
1725
1341
 
1726
1342
  /**
1727
1343
  * @fileoverview added by tsickle
1728
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1344
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1729
1345
  */
1730
1346
  /** @type {?} */
1731
1347
  var GridsterConfigService = {
@@ -1903,7 +1519,7 @@ var GridsterConfigService = {
1903
1519
 
1904
1520
  /**
1905
1521
  * @fileoverview added by tsickle
1906
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1522
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1907
1523
  */
1908
1524
  var GridsterUtils = /** @class */ (function () {
1909
1525
  function GridsterUtils() {
@@ -2078,7 +1694,7 @@ var GridsterUtils = /** @class */ (function () {
2078
1694
 
2079
1695
  /**
2080
1696
  * @fileoverview added by tsickle
2081
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1697
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2082
1698
  */
2083
1699
  /**
2084
1700
  * @abstract
@@ -2090,85 +1706,11 @@ GridsterComponentInterface = /** @class */ (function () {
2090
1706
  function GridsterComponentInterface() {
2091
1707
  }
2092
1708
  return GridsterComponentInterface;
2093
- }());
2094
- if (false) {
2095
- /** @type {?} */
2096
- GridsterComponentInterface.prototype.$options;
2097
- /** @type {?} */
2098
- GridsterComponentInterface.prototype.grid;
2099
- /** @type {?} */
2100
- GridsterComponentInterface.prototype.checkCollision;
2101
- /** @type {?} */
2102
- GridsterComponentInterface.prototype.positionXToPixels;
2103
- /** @type {?} */
2104
- GridsterComponentInterface.prototype.pixelsToPositionX;
2105
- /** @type {?} */
2106
- GridsterComponentInterface.prototype.positionYToPixels;
2107
- /** @type {?} */
2108
- GridsterComponentInterface.prototype.pixelsToPositionY;
2109
- /** @type {?} */
2110
- GridsterComponentInterface.prototype.findItemWithItem;
2111
- /** @type {?} */
2112
- GridsterComponentInterface.prototype.findItemsWithItem;
2113
- /** @type {?} */
2114
- GridsterComponentInterface.prototype.checkGridCollision;
2115
- /** @type {?} */
2116
- GridsterComponentInterface.prototype.el;
2117
- /** @type {?} */
2118
- GridsterComponentInterface.prototype.renderer;
2119
- /** @type {?} */
2120
- GridsterComponentInterface.prototype.gridRenderer;
2121
- /** @type {?} */
2122
- GridsterComponentInterface.prototype.cdRef;
2123
- /** @type {?} */
2124
- GridsterComponentInterface.prototype.options;
2125
- /** @type {?} */
2126
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2127
- /** @type {?} */
2128
- GridsterComponentInterface.prototype.updateGrid;
2129
- /** @type {?} */
2130
- GridsterComponentInterface.prototype.movingItem;
2131
- /** @type {?} */
2132
- GridsterComponentInterface.prototype.addItem;
2133
- /** @type {?} */
2134
- GridsterComponentInterface.prototype.removeItem;
2135
- /** @type {?} */
2136
- GridsterComponentInterface.prototype.previewStyle;
2137
- /** @type {?} */
2138
- GridsterComponentInterface.prototype.mobile;
2139
- /** @type {?} */
2140
- GridsterComponentInterface.prototype.curWidth;
2141
- /** @type {?} */
2142
- GridsterComponentInterface.prototype.curHeight;
2143
- /** @type {?} */
2144
- GridsterComponentInterface.prototype.columns;
2145
- /** @type {?} */
2146
- GridsterComponentInterface.prototype.rows;
2147
- /** @type {?} */
2148
- GridsterComponentInterface.prototype.curColWidth;
2149
- /** @type {?} */
2150
- GridsterComponentInterface.prototype.curRowHeight;
2151
- /** @type {?} */
2152
- GridsterComponentInterface.prototype.windowResize;
2153
- /** @type {?} */
2154
- GridsterComponentInterface.prototype.setGridDimensions;
2155
- /** @type {?} */
2156
- GridsterComponentInterface.prototype.dragInProgress;
2157
- /** @type {?} */
2158
- GridsterComponentInterface.prototype.emptyCell;
2159
- /** @type {?} */
2160
- GridsterComponentInterface.prototype.compact;
2161
- /** @type {?} */
2162
- GridsterComponentInterface.prototype.zone;
2163
- /** @type {?} */
2164
- GridsterComponentInterface.prototype.gridRows;
2165
- /** @type {?} */
2166
- GridsterComponentInterface.prototype.gridColumns;
2167
- }
1709
+ }());
2168
1710
 
2169
1711
  /**
2170
1712
  * @fileoverview added by tsickle
2171
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1713
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2172
1714
  */
2173
1715
  var GridsterEmptyCell = /** @class */ (function () {
2174
1716
  function GridsterEmptyCell(gridster) {
@@ -2485,44 +2027,11 @@ var GridsterEmptyCell = /** @class */ (function () {
2485
2027
  { type: GridsterComponentInterface }
2486
2028
  ]; };
2487
2029
  return GridsterEmptyCell;
2488
- }());
2489
- if (false) {
2490
- /** @type {?} */
2491
- GridsterEmptyCell.prototype.initialItem;
2492
- /** @type {?} */
2493
- GridsterEmptyCell.prototype.emptyCellClick;
2494
- /** @type {?} */
2495
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2496
- /** @type {?} */
2497
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2498
- /** @type {?} */
2499
- GridsterEmptyCell.prototype.emptyCellDrop;
2500
- /** @type {?} */
2501
- GridsterEmptyCell.prototype.emptyCellDrag;
2502
- /** @type {?} */
2503
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2504
- /** @type {?} */
2505
- GridsterEmptyCell.prototype.emptyCellMMove;
2506
- /** @type {?} */
2507
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2508
- /** @type {?} */
2509
- GridsterEmptyCell.prototype.emptyCellUp;
2510
- /** @type {?} */
2511
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2512
- /** @type {?} */
2513
- GridsterEmptyCell.prototype.emptyCellMove;
2514
- /** @type {?} */
2515
- GridsterEmptyCell.prototype.emptyCellExit;
2516
- /**
2517
- * @type {?}
2518
- * @private
2519
- */
2520
- GridsterEmptyCell.prototype.gridster;
2521
- }
2030
+ }());
2522
2031
 
2523
2032
  /**
2524
2033
  * @fileoverview added by tsickle
2525
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2034
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2526
2035
  */
2527
2036
  var GridsterCompact = /** @class */ (function () {
2528
2037
  function GridsterCompact(gridster) {
@@ -2760,18 +2269,11 @@ var GridsterCompact = /** @class */ (function () {
2760
2269
  { type: GridsterComponentInterface }
2761
2270
  ]; };
2762
2271
  return GridsterCompact;
2763
- }());
2764
- if (false) {
2765
- /**
2766
- * @type {?}
2767
- * @private
2768
- */
2769
- GridsterCompact.prototype.gridster;
2770
- }
2272
+ }());
2771
2273
 
2772
2274
  /**
2773
2275
  * @fileoverview added by tsickle
2774
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2276
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2775
2277
  */
2776
2278
  var GridsterRenderer = /** @class */ (function () {
2777
2279
  function GridsterRenderer(gridster) {
@@ -3078,18 +2580,11 @@ var GridsterRenderer = /** @class */ (function () {
3078
2580
  { type: GridsterComponentInterface }
3079
2581
  ]; };
3080
2582
  return GridsterRenderer;
3081
- }());
3082
- if (false) {
3083
- /**
3084
- * @type {?}
3085
- * @private
3086
- */
3087
- GridsterRenderer.prototype.gridster;
3088
- }
2583
+ }());
3089
2584
 
3090
2585
  /**
3091
2586
  * @fileoverview added by tsickle
3092
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2587
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3093
2588
  */
3094
2589
  var GridsterComponent = /** @class */ (function () {
3095
2590
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3244,17 +2739,6 @@ var GridsterComponent = /** @class */ (function () {
3244
2739
  if (this.options.destroyCallback) {
3245
2740
  this.options.destroyCallback(this);
3246
2741
  }
3247
- //if (this.options.api) {
3248
- /* this.options.api getting undefined for new dashboard load- temp fix
3249
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3250
- * ondestroy of current this.options.api instance - needs to investigate further
3251
- */
3252
- if (false) {
3253
- this.options.api.resize = undefined;
3254
- this.options.api.optionsChanged = undefined;
3255
- this.options.api.getNextPossiblePosition = undefined;
3256
- this.options.api = undefined;
3257
- }
3258
2742
  this.emptyCell.destroy();
3259
2743
  delete this.emptyCell;
3260
2744
  this.compact.destroy();
@@ -3831,61 +3315,11 @@ var GridsterComponent = /** @class */ (function () {
3831
3315
  options: [{ type: Input }]
3832
3316
  };
3833
3317
  return GridsterComponent;
3834
- }());
3835
- if (false) {
3836
- /** @type {?} */
3837
- GridsterComponent.prototype.options;
3838
- /** @type {?} */
3839
- GridsterComponent.prototype.calculateLayoutDebounce;
3840
- /** @type {?} */
3841
- GridsterComponent.prototype.movingItem;
3842
- /** @type {?} */
3843
- GridsterComponent.prototype.previewStyle;
3844
- /** @type {?} */
3845
- GridsterComponent.prototype.el;
3846
- /** @type {?} */
3847
- GridsterComponent.prototype.$options;
3848
- /** @type {?} */
3849
- GridsterComponent.prototype.mobile;
3850
- /** @type {?} */
3851
- GridsterComponent.prototype.curWidth;
3852
- /** @type {?} */
3853
- GridsterComponent.prototype.curHeight;
3854
- /** @type {?} */
3855
- GridsterComponent.prototype.grid;
3856
- /** @type {?} */
3857
- GridsterComponent.prototype.columns;
3858
- /** @type {?} */
3859
- GridsterComponent.prototype.rows;
3860
- /** @type {?} */
3861
- GridsterComponent.prototype.curColWidth;
3862
- /** @type {?} */
3863
- GridsterComponent.prototype.curRowHeight;
3864
- /** @type {?} */
3865
- GridsterComponent.prototype.gridColumns;
3866
- /** @type {?} */
3867
- GridsterComponent.prototype.gridRows;
3868
- /** @type {?} */
3869
- GridsterComponent.prototype.windowResize;
3870
- /** @type {?} */
3871
- GridsterComponent.prototype.dragInProgress;
3872
- /** @type {?} */
3873
- GridsterComponent.prototype.emptyCell;
3874
- /** @type {?} */
3875
- GridsterComponent.prototype.compact;
3876
- /** @type {?} */
3877
- GridsterComponent.prototype.gridRenderer;
3878
- /** @type {?} */
3879
- GridsterComponent.prototype.renderer;
3880
- /** @type {?} */
3881
- GridsterComponent.prototype.cdRef;
3882
- /** @type {?} */
3883
- GridsterComponent.prototype.zone;
3884
- }
3318
+ }());
3885
3319
 
3886
3320
  /**
3887
3321
  * @fileoverview added by tsickle
3888
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3322
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3889
3323
  */
3890
3324
  /**
3891
3325
  * @abstract
@@ -3897,49 +3331,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
3897
3331
  function GridsterItemComponentInterface() {
3898
3332
  }
3899
3333
  return GridsterItemComponentInterface;
3900
- }());
3901
- if (false) {
3902
- /** @type {?} */
3903
- GridsterItemComponentInterface.prototype.item;
3904
- /** @type {?} */
3905
- GridsterItemComponentInterface.prototype.$item;
3906
- /** @type {?} */
3907
- GridsterItemComponentInterface.prototype.top;
3908
- /** @type {?} */
3909
- GridsterItemComponentInterface.prototype.left;
3910
- /** @type {?} */
3911
- GridsterItemComponentInterface.prototype.width;
3912
- /** @type {?} */
3913
- GridsterItemComponentInterface.prototype.height;
3914
- /** @type {?} */
3915
- GridsterItemComponentInterface.prototype.drag;
3916
- /** @type {?} */
3917
- GridsterItemComponentInterface.prototype.resize;
3918
- /** @type {?} */
3919
- GridsterItemComponentInterface.prototype.notPlaced;
3920
- /** @type {?} */
3921
- GridsterItemComponentInterface.prototype.updateOptions;
3922
- /** @type {?} */
3923
- GridsterItemComponentInterface.prototype.itemChanged;
3924
- /** @type {?} */
3925
- GridsterItemComponentInterface.prototype.setSize;
3926
- /** @type {?} */
3927
- GridsterItemComponentInterface.prototype.checkItemChanges;
3928
- /** @type {?} */
3929
- GridsterItemComponentInterface.prototype.canBeDragged;
3930
- /** @type {?} */
3931
- GridsterItemComponentInterface.prototype.canBeResized;
3932
- /** @type {?} */
3933
- GridsterItemComponentInterface.prototype.el;
3934
- /** @type {?} */
3935
- GridsterItemComponentInterface.prototype.gridster;
3936
- /** @type {?} */
3937
- GridsterItemComponentInterface.prototype.renderer;
3938
- }
3334
+ }());
3939
3335
 
3940
3336
  /**
3941
3337
  * @fileoverview added by tsickle
3942
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3338
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3943
3339
  */
3944
3340
  var GridsterSwap = /** @class */ (function () {
3945
3341
  function GridsterSwap(gridsterItem) {
@@ -4067,28 +3463,11 @@ var GridsterSwap = /** @class */ (function () {
4067
3463
  { type: GridsterItemComponentInterface }
4068
3464
  ]; };
4069
3465
  return GridsterSwap;
4070
- }());
4071
- if (false) {
4072
- /**
4073
- * @type {?}
4074
- * @private
4075
- */
4076
- GridsterSwap.prototype.swapedItem;
4077
- /**
4078
- * @type {?}
4079
- * @private
4080
- */
4081
- GridsterSwap.prototype.gridsterItem;
4082
- /**
4083
- * @type {?}
4084
- * @private
4085
- */
4086
- GridsterSwap.prototype.gridster;
4087
- }
3466
+ }());
4088
3467
 
4089
3468
  /**
4090
3469
  * @fileoverview added by tsickle
4091
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3470
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4092
3471
  */
4093
3472
  /** @type {?} */
4094
3473
  var scrollSensitivity;
@@ -4283,7 +3662,7 @@ function cancelN() {
4283
3662
 
4284
3663
  /**
4285
3664
  * @fileoverview added by tsickle
4286
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3665
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4287
3666
  */
4288
3667
  var GridsterPush = /** @class */ (function () {
4289
3668
  function GridsterPush(gridsterItem) {
@@ -4773,61 +4152,11 @@ var GridsterPush = /** @class */ (function () {
4773
4152
  { type: GridsterItemComponentInterface }
4774
4153
  ]; };
4775
4154
  return GridsterPush;
4776
- }());
4777
- if (false) {
4778
- /** @type {?} */
4779
- GridsterPush.prototype.fromSouth;
4780
- /** @type {?} */
4781
- GridsterPush.prototype.fromNorth;
4782
- /** @type {?} */
4783
- GridsterPush.prototype.fromEast;
4784
- /** @type {?} */
4785
- GridsterPush.prototype.fromWest;
4786
- /**
4787
- * @type {?}
4788
- * @private
4789
- */
4790
- GridsterPush.prototype.pushedItems;
4791
- /**
4792
- * @type {?}
4793
- * @private
4794
- */
4795
- GridsterPush.prototype.pushedItemsTemp;
4796
- /**
4797
- * @type {?}
4798
- * @private
4799
- */
4800
- GridsterPush.prototype.pushedItemsTempPath;
4801
- /**
4802
- * @type {?}
4803
- * @private
4804
- */
4805
- GridsterPush.prototype.pushedItemsPath;
4806
- /**
4807
- * @type {?}
4808
- * @private
4809
- */
4810
- GridsterPush.prototype.gridsterItem;
4811
- /**
4812
- * @type {?}
4813
- * @private
4814
- */
4815
- GridsterPush.prototype.gridster;
4816
- /**
4817
- * @type {?}
4818
- * @private
4819
- */
4820
- GridsterPush.prototype.pushedItemsOrder;
4821
- /**
4822
- * @type {?}
4823
- * @private
4824
- */
4825
- GridsterPush.prototype.tryPattern;
4826
- }
4155
+ }());
4827
4156
 
4828
4157
  /**
4829
4158
  * @fileoverview added by tsickle
4830
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4159
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4831
4160
  */
4832
4161
  var GridsterDraggable = /** @class */ (function () {
4833
4162
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5131,10 +4460,6 @@ var GridsterDraggable = /** @class */ (function () {
5131
4460
  this.gridsterItem.$item.cols = itemColsbackup;
5132
4461
  this.gridsterItem.$item.rows = itemRowsbackup;
5133
4462
  }
5134
- else {
5135
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5136
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5137
- }
5138
4463
  return this.gridsterItem.$item;
5139
4464
  };
5140
4465
  /**
@@ -5291,84 +4616,11 @@ var GridsterDraggable = /** @class */ (function () {
5291
4616
  { type: NgZone }
5292
4617
  ]; };
5293
4618
  return GridsterDraggable;
5294
- }());
5295
- if (false) {
5296
- /** @type {?} */
5297
- GridsterDraggable.prototype.gridsterItem;
5298
- /** @type {?} */
5299
- GridsterDraggable.prototype.gridster;
5300
- /** @type {?} */
5301
- GridsterDraggable.prototype.lastMouse;
5302
- /** @type {?} */
5303
- GridsterDraggable.prototype.offsetLeft;
5304
- /** @type {?} */
5305
- GridsterDraggable.prototype.offsetTop;
5306
- /** @type {?} */
5307
- GridsterDraggable.prototype.margin;
5308
- /** @type {?} */
5309
- GridsterDraggable.prototype.diffTop;
5310
- /** @type {?} */
5311
- GridsterDraggable.prototype.diffLeft;
5312
- /** @type {?} */
5313
- GridsterDraggable.prototype.top;
5314
- /** @type {?} */
5315
- GridsterDraggable.prototype.left;
5316
- /** @type {?} */
5317
- GridsterDraggable.prototype.height;
5318
- /** @type {?} */
5319
- GridsterDraggable.prototype.width;
5320
- /** @type {?} */
5321
- GridsterDraggable.prototype.positionX;
5322
- /** @type {?} */
5323
- GridsterDraggable.prototype.positionY;
5324
- /** @type {?} */
5325
- GridsterDraggable.prototype.positionXBackup;
5326
- /** @type {?} */
5327
- GridsterDraggable.prototype.positionYBackup;
5328
- /** @type {?} */
5329
- GridsterDraggable.prototype.enabled;
5330
- /** @type {?} */
5331
- GridsterDraggable.prototype.dragStartFunction;
5332
- /** @type {?} */
5333
- GridsterDraggable.prototype.dragFunction;
5334
- /** @type {?} */
5335
- GridsterDraggable.prototype.dragStopFunction;
5336
- /** @type {?} */
5337
- GridsterDraggable.prototype.mousemove;
5338
- /** @type {?} */
5339
- GridsterDraggable.prototype.mouseup;
5340
- /** @type {?} */
5341
- GridsterDraggable.prototype.mouseleave;
5342
- /** @type {?} */
5343
- GridsterDraggable.prototype.cancelOnBlur;
5344
- /** @type {?} */
5345
- GridsterDraggable.prototype.touchmove;
5346
- /** @type {?} */
5347
- GridsterDraggable.prototype.touchend;
5348
- /** @type {?} */
5349
- GridsterDraggable.prototype.touchcancel;
5350
- /** @type {?} */
5351
- GridsterDraggable.prototype.mousedown;
5352
- /** @type {?} */
5353
- GridsterDraggable.prototype.touchstart;
5354
- /** @type {?} */
5355
- GridsterDraggable.prototype.push;
5356
- /** @type {?} */
5357
- GridsterDraggable.prototype.swap;
5358
- /** @type {?} */
5359
- GridsterDraggable.prototype.path;
5360
- /** @type {?} */
5361
- GridsterDraggable.prototype.collision;
5362
- /**
5363
- * @type {?}
5364
- * @private
5365
- */
5366
- GridsterDraggable.prototype.zone;
5367
- }
4619
+ }());
5368
4620
 
5369
4621
  /**
5370
4622
  * @fileoverview added by tsickle
5371
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4623
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5372
4624
  */
5373
4625
  var GridsterPushResize = /** @class */ (function () {
5374
4626
  function GridsterPushResize(gridsterItem) {
@@ -5748,46 +5000,11 @@ var GridsterPushResize = /** @class */ (function () {
5748
5000
  { type: GridsterItemComponentInterface }
5749
5001
  ]; };
5750
5002
  return GridsterPushResize;
5751
- }());
5752
- if (false) {
5753
- /** @type {?} */
5754
- GridsterPushResize.prototype.fromSouth;
5755
- /** @type {?} */
5756
- GridsterPushResize.prototype.fromNorth;
5757
- /** @type {?} */
5758
- GridsterPushResize.prototype.fromEast;
5759
- /** @type {?} */
5760
- GridsterPushResize.prototype.fromWest;
5761
- /**
5762
- * @type {?}
5763
- * @private
5764
- */
5765
- GridsterPushResize.prototype.pushedItems;
5766
- /**
5767
- * @type {?}
5768
- * @private
5769
- */
5770
- GridsterPushResize.prototype.pushedItemsPath;
5771
- /**
5772
- * @type {?}
5773
- * @private
5774
- */
5775
- GridsterPushResize.prototype.gridsterItem;
5776
- /**
5777
- * @type {?}
5778
- * @private
5779
- */
5780
- GridsterPushResize.prototype.gridster;
5781
- /**
5782
- * @type {?}
5783
- * @private
5784
- */
5785
- GridsterPushResize.prototype.tryPattern;
5786
- }
5003
+ }());
5787
5004
 
5788
5005
  /**
5789
5006
  * @fileoverview added by tsickle
5790
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5007
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5791
5008
  */
5792
5009
  var GridsterResizable = /** @class */ (function () {
5793
5010
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6329,86 +5546,11 @@ var GridsterResizable = /** @class */ (function () {
6329
5546
  { type: NgZone }
6330
5547
  ]; };
6331
5548
  return GridsterResizable;
6332
- }());
6333
- if (false) {
6334
- /** @type {?} */
6335
- GridsterResizable.prototype.gridsterItem;
6336
- /** @type {?} */
6337
- GridsterResizable.prototype.gridster;
6338
- /** @type {?} */
6339
- GridsterResizable.prototype.lastMouse;
6340
- /** @type {?} */
6341
- GridsterResizable.prototype.itemBackup;
6342
- /** @type {?} */
6343
- GridsterResizable.prototype.resizeEventScrollType;
6344
- /** @type {?} */
6345
- GridsterResizable.prototype.directionFunction;
6346
- /** @type {?} */
6347
- GridsterResizable.prototype.dragFunction;
6348
- /** @type {?} */
6349
- GridsterResizable.prototype.dragStopFunction;
6350
- /** @type {?} */
6351
- GridsterResizable.prototype.resizeEnabled;
6352
- /** @type {?} */
6353
- GridsterResizable.prototype.mousemove;
6354
- /** @type {?} */
6355
- GridsterResizable.prototype.mouseup;
6356
- /** @type {?} */
6357
- GridsterResizable.prototype.mouseleave;
6358
- /** @type {?} */
6359
- GridsterResizable.prototype.cancelOnBlur;
6360
- /** @type {?} */
6361
- GridsterResizable.prototype.touchmove;
6362
- /** @type {?} */
6363
- GridsterResizable.prototype.touchend;
6364
- /** @type {?} */
6365
- GridsterResizable.prototype.touchcancel;
6366
- /** @type {?} */
6367
- GridsterResizable.prototype.push;
6368
- /** @type {?} */
6369
- GridsterResizable.prototype.pushResize;
6370
- /** @type {?} */
6371
- GridsterResizable.prototype.minHeight;
6372
- /** @type {?} */
6373
- GridsterResizable.prototype.minWidth;
6374
- /** @type {?} */
6375
- GridsterResizable.prototype.offsetTop;
6376
- /** @type {?} */
6377
- GridsterResizable.prototype.offsetLeft;
6378
- /** @type {?} */
6379
- GridsterResizable.prototype.diffTop;
6380
- /** @type {?} */
6381
- GridsterResizable.prototype.diffLeft;
6382
- /** @type {?} */
6383
- GridsterResizable.prototype.diffRight;
6384
- /** @type {?} */
6385
- GridsterResizable.prototype.diffBottom;
6386
- /** @type {?} */
6387
- GridsterResizable.prototype.margin;
6388
- /** @type {?} */
6389
- GridsterResizable.prototype.top;
6390
- /** @type {?} */
6391
- GridsterResizable.prototype.left;
6392
- /** @type {?} */
6393
- GridsterResizable.prototype.bottom;
6394
- /** @type {?} */
6395
- GridsterResizable.prototype.right;
6396
- /** @type {?} */
6397
- GridsterResizable.prototype.width;
6398
- /** @type {?} */
6399
- GridsterResizable.prototype.height;
6400
- /** @type {?} */
6401
- GridsterResizable.prototype.newPosition;
6402
- /**
6403
- * @type {?}
6404
- * @private
6405
- */
6406
- GridsterResizable.prototype.zone;
6407
- }
5549
+ }());
6408
5550
 
6409
5551
  /**
6410
5552
  * @fileoverview added by tsickle
6411
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5553
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6412
5554
  */
6413
5555
  var GridsterItemComponent = /** @class */ (function () {
6414
5556
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6603,44 +5745,11 @@ var GridsterItemComponent = /** @class */ (function () {
6603
5745
  item: [{ type: Input }]
6604
5746
  };
6605
5747
  return GridsterItemComponent;
6606
- }());
6607
- if (false) {
6608
- /** @type {?} */
6609
- GridsterItemComponent.prototype.item;
6610
- /** @type {?} */
6611
- GridsterItemComponent.prototype.$item;
6612
- /** @type {?} */
6613
- GridsterItemComponent.prototype.el;
6614
- /** @type {?} */
6615
- GridsterItemComponent.prototype.gridster;
6616
- /** @type {?} */
6617
- GridsterItemComponent.prototype.top;
6618
- /** @type {?} */
6619
- GridsterItemComponent.prototype.left;
6620
- /** @type {?} */
6621
- GridsterItemComponent.prototype.width;
6622
- /** @type {?} */
6623
- GridsterItemComponent.prototype.height;
6624
- /** @type {?} */
6625
- GridsterItemComponent.prototype.drag;
6626
- /** @type {?} */
6627
- GridsterItemComponent.prototype.resize;
6628
- /** @type {?} */
6629
- GridsterItemComponent.prototype.notPlaced;
6630
- /** @type {?} */
6631
- GridsterItemComponent.prototype.init;
6632
- /** @type {?} */
6633
- GridsterItemComponent.prototype.renderer;
6634
- /**
6635
- * @type {?}
6636
- * @private
6637
- */
6638
- GridsterItemComponent.prototype.zone;
6639
- }
5748
+ }());
6640
5749
 
6641
5750
  /**
6642
5751
  * @fileoverview added by tsickle
6643
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5752
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6644
5753
  */
6645
5754
  var GridsterPreviewComponent = /** @class */ (function () {
6646
5755
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6695,19 +5804,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
6695
5804
  { type: Renderer2 }
6696
5805
  ]; };
6697
5806
  return GridsterPreviewComponent;
6698
- }());
6699
- if (false) {
6700
- /** @type {?} */
6701
- GridsterPreviewComponent.prototype.el;
6702
- /** @type {?} */
6703
- GridsterPreviewComponent.prototype.gridster;
6704
- /** @type {?} */
6705
- GridsterPreviewComponent.prototype.renderer;
6706
- }
5807
+ }());
6707
5808
 
6708
5809
  /**
6709
5810
  * @fileoverview added by tsickle
6710
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5811
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6711
5812
  */
6712
5813
  var GridsterModule = /** @class */ (function () {
6713
5814
  function GridsterModule() {
@@ -6732,7 +5833,7 @@ var GridsterModule = /** @class */ (function () {
6732
5833
 
6733
5834
  /**
6734
5835
  * @fileoverview added by tsickle
6735
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5836
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6736
5837
  */
6737
5838
  /** @type {?} */
6738
5839
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6773,7 +5874,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
6773
5874
 
6774
5875
  /**
6775
5876
  * @fileoverview added by tsickle
6776
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5877
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6777
5878
  */
6778
5879
  /**
6779
5880
  * @abstract
@@ -6817,35 +5918,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6817
5918
  initialize: [{ type: Input }]
6818
5919
  };
6819
5920
  return RaBaseDashboardTemplate;
6820
- }());
6821
- if (false) {
6822
- /** @type {?} */
6823
- RaBaseDashboardTemplate.prototype.userDashboardId;
6824
- /** @type {?} */
6825
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6826
- /** @type {?} */
6827
- RaBaseDashboardTemplate.prototype.appConfig;
6828
- /** @type {?} */
6829
- RaBaseDashboardTemplate.prototype.dashboardId;
6830
- /** @type {?} */
6831
- RaBaseDashboardTemplate.prototype.globalFilter;
6832
- /** @type {?} */
6833
- RaBaseDashboardTemplate.prototype.initialize;
6834
- /**
6835
- * @type {?}
6836
- * @private
6837
- */
6838
- RaBaseDashboardTemplate.prototype.ngZone;
6839
- /**
6840
- * @abstract
6841
- * @return {?}
6842
- */
6843
- RaBaseDashboardTemplate.prototype.init = function () { };
6844
- }
5921
+ }());
6845
5922
 
6846
5923
  /**
6847
5924
  * @fileoverview added by tsickle
6848
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5925
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6849
5926
  */
6850
5927
  /**
6851
5928
  * @abstract
@@ -6865,29 +5942,7 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6865
5942
  getAllFilterConfig: [{ type: Input }]
6866
5943
  };
6867
5944
  return RaBaseDashboardFilter;
6868
- }());
6869
- if (false) {
6870
- /**
6871
- * @type {?}
6872
- * @private
6873
- */
6874
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6875
- /**
6876
- * @abstract
6877
- * @return {?}
6878
- */
6879
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6880
- }
6881
-
6882
- /**
6883
- * @fileoverview added by tsickle
6884
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6885
- */
6886
-
6887
- /**
6888
- * @fileoverview added by tsickle
6889
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6890
- */
5945
+ }());
6891
5946
 
6892
5947
  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 };
6893
5948
  //# sourceMappingURL=schneideress-dashboardframework.js.map