@schneideress/dashboardframework 0.0.100 → 0.0.101

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 -1170
  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 +4 -5
  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 +2 -3
  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 +4 -5
  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 +2 -3
  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 -1050
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +70 -1053
  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
  /**
@@ -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
  /**
@@ -1476,8 +1194,8 @@ class RAWidgetContainer {
1476
1194
  RAWidgetContainer.decorators = [
1477
1195
  { type: Component, args: [{
1478
1196
  selector: 'ra-widget-container',
1479
- 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-11 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-1\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\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\">\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>",
1480
- styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:2px solid #d4d7d8}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.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}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.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)}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.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}"]
1197
+ 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;\">\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\">\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>",
1198
+ styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:1px solid;border-color:#a9afb1}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.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}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.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)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.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}"]
1481
1199
  }] }
1482
1200
  ];
1483
1201
  /** @nocollapse */
@@ -1504,116 +1222,11 @@ RAWidgetContainer.propDecorators = {
1504
1222
  gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
1505
1223
  widgetDeleted: [{ type: Output }],
1506
1224
  setResized: [{ type: Input, args: ['dom-resized',] }]
1507
- };
1508
- if (false) {
1509
- /** @type {?} */
1510
- RAWidgetContainer.prototype.showPanel;
1511
- /**
1512
- * @type {?}
1513
- * @private
1514
- */
1515
- RAWidgetContainer.prototype.isWidgetLoaded;
1516
- /**
1517
- * @type {?}
1518
- * @private
1519
- */
1520
- RAWidgetContainer.prototype.widgetElement;
1521
- /**
1522
- * @type {?}
1523
- * @private
1524
- */
1525
- RAWidgetContainer.prototype.configChanged;
1526
- /**
1527
- * @type {?}
1528
- * @private
1529
- */
1530
- RAWidgetContainer.prototype.isIEOrEdge;
1531
- /** @type {?} */
1532
- RAWidgetContainer.prototype.widgetHeight;
1533
- /** @type {?} */
1534
- RAWidgetContainer.prototype.lockClass;
1535
- /** @type {?} */
1536
- RAWidgetContainer.prototype.lockStatus;
1537
- /** @type {?} */
1538
- RAWidgetContainer.prototype.isDownloadIconVisible;
1539
- /** @type {?} */
1540
- RAWidgetContainer.prototype.dropDownShown;
1541
- /** @type {?} */
1542
- RAWidgetContainer.prototype.isDownloadChartVisible;
1543
- /** @type {?} */
1544
- RAWidgetContainer.prototype.downloadIconType;
1545
- /** @type {?} */
1546
- RAWidgetContainer.prototype.enableTitleLine;
1547
- /** @type {?} */
1548
- RAWidgetContainer.prototype.toolTipValue;
1549
- /** @type {?} */
1550
- RAWidgetContainer.prototype.toolTipWidth;
1551
- /** @type {?} */
1552
- RAWidgetContainer.prototype.ctlWidget;
1553
- /** @type {?} */
1554
- RAWidgetContainer.prototype.widgetDropdown;
1555
- /** @type {?} */
1556
- RAWidgetContainer.prototype.widgetDownload;
1557
- /** @type {?} */
1558
- RAWidgetContainer.prototype.searchInput;
1559
- /** @type {?} */
1560
- RAWidgetContainer.prototype.widgetInstanceId;
1561
- /** @type {?} */
1562
- RAWidgetContainer.prototype.globalFilter;
1563
- /** @type {?} */
1564
- RAWidgetContainer.prototype.data;
1565
- /** @type {?} */
1566
- RAWidgetContainer.prototype.raDashboardEventBus;
1567
- /** @type {?} */
1568
- RAWidgetContainer.prototype.appConfig;
1569
- /** @type {?} */
1570
- RAWidgetContainer.prototype.width;
1571
- /** @type {?} */
1572
- RAWidgetContainer.prototype.height;
1573
- /** @type {?} */
1574
- RAWidgetContainer.prototype.gridCellHeight;
1575
- /** @type {?} */
1576
- RAWidgetContainer.prototype.widgetDeleted;
1577
- /** @type {?} */
1578
- RAWidgetContainer.prototype.lockTitle;
1579
- /** @type {?} */
1580
- RAWidgetContainer.prototype.domResized;
1581
- /**
1582
- * @type {?}
1583
- * @private
1584
- */
1585
- RAWidgetContainer.prototype.dashboardService;
1586
- /**
1587
- * @type {?}
1588
- * @private
1589
- */
1590
- RAWidgetContainer.prototype.ngxService;
1591
- /**
1592
- * @type {?}
1593
- * @private
1594
- */
1595
- RAWidgetContainer.prototype.translateService;
1596
- /**
1597
- * @type {?}
1598
- * @private
1599
- */
1600
- RAWidgetContainer.prototype.ngZone;
1601
- /**
1602
- * @type {?}
1603
- * @private
1604
- */
1605
- RAWidgetContainer.prototype.notifier;
1606
- /**
1607
- * @type {?}
1608
- * @private
1609
- */
1610
- RAWidgetContainer.prototype.renderer;
1611
- }
1225
+ };
1612
1226
 
1613
1227
  /**
1614
1228
  * @fileoverview added by tsickle
1615
- * Generated from: lib/custom.notifier.options.ts
1616
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1229
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1617
1230
  */
1618
1231
  /** @type {?} */
1619
1232
  const customNotifierOptions = {
@@ -1659,8 +1272,7 @@ const customNotifierOptions = {
1659
1272
 
1660
1273
  /**
1661
1274
  * @fileoverview added by tsickle
1662
- * Generated from: gridster/lib/gridsterConfig.constant.ts
1663
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1275
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1664
1276
  */
1665
1277
  /** @type {?} */
1666
1278
  const GridsterConfigService = {
@@ -1838,8 +1450,7 @@ const GridsterConfigService = {
1838
1450
 
1839
1451
  /**
1840
1452
  * @fileoverview added by tsickle
1841
- * Generated from: gridster/lib/gridsterUtils.service.ts
1842
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1453
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1843
1454
  */
1844
1455
  class GridsterUtils {
1845
1456
  /**
@@ -1975,93 +1586,17 @@ GridsterUtils.decorators = [
1975
1586
 
1976
1587
  /**
1977
1588
  * @fileoverview added by tsickle
1978
- * Generated from: gridster/lib/gridster.interface.ts
1979
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1589
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1980
1590
  */
1981
1591
  /**
1982
1592
  * @abstract
1983
1593
  */
1984
1594
  class GridsterComponentInterface {
1985
- }
1986
- if (false) {
1987
- /** @type {?} */
1988
- GridsterComponentInterface.prototype.$options;
1989
- /** @type {?} */
1990
- GridsterComponentInterface.prototype.grid;
1991
- /** @type {?} */
1992
- GridsterComponentInterface.prototype.checkCollision;
1993
- /** @type {?} */
1994
- GridsterComponentInterface.prototype.positionXToPixels;
1995
- /** @type {?} */
1996
- GridsterComponentInterface.prototype.pixelsToPositionX;
1997
- /** @type {?} */
1998
- GridsterComponentInterface.prototype.positionYToPixels;
1999
- /** @type {?} */
2000
- GridsterComponentInterface.prototype.pixelsToPositionY;
2001
- /** @type {?} */
2002
- GridsterComponentInterface.prototype.findItemWithItem;
2003
- /** @type {?} */
2004
- GridsterComponentInterface.prototype.findItemsWithItem;
2005
- /** @type {?} */
2006
- GridsterComponentInterface.prototype.checkGridCollision;
2007
- /** @type {?} */
2008
- GridsterComponentInterface.prototype.el;
2009
- /** @type {?} */
2010
- GridsterComponentInterface.prototype.renderer;
2011
- /** @type {?} */
2012
- GridsterComponentInterface.prototype.gridRenderer;
2013
- /** @type {?} */
2014
- GridsterComponentInterface.prototype.cdRef;
2015
- /** @type {?} */
2016
- GridsterComponentInterface.prototype.options;
2017
- /** @type {?} */
2018
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2019
- /** @type {?} */
2020
- GridsterComponentInterface.prototype.updateGrid;
2021
- /** @type {?} */
2022
- GridsterComponentInterface.prototype.movingItem;
2023
- /** @type {?} */
2024
- GridsterComponentInterface.prototype.addItem;
2025
- /** @type {?} */
2026
- GridsterComponentInterface.prototype.removeItem;
2027
- /** @type {?} */
2028
- GridsterComponentInterface.prototype.previewStyle;
2029
- /** @type {?} */
2030
- GridsterComponentInterface.prototype.mobile;
2031
- /** @type {?} */
2032
- GridsterComponentInterface.prototype.curWidth;
2033
- /** @type {?} */
2034
- GridsterComponentInterface.prototype.curHeight;
2035
- /** @type {?} */
2036
- GridsterComponentInterface.prototype.columns;
2037
- /** @type {?} */
2038
- GridsterComponentInterface.prototype.rows;
2039
- /** @type {?} */
2040
- GridsterComponentInterface.prototype.curColWidth;
2041
- /** @type {?} */
2042
- GridsterComponentInterface.prototype.curRowHeight;
2043
- /** @type {?} */
2044
- GridsterComponentInterface.prototype.windowResize;
2045
- /** @type {?} */
2046
- GridsterComponentInterface.prototype.setGridDimensions;
2047
- /** @type {?} */
2048
- GridsterComponentInterface.prototype.dragInProgress;
2049
- /** @type {?} */
2050
- GridsterComponentInterface.prototype.emptyCell;
2051
- /** @type {?} */
2052
- GridsterComponentInterface.prototype.compact;
2053
- /** @type {?} */
2054
- GridsterComponentInterface.prototype.zone;
2055
- /** @type {?} */
2056
- GridsterComponentInterface.prototype.gridRows;
2057
- /** @type {?} */
2058
- GridsterComponentInterface.prototype.gridColumns;
2059
1595
  }
2060
1596
 
2061
1597
  /**
2062
1598
  * @fileoverview added by tsickle
2063
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2064
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1599
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2065
1600
  */
2066
1601
  class GridsterEmptyCell {
2067
1602
  /**
@@ -2338,45 +1873,11 @@ GridsterEmptyCell.decorators = [
2338
1873
  /** @nocollapse */
2339
1874
  GridsterEmptyCell.ctorParameters = () => [
2340
1875
  { type: GridsterComponentInterface }
2341
- ];
2342
- if (false) {
2343
- /** @type {?} */
2344
- GridsterEmptyCell.prototype.initialItem;
2345
- /** @type {?} */
2346
- GridsterEmptyCell.prototype.emptyCellClick;
2347
- /** @type {?} */
2348
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2349
- /** @type {?} */
2350
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2351
- /** @type {?} */
2352
- GridsterEmptyCell.prototype.emptyCellDrop;
2353
- /** @type {?} */
2354
- GridsterEmptyCell.prototype.emptyCellDrag;
2355
- /** @type {?} */
2356
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2357
- /** @type {?} */
2358
- GridsterEmptyCell.prototype.emptyCellMMove;
2359
- /** @type {?} */
2360
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2361
- /** @type {?} */
2362
- GridsterEmptyCell.prototype.emptyCellUp;
2363
- /** @type {?} */
2364
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2365
- /** @type {?} */
2366
- GridsterEmptyCell.prototype.emptyCellMove;
2367
- /** @type {?} */
2368
- GridsterEmptyCell.prototype.emptyCellExit;
2369
- /**
2370
- * @type {?}
2371
- * @private
2372
- */
2373
- GridsterEmptyCell.prototype.gridster;
2374
- }
1876
+ ];
2375
1877
 
2376
1878
  /**
2377
1879
  * @fileoverview added by tsickle
2378
- * Generated from: gridster/lib/gridsterCompact.service.ts
2379
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1880
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2380
1881
  */
2381
1882
  class GridsterCompact {
2382
1883
  /**
@@ -2585,19 +2086,11 @@ GridsterCompact.decorators = [
2585
2086
  /** @nocollapse */
2586
2087
  GridsterCompact.ctorParameters = () => [
2587
2088
  { type: GridsterComponentInterface }
2588
- ];
2589
- if (false) {
2590
- /**
2591
- * @type {?}
2592
- * @private
2593
- */
2594
- GridsterCompact.prototype.gridster;
2595
- }
2089
+ ];
2596
2090
 
2597
2091
  /**
2598
2092
  * @fileoverview added by tsickle
2599
- * Generated from: gridster/lib/gridsterRenderer.service.ts
2600
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2093
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2601
2094
  */
2602
2095
  class GridsterRenderer {
2603
2096
  /**
@@ -2860,19 +2353,11 @@ GridsterRenderer.decorators = [
2860
2353
  /** @nocollapse */
2861
2354
  GridsterRenderer.ctorParameters = () => [
2862
2355
  { type: GridsterComponentInterface }
2863
- ];
2864
- if (false) {
2865
- /**
2866
- * @type {?}
2867
- * @private
2868
- */
2869
- GridsterRenderer.prototype.gridster;
2870
- }
2356
+ ];
2871
2357
 
2872
2358
  /**
2873
2359
  * @fileoverview added by tsickle
2874
- * Generated from: gridster/lib/gridster.component.ts
2875
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2360
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2876
2361
  */
2877
2362
  class GridsterComponent {
2878
2363
  /**
@@ -3006,17 +2491,6 @@ class GridsterComponent {
3006
2491
  if (this.options.destroyCallback) {
3007
2492
  this.options.destroyCallback(this);
3008
2493
  }
3009
- //if (this.options.api) {
3010
- /* this.options.api getting undefined for new dashboard load- temp fix
3011
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3012
- * ondestroy of current this.options.api instance - needs to investigate further
3013
- */
3014
- if (false) {
3015
- this.options.api.resize = undefined;
3016
- this.options.api.optionsChanged = undefined;
3017
- this.options.api.getNextPossiblePosition = undefined;
3018
- this.options.api = undefined;
3019
- }
3020
2494
  this.emptyCell.destroy();
3021
2495
  delete this.emptyCell;
3022
2496
  this.compact.destroy();
@@ -3512,111 +2986,21 @@ GridsterComponent.ctorParameters = () => [
3512
2986
  ];
3513
2987
  GridsterComponent.propDecorators = {
3514
2988
  options: [{ type: Input }]
3515
- };
3516
- if (false) {
3517
- /** @type {?} */
3518
- GridsterComponent.prototype.options;
3519
- /** @type {?} */
3520
- GridsterComponent.prototype.calculateLayoutDebounce;
3521
- /** @type {?} */
3522
- GridsterComponent.prototype.movingItem;
3523
- /** @type {?} */
3524
- GridsterComponent.prototype.previewStyle;
3525
- /** @type {?} */
3526
- GridsterComponent.prototype.el;
3527
- /** @type {?} */
3528
- GridsterComponent.prototype.$options;
3529
- /** @type {?} */
3530
- GridsterComponent.prototype.mobile;
3531
- /** @type {?} */
3532
- GridsterComponent.prototype.curWidth;
3533
- /** @type {?} */
3534
- GridsterComponent.prototype.curHeight;
3535
- /** @type {?} */
3536
- GridsterComponent.prototype.grid;
3537
- /** @type {?} */
3538
- GridsterComponent.prototype.columns;
3539
- /** @type {?} */
3540
- GridsterComponent.prototype.rows;
3541
- /** @type {?} */
3542
- GridsterComponent.prototype.curColWidth;
3543
- /** @type {?} */
3544
- GridsterComponent.prototype.curRowHeight;
3545
- /** @type {?} */
3546
- GridsterComponent.prototype.gridColumns;
3547
- /** @type {?} */
3548
- GridsterComponent.prototype.gridRows;
3549
- /** @type {?} */
3550
- GridsterComponent.prototype.windowResize;
3551
- /** @type {?} */
3552
- GridsterComponent.prototype.dragInProgress;
3553
- /** @type {?} */
3554
- GridsterComponent.prototype.emptyCell;
3555
- /** @type {?} */
3556
- GridsterComponent.prototype.compact;
3557
- /** @type {?} */
3558
- GridsterComponent.prototype.gridRenderer;
3559
- /** @type {?} */
3560
- GridsterComponent.prototype.renderer;
3561
- /** @type {?} */
3562
- GridsterComponent.prototype.cdRef;
3563
- /** @type {?} */
3564
- GridsterComponent.prototype.zone;
3565
- }
2989
+ };
3566
2990
 
3567
2991
  /**
3568
2992
  * @fileoverview added by tsickle
3569
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
3570
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2993
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3571
2994
  */
3572
2995
  /**
3573
2996
  * @abstract
3574
2997
  */
3575
2998
  class GridsterItemComponentInterface {
3576
- }
3577
- if (false) {
3578
- /** @type {?} */
3579
- GridsterItemComponentInterface.prototype.item;
3580
- /** @type {?} */
3581
- GridsterItemComponentInterface.prototype.$item;
3582
- /** @type {?} */
3583
- GridsterItemComponentInterface.prototype.top;
3584
- /** @type {?} */
3585
- GridsterItemComponentInterface.prototype.left;
3586
- /** @type {?} */
3587
- GridsterItemComponentInterface.prototype.width;
3588
- /** @type {?} */
3589
- GridsterItemComponentInterface.prototype.height;
3590
- /** @type {?} */
3591
- GridsterItemComponentInterface.prototype.drag;
3592
- /** @type {?} */
3593
- GridsterItemComponentInterface.prototype.resize;
3594
- /** @type {?} */
3595
- GridsterItemComponentInterface.prototype.notPlaced;
3596
- /** @type {?} */
3597
- GridsterItemComponentInterface.prototype.updateOptions;
3598
- /** @type {?} */
3599
- GridsterItemComponentInterface.prototype.itemChanged;
3600
- /** @type {?} */
3601
- GridsterItemComponentInterface.prototype.setSize;
3602
- /** @type {?} */
3603
- GridsterItemComponentInterface.prototype.checkItemChanges;
3604
- /** @type {?} */
3605
- GridsterItemComponentInterface.prototype.canBeDragged;
3606
- /** @type {?} */
3607
- GridsterItemComponentInterface.prototype.canBeResized;
3608
- /** @type {?} */
3609
- GridsterItemComponentInterface.prototype.el;
3610
- /** @type {?} */
3611
- GridsterItemComponentInterface.prototype.gridster;
3612
- /** @type {?} */
3613
- GridsterItemComponentInterface.prototype.renderer;
3614
2999
  }
3615
3000
 
3616
3001
  /**
3617
3002
  * @fileoverview added by tsickle
3618
- * Generated from: gridster/lib/gridsterSwap.service.ts
3619
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3003
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3620
3004
  */
3621
3005
  class GridsterSwap {
3622
3006
  /**
@@ -3727,29 +3111,11 @@ GridsterSwap.decorators = [
3727
3111
  /** @nocollapse */
3728
3112
  GridsterSwap.ctorParameters = () => [
3729
3113
  { type: GridsterItemComponentInterface }
3730
- ];
3731
- if (false) {
3732
- /**
3733
- * @type {?}
3734
- * @private
3735
- */
3736
- GridsterSwap.prototype.swapedItem;
3737
- /**
3738
- * @type {?}
3739
- * @private
3740
- */
3741
- GridsterSwap.prototype.gridsterItem;
3742
- /**
3743
- * @type {?}
3744
- * @private
3745
- */
3746
- GridsterSwap.prototype.gridster;
3747
- }
3114
+ ];
3748
3115
 
3749
3116
  /**
3750
3117
  * @fileoverview added by tsickle
3751
- * Generated from: gridster/lib/gridsterScroll.service.ts
3752
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3118
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3753
3119
  */
3754
3120
  /** @type {?} */
3755
3121
  let scrollSensitivity;
@@ -3944,8 +3310,7 @@ function cancelN() {
3944
3310
 
3945
3311
  /**
3946
3312
  * @fileoverview added by tsickle
3947
- * Generated from: gridster/lib/gridsterPush.service.ts
3948
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3313
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3949
3314
  */
3950
3315
  class GridsterPush {
3951
3316
  /**
@@ -4356,62 +3721,11 @@ GridsterPush.decorators = [
4356
3721
  /** @nocollapse */
4357
3722
  GridsterPush.ctorParameters = () => [
4358
3723
  { type: GridsterItemComponentInterface }
4359
- ];
4360
- if (false) {
4361
- /** @type {?} */
4362
- GridsterPush.prototype.fromSouth;
4363
- /** @type {?} */
4364
- GridsterPush.prototype.fromNorth;
4365
- /** @type {?} */
4366
- GridsterPush.prototype.fromEast;
4367
- /** @type {?} */
4368
- GridsterPush.prototype.fromWest;
4369
- /**
4370
- * @type {?}
4371
- * @private
4372
- */
4373
- GridsterPush.prototype.pushedItems;
4374
- /**
4375
- * @type {?}
4376
- * @private
4377
- */
4378
- GridsterPush.prototype.pushedItemsTemp;
4379
- /**
4380
- * @type {?}
4381
- * @private
4382
- */
4383
- GridsterPush.prototype.pushedItemsTempPath;
4384
- /**
4385
- * @type {?}
4386
- * @private
4387
- */
4388
- GridsterPush.prototype.pushedItemsPath;
4389
- /**
4390
- * @type {?}
4391
- * @private
4392
- */
4393
- GridsterPush.prototype.gridsterItem;
4394
- /**
4395
- * @type {?}
4396
- * @private
4397
- */
4398
- GridsterPush.prototype.gridster;
4399
- /**
4400
- * @type {?}
4401
- * @private
4402
- */
4403
- GridsterPush.prototype.pushedItemsOrder;
4404
- /**
4405
- * @type {?}
4406
- * @private
4407
- */
4408
- GridsterPush.prototype.tryPattern;
4409
- }
3724
+ ];
4410
3725
 
4411
3726
  /**
4412
3727
  * @fileoverview added by tsickle
4413
- * Generated from: gridster/lib/gridsterDraggable.service.ts
4414
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3728
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4415
3729
  */
4416
3730
  class GridsterDraggable {
4417
3731
  /**
@@ -4689,10 +4003,6 @@ class GridsterDraggable {
4689
4003
  this.gridsterItem.$item.cols = itemColsbackup;
4690
4004
  this.gridsterItem.$item.rows = itemRowsbackup;
4691
4005
  }
4692
- else {
4693
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4694
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4695
- }
4696
4006
  return this.gridsterItem.$item;
4697
4007
  }
4698
4008
  /**
@@ -4837,85 +4147,11 @@ GridsterDraggable.ctorParameters = () => [
4837
4147
  { type: GridsterItemComponentInterface },
4838
4148
  { type: GridsterComponentInterface },
4839
4149
  { type: NgZone }
4840
- ];
4841
- if (false) {
4842
- /** @type {?} */
4843
- GridsterDraggable.prototype.gridsterItem;
4844
- /** @type {?} */
4845
- GridsterDraggable.prototype.gridster;
4846
- /** @type {?} */
4847
- GridsterDraggable.prototype.lastMouse;
4848
- /** @type {?} */
4849
- GridsterDraggable.prototype.offsetLeft;
4850
- /** @type {?} */
4851
- GridsterDraggable.prototype.offsetTop;
4852
- /** @type {?} */
4853
- GridsterDraggable.prototype.margin;
4854
- /** @type {?} */
4855
- GridsterDraggable.prototype.diffTop;
4856
- /** @type {?} */
4857
- GridsterDraggable.prototype.diffLeft;
4858
- /** @type {?} */
4859
- GridsterDraggable.prototype.top;
4860
- /** @type {?} */
4861
- GridsterDraggable.prototype.left;
4862
- /** @type {?} */
4863
- GridsterDraggable.prototype.height;
4864
- /** @type {?} */
4865
- GridsterDraggable.prototype.width;
4866
- /** @type {?} */
4867
- GridsterDraggable.prototype.positionX;
4868
- /** @type {?} */
4869
- GridsterDraggable.prototype.positionY;
4870
- /** @type {?} */
4871
- GridsterDraggable.prototype.positionXBackup;
4872
- /** @type {?} */
4873
- GridsterDraggable.prototype.positionYBackup;
4874
- /** @type {?} */
4875
- GridsterDraggable.prototype.enabled;
4876
- /** @type {?} */
4877
- GridsterDraggable.prototype.dragStartFunction;
4878
- /** @type {?} */
4879
- GridsterDraggable.prototype.dragFunction;
4880
- /** @type {?} */
4881
- GridsterDraggable.prototype.dragStopFunction;
4882
- /** @type {?} */
4883
- GridsterDraggable.prototype.mousemove;
4884
- /** @type {?} */
4885
- GridsterDraggable.prototype.mouseup;
4886
- /** @type {?} */
4887
- GridsterDraggable.prototype.mouseleave;
4888
- /** @type {?} */
4889
- GridsterDraggable.prototype.cancelOnBlur;
4890
- /** @type {?} */
4891
- GridsterDraggable.prototype.touchmove;
4892
- /** @type {?} */
4893
- GridsterDraggable.prototype.touchend;
4894
- /** @type {?} */
4895
- GridsterDraggable.prototype.touchcancel;
4896
- /** @type {?} */
4897
- GridsterDraggable.prototype.mousedown;
4898
- /** @type {?} */
4899
- GridsterDraggable.prototype.touchstart;
4900
- /** @type {?} */
4901
- GridsterDraggable.prototype.push;
4902
- /** @type {?} */
4903
- GridsterDraggable.prototype.swap;
4904
- /** @type {?} */
4905
- GridsterDraggable.prototype.path;
4906
- /** @type {?} */
4907
- GridsterDraggable.prototype.collision;
4908
- /**
4909
- * @type {?}
4910
- * @private
4911
- */
4912
- GridsterDraggable.prototype.zone;
4913
- }
4150
+ ];
4914
4151
 
4915
4152
  /**
4916
4153
  * @fileoverview added by tsickle
4917
- * Generated from: gridster/lib/gridsterPushResize.service.ts
4918
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4154
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4919
4155
  */
4920
4156
  class GridsterPushResize {
4921
4157
  /**
@@ -5231,47 +4467,11 @@ GridsterPushResize.decorators = [
5231
4467
  /** @nocollapse */
5232
4468
  GridsterPushResize.ctorParameters = () => [
5233
4469
  { type: GridsterItemComponentInterface }
5234
- ];
5235
- if (false) {
5236
- /** @type {?} */
5237
- GridsterPushResize.prototype.fromSouth;
5238
- /** @type {?} */
5239
- GridsterPushResize.prototype.fromNorth;
5240
- /** @type {?} */
5241
- GridsterPushResize.prototype.fromEast;
5242
- /** @type {?} */
5243
- GridsterPushResize.prototype.fromWest;
5244
- /**
5245
- * @type {?}
5246
- * @private
5247
- */
5248
- GridsterPushResize.prototype.pushedItems;
5249
- /**
5250
- * @type {?}
5251
- * @private
5252
- */
5253
- GridsterPushResize.prototype.pushedItemsPath;
5254
- /**
5255
- * @type {?}
5256
- * @private
5257
- */
5258
- GridsterPushResize.prototype.gridsterItem;
5259
- /**
5260
- * @type {?}
5261
- * @private
5262
- */
5263
- GridsterPushResize.prototype.gridster;
5264
- /**
5265
- * @type {?}
5266
- * @private
5267
- */
5268
- GridsterPushResize.prototype.tryPattern;
5269
- }
4470
+ ];
5270
4471
 
5271
4472
  /**
5272
4473
  * @fileoverview added by tsickle
5273
- * Generated from: gridster/lib/gridsterResizable.service.ts
5274
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4474
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5275
4475
  */
5276
4476
  class GridsterResizable {
5277
4477
  /**
@@ -5737,87 +4937,11 @@ GridsterResizable.ctorParameters = () => [
5737
4937
  { type: GridsterItemComponentInterface },
5738
4938
  { type: GridsterComponentInterface },
5739
4939
  { type: NgZone }
5740
- ];
5741
- if (false) {
5742
- /** @type {?} */
5743
- GridsterResizable.prototype.gridsterItem;
5744
- /** @type {?} */
5745
- GridsterResizable.prototype.gridster;
5746
- /** @type {?} */
5747
- GridsterResizable.prototype.lastMouse;
5748
- /** @type {?} */
5749
- GridsterResizable.prototype.itemBackup;
5750
- /** @type {?} */
5751
- GridsterResizable.prototype.resizeEventScrollType;
5752
- /** @type {?} */
5753
- GridsterResizable.prototype.directionFunction;
5754
- /** @type {?} */
5755
- GridsterResizable.prototype.dragFunction;
5756
- /** @type {?} */
5757
- GridsterResizable.prototype.dragStopFunction;
5758
- /** @type {?} */
5759
- GridsterResizable.prototype.resizeEnabled;
5760
- /** @type {?} */
5761
- GridsterResizable.prototype.mousemove;
5762
- /** @type {?} */
5763
- GridsterResizable.prototype.mouseup;
5764
- /** @type {?} */
5765
- GridsterResizable.prototype.mouseleave;
5766
- /** @type {?} */
5767
- GridsterResizable.prototype.cancelOnBlur;
5768
- /** @type {?} */
5769
- GridsterResizable.prototype.touchmove;
5770
- /** @type {?} */
5771
- GridsterResizable.prototype.touchend;
5772
- /** @type {?} */
5773
- GridsterResizable.prototype.touchcancel;
5774
- /** @type {?} */
5775
- GridsterResizable.prototype.push;
5776
- /** @type {?} */
5777
- GridsterResizable.prototype.pushResize;
5778
- /** @type {?} */
5779
- GridsterResizable.prototype.minHeight;
5780
- /** @type {?} */
5781
- GridsterResizable.prototype.minWidth;
5782
- /** @type {?} */
5783
- GridsterResizable.prototype.offsetTop;
5784
- /** @type {?} */
5785
- GridsterResizable.prototype.offsetLeft;
5786
- /** @type {?} */
5787
- GridsterResizable.prototype.diffTop;
5788
- /** @type {?} */
5789
- GridsterResizable.prototype.diffLeft;
5790
- /** @type {?} */
5791
- GridsterResizable.prototype.diffRight;
5792
- /** @type {?} */
5793
- GridsterResizable.prototype.diffBottom;
5794
- /** @type {?} */
5795
- GridsterResizable.prototype.margin;
5796
- /** @type {?} */
5797
- GridsterResizable.prototype.top;
5798
- /** @type {?} */
5799
- GridsterResizable.prototype.left;
5800
- /** @type {?} */
5801
- GridsterResizable.prototype.bottom;
5802
- /** @type {?} */
5803
- GridsterResizable.prototype.right;
5804
- /** @type {?} */
5805
- GridsterResizable.prototype.width;
5806
- /** @type {?} */
5807
- GridsterResizable.prototype.height;
5808
- /** @type {?} */
5809
- GridsterResizable.prototype.newPosition;
5810
- /**
5811
- * @type {?}
5812
- * @private
5813
- */
5814
- GridsterResizable.prototype.zone;
5815
- }
4940
+ ];
5816
4941
 
5817
4942
  /**
5818
4943
  * @fileoverview added by tsickle
5819
- * Generated from: gridster/lib/gridsterItem.component.ts
5820
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4944
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5821
4945
  */
5822
4946
  class GridsterItemComponent {
5823
4947
  /**
@@ -5988,45 +5112,11 @@ GridsterItemComponent.ctorParameters = () => [
5988
5112
  ];
5989
5113
  GridsterItemComponent.propDecorators = {
5990
5114
  item: [{ type: Input }]
5991
- };
5992
- if (false) {
5993
- /** @type {?} */
5994
- GridsterItemComponent.prototype.item;
5995
- /** @type {?} */
5996
- GridsterItemComponent.prototype.$item;
5997
- /** @type {?} */
5998
- GridsterItemComponent.prototype.el;
5999
- /** @type {?} */
6000
- GridsterItemComponent.prototype.gridster;
6001
- /** @type {?} */
6002
- GridsterItemComponent.prototype.top;
6003
- /** @type {?} */
6004
- GridsterItemComponent.prototype.left;
6005
- /** @type {?} */
6006
- GridsterItemComponent.prototype.width;
6007
- /** @type {?} */
6008
- GridsterItemComponent.prototype.height;
6009
- /** @type {?} */
6010
- GridsterItemComponent.prototype.drag;
6011
- /** @type {?} */
6012
- GridsterItemComponent.prototype.resize;
6013
- /** @type {?} */
6014
- GridsterItemComponent.prototype.notPlaced;
6015
- /** @type {?} */
6016
- GridsterItemComponent.prototype.init;
6017
- /** @type {?} */
6018
- GridsterItemComponent.prototype.renderer;
6019
- /**
6020
- * @type {?}
6021
- * @private
6022
- */
6023
- GridsterItemComponent.prototype.zone;
6024
- }
5115
+ };
6025
5116
 
6026
5117
  /**
6027
5118
  * @fileoverview added by tsickle
6028
- * Generated from: gridster/lib/gridsterPreview.component.ts
6029
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5119
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6030
5120
  */
6031
5121
  class GridsterPreviewComponent {
6032
5122
  /**
@@ -6078,20 +5168,11 @@ GridsterPreviewComponent.ctorParameters = () => [
6078
5168
  { type: ElementRef },
6079
5169
  { type: GridsterComponent, decorators: [{ type: Host }] },
6080
5170
  { type: Renderer2 }
6081
- ];
6082
- if (false) {
6083
- /** @type {?} */
6084
- GridsterPreviewComponent.prototype.el;
6085
- /** @type {?} */
6086
- GridsterPreviewComponent.prototype.gridster;
6087
- /** @type {?} */
6088
- GridsterPreviewComponent.prototype.renderer;
6089
- }
5171
+ ];
6090
5172
 
6091
5173
  /**
6092
5174
  * @fileoverview added by tsickle
6093
- * Generated from: gridster/lib/gridster.module.ts
6094
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5175
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6095
5176
  */
6096
5177
  class GridsterModule {
6097
5178
  }
@@ -6113,8 +5194,7 @@ GridsterModule.decorators = [
6113
5194
 
6114
5195
  /**
6115
5196
  * @fileoverview added by tsickle
6116
- * Generated from: lib/ra.dashboard.module.ts
6117
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5197
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6118
5198
  */
6119
5199
  /** @type {?} */
6120
5200
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6152,8 +5232,7 @@ DashboardFrameworkModule.decorators = [
6152
5232
 
6153
5233
  /**
6154
5234
  * @fileoverview added by tsickle
6155
- * Generated from: lib/ra.base.dashboard.template.ts
6156
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5235
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6157
5236
  */
6158
5237
  /**
6159
5238
  * @abstract
@@ -6195,36 +5274,11 @@ RaBaseDashboardTemplate.propDecorators = {
6195
5274
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
6196
5275
  globalFilter: [{ type: Input, args: ['global-filter',] }],
6197
5276
  initialize: [{ type: Input }]
6198
- };
6199
- if (false) {
6200
- /** @type {?} */
6201
- RaBaseDashboardTemplate.prototype.userDashboardId;
6202
- /** @type {?} */
6203
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6204
- /** @type {?} */
6205
- RaBaseDashboardTemplate.prototype.appConfig;
6206
- /** @type {?} */
6207
- RaBaseDashboardTemplate.prototype.dashboardId;
6208
- /** @type {?} */
6209
- RaBaseDashboardTemplate.prototype.globalFilter;
6210
- /** @type {?} */
6211
- RaBaseDashboardTemplate.prototype.initialize;
6212
- /**
6213
- * @type {?}
6214
- * @private
6215
- */
6216
- RaBaseDashboardTemplate.prototype.ngZone;
6217
- /**
6218
- * @abstract
6219
- * @return {?}
6220
- */
6221
- RaBaseDashboardTemplate.prototype.init = function () { };
6222
- }
5277
+ };
6223
5278
 
6224
5279
  /**
6225
5280
  * @fileoverview added by tsickle
6226
- * Generated from: lib/ra.base.dashboard.filter.ts
6227
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5281
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6228
5282
  */
6229
5283
  /**
6230
5284
  * @abstract
@@ -6273,53 +5327,16 @@ RaBaseDashboardFilter.propDecorators = {
6273
5327
  setAllFilterConfig: [{ type: Input }],
6274
5328
  isValidEntry: [{ type: Input }],
6275
5329
  clearAllData: [{ type: Input }]
6276
- };
6277
- if (false) {
6278
- /**
6279
- * @type {?}
6280
- * @private
6281
- */
6282
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6283
- /** @type {?} */
6284
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
6285
- /** @type {?} */
6286
- RaBaseDashboardFilter.prototype.isValidEntry;
6287
- /** @type {?} */
6288
- RaBaseDashboardFilter.prototype.clearAllData;
6289
- /**
6290
- * @abstract
6291
- * @return {?}
6292
- */
6293
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6294
- /**
6295
- * @abstract
6296
- * @param {?} filter
6297
- * @param {?} appConfig
6298
- * @return {?}
6299
- */
6300
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
6301
- /**
6302
- * @abstract
6303
- * @return {?}
6304
- */
6305
- RaBaseDashboardFilter.prototype.clearData = function () { };
6306
- /**
6307
- * @abstract
6308
- * @return {?}
6309
- */
6310
- RaBaseDashboardFilter.prototype.isValid = function () { };
6311
- }
5330
+ };
6312
5331
 
6313
5332
  /**
6314
5333
  * @fileoverview added by tsickle
6315
- * Generated from: public-api.ts
6316
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5334
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6317
5335
  */
6318
5336
 
6319
5337
  /**
6320
5338
  * @fileoverview added by tsickle
6321
- * Generated from: schneideress-dashboardframework.ts
6322
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5339
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6323
5340
  */
6324
5341
 
6325
5342
  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 };