@schneideress/dashboardframework 0.0.49 → 0.0.51

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 +1107 -52
  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 +1 -1
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +28 -7
  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 +1 -1
  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 +1 -1
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +48 -6
  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 +1 -1
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +975 -51
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +998 -53
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
  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, ViewChild, Output, EventEmitter, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
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';
@@ -13,7 +13,7 @@ import { CommonModule } from '@angular/common';
13
13
 
14
14
  /**
15
15
  * @fileoverview added by tsickle
16
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  var RaDashboardService = /** @class */ (function (_super) {
19
19
  __extends(RaDashboardService, _super);
@@ -217,11 +217,18 @@ 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));
220
+ }(BaseService));
221
+ if (false) {
222
+ /**
223
+ * @type {?}
224
+ * @private
225
+ */
226
+ RaDashboardService.prototype.loadedScripts;
227
+ }
221
228
 
222
229
  /**
223
230
  * @fileoverview added by tsickle
224
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
231
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
225
232
  */
226
233
  var RADashboardEventBus = /** @class */ (function () {
227
234
  function RADashboardEventBus() {
@@ -330,11 +337,18 @@ var RADashboardEventBus = /** @class */ (function () {
330
337
  ];
331
338
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
332
339
  return RADashboardEventBus;
333
- }());
340
+ }());
341
+ if (false) {
342
+ /**
343
+ * @type {?}
344
+ * @private
345
+ */
346
+ RADashboardEventBus.prototype.eventQueue;
347
+ }
334
348
 
335
349
  /**
336
350
  * @fileoverview added by tsickle
337
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
351
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
338
352
  */
339
353
  /** @enum {string} */
340
354
  var RAEvent = {
@@ -381,7 +395,7 @@ var RAEventKey = {
381
395
 
382
396
  /**
383
397
  * @fileoverview added by tsickle
384
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
398
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
385
399
  */
386
400
  /** @enum {string} */
387
401
  var GridType = {
@@ -408,11 +422,196 @@ var CompactType = {
408
422
  CompactRight: 'compactRight',
409
423
  CompactUpAndRight: 'compactUp&Right',
410
424
  CompactRightAndUp: 'compactRight&Up',
411
- };
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
+ }
412
611
 
413
612
  /**
414
613
  * @fileoverview added by tsickle
415
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
614
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
416
615
  */
417
616
  /** @type {?} */
418
617
  var GridsterConfigDefaultSettings = {
@@ -474,7 +673,7 @@ var GridsterConfigDefaultSettings = {
474
673
 
475
674
  /**
476
675
  * @fileoverview added by tsickle
477
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
676
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
478
677
  */
479
678
  var RADashboardArea = /** @class */ (function () {
480
679
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -970,11 +1169,83 @@ var RADashboardArea = /** @class */ (function () {
970
1169
  appConfig: [{ type: Input, args: ['app-config',] }]
971
1170
  };
972
1171
  return RADashboardArea;
973
- }());
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
+ }
974
1245
 
975
1246
  /**
976
1247
  * @fileoverview added by tsickle
977
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1248
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
978
1249
  */
979
1250
  var RAWidgetContainer = /** @class */ (function () {
980
1251
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -987,6 +1258,7 @@ var RAWidgetContainer = /** @class */ (function () {
987
1258
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
988
1259
  this.lockClass = "unlocked";
989
1260
  this.lockStatus = "unlock";
1261
+ this.isDownloadIconVisible = false;
990
1262
  this.widgetDeleted = new EventEmitter();
991
1263
  }
992
1264
  /**
@@ -1173,6 +1445,9 @@ var RAWidgetContainer = /** @class */ (function () {
1173
1445
  widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1174
1446
  return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1175
1447
  case 1:
1448
+ _a.sent();
1449
+ return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1450
+ case 2:
1176
1451
  _a.sent();
1177
1452
  return [2 /*return*/];
1178
1453
  }
@@ -1208,13 +1483,16 @@ var RAWidgetContainer = /** @class */ (function () {
1208
1483
  appConfig: this.appConfig,
1209
1484
  widgetInfo: widgetInfo
1210
1485
  }));
1211
- if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 2];
1486
+ if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
1212
1487
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
1213
1488
  return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
1214
1489
  case 1:
1215
1490
  _a.sent();
1216
- _a.label = 2;
1217
- case 2: return [2 /*return*/];
1491
+ return [4 /*yield*/, this.setDownloadIcon()];
1492
+ case 2:
1493
+ _a.sent();
1494
+ _a.label = 3;
1495
+ case 3: return [2 /*return*/];
1218
1496
  }
1219
1497
  });
1220
1498
  });
@@ -1264,10 +1542,43 @@ var RAWidgetContainer = /** @class */ (function () {
1264
1542
  });
1265
1543
  });
1266
1544
  };
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
+ };
1267
1578
  RAWidgetContainer.decorators = [
1268
1579
  { type: Component, args: [{
1269
1580
  selector: 'ra-widget-container',
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>",
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>",
1271
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}"]
1272
1583
  }] }
1273
1584
  ];
@@ -1291,11 +1602,84 @@ var RAWidgetContainer = /** @class */ (function () {
1291
1602
  widgetDeleted: [{ type: Output }]
1292
1603
  };
1293
1604
  return RAWidgetContainer;
1294
- }());
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
+ }
1295
1679
 
1296
1680
  /**
1297
1681
  * @fileoverview added by tsickle
1298
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1682
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1299
1683
  */
1300
1684
  /** @type {?} */
1301
1685
  var customNotifierOptions = {
@@ -1341,7 +1725,7 @@ var customNotifierOptions = {
1341
1725
 
1342
1726
  /**
1343
1727
  * @fileoverview added by tsickle
1344
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1728
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1345
1729
  */
1346
1730
  /** @type {?} */
1347
1731
  var GridsterConfigService = {
@@ -1519,7 +1903,7 @@ var GridsterConfigService = {
1519
1903
 
1520
1904
  /**
1521
1905
  * @fileoverview added by tsickle
1522
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1906
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1523
1907
  */
1524
1908
  var GridsterUtils = /** @class */ (function () {
1525
1909
  function GridsterUtils() {
@@ -1694,7 +2078,7 @@ var GridsterUtils = /** @class */ (function () {
1694
2078
 
1695
2079
  /**
1696
2080
  * @fileoverview added by tsickle
1697
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2081
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1698
2082
  */
1699
2083
  /**
1700
2084
  * @abstract
@@ -1706,11 +2090,85 @@ GridsterComponentInterface = /** @class */ (function () {
1706
2090
  function GridsterComponentInterface() {
1707
2091
  }
1708
2092
  return GridsterComponentInterface;
1709
- }());
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
+ }
1710
2168
 
1711
2169
  /**
1712
2170
  * @fileoverview added by tsickle
1713
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2171
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1714
2172
  */
1715
2173
  var GridsterEmptyCell = /** @class */ (function () {
1716
2174
  function GridsterEmptyCell(gridster) {
@@ -2027,11 +2485,44 @@ var GridsterEmptyCell = /** @class */ (function () {
2027
2485
  { type: GridsterComponentInterface }
2028
2486
  ]; };
2029
2487
  return GridsterEmptyCell;
2030
- }());
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
+ }
2031
2522
 
2032
2523
  /**
2033
2524
  * @fileoverview added by tsickle
2034
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2525
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2035
2526
  */
2036
2527
  var GridsterCompact = /** @class */ (function () {
2037
2528
  function GridsterCompact(gridster) {
@@ -2269,11 +2760,18 @@ var GridsterCompact = /** @class */ (function () {
2269
2760
  { type: GridsterComponentInterface }
2270
2761
  ]; };
2271
2762
  return GridsterCompact;
2272
- }());
2763
+ }());
2764
+ if (false) {
2765
+ /**
2766
+ * @type {?}
2767
+ * @private
2768
+ */
2769
+ GridsterCompact.prototype.gridster;
2770
+ }
2273
2771
 
2274
2772
  /**
2275
2773
  * @fileoverview added by tsickle
2276
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2774
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2277
2775
  */
2278
2776
  var GridsterRenderer = /** @class */ (function () {
2279
2777
  function GridsterRenderer(gridster) {
@@ -2580,11 +3078,18 @@ var GridsterRenderer = /** @class */ (function () {
2580
3078
  { type: GridsterComponentInterface }
2581
3079
  ]; };
2582
3080
  return GridsterRenderer;
2583
- }());
3081
+ }());
3082
+ if (false) {
3083
+ /**
3084
+ * @type {?}
3085
+ * @private
3086
+ */
3087
+ GridsterRenderer.prototype.gridster;
3088
+ }
2584
3089
 
2585
3090
  /**
2586
3091
  * @fileoverview added by tsickle
2587
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3092
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2588
3093
  */
2589
3094
  var GridsterComponent = /** @class */ (function () {
2590
3095
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2739,6 +3244,17 @@ var GridsterComponent = /** @class */ (function () {
2739
3244
  if (this.options.destroyCallback) {
2740
3245
  this.options.destroyCallback(this);
2741
3246
  }
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
+ }
2742
3258
  this.emptyCell.destroy();
2743
3259
  delete this.emptyCell;
2744
3260
  this.compact.destroy();
@@ -3315,11 +3831,61 @@ var GridsterComponent = /** @class */ (function () {
3315
3831
  options: [{ type: Input }]
3316
3832
  };
3317
3833
  return GridsterComponent;
3318
- }());
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
+ }
3319
3885
 
3320
3886
  /**
3321
3887
  * @fileoverview added by tsickle
3322
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3888
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3323
3889
  */
3324
3890
  /**
3325
3891
  * @abstract
@@ -3331,11 +3897,49 @@ GridsterItemComponentInterface = /** @class */ (function () {
3331
3897
  function GridsterItemComponentInterface() {
3332
3898
  }
3333
3899
  return GridsterItemComponentInterface;
3334
- }());
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
+ }
3335
3939
 
3336
3940
  /**
3337
3941
  * @fileoverview added by tsickle
3338
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3942
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3339
3943
  */
3340
3944
  var GridsterSwap = /** @class */ (function () {
3341
3945
  function GridsterSwap(gridsterItem) {
@@ -3463,11 +4067,28 @@ var GridsterSwap = /** @class */ (function () {
3463
4067
  { type: GridsterItemComponentInterface }
3464
4068
  ]; };
3465
4069
  return GridsterSwap;
3466
- }());
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
+ }
3467
4088
 
3468
4089
  /**
3469
4090
  * @fileoverview added by tsickle
3470
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4091
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3471
4092
  */
3472
4093
  /** @type {?} */
3473
4094
  var scrollSensitivity;
@@ -3662,7 +4283,7 @@ function cancelN() {
3662
4283
 
3663
4284
  /**
3664
4285
  * @fileoverview added by tsickle
3665
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4286
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3666
4287
  */
3667
4288
  var GridsterPush = /** @class */ (function () {
3668
4289
  function GridsterPush(gridsterItem) {
@@ -4152,11 +4773,61 @@ var GridsterPush = /** @class */ (function () {
4152
4773
  { type: GridsterItemComponentInterface }
4153
4774
  ]; };
4154
4775
  return GridsterPush;
4155
- }());
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
+ }
4156
4827
 
4157
4828
  /**
4158
4829
  * @fileoverview added by tsickle
4159
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4830
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4160
4831
  */
4161
4832
  var GridsterDraggable = /** @class */ (function () {
4162
4833
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4460,6 +5131,10 @@ var GridsterDraggable = /** @class */ (function () {
4460
5131
  this.gridsterItem.$item.cols = itemColsbackup;
4461
5132
  this.gridsterItem.$item.rows = itemRowsbackup;
4462
5133
  }
5134
+ else {
5135
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5136
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5137
+ }
4463
5138
  return this.gridsterItem.$item;
4464
5139
  };
4465
5140
  /**
@@ -4616,11 +5291,84 @@ var GridsterDraggable = /** @class */ (function () {
4616
5291
  { type: NgZone }
4617
5292
  ]; };
4618
5293
  return GridsterDraggable;
4619
- }());
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
+ }
4620
5368
 
4621
5369
  /**
4622
5370
  * @fileoverview added by tsickle
4623
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5371
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4624
5372
  */
4625
5373
  var GridsterPushResize = /** @class */ (function () {
4626
5374
  function GridsterPushResize(gridsterItem) {
@@ -5000,11 +5748,46 @@ var GridsterPushResize = /** @class */ (function () {
5000
5748
  { type: GridsterItemComponentInterface }
5001
5749
  ]; };
5002
5750
  return GridsterPushResize;
5003
- }());
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
+ }
5004
5787
 
5005
5788
  /**
5006
5789
  * @fileoverview added by tsickle
5007
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5790
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5008
5791
  */
5009
5792
  var GridsterResizable = /** @class */ (function () {
5010
5793
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5546,11 +6329,86 @@ var GridsterResizable = /** @class */ (function () {
5546
6329
  { type: NgZone }
5547
6330
  ]; };
5548
6331
  return GridsterResizable;
5549
- }());
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
+ }
5550
6408
 
5551
6409
  /**
5552
6410
  * @fileoverview added by tsickle
5553
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6411
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5554
6412
  */
5555
6413
  var GridsterItemComponent = /** @class */ (function () {
5556
6414
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5745,11 +6603,44 @@ var GridsterItemComponent = /** @class */ (function () {
5745
6603
  item: [{ type: Input }]
5746
6604
  };
5747
6605
  return GridsterItemComponent;
5748
- }());
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
+ }
5749
6640
 
5750
6641
  /**
5751
6642
  * @fileoverview added by tsickle
5752
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6643
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5753
6644
  */
5754
6645
  var GridsterPreviewComponent = /** @class */ (function () {
5755
6646
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5804,11 +6695,19 @@ var GridsterPreviewComponent = /** @class */ (function () {
5804
6695
  { type: Renderer2 }
5805
6696
  ]; };
5806
6697
  return GridsterPreviewComponent;
5807
- }());
6698
+ }());
6699
+ if (false) {
6700
+ /** @type {?} */
6701
+ GridsterPreviewComponent.prototype.el;
6702
+ /** @type {?} */
6703
+ GridsterPreviewComponent.prototype.gridster;
6704
+ /** @type {?} */
6705
+ GridsterPreviewComponent.prototype.renderer;
6706
+ }
5808
6707
 
5809
6708
  /**
5810
6709
  * @fileoverview added by tsickle
5811
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6710
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5812
6711
  */
5813
6712
  var GridsterModule = /** @class */ (function () {
5814
6713
  function GridsterModule() {
@@ -5833,7 +6732,7 @@ var GridsterModule = /** @class */ (function () {
5833
6732
 
5834
6733
  /**
5835
6734
  * @fileoverview added by tsickle
5836
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6735
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5837
6736
  */
5838
6737
  /** @type {?} */
5839
6738
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5874,7 +6773,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
5874
6773
 
5875
6774
  /**
5876
6775
  * @fileoverview added by tsickle
5877
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6776
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5878
6777
  */
5879
6778
  /**
5880
6779
  * @abstract
@@ -5918,11 +6817,35 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
5918
6817
  initialize: [{ type: Input }]
5919
6818
  };
5920
6819
  return RaBaseDashboardTemplate;
5921
- }());
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
+ }
5922
6845
 
5923
6846
  /**
5924
6847
  * @fileoverview added by tsickle
5925
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6848
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5926
6849
  */
5927
6850
  /**
5928
6851
  * @abstract
@@ -5942,7 +6865,29 @@ var RaBaseDashboardFilter = /** @class */ (function () {
5942
6865
  getAllFilterConfig: [{ type: Input }]
5943
6866
  };
5944
6867
  return RaBaseDashboardFilter;
5945
- }());
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
+ */
5946
6891
 
5947
6892
  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 };
5948
6893
  //# sourceMappingURL=schneideress-dashboardframework.js.map