@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
@@ -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
  class RaDashboardService extends BaseService {
19
19
  /**
@@ -142,11 +142,18 @@ RaDashboardService.decorators = [
142
142
  RaDashboardService.ctorParameters = () => [
143
143
  { type: Injector }
144
144
  ];
145
- /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
145
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
146
+ if (false) {
147
+ /**
148
+ * @type {?}
149
+ * @private
150
+ */
151
+ RaDashboardService.prototype.loadedScripts;
152
+ }
146
153
 
147
154
  /**
148
155
  * @fileoverview added by tsickle
149
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
156
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
150
157
  */
151
158
  class RADashboardEventBus {
152
159
  constructor() {
@@ -216,11 +223,18 @@ RADashboardEventBus.decorators = [
216
223
  providedIn: 'root'
217
224
  },] }
218
225
  ];
219
- /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
226
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
227
+ if (false) {
228
+ /**
229
+ * @type {?}
230
+ * @private
231
+ */
232
+ RADashboardEventBus.prototype.eventQueue;
233
+ }
220
234
 
221
235
  /**
222
236
  * @fileoverview added by tsickle
223
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
237
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
238
  */
225
239
  /** @enum {string} */
226
240
  const RAEvent = {
@@ -267,7 +281,7 @@ const RAEventKey = {
267
281
 
268
282
  /**
269
283
  * @fileoverview added by tsickle
270
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
284
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
271
285
  */
272
286
  /** @enum {string} */
273
287
  const GridType = {
@@ -294,11 +308,196 @@ const CompactType = {
294
308
  CompactRight: 'compactRight',
295
309
  CompactUpAndRight: 'compactUp&Right',
296
310
  CompactRightAndUp: 'compactRight&Up',
297
- };
311
+ };
312
+ /**
313
+ * @record
314
+ */
315
+ function GridsterConfig() { }
316
+ if (false) {
317
+ /** @type {?|undefined} */
318
+ GridsterConfig.prototype.gridType;
319
+ /** @type {?|undefined} */
320
+ GridsterConfig.prototype.fixedColWidth;
321
+ /** @type {?|undefined} */
322
+ GridsterConfig.prototype.fixedRowHeight;
323
+ /** @type {?|undefined} */
324
+ GridsterConfig.prototype.keepFixedHeightInMobile;
325
+ /** @type {?|undefined} */
326
+ GridsterConfig.prototype.keepFixedWidthInMobile;
327
+ /** @type {?|undefined} */
328
+ GridsterConfig.prototype.setGridSize;
329
+ /** @type {?|undefined} */
330
+ GridsterConfig.prototype.compactType;
331
+ /** @type {?|undefined} */
332
+ GridsterConfig.prototype.mobileBreakpoint;
333
+ /** @type {?|undefined} */
334
+ GridsterConfig.prototype.minCols;
335
+ /** @type {?|undefined} */
336
+ GridsterConfig.prototype.maxCols;
337
+ /** @type {?|undefined} */
338
+ GridsterConfig.prototype.minRows;
339
+ /** @type {?|undefined} */
340
+ GridsterConfig.prototype.maxRows;
341
+ /** @type {?|undefined} */
342
+ GridsterConfig.prototype.defaultItemCols;
343
+ /** @type {?|undefined} */
344
+ GridsterConfig.prototype.defaultItemRows;
345
+ /** @type {?|undefined} */
346
+ GridsterConfig.prototype.maxItemCols;
347
+ /** @type {?|undefined} */
348
+ GridsterConfig.prototype.maxItemRows;
349
+ /** @type {?|undefined} */
350
+ GridsterConfig.prototype.minItemCols;
351
+ /** @type {?|undefined} */
352
+ GridsterConfig.prototype.minItemRows;
353
+ /** @type {?|undefined} */
354
+ GridsterConfig.prototype.minItemArea;
355
+ /** @type {?|undefined} */
356
+ GridsterConfig.prototype.maxItemArea;
357
+ /** @type {?|undefined} */
358
+ GridsterConfig.prototype.margin;
359
+ /** @type {?|undefined} */
360
+ GridsterConfig.prototype.outerMargin;
361
+ /** @type {?|undefined} */
362
+ GridsterConfig.prototype.outerMarginTop;
363
+ /** @type {?|undefined} */
364
+ GridsterConfig.prototype.outerMarginRight;
365
+ /** @type {?|undefined} */
366
+ GridsterConfig.prototype.outerMarginBottom;
367
+ /** @type {?|undefined} */
368
+ GridsterConfig.prototype.outerMarginLeft;
369
+ /** @type {?|undefined} */
370
+ GridsterConfig.prototype.useTransformPositioning;
371
+ /** @type {?|undefined} */
372
+ GridsterConfig.prototype.scrollSensitivity;
373
+ /** @type {?|undefined} */
374
+ GridsterConfig.prototype.scrollSpeed;
375
+ /** @type {?|undefined} */
376
+ GridsterConfig.prototype.initCallback;
377
+ /** @type {?|undefined} */
378
+ GridsterConfig.prototype.destroyCallback;
379
+ /** @type {?|undefined} */
380
+ GridsterConfig.prototype.gridSizeChangedCallback;
381
+ /** @type {?|undefined} */
382
+ GridsterConfig.prototype.itemChangeCallback;
383
+ /** @type {?|undefined} */
384
+ GridsterConfig.prototype.itemResizeCallback;
385
+ /** @type {?|undefined} */
386
+ GridsterConfig.prototype.itemInitCallback;
387
+ /** @type {?|undefined} */
388
+ GridsterConfig.prototype.itemRemovedCallback;
389
+ /** @type {?|undefined} */
390
+ GridsterConfig.prototype.itemValidateCallback;
391
+ /** @type {?|undefined} */
392
+ GridsterConfig.prototype.draggable;
393
+ /** @type {?|undefined} */
394
+ GridsterConfig.prototype.resizable;
395
+ /** @type {?|undefined} */
396
+ GridsterConfig.prototype.swap;
397
+ /** @type {?|undefined} */
398
+ GridsterConfig.prototype.pushItems;
399
+ /** @type {?|undefined} */
400
+ GridsterConfig.prototype.disablePushOnDrag;
401
+ /** @type {?|undefined} */
402
+ GridsterConfig.prototype.disablePushOnResize;
403
+ /** @type {?|undefined} */
404
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
405
+ /** @type {?|undefined} */
406
+ GridsterConfig.prototype.pushDirections;
407
+ /** @type {?|undefined} */
408
+ GridsterConfig.prototype.pushResizeItems;
409
+ /** @type {?|undefined} */
410
+ GridsterConfig.prototype.displayGrid;
411
+ /** @type {?|undefined} */
412
+ GridsterConfig.prototype.disableWindowResize;
413
+ /** @type {?|undefined} */
414
+ GridsterConfig.prototype.disableWarnings;
415
+ /** @type {?|undefined} */
416
+ GridsterConfig.prototype.scrollToNewItems;
417
+ /** @type {?|undefined} */
418
+ GridsterConfig.prototype.enableEmptyCellClick;
419
+ /** @type {?|undefined} */
420
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
421
+ /** @type {?|undefined} */
422
+ GridsterConfig.prototype.enableEmptyCellDrop;
423
+ /** @type {?|undefined} */
424
+ GridsterConfig.prototype.enableEmptyCellDrag;
425
+ /** @type {?|undefined} */
426
+ GridsterConfig.prototype.emptyCellClickCallback;
427
+ /** @type {?|undefined} */
428
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
429
+ /** @type {?|undefined} */
430
+ GridsterConfig.prototype.emptyCellDropCallback;
431
+ /** @type {?|undefined} */
432
+ GridsterConfig.prototype.emptyCellDragCallback;
433
+ /** @type {?|undefined} */
434
+ GridsterConfig.prototype.emptyCellDragMaxCols;
435
+ /** @type {?|undefined} */
436
+ GridsterConfig.prototype.emptyCellDragMaxRows;
437
+ /** @type {?|undefined} */
438
+ GridsterConfig.prototype.ignoreMarginInRow;
439
+ /** @type {?|undefined} */
440
+ GridsterConfig.prototype.autoResizeonDrag;
441
+ /** @type {?|undefined} */
442
+ GridsterConfig.prototype.api;
443
+ /* Skipping unhandled member: [propName: string]: any;*/
444
+ }
445
+ /**
446
+ * @record
447
+ */
448
+ function DragBase() { }
449
+ if (false) {
450
+ /** @type {?|undefined} */
451
+ DragBase.prototype.enabled;
452
+ /** @type {?|undefined} */
453
+ DragBase.prototype.stop;
454
+ /** @type {?|undefined} */
455
+ DragBase.prototype.start;
456
+ /** @type {?|undefined} */
457
+ DragBase.prototype.delayStart;
458
+ }
459
+ /**
460
+ * @record
461
+ */
462
+ function Draggable() { }
463
+ if (false) {
464
+ /** @type {?|undefined} */
465
+ Draggable.prototype.ignoreContentClass;
466
+ /** @type {?|undefined} */
467
+ Draggable.prototype.ignoreContent;
468
+ /** @type {?|undefined} */
469
+ Draggable.prototype.dragHandleClass;
470
+ /** @type {?|undefined} */
471
+ Draggable.prototype.dropOverItems;
472
+ /** @type {?|undefined} */
473
+ Draggable.prototype.dropOverItemsCallback;
474
+ }
475
+ /**
476
+ * @record
477
+ */
478
+ function Resizable() { }
479
+ if (false) {
480
+ /** @type {?|undefined} */
481
+ Resizable.prototype.handles;
482
+ }
483
+ /**
484
+ * @record
485
+ */
486
+ function PushDirections() { }
487
+ if (false) {
488
+ /** @type {?} */
489
+ PushDirections.prototype.north;
490
+ /** @type {?} */
491
+ PushDirections.prototype.east;
492
+ /** @type {?} */
493
+ PushDirections.prototype.south;
494
+ /** @type {?} */
495
+ PushDirections.prototype.west;
496
+ }
298
497
 
299
498
  /**
300
499
  * @fileoverview added by tsickle
301
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
500
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
302
501
  */
303
502
  /** @type {?} */
304
503
  const GridsterConfigDefaultSettings = {
@@ -360,7 +559,7 @@ const GridsterConfigDefaultSettings = {
360
559
 
361
560
  /**
362
561
  * @fileoverview added by tsickle
363
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
562
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
364
563
  */
365
564
  class RADashboardArea {
366
565
  /**
@@ -765,11 +964,83 @@ RADashboardArea.propDecorators = {
765
964
  widgetHeight: [{ type: Input, args: ['widget-height',] }],
766
965
  widgetWidth: [{ type: Input, args: ['widget-width',] }],
767
966
  appConfig: [{ type: Input, args: ['app-config',] }]
768
- };
967
+ };
968
+ if (false) {
969
+ /** @type {?} */
970
+ RADashboardArea.prototype.widgetList;
971
+ /** @type {?} */
972
+ RADashboardArea.prototype.options;
973
+ /** @type {?} */
974
+ RADashboardArea.prototype.gridheight;
975
+ /**
976
+ * @type {?}
977
+ * @private
978
+ */
979
+ RADashboardArea.prototype.conifgAddClick;
980
+ /**
981
+ * @type {?}
982
+ * @private
983
+ */
984
+ RADashboardArea.prototype.widgetDeleteEvent;
985
+ /**
986
+ * @type {?}
987
+ * @private
988
+ */
989
+ RADashboardArea.prototype.widgetAddEvent;
990
+ /**
991
+ * @type {?}
992
+ * @private
993
+ */
994
+ RADashboardArea.prototype.widgetLibraryDoneClick;
995
+ /**
996
+ * @type {?}
997
+ * @private
998
+ */
999
+ RADashboardArea.prototype.isWidgetLoaded;
1000
+ /** @type {?} */
1001
+ RADashboardArea.prototype.userDashboardId;
1002
+ /** @type {?} */
1003
+ RADashboardArea.prototype.areaKey;
1004
+ /** @type {?} */
1005
+ RADashboardArea.prototype.globalFilter;
1006
+ /** @type {?} */
1007
+ RADashboardArea.prototype.raDashboardEventBus;
1008
+ /** @type {?} */
1009
+ RADashboardArea.prototype.widgetHeight;
1010
+ /** @type {?} */
1011
+ RADashboardArea.prototype.widgetWidth;
1012
+ /** @type {?} */
1013
+ RADashboardArea.prototype.appConfig;
1014
+ /**
1015
+ * @type {?}
1016
+ * @private
1017
+ */
1018
+ RADashboardArea.prototype.dashboardService;
1019
+ /**
1020
+ * @type {?}
1021
+ * @private
1022
+ */
1023
+ RADashboardArea.prototype.ngZone;
1024
+ /**
1025
+ * @type {?}
1026
+ * @private
1027
+ */
1028
+ RADashboardArea.prototype.ngxService;
1029
+ /**
1030
+ * @type {?}
1031
+ * @private
1032
+ */
1033
+ RADashboardArea.prototype.translateService;
1034
+ /**
1035
+ * @type {?}
1036
+ * @private
1037
+ */
1038
+ RADashboardArea.prototype.notifier;
1039
+ }
769
1040
 
770
1041
  /**
771
1042
  * @fileoverview added by tsickle
772
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1043
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
773
1044
  */
774
1045
  class RAWidgetContainer {
775
1046
  /**
@@ -813,7 +1084,8 @@ class RAWidgetContainer {
813
1084
  if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
814
1085
  this.refreshWidget(this.data.widgetInfo);
815
1086
  }
816
- if (changes.width && changes.width.currentValue != changes.width.previousValue) {
1087
+ if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1088
+ (changes.height && changes.height.currentValue != changes.height.previousValue)) {
817
1089
  this.data.widgetInfo.isDimensionUpdate = true;
818
1090
  this.refreshWidget(this.data.widgetInfo);
819
1091
  this.data.widgetInfo.isDimensionUpdate = false;
@@ -897,7 +1169,7 @@ class RAWidgetContainer {
897
1169
  * @return {?}
898
1170
  */
899
1171
  loadWidget(widgetInfo) {
900
- return __awaiter(this, void 0, void 0, function* () {
1172
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
901
1173
  /** @type {?} */
902
1174
  let widgetConfigFilter = (/** @type {?} */ ({
903
1175
  config: widgetInfo.widgetConfigInfo.config,
@@ -914,7 +1186,7 @@ class RAWidgetContainer {
914
1186
  document.body.addEventListener('widgetinitiated' + widgetInfo.widgetInstanceId, (/**
915
1187
  * @return {?}
916
1188
  */
917
- () => __awaiter(this, void 0, void 0, function* () {
1189
+ () => __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
918
1190
  console.log('widget initiated' + widgetInfo.widgetInstanceId);
919
1191
  widgetContainer.isWidgetLoaded = true;
920
1192
  widgetConfigFilter.appConfig = this.appConfig;
@@ -933,7 +1205,7 @@ class RAWidgetContainer {
933
1205
  * @return {?}
934
1206
  */
935
1207
  refreshWidget(widgetInfo) {
936
- return __awaiter(this, void 0, void 0, function* () {
1208
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
937
1209
  /** @type {?} */
938
1210
  let widgetContainerContext = this;
939
1211
  /** @type {?} */
@@ -955,7 +1227,7 @@ class RAWidgetContainer {
955
1227
  * @return {?}
956
1228
  */
957
1229
  setLock(config) {
958
- return __awaiter(this, void 0, void 0, function* () {
1230
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
959
1231
  this.lockStatus = yield this.widgetElement.loadLockStatus(config);
960
1232
  if (this.lockStatus) {
961
1233
  switch (this.lockStatus) {
@@ -983,8 +1255,8 @@ class RAWidgetContainer {
983
1255
  RAWidgetContainer.decorators = [
984
1256
  { type: Component, args: [{
985
1257
  selector: 'ra-widget-container',
986
- 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>",
987
- 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}"]
1258
+ 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>",
1259
+ 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}"]
988
1260
  }] }
989
1261
  ];
990
1262
  /** @nocollapse */
@@ -1005,11 +1277,82 @@ RAWidgetContainer.propDecorators = {
1005
1277
  width: [{ type: Input, args: ['widget-width',] }],
1006
1278
  height: [{ type: Input, args: ['widget-height',] }],
1007
1279
  widgetDeleted: [{ type: Output }]
1008
- };
1280
+ };
1281
+ if (false) {
1282
+ /**
1283
+ * @type {?}
1284
+ * @private
1285
+ */
1286
+ RAWidgetContainer.prototype.isWidgetLoaded;
1287
+ /**
1288
+ * @type {?}
1289
+ * @private
1290
+ */
1291
+ RAWidgetContainer.prototype.widgetElement;
1292
+ /**
1293
+ * @type {?}
1294
+ * @private
1295
+ */
1296
+ RAWidgetContainer.prototype.configChanged;
1297
+ /**
1298
+ * @type {?}
1299
+ * @private
1300
+ */
1301
+ RAWidgetContainer.prototype.isIEOrEdge;
1302
+ /** @type {?} */
1303
+ RAWidgetContainer.prototype.widgetHeight;
1304
+ /** @type {?} */
1305
+ RAWidgetContainer.prototype.lockClass;
1306
+ /** @type {?} */
1307
+ RAWidgetContainer.prototype.lockStatus;
1308
+ /** @type {?} */
1309
+ RAWidgetContainer.prototype.ctlWidget;
1310
+ /** @type {?} */
1311
+ RAWidgetContainer.prototype.widgetInstanceId;
1312
+ /** @type {?} */
1313
+ RAWidgetContainer.prototype.globalFilter;
1314
+ /** @type {?} */
1315
+ RAWidgetContainer.prototype.data;
1316
+ /** @type {?} */
1317
+ RAWidgetContainer.prototype.raDashboardEventBus;
1318
+ /** @type {?} */
1319
+ RAWidgetContainer.prototype.appConfig;
1320
+ /** @type {?} */
1321
+ RAWidgetContainer.prototype.width;
1322
+ /** @type {?} */
1323
+ RAWidgetContainer.prototype.height;
1324
+ /** @type {?} */
1325
+ RAWidgetContainer.prototype.widgetDeleted;
1326
+ /**
1327
+ * @type {?}
1328
+ * @private
1329
+ */
1330
+ RAWidgetContainer.prototype.dashboardService;
1331
+ /**
1332
+ * @type {?}
1333
+ * @private
1334
+ */
1335
+ RAWidgetContainer.prototype.ngxService;
1336
+ /**
1337
+ * @type {?}
1338
+ * @private
1339
+ */
1340
+ RAWidgetContainer.prototype.translateService;
1341
+ /**
1342
+ * @type {?}
1343
+ * @private
1344
+ */
1345
+ RAWidgetContainer.prototype.ngZone;
1346
+ /**
1347
+ * @type {?}
1348
+ * @private
1349
+ */
1350
+ RAWidgetContainer.prototype.notifier;
1351
+ }
1009
1352
 
1010
1353
  /**
1011
1354
  * @fileoverview added by tsickle
1012
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1355
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1013
1356
  */
1014
1357
  /** @type {?} */
1015
1358
  const customNotifierOptions = {
@@ -1055,7 +1398,7 @@ const customNotifierOptions = {
1055
1398
 
1056
1399
  /**
1057
1400
  * @fileoverview added by tsickle
1058
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1401
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1059
1402
  */
1060
1403
  /** @type {?} */
1061
1404
  const GridsterConfigService = {
@@ -1233,7 +1576,7 @@ const GridsterConfigService = {
1233
1576
 
1234
1577
  /**
1235
1578
  * @fileoverview added by tsickle
1236
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1579
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1237
1580
  */
1238
1581
  class GridsterUtils {
1239
1582
  /**
@@ -1369,17 +1712,91 @@ GridsterUtils.decorators = [
1369
1712
 
1370
1713
  /**
1371
1714
  * @fileoverview added by tsickle
1372
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1715
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1373
1716
  */
1374
1717
  /**
1375
1718
  * @abstract
1376
1719
  */
1377
1720
  class GridsterComponentInterface {
1721
+ }
1722
+ if (false) {
1723
+ /** @type {?} */
1724
+ GridsterComponentInterface.prototype.$options;
1725
+ /** @type {?} */
1726
+ GridsterComponentInterface.prototype.grid;
1727
+ /** @type {?} */
1728
+ GridsterComponentInterface.prototype.checkCollision;
1729
+ /** @type {?} */
1730
+ GridsterComponentInterface.prototype.positionXToPixels;
1731
+ /** @type {?} */
1732
+ GridsterComponentInterface.prototype.pixelsToPositionX;
1733
+ /** @type {?} */
1734
+ GridsterComponentInterface.prototype.positionYToPixels;
1735
+ /** @type {?} */
1736
+ GridsterComponentInterface.prototype.pixelsToPositionY;
1737
+ /** @type {?} */
1738
+ GridsterComponentInterface.prototype.findItemWithItem;
1739
+ /** @type {?} */
1740
+ GridsterComponentInterface.prototype.findItemsWithItem;
1741
+ /** @type {?} */
1742
+ GridsterComponentInterface.prototype.checkGridCollision;
1743
+ /** @type {?} */
1744
+ GridsterComponentInterface.prototype.el;
1745
+ /** @type {?} */
1746
+ GridsterComponentInterface.prototype.renderer;
1747
+ /** @type {?} */
1748
+ GridsterComponentInterface.prototype.gridRenderer;
1749
+ /** @type {?} */
1750
+ GridsterComponentInterface.prototype.cdRef;
1751
+ /** @type {?} */
1752
+ GridsterComponentInterface.prototype.options;
1753
+ /** @type {?} */
1754
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
1755
+ /** @type {?} */
1756
+ GridsterComponentInterface.prototype.updateGrid;
1757
+ /** @type {?} */
1758
+ GridsterComponentInterface.prototype.movingItem;
1759
+ /** @type {?} */
1760
+ GridsterComponentInterface.prototype.addItem;
1761
+ /** @type {?} */
1762
+ GridsterComponentInterface.prototype.removeItem;
1763
+ /** @type {?} */
1764
+ GridsterComponentInterface.prototype.previewStyle;
1765
+ /** @type {?} */
1766
+ GridsterComponentInterface.prototype.mobile;
1767
+ /** @type {?} */
1768
+ GridsterComponentInterface.prototype.curWidth;
1769
+ /** @type {?} */
1770
+ GridsterComponentInterface.prototype.curHeight;
1771
+ /** @type {?} */
1772
+ GridsterComponentInterface.prototype.columns;
1773
+ /** @type {?} */
1774
+ GridsterComponentInterface.prototype.rows;
1775
+ /** @type {?} */
1776
+ GridsterComponentInterface.prototype.curColWidth;
1777
+ /** @type {?} */
1778
+ GridsterComponentInterface.prototype.curRowHeight;
1779
+ /** @type {?} */
1780
+ GridsterComponentInterface.prototype.windowResize;
1781
+ /** @type {?} */
1782
+ GridsterComponentInterface.prototype.setGridDimensions;
1783
+ /** @type {?} */
1784
+ GridsterComponentInterface.prototype.dragInProgress;
1785
+ /** @type {?} */
1786
+ GridsterComponentInterface.prototype.emptyCell;
1787
+ /** @type {?} */
1788
+ GridsterComponentInterface.prototype.compact;
1789
+ /** @type {?} */
1790
+ GridsterComponentInterface.prototype.zone;
1791
+ /** @type {?} */
1792
+ GridsterComponentInterface.prototype.gridRows;
1793
+ /** @type {?} */
1794
+ GridsterComponentInterface.prototype.gridColumns;
1378
1795
  }
1379
1796
 
1380
1797
  /**
1381
1798
  * @fileoverview added by tsickle
1382
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1799
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1383
1800
  */
1384
1801
  class GridsterEmptyCell {
1385
1802
  /**
@@ -1656,11 +2073,44 @@ GridsterEmptyCell.decorators = [
1656
2073
  /** @nocollapse */
1657
2074
  GridsterEmptyCell.ctorParameters = () => [
1658
2075
  { type: GridsterComponentInterface }
1659
- ];
2076
+ ];
2077
+ if (false) {
2078
+ /** @type {?} */
2079
+ GridsterEmptyCell.prototype.initialItem;
2080
+ /** @type {?} */
2081
+ GridsterEmptyCell.prototype.emptyCellClick;
2082
+ /** @type {?} */
2083
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2084
+ /** @type {?} */
2085
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2086
+ /** @type {?} */
2087
+ GridsterEmptyCell.prototype.emptyCellDrop;
2088
+ /** @type {?} */
2089
+ GridsterEmptyCell.prototype.emptyCellDrag;
2090
+ /** @type {?} */
2091
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2092
+ /** @type {?} */
2093
+ GridsterEmptyCell.prototype.emptyCellMMove;
2094
+ /** @type {?} */
2095
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2096
+ /** @type {?} */
2097
+ GridsterEmptyCell.prototype.emptyCellUp;
2098
+ /** @type {?} */
2099
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2100
+ /** @type {?} */
2101
+ GridsterEmptyCell.prototype.emptyCellMove;
2102
+ /** @type {?} */
2103
+ GridsterEmptyCell.prototype.emptyCellExit;
2104
+ /**
2105
+ * @type {?}
2106
+ * @private
2107
+ */
2108
+ GridsterEmptyCell.prototype.gridster;
2109
+ }
1660
2110
 
1661
2111
  /**
1662
2112
  * @fileoverview added by tsickle
1663
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2113
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1664
2114
  */
1665
2115
  class GridsterCompact {
1666
2116
  /**
@@ -1869,11 +2319,18 @@ GridsterCompact.decorators = [
1869
2319
  /** @nocollapse */
1870
2320
  GridsterCompact.ctorParameters = () => [
1871
2321
  { type: GridsterComponentInterface }
1872
- ];
2322
+ ];
2323
+ if (false) {
2324
+ /**
2325
+ * @type {?}
2326
+ * @private
2327
+ */
2328
+ GridsterCompact.prototype.gridster;
2329
+ }
1873
2330
 
1874
2331
  /**
1875
2332
  * @fileoverview added by tsickle
1876
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2333
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1877
2334
  */
1878
2335
  class GridsterRenderer {
1879
2336
  /**
@@ -2136,11 +2593,18 @@ GridsterRenderer.decorators = [
2136
2593
  /** @nocollapse */
2137
2594
  GridsterRenderer.ctorParameters = () => [
2138
2595
  { type: GridsterComponentInterface }
2139
- ];
2596
+ ];
2597
+ if (false) {
2598
+ /**
2599
+ * @type {?}
2600
+ * @private
2601
+ */
2602
+ GridsterRenderer.prototype.gridster;
2603
+ }
2140
2604
 
2141
2605
  /**
2142
2606
  * @fileoverview added by tsickle
2143
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2607
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2144
2608
  */
2145
2609
  class GridsterComponent {
2146
2610
  /**
@@ -2274,6 +2738,17 @@ class GridsterComponent {
2274
2738
  if (this.options.destroyCallback) {
2275
2739
  this.options.destroyCallback(this);
2276
2740
  }
2741
+ //if (this.options.api) {
2742
+ /* this.options.api getting undefined for new dashboard load- temp fix
2743
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
2744
+ * ondestroy of current this.options.api instance - needs to investigate further
2745
+ */
2746
+ if (false) {
2747
+ this.options.api.resize = undefined;
2748
+ this.options.api.optionsChanged = undefined;
2749
+ this.options.api.getNextPossiblePosition = undefined;
2750
+ this.options.api = undefined;
2751
+ }
2277
2752
  this.emptyCell.destroy();
2278
2753
  delete this.emptyCell;
2279
2754
  this.compact.destroy();
@@ -2769,21 +3244,109 @@ GridsterComponent.ctorParameters = () => [
2769
3244
  ];
2770
3245
  GridsterComponent.propDecorators = {
2771
3246
  options: [{ type: Input }]
2772
- };
3247
+ };
3248
+ if (false) {
3249
+ /** @type {?} */
3250
+ GridsterComponent.prototype.options;
3251
+ /** @type {?} */
3252
+ GridsterComponent.prototype.calculateLayoutDebounce;
3253
+ /** @type {?} */
3254
+ GridsterComponent.prototype.movingItem;
3255
+ /** @type {?} */
3256
+ GridsterComponent.prototype.previewStyle;
3257
+ /** @type {?} */
3258
+ GridsterComponent.prototype.el;
3259
+ /** @type {?} */
3260
+ GridsterComponent.prototype.$options;
3261
+ /** @type {?} */
3262
+ GridsterComponent.prototype.mobile;
3263
+ /** @type {?} */
3264
+ GridsterComponent.prototype.curWidth;
3265
+ /** @type {?} */
3266
+ GridsterComponent.prototype.curHeight;
3267
+ /** @type {?} */
3268
+ GridsterComponent.prototype.grid;
3269
+ /** @type {?} */
3270
+ GridsterComponent.prototype.columns;
3271
+ /** @type {?} */
3272
+ GridsterComponent.prototype.rows;
3273
+ /** @type {?} */
3274
+ GridsterComponent.prototype.curColWidth;
3275
+ /** @type {?} */
3276
+ GridsterComponent.prototype.curRowHeight;
3277
+ /** @type {?} */
3278
+ GridsterComponent.prototype.gridColumns;
3279
+ /** @type {?} */
3280
+ GridsterComponent.prototype.gridRows;
3281
+ /** @type {?} */
3282
+ GridsterComponent.prototype.windowResize;
3283
+ /** @type {?} */
3284
+ GridsterComponent.prototype.dragInProgress;
3285
+ /** @type {?} */
3286
+ GridsterComponent.prototype.emptyCell;
3287
+ /** @type {?} */
3288
+ GridsterComponent.prototype.compact;
3289
+ /** @type {?} */
3290
+ GridsterComponent.prototype.gridRenderer;
3291
+ /** @type {?} */
3292
+ GridsterComponent.prototype.renderer;
3293
+ /** @type {?} */
3294
+ GridsterComponent.prototype.cdRef;
3295
+ /** @type {?} */
3296
+ GridsterComponent.prototype.zone;
3297
+ }
2773
3298
 
2774
3299
  /**
2775
3300
  * @fileoverview added by tsickle
2776
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3301
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2777
3302
  */
2778
3303
  /**
2779
3304
  * @abstract
2780
3305
  */
2781
3306
  class GridsterItemComponentInterface {
3307
+ }
3308
+ if (false) {
3309
+ /** @type {?} */
3310
+ GridsterItemComponentInterface.prototype.item;
3311
+ /** @type {?} */
3312
+ GridsterItemComponentInterface.prototype.$item;
3313
+ /** @type {?} */
3314
+ GridsterItemComponentInterface.prototype.top;
3315
+ /** @type {?} */
3316
+ GridsterItemComponentInterface.prototype.left;
3317
+ /** @type {?} */
3318
+ GridsterItemComponentInterface.prototype.width;
3319
+ /** @type {?} */
3320
+ GridsterItemComponentInterface.prototype.height;
3321
+ /** @type {?} */
3322
+ GridsterItemComponentInterface.prototype.drag;
3323
+ /** @type {?} */
3324
+ GridsterItemComponentInterface.prototype.resize;
3325
+ /** @type {?} */
3326
+ GridsterItemComponentInterface.prototype.notPlaced;
3327
+ /** @type {?} */
3328
+ GridsterItemComponentInterface.prototype.updateOptions;
3329
+ /** @type {?} */
3330
+ GridsterItemComponentInterface.prototype.itemChanged;
3331
+ /** @type {?} */
3332
+ GridsterItemComponentInterface.prototype.setSize;
3333
+ /** @type {?} */
3334
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3335
+ /** @type {?} */
3336
+ GridsterItemComponentInterface.prototype.canBeDragged;
3337
+ /** @type {?} */
3338
+ GridsterItemComponentInterface.prototype.canBeResized;
3339
+ /** @type {?} */
3340
+ GridsterItemComponentInterface.prototype.el;
3341
+ /** @type {?} */
3342
+ GridsterItemComponentInterface.prototype.gridster;
3343
+ /** @type {?} */
3344
+ GridsterItemComponentInterface.prototype.renderer;
2782
3345
  }
2783
3346
 
2784
3347
  /**
2785
3348
  * @fileoverview added by tsickle
2786
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3349
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2787
3350
  */
2788
3351
  class GridsterSwap {
2789
3352
  /**
@@ -2894,11 +3457,28 @@ GridsterSwap.decorators = [
2894
3457
  /** @nocollapse */
2895
3458
  GridsterSwap.ctorParameters = () => [
2896
3459
  { type: GridsterItemComponentInterface }
2897
- ];
3460
+ ];
3461
+ if (false) {
3462
+ /**
3463
+ * @type {?}
3464
+ * @private
3465
+ */
3466
+ GridsterSwap.prototype.swapedItem;
3467
+ /**
3468
+ * @type {?}
3469
+ * @private
3470
+ */
3471
+ GridsterSwap.prototype.gridsterItem;
3472
+ /**
3473
+ * @type {?}
3474
+ * @private
3475
+ */
3476
+ GridsterSwap.prototype.gridster;
3477
+ }
2898
3478
 
2899
3479
  /**
2900
3480
  * @fileoverview added by tsickle
2901
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3481
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2902
3482
  */
2903
3483
  /** @type {?} */
2904
3484
  let scrollSensitivity;
@@ -3093,7 +3673,7 @@ function cancelN() {
3093
3673
 
3094
3674
  /**
3095
3675
  * @fileoverview added by tsickle
3096
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3676
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3097
3677
  */
3098
3678
  class GridsterPush {
3099
3679
  /**
@@ -3504,11 +4084,61 @@ GridsterPush.decorators = [
3504
4084
  /** @nocollapse */
3505
4085
  GridsterPush.ctorParameters = () => [
3506
4086
  { type: GridsterItemComponentInterface }
3507
- ];
4087
+ ];
4088
+ if (false) {
4089
+ /** @type {?} */
4090
+ GridsterPush.prototype.fromSouth;
4091
+ /** @type {?} */
4092
+ GridsterPush.prototype.fromNorth;
4093
+ /** @type {?} */
4094
+ GridsterPush.prototype.fromEast;
4095
+ /** @type {?} */
4096
+ GridsterPush.prototype.fromWest;
4097
+ /**
4098
+ * @type {?}
4099
+ * @private
4100
+ */
4101
+ GridsterPush.prototype.pushedItems;
4102
+ /**
4103
+ * @type {?}
4104
+ * @private
4105
+ */
4106
+ GridsterPush.prototype.pushedItemsTemp;
4107
+ /**
4108
+ * @type {?}
4109
+ * @private
4110
+ */
4111
+ GridsterPush.prototype.pushedItemsTempPath;
4112
+ /**
4113
+ * @type {?}
4114
+ * @private
4115
+ */
4116
+ GridsterPush.prototype.pushedItemsPath;
4117
+ /**
4118
+ * @type {?}
4119
+ * @private
4120
+ */
4121
+ GridsterPush.prototype.gridsterItem;
4122
+ /**
4123
+ * @type {?}
4124
+ * @private
4125
+ */
4126
+ GridsterPush.prototype.gridster;
4127
+ /**
4128
+ * @type {?}
4129
+ * @private
4130
+ */
4131
+ GridsterPush.prototype.pushedItemsOrder;
4132
+ /**
4133
+ * @type {?}
4134
+ * @private
4135
+ */
4136
+ GridsterPush.prototype.tryPattern;
4137
+ }
3508
4138
 
3509
4139
  /**
3510
4140
  * @fileoverview added by tsickle
3511
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4141
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3512
4142
  */
3513
4143
  class GridsterDraggable {
3514
4144
  /**
@@ -3786,6 +4416,10 @@ class GridsterDraggable {
3786
4416
  this.gridsterItem.$item.cols = itemColsbackup;
3787
4417
  this.gridsterItem.$item.rows = itemRowsbackup;
3788
4418
  }
4419
+ else {
4420
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4421
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4422
+ }
3789
4423
  return this.gridsterItem.$item;
3790
4424
  }
3791
4425
  /**
@@ -3930,11 +4564,84 @@ GridsterDraggable.ctorParameters = () => [
3930
4564
  { type: GridsterItemComponentInterface },
3931
4565
  { type: GridsterComponentInterface },
3932
4566
  { type: NgZone }
3933
- ];
4567
+ ];
4568
+ if (false) {
4569
+ /** @type {?} */
4570
+ GridsterDraggable.prototype.gridsterItem;
4571
+ /** @type {?} */
4572
+ GridsterDraggable.prototype.gridster;
4573
+ /** @type {?} */
4574
+ GridsterDraggable.prototype.lastMouse;
4575
+ /** @type {?} */
4576
+ GridsterDraggable.prototype.offsetLeft;
4577
+ /** @type {?} */
4578
+ GridsterDraggable.prototype.offsetTop;
4579
+ /** @type {?} */
4580
+ GridsterDraggable.prototype.margin;
4581
+ /** @type {?} */
4582
+ GridsterDraggable.prototype.diffTop;
4583
+ /** @type {?} */
4584
+ GridsterDraggable.prototype.diffLeft;
4585
+ /** @type {?} */
4586
+ GridsterDraggable.prototype.top;
4587
+ /** @type {?} */
4588
+ GridsterDraggable.prototype.left;
4589
+ /** @type {?} */
4590
+ GridsterDraggable.prototype.height;
4591
+ /** @type {?} */
4592
+ GridsterDraggable.prototype.width;
4593
+ /** @type {?} */
4594
+ GridsterDraggable.prototype.positionX;
4595
+ /** @type {?} */
4596
+ GridsterDraggable.prototype.positionY;
4597
+ /** @type {?} */
4598
+ GridsterDraggable.prototype.positionXBackup;
4599
+ /** @type {?} */
4600
+ GridsterDraggable.prototype.positionYBackup;
4601
+ /** @type {?} */
4602
+ GridsterDraggable.prototype.enabled;
4603
+ /** @type {?} */
4604
+ GridsterDraggable.prototype.dragStartFunction;
4605
+ /** @type {?} */
4606
+ GridsterDraggable.prototype.dragFunction;
4607
+ /** @type {?} */
4608
+ GridsterDraggable.prototype.dragStopFunction;
4609
+ /** @type {?} */
4610
+ GridsterDraggable.prototype.mousemove;
4611
+ /** @type {?} */
4612
+ GridsterDraggable.prototype.mouseup;
4613
+ /** @type {?} */
4614
+ GridsterDraggable.prototype.mouseleave;
4615
+ /** @type {?} */
4616
+ GridsterDraggable.prototype.cancelOnBlur;
4617
+ /** @type {?} */
4618
+ GridsterDraggable.prototype.touchmove;
4619
+ /** @type {?} */
4620
+ GridsterDraggable.prototype.touchend;
4621
+ /** @type {?} */
4622
+ GridsterDraggable.prototype.touchcancel;
4623
+ /** @type {?} */
4624
+ GridsterDraggable.prototype.mousedown;
4625
+ /** @type {?} */
4626
+ GridsterDraggable.prototype.touchstart;
4627
+ /** @type {?} */
4628
+ GridsterDraggable.prototype.push;
4629
+ /** @type {?} */
4630
+ GridsterDraggable.prototype.swap;
4631
+ /** @type {?} */
4632
+ GridsterDraggable.prototype.path;
4633
+ /** @type {?} */
4634
+ GridsterDraggable.prototype.collision;
4635
+ /**
4636
+ * @type {?}
4637
+ * @private
4638
+ */
4639
+ GridsterDraggable.prototype.zone;
4640
+ }
3934
4641
 
3935
4642
  /**
3936
4643
  * @fileoverview added by tsickle
3937
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4644
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3938
4645
  */
3939
4646
  class GridsterPushResize {
3940
4647
  /**
@@ -4250,11 +4957,46 @@ GridsterPushResize.decorators = [
4250
4957
  /** @nocollapse */
4251
4958
  GridsterPushResize.ctorParameters = () => [
4252
4959
  { type: GridsterItemComponentInterface }
4253
- ];
4960
+ ];
4961
+ if (false) {
4962
+ /** @type {?} */
4963
+ GridsterPushResize.prototype.fromSouth;
4964
+ /** @type {?} */
4965
+ GridsterPushResize.prototype.fromNorth;
4966
+ /** @type {?} */
4967
+ GridsterPushResize.prototype.fromEast;
4968
+ /** @type {?} */
4969
+ GridsterPushResize.prototype.fromWest;
4970
+ /**
4971
+ * @type {?}
4972
+ * @private
4973
+ */
4974
+ GridsterPushResize.prototype.pushedItems;
4975
+ /**
4976
+ * @type {?}
4977
+ * @private
4978
+ */
4979
+ GridsterPushResize.prototype.pushedItemsPath;
4980
+ /**
4981
+ * @type {?}
4982
+ * @private
4983
+ */
4984
+ GridsterPushResize.prototype.gridsterItem;
4985
+ /**
4986
+ * @type {?}
4987
+ * @private
4988
+ */
4989
+ GridsterPushResize.prototype.gridster;
4990
+ /**
4991
+ * @type {?}
4992
+ * @private
4993
+ */
4994
+ GridsterPushResize.prototype.tryPattern;
4995
+ }
4254
4996
 
4255
4997
  /**
4256
4998
  * @fileoverview added by tsickle
4257
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4999
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4258
5000
  */
4259
5001
  class GridsterResizable {
4260
5002
  /**
@@ -4720,11 +5462,86 @@ GridsterResizable.ctorParameters = () => [
4720
5462
  { type: GridsterItemComponentInterface },
4721
5463
  { type: GridsterComponentInterface },
4722
5464
  { type: NgZone }
4723
- ];
5465
+ ];
5466
+ if (false) {
5467
+ /** @type {?} */
5468
+ GridsterResizable.prototype.gridsterItem;
5469
+ /** @type {?} */
5470
+ GridsterResizable.prototype.gridster;
5471
+ /** @type {?} */
5472
+ GridsterResizable.prototype.lastMouse;
5473
+ /** @type {?} */
5474
+ GridsterResizable.prototype.itemBackup;
5475
+ /** @type {?} */
5476
+ GridsterResizable.prototype.resizeEventScrollType;
5477
+ /** @type {?} */
5478
+ GridsterResizable.prototype.directionFunction;
5479
+ /** @type {?} */
5480
+ GridsterResizable.prototype.dragFunction;
5481
+ /** @type {?} */
5482
+ GridsterResizable.prototype.dragStopFunction;
5483
+ /** @type {?} */
5484
+ GridsterResizable.prototype.resizeEnabled;
5485
+ /** @type {?} */
5486
+ GridsterResizable.prototype.mousemove;
5487
+ /** @type {?} */
5488
+ GridsterResizable.prototype.mouseup;
5489
+ /** @type {?} */
5490
+ GridsterResizable.prototype.mouseleave;
5491
+ /** @type {?} */
5492
+ GridsterResizable.prototype.cancelOnBlur;
5493
+ /** @type {?} */
5494
+ GridsterResizable.prototype.touchmove;
5495
+ /** @type {?} */
5496
+ GridsterResizable.prototype.touchend;
5497
+ /** @type {?} */
5498
+ GridsterResizable.prototype.touchcancel;
5499
+ /** @type {?} */
5500
+ GridsterResizable.prototype.push;
5501
+ /** @type {?} */
5502
+ GridsterResizable.prototype.pushResize;
5503
+ /** @type {?} */
5504
+ GridsterResizable.prototype.minHeight;
5505
+ /** @type {?} */
5506
+ GridsterResizable.prototype.minWidth;
5507
+ /** @type {?} */
5508
+ GridsterResizable.prototype.offsetTop;
5509
+ /** @type {?} */
5510
+ GridsterResizable.prototype.offsetLeft;
5511
+ /** @type {?} */
5512
+ GridsterResizable.prototype.diffTop;
5513
+ /** @type {?} */
5514
+ GridsterResizable.prototype.diffLeft;
5515
+ /** @type {?} */
5516
+ GridsterResizable.prototype.diffRight;
5517
+ /** @type {?} */
5518
+ GridsterResizable.prototype.diffBottom;
5519
+ /** @type {?} */
5520
+ GridsterResizable.prototype.margin;
5521
+ /** @type {?} */
5522
+ GridsterResizable.prototype.top;
5523
+ /** @type {?} */
5524
+ GridsterResizable.prototype.left;
5525
+ /** @type {?} */
5526
+ GridsterResizable.prototype.bottom;
5527
+ /** @type {?} */
5528
+ GridsterResizable.prototype.right;
5529
+ /** @type {?} */
5530
+ GridsterResizable.prototype.width;
5531
+ /** @type {?} */
5532
+ GridsterResizable.prototype.height;
5533
+ /** @type {?} */
5534
+ GridsterResizable.prototype.newPosition;
5535
+ /**
5536
+ * @type {?}
5537
+ * @private
5538
+ */
5539
+ GridsterResizable.prototype.zone;
5540
+ }
4724
5541
 
4725
5542
  /**
4726
5543
  * @fileoverview added by tsickle
4727
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5544
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4728
5545
  */
4729
5546
  class GridsterItemComponent {
4730
5547
  /**
@@ -4895,11 +5712,44 @@ GridsterItemComponent.ctorParameters = () => [
4895
5712
  ];
4896
5713
  GridsterItemComponent.propDecorators = {
4897
5714
  item: [{ type: Input }]
4898
- };
5715
+ };
5716
+ if (false) {
5717
+ /** @type {?} */
5718
+ GridsterItemComponent.prototype.item;
5719
+ /** @type {?} */
5720
+ GridsterItemComponent.prototype.$item;
5721
+ /** @type {?} */
5722
+ GridsterItemComponent.prototype.el;
5723
+ /** @type {?} */
5724
+ GridsterItemComponent.prototype.gridster;
5725
+ /** @type {?} */
5726
+ GridsterItemComponent.prototype.top;
5727
+ /** @type {?} */
5728
+ GridsterItemComponent.prototype.left;
5729
+ /** @type {?} */
5730
+ GridsterItemComponent.prototype.width;
5731
+ /** @type {?} */
5732
+ GridsterItemComponent.prototype.height;
5733
+ /** @type {?} */
5734
+ GridsterItemComponent.prototype.drag;
5735
+ /** @type {?} */
5736
+ GridsterItemComponent.prototype.resize;
5737
+ /** @type {?} */
5738
+ GridsterItemComponent.prototype.notPlaced;
5739
+ /** @type {?} */
5740
+ GridsterItemComponent.prototype.init;
5741
+ /** @type {?} */
5742
+ GridsterItemComponent.prototype.renderer;
5743
+ /**
5744
+ * @type {?}
5745
+ * @private
5746
+ */
5747
+ GridsterItemComponent.prototype.zone;
5748
+ }
4899
5749
 
4900
5750
  /**
4901
5751
  * @fileoverview added by tsickle
4902
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5752
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4903
5753
  */
4904
5754
  class GridsterPreviewComponent {
4905
5755
  /**
@@ -4951,11 +5801,19 @@ GridsterPreviewComponent.ctorParameters = () => [
4951
5801
  { type: ElementRef },
4952
5802
  { type: GridsterComponent, decorators: [{ type: Host }] },
4953
5803
  { type: Renderer2 }
4954
- ];
5804
+ ];
5805
+ if (false) {
5806
+ /** @type {?} */
5807
+ GridsterPreviewComponent.prototype.el;
5808
+ /** @type {?} */
5809
+ GridsterPreviewComponent.prototype.gridster;
5810
+ /** @type {?} */
5811
+ GridsterPreviewComponent.prototype.renderer;
5812
+ }
4955
5813
 
4956
5814
  /**
4957
5815
  * @fileoverview added by tsickle
4958
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5816
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4959
5817
  */
4960
5818
  class GridsterModule {
4961
5819
  }
@@ -4977,7 +5835,7 @@ GridsterModule.decorators = [
4977
5835
 
4978
5836
  /**
4979
5837
  * @fileoverview added by tsickle
4980
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5838
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4981
5839
  */
4982
5840
  /** @type {?} */
4983
5841
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5015,7 +5873,7 @@ DashboardFrameworkModule.decorators = [
5015
5873
 
5016
5874
  /**
5017
5875
  * @fileoverview added by tsickle
5018
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5876
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5019
5877
  */
5020
5878
  /**
5021
5879
  * @abstract
@@ -5057,11 +5915,35 @@ RaBaseDashboardTemplate.propDecorators = {
5057
5915
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5058
5916
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5059
5917
  initialize: [{ type: Input }]
5060
- };
5918
+ };
5919
+ if (false) {
5920
+ /** @type {?} */
5921
+ RaBaseDashboardTemplate.prototype.userDashboardId;
5922
+ /** @type {?} */
5923
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
5924
+ /** @type {?} */
5925
+ RaBaseDashboardTemplate.prototype.appConfig;
5926
+ /** @type {?} */
5927
+ RaBaseDashboardTemplate.prototype.dashboardId;
5928
+ /** @type {?} */
5929
+ RaBaseDashboardTemplate.prototype.globalFilter;
5930
+ /** @type {?} */
5931
+ RaBaseDashboardTemplate.prototype.initialize;
5932
+ /**
5933
+ * @type {?}
5934
+ * @private
5935
+ */
5936
+ RaBaseDashboardTemplate.prototype.ngZone;
5937
+ /**
5938
+ * @abstract
5939
+ * @return {?}
5940
+ */
5941
+ RaBaseDashboardTemplate.prototype.init = function () { };
5942
+ }
5061
5943
 
5062
5944
  /**
5063
5945
  * @fileoverview added by tsickle
5064
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5946
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5065
5947
  */
5066
5948
  /**
5067
5949
  * @abstract
@@ -5079,7 +5961,29 @@ class RaBaseDashboardFilter {
5079
5961
  }
5080
5962
  RaBaseDashboardFilter.propDecorators = {
5081
5963
  getAllFilterConfig: [{ type: Input }]
5082
- };
5964
+ };
5965
+ if (false) {
5966
+ /**
5967
+ * @type {?}
5968
+ * @private
5969
+ */
5970
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
5971
+ /**
5972
+ * @abstract
5973
+ * @return {?}
5974
+ */
5975
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
5976
+ }
5977
+
5978
+ /**
5979
+ * @fileoverview added by tsickle
5980
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5981
+ */
5982
+
5983
+ /**
5984
+ * @fileoverview added by tsickle
5985
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5986
+ */
5083
5987
 
5084
5988
  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 };
5085
5989
  //# sourceMappingURL=schneideress-dashboardframework.js.map