@schneideress/dashboardframework 0.0.44 → 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 +1063 -50
  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 +8 -8
  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 +4 -4
  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 +955 -52
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +954 -51
  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
  /**
@@ -898,7 +1169,7 @@ class RAWidgetContainer {
898
1169
  * @return {?}
899
1170
  */
900
1171
  loadWidget(widgetInfo) {
901
- return __awaiter(this, void 0, void 0, function* () {
1172
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
902
1173
  /** @type {?} */
903
1174
  let widgetConfigFilter = (/** @type {?} */ ({
904
1175
  config: widgetInfo.widgetConfigInfo.config,
@@ -915,7 +1186,7 @@ class RAWidgetContainer {
915
1186
  document.body.addEventListener('widgetinitiated' + widgetInfo.widgetInstanceId, (/**
916
1187
  * @return {?}
917
1188
  */
918
- () => __awaiter(this, void 0, void 0, function* () {
1189
+ () => __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
919
1190
  console.log('widget initiated' + widgetInfo.widgetInstanceId);
920
1191
  widgetContainer.isWidgetLoaded = true;
921
1192
  widgetConfigFilter.appConfig = this.appConfig;
@@ -934,7 +1205,7 @@ class RAWidgetContainer {
934
1205
  * @return {?}
935
1206
  */
936
1207
  refreshWidget(widgetInfo) {
937
- return __awaiter(this, void 0, void 0, function* () {
1208
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
938
1209
  /** @type {?} */
939
1210
  let widgetContainerContext = this;
940
1211
  /** @type {?} */
@@ -956,7 +1227,7 @@ class RAWidgetContainer {
956
1227
  * @return {?}
957
1228
  */
958
1229
  setLock(config) {
959
- return __awaiter(this, void 0, void 0, function* () {
1230
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
960
1231
  this.lockStatus = yield this.widgetElement.loadLockStatus(config);
961
1232
  if (this.lockStatus) {
962
1233
  switch (this.lockStatus) {
@@ -984,8 +1255,8 @@ class RAWidgetContainer {
984
1255
  RAWidgetContainer.decorators = [
985
1256
  { type: Component, args: [{
986
1257
  selector: 'ra-widget-container',
987
- 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>",
988
- 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}"]
989
1260
  }] }
990
1261
  ];
991
1262
  /** @nocollapse */
@@ -1006,11 +1277,82 @@ RAWidgetContainer.propDecorators = {
1006
1277
  width: [{ type: Input, args: ['widget-width',] }],
1007
1278
  height: [{ type: Input, args: ['widget-height',] }],
1008
1279
  widgetDeleted: [{ type: Output }]
1009
- };
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
+ }
1010
1352
 
1011
1353
  /**
1012
1354
  * @fileoverview added by tsickle
1013
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1355
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1014
1356
  */
1015
1357
  /** @type {?} */
1016
1358
  const customNotifierOptions = {
@@ -1056,7 +1398,7 @@ const customNotifierOptions = {
1056
1398
 
1057
1399
  /**
1058
1400
  * @fileoverview added by tsickle
1059
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1401
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1060
1402
  */
1061
1403
  /** @type {?} */
1062
1404
  const GridsterConfigService = {
@@ -1234,7 +1576,7 @@ const GridsterConfigService = {
1234
1576
 
1235
1577
  /**
1236
1578
  * @fileoverview added by tsickle
1237
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1579
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1238
1580
  */
1239
1581
  class GridsterUtils {
1240
1582
  /**
@@ -1370,17 +1712,91 @@ GridsterUtils.decorators = [
1370
1712
 
1371
1713
  /**
1372
1714
  * @fileoverview added by tsickle
1373
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1715
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1374
1716
  */
1375
1717
  /**
1376
1718
  * @abstract
1377
1719
  */
1378
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;
1379
1795
  }
1380
1796
 
1381
1797
  /**
1382
1798
  * @fileoverview added by tsickle
1383
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1799
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1384
1800
  */
1385
1801
  class GridsterEmptyCell {
1386
1802
  /**
@@ -1657,11 +2073,44 @@ GridsterEmptyCell.decorators = [
1657
2073
  /** @nocollapse */
1658
2074
  GridsterEmptyCell.ctorParameters = () => [
1659
2075
  { type: GridsterComponentInterface }
1660
- ];
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
+ }
1661
2110
 
1662
2111
  /**
1663
2112
  * @fileoverview added by tsickle
1664
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2113
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1665
2114
  */
1666
2115
  class GridsterCompact {
1667
2116
  /**
@@ -1870,11 +2319,18 @@ GridsterCompact.decorators = [
1870
2319
  /** @nocollapse */
1871
2320
  GridsterCompact.ctorParameters = () => [
1872
2321
  { type: GridsterComponentInterface }
1873
- ];
2322
+ ];
2323
+ if (false) {
2324
+ /**
2325
+ * @type {?}
2326
+ * @private
2327
+ */
2328
+ GridsterCompact.prototype.gridster;
2329
+ }
1874
2330
 
1875
2331
  /**
1876
2332
  * @fileoverview added by tsickle
1877
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2333
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1878
2334
  */
1879
2335
  class GridsterRenderer {
1880
2336
  /**
@@ -2137,11 +2593,18 @@ GridsterRenderer.decorators = [
2137
2593
  /** @nocollapse */
2138
2594
  GridsterRenderer.ctorParameters = () => [
2139
2595
  { type: GridsterComponentInterface }
2140
- ];
2596
+ ];
2597
+ if (false) {
2598
+ /**
2599
+ * @type {?}
2600
+ * @private
2601
+ */
2602
+ GridsterRenderer.prototype.gridster;
2603
+ }
2141
2604
 
2142
2605
  /**
2143
2606
  * @fileoverview added by tsickle
2144
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2607
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2145
2608
  */
2146
2609
  class GridsterComponent {
2147
2610
  /**
@@ -2275,6 +2738,17 @@ class GridsterComponent {
2275
2738
  if (this.options.destroyCallback) {
2276
2739
  this.options.destroyCallback(this);
2277
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
+ }
2278
2752
  this.emptyCell.destroy();
2279
2753
  delete this.emptyCell;
2280
2754
  this.compact.destroy();
@@ -2770,21 +3244,109 @@ GridsterComponent.ctorParameters = () => [
2770
3244
  ];
2771
3245
  GridsterComponent.propDecorators = {
2772
3246
  options: [{ type: Input }]
2773
- };
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
+ }
2774
3298
 
2775
3299
  /**
2776
3300
  * @fileoverview added by tsickle
2777
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3301
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2778
3302
  */
2779
3303
  /**
2780
3304
  * @abstract
2781
3305
  */
2782
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;
2783
3345
  }
2784
3346
 
2785
3347
  /**
2786
3348
  * @fileoverview added by tsickle
2787
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3349
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2788
3350
  */
2789
3351
  class GridsterSwap {
2790
3352
  /**
@@ -2895,11 +3457,28 @@ GridsterSwap.decorators = [
2895
3457
  /** @nocollapse */
2896
3458
  GridsterSwap.ctorParameters = () => [
2897
3459
  { type: GridsterItemComponentInterface }
2898
- ];
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
+ }
2899
3478
 
2900
3479
  /**
2901
3480
  * @fileoverview added by tsickle
2902
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3481
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2903
3482
  */
2904
3483
  /** @type {?} */
2905
3484
  let scrollSensitivity;
@@ -3094,7 +3673,7 @@ function cancelN() {
3094
3673
 
3095
3674
  /**
3096
3675
  * @fileoverview added by tsickle
3097
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3676
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3098
3677
  */
3099
3678
  class GridsterPush {
3100
3679
  /**
@@ -3505,11 +4084,61 @@ GridsterPush.decorators = [
3505
4084
  /** @nocollapse */
3506
4085
  GridsterPush.ctorParameters = () => [
3507
4086
  { type: GridsterItemComponentInterface }
3508
- ];
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
+ }
3509
4138
 
3510
4139
  /**
3511
4140
  * @fileoverview added by tsickle
3512
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4141
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3513
4142
  */
3514
4143
  class GridsterDraggable {
3515
4144
  /**
@@ -3787,6 +4416,10 @@ class GridsterDraggable {
3787
4416
  this.gridsterItem.$item.cols = itemColsbackup;
3788
4417
  this.gridsterItem.$item.rows = itemRowsbackup;
3789
4418
  }
4419
+ else {
4420
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4421
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4422
+ }
3790
4423
  return this.gridsterItem.$item;
3791
4424
  }
3792
4425
  /**
@@ -3931,11 +4564,84 @@ GridsterDraggable.ctorParameters = () => [
3931
4564
  { type: GridsterItemComponentInterface },
3932
4565
  { type: GridsterComponentInterface },
3933
4566
  { type: NgZone }
3934
- ];
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
+ }
3935
4641
 
3936
4642
  /**
3937
4643
  * @fileoverview added by tsickle
3938
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4644
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3939
4645
  */
3940
4646
  class GridsterPushResize {
3941
4647
  /**
@@ -4251,11 +4957,46 @@ GridsterPushResize.decorators = [
4251
4957
  /** @nocollapse */
4252
4958
  GridsterPushResize.ctorParameters = () => [
4253
4959
  { type: GridsterItemComponentInterface }
4254
- ];
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
+ }
4255
4996
 
4256
4997
  /**
4257
4998
  * @fileoverview added by tsickle
4258
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4999
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4259
5000
  */
4260
5001
  class GridsterResizable {
4261
5002
  /**
@@ -4721,11 +5462,86 @@ GridsterResizable.ctorParameters = () => [
4721
5462
  { type: GridsterItemComponentInterface },
4722
5463
  { type: GridsterComponentInterface },
4723
5464
  { type: NgZone }
4724
- ];
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
+ }
4725
5541
 
4726
5542
  /**
4727
5543
  * @fileoverview added by tsickle
4728
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5544
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4729
5545
  */
4730
5546
  class GridsterItemComponent {
4731
5547
  /**
@@ -4896,11 +5712,44 @@ GridsterItemComponent.ctorParameters = () => [
4896
5712
  ];
4897
5713
  GridsterItemComponent.propDecorators = {
4898
5714
  item: [{ type: Input }]
4899
- };
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
+ }
4900
5749
 
4901
5750
  /**
4902
5751
  * @fileoverview added by tsickle
4903
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5752
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4904
5753
  */
4905
5754
  class GridsterPreviewComponent {
4906
5755
  /**
@@ -4952,11 +5801,19 @@ GridsterPreviewComponent.ctorParameters = () => [
4952
5801
  { type: ElementRef },
4953
5802
  { type: GridsterComponent, decorators: [{ type: Host }] },
4954
5803
  { type: Renderer2 }
4955
- ];
5804
+ ];
5805
+ if (false) {
5806
+ /** @type {?} */
5807
+ GridsterPreviewComponent.prototype.el;
5808
+ /** @type {?} */
5809
+ GridsterPreviewComponent.prototype.gridster;
5810
+ /** @type {?} */
5811
+ GridsterPreviewComponent.prototype.renderer;
5812
+ }
4956
5813
 
4957
5814
  /**
4958
5815
  * @fileoverview added by tsickle
4959
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5816
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4960
5817
  */
4961
5818
  class GridsterModule {
4962
5819
  }
@@ -4978,7 +5835,7 @@ GridsterModule.decorators = [
4978
5835
 
4979
5836
  /**
4980
5837
  * @fileoverview added by tsickle
4981
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5838
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4982
5839
  */
4983
5840
  /** @type {?} */
4984
5841
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5016,7 +5873,7 @@ DashboardFrameworkModule.decorators = [
5016
5873
 
5017
5874
  /**
5018
5875
  * @fileoverview added by tsickle
5019
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5876
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5020
5877
  */
5021
5878
  /**
5022
5879
  * @abstract
@@ -5058,11 +5915,35 @@ RaBaseDashboardTemplate.propDecorators = {
5058
5915
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5059
5916
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5060
5917
  initialize: [{ type: Input }]
5061
- };
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
+ }
5062
5943
 
5063
5944
  /**
5064
5945
  * @fileoverview added by tsickle
5065
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5946
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5066
5947
  */
5067
5948
  /**
5068
5949
  * @abstract
@@ -5080,7 +5961,29 @@ class RaBaseDashboardFilter {
5080
5961
  }
5081
5962
  RaBaseDashboardFilter.propDecorators = {
5082
5963
  getAllFilterConfig: [{ type: Input }]
5083
- };
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
+ */
5084
5987
 
5085
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 };
5086
5989
  //# sourceMappingURL=schneideress-dashboardframework.js.map