@schneideress/dashboardframework 0.0.99 → 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 (80) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +120 -1178
  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 +13 -5
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +29 -14
  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 +25 -6
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +36 -14
  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 +99 -1057
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +121 -1061
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +1 -0
  78. package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
  79. package/package.json +1 -1
  80. 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
  /**
@@ -591,6 +386,7 @@ class RADashboardArea {
591
386
  this.widgetList = Array();
592
387
  this.gridheight = 300;
593
388
  this.isWidgetLoaded = false;
389
+ this.domResized = false;
594
390
  this.widgetHeight = 3;
595
391
  this.widgetWidth = 5;
596
392
  }
@@ -606,6 +402,7 @@ class RADashboardArea {
606
402
  */
607
403
  function () {
608
404
  areaContext.setAreaHeight();
405
+ areaContext.domResized = !areaContext.domResized;
609
406
  }), 1000);
610
407
  }
611
408
  /**
@@ -627,6 +424,11 @@ class RADashboardArea {
627
424
  this.inititateEventBusSubscritions();
628
425
  }
629
426
  }
427
+ // public invokeResizeEvent() {
428
+ // this.widgetContainers.forEach(function(container,i){
429
+ // container.invokeWidgetResizedEvent();
430
+ // });
431
+ // }
630
432
  /**
631
433
  * To set GridsterConfig
632
434
  * @return {?}
@@ -833,7 +635,7 @@ class RADashboardArea {
833
635
  areaHeight = 600;
834
636
  }
835
637
  this.gridheight = areaHeight;
836
- console.log('area height adjusted');
638
+ console.log('area height adjusted1');
837
639
  }
838
640
  /**
839
641
  * To remove a widget instance from dashboard and to save info in database
@@ -988,7 +790,7 @@ class RADashboardArea {
988
790
  RADashboardArea.decorators = [
989
791
  { type: Component, args: [{
990
792
  selector: 'ra-dashboard-area',
991
- template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
793
+ template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
992
794
  styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
993
795
  }] }
994
796
  ];
@@ -1010,86 +812,11 @@ RADashboardArea.propDecorators = {
1010
812
  appConfig: [{ type: Input, args: ['app-config',] }],
1011
813
  gridWrapper: [{ type: ViewChild, args: ['gridWrapper', { static: false },] }],
1012
814
  onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
1013
- };
1014
- if (false) {
1015
- /** @type {?} */
1016
- RADashboardArea.prototype.widgetList;
1017
- /** @type {?} */
1018
- RADashboardArea.prototype.options;
1019
- /** @type {?} */
1020
- RADashboardArea.prototype.gridheight;
1021
- /**
1022
- * @type {?}
1023
- * @private
1024
- */
1025
- RADashboardArea.prototype.conifgAddClick;
1026
- /**
1027
- * @type {?}
1028
- * @private
1029
- */
1030
- RADashboardArea.prototype.widgetDeleteEvent;
1031
- /**
1032
- * @type {?}
1033
- * @private
1034
- */
1035
- RADashboardArea.prototype.widgetAddEvent;
1036
- /**
1037
- * @type {?}
1038
- * @private
1039
- */
1040
- RADashboardArea.prototype.widgetLibraryDoneClick;
1041
- /**
1042
- * @type {?}
1043
- * @private
1044
- */
1045
- RADashboardArea.prototype.isWidgetLoaded;
1046
- /** @type {?} */
1047
- RADashboardArea.prototype.userDashboardId;
1048
- /** @type {?} */
1049
- RADashboardArea.prototype.areaKey;
1050
- /** @type {?} */
1051
- RADashboardArea.prototype.globalFilter;
1052
- /** @type {?} */
1053
- RADashboardArea.prototype.raDashboardEventBus;
1054
- /** @type {?} */
1055
- RADashboardArea.prototype.widgetHeight;
1056
- /** @type {?} */
1057
- RADashboardArea.prototype.widgetWidth;
1058
- /** @type {?} */
1059
- RADashboardArea.prototype.appConfig;
1060
- /** @type {?} */
1061
- RADashboardArea.prototype.gridWrapper;
1062
- /**
1063
- * @type {?}
1064
- * @private
1065
- */
1066
- RADashboardArea.prototype.dashboardService;
1067
- /**
1068
- * @type {?}
1069
- * @private
1070
- */
1071
- RADashboardArea.prototype.ngZone;
1072
- /**
1073
- * @type {?}
1074
- * @private
1075
- */
1076
- RADashboardArea.prototype.ngxService;
1077
- /**
1078
- * @type {?}
1079
- * @private
1080
- */
1081
- RADashboardArea.prototype.translateService;
1082
- /**
1083
- * @type {?}
1084
- * @private
1085
- */
1086
- RADashboardArea.prototype.notifier;
1087
- }
815
+ };
1088
816
 
1089
817
  /**
1090
818
  * @fileoverview added by tsickle
1091
- * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1092
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
819
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1093
820
  */
1094
821
  class RAWidgetContainer {
1095
822
  /**
@@ -1138,6 +865,13 @@ class RAWidgetContainer {
1138
865
  }
1139
866
  }));
1140
867
  }
868
+ /**
869
+ * @param {?} resized
870
+ * @return {?}
871
+ */
872
+ set setResized(resized) {
873
+ this.invokeWidgetResizedEvent();
874
+ }
1141
875
  /**
1142
876
  * @param {?} changes
1143
877
  * @return {?}
@@ -1162,14 +896,20 @@ class RAWidgetContainer {
1162
896
  }
1163
897
  if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1164
898
  (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1165
- if (this.widgetElement) {
1166
- /** @type {?} */
1167
- let size = {};
1168
- size.height = this.height;
1169
- size.width = this.width;
1170
- size.cellHeight = this.gridCellHeight;
1171
- this.widgetElement.widgetResized(size);
1172
- }
899
+ this.invokeWidgetResizedEvent();
900
+ }
901
+ }
902
+ /**
903
+ * @return {?}
904
+ */
905
+ invokeWidgetResizedEvent() {
906
+ if (this.widgetElement) {
907
+ /** @type {?} */
908
+ let size = {};
909
+ size.height = this.height;
910
+ size.width = this.width;
911
+ size.cellHeight = this.gridCellHeight;
912
+ this.widgetElement.widgetResized(size);
1173
913
  }
1174
914
  }
1175
915
  /**
@@ -1454,8 +1194,8 @@ class RAWidgetContainer {
1454
1194
  RAWidgetContainer.decorators = [
1455
1195
  { type: Component, args: [{
1456
1196
  selector: 'ra-widget-container',
1457
- 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>",
1458
- 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}"]
1459
1199
  }] }
1460
1200
  ];
1461
1201
  /** @nocollapse */
@@ -1480,115 +1220,13 @@ RAWidgetContainer.propDecorators = {
1480
1220
  width: [{ type: Input, args: ['widget-width',] }],
1481
1221
  height: [{ type: Input, args: ['widget-height',] }],
1482
1222
  gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
1483
- widgetDeleted: [{ type: Output }]
1484
- };
1485
- if (false) {
1486
- /** @type {?} */
1487
- RAWidgetContainer.prototype.showPanel;
1488
- /**
1489
- * @type {?}
1490
- * @private
1491
- */
1492
- RAWidgetContainer.prototype.isWidgetLoaded;
1493
- /**
1494
- * @type {?}
1495
- * @private
1496
- */
1497
- RAWidgetContainer.prototype.widgetElement;
1498
- /**
1499
- * @type {?}
1500
- * @private
1501
- */
1502
- RAWidgetContainer.prototype.configChanged;
1503
- /**
1504
- * @type {?}
1505
- * @private
1506
- */
1507
- RAWidgetContainer.prototype.isIEOrEdge;
1508
- /** @type {?} */
1509
- RAWidgetContainer.prototype.widgetHeight;
1510
- /** @type {?} */
1511
- RAWidgetContainer.prototype.lockClass;
1512
- /** @type {?} */
1513
- RAWidgetContainer.prototype.lockStatus;
1514
- /** @type {?} */
1515
- RAWidgetContainer.prototype.isDownloadIconVisible;
1516
- /** @type {?} */
1517
- RAWidgetContainer.prototype.dropDownShown;
1518
- /** @type {?} */
1519
- RAWidgetContainer.prototype.isDownloadChartVisible;
1520
- /** @type {?} */
1521
- RAWidgetContainer.prototype.downloadIconType;
1522
- /** @type {?} */
1523
- RAWidgetContainer.prototype.enableTitleLine;
1524
- /** @type {?} */
1525
- RAWidgetContainer.prototype.toolTipValue;
1526
- /** @type {?} */
1527
- RAWidgetContainer.prototype.toolTipWidth;
1528
- /** @type {?} */
1529
- RAWidgetContainer.prototype.ctlWidget;
1530
- /** @type {?} */
1531
- RAWidgetContainer.prototype.widgetDropdown;
1532
- /** @type {?} */
1533
- RAWidgetContainer.prototype.widgetDownload;
1534
- /** @type {?} */
1535
- RAWidgetContainer.prototype.searchInput;
1536
- /** @type {?} */
1537
- RAWidgetContainer.prototype.widgetInstanceId;
1538
- /** @type {?} */
1539
- RAWidgetContainer.prototype.globalFilter;
1540
- /** @type {?} */
1541
- RAWidgetContainer.prototype.data;
1542
- /** @type {?} */
1543
- RAWidgetContainer.prototype.raDashboardEventBus;
1544
- /** @type {?} */
1545
- RAWidgetContainer.prototype.appConfig;
1546
- /** @type {?} */
1547
- RAWidgetContainer.prototype.width;
1548
- /** @type {?} */
1549
- RAWidgetContainer.prototype.height;
1550
- /** @type {?} */
1551
- RAWidgetContainer.prototype.gridCellHeight;
1552
- /** @type {?} */
1553
- RAWidgetContainer.prototype.widgetDeleted;
1554
- /** @type {?} */
1555
- RAWidgetContainer.prototype.lockTitle;
1556
- /**
1557
- * @type {?}
1558
- * @private
1559
- */
1560
- RAWidgetContainer.prototype.dashboardService;
1561
- /**
1562
- * @type {?}
1563
- * @private
1564
- */
1565
- RAWidgetContainer.prototype.ngxService;
1566
- /**
1567
- * @type {?}
1568
- * @private
1569
- */
1570
- RAWidgetContainer.prototype.translateService;
1571
- /**
1572
- * @type {?}
1573
- * @private
1574
- */
1575
- RAWidgetContainer.prototype.ngZone;
1576
- /**
1577
- * @type {?}
1578
- * @private
1579
- */
1580
- RAWidgetContainer.prototype.notifier;
1581
- /**
1582
- * @type {?}
1583
- * @private
1584
- */
1585
- RAWidgetContainer.prototype.renderer;
1586
- }
1223
+ widgetDeleted: [{ type: Output }],
1224
+ setResized: [{ type: Input, args: ['dom-resized',] }]
1225
+ };
1587
1226
 
1588
1227
  /**
1589
1228
  * @fileoverview added by tsickle
1590
- * Generated from: lib/custom.notifier.options.ts
1591
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1229
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1592
1230
  */
1593
1231
  /** @type {?} */
1594
1232
  const customNotifierOptions = {
@@ -1634,8 +1272,7 @@ const customNotifierOptions = {
1634
1272
 
1635
1273
  /**
1636
1274
  * @fileoverview added by tsickle
1637
- * Generated from: gridster/lib/gridsterConfig.constant.ts
1638
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1275
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1639
1276
  */
1640
1277
  /** @type {?} */
1641
1278
  const GridsterConfigService = {
@@ -1813,8 +1450,7 @@ const GridsterConfigService = {
1813
1450
 
1814
1451
  /**
1815
1452
  * @fileoverview added by tsickle
1816
- * Generated from: gridster/lib/gridsterUtils.service.ts
1817
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1453
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1818
1454
  */
1819
1455
  class GridsterUtils {
1820
1456
  /**
@@ -1950,93 +1586,17 @@ GridsterUtils.decorators = [
1950
1586
 
1951
1587
  /**
1952
1588
  * @fileoverview added by tsickle
1953
- * Generated from: gridster/lib/gridster.interface.ts
1954
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1589
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1955
1590
  */
1956
1591
  /**
1957
1592
  * @abstract
1958
1593
  */
1959
1594
  class GridsterComponentInterface {
1960
- }
1961
- if (false) {
1962
- /** @type {?} */
1963
- GridsterComponentInterface.prototype.$options;
1964
- /** @type {?} */
1965
- GridsterComponentInterface.prototype.grid;
1966
- /** @type {?} */
1967
- GridsterComponentInterface.prototype.checkCollision;
1968
- /** @type {?} */
1969
- GridsterComponentInterface.prototype.positionXToPixels;
1970
- /** @type {?} */
1971
- GridsterComponentInterface.prototype.pixelsToPositionX;
1972
- /** @type {?} */
1973
- GridsterComponentInterface.prototype.positionYToPixels;
1974
- /** @type {?} */
1975
- GridsterComponentInterface.prototype.pixelsToPositionY;
1976
- /** @type {?} */
1977
- GridsterComponentInterface.prototype.findItemWithItem;
1978
- /** @type {?} */
1979
- GridsterComponentInterface.prototype.findItemsWithItem;
1980
- /** @type {?} */
1981
- GridsterComponentInterface.prototype.checkGridCollision;
1982
- /** @type {?} */
1983
- GridsterComponentInterface.prototype.el;
1984
- /** @type {?} */
1985
- GridsterComponentInterface.prototype.renderer;
1986
- /** @type {?} */
1987
- GridsterComponentInterface.prototype.gridRenderer;
1988
- /** @type {?} */
1989
- GridsterComponentInterface.prototype.cdRef;
1990
- /** @type {?} */
1991
- GridsterComponentInterface.prototype.options;
1992
- /** @type {?} */
1993
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
1994
- /** @type {?} */
1995
- GridsterComponentInterface.prototype.updateGrid;
1996
- /** @type {?} */
1997
- GridsterComponentInterface.prototype.movingItem;
1998
- /** @type {?} */
1999
- GridsterComponentInterface.prototype.addItem;
2000
- /** @type {?} */
2001
- GridsterComponentInterface.prototype.removeItem;
2002
- /** @type {?} */
2003
- GridsterComponentInterface.prototype.previewStyle;
2004
- /** @type {?} */
2005
- GridsterComponentInterface.prototype.mobile;
2006
- /** @type {?} */
2007
- GridsterComponentInterface.prototype.curWidth;
2008
- /** @type {?} */
2009
- GridsterComponentInterface.prototype.curHeight;
2010
- /** @type {?} */
2011
- GridsterComponentInterface.prototype.columns;
2012
- /** @type {?} */
2013
- GridsterComponentInterface.prototype.rows;
2014
- /** @type {?} */
2015
- GridsterComponentInterface.prototype.curColWidth;
2016
- /** @type {?} */
2017
- GridsterComponentInterface.prototype.curRowHeight;
2018
- /** @type {?} */
2019
- GridsterComponentInterface.prototype.windowResize;
2020
- /** @type {?} */
2021
- GridsterComponentInterface.prototype.setGridDimensions;
2022
- /** @type {?} */
2023
- GridsterComponentInterface.prototype.dragInProgress;
2024
- /** @type {?} */
2025
- GridsterComponentInterface.prototype.emptyCell;
2026
- /** @type {?} */
2027
- GridsterComponentInterface.prototype.compact;
2028
- /** @type {?} */
2029
- GridsterComponentInterface.prototype.zone;
2030
- /** @type {?} */
2031
- GridsterComponentInterface.prototype.gridRows;
2032
- /** @type {?} */
2033
- GridsterComponentInterface.prototype.gridColumns;
2034
1595
  }
2035
1596
 
2036
1597
  /**
2037
1598
  * @fileoverview added by tsickle
2038
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2039
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1599
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2040
1600
  */
2041
1601
  class GridsterEmptyCell {
2042
1602
  /**
@@ -2313,45 +1873,11 @@ GridsterEmptyCell.decorators = [
2313
1873
  /** @nocollapse */
2314
1874
  GridsterEmptyCell.ctorParameters = () => [
2315
1875
  { type: GridsterComponentInterface }
2316
- ];
2317
- if (false) {
2318
- /** @type {?} */
2319
- GridsterEmptyCell.prototype.initialItem;
2320
- /** @type {?} */
2321
- GridsterEmptyCell.prototype.emptyCellClick;
2322
- /** @type {?} */
2323
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2324
- /** @type {?} */
2325
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2326
- /** @type {?} */
2327
- GridsterEmptyCell.prototype.emptyCellDrop;
2328
- /** @type {?} */
2329
- GridsterEmptyCell.prototype.emptyCellDrag;
2330
- /** @type {?} */
2331
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2332
- /** @type {?} */
2333
- GridsterEmptyCell.prototype.emptyCellMMove;
2334
- /** @type {?} */
2335
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2336
- /** @type {?} */
2337
- GridsterEmptyCell.prototype.emptyCellUp;
2338
- /** @type {?} */
2339
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2340
- /** @type {?} */
2341
- GridsterEmptyCell.prototype.emptyCellMove;
2342
- /** @type {?} */
2343
- GridsterEmptyCell.prototype.emptyCellExit;
2344
- /**
2345
- * @type {?}
2346
- * @private
2347
- */
2348
- GridsterEmptyCell.prototype.gridster;
2349
- }
1876
+ ];
2350
1877
 
2351
1878
  /**
2352
1879
  * @fileoverview added by tsickle
2353
- * Generated from: gridster/lib/gridsterCompact.service.ts
2354
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1880
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2355
1881
  */
2356
1882
  class GridsterCompact {
2357
1883
  /**
@@ -2560,19 +2086,11 @@ GridsterCompact.decorators = [
2560
2086
  /** @nocollapse */
2561
2087
  GridsterCompact.ctorParameters = () => [
2562
2088
  { type: GridsterComponentInterface }
2563
- ];
2564
- if (false) {
2565
- /**
2566
- * @type {?}
2567
- * @private
2568
- */
2569
- GridsterCompact.prototype.gridster;
2570
- }
2089
+ ];
2571
2090
 
2572
2091
  /**
2573
2092
  * @fileoverview added by tsickle
2574
- * Generated from: gridster/lib/gridsterRenderer.service.ts
2575
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2093
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2576
2094
  */
2577
2095
  class GridsterRenderer {
2578
2096
  /**
@@ -2835,19 +2353,11 @@ GridsterRenderer.decorators = [
2835
2353
  /** @nocollapse */
2836
2354
  GridsterRenderer.ctorParameters = () => [
2837
2355
  { type: GridsterComponentInterface }
2838
- ];
2839
- if (false) {
2840
- /**
2841
- * @type {?}
2842
- * @private
2843
- */
2844
- GridsterRenderer.prototype.gridster;
2845
- }
2356
+ ];
2846
2357
 
2847
2358
  /**
2848
2359
  * @fileoverview added by tsickle
2849
- * Generated from: gridster/lib/gridster.component.ts
2850
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2360
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2851
2361
  */
2852
2362
  class GridsterComponent {
2853
2363
  /**
@@ -2981,17 +2491,6 @@ class GridsterComponent {
2981
2491
  if (this.options.destroyCallback) {
2982
2492
  this.options.destroyCallback(this);
2983
2493
  }
2984
- //if (this.options.api) {
2985
- /* this.options.api getting undefined for new dashboard load- temp fix
2986
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
2987
- * ondestroy of current this.options.api instance - needs to investigate further
2988
- */
2989
- if (false) {
2990
- this.options.api.resize = undefined;
2991
- this.options.api.optionsChanged = undefined;
2992
- this.options.api.getNextPossiblePosition = undefined;
2993
- this.options.api = undefined;
2994
- }
2995
2494
  this.emptyCell.destroy();
2996
2495
  delete this.emptyCell;
2997
2496
  this.compact.destroy();
@@ -3487,111 +2986,21 @@ GridsterComponent.ctorParameters = () => [
3487
2986
  ];
3488
2987
  GridsterComponent.propDecorators = {
3489
2988
  options: [{ type: Input }]
3490
- };
3491
- if (false) {
3492
- /** @type {?} */
3493
- GridsterComponent.prototype.options;
3494
- /** @type {?} */
3495
- GridsterComponent.prototype.calculateLayoutDebounce;
3496
- /** @type {?} */
3497
- GridsterComponent.prototype.movingItem;
3498
- /** @type {?} */
3499
- GridsterComponent.prototype.previewStyle;
3500
- /** @type {?} */
3501
- GridsterComponent.prototype.el;
3502
- /** @type {?} */
3503
- GridsterComponent.prototype.$options;
3504
- /** @type {?} */
3505
- GridsterComponent.prototype.mobile;
3506
- /** @type {?} */
3507
- GridsterComponent.prototype.curWidth;
3508
- /** @type {?} */
3509
- GridsterComponent.prototype.curHeight;
3510
- /** @type {?} */
3511
- GridsterComponent.prototype.grid;
3512
- /** @type {?} */
3513
- GridsterComponent.prototype.columns;
3514
- /** @type {?} */
3515
- GridsterComponent.prototype.rows;
3516
- /** @type {?} */
3517
- GridsterComponent.prototype.curColWidth;
3518
- /** @type {?} */
3519
- GridsterComponent.prototype.curRowHeight;
3520
- /** @type {?} */
3521
- GridsterComponent.prototype.gridColumns;
3522
- /** @type {?} */
3523
- GridsterComponent.prototype.gridRows;
3524
- /** @type {?} */
3525
- GridsterComponent.prototype.windowResize;
3526
- /** @type {?} */
3527
- GridsterComponent.prototype.dragInProgress;
3528
- /** @type {?} */
3529
- GridsterComponent.prototype.emptyCell;
3530
- /** @type {?} */
3531
- GridsterComponent.prototype.compact;
3532
- /** @type {?} */
3533
- GridsterComponent.prototype.gridRenderer;
3534
- /** @type {?} */
3535
- GridsterComponent.prototype.renderer;
3536
- /** @type {?} */
3537
- GridsterComponent.prototype.cdRef;
3538
- /** @type {?} */
3539
- GridsterComponent.prototype.zone;
3540
- }
2989
+ };
3541
2990
 
3542
2991
  /**
3543
2992
  * @fileoverview added by tsickle
3544
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
3545
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2993
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3546
2994
  */
3547
2995
  /**
3548
2996
  * @abstract
3549
2997
  */
3550
2998
  class GridsterItemComponentInterface {
3551
- }
3552
- if (false) {
3553
- /** @type {?} */
3554
- GridsterItemComponentInterface.prototype.item;
3555
- /** @type {?} */
3556
- GridsterItemComponentInterface.prototype.$item;
3557
- /** @type {?} */
3558
- GridsterItemComponentInterface.prototype.top;
3559
- /** @type {?} */
3560
- GridsterItemComponentInterface.prototype.left;
3561
- /** @type {?} */
3562
- GridsterItemComponentInterface.prototype.width;
3563
- /** @type {?} */
3564
- GridsterItemComponentInterface.prototype.height;
3565
- /** @type {?} */
3566
- GridsterItemComponentInterface.prototype.drag;
3567
- /** @type {?} */
3568
- GridsterItemComponentInterface.prototype.resize;
3569
- /** @type {?} */
3570
- GridsterItemComponentInterface.prototype.notPlaced;
3571
- /** @type {?} */
3572
- GridsterItemComponentInterface.prototype.updateOptions;
3573
- /** @type {?} */
3574
- GridsterItemComponentInterface.prototype.itemChanged;
3575
- /** @type {?} */
3576
- GridsterItemComponentInterface.prototype.setSize;
3577
- /** @type {?} */
3578
- GridsterItemComponentInterface.prototype.checkItemChanges;
3579
- /** @type {?} */
3580
- GridsterItemComponentInterface.prototype.canBeDragged;
3581
- /** @type {?} */
3582
- GridsterItemComponentInterface.prototype.canBeResized;
3583
- /** @type {?} */
3584
- GridsterItemComponentInterface.prototype.el;
3585
- /** @type {?} */
3586
- GridsterItemComponentInterface.prototype.gridster;
3587
- /** @type {?} */
3588
- GridsterItemComponentInterface.prototype.renderer;
3589
2999
  }
3590
3000
 
3591
3001
  /**
3592
3002
  * @fileoverview added by tsickle
3593
- * Generated from: gridster/lib/gridsterSwap.service.ts
3594
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3003
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3595
3004
  */
3596
3005
  class GridsterSwap {
3597
3006
  /**
@@ -3702,29 +3111,11 @@ GridsterSwap.decorators = [
3702
3111
  /** @nocollapse */
3703
3112
  GridsterSwap.ctorParameters = () => [
3704
3113
  { type: GridsterItemComponentInterface }
3705
- ];
3706
- if (false) {
3707
- /**
3708
- * @type {?}
3709
- * @private
3710
- */
3711
- GridsterSwap.prototype.swapedItem;
3712
- /**
3713
- * @type {?}
3714
- * @private
3715
- */
3716
- GridsterSwap.prototype.gridsterItem;
3717
- /**
3718
- * @type {?}
3719
- * @private
3720
- */
3721
- GridsterSwap.prototype.gridster;
3722
- }
3114
+ ];
3723
3115
 
3724
3116
  /**
3725
3117
  * @fileoverview added by tsickle
3726
- * Generated from: gridster/lib/gridsterScroll.service.ts
3727
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3118
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3728
3119
  */
3729
3120
  /** @type {?} */
3730
3121
  let scrollSensitivity;
@@ -3919,8 +3310,7 @@ function cancelN() {
3919
3310
 
3920
3311
  /**
3921
3312
  * @fileoverview added by tsickle
3922
- * Generated from: gridster/lib/gridsterPush.service.ts
3923
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3313
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3924
3314
  */
3925
3315
  class GridsterPush {
3926
3316
  /**
@@ -4331,62 +3721,11 @@ GridsterPush.decorators = [
4331
3721
  /** @nocollapse */
4332
3722
  GridsterPush.ctorParameters = () => [
4333
3723
  { type: GridsterItemComponentInterface }
4334
- ];
4335
- if (false) {
4336
- /** @type {?} */
4337
- GridsterPush.prototype.fromSouth;
4338
- /** @type {?} */
4339
- GridsterPush.prototype.fromNorth;
4340
- /** @type {?} */
4341
- GridsterPush.prototype.fromEast;
4342
- /** @type {?} */
4343
- GridsterPush.prototype.fromWest;
4344
- /**
4345
- * @type {?}
4346
- * @private
4347
- */
4348
- GridsterPush.prototype.pushedItems;
4349
- /**
4350
- * @type {?}
4351
- * @private
4352
- */
4353
- GridsterPush.prototype.pushedItemsTemp;
4354
- /**
4355
- * @type {?}
4356
- * @private
4357
- */
4358
- GridsterPush.prototype.pushedItemsTempPath;
4359
- /**
4360
- * @type {?}
4361
- * @private
4362
- */
4363
- GridsterPush.prototype.pushedItemsPath;
4364
- /**
4365
- * @type {?}
4366
- * @private
4367
- */
4368
- GridsterPush.prototype.gridsterItem;
4369
- /**
4370
- * @type {?}
4371
- * @private
4372
- */
4373
- GridsterPush.prototype.gridster;
4374
- /**
4375
- * @type {?}
4376
- * @private
4377
- */
4378
- GridsterPush.prototype.pushedItemsOrder;
4379
- /**
4380
- * @type {?}
4381
- * @private
4382
- */
4383
- GridsterPush.prototype.tryPattern;
4384
- }
3724
+ ];
4385
3725
 
4386
3726
  /**
4387
3727
  * @fileoverview added by tsickle
4388
- * Generated from: gridster/lib/gridsterDraggable.service.ts
4389
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3728
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4390
3729
  */
4391
3730
  class GridsterDraggable {
4392
3731
  /**
@@ -4664,10 +4003,6 @@ class GridsterDraggable {
4664
4003
  this.gridsterItem.$item.cols = itemColsbackup;
4665
4004
  this.gridsterItem.$item.rows = itemRowsbackup;
4666
4005
  }
4667
- else {
4668
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4669
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4670
- }
4671
4006
  return this.gridsterItem.$item;
4672
4007
  }
4673
4008
  /**
@@ -4812,85 +4147,11 @@ GridsterDraggable.ctorParameters = () => [
4812
4147
  { type: GridsterItemComponentInterface },
4813
4148
  { type: GridsterComponentInterface },
4814
4149
  { type: NgZone }
4815
- ];
4816
- if (false) {
4817
- /** @type {?} */
4818
- GridsterDraggable.prototype.gridsterItem;
4819
- /** @type {?} */
4820
- GridsterDraggable.prototype.gridster;
4821
- /** @type {?} */
4822
- GridsterDraggable.prototype.lastMouse;
4823
- /** @type {?} */
4824
- GridsterDraggable.prototype.offsetLeft;
4825
- /** @type {?} */
4826
- GridsterDraggable.prototype.offsetTop;
4827
- /** @type {?} */
4828
- GridsterDraggable.prototype.margin;
4829
- /** @type {?} */
4830
- GridsterDraggable.prototype.diffTop;
4831
- /** @type {?} */
4832
- GridsterDraggable.prototype.diffLeft;
4833
- /** @type {?} */
4834
- GridsterDraggable.prototype.top;
4835
- /** @type {?} */
4836
- GridsterDraggable.prototype.left;
4837
- /** @type {?} */
4838
- GridsterDraggable.prototype.height;
4839
- /** @type {?} */
4840
- GridsterDraggable.prototype.width;
4841
- /** @type {?} */
4842
- GridsterDraggable.prototype.positionX;
4843
- /** @type {?} */
4844
- GridsterDraggable.prototype.positionY;
4845
- /** @type {?} */
4846
- GridsterDraggable.prototype.positionXBackup;
4847
- /** @type {?} */
4848
- GridsterDraggable.prototype.positionYBackup;
4849
- /** @type {?} */
4850
- GridsterDraggable.prototype.enabled;
4851
- /** @type {?} */
4852
- GridsterDraggable.prototype.dragStartFunction;
4853
- /** @type {?} */
4854
- GridsterDraggable.prototype.dragFunction;
4855
- /** @type {?} */
4856
- GridsterDraggable.prototype.dragStopFunction;
4857
- /** @type {?} */
4858
- GridsterDraggable.prototype.mousemove;
4859
- /** @type {?} */
4860
- GridsterDraggable.prototype.mouseup;
4861
- /** @type {?} */
4862
- GridsterDraggable.prototype.mouseleave;
4863
- /** @type {?} */
4864
- GridsterDraggable.prototype.cancelOnBlur;
4865
- /** @type {?} */
4866
- GridsterDraggable.prototype.touchmove;
4867
- /** @type {?} */
4868
- GridsterDraggable.prototype.touchend;
4869
- /** @type {?} */
4870
- GridsterDraggable.prototype.touchcancel;
4871
- /** @type {?} */
4872
- GridsterDraggable.prototype.mousedown;
4873
- /** @type {?} */
4874
- GridsterDraggable.prototype.touchstart;
4875
- /** @type {?} */
4876
- GridsterDraggable.prototype.push;
4877
- /** @type {?} */
4878
- GridsterDraggable.prototype.swap;
4879
- /** @type {?} */
4880
- GridsterDraggable.prototype.path;
4881
- /** @type {?} */
4882
- GridsterDraggable.prototype.collision;
4883
- /**
4884
- * @type {?}
4885
- * @private
4886
- */
4887
- GridsterDraggable.prototype.zone;
4888
- }
4150
+ ];
4889
4151
 
4890
4152
  /**
4891
4153
  * @fileoverview added by tsickle
4892
- * Generated from: gridster/lib/gridsterPushResize.service.ts
4893
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4154
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4894
4155
  */
4895
4156
  class GridsterPushResize {
4896
4157
  /**
@@ -5206,47 +4467,11 @@ GridsterPushResize.decorators = [
5206
4467
  /** @nocollapse */
5207
4468
  GridsterPushResize.ctorParameters = () => [
5208
4469
  { type: GridsterItemComponentInterface }
5209
- ];
5210
- if (false) {
5211
- /** @type {?} */
5212
- GridsterPushResize.prototype.fromSouth;
5213
- /** @type {?} */
5214
- GridsterPushResize.prototype.fromNorth;
5215
- /** @type {?} */
5216
- GridsterPushResize.prototype.fromEast;
5217
- /** @type {?} */
5218
- GridsterPushResize.prototype.fromWest;
5219
- /**
5220
- * @type {?}
5221
- * @private
5222
- */
5223
- GridsterPushResize.prototype.pushedItems;
5224
- /**
5225
- * @type {?}
5226
- * @private
5227
- */
5228
- GridsterPushResize.prototype.pushedItemsPath;
5229
- /**
5230
- * @type {?}
5231
- * @private
5232
- */
5233
- GridsterPushResize.prototype.gridsterItem;
5234
- /**
5235
- * @type {?}
5236
- * @private
5237
- */
5238
- GridsterPushResize.prototype.gridster;
5239
- /**
5240
- * @type {?}
5241
- * @private
5242
- */
5243
- GridsterPushResize.prototype.tryPattern;
5244
- }
4470
+ ];
5245
4471
 
5246
4472
  /**
5247
4473
  * @fileoverview added by tsickle
5248
- * Generated from: gridster/lib/gridsterResizable.service.ts
5249
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4474
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5250
4475
  */
5251
4476
  class GridsterResizable {
5252
4477
  /**
@@ -5712,87 +4937,11 @@ GridsterResizable.ctorParameters = () => [
5712
4937
  { type: GridsterItemComponentInterface },
5713
4938
  { type: GridsterComponentInterface },
5714
4939
  { type: NgZone }
5715
- ];
5716
- if (false) {
5717
- /** @type {?} */
5718
- GridsterResizable.prototype.gridsterItem;
5719
- /** @type {?} */
5720
- GridsterResizable.prototype.gridster;
5721
- /** @type {?} */
5722
- GridsterResizable.prototype.lastMouse;
5723
- /** @type {?} */
5724
- GridsterResizable.prototype.itemBackup;
5725
- /** @type {?} */
5726
- GridsterResizable.prototype.resizeEventScrollType;
5727
- /** @type {?} */
5728
- GridsterResizable.prototype.directionFunction;
5729
- /** @type {?} */
5730
- GridsterResizable.prototype.dragFunction;
5731
- /** @type {?} */
5732
- GridsterResizable.prototype.dragStopFunction;
5733
- /** @type {?} */
5734
- GridsterResizable.prototype.resizeEnabled;
5735
- /** @type {?} */
5736
- GridsterResizable.prototype.mousemove;
5737
- /** @type {?} */
5738
- GridsterResizable.prototype.mouseup;
5739
- /** @type {?} */
5740
- GridsterResizable.prototype.mouseleave;
5741
- /** @type {?} */
5742
- GridsterResizable.prototype.cancelOnBlur;
5743
- /** @type {?} */
5744
- GridsterResizable.prototype.touchmove;
5745
- /** @type {?} */
5746
- GridsterResizable.prototype.touchend;
5747
- /** @type {?} */
5748
- GridsterResizable.prototype.touchcancel;
5749
- /** @type {?} */
5750
- GridsterResizable.prototype.push;
5751
- /** @type {?} */
5752
- GridsterResizable.prototype.pushResize;
5753
- /** @type {?} */
5754
- GridsterResizable.prototype.minHeight;
5755
- /** @type {?} */
5756
- GridsterResizable.prototype.minWidth;
5757
- /** @type {?} */
5758
- GridsterResizable.prototype.offsetTop;
5759
- /** @type {?} */
5760
- GridsterResizable.prototype.offsetLeft;
5761
- /** @type {?} */
5762
- GridsterResizable.prototype.diffTop;
5763
- /** @type {?} */
5764
- GridsterResizable.prototype.diffLeft;
5765
- /** @type {?} */
5766
- GridsterResizable.prototype.diffRight;
5767
- /** @type {?} */
5768
- GridsterResizable.prototype.diffBottom;
5769
- /** @type {?} */
5770
- GridsterResizable.prototype.margin;
5771
- /** @type {?} */
5772
- GridsterResizable.prototype.top;
5773
- /** @type {?} */
5774
- GridsterResizable.prototype.left;
5775
- /** @type {?} */
5776
- GridsterResizable.prototype.bottom;
5777
- /** @type {?} */
5778
- GridsterResizable.prototype.right;
5779
- /** @type {?} */
5780
- GridsterResizable.prototype.width;
5781
- /** @type {?} */
5782
- GridsterResizable.prototype.height;
5783
- /** @type {?} */
5784
- GridsterResizable.prototype.newPosition;
5785
- /**
5786
- * @type {?}
5787
- * @private
5788
- */
5789
- GridsterResizable.prototype.zone;
5790
- }
4940
+ ];
5791
4941
 
5792
4942
  /**
5793
4943
  * @fileoverview added by tsickle
5794
- * Generated from: gridster/lib/gridsterItem.component.ts
5795
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4944
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5796
4945
  */
5797
4946
  class GridsterItemComponent {
5798
4947
  /**
@@ -5963,45 +5112,11 @@ GridsterItemComponent.ctorParameters = () => [
5963
5112
  ];
5964
5113
  GridsterItemComponent.propDecorators = {
5965
5114
  item: [{ type: Input }]
5966
- };
5967
- if (false) {
5968
- /** @type {?} */
5969
- GridsterItemComponent.prototype.item;
5970
- /** @type {?} */
5971
- GridsterItemComponent.prototype.$item;
5972
- /** @type {?} */
5973
- GridsterItemComponent.prototype.el;
5974
- /** @type {?} */
5975
- GridsterItemComponent.prototype.gridster;
5976
- /** @type {?} */
5977
- GridsterItemComponent.prototype.top;
5978
- /** @type {?} */
5979
- GridsterItemComponent.prototype.left;
5980
- /** @type {?} */
5981
- GridsterItemComponent.prototype.width;
5982
- /** @type {?} */
5983
- GridsterItemComponent.prototype.height;
5984
- /** @type {?} */
5985
- GridsterItemComponent.prototype.drag;
5986
- /** @type {?} */
5987
- GridsterItemComponent.prototype.resize;
5988
- /** @type {?} */
5989
- GridsterItemComponent.prototype.notPlaced;
5990
- /** @type {?} */
5991
- GridsterItemComponent.prototype.init;
5992
- /** @type {?} */
5993
- GridsterItemComponent.prototype.renderer;
5994
- /**
5995
- * @type {?}
5996
- * @private
5997
- */
5998
- GridsterItemComponent.prototype.zone;
5999
- }
5115
+ };
6000
5116
 
6001
5117
  /**
6002
5118
  * @fileoverview added by tsickle
6003
- * Generated from: gridster/lib/gridsterPreview.component.ts
6004
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5119
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6005
5120
  */
6006
5121
  class GridsterPreviewComponent {
6007
5122
  /**
@@ -6053,20 +5168,11 @@ GridsterPreviewComponent.ctorParameters = () => [
6053
5168
  { type: ElementRef },
6054
5169
  { type: GridsterComponent, decorators: [{ type: Host }] },
6055
5170
  { type: Renderer2 }
6056
- ];
6057
- if (false) {
6058
- /** @type {?} */
6059
- GridsterPreviewComponent.prototype.el;
6060
- /** @type {?} */
6061
- GridsterPreviewComponent.prototype.gridster;
6062
- /** @type {?} */
6063
- GridsterPreviewComponent.prototype.renderer;
6064
- }
5171
+ ];
6065
5172
 
6066
5173
  /**
6067
5174
  * @fileoverview added by tsickle
6068
- * Generated from: gridster/lib/gridster.module.ts
6069
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5175
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6070
5176
  */
6071
5177
  class GridsterModule {
6072
5178
  }
@@ -6088,8 +5194,7 @@ GridsterModule.decorators = [
6088
5194
 
6089
5195
  /**
6090
5196
  * @fileoverview added by tsickle
6091
- * Generated from: lib/ra.dashboard.module.ts
6092
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5197
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6093
5198
  */
6094
5199
  /** @type {?} */
6095
5200
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6127,8 +5232,7 @@ DashboardFrameworkModule.decorators = [
6127
5232
 
6128
5233
  /**
6129
5234
  * @fileoverview added by tsickle
6130
- * Generated from: lib/ra.base.dashboard.template.ts
6131
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5235
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6132
5236
  */
6133
5237
  /**
6134
5238
  * @abstract
@@ -6170,36 +5274,11 @@ RaBaseDashboardTemplate.propDecorators = {
6170
5274
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
6171
5275
  globalFilter: [{ type: Input, args: ['global-filter',] }],
6172
5276
  initialize: [{ type: Input }]
6173
- };
6174
- if (false) {
6175
- /** @type {?} */
6176
- RaBaseDashboardTemplate.prototype.userDashboardId;
6177
- /** @type {?} */
6178
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6179
- /** @type {?} */
6180
- RaBaseDashboardTemplate.prototype.appConfig;
6181
- /** @type {?} */
6182
- RaBaseDashboardTemplate.prototype.dashboardId;
6183
- /** @type {?} */
6184
- RaBaseDashboardTemplate.prototype.globalFilter;
6185
- /** @type {?} */
6186
- RaBaseDashboardTemplate.prototype.initialize;
6187
- /**
6188
- * @type {?}
6189
- * @private
6190
- */
6191
- RaBaseDashboardTemplate.prototype.ngZone;
6192
- /**
6193
- * @abstract
6194
- * @return {?}
6195
- */
6196
- RaBaseDashboardTemplate.prototype.init = function () { };
6197
- }
5277
+ };
6198
5278
 
6199
5279
  /**
6200
5280
  * @fileoverview added by tsickle
6201
- * Generated from: lib/ra.base.dashboard.filter.ts
6202
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5281
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6203
5282
  */
6204
5283
  /**
6205
5284
  * @abstract
@@ -6248,53 +5327,16 @@ RaBaseDashboardFilter.propDecorators = {
6248
5327
  setAllFilterConfig: [{ type: Input }],
6249
5328
  isValidEntry: [{ type: Input }],
6250
5329
  clearAllData: [{ type: Input }]
6251
- };
6252
- if (false) {
6253
- /**
6254
- * @type {?}
6255
- * @private
6256
- */
6257
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6258
- /** @type {?} */
6259
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
6260
- /** @type {?} */
6261
- RaBaseDashboardFilter.prototype.isValidEntry;
6262
- /** @type {?} */
6263
- RaBaseDashboardFilter.prototype.clearAllData;
6264
- /**
6265
- * @abstract
6266
- * @return {?}
6267
- */
6268
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6269
- /**
6270
- * @abstract
6271
- * @param {?} filter
6272
- * @param {?} appConfig
6273
- * @return {?}
6274
- */
6275
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
6276
- /**
6277
- * @abstract
6278
- * @return {?}
6279
- */
6280
- RaBaseDashboardFilter.prototype.clearData = function () { };
6281
- /**
6282
- * @abstract
6283
- * @return {?}
6284
- */
6285
- RaBaseDashboardFilter.prototype.isValid = function () { };
6286
- }
5330
+ };
6287
5331
 
6288
5332
  /**
6289
5333
  * @fileoverview added by tsickle
6290
- * Generated from: public-api.ts
6291
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5334
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6292
5335
  */
6293
5336
 
6294
5337
  /**
6295
5338
  * @fileoverview added by tsickle
6296
- * Generated from: schneideress-dashboardframework.ts
6297
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5339
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6298
5340
  */
6299
5341
 
6300
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 };