@schneideress/dashboardframework 0.0.43 → 0.0.45

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 (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1065 -51
  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 +10 -9
  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 +6 -5
  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 +957 -53
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +956 -52
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. 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) {
@@ -1016,7 +1287,8 @@ var RAWidgetContainer = /** @class */ (function () {
1016
1287
  if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
1017
1288
  this.refreshWidget(this.data.widgetInfo);
1018
1289
  }
1019
- if (changes.width && changes.width.currentValue != changes.width.previousValue) {
1290
+ if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1291
+ (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1020
1292
  this.data.widgetInfo.isDimensionUpdate = true;
1021
1293
  this.refreshWidget(this.data.widgetInfo);
1022
1294
  this.data.widgetInfo.isDimensionUpdate = false;
@@ -1262,8 +1534,8 @@ var RAWidgetContainer = /** @class */ (function () {
1262
1534
  RAWidgetContainer.decorators = [
1263
1535
  { type: Component, args: [{
1264
1536
  selector: 'ra-widget-container',
1265
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;\">{{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>",
1266
- 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}.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:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1537
+ 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>",
1538
+ 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;margin:10px 0 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}"]
1267
1539
  }] }
1268
1540
  ];
1269
1541
  /** @nocollapse */
@@ -1286,11 +1558,82 @@ var RAWidgetContainer = /** @class */ (function () {
1286
1558
  widgetDeleted: [{ type: Output }]
1287
1559
  };
1288
1560
  return RAWidgetContainer;
1289
- }());
1561
+ }());
1562
+ if (false) {
1563
+ /**
1564
+ * @type {?}
1565
+ * @private
1566
+ */
1567
+ RAWidgetContainer.prototype.isWidgetLoaded;
1568
+ /**
1569
+ * @type {?}
1570
+ * @private
1571
+ */
1572
+ RAWidgetContainer.prototype.widgetElement;
1573
+ /**
1574
+ * @type {?}
1575
+ * @private
1576
+ */
1577
+ RAWidgetContainer.prototype.configChanged;
1578
+ /**
1579
+ * @type {?}
1580
+ * @private
1581
+ */
1582
+ RAWidgetContainer.prototype.isIEOrEdge;
1583
+ /** @type {?} */
1584
+ RAWidgetContainer.prototype.widgetHeight;
1585
+ /** @type {?} */
1586
+ RAWidgetContainer.prototype.lockClass;
1587
+ /** @type {?} */
1588
+ RAWidgetContainer.prototype.lockStatus;
1589
+ /** @type {?} */
1590
+ RAWidgetContainer.prototype.ctlWidget;
1591
+ /** @type {?} */
1592
+ RAWidgetContainer.prototype.widgetInstanceId;
1593
+ /** @type {?} */
1594
+ RAWidgetContainer.prototype.globalFilter;
1595
+ /** @type {?} */
1596
+ RAWidgetContainer.prototype.data;
1597
+ /** @type {?} */
1598
+ RAWidgetContainer.prototype.raDashboardEventBus;
1599
+ /** @type {?} */
1600
+ RAWidgetContainer.prototype.appConfig;
1601
+ /** @type {?} */
1602
+ RAWidgetContainer.prototype.width;
1603
+ /** @type {?} */
1604
+ RAWidgetContainer.prototype.height;
1605
+ /** @type {?} */
1606
+ RAWidgetContainer.prototype.widgetDeleted;
1607
+ /**
1608
+ * @type {?}
1609
+ * @private
1610
+ */
1611
+ RAWidgetContainer.prototype.dashboardService;
1612
+ /**
1613
+ * @type {?}
1614
+ * @private
1615
+ */
1616
+ RAWidgetContainer.prototype.ngxService;
1617
+ /**
1618
+ * @type {?}
1619
+ * @private
1620
+ */
1621
+ RAWidgetContainer.prototype.translateService;
1622
+ /**
1623
+ * @type {?}
1624
+ * @private
1625
+ */
1626
+ RAWidgetContainer.prototype.ngZone;
1627
+ /**
1628
+ * @type {?}
1629
+ * @private
1630
+ */
1631
+ RAWidgetContainer.prototype.notifier;
1632
+ }
1290
1633
 
1291
1634
  /**
1292
1635
  * @fileoverview added by tsickle
1293
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1636
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1294
1637
  */
1295
1638
  /** @type {?} */
1296
1639
  var customNotifierOptions = {
@@ -1336,7 +1679,7 @@ var customNotifierOptions = {
1336
1679
 
1337
1680
  /**
1338
1681
  * @fileoverview added by tsickle
1339
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1682
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1340
1683
  */
1341
1684
  /** @type {?} */
1342
1685
  var GridsterConfigService = {
@@ -1514,7 +1857,7 @@ var GridsterConfigService = {
1514
1857
 
1515
1858
  /**
1516
1859
  * @fileoverview added by tsickle
1517
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1860
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1518
1861
  */
1519
1862
  var GridsterUtils = /** @class */ (function () {
1520
1863
  function GridsterUtils() {
@@ -1689,7 +2032,7 @@ var GridsterUtils = /** @class */ (function () {
1689
2032
 
1690
2033
  /**
1691
2034
  * @fileoverview added by tsickle
1692
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2035
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1693
2036
  */
1694
2037
  /**
1695
2038
  * @abstract
@@ -1701,11 +2044,85 @@ GridsterComponentInterface = /** @class */ (function () {
1701
2044
  function GridsterComponentInterface() {
1702
2045
  }
1703
2046
  return GridsterComponentInterface;
1704
- }());
2047
+ }());
2048
+ if (false) {
2049
+ /** @type {?} */
2050
+ GridsterComponentInterface.prototype.$options;
2051
+ /** @type {?} */
2052
+ GridsterComponentInterface.prototype.grid;
2053
+ /** @type {?} */
2054
+ GridsterComponentInterface.prototype.checkCollision;
2055
+ /** @type {?} */
2056
+ GridsterComponentInterface.prototype.positionXToPixels;
2057
+ /** @type {?} */
2058
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2059
+ /** @type {?} */
2060
+ GridsterComponentInterface.prototype.positionYToPixels;
2061
+ /** @type {?} */
2062
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2063
+ /** @type {?} */
2064
+ GridsterComponentInterface.prototype.findItemWithItem;
2065
+ /** @type {?} */
2066
+ GridsterComponentInterface.prototype.findItemsWithItem;
2067
+ /** @type {?} */
2068
+ GridsterComponentInterface.prototype.checkGridCollision;
2069
+ /** @type {?} */
2070
+ GridsterComponentInterface.prototype.el;
2071
+ /** @type {?} */
2072
+ GridsterComponentInterface.prototype.renderer;
2073
+ /** @type {?} */
2074
+ GridsterComponentInterface.prototype.gridRenderer;
2075
+ /** @type {?} */
2076
+ GridsterComponentInterface.prototype.cdRef;
2077
+ /** @type {?} */
2078
+ GridsterComponentInterface.prototype.options;
2079
+ /** @type {?} */
2080
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2081
+ /** @type {?} */
2082
+ GridsterComponentInterface.prototype.updateGrid;
2083
+ /** @type {?} */
2084
+ GridsterComponentInterface.prototype.movingItem;
2085
+ /** @type {?} */
2086
+ GridsterComponentInterface.prototype.addItem;
2087
+ /** @type {?} */
2088
+ GridsterComponentInterface.prototype.removeItem;
2089
+ /** @type {?} */
2090
+ GridsterComponentInterface.prototype.previewStyle;
2091
+ /** @type {?} */
2092
+ GridsterComponentInterface.prototype.mobile;
2093
+ /** @type {?} */
2094
+ GridsterComponentInterface.prototype.curWidth;
2095
+ /** @type {?} */
2096
+ GridsterComponentInterface.prototype.curHeight;
2097
+ /** @type {?} */
2098
+ GridsterComponentInterface.prototype.columns;
2099
+ /** @type {?} */
2100
+ GridsterComponentInterface.prototype.rows;
2101
+ /** @type {?} */
2102
+ GridsterComponentInterface.prototype.curColWidth;
2103
+ /** @type {?} */
2104
+ GridsterComponentInterface.prototype.curRowHeight;
2105
+ /** @type {?} */
2106
+ GridsterComponentInterface.prototype.windowResize;
2107
+ /** @type {?} */
2108
+ GridsterComponentInterface.prototype.setGridDimensions;
2109
+ /** @type {?} */
2110
+ GridsterComponentInterface.prototype.dragInProgress;
2111
+ /** @type {?} */
2112
+ GridsterComponentInterface.prototype.emptyCell;
2113
+ /** @type {?} */
2114
+ GridsterComponentInterface.prototype.compact;
2115
+ /** @type {?} */
2116
+ GridsterComponentInterface.prototype.zone;
2117
+ /** @type {?} */
2118
+ GridsterComponentInterface.prototype.gridRows;
2119
+ /** @type {?} */
2120
+ GridsterComponentInterface.prototype.gridColumns;
2121
+ }
1705
2122
 
1706
2123
  /**
1707
2124
  * @fileoverview added by tsickle
1708
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2125
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1709
2126
  */
1710
2127
  var GridsterEmptyCell = /** @class */ (function () {
1711
2128
  function GridsterEmptyCell(gridster) {
@@ -2022,11 +2439,44 @@ var GridsterEmptyCell = /** @class */ (function () {
2022
2439
  { type: GridsterComponentInterface }
2023
2440
  ]; };
2024
2441
  return GridsterEmptyCell;
2025
- }());
2442
+ }());
2443
+ if (false) {
2444
+ /** @type {?} */
2445
+ GridsterEmptyCell.prototype.initialItem;
2446
+ /** @type {?} */
2447
+ GridsterEmptyCell.prototype.emptyCellClick;
2448
+ /** @type {?} */
2449
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2450
+ /** @type {?} */
2451
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2452
+ /** @type {?} */
2453
+ GridsterEmptyCell.prototype.emptyCellDrop;
2454
+ /** @type {?} */
2455
+ GridsterEmptyCell.prototype.emptyCellDrag;
2456
+ /** @type {?} */
2457
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2458
+ /** @type {?} */
2459
+ GridsterEmptyCell.prototype.emptyCellMMove;
2460
+ /** @type {?} */
2461
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2462
+ /** @type {?} */
2463
+ GridsterEmptyCell.prototype.emptyCellUp;
2464
+ /** @type {?} */
2465
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2466
+ /** @type {?} */
2467
+ GridsterEmptyCell.prototype.emptyCellMove;
2468
+ /** @type {?} */
2469
+ GridsterEmptyCell.prototype.emptyCellExit;
2470
+ /**
2471
+ * @type {?}
2472
+ * @private
2473
+ */
2474
+ GridsterEmptyCell.prototype.gridster;
2475
+ }
2026
2476
 
2027
2477
  /**
2028
2478
  * @fileoverview added by tsickle
2029
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2479
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2030
2480
  */
2031
2481
  var GridsterCompact = /** @class */ (function () {
2032
2482
  function GridsterCompact(gridster) {
@@ -2264,11 +2714,18 @@ var GridsterCompact = /** @class */ (function () {
2264
2714
  { type: GridsterComponentInterface }
2265
2715
  ]; };
2266
2716
  return GridsterCompact;
2267
- }());
2717
+ }());
2718
+ if (false) {
2719
+ /**
2720
+ * @type {?}
2721
+ * @private
2722
+ */
2723
+ GridsterCompact.prototype.gridster;
2724
+ }
2268
2725
 
2269
2726
  /**
2270
2727
  * @fileoverview added by tsickle
2271
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2728
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2272
2729
  */
2273
2730
  var GridsterRenderer = /** @class */ (function () {
2274
2731
  function GridsterRenderer(gridster) {
@@ -2575,11 +3032,18 @@ var GridsterRenderer = /** @class */ (function () {
2575
3032
  { type: GridsterComponentInterface }
2576
3033
  ]; };
2577
3034
  return GridsterRenderer;
2578
- }());
3035
+ }());
3036
+ if (false) {
3037
+ /**
3038
+ * @type {?}
3039
+ * @private
3040
+ */
3041
+ GridsterRenderer.prototype.gridster;
3042
+ }
2579
3043
 
2580
3044
  /**
2581
3045
  * @fileoverview added by tsickle
2582
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3046
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2583
3047
  */
2584
3048
  var GridsterComponent = /** @class */ (function () {
2585
3049
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2734,6 +3198,17 @@ var GridsterComponent = /** @class */ (function () {
2734
3198
  if (this.options.destroyCallback) {
2735
3199
  this.options.destroyCallback(this);
2736
3200
  }
3201
+ //if (this.options.api) {
3202
+ /* this.options.api getting undefined for new dashboard load- temp fix
3203
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3204
+ * ondestroy of current this.options.api instance - needs to investigate further
3205
+ */
3206
+ if (false) {
3207
+ this.options.api.resize = undefined;
3208
+ this.options.api.optionsChanged = undefined;
3209
+ this.options.api.getNextPossiblePosition = undefined;
3210
+ this.options.api = undefined;
3211
+ }
2737
3212
  this.emptyCell.destroy();
2738
3213
  delete this.emptyCell;
2739
3214
  this.compact.destroy();
@@ -3310,11 +3785,61 @@ var GridsterComponent = /** @class */ (function () {
3310
3785
  options: [{ type: Input }]
3311
3786
  };
3312
3787
  return GridsterComponent;
3313
- }());
3788
+ }());
3789
+ if (false) {
3790
+ /** @type {?} */
3791
+ GridsterComponent.prototype.options;
3792
+ /** @type {?} */
3793
+ GridsterComponent.prototype.calculateLayoutDebounce;
3794
+ /** @type {?} */
3795
+ GridsterComponent.prototype.movingItem;
3796
+ /** @type {?} */
3797
+ GridsterComponent.prototype.previewStyle;
3798
+ /** @type {?} */
3799
+ GridsterComponent.prototype.el;
3800
+ /** @type {?} */
3801
+ GridsterComponent.prototype.$options;
3802
+ /** @type {?} */
3803
+ GridsterComponent.prototype.mobile;
3804
+ /** @type {?} */
3805
+ GridsterComponent.prototype.curWidth;
3806
+ /** @type {?} */
3807
+ GridsterComponent.prototype.curHeight;
3808
+ /** @type {?} */
3809
+ GridsterComponent.prototype.grid;
3810
+ /** @type {?} */
3811
+ GridsterComponent.prototype.columns;
3812
+ /** @type {?} */
3813
+ GridsterComponent.prototype.rows;
3814
+ /** @type {?} */
3815
+ GridsterComponent.prototype.curColWidth;
3816
+ /** @type {?} */
3817
+ GridsterComponent.prototype.curRowHeight;
3818
+ /** @type {?} */
3819
+ GridsterComponent.prototype.gridColumns;
3820
+ /** @type {?} */
3821
+ GridsterComponent.prototype.gridRows;
3822
+ /** @type {?} */
3823
+ GridsterComponent.prototype.windowResize;
3824
+ /** @type {?} */
3825
+ GridsterComponent.prototype.dragInProgress;
3826
+ /** @type {?} */
3827
+ GridsterComponent.prototype.emptyCell;
3828
+ /** @type {?} */
3829
+ GridsterComponent.prototype.compact;
3830
+ /** @type {?} */
3831
+ GridsterComponent.prototype.gridRenderer;
3832
+ /** @type {?} */
3833
+ GridsterComponent.prototype.renderer;
3834
+ /** @type {?} */
3835
+ GridsterComponent.prototype.cdRef;
3836
+ /** @type {?} */
3837
+ GridsterComponent.prototype.zone;
3838
+ }
3314
3839
 
3315
3840
  /**
3316
3841
  * @fileoverview added by tsickle
3317
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3842
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3318
3843
  */
3319
3844
  /**
3320
3845
  * @abstract
@@ -3326,11 +3851,49 @@ GridsterItemComponentInterface = /** @class */ (function () {
3326
3851
  function GridsterItemComponentInterface() {
3327
3852
  }
3328
3853
  return GridsterItemComponentInterface;
3329
- }());
3854
+ }());
3855
+ if (false) {
3856
+ /** @type {?} */
3857
+ GridsterItemComponentInterface.prototype.item;
3858
+ /** @type {?} */
3859
+ GridsterItemComponentInterface.prototype.$item;
3860
+ /** @type {?} */
3861
+ GridsterItemComponentInterface.prototype.top;
3862
+ /** @type {?} */
3863
+ GridsterItemComponentInterface.prototype.left;
3864
+ /** @type {?} */
3865
+ GridsterItemComponentInterface.prototype.width;
3866
+ /** @type {?} */
3867
+ GridsterItemComponentInterface.prototype.height;
3868
+ /** @type {?} */
3869
+ GridsterItemComponentInterface.prototype.drag;
3870
+ /** @type {?} */
3871
+ GridsterItemComponentInterface.prototype.resize;
3872
+ /** @type {?} */
3873
+ GridsterItemComponentInterface.prototype.notPlaced;
3874
+ /** @type {?} */
3875
+ GridsterItemComponentInterface.prototype.updateOptions;
3876
+ /** @type {?} */
3877
+ GridsterItemComponentInterface.prototype.itemChanged;
3878
+ /** @type {?} */
3879
+ GridsterItemComponentInterface.prototype.setSize;
3880
+ /** @type {?} */
3881
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3882
+ /** @type {?} */
3883
+ GridsterItemComponentInterface.prototype.canBeDragged;
3884
+ /** @type {?} */
3885
+ GridsterItemComponentInterface.prototype.canBeResized;
3886
+ /** @type {?} */
3887
+ GridsterItemComponentInterface.prototype.el;
3888
+ /** @type {?} */
3889
+ GridsterItemComponentInterface.prototype.gridster;
3890
+ /** @type {?} */
3891
+ GridsterItemComponentInterface.prototype.renderer;
3892
+ }
3330
3893
 
3331
3894
  /**
3332
3895
  * @fileoverview added by tsickle
3333
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3896
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3334
3897
  */
3335
3898
  var GridsterSwap = /** @class */ (function () {
3336
3899
  function GridsterSwap(gridsterItem) {
@@ -3458,11 +4021,28 @@ var GridsterSwap = /** @class */ (function () {
3458
4021
  { type: GridsterItemComponentInterface }
3459
4022
  ]; };
3460
4023
  return GridsterSwap;
3461
- }());
4024
+ }());
4025
+ if (false) {
4026
+ /**
4027
+ * @type {?}
4028
+ * @private
4029
+ */
4030
+ GridsterSwap.prototype.swapedItem;
4031
+ /**
4032
+ * @type {?}
4033
+ * @private
4034
+ */
4035
+ GridsterSwap.prototype.gridsterItem;
4036
+ /**
4037
+ * @type {?}
4038
+ * @private
4039
+ */
4040
+ GridsterSwap.prototype.gridster;
4041
+ }
3462
4042
 
3463
4043
  /**
3464
4044
  * @fileoverview added by tsickle
3465
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4045
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3466
4046
  */
3467
4047
  /** @type {?} */
3468
4048
  var scrollSensitivity;
@@ -3657,7 +4237,7 @@ function cancelN() {
3657
4237
 
3658
4238
  /**
3659
4239
  * @fileoverview added by tsickle
3660
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4240
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3661
4241
  */
3662
4242
  var GridsterPush = /** @class */ (function () {
3663
4243
  function GridsterPush(gridsterItem) {
@@ -4147,11 +4727,61 @@ var GridsterPush = /** @class */ (function () {
4147
4727
  { type: GridsterItemComponentInterface }
4148
4728
  ]; };
4149
4729
  return GridsterPush;
4150
- }());
4730
+ }());
4731
+ if (false) {
4732
+ /** @type {?} */
4733
+ GridsterPush.prototype.fromSouth;
4734
+ /** @type {?} */
4735
+ GridsterPush.prototype.fromNorth;
4736
+ /** @type {?} */
4737
+ GridsterPush.prototype.fromEast;
4738
+ /** @type {?} */
4739
+ GridsterPush.prototype.fromWest;
4740
+ /**
4741
+ * @type {?}
4742
+ * @private
4743
+ */
4744
+ GridsterPush.prototype.pushedItems;
4745
+ /**
4746
+ * @type {?}
4747
+ * @private
4748
+ */
4749
+ GridsterPush.prototype.pushedItemsTemp;
4750
+ /**
4751
+ * @type {?}
4752
+ * @private
4753
+ */
4754
+ GridsterPush.prototype.pushedItemsTempPath;
4755
+ /**
4756
+ * @type {?}
4757
+ * @private
4758
+ */
4759
+ GridsterPush.prototype.pushedItemsPath;
4760
+ /**
4761
+ * @type {?}
4762
+ * @private
4763
+ */
4764
+ GridsterPush.prototype.gridsterItem;
4765
+ /**
4766
+ * @type {?}
4767
+ * @private
4768
+ */
4769
+ GridsterPush.prototype.gridster;
4770
+ /**
4771
+ * @type {?}
4772
+ * @private
4773
+ */
4774
+ GridsterPush.prototype.pushedItemsOrder;
4775
+ /**
4776
+ * @type {?}
4777
+ * @private
4778
+ */
4779
+ GridsterPush.prototype.tryPattern;
4780
+ }
4151
4781
 
4152
4782
  /**
4153
4783
  * @fileoverview added by tsickle
4154
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4784
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4155
4785
  */
4156
4786
  var GridsterDraggable = /** @class */ (function () {
4157
4787
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4455,6 +5085,10 @@ var GridsterDraggable = /** @class */ (function () {
4455
5085
  this.gridsterItem.$item.cols = itemColsbackup;
4456
5086
  this.gridsterItem.$item.rows = itemRowsbackup;
4457
5087
  }
5088
+ else {
5089
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5090
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5091
+ }
4458
5092
  return this.gridsterItem.$item;
4459
5093
  };
4460
5094
  /**
@@ -4611,11 +5245,84 @@ var GridsterDraggable = /** @class */ (function () {
4611
5245
  { type: NgZone }
4612
5246
  ]; };
4613
5247
  return GridsterDraggable;
4614
- }());
5248
+ }());
5249
+ if (false) {
5250
+ /** @type {?} */
5251
+ GridsterDraggable.prototype.gridsterItem;
5252
+ /** @type {?} */
5253
+ GridsterDraggable.prototype.gridster;
5254
+ /** @type {?} */
5255
+ GridsterDraggable.prototype.lastMouse;
5256
+ /** @type {?} */
5257
+ GridsterDraggable.prototype.offsetLeft;
5258
+ /** @type {?} */
5259
+ GridsterDraggable.prototype.offsetTop;
5260
+ /** @type {?} */
5261
+ GridsterDraggable.prototype.margin;
5262
+ /** @type {?} */
5263
+ GridsterDraggable.prototype.diffTop;
5264
+ /** @type {?} */
5265
+ GridsterDraggable.prototype.diffLeft;
5266
+ /** @type {?} */
5267
+ GridsterDraggable.prototype.top;
5268
+ /** @type {?} */
5269
+ GridsterDraggable.prototype.left;
5270
+ /** @type {?} */
5271
+ GridsterDraggable.prototype.height;
5272
+ /** @type {?} */
5273
+ GridsterDraggable.prototype.width;
5274
+ /** @type {?} */
5275
+ GridsterDraggable.prototype.positionX;
5276
+ /** @type {?} */
5277
+ GridsterDraggable.prototype.positionY;
5278
+ /** @type {?} */
5279
+ GridsterDraggable.prototype.positionXBackup;
5280
+ /** @type {?} */
5281
+ GridsterDraggable.prototype.positionYBackup;
5282
+ /** @type {?} */
5283
+ GridsterDraggable.prototype.enabled;
5284
+ /** @type {?} */
5285
+ GridsterDraggable.prototype.dragStartFunction;
5286
+ /** @type {?} */
5287
+ GridsterDraggable.prototype.dragFunction;
5288
+ /** @type {?} */
5289
+ GridsterDraggable.prototype.dragStopFunction;
5290
+ /** @type {?} */
5291
+ GridsterDraggable.prototype.mousemove;
5292
+ /** @type {?} */
5293
+ GridsterDraggable.prototype.mouseup;
5294
+ /** @type {?} */
5295
+ GridsterDraggable.prototype.mouseleave;
5296
+ /** @type {?} */
5297
+ GridsterDraggable.prototype.cancelOnBlur;
5298
+ /** @type {?} */
5299
+ GridsterDraggable.prototype.touchmove;
5300
+ /** @type {?} */
5301
+ GridsterDraggable.prototype.touchend;
5302
+ /** @type {?} */
5303
+ GridsterDraggable.prototype.touchcancel;
5304
+ /** @type {?} */
5305
+ GridsterDraggable.prototype.mousedown;
5306
+ /** @type {?} */
5307
+ GridsterDraggable.prototype.touchstart;
5308
+ /** @type {?} */
5309
+ GridsterDraggable.prototype.push;
5310
+ /** @type {?} */
5311
+ GridsterDraggable.prototype.swap;
5312
+ /** @type {?} */
5313
+ GridsterDraggable.prototype.path;
5314
+ /** @type {?} */
5315
+ GridsterDraggable.prototype.collision;
5316
+ /**
5317
+ * @type {?}
5318
+ * @private
5319
+ */
5320
+ GridsterDraggable.prototype.zone;
5321
+ }
4615
5322
 
4616
5323
  /**
4617
5324
  * @fileoverview added by tsickle
4618
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5325
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4619
5326
  */
4620
5327
  var GridsterPushResize = /** @class */ (function () {
4621
5328
  function GridsterPushResize(gridsterItem) {
@@ -4995,11 +5702,46 @@ var GridsterPushResize = /** @class */ (function () {
4995
5702
  { type: GridsterItemComponentInterface }
4996
5703
  ]; };
4997
5704
  return GridsterPushResize;
4998
- }());
5705
+ }());
5706
+ if (false) {
5707
+ /** @type {?} */
5708
+ GridsterPushResize.prototype.fromSouth;
5709
+ /** @type {?} */
5710
+ GridsterPushResize.prototype.fromNorth;
5711
+ /** @type {?} */
5712
+ GridsterPushResize.prototype.fromEast;
5713
+ /** @type {?} */
5714
+ GridsterPushResize.prototype.fromWest;
5715
+ /**
5716
+ * @type {?}
5717
+ * @private
5718
+ */
5719
+ GridsterPushResize.prototype.pushedItems;
5720
+ /**
5721
+ * @type {?}
5722
+ * @private
5723
+ */
5724
+ GridsterPushResize.prototype.pushedItemsPath;
5725
+ /**
5726
+ * @type {?}
5727
+ * @private
5728
+ */
5729
+ GridsterPushResize.prototype.gridsterItem;
5730
+ /**
5731
+ * @type {?}
5732
+ * @private
5733
+ */
5734
+ GridsterPushResize.prototype.gridster;
5735
+ /**
5736
+ * @type {?}
5737
+ * @private
5738
+ */
5739
+ GridsterPushResize.prototype.tryPattern;
5740
+ }
4999
5741
 
5000
5742
  /**
5001
5743
  * @fileoverview added by tsickle
5002
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5744
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5003
5745
  */
5004
5746
  var GridsterResizable = /** @class */ (function () {
5005
5747
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5541,11 +6283,86 @@ var GridsterResizable = /** @class */ (function () {
5541
6283
  { type: NgZone }
5542
6284
  ]; };
5543
6285
  return GridsterResizable;
5544
- }());
6286
+ }());
6287
+ if (false) {
6288
+ /** @type {?} */
6289
+ GridsterResizable.prototype.gridsterItem;
6290
+ /** @type {?} */
6291
+ GridsterResizable.prototype.gridster;
6292
+ /** @type {?} */
6293
+ GridsterResizable.prototype.lastMouse;
6294
+ /** @type {?} */
6295
+ GridsterResizable.prototype.itemBackup;
6296
+ /** @type {?} */
6297
+ GridsterResizable.prototype.resizeEventScrollType;
6298
+ /** @type {?} */
6299
+ GridsterResizable.prototype.directionFunction;
6300
+ /** @type {?} */
6301
+ GridsterResizable.prototype.dragFunction;
6302
+ /** @type {?} */
6303
+ GridsterResizable.prototype.dragStopFunction;
6304
+ /** @type {?} */
6305
+ GridsterResizable.prototype.resizeEnabled;
6306
+ /** @type {?} */
6307
+ GridsterResizable.prototype.mousemove;
6308
+ /** @type {?} */
6309
+ GridsterResizable.prototype.mouseup;
6310
+ /** @type {?} */
6311
+ GridsterResizable.prototype.mouseleave;
6312
+ /** @type {?} */
6313
+ GridsterResizable.prototype.cancelOnBlur;
6314
+ /** @type {?} */
6315
+ GridsterResizable.prototype.touchmove;
6316
+ /** @type {?} */
6317
+ GridsterResizable.prototype.touchend;
6318
+ /** @type {?} */
6319
+ GridsterResizable.prototype.touchcancel;
6320
+ /** @type {?} */
6321
+ GridsterResizable.prototype.push;
6322
+ /** @type {?} */
6323
+ GridsterResizable.prototype.pushResize;
6324
+ /** @type {?} */
6325
+ GridsterResizable.prototype.minHeight;
6326
+ /** @type {?} */
6327
+ GridsterResizable.prototype.minWidth;
6328
+ /** @type {?} */
6329
+ GridsterResizable.prototype.offsetTop;
6330
+ /** @type {?} */
6331
+ GridsterResizable.prototype.offsetLeft;
6332
+ /** @type {?} */
6333
+ GridsterResizable.prototype.diffTop;
6334
+ /** @type {?} */
6335
+ GridsterResizable.prototype.diffLeft;
6336
+ /** @type {?} */
6337
+ GridsterResizable.prototype.diffRight;
6338
+ /** @type {?} */
6339
+ GridsterResizable.prototype.diffBottom;
6340
+ /** @type {?} */
6341
+ GridsterResizable.prototype.margin;
6342
+ /** @type {?} */
6343
+ GridsterResizable.prototype.top;
6344
+ /** @type {?} */
6345
+ GridsterResizable.prototype.left;
6346
+ /** @type {?} */
6347
+ GridsterResizable.prototype.bottom;
6348
+ /** @type {?} */
6349
+ GridsterResizable.prototype.right;
6350
+ /** @type {?} */
6351
+ GridsterResizable.prototype.width;
6352
+ /** @type {?} */
6353
+ GridsterResizable.prototype.height;
6354
+ /** @type {?} */
6355
+ GridsterResizable.prototype.newPosition;
6356
+ /**
6357
+ * @type {?}
6358
+ * @private
6359
+ */
6360
+ GridsterResizable.prototype.zone;
6361
+ }
5545
6362
 
5546
6363
  /**
5547
6364
  * @fileoverview added by tsickle
5548
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6365
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5549
6366
  */
5550
6367
  var GridsterItemComponent = /** @class */ (function () {
5551
6368
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5740,11 +6557,44 @@ var GridsterItemComponent = /** @class */ (function () {
5740
6557
  item: [{ type: Input }]
5741
6558
  };
5742
6559
  return GridsterItemComponent;
5743
- }());
6560
+ }());
6561
+ if (false) {
6562
+ /** @type {?} */
6563
+ GridsterItemComponent.prototype.item;
6564
+ /** @type {?} */
6565
+ GridsterItemComponent.prototype.$item;
6566
+ /** @type {?} */
6567
+ GridsterItemComponent.prototype.el;
6568
+ /** @type {?} */
6569
+ GridsterItemComponent.prototype.gridster;
6570
+ /** @type {?} */
6571
+ GridsterItemComponent.prototype.top;
6572
+ /** @type {?} */
6573
+ GridsterItemComponent.prototype.left;
6574
+ /** @type {?} */
6575
+ GridsterItemComponent.prototype.width;
6576
+ /** @type {?} */
6577
+ GridsterItemComponent.prototype.height;
6578
+ /** @type {?} */
6579
+ GridsterItemComponent.prototype.drag;
6580
+ /** @type {?} */
6581
+ GridsterItemComponent.prototype.resize;
6582
+ /** @type {?} */
6583
+ GridsterItemComponent.prototype.notPlaced;
6584
+ /** @type {?} */
6585
+ GridsterItemComponent.prototype.init;
6586
+ /** @type {?} */
6587
+ GridsterItemComponent.prototype.renderer;
6588
+ /**
6589
+ * @type {?}
6590
+ * @private
6591
+ */
6592
+ GridsterItemComponent.prototype.zone;
6593
+ }
5744
6594
 
5745
6595
  /**
5746
6596
  * @fileoverview added by tsickle
5747
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6597
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5748
6598
  */
5749
6599
  var GridsterPreviewComponent = /** @class */ (function () {
5750
6600
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5799,11 +6649,19 @@ var GridsterPreviewComponent = /** @class */ (function () {
5799
6649
  { type: Renderer2 }
5800
6650
  ]; };
5801
6651
  return GridsterPreviewComponent;
5802
- }());
6652
+ }());
6653
+ if (false) {
6654
+ /** @type {?} */
6655
+ GridsterPreviewComponent.prototype.el;
6656
+ /** @type {?} */
6657
+ GridsterPreviewComponent.prototype.gridster;
6658
+ /** @type {?} */
6659
+ GridsterPreviewComponent.prototype.renderer;
6660
+ }
5803
6661
 
5804
6662
  /**
5805
6663
  * @fileoverview added by tsickle
5806
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6664
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5807
6665
  */
5808
6666
  var GridsterModule = /** @class */ (function () {
5809
6667
  function GridsterModule() {
@@ -5828,7 +6686,7 @@ var GridsterModule = /** @class */ (function () {
5828
6686
 
5829
6687
  /**
5830
6688
  * @fileoverview added by tsickle
5831
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6689
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5832
6690
  */
5833
6691
  /** @type {?} */
5834
6692
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5869,7 +6727,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
5869
6727
 
5870
6728
  /**
5871
6729
  * @fileoverview added by tsickle
5872
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6730
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5873
6731
  */
5874
6732
  /**
5875
6733
  * @abstract
@@ -5913,11 +6771,35 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
5913
6771
  initialize: [{ type: Input }]
5914
6772
  };
5915
6773
  return RaBaseDashboardTemplate;
5916
- }());
6774
+ }());
6775
+ if (false) {
6776
+ /** @type {?} */
6777
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6778
+ /** @type {?} */
6779
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6780
+ /** @type {?} */
6781
+ RaBaseDashboardTemplate.prototype.appConfig;
6782
+ /** @type {?} */
6783
+ RaBaseDashboardTemplate.prototype.dashboardId;
6784
+ /** @type {?} */
6785
+ RaBaseDashboardTemplate.prototype.globalFilter;
6786
+ /** @type {?} */
6787
+ RaBaseDashboardTemplate.prototype.initialize;
6788
+ /**
6789
+ * @type {?}
6790
+ * @private
6791
+ */
6792
+ RaBaseDashboardTemplate.prototype.ngZone;
6793
+ /**
6794
+ * @abstract
6795
+ * @return {?}
6796
+ */
6797
+ RaBaseDashboardTemplate.prototype.init = function () { };
6798
+ }
5917
6799
 
5918
6800
  /**
5919
6801
  * @fileoverview added by tsickle
5920
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6802
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5921
6803
  */
5922
6804
  /**
5923
6805
  * @abstract
@@ -5937,7 +6819,29 @@ var RaBaseDashboardFilter = /** @class */ (function () {
5937
6819
  getAllFilterConfig: [{ type: Input }]
5938
6820
  };
5939
6821
  return RaBaseDashboardFilter;
5940
- }());
6822
+ }());
6823
+ if (false) {
6824
+ /**
6825
+ * @type {?}
6826
+ * @private
6827
+ */
6828
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6829
+ /**
6830
+ * @abstract
6831
+ * @return {?}
6832
+ */
6833
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6834
+ }
6835
+
6836
+ /**
6837
+ * @fileoverview added by tsickle
6838
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6839
+ */
6840
+
6841
+ /**
6842
+ * @fileoverview added by tsickle
6843
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6844
+ */
5941
6845
 
5942
6846
  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 };
5943
6847
  //# sourceMappingURL=schneideress-dashboardframework.js.map