@schneideress/dashboardframework 0.0.105 → 0.0.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +69 -1172
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +2 -3
  6. package/esm2015/gridster/lib/gridster.component.js +2 -3
  7. package/esm2015/gridster/lib/gridster.interface.js +2 -3
  8. package/esm2015/gridster/lib/gridster.module.js +2 -3
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
  15. package/esm2015/gridster/lib/gridsterItem.component.js +2 -3
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
  19. package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
  27. package/esm2015/lib/custom.notifier.options.js +2 -3
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +3 -4
  30. package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
  31. package/esm2015/lib/ra.base.dashboard.template.js +2 -3
  32. package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
  33. package/esm2015/lib/ra.dashboard.module.js +2 -3
  34. package/esm2015/lib/ra.dashboard.service.js +3 -4
  35. package/esm2015/lib/ra.event.enum.js +2 -3
  36. package/esm2015/lib/ra.gridster.config.js +2 -3
  37. package/esm2015/public-api.js +2 -3
  38. package/esm2015/schneideress-dashboardframework.js +2 -3
  39. package/esm5/gridster/index.js +2 -3
  40. package/esm5/gridster/lib/gridster.component.js +2 -3
  41. package/esm5/gridster/lib/gridster.interface.js +2 -3
  42. package/esm5/gridster/lib/gridster.module.js +2 -3
  43. package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
  49. package/esm5/gridster/lib/gridsterItem.component.js +2 -3
  50. package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
  52. package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
  53. package/esm5/gridster/lib/gridsterPush.service.js +2 -3
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
  56. package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  58. package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
  59. package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
  60. package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
  61. package/esm5/lib/custom.notifier.options.js +2 -3
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +3 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +2 -3
  65. package/esm5/lib/ra.base.dashboard.template.js +2 -3
  66. package/esm5/lib/ra.dashbard.event.bus.js +2 -3
  67. package/esm5/lib/ra.dashboard.module.js +2 -3
  68. package/esm5/lib/ra.dashboard.service.js +3 -4
  69. package/esm5/lib/ra.event.enum.js +2 -3
  70. package/esm5/lib/ra.gridster.config.js +2 -3
  71. package/esm5/public-api.js +2 -3
  72. package/esm5/schneideress-dashboardframework.js +2 -3
  73. package/fesm2015/schneideress-dashboardframework.js +67 -1052
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +70 -1055
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -14,8 +14,7 @@ import { RAUserControlModule } from '@schneideress/user-controls';
14
14
 
15
15
  /**
16
16
  * @fileoverview added by tsickle
17
- * Generated from: lib/ra.dashboard.service.ts
18
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
19
18
  */
20
19
  class RaDashboardService extends BaseService {
21
20
  /**
@@ -108,7 +107,7 @@ class RaDashboardService extends BaseService {
108
107
  */
109
108
  deleteWidget(widgetInfo, appConfig) {
110
109
  this.baseUrl = appConfig.apiBaseUrl;
111
- return this.post('widget/DeleteWidgetUser', widgetInfo);
110
+ return this.delete('widget/DeleteWidgetUser?widgetInstanceId=' + widgetInfo.widgetInstanceId);
112
111
  }
113
112
  /**
114
113
  * To Update widgetInfo in database
@@ -144,19 +143,11 @@ RaDashboardService.decorators = [
144
143
  RaDashboardService.ctorParameters = () => [
145
144
  { type: Injector }
146
145
  ];
147
- /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
148
- if (false) {
149
- /**
150
- * @type {?}
151
- * @private
152
- */
153
- RaDashboardService.prototype.loadedScripts;
154
- }
146
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
155
147
 
156
148
  /**
157
149
  * @fileoverview added by tsickle
158
- * Generated from: lib/ra.dashbard.event.bus.ts
159
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
150
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
160
151
  */
161
152
  class RADashboardEventBus {
162
153
  constructor() {
@@ -226,19 +217,11 @@ RADashboardEventBus.decorators = [
226
217
  providedIn: 'root'
227
218
  },] }
228
219
  ];
229
- /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
230
- if (false) {
231
- /**
232
- * @type {?}
233
- * @private
234
- */
235
- RADashboardEventBus.prototype.eventQueue;
236
- }
220
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
237
221
 
238
222
  /**
239
223
  * @fileoverview added by tsickle
240
- * Generated from: lib/ra.event.enum.ts
241
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
242
225
  */
243
226
  /** @enum {string} */
244
227
  const RAEvent = {
@@ -287,225 +270,38 @@ const RAEventKey = {
287
270
 
288
271
  /**
289
272
  * @fileoverview added by tsickle
290
- * Generated from: gridster/lib/gridsterConfig.interface.ts
291
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
273
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
292
274
  */
293
275
  /** @enum {string} */
294
276
  const GridType = {
295
- Fit: "fit",
296
- ScrollVertical: "scrollVertical",
297
- ScrollHorizontal: "scrollHorizontal",
298
- Fixed: "fixed",
299
- VerticalFixed: "verticalFixed",
300
- HorizontalFixed: "horizontalFixed",
277
+ Fit: 'fit',
278
+ ScrollVertical: 'scrollVertical',
279
+ ScrollHorizontal: 'scrollHorizontal',
280
+ Fixed: 'fixed',
281
+ VerticalFixed: 'verticalFixed',
282
+ HorizontalFixed: 'horizontalFixed',
301
283
  };
302
284
  /** @enum {string} */
303
285
  const DisplayGrid = {
304
- Always: "always",
305
- OnDragAndResize: "onDrag&Resize",
306
- None: "none",
286
+ Always: 'always',
287
+ OnDragAndResize: 'onDrag&Resize',
288
+ None: 'none',
307
289
  };
308
290
  /** @enum {string} */
309
291
  const CompactType = {
310
- None: "none",
311
- CompactUp: "compactUp",
312
- CompactLeft: "compactLeft",
313
- CompactUpAndLeft: "compactUp&Left",
314
- CompactLeftAndUp: "compactLeft&Up",
315
- CompactRight: "compactRight",
316
- CompactUpAndRight: "compactUp&Right",
317
- CompactRightAndUp: "compactRight&Up",
318
- };
319
- /**
320
- * @record
321
- */
322
- function GridsterConfig() { }
323
- if (false) {
324
- /** @type {?|undefined} */
325
- GridsterConfig.prototype.gridType;
326
- /** @type {?|undefined} */
327
- GridsterConfig.prototype.fixedColWidth;
328
- /** @type {?|undefined} */
329
- GridsterConfig.prototype.fixedRowHeight;
330
- /** @type {?|undefined} */
331
- GridsterConfig.prototype.keepFixedHeightInMobile;
332
- /** @type {?|undefined} */
333
- GridsterConfig.prototype.keepFixedWidthInMobile;
334
- /** @type {?|undefined} */
335
- GridsterConfig.prototype.setGridSize;
336
- /** @type {?|undefined} */
337
- GridsterConfig.prototype.compactType;
338
- /** @type {?|undefined} */
339
- GridsterConfig.prototype.mobileBreakpoint;
340
- /** @type {?|undefined} */
341
- GridsterConfig.prototype.minCols;
342
- /** @type {?|undefined} */
343
- GridsterConfig.prototype.maxCols;
344
- /** @type {?|undefined} */
345
- GridsterConfig.prototype.minRows;
346
- /** @type {?|undefined} */
347
- GridsterConfig.prototype.maxRows;
348
- /** @type {?|undefined} */
349
- GridsterConfig.prototype.defaultItemCols;
350
- /** @type {?|undefined} */
351
- GridsterConfig.prototype.defaultItemRows;
352
- /** @type {?|undefined} */
353
- GridsterConfig.prototype.maxItemCols;
354
- /** @type {?|undefined} */
355
- GridsterConfig.prototype.maxItemRows;
356
- /** @type {?|undefined} */
357
- GridsterConfig.prototype.minItemCols;
358
- /** @type {?|undefined} */
359
- GridsterConfig.prototype.minItemRows;
360
- /** @type {?|undefined} */
361
- GridsterConfig.prototype.minItemArea;
362
- /** @type {?|undefined} */
363
- GridsterConfig.prototype.maxItemArea;
364
- /** @type {?|undefined} */
365
- GridsterConfig.prototype.margin;
366
- /** @type {?|undefined} */
367
- GridsterConfig.prototype.outerMargin;
368
- /** @type {?|undefined} */
369
- GridsterConfig.prototype.outerMarginTop;
370
- /** @type {?|undefined} */
371
- GridsterConfig.prototype.outerMarginRight;
372
- /** @type {?|undefined} */
373
- GridsterConfig.prototype.outerMarginBottom;
374
- /** @type {?|undefined} */
375
- GridsterConfig.prototype.outerMarginLeft;
376
- /** @type {?|undefined} */
377
- GridsterConfig.prototype.useTransformPositioning;
378
- /** @type {?|undefined} */
379
- GridsterConfig.prototype.scrollSensitivity;
380
- /** @type {?|undefined} */
381
- GridsterConfig.prototype.scrollSpeed;
382
- /** @type {?|undefined} */
383
- GridsterConfig.prototype.initCallback;
384
- /** @type {?|undefined} */
385
- GridsterConfig.prototype.destroyCallback;
386
- /** @type {?|undefined} */
387
- GridsterConfig.prototype.gridSizeChangedCallback;
388
- /** @type {?|undefined} */
389
- GridsterConfig.prototype.itemChangeCallback;
390
- /** @type {?|undefined} */
391
- GridsterConfig.prototype.itemResizeCallback;
392
- /** @type {?|undefined} */
393
- GridsterConfig.prototype.itemInitCallback;
394
- /** @type {?|undefined} */
395
- GridsterConfig.prototype.itemRemovedCallback;
396
- /** @type {?|undefined} */
397
- GridsterConfig.prototype.itemValidateCallback;
398
- /** @type {?|undefined} */
399
- GridsterConfig.prototype.draggable;
400
- /** @type {?|undefined} */
401
- GridsterConfig.prototype.resizable;
402
- /** @type {?|undefined} */
403
- GridsterConfig.prototype.swap;
404
- /** @type {?|undefined} */
405
- GridsterConfig.prototype.pushItems;
406
- /** @type {?|undefined} */
407
- GridsterConfig.prototype.disablePushOnDrag;
408
- /** @type {?|undefined} */
409
- GridsterConfig.prototype.disablePushOnResize;
410
- /** @type {?|undefined} */
411
- GridsterConfig.prototype.disableAutoPositionOnConflict;
412
- /** @type {?|undefined} */
413
- GridsterConfig.prototype.pushDirections;
414
- /** @type {?|undefined} */
415
- GridsterConfig.prototype.pushResizeItems;
416
- /** @type {?|undefined} */
417
- GridsterConfig.prototype.displayGrid;
418
- /** @type {?|undefined} */
419
- GridsterConfig.prototype.disableWindowResize;
420
- /** @type {?|undefined} */
421
- GridsterConfig.prototype.disableWarnings;
422
- /** @type {?|undefined} */
423
- GridsterConfig.prototype.scrollToNewItems;
424
- /** @type {?|undefined} */
425
- GridsterConfig.prototype.enableEmptyCellClick;
426
- /** @type {?|undefined} */
427
- GridsterConfig.prototype.enableEmptyCellContextMenu;
428
- /** @type {?|undefined} */
429
- GridsterConfig.prototype.enableEmptyCellDrop;
430
- /** @type {?|undefined} */
431
- GridsterConfig.prototype.enableEmptyCellDrag;
432
- /** @type {?|undefined} */
433
- GridsterConfig.prototype.emptyCellClickCallback;
434
- /** @type {?|undefined} */
435
- GridsterConfig.prototype.emptyCellContextMenuCallback;
436
- /** @type {?|undefined} */
437
- GridsterConfig.prototype.emptyCellDropCallback;
438
- /** @type {?|undefined} */
439
- GridsterConfig.prototype.emptyCellDragCallback;
440
- /** @type {?|undefined} */
441
- GridsterConfig.prototype.emptyCellDragMaxCols;
442
- /** @type {?|undefined} */
443
- GridsterConfig.prototype.emptyCellDragMaxRows;
444
- /** @type {?|undefined} */
445
- GridsterConfig.prototype.ignoreMarginInRow;
446
- /** @type {?|undefined} */
447
- GridsterConfig.prototype.autoResizeonDrag;
448
- /** @type {?|undefined} */
449
- GridsterConfig.prototype.api;
450
- /* Skipping unhandled member: [propName: string]: any;*/
451
- }
452
- /**
453
- * @record
454
- */
455
- function DragBase() { }
456
- if (false) {
457
- /** @type {?|undefined} */
458
- DragBase.prototype.enabled;
459
- /** @type {?|undefined} */
460
- DragBase.prototype.stop;
461
- /** @type {?|undefined} */
462
- DragBase.prototype.start;
463
- /** @type {?|undefined} */
464
- DragBase.prototype.delayStart;
465
- }
466
- /**
467
- * @record
468
- */
469
- function Draggable() { }
470
- if (false) {
471
- /** @type {?|undefined} */
472
- Draggable.prototype.ignoreContentClass;
473
- /** @type {?|undefined} */
474
- Draggable.prototype.ignoreContent;
475
- /** @type {?|undefined} */
476
- Draggable.prototype.dragHandleClass;
477
- /** @type {?|undefined} */
478
- Draggable.prototype.dropOverItems;
479
- /** @type {?|undefined} */
480
- Draggable.prototype.dropOverItemsCallback;
481
- }
482
- /**
483
- * @record
484
- */
485
- function Resizable() { }
486
- if (false) {
487
- /** @type {?|undefined} */
488
- Resizable.prototype.handles;
489
- }
490
- /**
491
- * @record
492
- */
493
- function PushDirections() { }
494
- if (false) {
495
- /** @type {?} */
496
- PushDirections.prototype.north;
497
- /** @type {?} */
498
- PushDirections.prototype.east;
499
- /** @type {?} */
500
- PushDirections.prototype.south;
501
- /** @type {?} */
502
- PushDirections.prototype.west;
503
- }
292
+ None: 'none',
293
+ CompactUp: 'compactUp',
294
+ CompactLeft: 'compactLeft',
295
+ CompactUpAndLeft: 'compactUp&Left',
296
+ CompactLeftAndUp: 'compactLeft&Up',
297
+ CompactRight: 'compactRight',
298
+ CompactUpAndRight: 'compactUp&Right',
299
+ CompactRightAndUp: 'compactRight&Up',
300
+ };
504
301
 
505
302
  /**
506
303
  * @fileoverview added by tsickle
507
- * Generated from: lib/ra.gridster.config.ts
508
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
304
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
509
305
  */
510
306
  /** @type {?} */
511
307
  const GridsterConfigDefaultSettings = {
@@ -571,8 +367,7 @@ const GridsterConfigDefaultSettings = {
571
367
 
572
368
  /**
573
369
  * @fileoverview added by tsickle
574
- * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
575
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
370
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
576
371
  */
577
372
  class RADashboardArea {
578
373
  /**
@@ -1017,88 +812,11 @@ RADashboardArea.propDecorators = {
1017
812
  appConfig: [{ type: Input, args: ['app-config',] }],
1018
813
  gridWrapper: [{ type: ViewChild, args: ['gridWrapper', { static: false },] }],
1019
814
  onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
1020
- };
1021
- if (false) {
1022
- /** @type {?} */
1023
- RADashboardArea.prototype.widgetList;
1024
- /** @type {?} */
1025
- RADashboardArea.prototype.options;
1026
- /** @type {?} */
1027
- RADashboardArea.prototype.gridheight;
1028
- /**
1029
- * @type {?}
1030
- * @private
1031
- */
1032
- RADashboardArea.prototype.conifgAddClick;
1033
- /**
1034
- * @type {?}
1035
- * @private
1036
- */
1037
- RADashboardArea.prototype.widgetDeleteEvent;
1038
- /**
1039
- * @type {?}
1040
- * @private
1041
- */
1042
- RADashboardArea.prototype.widgetAddEvent;
1043
- /**
1044
- * @type {?}
1045
- * @private
1046
- */
1047
- RADashboardArea.prototype.widgetLibraryDoneClick;
1048
- /**
1049
- * @type {?}
1050
- * @private
1051
- */
1052
- RADashboardArea.prototype.isWidgetLoaded;
1053
- /** @type {?} */
1054
- RADashboardArea.prototype.domResized;
1055
- /** @type {?} */
1056
- RADashboardArea.prototype.userDashboardId;
1057
- /** @type {?} */
1058
- RADashboardArea.prototype.areaKey;
1059
- /** @type {?} */
1060
- RADashboardArea.prototype.globalFilter;
1061
- /** @type {?} */
1062
- RADashboardArea.prototype.raDashboardEventBus;
1063
- /** @type {?} */
1064
- RADashboardArea.prototype.widgetHeight;
1065
- /** @type {?} */
1066
- RADashboardArea.prototype.widgetWidth;
1067
- /** @type {?} */
1068
- RADashboardArea.prototype.appConfig;
1069
- /** @type {?} */
1070
- RADashboardArea.prototype.gridWrapper;
1071
- /**
1072
- * @type {?}
1073
- * @private
1074
- */
1075
- RADashboardArea.prototype.dashboardService;
1076
- /**
1077
- * @type {?}
1078
- * @private
1079
- */
1080
- RADashboardArea.prototype.ngZone;
1081
- /**
1082
- * @type {?}
1083
- * @private
1084
- */
1085
- RADashboardArea.prototype.ngxService;
1086
- /**
1087
- * @type {?}
1088
- * @private
1089
- */
1090
- RADashboardArea.prototype.translateService;
1091
- /**
1092
- * @type {?}
1093
- * @private
1094
- */
1095
- RADashboardArea.prototype.notifier;
1096
- }
815
+ };
1097
816
 
1098
817
  /**
1099
818
  * @fileoverview added by tsickle
1100
- * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1101
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
819
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1102
820
  */
1103
821
  class RAWidgetContainer {
1104
822
  /**
@@ -1482,7 +1200,7 @@ RAWidgetContainer.decorators = [
1482
1200
  { type: Component, args: [{
1483
1201
  selector: 'ra-widget-container',
1484
1202
  template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\" >\r\n <div class=\"float-right\" style=\"display: flex;\" [ngClass]=\"{'lockInvisible': lockVisible}\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\" style=\"margin-right: -12px;\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1485
- styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1203
+ styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1486
1204
  }] }
1487
1205
  ];
1488
1206
  /** @nocollapse */
@@ -1509,118 +1227,11 @@ RAWidgetContainer.propDecorators = {
1509
1227
  gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
1510
1228
  widgetDeleted: [{ type: Output }],
1511
1229
  setResized: [{ type: Input, args: ['dom-resized',] }]
1512
- };
1513
- if (false) {
1514
- /** @type {?} */
1515
- RAWidgetContainer.prototype.showPanel;
1516
- /**
1517
- * @type {?}
1518
- * @private
1519
- */
1520
- RAWidgetContainer.prototype.isWidgetLoaded;
1521
- /**
1522
- * @type {?}
1523
- * @private
1524
- */
1525
- RAWidgetContainer.prototype.widgetElement;
1526
- /**
1527
- * @type {?}
1528
- * @private
1529
- */
1530
- RAWidgetContainer.prototype.configChanged;
1531
- /**
1532
- * @type {?}
1533
- * @private
1534
- */
1535
- RAWidgetContainer.prototype.isIEOrEdge;
1536
- /** @type {?} */
1537
- RAWidgetContainer.prototype.widgetHeight;
1538
- /** @type {?} */
1539
- RAWidgetContainer.prototype.lockClass;
1540
- /** @type {?} */
1541
- RAWidgetContainer.prototype.lockStatus;
1542
- /** @type {?} */
1543
- RAWidgetContainer.prototype.isDownloadIconVisible;
1544
- /** @type {?} */
1545
- RAWidgetContainer.prototype.dropDownShown;
1546
- /** @type {?} */
1547
- RAWidgetContainer.prototype.isDownloadChartVisible;
1548
- /** @type {?} */
1549
- RAWidgetContainer.prototype.downloadIconType;
1550
- /** @type {?} */
1551
- RAWidgetContainer.prototype.enableTitleLine;
1552
- /** @type {?} */
1553
- RAWidgetContainer.prototype.toolTipValue;
1554
- /** @type {?} */
1555
- RAWidgetContainer.prototype.toolTipWidth;
1556
- /** @type {?} */
1557
- RAWidgetContainer.prototype.ctlWidget;
1558
- /** @type {?} */
1559
- RAWidgetContainer.prototype.widgetDropdown;
1560
- /** @type {?} */
1561
- RAWidgetContainer.prototype.widgetDownload;
1562
- /** @type {?} */
1563
- RAWidgetContainer.prototype.searchInput;
1564
- /** @type {?} */
1565
- RAWidgetContainer.prototype.widgetInstanceId;
1566
- /** @type {?} */
1567
- RAWidgetContainer.prototype.globalFilter;
1568
- /** @type {?} */
1569
- RAWidgetContainer.prototype.data;
1570
- /** @type {?} */
1571
- RAWidgetContainer.prototype.raDashboardEventBus;
1572
- /** @type {?} */
1573
- RAWidgetContainer.prototype.appConfig;
1574
- /** @type {?} */
1575
- RAWidgetContainer.prototype.width;
1576
- /** @type {?} */
1577
- RAWidgetContainer.prototype.height;
1578
- /** @type {?} */
1579
- RAWidgetContainer.prototype.gridCellHeight;
1580
- /** @type {?} */
1581
- RAWidgetContainer.prototype.widgetDeleted;
1582
- /** @type {?} */
1583
- RAWidgetContainer.prototype.lockTitle;
1584
- /** @type {?} */
1585
- RAWidgetContainer.prototype.domResized;
1586
- /** @type {?} */
1587
- RAWidgetContainer.prototype.lockVisible;
1588
- /**
1589
- * @type {?}
1590
- * @private
1591
- */
1592
- RAWidgetContainer.prototype.dashboardService;
1593
- /**
1594
- * @type {?}
1595
- * @private
1596
- */
1597
- RAWidgetContainer.prototype.ngxService;
1598
- /**
1599
- * @type {?}
1600
- * @private
1601
- */
1602
- RAWidgetContainer.prototype.translateService;
1603
- /**
1604
- * @type {?}
1605
- * @private
1606
- */
1607
- RAWidgetContainer.prototype.ngZone;
1608
- /**
1609
- * @type {?}
1610
- * @private
1611
- */
1612
- RAWidgetContainer.prototype.notifier;
1613
- /**
1614
- * @type {?}
1615
- * @private
1616
- */
1617
- RAWidgetContainer.prototype.renderer;
1618
- }
1230
+ };
1619
1231
 
1620
1232
  /**
1621
1233
  * @fileoverview added by tsickle
1622
- * Generated from: lib/custom.notifier.options.ts
1623
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1234
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1624
1235
  */
1625
1236
  /** @type {?} */
1626
1237
  const customNotifierOptions = {
@@ -1666,8 +1277,7 @@ const customNotifierOptions = {
1666
1277
 
1667
1278
  /**
1668
1279
  * @fileoverview added by tsickle
1669
- * Generated from: gridster/lib/gridsterConfig.constant.ts
1670
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1280
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1671
1281
  */
1672
1282
  /** @type {?} */
1673
1283
  const GridsterConfigService = {
@@ -1845,8 +1455,7 @@ const GridsterConfigService = {
1845
1455
 
1846
1456
  /**
1847
1457
  * @fileoverview added by tsickle
1848
- * Generated from: gridster/lib/gridsterUtils.service.ts
1849
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1458
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1850
1459
  */
1851
1460
  class GridsterUtils {
1852
1461
  /**
@@ -1982,93 +1591,17 @@ GridsterUtils.decorators = [
1982
1591
 
1983
1592
  /**
1984
1593
  * @fileoverview added by tsickle
1985
- * Generated from: gridster/lib/gridster.interface.ts
1986
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1594
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1987
1595
  */
1988
1596
  /**
1989
1597
  * @abstract
1990
1598
  */
1991
1599
  class GridsterComponentInterface {
1992
- }
1993
- if (false) {
1994
- /** @type {?} */
1995
- GridsterComponentInterface.prototype.$options;
1996
- /** @type {?} */
1997
- GridsterComponentInterface.prototype.grid;
1998
- /** @type {?} */
1999
- GridsterComponentInterface.prototype.checkCollision;
2000
- /** @type {?} */
2001
- GridsterComponentInterface.prototype.positionXToPixels;
2002
- /** @type {?} */
2003
- GridsterComponentInterface.prototype.pixelsToPositionX;
2004
- /** @type {?} */
2005
- GridsterComponentInterface.prototype.positionYToPixels;
2006
- /** @type {?} */
2007
- GridsterComponentInterface.prototype.pixelsToPositionY;
2008
- /** @type {?} */
2009
- GridsterComponentInterface.prototype.findItemWithItem;
2010
- /** @type {?} */
2011
- GridsterComponentInterface.prototype.findItemsWithItem;
2012
- /** @type {?} */
2013
- GridsterComponentInterface.prototype.checkGridCollision;
2014
- /** @type {?} */
2015
- GridsterComponentInterface.prototype.el;
2016
- /** @type {?} */
2017
- GridsterComponentInterface.prototype.renderer;
2018
- /** @type {?} */
2019
- GridsterComponentInterface.prototype.gridRenderer;
2020
- /** @type {?} */
2021
- GridsterComponentInterface.prototype.cdRef;
2022
- /** @type {?} */
2023
- GridsterComponentInterface.prototype.options;
2024
- /** @type {?} */
2025
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2026
- /** @type {?} */
2027
- GridsterComponentInterface.prototype.updateGrid;
2028
- /** @type {?} */
2029
- GridsterComponentInterface.prototype.movingItem;
2030
- /** @type {?} */
2031
- GridsterComponentInterface.prototype.addItem;
2032
- /** @type {?} */
2033
- GridsterComponentInterface.prototype.removeItem;
2034
- /** @type {?} */
2035
- GridsterComponentInterface.prototype.previewStyle;
2036
- /** @type {?} */
2037
- GridsterComponentInterface.prototype.mobile;
2038
- /** @type {?} */
2039
- GridsterComponentInterface.prototype.curWidth;
2040
- /** @type {?} */
2041
- GridsterComponentInterface.prototype.curHeight;
2042
- /** @type {?} */
2043
- GridsterComponentInterface.prototype.columns;
2044
- /** @type {?} */
2045
- GridsterComponentInterface.prototype.rows;
2046
- /** @type {?} */
2047
- GridsterComponentInterface.prototype.curColWidth;
2048
- /** @type {?} */
2049
- GridsterComponentInterface.prototype.curRowHeight;
2050
- /** @type {?} */
2051
- GridsterComponentInterface.prototype.windowResize;
2052
- /** @type {?} */
2053
- GridsterComponentInterface.prototype.setGridDimensions;
2054
- /** @type {?} */
2055
- GridsterComponentInterface.prototype.dragInProgress;
2056
- /** @type {?} */
2057
- GridsterComponentInterface.prototype.emptyCell;
2058
- /** @type {?} */
2059
- GridsterComponentInterface.prototype.compact;
2060
- /** @type {?} */
2061
- GridsterComponentInterface.prototype.zone;
2062
- /** @type {?} */
2063
- GridsterComponentInterface.prototype.gridRows;
2064
- /** @type {?} */
2065
- GridsterComponentInterface.prototype.gridColumns;
2066
1600
  }
2067
1601
 
2068
1602
  /**
2069
1603
  * @fileoverview added by tsickle
2070
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2071
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1604
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2072
1605
  */
2073
1606
  class GridsterEmptyCell {
2074
1607
  /**
@@ -2345,45 +1878,11 @@ GridsterEmptyCell.decorators = [
2345
1878
  /** @nocollapse */
2346
1879
  GridsterEmptyCell.ctorParameters = () => [
2347
1880
  { type: GridsterComponentInterface }
2348
- ];
2349
- if (false) {
2350
- /** @type {?} */
2351
- GridsterEmptyCell.prototype.initialItem;
2352
- /** @type {?} */
2353
- GridsterEmptyCell.prototype.emptyCellClick;
2354
- /** @type {?} */
2355
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2356
- /** @type {?} */
2357
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2358
- /** @type {?} */
2359
- GridsterEmptyCell.prototype.emptyCellDrop;
2360
- /** @type {?} */
2361
- GridsterEmptyCell.prototype.emptyCellDrag;
2362
- /** @type {?} */
2363
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2364
- /** @type {?} */
2365
- GridsterEmptyCell.prototype.emptyCellMMove;
2366
- /** @type {?} */
2367
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2368
- /** @type {?} */
2369
- GridsterEmptyCell.prototype.emptyCellUp;
2370
- /** @type {?} */
2371
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2372
- /** @type {?} */
2373
- GridsterEmptyCell.prototype.emptyCellMove;
2374
- /** @type {?} */
2375
- GridsterEmptyCell.prototype.emptyCellExit;
2376
- /**
2377
- * @type {?}
2378
- * @private
2379
- */
2380
- GridsterEmptyCell.prototype.gridster;
2381
- }
1881
+ ];
2382
1882
 
2383
1883
  /**
2384
1884
  * @fileoverview added by tsickle
2385
- * Generated from: gridster/lib/gridsterCompact.service.ts
2386
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1885
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2387
1886
  */
2388
1887
  class GridsterCompact {
2389
1888
  /**
@@ -2592,19 +2091,11 @@ GridsterCompact.decorators = [
2592
2091
  /** @nocollapse */
2593
2092
  GridsterCompact.ctorParameters = () => [
2594
2093
  { type: GridsterComponentInterface }
2595
- ];
2596
- if (false) {
2597
- /**
2598
- * @type {?}
2599
- * @private
2600
- */
2601
- GridsterCompact.prototype.gridster;
2602
- }
2094
+ ];
2603
2095
 
2604
2096
  /**
2605
2097
  * @fileoverview added by tsickle
2606
- * Generated from: gridster/lib/gridsterRenderer.service.ts
2607
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2098
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2608
2099
  */
2609
2100
  class GridsterRenderer {
2610
2101
  /**
@@ -2867,19 +2358,11 @@ GridsterRenderer.decorators = [
2867
2358
  /** @nocollapse */
2868
2359
  GridsterRenderer.ctorParameters = () => [
2869
2360
  { type: GridsterComponentInterface }
2870
- ];
2871
- if (false) {
2872
- /**
2873
- * @type {?}
2874
- * @private
2875
- */
2876
- GridsterRenderer.prototype.gridster;
2877
- }
2361
+ ];
2878
2362
 
2879
2363
  /**
2880
2364
  * @fileoverview added by tsickle
2881
- * Generated from: gridster/lib/gridster.component.ts
2882
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2365
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2883
2366
  */
2884
2367
  class GridsterComponent {
2885
2368
  /**
@@ -3013,17 +2496,6 @@ class GridsterComponent {
3013
2496
  if (this.options.destroyCallback) {
3014
2497
  this.options.destroyCallback(this);
3015
2498
  }
3016
- //if (this.options.api) {
3017
- /* this.options.api getting undefined for new dashboard load- temp fix
3018
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3019
- * ondestroy of current this.options.api instance - needs to investigate further
3020
- */
3021
- if (false) {
3022
- this.options.api.resize = undefined;
3023
- this.options.api.optionsChanged = undefined;
3024
- this.options.api.getNextPossiblePosition = undefined;
3025
- this.options.api = undefined;
3026
- }
3027
2499
  this.emptyCell.destroy();
3028
2500
  delete this.emptyCell;
3029
2501
  this.compact.destroy();
@@ -3519,111 +2991,21 @@ GridsterComponent.ctorParameters = () => [
3519
2991
  ];
3520
2992
  GridsterComponent.propDecorators = {
3521
2993
  options: [{ type: Input }]
3522
- };
3523
- if (false) {
3524
- /** @type {?} */
3525
- GridsterComponent.prototype.options;
3526
- /** @type {?} */
3527
- GridsterComponent.prototype.calculateLayoutDebounce;
3528
- /** @type {?} */
3529
- GridsterComponent.prototype.movingItem;
3530
- /** @type {?} */
3531
- GridsterComponent.prototype.previewStyle;
3532
- /** @type {?} */
3533
- GridsterComponent.prototype.el;
3534
- /** @type {?} */
3535
- GridsterComponent.prototype.$options;
3536
- /** @type {?} */
3537
- GridsterComponent.prototype.mobile;
3538
- /** @type {?} */
3539
- GridsterComponent.prototype.curWidth;
3540
- /** @type {?} */
3541
- GridsterComponent.prototype.curHeight;
3542
- /** @type {?} */
3543
- GridsterComponent.prototype.grid;
3544
- /** @type {?} */
3545
- GridsterComponent.prototype.columns;
3546
- /** @type {?} */
3547
- GridsterComponent.prototype.rows;
3548
- /** @type {?} */
3549
- GridsterComponent.prototype.curColWidth;
3550
- /** @type {?} */
3551
- GridsterComponent.prototype.curRowHeight;
3552
- /** @type {?} */
3553
- GridsterComponent.prototype.gridColumns;
3554
- /** @type {?} */
3555
- GridsterComponent.prototype.gridRows;
3556
- /** @type {?} */
3557
- GridsterComponent.prototype.windowResize;
3558
- /** @type {?} */
3559
- GridsterComponent.prototype.dragInProgress;
3560
- /** @type {?} */
3561
- GridsterComponent.prototype.emptyCell;
3562
- /** @type {?} */
3563
- GridsterComponent.prototype.compact;
3564
- /** @type {?} */
3565
- GridsterComponent.prototype.gridRenderer;
3566
- /** @type {?} */
3567
- GridsterComponent.prototype.renderer;
3568
- /** @type {?} */
3569
- GridsterComponent.prototype.cdRef;
3570
- /** @type {?} */
3571
- GridsterComponent.prototype.zone;
3572
- }
2994
+ };
3573
2995
 
3574
2996
  /**
3575
2997
  * @fileoverview added by tsickle
3576
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
3577
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2998
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3578
2999
  */
3579
3000
  /**
3580
3001
  * @abstract
3581
3002
  */
3582
3003
  class GridsterItemComponentInterface {
3583
- }
3584
- if (false) {
3585
- /** @type {?} */
3586
- GridsterItemComponentInterface.prototype.item;
3587
- /** @type {?} */
3588
- GridsterItemComponentInterface.prototype.$item;
3589
- /** @type {?} */
3590
- GridsterItemComponentInterface.prototype.top;
3591
- /** @type {?} */
3592
- GridsterItemComponentInterface.prototype.left;
3593
- /** @type {?} */
3594
- GridsterItemComponentInterface.prototype.width;
3595
- /** @type {?} */
3596
- GridsterItemComponentInterface.prototype.height;
3597
- /** @type {?} */
3598
- GridsterItemComponentInterface.prototype.drag;
3599
- /** @type {?} */
3600
- GridsterItemComponentInterface.prototype.resize;
3601
- /** @type {?} */
3602
- GridsterItemComponentInterface.prototype.notPlaced;
3603
- /** @type {?} */
3604
- GridsterItemComponentInterface.prototype.updateOptions;
3605
- /** @type {?} */
3606
- GridsterItemComponentInterface.prototype.itemChanged;
3607
- /** @type {?} */
3608
- GridsterItemComponentInterface.prototype.setSize;
3609
- /** @type {?} */
3610
- GridsterItemComponentInterface.prototype.checkItemChanges;
3611
- /** @type {?} */
3612
- GridsterItemComponentInterface.prototype.canBeDragged;
3613
- /** @type {?} */
3614
- GridsterItemComponentInterface.prototype.canBeResized;
3615
- /** @type {?} */
3616
- GridsterItemComponentInterface.prototype.el;
3617
- /** @type {?} */
3618
- GridsterItemComponentInterface.prototype.gridster;
3619
- /** @type {?} */
3620
- GridsterItemComponentInterface.prototype.renderer;
3621
3004
  }
3622
3005
 
3623
3006
  /**
3624
3007
  * @fileoverview added by tsickle
3625
- * Generated from: gridster/lib/gridsterSwap.service.ts
3626
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3008
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3627
3009
  */
3628
3010
  class GridsterSwap {
3629
3011
  /**
@@ -3734,29 +3116,11 @@ GridsterSwap.decorators = [
3734
3116
  /** @nocollapse */
3735
3117
  GridsterSwap.ctorParameters = () => [
3736
3118
  { type: GridsterItemComponentInterface }
3737
- ];
3738
- if (false) {
3739
- /**
3740
- * @type {?}
3741
- * @private
3742
- */
3743
- GridsterSwap.prototype.swapedItem;
3744
- /**
3745
- * @type {?}
3746
- * @private
3747
- */
3748
- GridsterSwap.prototype.gridsterItem;
3749
- /**
3750
- * @type {?}
3751
- * @private
3752
- */
3753
- GridsterSwap.prototype.gridster;
3754
- }
3119
+ ];
3755
3120
 
3756
3121
  /**
3757
3122
  * @fileoverview added by tsickle
3758
- * Generated from: gridster/lib/gridsterScroll.service.ts
3759
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3123
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3760
3124
  */
3761
3125
  /** @type {?} */
3762
3126
  let scrollSensitivity;
@@ -3951,8 +3315,7 @@ function cancelN() {
3951
3315
 
3952
3316
  /**
3953
3317
  * @fileoverview added by tsickle
3954
- * Generated from: gridster/lib/gridsterPush.service.ts
3955
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3318
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3956
3319
  */
3957
3320
  class GridsterPush {
3958
3321
  /**
@@ -4363,62 +3726,11 @@ GridsterPush.decorators = [
4363
3726
  /** @nocollapse */
4364
3727
  GridsterPush.ctorParameters = () => [
4365
3728
  { type: GridsterItemComponentInterface }
4366
- ];
4367
- if (false) {
4368
- /** @type {?} */
4369
- GridsterPush.prototype.fromSouth;
4370
- /** @type {?} */
4371
- GridsterPush.prototype.fromNorth;
4372
- /** @type {?} */
4373
- GridsterPush.prototype.fromEast;
4374
- /** @type {?} */
4375
- GridsterPush.prototype.fromWest;
4376
- /**
4377
- * @type {?}
4378
- * @private
4379
- */
4380
- GridsterPush.prototype.pushedItems;
4381
- /**
4382
- * @type {?}
4383
- * @private
4384
- */
4385
- GridsterPush.prototype.pushedItemsTemp;
4386
- /**
4387
- * @type {?}
4388
- * @private
4389
- */
4390
- GridsterPush.prototype.pushedItemsTempPath;
4391
- /**
4392
- * @type {?}
4393
- * @private
4394
- */
4395
- GridsterPush.prototype.pushedItemsPath;
4396
- /**
4397
- * @type {?}
4398
- * @private
4399
- */
4400
- GridsterPush.prototype.gridsterItem;
4401
- /**
4402
- * @type {?}
4403
- * @private
4404
- */
4405
- GridsterPush.prototype.gridster;
4406
- /**
4407
- * @type {?}
4408
- * @private
4409
- */
4410
- GridsterPush.prototype.pushedItemsOrder;
4411
- /**
4412
- * @type {?}
4413
- * @private
4414
- */
4415
- GridsterPush.prototype.tryPattern;
4416
- }
3729
+ ];
4417
3730
 
4418
3731
  /**
4419
3732
  * @fileoverview added by tsickle
4420
- * Generated from: gridster/lib/gridsterDraggable.service.ts
4421
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3733
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4422
3734
  */
4423
3735
  class GridsterDraggable {
4424
3736
  /**
@@ -4696,10 +4008,6 @@ class GridsterDraggable {
4696
4008
  this.gridsterItem.$item.cols = itemColsbackup;
4697
4009
  this.gridsterItem.$item.rows = itemRowsbackup;
4698
4010
  }
4699
- else {
4700
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4701
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4702
- }
4703
4011
  return this.gridsterItem.$item;
4704
4012
  }
4705
4013
  /**
@@ -4844,85 +4152,11 @@ GridsterDraggable.ctorParameters = () => [
4844
4152
  { type: GridsterItemComponentInterface },
4845
4153
  { type: GridsterComponentInterface },
4846
4154
  { type: NgZone }
4847
- ];
4848
- if (false) {
4849
- /** @type {?} */
4850
- GridsterDraggable.prototype.gridsterItem;
4851
- /** @type {?} */
4852
- GridsterDraggable.prototype.gridster;
4853
- /** @type {?} */
4854
- GridsterDraggable.prototype.lastMouse;
4855
- /** @type {?} */
4856
- GridsterDraggable.prototype.offsetLeft;
4857
- /** @type {?} */
4858
- GridsterDraggable.prototype.offsetTop;
4859
- /** @type {?} */
4860
- GridsterDraggable.prototype.margin;
4861
- /** @type {?} */
4862
- GridsterDraggable.prototype.diffTop;
4863
- /** @type {?} */
4864
- GridsterDraggable.prototype.diffLeft;
4865
- /** @type {?} */
4866
- GridsterDraggable.prototype.top;
4867
- /** @type {?} */
4868
- GridsterDraggable.prototype.left;
4869
- /** @type {?} */
4870
- GridsterDraggable.prototype.height;
4871
- /** @type {?} */
4872
- GridsterDraggable.prototype.width;
4873
- /** @type {?} */
4874
- GridsterDraggable.prototype.positionX;
4875
- /** @type {?} */
4876
- GridsterDraggable.prototype.positionY;
4877
- /** @type {?} */
4878
- GridsterDraggable.prototype.positionXBackup;
4879
- /** @type {?} */
4880
- GridsterDraggable.prototype.positionYBackup;
4881
- /** @type {?} */
4882
- GridsterDraggable.prototype.enabled;
4883
- /** @type {?} */
4884
- GridsterDraggable.prototype.dragStartFunction;
4885
- /** @type {?} */
4886
- GridsterDraggable.prototype.dragFunction;
4887
- /** @type {?} */
4888
- GridsterDraggable.prototype.dragStopFunction;
4889
- /** @type {?} */
4890
- GridsterDraggable.prototype.mousemove;
4891
- /** @type {?} */
4892
- GridsterDraggable.prototype.mouseup;
4893
- /** @type {?} */
4894
- GridsterDraggable.prototype.mouseleave;
4895
- /** @type {?} */
4896
- GridsterDraggable.prototype.cancelOnBlur;
4897
- /** @type {?} */
4898
- GridsterDraggable.prototype.touchmove;
4899
- /** @type {?} */
4900
- GridsterDraggable.prototype.touchend;
4901
- /** @type {?} */
4902
- GridsterDraggable.prototype.touchcancel;
4903
- /** @type {?} */
4904
- GridsterDraggable.prototype.mousedown;
4905
- /** @type {?} */
4906
- GridsterDraggable.prototype.touchstart;
4907
- /** @type {?} */
4908
- GridsterDraggable.prototype.push;
4909
- /** @type {?} */
4910
- GridsterDraggable.prototype.swap;
4911
- /** @type {?} */
4912
- GridsterDraggable.prototype.path;
4913
- /** @type {?} */
4914
- GridsterDraggable.prototype.collision;
4915
- /**
4916
- * @type {?}
4917
- * @private
4918
- */
4919
- GridsterDraggable.prototype.zone;
4920
- }
4155
+ ];
4921
4156
 
4922
4157
  /**
4923
4158
  * @fileoverview added by tsickle
4924
- * Generated from: gridster/lib/gridsterPushResize.service.ts
4925
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4159
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4926
4160
  */
4927
4161
  class GridsterPushResize {
4928
4162
  /**
@@ -5238,47 +4472,11 @@ GridsterPushResize.decorators = [
5238
4472
  /** @nocollapse */
5239
4473
  GridsterPushResize.ctorParameters = () => [
5240
4474
  { type: GridsterItemComponentInterface }
5241
- ];
5242
- if (false) {
5243
- /** @type {?} */
5244
- GridsterPushResize.prototype.fromSouth;
5245
- /** @type {?} */
5246
- GridsterPushResize.prototype.fromNorth;
5247
- /** @type {?} */
5248
- GridsterPushResize.prototype.fromEast;
5249
- /** @type {?} */
5250
- GridsterPushResize.prototype.fromWest;
5251
- /**
5252
- * @type {?}
5253
- * @private
5254
- */
5255
- GridsterPushResize.prototype.pushedItems;
5256
- /**
5257
- * @type {?}
5258
- * @private
5259
- */
5260
- GridsterPushResize.prototype.pushedItemsPath;
5261
- /**
5262
- * @type {?}
5263
- * @private
5264
- */
5265
- GridsterPushResize.prototype.gridsterItem;
5266
- /**
5267
- * @type {?}
5268
- * @private
5269
- */
5270
- GridsterPushResize.prototype.gridster;
5271
- /**
5272
- * @type {?}
5273
- * @private
5274
- */
5275
- GridsterPushResize.prototype.tryPattern;
5276
- }
4475
+ ];
5277
4476
 
5278
4477
  /**
5279
4478
  * @fileoverview added by tsickle
5280
- * Generated from: gridster/lib/gridsterResizable.service.ts
5281
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4479
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5282
4480
  */
5283
4481
  class GridsterResizable {
5284
4482
  /**
@@ -5744,87 +4942,11 @@ GridsterResizable.ctorParameters = () => [
5744
4942
  { type: GridsterItemComponentInterface },
5745
4943
  { type: GridsterComponentInterface },
5746
4944
  { type: NgZone }
5747
- ];
5748
- if (false) {
5749
- /** @type {?} */
5750
- GridsterResizable.prototype.gridsterItem;
5751
- /** @type {?} */
5752
- GridsterResizable.prototype.gridster;
5753
- /** @type {?} */
5754
- GridsterResizable.prototype.lastMouse;
5755
- /** @type {?} */
5756
- GridsterResizable.prototype.itemBackup;
5757
- /** @type {?} */
5758
- GridsterResizable.prototype.resizeEventScrollType;
5759
- /** @type {?} */
5760
- GridsterResizable.prototype.directionFunction;
5761
- /** @type {?} */
5762
- GridsterResizable.prototype.dragFunction;
5763
- /** @type {?} */
5764
- GridsterResizable.prototype.dragStopFunction;
5765
- /** @type {?} */
5766
- GridsterResizable.prototype.resizeEnabled;
5767
- /** @type {?} */
5768
- GridsterResizable.prototype.mousemove;
5769
- /** @type {?} */
5770
- GridsterResizable.prototype.mouseup;
5771
- /** @type {?} */
5772
- GridsterResizable.prototype.mouseleave;
5773
- /** @type {?} */
5774
- GridsterResizable.prototype.cancelOnBlur;
5775
- /** @type {?} */
5776
- GridsterResizable.prototype.touchmove;
5777
- /** @type {?} */
5778
- GridsterResizable.prototype.touchend;
5779
- /** @type {?} */
5780
- GridsterResizable.prototype.touchcancel;
5781
- /** @type {?} */
5782
- GridsterResizable.prototype.push;
5783
- /** @type {?} */
5784
- GridsterResizable.prototype.pushResize;
5785
- /** @type {?} */
5786
- GridsterResizable.prototype.minHeight;
5787
- /** @type {?} */
5788
- GridsterResizable.prototype.minWidth;
5789
- /** @type {?} */
5790
- GridsterResizable.prototype.offsetTop;
5791
- /** @type {?} */
5792
- GridsterResizable.prototype.offsetLeft;
5793
- /** @type {?} */
5794
- GridsterResizable.prototype.diffTop;
5795
- /** @type {?} */
5796
- GridsterResizable.prototype.diffLeft;
5797
- /** @type {?} */
5798
- GridsterResizable.prototype.diffRight;
5799
- /** @type {?} */
5800
- GridsterResizable.prototype.diffBottom;
5801
- /** @type {?} */
5802
- GridsterResizable.prototype.margin;
5803
- /** @type {?} */
5804
- GridsterResizable.prototype.top;
5805
- /** @type {?} */
5806
- GridsterResizable.prototype.left;
5807
- /** @type {?} */
5808
- GridsterResizable.prototype.bottom;
5809
- /** @type {?} */
5810
- GridsterResizable.prototype.right;
5811
- /** @type {?} */
5812
- GridsterResizable.prototype.width;
5813
- /** @type {?} */
5814
- GridsterResizable.prototype.height;
5815
- /** @type {?} */
5816
- GridsterResizable.prototype.newPosition;
5817
- /**
5818
- * @type {?}
5819
- * @private
5820
- */
5821
- GridsterResizable.prototype.zone;
5822
- }
4945
+ ];
5823
4946
 
5824
4947
  /**
5825
4948
  * @fileoverview added by tsickle
5826
- * Generated from: gridster/lib/gridsterItem.component.ts
5827
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4949
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5828
4950
  */
5829
4951
  class GridsterItemComponent {
5830
4952
  /**
@@ -5995,45 +5117,11 @@ GridsterItemComponent.ctorParameters = () => [
5995
5117
  ];
5996
5118
  GridsterItemComponent.propDecorators = {
5997
5119
  item: [{ type: Input }]
5998
- };
5999
- if (false) {
6000
- /** @type {?} */
6001
- GridsterItemComponent.prototype.item;
6002
- /** @type {?} */
6003
- GridsterItemComponent.prototype.$item;
6004
- /** @type {?} */
6005
- GridsterItemComponent.prototype.el;
6006
- /** @type {?} */
6007
- GridsterItemComponent.prototype.gridster;
6008
- /** @type {?} */
6009
- GridsterItemComponent.prototype.top;
6010
- /** @type {?} */
6011
- GridsterItemComponent.prototype.left;
6012
- /** @type {?} */
6013
- GridsterItemComponent.prototype.width;
6014
- /** @type {?} */
6015
- GridsterItemComponent.prototype.height;
6016
- /** @type {?} */
6017
- GridsterItemComponent.prototype.drag;
6018
- /** @type {?} */
6019
- GridsterItemComponent.prototype.resize;
6020
- /** @type {?} */
6021
- GridsterItemComponent.prototype.notPlaced;
6022
- /** @type {?} */
6023
- GridsterItemComponent.prototype.init;
6024
- /** @type {?} */
6025
- GridsterItemComponent.prototype.renderer;
6026
- /**
6027
- * @type {?}
6028
- * @private
6029
- */
6030
- GridsterItemComponent.prototype.zone;
6031
- }
5120
+ };
6032
5121
 
6033
5122
  /**
6034
5123
  * @fileoverview added by tsickle
6035
- * Generated from: gridster/lib/gridsterPreview.component.ts
6036
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5124
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6037
5125
  */
6038
5126
  class GridsterPreviewComponent {
6039
5127
  /**
@@ -6085,20 +5173,11 @@ GridsterPreviewComponent.ctorParameters = () => [
6085
5173
  { type: ElementRef },
6086
5174
  { type: GridsterComponent, decorators: [{ type: Host }] },
6087
5175
  { type: Renderer2 }
6088
- ];
6089
- if (false) {
6090
- /** @type {?} */
6091
- GridsterPreviewComponent.prototype.el;
6092
- /** @type {?} */
6093
- GridsterPreviewComponent.prototype.gridster;
6094
- /** @type {?} */
6095
- GridsterPreviewComponent.prototype.renderer;
6096
- }
5176
+ ];
6097
5177
 
6098
5178
  /**
6099
5179
  * @fileoverview added by tsickle
6100
- * Generated from: gridster/lib/gridster.module.ts
6101
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5180
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6102
5181
  */
6103
5182
  class GridsterModule {
6104
5183
  }
@@ -6120,8 +5199,7 @@ GridsterModule.decorators = [
6120
5199
 
6121
5200
  /**
6122
5201
  * @fileoverview added by tsickle
6123
- * Generated from: lib/ra.dashboard.module.ts
6124
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5202
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6125
5203
  */
6126
5204
  /** @type {?} */
6127
5205
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6159,8 +5237,7 @@ DashboardFrameworkModule.decorators = [
6159
5237
 
6160
5238
  /**
6161
5239
  * @fileoverview added by tsickle
6162
- * Generated from: lib/ra.base.dashboard.template.ts
6163
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5240
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6164
5241
  */
6165
5242
  /**
6166
5243
  * @abstract
@@ -6202,36 +5279,11 @@ RaBaseDashboardTemplate.propDecorators = {
6202
5279
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
6203
5280
  globalFilter: [{ type: Input, args: ['global-filter',] }],
6204
5281
  initialize: [{ type: Input }]
6205
- };
6206
- if (false) {
6207
- /** @type {?} */
6208
- RaBaseDashboardTemplate.prototype.userDashboardId;
6209
- /** @type {?} */
6210
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6211
- /** @type {?} */
6212
- RaBaseDashboardTemplate.prototype.appConfig;
6213
- /** @type {?} */
6214
- RaBaseDashboardTemplate.prototype.dashboardId;
6215
- /** @type {?} */
6216
- RaBaseDashboardTemplate.prototype.globalFilter;
6217
- /** @type {?} */
6218
- RaBaseDashboardTemplate.prototype.initialize;
6219
- /**
6220
- * @type {?}
6221
- * @private
6222
- */
6223
- RaBaseDashboardTemplate.prototype.ngZone;
6224
- /**
6225
- * @abstract
6226
- * @return {?}
6227
- */
6228
- RaBaseDashboardTemplate.prototype.init = function () { };
6229
- }
5282
+ };
6230
5283
 
6231
5284
  /**
6232
5285
  * @fileoverview added by tsickle
6233
- * Generated from: lib/ra.base.dashboard.filter.ts
6234
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5286
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6235
5287
  */
6236
5288
  /**
6237
5289
  * @abstract
@@ -6280,53 +5332,16 @@ RaBaseDashboardFilter.propDecorators = {
6280
5332
  setAllFilterConfig: [{ type: Input }],
6281
5333
  isValidEntry: [{ type: Input }],
6282
5334
  clearAllData: [{ type: Input }]
6283
- };
6284
- if (false) {
6285
- /**
6286
- * @type {?}
6287
- * @private
6288
- */
6289
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6290
- /** @type {?} */
6291
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
6292
- /** @type {?} */
6293
- RaBaseDashboardFilter.prototype.isValidEntry;
6294
- /** @type {?} */
6295
- RaBaseDashboardFilter.prototype.clearAllData;
6296
- /**
6297
- * @abstract
6298
- * @return {?}
6299
- */
6300
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6301
- /**
6302
- * @abstract
6303
- * @param {?} filter
6304
- * @param {?} appConfig
6305
- * @return {?}
6306
- */
6307
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
6308
- /**
6309
- * @abstract
6310
- * @return {?}
6311
- */
6312
- RaBaseDashboardFilter.prototype.clearData = function () { };
6313
- /**
6314
- * @abstract
6315
- * @return {?}
6316
- */
6317
- RaBaseDashboardFilter.prototype.isValid = function () { };
6318
- }
5335
+ };
6319
5336
 
6320
5337
  /**
6321
5338
  * @fileoverview added by tsickle
6322
- * Generated from: public-api.ts
6323
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5339
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6324
5340
  */
6325
5341
 
6326
5342
  /**
6327
5343
  * @fileoverview added by tsickle
6328
- * Generated from: schneideress-dashboardframework.ts
6329
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5344
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6330
5345
  */
6331
5346
 
6332
5347
  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 };