@schneideress/dashboardframework 0.0.52 → 0.0.54

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 (79) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1138 -77
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +1 -1
  6. package/esm2015/gridster/lib/gridster.component.js +1 -1
  7. package/esm2015/gridster/lib/gridster.interface.js +1 -1
  8. package/esm2015/gridster/lib/gridster.module.js +1 -1
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
  15. package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +2 -2
  19. package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
  27. package/esm2015/lib/custom.notifier.options.js +1 -1
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +12 -6
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +29 -8
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +21 -21
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +2 -2
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +12 -6
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +49 -7
  64. package/esm5/lib/ra.base.dashboard.filter.js +1 -1
  65. package/esm5/lib/ra.base.dashboard.template.js +1 -1
  66. package/esm5/lib/ra.dashbard.event.bus.js +1 -1
  67. package/esm5/lib/ra.dashboard.module.js +1 -1
  68. package/esm5/lib/ra.dashboard.service.js +1 -1
  69. package/esm5/lib/ra.event.enum.js +1 -1
  70. package/esm5/lib/ra.gridster.config.js +21 -21
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +1006 -76
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1029 -78
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -13,7 +13,7 @@ import { CommonModule } from '@angular/common';
13
13
 
14
14
  /**
15
15
  * @fileoverview added by tsickle
16
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  class RaDashboardService extends BaseService {
19
19
  /**
@@ -142,11 +142,18 @@ RaDashboardService.decorators = [
142
142
  RaDashboardService.ctorParameters = () => [
143
143
  { type: Injector }
144
144
  ];
145
- /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
145
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
146
+ if (false) {
147
+ /**
148
+ * @type {?}
149
+ * @private
150
+ */
151
+ RaDashboardService.prototype.loadedScripts;
152
+ }
146
153
 
147
154
  /**
148
155
  * @fileoverview added by tsickle
149
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
156
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
150
157
  */
151
158
  class RADashboardEventBus {
152
159
  constructor() {
@@ -216,11 +223,18 @@ RADashboardEventBus.decorators = [
216
223
  providedIn: 'root'
217
224
  },] }
218
225
  ];
219
- /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
226
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
227
+ if (false) {
228
+ /**
229
+ * @type {?}
230
+ * @private
231
+ */
232
+ RADashboardEventBus.prototype.eventQueue;
233
+ }
220
234
 
221
235
  /**
222
236
  * @fileoverview added by tsickle
223
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
237
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
238
  */
225
239
  /** @enum {string} */
226
240
  const RAEvent = {
@@ -267,7 +281,7 @@ const RAEventKey = {
267
281
 
268
282
  /**
269
283
  * @fileoverview added by tsickle
270
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
284
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
271
285
  */
272
286
  /** @enum {string} */
273
287
  const GridType = {
@@ -294,38 +308,223 @@ const CompactType = {
294
308
  CompactRight: 'compactRight',
295
309
  CompactUpAndRight: 'compactUp&Right',
296
310
  CompactRightAndUp: 'compactRight&Up',
297
- };
311
+ };
312
+ /**
313
+ * @record
314
+ */
315
+ function GridsterConfig() { }
316
+ if (false) {
317
+ /** @type {?|undefined} */
318
+ GridsterConfig.prototype.gridType;
319
+ /** @type {?|undefined} */
320
+ GridsterConfig.prototype.fixedColWidth;
321
+ /** @type {?|undefined} */
322
+ GridsterConfig.prototype.fixedRowHeight;
323
+ /** @type {?|undefined} */
324
+ GridsterConfig.prototype.keepFixedHeightInMobile;
325
+ /** @type {?|undefined} */
326
+ GridsterConfig.prototype.keepFixedWidthInMobile;
327
+ /** @type {?|undefined} */
328
+ GridsterConfig.prototype.setGridSize;
329
+ /** @type {?|undefined} */
330
+ GridsterConfig.prototype.compactType;
331
+ /** @type {?|undefined} */
332
+ GridsterConfig.prototype.mobileBreakpoint;
333
+ /** @type {?|undefined} */
334
+ GridsterConfig.prototype.minCols;
335
+ /** @type {?|undefined} */
336
+ GridsterConfig.prototype.maxCols;
337
+ /** @type {?|undefined} */
338
+ GridsterConfig.prototype.minRows;
339
+ /** @type {?|undefined} */
340
+ GridsterConfig.prototype.maxRows;
341
+ /** @type {?|undefined} */
342
+ GridsterConfig.prototype.defaultItemCols;
343
+ /** @type {?|undefined} */
344
+ GridsterConfig.prototype.defaultItemRows;
345
+ /** @type {?|undefined} */
346
+ GridsterConfig.prototype.maxItemCols;
347
+ /** @type {?|undefined} */
348
+ GridsterConfig.prototype.maxItemRows;
349
+ /** @type {?|undefined} */
350
+ GridsterConfig.prototype.minItemCols;
351
+ /** @type {?|undefined} */
352
+ GridsterConfig.prototype.minItemRows;
353
+ /** @type {?|undefined} */
354
+ GridsterConfig.prototype.minItemArea;
355
+ /** @type {?|undefined} */
356
+ GridsterConfig.prototype.maxItemArea;
357
+ /** @type {?|undefined} */
358
+ GridsterConfig.prototype.margin;
359
+ /** @type {?|undefined} */
360
+ GridsterConfig.prototype.outerMargin;
361
+ /** @type {?|undefined} */
362
+ GridsterConfig.prototype.outerMarginTop;
363
+ /** @type {?|undefined} */
364
+ GridsterConfig.prototype.outerMarginRight;
365
+ /** @type {?|undefined} */
366
+ GridsterConfig.prototype.outerMarginBottom;
367
+ /** @type {?|undefined} */
368
+ GridsterConfig.prototype.outerMarginLeft;
369
+ /** @type {?|undefined} */
370
+ GridsterConfig.prototype.useTransformPositioning;
371
+ /** @type {?|undefined} */
372
+ GridsterConfig.prototype.scrollSensitivity;
373
+ /** @type {?|undefined} */
374
+ GridsterConfig.prototype.scrollSpeed;
375
+ /** @type {?|undefined} */
376
+ GridsterConfig.prototype.initCallback;
377
+ /** @type {?|undefined} */
378
+ GridsterConfig.prototype.destroyCallback;
379
+ /** @type {?|undefined} */
380
+ GridsterConfig.prototype.gridSizeChangedCallback;
381
+ /** @type {?|undefined} */
382
+ GridsterConfig.prototype.itemChangeCallback;
383
+ /** @type {?|undefined} */
384
+ GridsterConfig.prototype.itemResizeCallback;
385
+ /** @type {?|undefined} */
386
+ GridsterConfig.prototype.itemInitCallback;
387
+ /** @type {?|undefined} */
388
+ GridsterConfig.prototype.itemRemovedCallback;
389
+ /** @type {?|undefined} */
390
+ GridsterConfig.prototype.itemValidateCallback;
391
+ /** @type {?|undefined} */
392
+ GridsterConfig.prototype.draggable;
393
+ /** @type {?|undefined} */
394
+ GridsterConfig.prototype.resizable;
395
+ /** @type {?|undefined} */
396
+ GridsterConfig.prototype.swap;
397
+ /** @type {?|undefined} */
398
+ GridsterConfig.prototype.pushItems;
399
+ /** @type {?|undefined} */
400
+ GridsterConfig.prototype.disablePushOnDrag;
401
+ /** @type {?|undefined} */
402
+ GridsterConfig.prototype.disablePushOnResize;
403
+ /** @type {?|undefined} */
404
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
405
+ /** @type {?|undefined} */
406
+ GridsterConfig.prototype.pushDirections;
407
+ /** @type {?|undefined} */
408
+ GridsterConfig.prototype.pushResizeItems;
409
+ /** @type {?|undefined} */
410
+ GridsterConfig.prototype.displayGrid;
411
+ /** @type {?|undefined} */
412
+ GridsterConfig.prototype.disableWindowResize;
413
+ /** @type {?|undefined} */
414
+ GridsterConfig.prototype.disableWarnings;
415
+ /** @type {?|undefined} */
416
+ GridsterConfig.prototype.scrollToNewItems;
417
+ /** @type {?|undefined} */
418
+ GridsterConfig.prototype.enableEmptyCellClick;
419
+ /** @type {?|undefined} */
420
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
421
+ /** @type {?|undefined} */
422
+ GridsterConfig.prototype.enableEmptyCellDrop;
423
+ /** @type {?|undefined} */
424
+ GridsterConfig.prototype.enableEmptyCellDrag;
425
+ /** @type {?|undefined} */
426
+ GridsterConfig.prototype.emptyCellClickCallback;
427
+ /** @type {?|undefined} */
428
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
429
+ /** @type {?|undefined} */
430
+ GridsterConfig.prototype.emptyCellDropCallback;
431
+ /** @type {?|undefined} */
432
+ GridsterConfig.prototype.emptyCellDragCallback;
433
+ /** @type {?|undefined} */
434
+ GridsterConfig.prototype.emptyCellDragMaxCols;
435
+ /** @type {?|undefined} */
436
+ GridsterConfig.prototype.emptyCellDragMaxRows;
437
+ /** @type {?|undefined} */
438
+ GridsterConfig.prototype.ignoreMarginInRow;
439
+ /** @type {?|undefined} */
440
+ GridsterConfig.prototype.autoResizeonDrag;
441
+ /** @type {?|undefined} */
442
+ GridsterConfig.prototype.api;
443
+ /* Skipping unhandled member: [propName: string]: any;*/
444
+ }
445
+ /**
446
+ * @record
447
+ */
448
+ function DragBase() { }
449
+ if (false) {
450
+ /** @type {?|undefined} */
451
+ DragBase.prototype.enabled;
452
+ /** @type {?|undefined} */
453
+ DragBase.prototype.stop;
454
+ /** @type {?|undefined} */
455
+ DragBase.prototype.start;
456
+ /** @type {?|undefined} */
457
+ DragBase.prototype.delayStart;
458
+ }
459
+ /**
460
+ * @record
461
+ */
462
+ function Draggable() { }
463
+ if (false) {
464
+ /** @type {?|undefined} */
465
+ Draggable.prototype.ignoreContentClass;
466
+ /** @type {?|undefined} */
467
+ Draggable.prototype.ignoreContent;
468
+ /** @type {?|undefined} */
469
+ Draggable.prototype.dragHandleClass;
470
+ /** @type {?|undefined} */
471
+ Draggable.prototype.dropOverItems;
472
+ /** @type {?|undefined} */
473
+ Draggable.prototype.dropOverItemsCallback;
474
+ }
475
+ /**
476
+ * @record
477
+ */
478
+ function Resizable() { }
479
+ if (false) {
480
+ /** @type {?|undefined} */
481
+ Resizable.prototype.handles;
482
+ }
483
+ /**
484
+ * @record
485
+ */
486
+ function PushDirections() { }
487
+ if (false) {
488
+ /** @type {?} */
489
+ PushDirections.prototype.north;
490
+ /** @type {?} */
491
+ PushDirections.prototype.east;
492
+ /** @type {?} */
493
+ PushDirections.prototype.south;
494
+ /** @type {?} */
495
+ PushDirections.prototype.west;
496
+ }
298
497
 
299
498
  /**
300
499
  * @fileoverview added by tsickle
301
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
500
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
302
501
  */
303
502
  /** @type {?} */
304
503
  const GridsterConfigDefaultSettings = {
305
504
  gridType: GridType.ScrollVertical,
306
505
  compactType: CompactType.None,
307
- margin: 20,
506
+ margin: 4,
308
507
  outerMargin: true,
309
- outerMarginTop: 10,
310
- outerMarginRight: 10,
311
- outerMarginBottom: 30,
312
- outerMarginLeft: 10,
508
+ // outerMarginTop: 10,
509
+ // outerMarginRight: 10,
510
+ // outerMarginBottom: 30,
511
+ // outerMarginLeft: 10,
313
512
  useTransformPositioning: true,
314
513
  mobileBreakpoint: 640,
315
- minCols: 5,
316
- maxCols: 5,
317
- minRows: 20,
318
- maxRows: 2000,
319
- maxItemCols: 5,
320
- minItemCols: 1,
321
- maxItemRows: 100,
322
- minItemRows: 6,
323
- maxItemArea: 250000,
324
- minItemArea: 6,
325
- defaultItemCols: 1,
326
- defaultItemRows: 1,
327
- fixedColWidth: 105,
328
- fixedRowHeight: 105,
514
+ minCols: 10,
515
+ maxCols: 10,
516
+ minRows: 2,
517
+ maxRows: 100,
518
+ maxItemCols: 10,
519
+ minItemCols: 2,
520
+ maxItemRows: 1000,
521
+ minItemRows: 2,
522
+ maxItemArea: 1000,
523
+ minItemArea: 4,
524
+ defaultItemCols: 2,
525
+ defaultItemRows: 2,
526
+ // fixedColWidth: 105,
527
+ // fixedRowHeight: 105,
329
528
  keepFixedHeightInMobile: false,
330
529
  keepFixedWidthInMobile: false,
331
530
  scrollSensitivity: 10,
@@ -360,7 +559,7 @@ const GridsterConfigDefaultSettings = {
360
559
 
361
560
  /**
362
561
  * @fileoverview added by tsickle
363
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
562
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
364
563
  */
365
564
  class RADashboardArea {
366
565
  /**
@@ -379,8 +578,8 @@ class RADashboardArea {
379
578
  this.widgetList = Array();
380
579
  this.gridheight = 300;
381
580
  this.isWidgetLoaded = false;
382
- this.widgetHeight = 30;
383
- this.widgetWidth = 50;
581
+ this.widgetHeight = 3;
582
+ this.widgetWidth = 5;
384
583
  }
385
584
  /**
386
585
  * @return {?}
@@ -418,6 +617,8 @@ class RADashboardArea {
418
617
  areaContext.setAreaHeight();
419
618
  areaContext.updateWidgets();
420
619
  });
620
+ console.log('gridster options are');
621
+ console.log(this.options);
421
622
  }
422
623
  /**
423
624
  * To initiate eventbus subsctiptions
@@ -590,7 +791,7 @@ class RADashboardArea {
590
791
  t.widgetInfo.rowHeight = curRowHeight;
591
792
  }));
592
793
  if (this.options.api) {
593
- areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
794
+ areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 5;
594
795
  }
595
796
  if (areaHeight < 600) {
596
797
  areaHeight = 600;
@@ -616,8 +817,12 @@ class RADashboardArea {
616
817
  this.widgetList.splice(this.widgetList.indexOf(widget[0]), 1);
617
818
  this.setAreaHeight();
618
819
  if (!isalertDisabled) {
619
- this.notifier.notify('success', " " + this.translateService.translate('Widget') + " [" + widget[0].widgetInfo.widgetTitle + "] " + this.translateService.translate('DeletedSuccesfully') + " ");
820
+ this.notifier.notify('success', " " + this.translateService.translate('Widget') + " " + widget[0].widgetInfo.widgetTitle + " " + this.translateService.translate('DeletedSuccesfully') + " ");
620
821
  }
822
+ this.options.compactType = 'compactLeft&Up';
823
+ this.options.api.optionsChanged();
824
+ this.options.compactType = 'none';
825
+ this.options.api.optionsChanged();
621
826
  }
622
827
  }
623
828
  /**
@@ -765,11 +970,83 @@ RADashboardArea.propDecorators = {
765
970
  widgetHeight: [{ type: Input, args: ['widget-height',] }],
766
971
  widgetWidth: [{ type: Input, args: ['widget-width',] }],
767
972
  appConfig: [{ type: Input, args: ['app-config',] }]
768
- };
973
+ };
974
+ if (false) {
975
+ /** @type {?} */
976
+ RADashboardArea.prototype.widgetList;
977
+ /** @type {?} */
978
+ RADashboardArea.prototype.options;
979
+ /** @type {?} */
980
+ RADashboardArea.prototype.gridheight;
981
+ /**
982
+ * @type {?}
983
+ * @private
984
+ */
985
+ RADashboardArea.prototype.conifgAddClick;
986
+ /**
987
+ * @type {?}
988
+ * @private
989
+ */
990
+ RADashboardArea.prototype.widgetDeleteEvent;
991
+ /**
992
+ * @type {?}
993
+ * @private
994
+ */
995
+ RADashboardArea.prototype.widgetAddEvent;
996
+ /**
997
+ * @type {?}
998
+ * @private
999
+ */
1000
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1001
+ /**
1002
+ * @type {?}
1003
+ * @private
1004
+ */
1005
+ RADashboardArea.prototype.isWidgetLoaded;
1006
+ /** @type {?} */
1007
+ RADashboardArea.prototype.userDashboardId;
1008
+ /** @type {?} */
1009
+ RADashboardArea.prototype.areaKey;
1010
+ /** @type {?} */
1011
+ RADashboardArea.prototype.globalFilter;
1012
+ /** @type {?} */
1013
+ RADashboardArea.prototype.raDashboardEventBus;
1014
+ /** @type {?} */
1015
+ RADashboardArea.prototype.widgetHeight;
1016
+ /** @type {?} */
1017
+ RADashboardArea.prototype.widgetWidth;
1018
+ /** @type {?} */
1019
+ RADashboardArea.prototype.appConfig;
1020
+ /**
1021
+ * @type {?}
1022
+ * @private
1023
+ */
1024
+ RADashboardArea.prototype.dashboardService;
1025
+ /**
1026
+ * @type {?}
1027
+ * @private
1028
+ */
1029
+ RADashboardArea.prototype.ngZone;
1030
+ /**
1031
+ * @type {?}
1032
+ * @private
1033
+ */
1034
+ RADashboardArea.prototype.ngxService;
1035
+ /**
1036
+ * @type {?}
1037
+ * @private
1038
+ */
1039
+ RADashboardArea.prototype.translateService;
1040
+ /**
1041
+ * @type {?}
1042
+ * @private
1043
+ */
1044
+ RADashboardArea.prototype.notifier;
1045
+ }
769
1046
 
770
1047
  /**
771
1048
  * @fileoverview added by tsickle
772
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1049
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
773
1050
  */
774
1051
  class RAWidgetContainer {
775
1052
  /**
@@ -789,6 +1066,7 @@ class RAWidgetContainer {
789
1066
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
790
1067
  this.lockClass = "unlocked";
791
1068
  this.lockStatus = "unlock";
1069
+ this.isDownloadIconVisible = false;
792
1070
  this.widgetDeleted = new EventEmitter();
793
1071
  }
794
1072
  /**
@@ -902,7 +1180,7 @@ class RAWidgetContainer {
902
1180
  * @return {?}
903
1181
  */
904
1182
  loadWidget(widgetInfo) {
905
- return __awaiter(this, void 0, void 0, function* () {
1183
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
906
1184
  /** @type {?} */
907
1185
  let widgetConfigFilter = (/** @type {?} */ ({
908
1186
  config: widgetInfo.widgetConfigInfo.config,
@@ -919,7 +1197,7 @@ class RAWidgetContainer {
919
1197
  document.body.addEventListener('widgetinitiated' + widgetInfo.widgetInstanceId, (/**
920
1198
  * @return {?}
921
1199
  */
922
- () => __awaiter(this, void 0, void 0, function* () {
1200
+ () => __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
923
1201
  console.log('widget initiated' + widgetInfo.widgetInstanceId);
924
1202
  widgetContainer.isWidgetLoaded = true;
925
1203
  widgetConfigFilter.appConfig = this.appConfig;
@@ -927,6 +1205,7 @@ class RAWidgetContainer {
927
1205
  widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
928
1206
  widgetContainer.widgetElement.loadContent(widgetConfigFilter);
929
1207
  yield widgetContainer.setLock(widgetConfigFilter.config);
1208
+ yield widgetContainer.setDownloadIcon();
930
1209
  })));
931
1210
  this.ctlWidget.nativeElement.appendChild(this.widgetElement);
932
1211
  }));
@@ -938,7 +1217,7 @@ class RAWidgetContainer {
938
1217
  * @return {?}
939
1218
  */
940
1219
  refreshWidget(widgetInfo) {
941
- return __awaiter(this, void 0, void 0, function* () {
1220
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
942
1221
  /** @type {?} */
943
1222
  let widgetContainerContext = this;
944
1223
  /** @type {?} */
@@ -951,6 +1230,7 @@ class RAWidgetContainer {
951
1230
  if (widgetContainerContext.isWidgetLoaded) {
952
1231
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
953
1232
  yield this.setLock(widgetConfigFilter.config);
1233
+ yield this.setDownloadIcon();
954
1234
  }
955
1235
  });
956
1236
  }
@@ -960,7 +1240,7 @@ class RAWidgetContainer {
960
1240
  * @return {?}
961
1241
  */
962
1242
  setLock(config) {
963
- return __awaiter(this, void 0, void 0, function* () {
1243
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
964
1244
  this.lockStatus = yield this.widgetElement.loadLockStatus(config);
965
1245
  if (this.lockStatus) {
966
1246
  switch (this.lockStatus) {
@@ -984,12 +1264,28 @@ class RAWidgetContainer {
984
1264
  }
985
1265
  });
986
1266
  }
1267
+ /**
1268
+ * @private
1269
+ * @return {?}
1270
+ */
1271
+ setDownloadIcon() {
1272
+ return __awaiter(this, void 0, void 0, /** @this {!RAWidgetContainer} */ function* () {
1273
+ this.isDownloadIconVisible = yield this.widgetElement.isDownloadVisible();
1274
+ this.isDownloadIconVisible = false; //temp. commented
1275
+ });
1276
+ }
1277
+ /**
1278
+ * @return {?}
1279
+ */
1280
+ downloadClicked() {
1281
+ this.widgetElement.isDownloadVisible();
1282
+ }
987
1283
  }
988
1284
  RAWidgetContainer.decorators = [
989
1285
  { type: Component, args: [{
990
1286
  selector: 'ra-widget-container',
991
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
992
- styles: [".wcheader{width:100%;height:46px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0;padding:15px 0 0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:0}.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-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.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}"]
1287
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1288
+ styles: [".wcheader{width:100%;height:46px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0;padding:15px 0 0}.wc-wrapper{height:100%;position:relative;margin:10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:0}.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-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.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}"]
993
1289
  }] }
994
1290
  ];
995
1291
  /** @nocollapse */
@@ -1010,11 +1306,84 @@ RAWidgetContainer.propDecorators = {
1010
1306
  width: [{ type: Input, args: ['widget-width',] }],
1011
1307
  height: [{ type: Input, args: ['widget-height',] }],
1012
1308
  widgetDeleted: [{ type: Output }]
1013
- };
1309
+ };
1310
+ if (false) {
1311
+ /**
1312
+ * @type {?}
1313
+ * @private
1314
+ */
1315
+ RAWidgetContainer.prototype.isWidgetLoaded;
1316
+ /**
1317
+ * @type {?}
1318
+ * @private
1319
+ */
1320
+ RAWidgetContainer.prototype.widgetElement;
1321
+ /**
1322
+ * @type {?}
1323
+ * @private
1324
+ */
1325
+ RAWidgetContainer.prototype.configChanged;
1326
+ /**
1327
+ * @type {?}
1328
+ * @private
1329
+ */
1330
+ RAWidgetContainer.prototype.isIEOrEdge;
1331
+ /** @type {?} */
1332
+ RAWidgetContainer.prototype.widgetHeight;
1333
+ /** @type {?} */
1334
+ RAWidgetContainer.prototype.lockClass;
1335
+ /** @type {?} */
1336
+ RAWidgetContainer.prototype.lockStatus;
1337
+ /** @type {?} */
1338
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1339
+ /** @type {?} */
1340
+ RAWidgetContainer.prototype.ctlWidget;
1341
+ /** @type {?} */
1342
+ RAWidgetContainer.prototype.widgetInstanceId;
1343
+ /** @type {?} */
1344
+ RAWidgetContainer.prototype.globalFilter;
1345
+ /** @type {?} */
1346
+ RAWidgetContainer.prototype.data;
1347
+ /** @type {?} */
1348
+ RAWidgetContainer.prototype.raDashboardEventBus;
1349
+ /** @type {?} */
1350
+ RAWidgetContainer.prototype.appConfig;
1351
+ /** @type {?} */
1352
+ RAWidgetContainer.prototype.width;
1353
+ /** @type {?} */
1354
+ RAWidgetContainer.prototype.height;
1355
+ /** @type {?} */
1356
+ RAWidgetContainer.prototype.widgetDeleted;
1357
+ /**
1358
+ * @type {?}
1359
+ * @private
1360
+ */
1361
+ RAWidgetContainer.prototype.dashboardService;
1362
+ /**
1363
+ * @type {?}
1364
+ * @private
1365
+ */
1366
+ RAWidgetContainer.prototype.ngxService;
1367
+ /**
1368
+ * @type {?}
1369
+ * @private
1370
+ */
1371
+ RAWidgetContainer.prototype.translateService;
1372
+ /**
1373
+ * @type {?}
1374
+ * @private
1375
+ */
1376
+ RAWidgetContainer.prototype.ngZone;
1377
+ /**
1378
+ * @type {?}
1379
+ * @private
1380
+ */
1381
+ RAWidgetContainer.prototype.notifier;
1382
+ }
1014
1383
 
1015
1384
  /**
1016
1385
  * @fileoverview added by tsickle
1017
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1386
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1018
1387
  */
1019
1388
  /** @type {?} */
1020
1389
  const customNotifierOptions = {
@@ -1060,7 +1429,7 @@ const customNotifierOptions = {
1060
1429
 
1061
1430
  /**
1062
1431
  * @fileoverview added by tsickle
1063
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1432
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1064
1433
  */
1065
1434
  /** @type {?} */
1066
1435
  const GridsterConfigService = {
@@ -1238,7 +1607,7 @@ const GridsterConfigService = {
1238
1607
 
1239
1608
  /**
1240
1609
  * @fileoverview added by tsickle
1241
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1610
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1242
1611
  */
1243
1612
  class GridsterUtils {
1244
1613
  /**
@@ -1374,17 +1743,91 @@ GridsterUtils.decorators = [
1374
1743
 
1375
1744
  /**
1376
1745
  * @fileoverview added by tsickle
1377
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1746
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1378
1747
  */
1379
1748
  /**
1380
1749
  * @abstract
1381
1750
  */
1382
1751
  class GridsterComponentInterface {
1752
+ }
1753
+ if (false) {
1754
+ /** @type {?} */
1755
+ GridsterComponentInterface.prototype.$options;
1756
+ /** @type {?} */
1757
+ GridsterComponentInterface.prototype.grid;
1758
+ /** @type {?} */
1759
+ GridsterComponentInterface.prototype.checkCollision;
1760
+ /** @type {?} */
1761
+ GridsterComponentInterface.prototype.positionXToPixels;
1762
+ /** @type {?} */
1763
+ GridsterComponentInterface.prototype.pixelsToPositionX;
1764
+ /** @type {?} */
1765
+ GridsterComponentInterface.prototype.positionYToPixels;
1766
+ /** @type {?} */
1767
+ GridsterComponentInterface.prototype.pixelsToPositionY;
1768
+ /** @type {?} */
1769
+ GridsterComponentInterface.prototype.findItemWithItem;
1770
+ /** @type {?} */
1771
+ GridsterComponentInterface.prototype.findItemsWithItem;
1772
+ /** @type {?} */
1773
+ GridsterComponentInterface.prototype.checkGridCollision;
1774
+ /** @type {?} */
1775
+ GridsterComponentInterface.prototype.el;
1776
+ /** @type {?} */
1777
+ GridsterComponentInterface.prototype.renderer;
1778
+ /** @type {?} */
1779
+ GridsterComponentInterface.prototype.gridRenderer;
1780
+ /** @type {?} */
1781
+ GridsterComponentInterface.prototype.cdRef;
1782
+ /** @type {?} */
1783
+ GridsterComponentInterface.prototype.options;
1784
+ /** @type {?} */
1785
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
1786
+ /** @type {?} */
1787
+ GridsterComponentInterface.prototype.updateGrid;
1788
+ /** @type {?} */
1789
+ GridsterComponentInterface.prototype.movingItem;
1790
+ /** @type {?} */
1791
+ GridsterComponentInterface.prototype.addItem;
1792
+ /** @type {?} */
1793
+ GridsterComponentInterface.prototype.removeItem;
1794
+ /** @type {?} */
1795
+ GridsterComponentInterface.prototype.previewStyle;
1796
+ /** @type {?} */
1797
+ GridsterComponentInterface.prototype.mobile;
1798
+ /** @type {?} */
1799
+ GridsterComponentInterface.prototype.curWidth;
1800
+ /** @type {?} */
1801
+ GridsterComponentInterface.prototype.curHeight;
1802
+ /** @type {?} */
1803
+ GridsterComponentInterface.prototype.columns;
1804
+ /** @type {?} */
1805
+ GridsterComponentInterface.prototype.rows;
1806
+ /** @type {?} */
1807
+ GridsterComponentInterface.prototype.curColWidth;
1808
+ /** @type {?} */
1809
+ GridsterComponentInterface.prototype.curRowHeight;
1810
+ /** @type {?} */
1811
+ GridsterComponentInterface.prototype.windowResize;
1812
+ /** @type {?} */
1813
+ GridsterComponentInterface.prototype.setGridDimensions;
1814
+ /** @type {?} */
1815
+ GridsterComponentInterface.prototype.dragInProgress;
1816
+ /** @type {?} */
1817
+ GridsterComponentInterface.prototype.emptyCell;
1818
+ /** @type {?} */
1819
+ GridsterComponentInterface.prototype.compact;
1820
+ /** @type {?} */
1821
+ GridsterComponentInterface.prototype.zone;
1822
+ /** @type {?} */
1823
+ GridsterComponentInterface.prototype.gridRows;
1824
+ /** @type {?} */
1825
+ GridsterComponentInterface.prototype.gridColumns;
1383
1826
  }
1384
1827
 
1385
1828
  /**
1386
1829
  * @fileoverview added by tsickle
1387
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1830
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1388
1831
  */
1389
1832
  class GridsterEmptyCell {
1390
1833
  /**
@@ -1661,11 +2104,44 @@ GridsterEmptyCell.decorators = [
1661
2104
  /** @nocollapse */
1662
2105
  GridsterEmptyCell.ctorParameters = () => [
1663
2106
  { type: GridsterComponentInterface }
1664
- ];
2107
+ ];
2108
+ if (false) {
2109
+ /** @type {?} */
2110
+ GridsterEmptyCell.prototype.initialItem;
2111
+ /** @type {?} */
2112
+ GridsterEmptyCell.prototype.emptyCellClick;
2113
+ /** @type {?} */
2114
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2115
+ /** @type {?} */
2116
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2117
+ /** @type {?} */
2118
+ GridsterEmptyCell.prototype.emptyCellDrop;
2119
+ /** @type {?} */
2120
+ GridsterEmptyCell.prototype.emptyCellDrag;
2121
+ /** @type {?} */
2122
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2123
+ /** @type {?} */
2124
+ GridsterEmptyCell.prototype.emptyCellMMove;
2125
+ /** @type {?} */
2126
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2127
+ /** @type {?} */
2128
+ GridsterEmptyCell.prototype.emptyCellUp;
2129
+ /** @type {?} */
2130
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2131
+ /** @type {?} */
2132
+ GridsterEmptyCell.prototype.emptyCellMove;
2133
+ /** @type {?} */
2134
+ GridsterEmptyCell.prototype.emptyCellExit;
2135
+ /**
2136
+ * @type {?}
2137
+ * @private
2138
+ */
2139
+ GridsterEmptyCell.prototype.gridster;
2140
+ }
1665
2141
 
1666
2142
  /**
1667
2143
  * @fileoverview added by tsickle
1668
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2144
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1669
2145
  */
1670
2146
  class GridsterCompact {
1671
2147
  /**
@@ -1874,11 +2350,18 @@ GridsterCompact.decorators = [
1874
2350
  /** @nocollapse */
1875
2351
  GridsterCompact.ctorParameters = () => [
1876
2352
  { type: GridsterComponentInterface }
1877
- ];
2353
+ ];
2354
+ if (false) {
2355
+ /**
2356
+ * @type {?}
2357
+ * @private
2358
+ */
2359
+ GridsterCompact.prototype.gridster;
2360
+ }
1878
2361
 
1879
2362
  /**
1880
2363
  * @fileoverview added by tsickle
1881
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2364
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1882
2365
  */
1883
2366
  class GridsterRenderer {
1884
2367
  /**
@@ -2141,11 +2624,18 @@ GridsterRenderer.decorators = [
2141
2624
  /** @nocollapse */
2142
2625
  GridsterRenderer.ctorParameters = () => [
2143
2626
  { type: GridsterComponentInterface }
2144
- ];
2627
+ ];
2628
+ if (false) {
2629
+ /**
2630
+ * @type {?}
2631
+ * @private
2632
+ */
2633
+ GridsterRenderer.prototype.gridster;
2634
+ }
2145
2635
 
2146
2636
  /**
2147
2637
  * @fileoverview added by tsickle
2148
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2638
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2149
2639
  */
2150
2640
  class GridsterComponent {
2151
2641
  /**
@@ -2279,6 +2769,17 @@ class GridsterComponent {
2279
2769
  if (this.options.destroyCallback) {
2280
2770
  this.options.destroyCallback(this);
2281
2771
  }
2772
+ //if (this.options.api) {
2773
+ /* this.options.api getting undefined for new dashboard load- temp fix
2774
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
2775
+ * ondestroy of current this.options.api instance - needs to investigate further
2776
+ */
2777
+ if (false) {
2778
+ this.options.api.resize = undefined;
2779
+ this.options.api.optionsChanged = undefined;
2780
+ this.options.api.getNextPossiblePosition = undefined;
2781
+ this.options.api = undefined;
2782
+ }
2282
2783
  this.emptyCell.destroy();
2283
2784
  delete this.emptyCell;
2284
2785
  this.compact.destroy();
@@ -2774,21 +3275,109 @@ GridsterComponent.ctorParameters = () => [
2774
3275
  ];
2775
3276
  GridsterComponent.propDecorators = {
2776
3277
  options: [{ type: Input }]
2777
- };
3278
+ };
3279
+ if (false) {
3280
+ /** @type {?} */
3281
+ GridsterComponent.prototype.options;
3282
+ /** @type {?} */
3283
+ GridsterComponent.prototype.calculateLayoutDebounce;
3284
+ /** @type {?} */
3285
+ GridsterComponent.prototype.movingItem;
3286
+ /** @type {?} */
3287
+ GridsterComponent.prototype.previewStyle;
3288
+ /** @type {?} */
3289
+ GridsterComponent.prototype.el;
3290
+ /** @type {?} */
3291
+ GridsterComponent.prototype.$options;
3292
+ /** @type {?} */
3293
+ GridsterComponent.prototype.mobile;
3294
+ /** @type {?} */
3295
+ GridsterComponent.prototype.curWidth;
3296
+ /** @type {?} */
3297
+ GridsterComponent.prototype.curHeight;
3298
+ /** @type {?} */
3299
+ GridsterComponent.prototype.grid;
3300
+ /** @type {?} */
3301
+ GridsterComponent.prototype.columns;
3302
+ /** @type {?} */
3303
+ GridsterComponent.prototype.rows;
3304
+ /** @type {?} */
3305
+ GridsterComponent.prototype.curColWidth;
3306
+ /** @type {?} */
3307
+ GridsterComponent.prototype.curRowHeight;
3308
+ /** @type {?} */
3309
+ GridsterComponent.prototype.gridColumns;
3310
+ /** @type {?} */
3311
+ GridsterComponent.prototype.gridRows;
3312
+ /** @type {?} */
3313
+ GridsterComponent.prototype.windowResize;
3314
+ /** @type {?} */
3315
+ GridsterComponent.prototype.dragInProgress;
3316
+ /** @type {?} */
3317
+ GridsterComponent.prototype.emptyCell;
3318
+ /** @type {?} */
3319
+ GridsterComponent.prototype.compact;
3320
+ /** @type {?} */
3321
+ GridsterComponent.prototype.gridRenderer;
3322
+ /** @type {?} */
3323
+ GridsterComponent.prototype.renderer;
3324
+ /** @type {?} */
3325
+ GridsterComponent.prototype.cdRef;
3326
+ /** @type {?} */
3327
+ GridsterComponent.prototype.zone;
3328
+ }
2778
3329
 
2779
3330
  /**
2780
3331
  * @fileoverview added by tsickle
2781
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3332
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2782
3333
  */
2783
3334
  /**
2784
3335
  * @abstract
2785
3336
  */
2786
3337
  class GridsterItemComponentInterface {
3338
+ }
3339
+ if (false) {
3340
+ /** @type {?} */
3341
+ GridsterItemComponentInterface.prototype.item;
3342
+ /** @type {?} */
3343
+ GridsterItemComponentInterface.prototype.$item;
3344
+ /** @type {?} */
3345
+ GridsterItemComponentInterface.prototype.top;
3346
+ /** @type {?} */
3347
+ GridsterItemComponentInterface.prototype.left;
3348
+ /** @type {?} */
3349
+ GridsterItemComponentInterface.prototype.width;
3350
+ /** @type {?} */
3351
+ GridsterItemComponentInterface.prototype.height;
3352
+ /** @type {?} */
3353
+ GridsterItemComponentInterface.prototype.drag;
3354
+ /** @type {?} */
3355
+ GridsterItemComponentInterface.prototype.resize;
3356
+ /** @type {?} */
3357
+ GridsterItemComponentInterface.prototype.notPlaced;
3358
+ /** @type {?} */
3359
+ GridsterItemComponentInterface.prototype.updateOptions;
3360
+ /** @type {?} */
3361
+ GridsterItemComponentInterface.prototype.itemChanged;
3362
+ /** @type {?} */
3363
+ GridsterItemComponentInterface.prototype.setSize;
3364
+ /** @type {?} */
3365
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3366
+ /** @type {?} */
3367
+ GridsterItemComponentInterface.prototype.canBeDragged;
3368
+ /** @type {?} */
3369
+ GridsterItemComponentInterface.prototype.canBeResized;
3370
+ /** @type {?} */
3371
+ GridsterItemComponentInterface.prototype.el;
3372
+ /** @type {?} */
3373
+ GridsterItemComponentInterface.prototype.gridster;
3374
+ /** @type {?} */
3375
+ GridsterItemComponentInterface.prototype.renderer;
2787
3376
  }
2788
3377
 
2789
3378
  /**
2790
3379
  * @fileoverview added by tsickle
2791
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3380
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2792
3381
  */
2793
3382
  class GridsterSwap {
2794
3383
  /**
@@ -2899,11 +3488,28 @@ GridsterSwap.decorators = [
2899
3488
  /** @nocollapse */
2900
3489
  GridsterSwap.ctorParameters = () => [
2901
3490
  { type: GridsterItemComponentInterface }
2902
- ];
3491
+ ];
3492
+ if (false) {
3493
+ /**
3494
+ * @type {?}
3495
+ * @private
3496
+ */
3497
+ GridsterSwap.prototype.swapedItem;
3498
+ /**
3499
+ * @type {?}
3500
+ * @private
3501
+ */
3502
+ GridsterSwap.prototype.gridsterItem;
3503
+ /**
3504
+ * @type {?}
3505
+ * @private
3506
+ */
3507
+ GridsterSwap.prototype.gridster;
3508
+ }
2903
3509
 
2904
3510
  /**
2905
3511
  * @fileoverview added by tsickle
2906
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3512
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2907
3513
  */
2908
3514
  /** @type {?} */
2909
3515
  let scrollSensitivity;
@@ -3098,7 +3704,7 @@ function cancelN() {
3098
3704
 
3099
3705
  /**
3100
3706
  * @fileoverview added by tsickle
3101
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3707
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3102
3708
  */
3103
3709
  class GridsterPush {
3104
3710
  /**
@@ -3509,11 +4115,61 @@ GridsterPush.decorators = [
3509
4115
  /** @nocollapse */
3510
4116
  GridsterPush.ctorParameters = () => [
3511
4117
  { type: GridsterItemComponentInterface }
3512
- ];
4118
+ ];
4119
+ if (false) {
4120
+ /** @type {?} */
4121
+ GridsterPush.prototype.fromSouth;
4122
+ /** @type {?} */
4123
+ GridsterPush.prototype.fromNorth;
4124
+ /** @type {?} */
4125
+ GridsterPush.prototype.fromEast;
4126
+ /** @type {?} */
4127
+ GridsterPush.prototype.fromWest;
4128
+ /**
4129
+ * @type {?}
4130
+ * @private
4131
+ */
4132
+ GridsterPush.prototype.pushedItems;
4133
+ /**
4134
+ * @type {?}
4135
+ * @private
4136
+ */
4137
+ GridsterPush.prototype.pushedItemsTemp;
4138
+ /**
4139
+ * @type {?}
4140
+ * @private
4141
+ */
4142
+ GridsterPush.prototype.pushedItemsTempPath;
4143
+ /**
4144
+ * @type {?}
4145
+ * @private
4146
+ */
4147
+ GridsterPush.prototype.pushedItemsPath;
4148
+ /**
4149
+ * @type {?}
4150
+ * @private
4151
+ */
4152
+ GridsterPush.prototype.gridsterItem;
4153
+ /**
4154
+ * @type {?}
4155
+ * @private
4156
+ */
4157
+ GridsterPush.prototype.gridster;
4158
+ /**
4159
+ * @type {?}
4160
+ * @private
4161
+ */
4162
+ GridsterPush.prototype.pushedItemsOrder;
4163
+ /**
4164
+ * @type {?}
4165
+ * @private
4166
+ */
4167
+ GridsterPush.prototype.tryPattern;
4168
+ }
3513
4169
 
3514
4170
  /**
3515
4171
  * @fileoverview added by tsickle
3516
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4172
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3517
4173
  */
3518
4174
  class GridsterDraggable {
3519
4175
  /**
@@ -3791,6 +4447,10 @@ class GridsterDraggable {
3791
4447
  this.gridsterItem.$item.cols = itemColsbackup;
3792
4448
  this.gridsterItem.$item.rows = itemRowsbackup;
3793
4449
  }
4450
+ else {
4451
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4452
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4453
+ }
3794
4454
  return this.gridsterItem.$item;
3795
4455
  }
3796
4456
  /**
@@ -3935,11 +4595,84 @@ GridsterDraggable.ctorParameters = () => [
3935
4595
  { type: GridsterItemComponentInterface },
3936
4596
  { type: GridsterComponentInterface },
3937
4597
  { type: NgZone }
3938
- ];
4598
+ ];
4599
+ if (false) {
4600
+ /** @type {?} */
4601
+ GridsterDraggable.prototype.gridsterItem;
4602
+ /** @type {?} */
4603
+ GridsterDraggable.prototype.gridster;
4604
+ /** @type {?} */
4605
+ GridsterDraggable.prototype.lastMouse;
4606
+ /** @type {?} */
4607
+ GridsterDraggable.prototype.offsetLeft;
4608
+ /** @type {?} */
4609
+ GridsterDraggable.prototype.offsetTop;
4610
+ /** @type {?} */
4611
+ GridsterDraggable.prototype.margin;
4612
+ /** @type {?} */
4613
+ GridsterDraggable.prototype.diffTop;
4614
+ /** @type {?} */
4615
+ GridsterDraggable.prototype.diffLeft;
4616
+ /** @type {?} */
4617
+ GridsterDraggable.prototype.top;
4618
+ /** @type {?} */
4619
+ GridsterDraggable.prototype.left;
4620
+ /** @type {?} */
4621
+ GridsterDraggable.prototype.height;
4622
+ /** @type {?} */
4623
+ GridsterDraggable.prototype.width;
4624
+ /** @type {?} */
4625
+ GridsterDraggable.prototype.positionX;
4626
+ /** @type {?} */
4627
+ GridsterDraggable.prototype.positionY;
4628
+ /** @type {?} */
4629
+ GridsterDraggable.prototype.positionXBackup;
4630
+ /** @type {?} */
4631
+ GridsterDraggable.prototype.positionYBackup;
4632
+ /** @type {?} */
4633
+ GridsterDraggable.prototype.enabled;
4634
+ /** @type {?} */
4635
+ GridsterDraggable.prototype.dragStartFunction;
4636
+ /** @type {?} */
4637
+ GridsterDraggable.prototype.dragFunction;
4638
+ /** @type {?} */
4639
+ GridsterDraggable.prototype.dragStopFunction;
4640
+ /** @type {?} */
4641
+ GridsterDraggable.prototype.mousemove;
4642
+ /** @type {?} */
4643
+ GridsterDraggable.prototype.mouseup;
4644
+ /** @type {?} */
4645
+ GridsterDraggable.prototype.mouseleave;
4646
+ /** @type {?} */
4647
+ GridsterDraggable.prototype.cancelOnBlur;
4648
+ /** @type {?} */
4649
+ GridsterDraggable.prototype.touchmove;
4650
+ /** @type {?} */
4651
+ GridsterDraggable.prototype.touchend;
4652
+ /** @type {?} */
4653
+ GridsterDraggable.prototype.touchcancel;
4654
+ /** @type {?} */
4655
+ GridsterDraggable.prototype.mousedown;
4656
+ /** @type {?} */
4657
+ GridsterDraggable.prototype.touchstart;
4658
+ /** @type {?} */
4659
+ GridsterDraggable.prototype.push;
4660
+ /** @type {?} */
4661
+ GridsterDraggable.prototype.swap;
4662
+ /** @type {?} */
4663
+ GridsterDraggable.prototype.path;
4664
+ /** @type {?} */
4665
+ GridsterDraggable.prototype.collision;
4666
+ /**
4667
+ * @type {?}
4668
+ * @private
4669
+ */
4670
+ GridsterDraggable.prototype.zone;
4671
+ }
3939
4672
 
3940
4673
  /**
3941
4674
  * @fileoverview added by tsickle
3942
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4675
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3943
4676
  */
3944
4677
  class GridsterPushResize {
3945
4678
  /**
@@ -4255,11 +4988,46 @@ GridsterPushResize.decorators = [
4255
4988
  /** @nocollapse */
4256
4989
  GridsterPushResize.ctorParameters = () => [
4257
4990
  { type: GridsterItemComponentInterface }
4258
- ];
4991
+ ];
4992
+ if (false) {
4993
+ /** @type {?} */
4994
+ GridsterPushResize.prototype.fromSouth;
4995
+ /** @type {?} */
4996
+ GridsterPushResize.prototype.fromNorth;
4997
+ /** @type {?} */
4998
+ GridsterPushResize.prototype.fromEast;
4999
+ /** @type {?} */
5000
+ GridsterPushResize.prototype.fromWest;
5001
+ /**
5002
+ * @type {?}
5003
+ * @private
5004
+ */
5005
+ GridsterPushResize.prototype.pushedItems;
5006
+ /**
5007
+ * @type {?}
5008
+ * @private
5009
+ */
5010
+ GridsterPushResize.prototype.pushedItemsPath;
5011
+ /**
5012
+ * @type {?}
5013
+ * @private
5014
+ */
5015
+ GridsterPushResize.prototype.gridsterItem;
5016
+ /**
5017
+ * @type {?}
5018
+ * @private
5019
+ */
5020
+ GridsterPushResize.prototype.gridster;
5021
+ /**
5022
+ * @type {?}
5023
+ * @private
5024
+ */
5025
+ GridsterPushResize.prototype.tryPattern;
5026
+ }
4259
5027
 
4260
5028
  /**
4261
5029
  * @fileoverview added by tsickle
4262
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5030
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4263
5031
  */
4264
5032
  class GridsterResizable {
4265
5033
  /**
@@ -4725,11 +5493,86 @@ GridsterResizable.ctorParameters = () => [
4725
5493
  { type: GridsterItemComponentInterface },
4726
5494
  { type: GridsterComponentInterface },
4727
5495
  { type: NgZone }
4728
- ];
5496
+ ];
5497
+ if (false) {
5498
+ /** @type {?} */
5499
+ GridsterResizable.prototype.gridsterItem;
5500
+ /** @type {?} */
5501
+ GridsterResizable.prototype.gridster;
5502
+ /** @type {?} */
5503
+ GridsterResizable.prototype.lastMouse;
5504
+ /** @type {?} */
5505
+ GridsterResizable.prototype.itemBackup;
5506
+ /** @type {?} */
5507
+ GridsterResizable.prototype.resizeEventScrollType;
5508
+ /** @type {?} */
5509
+ GridsterResizable.prototype.directionFunction;
5510
+ /** @type {?} */
5511
+ GridsterResizable.prototype.dragFunction;
5512
+ /** @type {?} */
5513
+ GridsterResizable.prototype.dragStopFunction;
5514
+ /** @type {?} */
5515
+ GridsterResizable.prototype.resizeEnabled;
5516
+ /** @type {?} */
5517
+ GridsterResizable.prototype.mousemove;
5518
+ /** @type {?} */
5519
+ GridsterResizable.prototype.mouseup;
5520
+ /** @type {?} */
5521
+ GridsterResizable.prototype.mouseleave;
5522
+ /** @type {?} */
5523
+ GridsterResizable.prototype.cancelOnBlur;
5524
+ /** @type {?} */
5525
+ GridsterResizable.prototype.touchmove;
5526
+ /** @type {?} */
5527
+ GridsterResizable.prototype.touchend;
5528
+ /** @type {?} */
5529
+ GridsterResizable.prototype.touchcancel;
5530
+ /** @type {?} */
5531
+ GridsterResizable.prototype.push;
5532
+ /** @type {?} */
5533
+ GridsterResizable.prototype.pushResize;
5534
+ /** @type {?} */
5535
+ GridsterResizable.prototype.minHeight;
5536
+ /** @type {?} */
5537
+ GridsterResizable.prototype.minWidth;
5538
+ /** @type {?} */
5539
+ GridsterResizable.prototype.offsetTop;
5540
+ /** @type {?} */
5541
+ GridsterResizable.prototype.offsetLeft;
5542
+ /** @type {?} */
5543
+ GridsterResizable.prototype.diffTop;
5544
+ /** @type {?} */
5545
+ GridsterResizable.prototype.diffLeft;
5546
+ /** @type {?} */
5547
+ GridsterResizable.prototype.diffRight;
5548
+ /** @type {?} */
5549
+ GridsterResizable.prototype.diffBottom;
5550
+ /** @type {?} */
5551
+ GridsterResizable.prototype.margin;
5552
+ /** @type {?} */
5553
+ GridsterResizable.prototype.top;
5554
+ /** @type {?} */
5555
+ GridsterResizable.prototype.left;
5556
+ /** @type {?} */
5557
+ GridsterResizable.prototype.bottom;
5558
+ /** @type {?} */
5559
+ GridsterResizable.prototype.right;
5560
+ /** @type {?} */
5561
+ GridsterResizable.prototype.width;
5562
+ /** @type {?} */
5563
+ GridsterResizable.prototype.height;
5564
+ /** @type {?} */
5565
+ GridsterResizable.prototype.newPosition;
5566
+ /**
5567
+ * @type {?}
5568
+ * @private
5569
+ */
5570
+ GridsterResizable.prototype.zone;
5571
+ }
4729
5572
 
4730
5573
  /**
4731
5574
  * @fileoverview added by tsickle
4732
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5575
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4733
5576
  */
4734
5577
  class GridsterItemComponent {
4735
5578
  /**
@@ -4900,11 +5743,44 @@ GridsterItemComponent.ctorParameters = () => [
4900
5743
  ];
4901
5744
  GridsterItemComponent.propDecorators = {
4902
5745
  item: [{ type: Input }]
4903
- };
5746
+ };
5747
+ if (false) {
5748
+ /** @type {?} */
5749
+ GridsterItemComponent.prototype.item;
5750
+ /** @type {?} */
5751
+ GridsterItemComponent.prototype.$item;
5752
+ /** @type {?} */
5753
+ GridsterItemComponent.prototype.el;
5754
+ /** @type {?} */
5755
+ GridsterItemComponent.prototype.gridster;
5756
+ /** @type {?} */
5757
+ GridsterItemComponent.prototype.top;
5758
+ /** @type {?} */
5759
+ GridsterItemComponent.prototype.left;
5760
+ /** @type {?} */
5761
+ GridsterItemComponent.prototype.width;
5762
+ /** @type {?} */
5763
+ GridsterItemComponent.prototype.height;
5764
+ /** @type {?} */
5765
+ GridsterItemComponent.prototype.drag;
5766
+ /** @type {?} */
5767
+ GridsterItemComponent.prototype.resize;
5768
+ /** @type {?} */
5769
+ GridsterItemComponent.prototype.notPlaced;
5770
+ /** @type {?} */
5771
+ GridsterItemComponent.prototype.init;
5772
+ /** @type {?} */
5773
+ GridsterItemComponent.prototype.renderer;
5774
+ /**
5775
+ * @type {?}
5776
+ * @private
5777
+ */
5778
+ GridsterItemComponent.prototype.zone;
5779
+ }
4904
5780
 
4905
5781
  /**
4906
5782
  * @fileoverview added by tsickle
4907
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5783
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4908
5784
  */
4909
5785
  class GridsterPreviewComponent {
4910
5786
  /**
@@ -4948,7 +5824,7 @@ GridsterPreviewComponent.decorators = [
4948
5824
  selector: 'gridster-preview',
4949
5825
  template: '',
4950
5826
  encapsulation: ViewEncapsulation.None,
4951
- styles: ["gridster-preview{position:absolute;display:none;background:#ccc}"]
5827
+ styles: ["gridster-preview{position:absolute;display:none;background:#42b4e6}"]
4952
5828
  }] }
4953
5829
  ];
4954
5830
  /** @nocollapse */
@@ -4956,11 +5832,19 @@ GridsterPreviewComponent.ctorParameters = () => [
4956
5832
  { type: ElementRef },
4957
5833
  { type: GridsterComponent, decorators: [{ type: Host }] },
4958
5834
  { type: Renderer2 }
4959
- ];
5835
+ ];
5836
+ if (false) {
5837
+ /** @type {?} */
5838
+ GridsterPreviewComponent.prototype.el;
5839
+ /** @type {?} */
5840
+ GridsterPreviewComponent.prototype.gridster;
5841
+ /** @type {?} */
5842
+ GridsterPreviewComponent.prototype.renderer;
5843
+ }
4960
5844
 
4961
5845
  /**
4962
5846
  * @fileoverview added by tsickle
4963
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5847
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4964
5848
  */
4965
5849
  class GridsterModule {
4966
5850
  }
@@ -4982,7 +5866,7 @@ GridsterModule.decorators = [
4982
5866
 
4983
5867
  /**
4984
5868
  * @fileoverview added by tsickle
4985
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5869
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4986
5870
  */
4987
5871
  /** @type {?} */
4988
5872
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5020,7 +5904,7 @@ DashboardFrameworkModule.decorators = [
5020
5904
 
5021
5905
  /**
5022
5906
  * @fileoverview added by tsickle
5023
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5907
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5024
5908
  */
5025
5909
  /**
5026
5910
  * @abstract
@@ -5062,11 +5946,35 @@ RaBaseDashboardTemplate.propDecorators = {
5062
5946
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5063
5947
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5064
5948
  initialize: [{ type: Input }]
5065
- };
5949
+ };
5950
+ if (false) {
5951
+ /** @type {?} */
5952
+ RaBaseDashboardTemplate.prototype.userDashboardId;
5953
+ /** @type {?} */
5954
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
5955
+ /** @type {?} */
5956
+ RaBaseDashboardTemplate.prototype.appConfig;
5957
+ /** @type {?} */
5958
+ RaBaseDashboardTemplate.prototype.dashboardId;
5959
+ /** @type {?} */
5960
+ RaBaseDashboardTemplate.prototype.globalFilter;
5961
+ /** @type {?} */
5962
+ RaBaseDashboardTemplate.prototype.initialize;
5963
+ /**
5964
+ * @type {?}
5965
+ * @private
5966
+ */
5967
+ RaBaseDashboardTemplate.prototype.ngZone;
5968
+ /**
5969
+ * @abstract
5970
+ * @return {?}
5971
+ */
5972
+ RaBaseDashboardTemplate.prototype.init = function () { };
5973
+ }
5066
5974
 
5067
5975
  /**
5068
5976
  * @fileoverview added by tsickle
5069
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5977
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5070
5978
  */
5071
5979
  /**
5072
5980
  * @abstract
@@ -5084,7 +5992,29 @@ class RaBaseDashboardFilter {
5084
5992
  }
5085
5993
  RaBaseDashboardFilter.propDecorators = {
5086
5994
  getAllFilterConfig: [{ type: Input }]
5087
- };
5995
+ };
5996
+ if (false) {
5997
+ /**
5998
+ * @type {?}
5999
+ * @private
6000
+ */
6001
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6002
+ /**
6003
+ * @abstract
6004
+ * @return {?}
6005
+ */
6006
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6007
+ }
6008
+
6009
+ /**
6010
+ * @fileoverview added by tsickle
6011
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6012
+ */
6013
+
6014
+ /**
6015
+ * @fileoverview added by tsickle
6016
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6017
+ */
5088
6018
 
5089
6019
  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 };
5090
6020
  //# sourceMappingURL=schneideress-dashboardframework.js.map