@schneideress/dashboardframework 0.0.45 → 0.0.47

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 +52 -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 +10 -9
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +1 -1
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +6 -5
  64. package/esm5/lib/ra.base.dashboard.filter.js +1 -1
  65. package/esm5/lib/ra.base.dashboard.template.js +1 -1
  66. package/esm5/lib/ra.dashbard.event.bus.js +1 -1
  67. package/esm5/lib/ra.dashboard.module.js +1 -1
  68. package/esm5/lib/ra.dashboard.service.js +1 -1
  69. package/esm5/lib/ra.event.enum.js +1 -1
  70. package/esm5/lib/ra.gridster.config.js +1 -1
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +54 -956
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +53 -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,10 @@ 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
+ if (this.widgetElement) {
819
+ alert('container');
820
+ this.widgetElement.widgetResized(this.height, this.width);
821
+ }
1092
822
  }
1093
823
  }
1094
824
  /**
@@ -1169,7 +899,7 @@ class RAWidgetContainer {
1169
899
  * @return {?}
1170
900
  */
1171
901
  loadWidget(widgetInfo) {
1172
- return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
902
+ return __awaiter(this, void 0, void 0, function* () {
1173
903
  /** @type {?} */
1174
904
  let widgetConfigFilter = (/** @type {?} */ ({
1175
905
  config: widgetInfo.widgetConfigInfo.config,
@@ -1186,7 +916,7 @@ class RAWidgetContainer {
1186
916
  document.body.addEventListener('widgetinitiated' + widgetInfo.widgetInstanceId, (/**
1187
917
  * @return {?}
1188
918
  */
1189
- () => __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
919
+ () => __awaiter(this, void 0, void 0, function* () {
1190
920
  console.log('widget initiated' + widgetInfo.widgetInstanceId);
1191
921
  widgetContainer.isWidgetLoaded = true;
1192
922
  widgetConfigFilter.appConfig = this.appConfig;
@@ -1205,7 +935,7 @@ class RAWidgetContainer {
1205
935
  * @return {?}
1206
936
  */
1207
937
  refreshWidget(widgetInfo) {
1208
- return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
938
+ return __awaiter(this, void 0, void 0, function* () {
1209
939
  /** @type {?} */
1210
940
  let widgetContainerContext = this;
1211
941
  /** @type {?} */
@@ -1227,7 +957,7 @@ class RAWidgetContainer {
1227
957
  * @return {?}
1228
958
  */
1229
959
  setLock(config) {
1230
- return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
960
+ return __awaiter(this, void 0, void 0, function* () {
1231
961
  this.lockStatus = yield this.widgetElement.loadLockStatus(config);
1232
962
  if (this.lockStatus) {
1233
963
  switch (this.lockStatus) {
@@ -1277,82 +1007,11 @@ RAWidgetContainer.propDecorators = {
1277
1007
  width: [{ type: Input, args: ['widget-width',] }],
1278
1008
  height: [{ type: Input, args: ['widget-height',] }],
1279
1009
  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
- }
1010
+ };
1352
1011
 
1353
1012
  /**
1354
1013
  * @fileoverview added by tsickle
1355
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1014
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1356
1015
  */
1357
1016
  /** @type {?} */
1358
1017
  const customNotifierOptions = {
@@ -1398,7 +1057,7 @@ const customNotifierOptions = {
1398
1057
 
1399
1058
  /**
1400
1059
  * @fileoverview added by tsickle
1401
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1060
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1402
1061
  */
1403
1062
  /** @type {?} */
1404
1063
  const GridsterConfigService = {
@@ -1576,7 +1235,7 @@ const GridsterConfigService = {
1576
1235
 
1577
1236
  /**
1578
1237
  * @fileoverview added by tsickle
1579
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1238
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1580
1239
  */
1581
1240
  class GridsterUtils {
1582
1241
  /**
@@ -1712,91 +1371,17 @@ GridsterUtils.decorators = [
1712
1371
 
1713
1372
  /**
1714
1373
  * @fileoverview added by tsickle
1715
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1374
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1716
1375
  */
1717
1376
  /**
1718
1377
  * @abstract
1719
1378
  */
1720
1379
  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
1380
  }
1796
1381
 
1797
1382
  /**
1798
1383
  * @fileoverview added by tsickle
1799
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1384
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1800
1385
  */
1801
1386
  class GridsterEmptyCell {
1802
1387
  /**
@@ -2073,44 +1658,11 @@ GridsterEmptyCell.decorators = [
2073
1658
  /** @nocollapse */
2074
1659
  GridsterEmptyCell.ctorParameters = () => [
2075
1660
  { 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
- }
1661
+ ];
2110
1662
 
2111
1663
  /**
2112
1664
  * @fileoverview added by tsickle
2113
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1665
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2114
1666
  */
2115
1667
  class GridsterCompact {
2116
1668
  /**
@@ -2319,18 +1871,11 @@ GridsterCompact.decorators = [
2319
1871
  /** @nocollapse */
2320
1872
  GridsterCompact.ctorParameters = () => [
2321
1873
  { type: GridsterComponentInterface }
2322
- ];
2323
- if (false) {
2324
- /**
2325
- * @type {?}
2326
- * @private
2327
- */
2328
- GridsterCompact.prototype.gridster;
2329
- }
1874
+ ];
2330
1875
 
2331
1876
  /**
2332
1877
  * @fileoverview added by tsickle
2333
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1878
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2334
1879
  */
2335
1880
  class GridsterRenderer {
2336
1881
  /**
@@ -2593,18 +2138,11 @@ GridsterRenderer.decorators = [
2593
2138
  /** @nocollapse */
2594
2139
  GridsterRenderer.ctorParameters = () => [
2595
2140
  { type: GridsterComponentInterface }
2596
- ];
2597
- if (false) {
2598
- /**
2599
- * @type {?}
2600
- * @private
2601
- */
2602
- GridsterRenderer.prototype.gridster;
2603
- }
2141
+ ];
2604
2142
 
2605
2143
  /**
2606
2144
  * @fileoverview added by tsickle
2607
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2145
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2608
2146
  */
2609
2147
  class GridsterComponent {
2610
2148
  /**
@@ -2738,17 +2276,6 @@ class GridsterComponent {
2738
2276
  if (this.options.destroyCallback) {
2739
2277
  this.options.destroyCallback(this);
2740
2278
  }
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
2279
  this.emptyCell.destroy();
2753
2280
  delete this.emptyCell;
2754
2281
  this.compact.destroy();
@@ -3244,109 +2771,21 @@ GridsterComponent.ctorParameters = () => [
3244
2771
  ];
3245
2772
  GridsterComponent.propDecorators = {
3246
2773
  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
- }
2774
+ };
3298
2775
 
3299
2776
  /**
3300
2777
  * @fileoverview added by tsickle
3301
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2778
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3302
2779
  */
3303
2780
  /**
3304
2781
  * @abstract
3305
2782
  */
3306
2783
  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
2784
  }
3346
2785
 
3347
2786
  /**
3348
2787
  * @fileoverview added by tsickle
3349
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2788
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3350
2789
  */
3351
2790
  class GridsterSwap {
3352
2791
  /**
@@ -3457,28 +2896,11 @@ GridsterSwap.decorators = [
3457
2896
  /** @nocollapse */
3458
2897
  GridsterSwap.ctorParameters = () => [
3459
2898
  { 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
- }
2899
+ ];
3478
2900
 
3479
2901
  /**
3480
2902
  * @fileoverview added by tsickle
3481
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2903
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3482
2904
  */
3483
2905
  /** @type {?} */
3484
2906
  let scrollSensitivity;
@@ -3673,7 +3095,7 @@ function cancelN() {
3673
3095
 
3674
3096
  /**
3675
3097
  * @fileoverview added by tsickle
3676
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3098
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3677
3099
  */
3678
3100
  class GridsterPush {
3679
3101
  /**
@@ -4084,61 +3506,11 @@ GridsterPush.decorators = [
4084
3506
  /** @nocollapse */
4085
3507
  GridsterPush.ctorParameters = () => [
4086
3508
  { 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
- }
3509
+ ];
4138
3510
 
4139
3511
  /**
4140
3512
  * @fileoverview added by tsickle
4141
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3513
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4142
3514
  */
4143
3515
  class GridsterDraggable {
4144
3516
  /**
@@ -4416,10 +3788,6 @@ class GridsterDraggable {
4416
3788
  this.gridsterItem.$item.cols = itemColsbackup;
4417
3789
  this.gridsterItem.$item.rows = itemRowsbackup;
4418
3790
  }
4419
- else {
4420
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4421
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4422
- }
4423
3791
  return this.gridsterItem.$item;
4424
3792
  }
4425
3793
  /**
@@ -4564,84 +3932,11 @@ GridsterDraggable.ctorParameters = () => [
4564
3932
  { type: GridsterItemComponentInterface },
4565
3933
  { type: GridsterComponentInterface },
4566
3934
  { 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
- }
3935
+ ];
4641
3936
 
4642
3937
  /**
4643
3938
  * @fileoverview added by tsickle
4644
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3939
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4645
3940
  */
4646
3941
  class GridsterPushResize {
4647
3942
  /**
@@ -4957,46 +4252,11 @@ GridsterPushResize.decorators = [
4957
4252
  /** @nocollapse */
4958
4253
  GridsterPushResize.ctorParameters = () => [
4959
4254
  { 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
- }
4255
+ ];
4996
4256
 
4997
4257
  /**
4998
4258
  * @fileoverview added by tsickle
4999
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4259
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5000
4260
  */
5001
4261
  class GridsterResizable {
5002
4262
  /**
@@ -5462,86 +4722,11 @@ GridsterResizable.ctorParameters = () => [
5462
4722
  { type: GridsterItemComponentInterface },
5463
4723
  { type: GridsterComponentInterface },
5464
4724
  { 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
- }
4725
+ ];
5541
4726
 
5542
4727
  /**
5543
4728
  * @fileoverview added by tsickle
5544
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4729
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5545
4730
  */
5546
4731
  class GridsterItemComponent {
5547
4732
  /**
@@ -5712,44 +4897,11 @@ GridsterItemComponent.ctorParameters = () => [
5712
4897
  ];
5713
4898
  GridsterItemComponent.propDecorators = {
5714
4899
  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
- }
4900
+ };
5749
4901
 
5750
4902
  /**
5751
4903
  * @fileoverview added by tsickle
5752
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4904
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5753
4905
  */
5754
4906
  class GridsterPreviewComponent {
5755
4907
  /**
@@ -5801,19 +4953,11 @@ GridsterPreviewComponent.ctorParameters = () => [
5801
4953
  { type: ElementRef },
5802
4954
  { type: GridsterComponent, decorators: [{ type: Host }] },
5803
4955
  { 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
- }
4956
+ ];
5813
4957
 
5814
4958
  /**
5815
4959
  * @fileoverview added by tsickle
5816
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4960
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5817
4961
  */
5818
4962
  class GridsterModule {
5819
4963
  }
@@ -5835,7 +4979,7 @@ GridsterModule.decorators = [
5835
4979
 
5836
4980
  /**
5837
4981
  * @fileoverview added by tsickle
5838
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4982
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5839
4983
  */
5840
4984
  /** @type {?} */
5841
4985
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5873,7 +5017,7 @@ DashboardFrameworkModule.decorators = [
5873
5017
 
5874
5018
  /**
5875
5019
  * @fileoverview added by tsickle
5876
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5020
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5877
5021
  */
5878
5022
  /**
5879
5023
  * @abstract
@@ -5915,35 +5059,11 @@ RaBaseDashboardTemplate.propDecorators = {
5915
5059
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5916
5060
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5917
5061
  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
- }
5062
+ };
5943
5063
 
5944
5064
  /**
5945
5065
  * @fileoverview added by tsickle
5946
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5066
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5947
5067
  */
5948
5068
  /**
5949
5069
  * @abstract
@@ -5961,29 +5081,7 @@ class RaBaseDashboardFilter {
5961
5081
  }
5962
5082
  RaBaseDashboardFilter.propDecorators = {
5963
5083
  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
- */
5084
+ };
5987
5085
 
5988
5086
  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
5087
  //# sourceMappingURL=schneideress-dashboardframework.js.map