@schneideress/dashboardframework 0.0.45 → 0.0.46

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 (77) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +49 -1064
  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 +7 -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 +3 -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 +51 -956
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +50 -955
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.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,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  class RaDashboardService extends BaseService {
19
19
  /**
@@ -142,18 +142,11 @@ 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" });
146
- if (false) {
147
- /**
148
- * @type {?}
149
- * @private
150
- */
151
- RaDashboardService.prototype.loadedScripts;
152
- }
145
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
153
146
 
154
147
  /**
155
148
  * @fileoverview added by tsickle
156
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
149
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
157
150
  */
158
151
  class RADashboardEventBus {
159
152
  constructor() {
@@ -223,18 +216,11 @@ RADashboardEventBus.decorators = [
223
216
  providedIn: 'root'
224
217
  },] }
225
218
  ];
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
- }
219
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
234
220
 
235
221
  /**
236
222
  * @fileoverview added by tsickle
237
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
223
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
238
224
  */
239
225
  /** @enum {string} */
240
226
  const RAEvent = {
@@ -281,7 +267,7 @@ const RAEventKey = {
281
267
 
282
268
  /**
283
269
  * @fileoverview added by tsickle
284
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
270
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
285
271
  */
286
272
  /** @enum {string} */
287
273
  const GridType = {
@@ -308,196 +294,11 @@ const CompactType = {
308
294
  CompactRight: 'compactRight',
309
295
  CompactUpAndRight: 'compactUp&Right',
310
296
  CompactRightAndUp: 'compactRight&Up',
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
- }
297
+ };
497
298
 
498
299
  /**
499
300
  * @fileoverview added by tsickle
500
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
301
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
501
302
  */
502
303
  /** @type {?} */
503
304
  const GridsterConfigDefaultSettings = {
@@ -559,7 +360,7 @@ const GridsterConfigDefaultSettings = {
559
360
 
560
361
  /**
561
362
  * @fileoverview added by tsickle
562
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
363
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
563
364
  */
564
365
  class RADashboardArea {
565
366
  /**
@@ -964,83 +765,11 @@ RADashboardArea.propDecorators = {
964
765
  widgetHeight: [{ type: Input, args: ['widget-height',] }],
965
766
  widgetWidth: [{ type: Input, args: ['widget-width',] }],
966
767
  appConfig: [{ type: Input, args: ['app-config',] }]
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
- }
768
+ };
1040
769
 
1041
770
  /**
1042
771
  * @fileoverview added by tsickle
1043
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
772
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1044
773
  */
1045
774
  class RAWidgetContainer {
1046
775
  /**
@@ -1086,9 +815,7 @@ class RAWidgetContainer {
1086
815
  }
1087
816
  if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1088
817
  (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1089
- this.data.widgetInfo.isDimensionUpdate = true;
1090
- this.refreshWidget(this.data.widgetInfo);
1091
- this.data.widgetInfo.isDimensionUpdate = false;
818
+ this.widgetElement.widgetResized(this.height, this.width);
1092
819
  }
1093
820
  }
1094
821
  /**
@@ -1169,7 +896,7 @@ class RAWidgetContainer {
1169
896
  * @return {?}
1170
897
  */
1171
898
  loadWidget(widgetInfo) {
1172
- return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
899
+ return __awaiter(this, void 0, void 0, function* () {
1173
900
  /** @type {?} */
1174
901
  let widgetConfigFilter = (/** @type {?} */ ({
1175
902
  config: widgetInfo.widgetConfigInfo.config,
@@ -1186,7 +913,7 @@ class RAWidgetContainer {
1186
913
  document.body.addEventListener('widgetinitiated' + widgetInfo.widgetInstanceId, (/**
1187
914
  * @return {?}
1188
915
  */
1189
- () => __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
916
+ () => __awaiter(this, void 0, void 0, function* () {
1190
917
  console.log('widget initiated' + widgetInfo.widgetInstanceId);
1191
918
  widgetContainer.isWidgetLoaded = true;
1192
919
  widgetConfigFilter.appConfig = this.appConfig;
@@ -1205,7 +932,7 @@ class RAWidgetContainer {
1205
932
  * @return {?}
1206
933
  */
1207
934
  refreshWidget(widgetInfo) {
1208
- return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
935
+ return __awaiter(this, void 0, void 0, function* () {
1209
936
  /** @type {?} */
1210
937
  let widgetContainerContext = this;
1211
938
  /** @type {?} */
@@ -1227,7 +954,7 @@ class RAWidgetContainer {
1227
954
  * @return {?}
1228
955
  */
1229
956
  setLock(config) {
1230
- return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
957
+ return __awaiter(this, void 0, void 0, function* () {
1231
958
  this.lockStatus = yield this.widgetElement.loadLockStatus(config);
1232
959
  if (this.lockStatus) {
1233
960
  switch (this.lockStatus) {
@@ -1277,82 +1004,11 @@ RAWidgetContainer.propDecorators = {
1277
1004
  width: [{ type: Input, args: ['widget-width',] }],
1278
1005
  height: [{ type: Input, args: ['widget-height',] }],
1279
1006
  widgetDeleted: [{ type: Output }]
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
- }
1007
+ };
1352
1008
 
1353
1009
  /**
1354
1010
  * @fileoverview added by tsickle
1355
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1011
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1356
1012
  */
1357
1013
  /** @type {?} */
1358
1014
  const customNotifierOptions = {
@@ -1398,7 +1054,7 @@ const customNotifierOptions = {
1398
1054
 
1399
1055
  /**
1400
1056
  * @fileoverview added by tsickle
1401
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1057
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1402
1058
  */
1403
1059
  /** @type {?} */
1404
1060
  const GridsterConfigService = {
@@ -1576,7 +1232,7 @@ const GridsterConfigService = {
1576
1232
 
1577
1233
  /**
1578
1234
  * @fileoverview added by tsickle
1579
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1235
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1580
1236
  */
1581
1237
  class GridsterUtils {
1582
1238
  /**
@@ -1712,91 +1368,17 @@ GridsterUtils.decorators = [
1712
1368
 
1713
1369
  /**
1714
1370
  * @fileoverview added by tsickle
1715
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1371
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1716
1372
  */
1717
1373
  /**
1718
1374
  * @abstract
1719
1375
  */
1720
1376
  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;
1795
1377
  }
1796
1378
 
1797
1379
  /**
1798
1380
  * @fileoverview added by tsickle
1799
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1381
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1800
1382
  */
1801
1383
  class GridsterEmptyCell {
1802
1384
  /**
@@ -2073,44 +1655,11 @@ GridsterEmptyCell.decorators = [
2073
1655
  /** @nocollapse */
2074
1656
  GridsterEmptyCell.ctorParameters = () => [
2075
1657
  { type: GridsterComponentInterface }
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
- }
1658
+ ];
2110
1659
 
2111
1660
  /**
2112
1661
  * @fileoverview added by tsickle
2113
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1662
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2114
1663
  */
2115
1664
  class GridsterCompact {
2116
1665
  /**
@@ -2319,18 +1868,11 @@ GridsterCompact.decorators = [
2319
1868
  /** @nocollapse */
2320
1869
  GridsterCompact.ctorParameters = () => [
2321
1870
  { type: GridsterComponentInterface }
2322
- ];
2323
- if (false) {
2324
- /**
2325
- * @type {?}
2326
- * @private
2327
- */
2328
- GridsterCompact.prototype.gridster;
2329
- }
1871
+ ];
2330
1872
 
2331
1873
  /**
2332
1874
  * @fileoverview added by tsickle
2333
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1875
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2334
1876
  */
2335
1877
  class GridsterRenderer {
2336
1878
  /**
@@ -2593,18 +2135,11 @@ GridsterRenderer.decorators = [
2593
2135
  /** @nocollapse */
2594
2136
  GridsterRenderer.ctorParameters = () => [
2595
2137
  { type: GridsterComponentInterface }
2596
- ];
2597
- if (false) {
2598
- /**
2599
- * @type {?}
2600
- * @private
2601
- */
2602
- GridsterRenderer.prototype.gridster;
2603
- }
2138
+ ];
2604
2139
 
2605
2140
  /**
2606
2141
  * @fileoverview added by tsickle
2607
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2142
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2608
2143
  */
2609
2144
  class GridsterComponent {
2610
2145
  /**
@@ -2738,17 +2273,6 @@ class GridsterComponent {
2738
2273
  if (this.options.destroyCallback) {
2739
2274
  this.options.destroyCallback(this);
2740
2275
  }
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
- }
2752
2276
  this.emptyCell.destroy();
2753
2277
  delete this.emptyCell;
2754
2278
  this.compact.destroy();
@@ -3244,109 +2768,21 @@ GridsterComponent.ctorParameters = () => [
3244
2768
  ];
3245
2769
  GridsterComponent.propDecorators = {
3246
2770
  options: [{ type: Input }]
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
- }
2771
+ };
3298
2772
 
3299
2773
  /**
3300
2774
  * @fileoverview added by tsickle
3301
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2775
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3302
2776
  */
3303
2777
  /**
3304
2778
  * @abstract
3305
2779
  */
3306
2780
  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;
3345
2781
  }
3346
2782
 
3347
2783
  /**
3348
2784
  * @fileoverview added by tsickle
3349
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2785
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3350
2786
  */
3351
2787
  class GridsterSwap {
3352
2788
  /**
@@ -3457,28 +2893,11 @@ GridsterSwap.decorators = [
3457
2893
  /** @nocollapse */
3458
2894
  GridsterSwap.ctorParameters = () => [
3459
2895
  { type: GridsterItemComponentInterface }
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
- }
2896
+ ];
3478
2897
 
3479
2898
  /**
3480
2899
  * @fileoverview added by tsickle
3481
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2900
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3482
2901
  */
3483
2902
  /** @type {?} */
3484
2903
  let scrollSensitivity;
@@ -3673,7 +3092,7 @@ function cancelN() {
3673
3092
 
3674
3093
  /**
3675
3094
  * @fileoverview added by tsickle
3676
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3095
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3677
3096
  */
3678
3097
  class GridsterPush {
3679
3098
  /**
@@ -4084,61 +3503,11 @@ GridsterPush.decorators = [
4084
3503
  /** @nocollapse */
4085
3504
  GridsterPush.ctorParameters = () => [
4086
3505
  { type: GridsterItemComponentInterface }
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
- }
3506
+ ];
4138
3507
 
4139
3508
  /**
4140
3509
  * @fileoverview added by tsickle
4141
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3510
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4142
3511
  */
4143
3512
  class GridsterDraggable {
4144
3513
  /**
@@ -4416,10 +3785,6 @@ class GridsterDraggable {
4416
3785
  this.gridsterItem.$item.cols = itemColsbackup;
4417
3786
  this.gridsterItem.$item.rows = itemRowsbackup;
4418
3787
  }
4419
- else {
4420
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4421
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4422
- }
4423
3788
  return this.gridsterItem.$item;
4424
3789
  }
4425
3790
  /**
@@ -4564,84 +3929,11 @@ GridsterDraggable.ctorParameters = () => [
4564
3929
  { type: GridsterItemComponentInterface },
4565
3930
  { type: GridsterComponentInterface },
4566
3931
  { type: NgZone }
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
- }
3932
+ ];
4641
3933
 
4642
3934
  /**
4643
3935
  * @fileoverview added by tsickle
4644
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3936
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4645
3937
  */
4646
3938
  class GridsterPushResize {
4647
3939
  /**
@@ -4957,46 +4249,11 @@ GridsterPushResize.decorators = [
4957
4249
  /** @nocollapse */
4958
4250
  GridsterPushResize.ctorParameters = () => [
4959
4251
  { type: GridsterItemComponentInterface }
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
- }
4252
+ ];
4996
4253
 
4997
4254
  /**
4998
4255
  * @fileoverview added by tsickle
4999
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4256
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5000
4257
  */
5001
4258
  class GridsterResizable {
5002
4259
  /**
@@ -5462,86 +4719,11 @@ GridsterResizable.ctorParameters = () => [
5462
4719
  { type: GridsterItemComponentInterface },
5463
4720
  { type: GridsterComponentInterface },
5464
4721
  { type: NgZone }
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
- }
4722
+ ];
5541
4723
 
5542
4724
  /**
5543
4725
  * @fileoverview added by tsickle
5544
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4726
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5545
4727
  */
5546
4728
  class GridsterItemComponent {
5547
4729
  /**
@@ -5712,44 +4894,11 @@ GridsterItemComponent.ctorParameters = () => [
5712
4894
  ];
5713
4895
  GridsterItemComponent.propDecorators = {
5714
4896
  item: [{ type: Input }]
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
- }
4897
+ };
5749
4898
 
5750
4899
  /**
5751
4900
  * @fileoverview added by tsickle
5752
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4901
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5753
4902
  */
5754
4903
  class GridsterPreviewComponent {
5755
4904
  /**
@@ -5801,19 +4950,11 @@ GridsterPreviewComponent.ctorParameters = () => [
5801
4950
  { type: ElementRef },
5802
4951
  { type: GridsterComponent, decorators: [{ type: Host }] },
5803
4952
  { type: Renderer2 }
5804
- ];
5805
- if (false) {
5806
- /** @type {?} */
5807
- GridsterPreviewComponent.prototype.el;
5808
- /** @type {?} */
5809
- GridsterPreviewComponent.prototype.gridster;
5810
- /** @type {?} */
5811
- GridsterPreviewComponent.prototype.renderer;
5812
- }
4953
+ ];
5813
4954
 
5814
4955
  /**
5815
4956
  * @fileoverview added by tsickle
5816
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4957
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5817
4958
  */
5818
4959
  class GridsterModule {
5819
4960
  }
@@ -5835,7 +4976,7 @@ GridsterModule.decorators = [
5835
4976
 
5836
4977
  /**
5837
4978
  * @fileoverview added by tsickle
5838
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4979
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5839
4980
  */
5840
4981
  /** @type {?} */
5841
4982
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5873,7 +5014,7 @@ DashboardFrameworkModule.decorators = [
5873
5014
 
5874
5015
  /**
5875
5016
  * @fileoverview added by tsickle
5876
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5017
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5877
5018
  */
5878
5019
  /**
5879
5020
  * @abstract
@@ -5915,35 +5056,11 @@ RaBaseDashboardTemplate.propDecorators = {
5915
5056
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5916
5057
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5917
5058
  initialize: [{ type: Input }]
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
- }
5059
+ };
5943
5060
 
5944
5061
  /**
5945
5062
  * @fileoverview added by tsickle
5946
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5063
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5947
5064
  */
5948
5065
  /**
5949
5066
  * @abstract
@@ -5961,29 +5078,7 @@ class RaBaseDashboardFilter {
5961
5078
  }
5962
5079
  RaBaseDashboardFilter.propDecorators = {
5963
5080
  getAllFilterConfig: [{ type: Input }]
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
- */
5081
+ };
5987
5082
 
5988
5083
  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 };
5989
5084
  //# sourceMappingURL=schneideress-dashboardframework.js.map