@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
@@ -1,5 +1,5 @@
1
1
  import { __extends, __awaiter, __generator, __assign } from 'tslib';
2
- import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, Output, EventEmitter, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, EventEmitter, ViewChild, Output, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
3
3
  import { of, Subject } from 'rxjs';
4
4
  import { BaseService } from '@schneideress/ess-util';
5
5
  import { filter, map } from 'rxjs/operators';
@@ -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
  var RaDashboardService = /** @class */ (function (_super) {
19
19
  __extends(RaDashboardService, _super);
@@ -217,11 +217,18 @@ var RaDashboardService = /** @class */ (function (_super) {
217
217
  ]; };
218
218
  /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
219
219
  return RaDashboardService;
220
- }(BaseService));
220
+ }(BaseService));
221
+ if (false) {
222
+ /**
223
+ * @type {?}
224
+ * @private
225
+ */
226
+ RaDashboardService.prototype.loadedScripts;
227
+ }
221
228
 
222
229
  /**
223
230
  * @fileoverview added by tsickle
224
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
231
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
225
232
  */
226
233
  var RADashboardEventBus = /** @class */ (function () {
227
234
  function RADashboardEventBus() {
@@ -330,11 +337,18 @@ var RADashboardEventBus = /** @class */ (function () {
330
337
  ];
331
338
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
332
339
  return RADashboardEventBus;
333
- }());
340
+ }());
341
+ if (false) {
342
+ /**
343
+ * @type {?}
344
+ * @private
345
+ */
346
+ RADashboardEventBus.prototype.eventQueue;
347
+ }
334
348
 
335
349
  /**
336
350
  * @fileoverview added by tsickle
337
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
351
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
338
352
  */
339
353
  /** @enum {string} */
340
354
  var RAEvent = {
@@ -381,7 +395,7 @@ var RAEventKey = {
381
395
 
382
396
  /**
383
397
  * @fileoverview added by tsickle
384
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
398
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
385
399
  */
386
400
  /** @enum {string} */
387
401
  var GridType = {
@@ -408,38 +422,223 @@ var CompactType = {
408
422
  CompactRight: 'compactRight',
409
423
  CompactUpAndRight: 'compactUp&Right',
410
424
  CompactRightAndUp: 'compactRight&Up',
411
- };
425
+ };
426
+ /**
427
+ * @record
428
+ */
429
+ function GridsterConfig() { }
430
+ if (false) {
431
+ /** @type {?|undefined} */
432
+ GridsterConfig.prototype.gridType;
433
+ /** @type {?|undefined} */
434
+ GridsterConfig.prototype.fixedColWidth;
435
+ /** @type {?|undefined} */
436
+ GridsterConfig.prototype.fixedRowHeight;
437
+ /** @type {?|undefined} */
438
+ GridsterConfig.prototype.keepFixedHeightInMobile;
439
+ /** @type {?|undefined} */
440
+ GridsterConfig.prototype.keepFixedWidthInMobile;
441
+ /** @type {?|undefined} */
442
+ GridsterConfig.prototype.setGridSize;
443
+ /** @type {?|undefined} */
444
+ GridsterConfig.prototype.compactType;
445
+ /** @type {?|undefined} */
446
+ GridsterConfig.prototype.mobileBreakpoint;
447
+ /** @type {?|undefined} */
448
+ GridsterConfig.prototype.minCols;
449
+ /** @type {?|undefined} */
450
+ GridsterConfig.prototype.maxCols;
451
+ /** @type {?|undefined} */
452
+ GridsterConfig.prototype.minRows;
453
+ /** @type {?|undefined} */
454
+ GridsterConfig.prototype.maxRows;
455
+ /** @type {?|undefined} */
456
+ GridsterConfig.prototype.defaultItemCols;
457
+ /** @type {?|undefined} */
458
+ GridsterConfig.prototype.defaultItemRows;
459
+ /** @type {?|undefined} */
460
+ GridsterConfig.prototype.maxItemCols;
461
+ /** @type {?|undefined} */
462
+ GridsterConfig.prototype.maxItemRows;
463
+ /** @type {?|undefined} */
464
+ GridsterConfig.prototype.minItemCols;
465
+ /** @type {?|undefined} */
466
+ GridsterConfig.prototype.minItemRows;
467
+ /** @type {?|undefined} */
468
+ GridsterConfig.prototype.minItemArea;
469
+ /** @type {?|undefined} */
470
+ GridsterConfig.prototype.maxItemArea;
471
+ /** @type {?|undefined} */
472
+ GridsterConfig.prototype.margin;
473
+ /** @type {?|undefined} */
474
+ GridsterConfig.prototype.outerMargin;
475
+ /** @type {?|undefined} */
476
+ GridsterConfig.prototype.outerMarginTop;
477
+ /** @type {?|undefined} */
478
+ GridsterConfig.prototype.outerMarginRight;
479
+ /** @type {?|undefined} */
480
+ GridsterConfig.prototype.outerMarginBottom;
481
+ /** @type {?|undefined} */
482
+ GridsterConfig.prototype.outerMarginLeft;
483
+ /** @type {?|undefined} */
484
+ GridsterConfig.prototype.useTransformPositioning;
485
+ /** @type {?|undefined} */
486
+ GridsterConfig.prototype.scrollSensitivity;
487
+ /** @type {?|undefined} */
488
+ GridsterConfig.prototype.scrollSpeed;
489
+ /** @type {?|undefined} */
490
+ GridsterConfig.prototype.initCallback;
491
+ /** @type {?|undefined} */
492
+ GridsterConfig.prototype.destroyCallback;
493
+ /** @type {?|undefined} */
494
+ GridsterConfig.prototype.gridSizeChangedCallback;
495
+ /** @type {?|undefined} */
496
+ GridsterConfig.prototype.itemChangeCallback;
497
+ /** @type {?|undefined} */
498
+ GridsterConfig.prototype.itemResizeCallback;
499
+ /** @type {?|undefined} */
500
+ GridsterConfig.prototype.itemInitCallback;
501
+ /** @type {?|undefined} */
502
+ GridsterConfig.prototype.itemRemovedCallback;
503
+ /** @type {?|undefined} */
504
+ GridsterConfig.prototype.itemValidateCallback;
505
+ /** @type {?|undefined} */
506
+ GridsterConfig.prototype.draggable;
507
+ /** @type {?|undefined} */
508
+ GridsterConfig.prototype.resizable;
509
+ /** @type {?|undefined} */
510
+ GridsterConfig.prototype.swap;
511
+ /** @type {?|undefined} */
512
+ GridsterConfig.prototype.pushItems;
513
+ /** @type {?|undefined} */
514
+ GridsterConfig.prototype.disablePushOnDrag;
515
+ /** @type {?|undefined} */
516
+ GridsterConfig.prototype.disablePushOnResize;
517
+ /** @type {?|undefined} */
518
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
519
+ /** @type {?|undefined} */
520
+ GridsterConfig.prototype.pushDirections;
521
+ /** @type {?|undefined} */
522
+ GridsterConfig.prototype.pushResizeItems;
523
+ /** @type {?|undefined} */
524
+ GridsterConfig.prototype.displayGrid;
525
+ /** @type {?|undefined} */
526
+ GridsterConfig.prototype.disableWindowResize;
527
+ /** @type {?|undefined} */
528
+ GridsterConfig.prototype.disableWarnings;
529
+ /** @type {?|undefined} */
530
+ GridsterConfig.prototype.scrollToNewItems;
531
+ /** @type {?|undefined} */
532
+ GridsterConfig.prototype.enableEmptyCellClick;
533
+ /** @type {?|undefined} */
534
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
535
+ /** @type {?|undefined} */
536
+ GridsterConfig.prototype.enableEmptyCellDrop;
537
+ /** @type {?|undefined} */
538
+ GridsterConfig.prototype.enableEmptyCellDrag;
539
+ /** @type {?|undefined} */
540
+ GridsterConfig.prototype.emptyCellClickCallback;
541
+ /** @type {?|undefined} */
542
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
543
+ /** @type {?|undefined} */
544
+ GridsterConfig.prototype.emptyCellDropCallback;
545
+ /** @type {?|undefined} */
546
+ GridsterConfig.prototype.emptyCellDragCallback;
547
+ /** @type {?|undefined} */
548
+ GridsterConfig.prototype.emptyCellDragMaxCols;
549
+ /** @type {?|undefined} */
550
+ GridsterConfig.prototype.emptyCellDragMaxRows;
551
+ /** @type {?|undefined} */
552
+ GridsterConfig.prototype.ignoreMarginInRow;
553
+ /** @type {?|undefined} */
554
+ GridsterConfig.prototype.autoResizeonDrag;
555
+ /** @type {?|undefined} */
556
+ GridsterConfig.prototype.api;
557
+ /* Skipping unhandled member: [propName: string]: any;*/
558
+ }
559
+ /**
560
+ * @record
561
+ */
562
+ function DragBase() { }
563
+ if (false) {
564
+ /** @type {?|undefined} */
565
+ DragBase.prototype.enabled;
566
+ /** @type {?|undefined} */
567
+ DragBase.prototype.stop;
568
+ /** @type {?|undefined} */
569
+ DragBase.prototype.start;
570
+ /** @type {?|undefined} */
571
+ DragBase.prototype.delayStart;
572
+ }
573
+ /**
574
+ * @record
575
+ */
576
+ function Draggable() { }
577
+ if (false) {
578
+ /** @type {?|undefined} */
579
+ Draggable.prototype.ignoreContentClass;
580
+ /** @type {?|undefined} */
581
+ Draggable.prototype.ignoreContent;
582
+ /** @type {?|undefined} */
583
+ Draggable.prototype.dragHandleClass;
584
+ /** @type {?|undefined} */
585
+ Draggable.prototype.dropOverItems;
586
+ /** @type {?|undefined} */
587
+ Draggable.prototype.dropOverItemsCallback;
588
+ }
589
+ /**
590
+ * @record
591
+ */
592
+ function Resizable() { }
593
+ if (false) {
594
+ /** @type {?|undefined} */
595
+ Resizable.prototype.handles;
596
+ }
597
+ /**
598
+ * @record
599
+ */
600
+ function PushDirections() { }
601
+ if (false) {
602
+ /** @type {?} */
603
+ PushDirections.prototype.north;
604
+ /** @type {?} */
605
+ PushDirections.prototype.east;
606
+ /** @type {?} */
607
+ PushDirections.prototype.south;
608
+ /** @type {?} */
609
+ PushDirections.prototype.west;
610
+ }
412
611
 
413
612
  /**
414
613
  * @fileoverview added by tsickle
415
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
614
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
416
615
  */
417
616
  /** @type {?} */
418
617
  var GridsterConfigDefaultSettings = {
419
618
  gridType: GridType.ScrollVertical,
420
619
  compactType: CompactType.None,
421
- margin: 20,
620
+ margin: 4,
422
621
  outerMargin: true,
423
- outerMarginTop: 10,
424
- outerMarginRight: 10,
425
- outerMarginBottom: 30,
426
- outerMarginLeft: 10,
622
+ // outerMarginTop: 10,
623
+ // outerMarginRight: 10,
624
+ // outerMarginBottom: 30,
625
+ // outerMarginLeft: 10,
427
626
  useTransformPositioning: true,
428
627
  mobileBreakpoint: 640,
429
- minCols: 5,
430
- maxCols: 5,
431
- minRows: 20,
432
- maxRows: 2000,
433
- maxItemCols: 5,
434
- minItemCols: 1,
435
- maxItemRows: 100,
436
- minItemRows: 6,
437
- maxItemArea: 250000,
438
- minItemArea: 6,
439
- defaultItemCols: 1,
440
- defaultItemRows: 1,
441
- fixedColWidth: 105,
442
- fixedRowHeight: 105,
628
+ minCols: 10,
629
+ maxCols: 10,
630
+ minRows: 2,
631
+ maxRows: 100,
632
+ maxItemCols: 10,
633
+ minItemCols: 2,
634
+ maxItemRows: 1000,
635
+ minItemRows: 2,
636
+ maxItemArea: 1000,
637
+ minItemArea: 4,
638
+ defaultItemCols: 2,
639
+ defaultItemRows: 2,
640
+ // fixedColWidth: 105,
641
+ // fixedRowHeight: 105,
443
642
  keepFixedHeightInMobile: false,
444
643
  keepFixedWidthInMobile: false,
445
644
  scrollSensitivity: 10,
@@ -474,7 +673,7 @@ var GridsterConfigDefaultSettings = {
474
673
 
475
674
  /**
476
675
  * @fileoverview added by tsickle
477
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
676
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
478
677
  */
479
678
  var RADashboardArea = /** @class */ (function () {
480
679
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -486,8 +685,8 @@ var RADashboardArea = /** @class */ (function () {
486
685
  this.widgetList = Array();
487
686
  this.gridheight = 300;
488
687
  this.isWidgetLoaded = false;
489
- this.widgetHeight = 30;
490
- this.widgetWidth = 50;
688
+ this.widgetHeight = 3;
689
+ this.widgetWidth = 5;
491
690
  }
492
691
  /**
493
692
  * @return {?}
@@ -537,6 +736,8 @@ var RADashboardArea = /** @class */ (function () {
537
736
  areaContext.setAreaHeight();
538
737
  areaContext.updateWidgets();
539
738
  });
739
+ console.log('gridster options are');
740
+ console.log(this.options);
540
741
  };
541
742
  /** To initiate eventbus subsctiptions */
542
743
  /**
@@ -750,7 +951,7 @@ var RADashboardArea = /** @class */ (function () {
750
951
  t.widgetInfo.rowHeight = curRowHeight;
751
952
  }));
752
953
  if (this.options.api) {
753
- areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
954
+ areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 5;
754
955
  }
755
956
  if (areaHeight < 600) {
756
957
  areaHeight = 600;
@@ -784,8 +985,12 @@ var RADashboardArea = /** @class */ (function () {
784
985
  this.widgetList.splice(this.widgetList.indexOf(widget[0]), 1);
785
986
  this.setAreaHeight();
786
987
  if (!isalertDisabled) {
787
- this.notifier.notify('success', " " + this.translateService.translate('Widget') + " [" + widget[0].widgetInfo.widgetTitle + "] " + this.translateService.translate('DeletedSuccesfully') + " ");
988
+ this.notifier.notify('success', " " + this.translateService.translate('Widget') + " " + widget[0].widgetInfo.widgetTitle + " " + this.translateService.translate('DeletedSuccesfully') + " ");
788
989
  }
990
+ this.options.compactType = 'compactLeft&Up';
991
+ this.options.api.optionsChanged();
992
+ this.options.compactType = 'none';
993
+ this.options.api.optionsChanged();
789
994
  }
790
995
  };
791
996
  /**To add widget instance to the database with the next available position and to make changes in
@@ -970,11 +1175,83 @@ var RADashboardArea = /** @class */ (function () {
970
1175
  appConfig: [{ type: Input, args: ['app-config',] }]
971
1176
  };
972
1177
  return RADashboardArea;
973
- }());
1178
+ }());
1179
+ if (false) {
1180
+ /** @type {?} */
1181
+ RADashboardArea.prototype.widgetList;
1182
+ /** @type {?} */
1183
+ RADashboardArea.prototype.options;
1184
+ /** @type {?} */
1185
+ RADashboardArea.prototype.gridheight;
1186
+ /**
1187
+ * @type {?}
1188
+ * @private
1189
+ */
1190
+ RADashboardArea.prototype.conifgAddClick;
1191
+ /**
1192
+ * @type {?}
1193
+ * @private
1194
+ */
1195
+ RADashboardArea.prototype.widgetDeleteEvent;
1196
+ /**
1197
+ * @type {?}
1198
+ * @private
1199
+ */
1200
+ RADashboardArea.prototype.widgetAddEvent;
1201
+ /**
1202
+ * @type {?}
1203
+ * @private
1204
+ */
1205
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1206
+ /**
1207
+ * @type {?}
1208
+ * @private
1209
+ */
1210
+ RADashboardArea.prototype.isWidgetLoaded;
1211
+ /** @type {?} */
1212
+ RADashboardArea.prototype.userDashboardId;
1213
+ /** @type {?} */
1214
+ RADashboardArea.prototype.areaKey;
1215
+ /** @type {?} */
1216
+ RADashboardArea.prototype.globalFilter;
1217
+ /** @type {?} */
1218
+ RADashboardArea.prototype.raDashboardEventBus;
1219
+ /** @type {?} */
1220
+ RADashboardArea.prototype.widgetHeight;
1221
+ /** @type {?} */
1222
+ RADashboardArea.prototype.widgetWidth;
1223
+ /** @type {?} */
1224
+ RADashboardArea.prototype.appConfig;
1225
+ /**
1226
+ * @type {?}
1227
+ * @private
1228
+ */
1229
+ RADashboardArea.prototype.dashboardService;
1230
+ /**
1231
+ * @type {?}
1232
+ * @private
1233
+ */
1234
+ RADashboardArea.prototype.ngZone;
1235
+ /**
1236
+ * @type {?}
1237
+ * @private
1238
+ */
1239
+ RADashboardArea.prototype.ngxService;
1240
+ /**
1241
+ * @type {?}
1242
+ * @private
1243
+ */
1244
+ RADashboardArea.prototype.translateService;
1245
+ /**
1246
+ * @type {?}
1247
+ * @private
1248
+ */
1249
+ RADashboardArea.prototype.notifier;
1250
+ }
974
1251
 
975
1252
  /**
976
1253
  * @fileoverview added by tsickle
977
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1254
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
978
1255
  */
979
1256
  var RAWidgetContainer = /** @class */ (function () {
980
1257
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -987,6 +1264,7 @@ var RAWidgetContainer = /** @class */ (function () {
987
1264
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
988
1265
  this.lockClass = "unlocked";
989
1266
  this.lockStatus = "unlock";
1267
+ this.isDownloadIconVisible = false;
990
1268
  this.widgetDeleted = new EventEmitter();
991
1269
  }
992
1270
  /**
@@ -1173,6 +1451,9 @@ var RAWidgetContainer = /** @class */ (function () {
1173
1451
  widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1174
1452
  return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1175
1453
  case 1:
1454
+ _a.sent();
1455
+ return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1456
+ case 2:
1176
1457
  _a.sent();
1177
1458
  return [2 /*return*/];
1178
1459
  }
@@ -1208,13 +1489,16 @@ var RAWidgetContainer = /** @class */ (function () {
1208
1489
  appConfig: this.appConfig,
1209
1490
  widgetInfo: widgetInfo
1210
1491
  }));
1211
- if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 2];
1492
+ if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
1212
1493
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
1213
1494
  return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
1214
1495
  case 1:
1215
1496
  _a.sent();
1216
- _a.label = 2;
1217
- case 2: return [2 /*return*/];
1497
+ return [4 /*yield*/, this.setDownloadIcon()];
1498
+ case 2:
1499
+ _a.sent();
1500
+ _a.label = 3;
1501
+ case 3: return [2 /*return*/];
1218
1502
  }
1219
1503
  });
1220
1504
  });
@@ -1264,11 +1548,44 @@ var RAWidgetContainer = /** @class */ (function () {
1264
1548
  });
1265
1549
  });
1266
1550
  };
1551
+ /**
1552
+ * @private
1553
+ * @return {?}
1554
+ */
1555
+ RAWidgetContainer.prototype.setDownloadIcon = /**
1556
+ * @private
1557
+ * @return {?}
1558
+ */
1559
+ function () {
1560
+ return __awaiter(this, void 0, void 0, function () {
1561
+ var _a;
1562
+ return __generator(this, function (_b) {
1563
+ switch (_b.label) {
1564
+ case 0:
1565
+ _a = this;
1566
+ return [4 /*yield*/, this.widgetElement.isDownloadVisible()];
1567
+ case 1:
1568
+ _a.isDownloadIconVisible = _b.sent();
1569
+ this.isDownloadIconVisible = false; //temp. commented
1570
+ return [2 /*return*/];
1571
+ }
1572
+ });
1573
+ });
1574
+ };
1575
+ /**
1576
+ * @return {?}
1577
+ */
1578
+ RAWidgetContainer.prototype.downloadClicked = /**
1579
+ * @return {?}
1580
+ */
1581
+ function () {
1582
+ this.widgetElement.isDownloadVisible();
1583
+ };
1267
1584
  RAWidgetContainer.decorators = [
1268
1585
  { type: Component, args: [{
1269
1586
  selector: 'ra-widget-container',
1270
- 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>",
1271
- 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}"]
1587
+ 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>",
1588
+ 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}"]
1272
1589
  }] }
1273
1590
  ];
1274
1591
  /** @nocollapse */
@@ -1291,11 +1608,84 @@ var RAWidgetContainer = /** @class */ (function () {
1291
1608
  widgetDeleted: [{ type: Output }]
1292
1609
  };
1293
1610
  return RAWidgetContainer;
1294
- }());
1611
+ }());
1612
+ if (false) {
1613
+ /**
1614
+ * @type {?}
1615
+ * @private
1616
+ */
1617
+ RAWidgetContainer.prototype.isWidgetLoaded;
1618
+ /**
1619
+ * @type {?}
1620
+ * @private
1621
+ */
1622
+ RAWidgetContainer.prototype.widgetElement;
1623
+ /**
1624
+ * @type {?}
1625
+ * @private
1626
+ */
1627
+ RAWidgetContainer.prototype.configChanged;
1628
+ /**
1629
+ * @type {?}
1630
+ * @private
1631
+ */
1632
+ RAWidgetContainer.prototype.isIEOrEdge;
1633
+ /** @type {?} */
1634
+ RAWidgetContainer.prototype.widgetHeight;
1635
+ /** @type {?} */
1636
+ RAWidgetContainer.prototype.lockClass;
1637
+ /** @type {?} */
1638
+ RAWidgetContainer.prototype.lockStatus;
1639
+ /** @type {?} */
1640
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1641
+ /** @type {?} */
1642
+ RAWidgetContainer.prototype.ctlWidget;
1643
+ /** @type {?} */
1644
+ RAWidgetContainer.prototype.widgetInstanceId;
1645
+ /** @type {?} */
1646
+ RAWidgetContainer.prototype.globalFilter;
1647
+ /** @type {?} */
1648
+ RAWidgetContainer.prototype.data;
1649
+ /** @type {?} */
1650
+ RAWidgetContainer.prototype.raDashboardEventBus;
1651
+ /** @type {?} */
1652
+ RAWidgetContainer.prototype.appConfig;
1653
+ /** @type {?} */
1654
+ RAWidgetContainer.prototype.width;
1655
+ /** @type {?} */
1656
+ RAWidgetContainer.prototype.height;
1657
+ /** @type {?} */
1658
+ RAWidgetContainer.prototype.widgetDeleted;
1659
+ /**
1660
+ * @type {?}
1661
+ * @private
1662
+ */
1663
+ RAWidgetContainer.prototype.dashboardService;
1664
+ /**
1665
+ * @type {?}
1666
+ * @private
1667
+ */
1668
+ RAWidgetContainer.prototype.ngxService;
1669
+ /**
1670
+ * @type {?}
1671
+ * @private
1672
+ */
1673
+ RAWidgetContainer.prototype.translateService;
1674
+ /**
1675
+ * @type {?}
1676
+ * @private
1677
+ */
1678
+ RAWidgetContainer.prototype.ngZone;
1679
+ /**
1680
+ * @type {?}
1681
+ * @private
1682
+ */
1683
+ RAWidgetContainer.prototype.notifier;
1684
+ }
1295
1685
 
1296
1686
  /**
1297
1687
  * @fileoverview added by tsickle
1298
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1688
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1299
1689
  */
1300
1690
  /** @type {?} */
1301
1691
  var customNotifierOptions = {
@@ -1341,7 +1731,7 @@ var customNotifierOptions = {
1341
1731
 
1342
1732
  /**
1343
1733
  * @fileoverview added by tsickle
1344
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1734
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1345
1735
  */
1346
1736
  /** @type {?} */
1347
1737
  var GridsterConfigService = {
@@ -1519,7 +1909,7 @@ var GridsterConfigService = {
1519
1909
 
1520
1910
  /**
1521
1911
  * @fileoverview added by tsickle
1522
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1912
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1523
1913
  */
1524
1914
  var GridsterUtils = /** @class */ (function () {
1525
1915
  function GridsterUtils() {
@@ -1694,7 +2084,7 @@ var GridsterUtils = /** @class */ (function () {
1694
2084
 
1695
2085
  /**
1696
2086
  * @fileoverview added by tsickle
1697
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2087
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1698
2088
  */
1699
2089
  /**
1700
2090
  * @abstract
@@ -1706,11 +2096,85 @@ GridsterComponentInterface = /** @class */ (function () {
1706
2096
  function GridsterComponentInterface() {
1707
2097
  }
1708
2098
  return GridsterComponentInterface;
1709
- }());
2099
+ }());
2100
+ if (false) {
2101
+ /** @type {?} */
2102
+ GridsterComponentInterface.prototype.$options;
2103
+ /** @type {?} */
2104
+ GridsterComponentInterface.prototype.grid;
2105
+ /** @type {?} */
2106
+ GridsterComponentInterface.prototype.checkCollision;
2107
+ /** @type {?} */
2108
+ GridsterComponentInterface.prototype.positionXToPixels;
2109
+ /** @type {?} */
2110
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2111
+ /** @type {?} */
2112
+ GridsterComponentInterface.prototype.positionYToPixels;
2113
+ /** @type {?} */
2114
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2115
+ /** @type {?} */
2116
+ GridsterComponentInterface.prototype.findItemWithItem;
2117
+ /** @type {?} */
2118
+ GridsterComponentInterface.prototype.findItemsWithItem;
2119
+ /** @type {?} */
2120
+ GridsterComponentInterface.prototype.checkGridCollision;
2121
+ /** @type {?} */
2122
+ GridsterComponentInterface.prototype.el;
2123
+ /** @type {?} */
2124
+ GridsterComponentInterface.prototype.renderer;
2125
+ /** @type {?} */
2126
+ GridsterComponentInterface.prototype.gridRenderer;
2127
+ /** @type {?} */
2128
+ GridsterComponentInterface.prototype.cdRef;
2129
+ /** @type {?} */
2130
+ GridsterComponentInterface.prototype.options;
2131
+ /** @type {?} */
2132
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2133
+ /** @type {?} */
2134
+ GridsterComponentInterface.prototype.updateGrid;
2135
+ /** @type {?} */
2136
+ GridsterComponentInterface.prototype.movingItem;
2137
+ /** @type {?} */
2138
+ GridsterComponentInterface.prototype.addItem;
2139
+ /** @type {?} */
2140
+ GridsterComponentInterface.prototype.removeItem;
2141
+ /** @type {?} */
2142
+ GridsterComponentInterface.prototype.previewStyle;
2143
+ /** @type {?} */
2144
+ GridsterComponentInterface.prototype.mobile;
2145
+ /** @type {?} */
2146
+ GridsterComponentInterface.prototype.curWidth;
2147
+ /** @type {?} */
2148
+ GridsterComponentInterface.prototype.curHeight;
2149
+ /** @type {?} */
2150
+ GridsterComponentInterface.prototype.columns;
2151
+ /** @type {?} */
2152
+ GridsterComponentInterface.prototype.rows;
2153
+ /** @type {?} */
2154
+ GridsterComponentInterface.prototype.curColWidth;
2155
+ /** @type {?} */
2156
+ GridsterComponentInterface.prototype.curRowHeight;
2157
+ /** @type {?} */
2158
+ GridsterComponentInterface.prototype.windowResize;
2159
+ /** @type {?} */
2160
+ GridsterComponentInterface.prototype.setGridDimensions;
2161
+ /** @type {?} */
2162
+ GridsterComponentInterface.prototype.dragInProgress;
2163
+ /** @type {?} */
2164
+ GridsterComponentInterface.prototype.emptyCell;
2165
+ /** @type {?} */
2166
+ GridsterComponentInterface.prototype.compact;
2167
+ /** @type {?} */
2168
+ GridsterComponentInterface.prototype.zone;
2169
+ /** @type {?} */
2170
+ GridsterComponentInterface.prototype.gridRows;
2171
+ /** @type {?} */
2172
+ GridsterComponentInterface.prototype.gridColumns;
2173
+ }
1710
2174
 
1711
2175
  /**
1712
2176
  * @fileoverview added by tsickle
1713
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2177
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1714
2178
  */
1715
2179
  var GridsterEmptyCell = /** @class */ (function () {
1716
2180
  function GridsterEmptyCell(gridster) {
@@ -2027,11 +2491,44 @@ var GridsterEmptyCell = /** @class */ (function () {
2027
2491
  { type: GridsterComponentInterface }
2028
2492
  ]; };
2029
2493
  return GridsterEmptyCell;
2030
- }());
2494
+ }());
2495
+ if (false) {
2496
+ /** @type {?} */
2497
+ GridsterEmptyCell.prototype.initialItem;
2498
+ /** @type {?} */
2499
+ GridsterEmptyCell.prototype.emptyCellClick;
2500
+ /** @type {?} */
2501
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2502
+ /** @type {?} */
2503
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2504
+ /** @type {?} */
2505
+ GridsterEmptyCell.prototype.emptyCellDrop;
2506
+ /** @type {?} */
2507
+ GridsterEmptyCell.prototype.emptyCellDrag;
2508
+ /** @type {?} */
2509
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2510
+ /** @type {?} */
2511
+ GridsterEmptyCell.prototype.emptyCellMMove;
2512
+ /** @type {?} */
2513
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2514
+ /** @type {?} */
2515
+ GridsterEmptyCell.prototype.emptyCellUp;
2516
+ /** @type {?} */
2517
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2518
+ /** @type {?} */
2519
+ GridsterEmptyCell.prototype.emptyCellMove;
2520
+ /** @type {?} */
2521
+ GridsterEmptyCell.prototype.emptyCellExit;
2522
+ /**
2523
+ * @type {?}
2524
+ * @private
2525
+ */
2526
+ GridsterEmptyCell.prototype.gridster;
2527
+ }
2031
2528
 
2032
2529
  /**
2033
2530
  * @fileoverview added by tsickle
2034
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2531
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2035
2532
  */
2036
2533
  var GridsterCompact = /** @class */ (function () {
2037
2534
  function GridsterCompact(gridster) {
@@ -2269,11 +2766,18 @@ var GridsterCompact = /** @class */ (function () {
2269
2766
  { type: GridsterComponentInterface }
2270
2767
  ]; };
2271
2768
  return GridsterCompact;
2272
- }());
2769
+ }());
2770
+ if (false) {
2771
+ /**
2772
+ * @type {?}
2773
+ * @private
2774
+ */
2775
+ GridsterCompact.prototype.gridster;
2776
+ }
2273
2777
 
2274
2778
  /**
2275
2779
  * @fileoverview added by tsickle
2276
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2780
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2277
2781
  */
2278
2782
  var GridsterRenderer = /** @class */ (function () {
2279
2783
  function GridsterRenderer(gridster) {
@@ -2580,11 +3084,18 @@ var GridsterRenderer = /** @class */ (function () {
2580
3084
  { type: GridsterComponentInterface }
2581
3085
  ]; };
2582
3086
  return GridsterRenderer;
2583
- }());
3087
+ }());
3088
+ if (false) {
3089
+ /**
3090
+ * @type {?}
3091
+ * @private
3092
+ */
3093
+ GridsterRenderer.prototype.gridster;
3094
+ }
2584
3095
 
2585
3096
  /**
2586
3097
  * @fileoverview added by tsickle
2587
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3098
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2588
3099
  */
2589
3100
  var GridsterComponent = /** @class */ (function () {
2590
3101
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2739,6 +3250,17 @@ var GridsterComponent = /** @class */ (function () {
2739
3250
  if (this.options.destroyCallback) {
2740
3251
  this.options.destroyCallback(this);
2741
3252
  }
3253
+ //if (this.options.api) {
3254
+ /* this.options.api getting undefined for new dashboard load- temp fix
3255
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3256
+ * ondestroy of current this.options.api instance - needs to investigate further
3257
+ */
3258
+ if (false) {
3259
+ this.options.api.resize = undefined;
3260
+ this.options.api.optionsChanged = undefined;
3261
+ this.options.api.getNextPossiblePosition = undefined;
3262
+ this.options.api = undefined;
3263
+ }
2742
3264
  this.emptyCell.destroy();
2743
3265
  delete this.emptyCell;
2744
3266
  this.compact.destroy();
@@ -3315,11 +3837,61 @@ var GridsterComponent = /** @class */ (function () {
3315
3837
  options: [{ type: Input }]
3316
3838
  };
3317
3839
  return GridsterComponent;
3318
- }());
3840
+ }());
3841
+ if (false) {
3842
+ /** @type {?} */
3843
+ GridsterComponent.prototype.options;
3844
+ /** @type {?} */
3845
+ GridsterComponent.prototype.calculateLayoutDebounce;
3846
+ /** @type {?} */
3847
+ GridsterComponent.prototype.movingItem;
3848
+ /** @type {?} */
3849
+ GridsterComponent.prototype.previewStyle;
3850
+ /** @type {?} */
3851
+ GridsterComponent.prototype.el;
3852
+ /** @type {?} */
3853
+ GridsterComponent.prototype.$options;
3854
+ /** @type {?} */
3855
+ GridsterComponent.prototype.mobile;
3856
+ /** @type {?} */
3857
+ GridsterComponent.prototype.curWidth;
3858
+ /** @type {?} */
3859
+ GridsterComponent.prototype.curHeight;
3860
+ /** @type {?} */
3861
+ GridsterComponent.prototype.grid;
3862
+ /** @type {?} */
3863
+ GridsterComponent.prototype.columns;
3864
+ /** @type {?} */
3865
+ GridsterComponent.prototype.rows;
3866
+ /** @type {?} */
3867
+ GridsterComponent.prototype.curColWidth;
3868
+ /** @type {?} */
3869
+ GridsterComponent.prototype.curRowHeight;
3870
+ /** @type {?} */
3871
+ GridsterComponent.prototype.gridColumns;
3872
+ /** @type {?} */
3873
+ GridsterComponent.prototype.gridRows;
3874
+ /** @type {?} */
3875
+ GridsterComponent.prototype.windowResize;
3876
+ /** @type {?} */
3877
+ GridsterComponent.prototype.dragInProgress;
3878
+ /** @type {?} */
3879
+ GridsterComponent.prototype.emptyCell;
3880
+ /** @type {?} */
3881
+ GridsterComponent.prototype.compact;
3882
+ /** @type {?} */
3883
+ GridsterComponent.prototype.gridRenderer;
3884
+ /** @type {?} */
3885
+ GridsterComponent.prototype.renderer;
3886
+ /** @type {?} */
3887
+ GridsterComponent.prototype.cdRef;
3888
+ /** @type {?} */
3889
+ GridsterComponent.prototype.zone;
3890
+ }
3319
3891
 
3320
3892
  /**
3321
3893
  * @fileoverview added by tsickle
3322
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3894
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3323
3895
  */
3324
3896
  /**
3325
3897
  * @abstract
@@ -3331,11 +3903,49 @@ GridsterItemComponentInterface = /** @class */ (function () {
3331
3903
  function GridsterItemComponentInterface() {
3332
3904
  }
3333
3905
  return GridsterItemComponentInterface;
3334
- }());
3906
+ }());
3907
+ if (false) {
3908
+ /** @type {?} */
3909
+ GridsterItemComponentInterface.prototype.item;
3910
+ /** @type {?} */
3911
+ GridsterItemComponentInterface.prototype.$item;
3912
+ /** @type {?} */
3913
+ GridsterItemComponentInterface.prototype.top;
3914
+ /** @type {?} */
3915
+ GridsterItemComponentInterface.prototype.left;
3916
+ /** @type {?} */
3917
+ GridsterItemComponentInterface.prototype.width;
3918
+ /** @type {?} */
3919
+ GridsterItemComponentInterface.prototype.height;
3920
+ /** @type {?} */
3921
+ GridsterItemComponentInterface.prototype.drag;
3922
+ /** @type {?} */
3923
+ GridsterItemComponentInterface.prototype.resize;
3924
+ /** @type {?} */
3925
+ GridsterItemComponentInterface.prototype.notPlaced;
3926
+ /** @type {?} */
3927
+ GridsterItemComponentInterface.prototype.updateOptions;
3928
+ /** @type {?} */
3929
+ GridsterItemComponentInterface.prototype.itemChanged;
3930
+ /** @type {?} */
3931
+ GridsterItemComponentInterface.prototype.setSize;
3932
+ /** @type {?} */
3933
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3934
+ /** @type {?} */
3935
+ GridsterItemComponentInterface.prototype.canBeDragged;
3936
+ /** @type {?} */
3937
+ GridsterItemComponentInterface.prototype.canBeResized;
3938
+ /** @type {?} */
3939
+ GridsterItemComponentInterface.prototype.el;
3940
+ /** @type {?} */
3941
+ GridsterItemComponentInterface.prototype.gridster;
3942
+ /** @type {?} */
3943
+ GridsterItemComponentInterface.prototype.renderer;
3944
+ }
3335
3945
 
3336
3946
  /**
3337
3947
  * @fileoverview added by tsickle
3338
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3948
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3339
3949
  */
3340
3950
  var GridsterSwap = /** @class */ (function () {
3341
3951
  function GridsterSwap(gridsterItem) {
@@ -3463,11 +4073,28 @@ var GridsterSwap = /** @class */ (function () {
3463
4073
  { type: GridsterItemComponentInterface }
3464
4074
  ]; };
3465
4075
  return GridsterSwap;
3466
- }());
4076
+ }());
4077
+ if (false) {
4078
+ /**
4079
+ * @type {?}
4080
+ * @private
4081
+ */
4082
+ GridsterSwap.prototype.swapedItem;
4083
+ /**
4084
+ * @type {?}
4085
+ * @private
4086
+ */
4087
+ GridsterSwap.prototype.gridsterItem;
4088
+ /**
4089
+ * @type {?}
4090
+ * @private
4091
+ */
4092
+ GridsterSwap.prototype.gridster;
4093
+ }
3467
4094
 
3468
4095
  /**
3469
4096
  * @fileoverview added by tsickle
3470
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4097
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3471
4098
  */
3472
4099
  /** @type {?} */
3473
4100
  var scrollSensitivity;
@@ -3662,7 +4289,7 @@ function cancelN() {
3662
4289
 
3663
4290
  /**
3664
4291
  * @fileoverview added by tsickle
3665
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4292
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3666
4293
  */
3667
4294
  var GridsterPush = /** @class */ (function () {
3668
4295
  function GridsterPush(gridsterItem) {
@@ -4152,11 +4779,61 @@ var GridsterPush = /** @class */ (function () {
4152
4779
  { type: GridsterItemComponentInterface }
4153
4780
  ]; };
4154
4781
  return GridsterPush;
4155
- }());
4782
+ }());
4783
+ if (false) {
4784
+ /** @type {?} */
4785
+ GridsterPush.prototype.fromSouth;
4786
+ /** @type {?} */
4787
+ GridsterPush.prototype.fromNorth;
4788
+ /** @type {?} */
4789
+ GridsterPush.prototype.fromEast;
4790
+ /** @type {?} */
4791
+ GridsterPush.prototype.fromWest;
4792
+ /**
4793
+ * @type {?}
4794
+ * @private
4795
+ */
4796
+ GridsterPush.prototype.pushedItems;
4797
+ /**
4798
+ * @type {?}
4799
+ * @private
4800
+ */
4801
+ GridsterPush.prototype.pushedItemsTemp;
4802
+ /**
4803
+ * @type {?}
4804
+ * @private
4805
+ */
4806
+ GridsterPush.prototype.pushedItemsTempPath;
4807
+ /**
4808
+ * @type {?}
4809
+ * @private
4810
+ */
4811
+ GridsterPush.prototype.pushedItemsPath;
4812
+ /**
4813
+ * @type {?}
4814
+ * @private
4815
+ */
4816
+ GridsterPush.prototype.gridsterItem;
4817
+ /**
4818
+ * @type {?}
4819
+ * @private
4820
+ */
4821
+ GridsterPush.prototype.gridster;
4822
+ /**
4823
+ * @type {?}
4824
+ * @private
4825
+ */
4826
+ GridsterPush.prototype.pushedItemsOrder;
4827
+ /**
4828
+ * @type {?}
4829
+ * @private
4830
+ */
4831
+ GridsterPush.prototype.tryPattern;
4832
+ }
4156
4833
 
4157
4834
  /**
4158
4835
  * @fileoverview added by tsickle
4159
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4836
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4160
4837
  */
4161
4838
  var GridsterDraggable = /** @class */ (function () {
4162
4839
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4460,6 +5137,10 @@ var GridsterDraggable = /** @class */ (function () {
4460
5137
  this.gridsterItem.$item.cols = itemColsbackup;
4461
5138
  this.gridsterItem.$item.rows = itemRowsbackup;
4462
5139
  }
5140
+ else {
5141
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5142
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5143
+ }
4463
5144
  return this.gridsterItem.$item;
4464
5145
  };
4465
5146
  /**
@@ -4616,11 +5297,84 @@ var GridsterDraggable = /** @class */ (function () {
4616
5297
  { type: NgZone }
4617
5298
  ]; };
4618
5299
  return GridsterDraggable;
4619
- }());
5300
+ }());
5301
+ if (false) {
5302
+ /** @type {?} */
5303
+ GridsterDraggable.prototype.gridsterItem;
5304
+ /** @type {?} */
5305
+ GridsterDraggable.prototype.gridster;
5306
+ /** @type {?} */
5307
+ GridsterDraggable.prototype.lastMouse;
5308
+ /** @type {?} */
5309
+ GridsterDraggable.prototype.offsetLeft;
5310
+ /** @type {?} */
5311
+ GridsterDraggable.prototype.offsetTop;
5312
+ /** @type {?} */
5313
+ GridsterDraggable.prototype.margin;
5314
+ /** @type {?} */
5315
+ GridsterDraggable.prototype.diffTop;
5316
+ /** @type {?} */
5317
+ GridsterDraggable.prototype.diffLeft;
5318
+ /** @type {?} */
5319
+ GridsterDraggable.prototype.top;
5320
+ /** @type {?} */
5321
+ GridsterDraggable.prototype.left;
5322
+ /** @type {?} */
5323
+ GridsterDraggable.prototype.height;
5324
+ /** @type {?} */
5325
+ GridsterDraggable.prototype.width;
5326
+ /** @type {?} */
5327
+ GridsterDraggable.prototype.positionX;
5328
+ /** @type {?} */
5329
+ GridsterDraggable.prototype.positionY;
5330
+ /** @type {?} */
5331
+ GridsterDraggable.prototype.positionXBackup;
5332
+ /** @type {?} */
5333
+ GridsterDraggable.prototype.positionYBackup;
5334
+ /** @type {?} */
5335
+ GridsterDraggable.prototype.enabled;
5336
+ /** @type {?} */
5337
+ GridsterDraggable.prototype.dragStartFunction;
5338
+ /** @type {?} */
5339
+ GridsterDraggable.prototype.dragFunction;
5340
+ /** @type {?} */
5341
+ GridsterDraggable.prototype.dragStopFunction;
5342
+ /** @type {?} */
5343
+ GridsterDraggable.prototype.mousemove;
5344
+ /** @type {?} */
5345
+ GridsterDraggable.prototype.mouseup;
5346
+ /** @type {?} */
5347
+ GridsterDraggable.prototype.mouseleave;
5348
+ /** @type {?} */
5349
+ GridsterDraggable.prototype.cancelOnBlur;
5350
+ /** @type {?} */
5351
+ GridsterDraggable.prototype.touchmove;
5352
+ /** @type {?} */
5353
+ GridsterDraggable.prototype.touchend;
5354
+ /** @type {?} */
5355
+ GridsterDraggable.prototype.touchcancel;
5356
+ /** @type {?} */
5357
+ GridsterDraggable.prototype.mousedown;
5358
+ /** @type {?} */
5359
+ GridsterDraggable.prototype.touchstart;
5360
+ /** @type {?} */
5361
+ GridsterDraggable.prototype.push;
5362
+ /** @type {?} */
5363
+ GridsterDraggable.prototype.swap;
5364
+ /** @type {?} */
5365
+ GridsterDraggable.prototype.path;
5366
+ /** @type {?} */
5367
+ GridsterDraggable.prototype.collision;
5368
+ /**
5369
+ * @type {?}
5370
+ * @private
5371
+ */
5372
+ GridsterDraggable.prototype.zone;
5373
+ }
4620
5374
 
4621
5375
  /**
4622
5376
  * @fileoverview added by tsickle
4623
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5377
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4624
5378
  */
4625
5379
  var GridsterPushResize = /** @class */ (function () {
4626
5380
  function GridsterPushResize(gridsterItem) {
@@ -5000,11 +5754,46 @@ var GridsterPushResize = /** @class */ (function () {
5000
5754
  { type: GridsterItemComponentInterface }
5001
5755
  ]; };
5002
5756
  return GridsterPushResize;
5003
- }());
5757
+ }());
5758
+ if (false) {
5759
+ /** @type {?} */
5760
+ GridsterPushResize.prototype.fromSouth;
5761
+ /** @type {?} */
5762
+ GridsterPushResize.prototype.fromNorth;
5763
+ /** @type {?} */
5764
+ GridsterPushResize.prototype.fromEast;
5765
+ /** @type {?} */
5766
+ GridsterPushResize.prototype.fromWest;
5767
+ /**
5768
+ * @type {?}
5769
+ * @private
5770
+ */
5771
+ GridsterPushResize.prototype.pushedItems;
5772
+ /**
5773
+ * @type {?}
5774
+ * @private
5775
+ */
5776
+ GridsterPushResize.prototype.pushedItemsPath;
5777
+ /**
5778
+ * @type {?}
5779
+ * @private
5780
+ */
5781
+ GridsterPushResize.prototype.gridsterItem;
5782
+ /**
5783
+ * @type {?}
5784
+ * @private
5785
+ */
5786
+ GridsterPushResize.prototype.gridster;
5787
+ /**
5788
+ * @type {?}
5789
+ * @private
5790
+ */
5791
+ GridsterPushResize.prototype.tryPattern;
5792
+ }
5004
5793
 
5005
5794
  /**
5006
5795
  * @fileoverview added by tsickle
5007
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5796
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5008
5797
  */
5009
5798
  var GridsterResizable = /** @class */ (function () {
5010
5799
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5546,11 +6335,86 @@ var GridsterResizable = /** @class */ (function () {
5546
6335
  { type: NgZone }
5547
6336
  ]; };
5548
6337
  return GridsterResizable;
5549
- }());
6338
+ }());
6339
+ if (false) {
6340
+ /** @type {?} */
6341
+ GridsterResizable.prototype.gridsterItem;
6342
+ /** @type {?} */
6343
+ GridsterResizable.prototype.gridster;
6344
+ /** @type {?} */
6345
+ GridsterResizable.prototype.lastMouse;
6346
+ /** @type {?} */
6347
+ GridsterResizable.prototype.itemBackup;
6348
+ /** @type {?} */
6349
+ GridsterResizable.prototype.resizeEventScrollType;
6350
+ /** @type {?} */
6351
+ GridsterResizable.prototype.directionFunction;
6352
+ /** @type {?} */
6353
+ GridsterResizable.prototype.dragFunction;
6354
+ /** @type {?} */
6355
+ GridsterResizable.prototype.dragStopFunction;
6356
+ /** @type {?} */
6357
+ GridsterResizable.prototype.resizeEnabled;
6358
+ /** @type {?} */
6359
+ GridsterResizable.prototype.mousemove;
6360
+ /** @type {?} */
6361
+ GridsterResizable.prototype.mouseup;
6362
+ /** @type {?} */
6363
+ GridsterResizable.prototype.mouseleave;
6364
+ /** @type {?} */
6365
+ GridsterResizable.prototype.cancelOnBlur;
6366
+ /** @type {?} */
6367
+ GridsterResizable.prototype.touchmove;
6368
+ /** @type {?} */
6369
+ GridsterResizable.prototype.touchend;
6370
+ /** @type {?} */
6371
+ GridsterResizable.prototype.touchcancel;
6372
+ /** @type {?} */
6373
+ GridsterResizable.prototype.push;
6374
+ /** @type {?} */
6375
+ GridsterResizable.prototype.pushResize;
6376
+ /** @type {?} */
6377
+ GridsterResizable.prototype.minHeight;
6378
+ /** @type {?} */
6379
+ GridsterResizable.prototype.minWidth;
6380
+ /** @type {?} */
6381
+ GridsterResizable.prototype.offsetTop;
6382
+ /** @type {?} */
6383
+ GridsterResizable.prototype.offsetLeft;
6384
+ /** @type {?} */
6385
+ GridsterResizable.prototype.diffTop;
6386
+ /** @type {?} */
6387
+ GridsterResizable.prototype.diffLeft;
6388
+ /** @type {?} */
6389
+ GridsterResizable.prototype.diffRight;
6390
+ /** @type {?} */
6391
+ GridsterResizable.prototype.diffBottom;
6392
+ /** @type {?} */
6393
+ GridsterResizable.prototype.margin;
6394
+ /** @type {?} */
6395
+ GridsterResizable.prototype.top;
6396
+ /** @type {?} */
6397
+ GridsterResizable.prototype.left;
6398
+ /** @type {?} */
6399
+ GridsterResizable.prototype.bottom;
6400
+ /** @type {?} */
6401
+ GridsterResizable.prototype.right;
6402
+ /** @type {?} */
6403
+ GridsterResizable.prototype.width;
6404
+ /** @type {?} */
6405
+ GridsterResizable.prototype.height;
6406
+ /** @type {?} */
6407
+ GridsterResizable.prototype.newPosition;
6408
+ /**
6409
+ * @type {?}
6410
+ * @private
6411
+ */
6412
+ GridsterResizable.prototype.zone;
6413
+ }
5550
6414
 
5551
6415
  /**
5552
6416
  * @fileoverview added by tsickle
5553
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6417
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5554
6418
  */
5555
6419
  var GridsterItemComponent = /** @class */ (function () {
5556
6420
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5745,11 +6609,44 @@ var GridsterItemComponent = /** @class */ (function () {
5745
6609
  item: [{ type: Input }]
5746
6610
  };
5747
6611
  return GridsterItemComponent;
5748
- }());
6612
+ }());
6613
+ if (false) {
6614
+ /** @type {?} */
6615
+ GridsterItemComponent.prototype.item;
6616
+ /** @type {?} */
6617
+ GridsterItemComponent.prototype.$item;
6618
+ /** @type {?} */
6619
+ GridsterItemComponent.prototype.el;
6620
+ /** @type {?} */
6621
+ GridsterItemComponent.prototype.gridster;
6622
+ /** @type {?} */
6623
+ GridsterItemComponent.prototype.top;
6624
+ /** @type {?} */
6625
+ GridsterItemComponent.prototype.left;
6626
+ /** @type {?} */
6627
+ GridsterItemComponent.prototype.width;
6628
+ /** @type {?} */
6629
+ GridsterItemComponent.prototype.height;
6630
+ /** @type {?} */
6631
+ GridsterItemComponent.prototype.drag;
6632
+ /** @type {?} */
6633
+ GridsterItemComponent.prototype.resize;
6634
+ /** @type {?} */
6635
+ GridsterItemComponent.prototype.notPlaced;
6636
+ /** @type {?} */
6637
+ GridsterItemComponent.prototype.init;
6638
+ /** @type {?} */
6639
+ GridsterItemComponent.prototype.renderer;
6640
+ /**
6641
+ * @type {?}
6642
+ * @private
6643
+ */
6644
+ GridsterItemComponent.prototype.zone;
6645
+ }
5749
6646
 
5750
6647
  /**
5751
6648
  * @fileoverview added by tsickle
5752
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6649
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5753
6650
  */
5754
6651
  var GridsterPreviewComponent = /** @class */ (function () {
5755
6652
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5794,7 +6691,7 @@ var GridsterPreviewComponent = /** @class */ (function () {
5794
6691
  selector: 'gridster-preview',
5795
6692
  template: '',
5796
6693
  encapsulation: ViewEncapsulation.None,
5797
- styles: ["gridster-preview{position:absolute;display:none;background:#ccc}"]
6694
+ styles: ["gridster-preview{position:absolute;display:none;background:#42b4e6}"]
5798
6695
  }] }
5799
6696
  ];
5800
6697
  /** @nocollapse */
@@ -5804,11 +6701,19 @@ var GridsterPreviewComponent = /** @class */ (function () {
5804
6701
  { type: Renderer2 }
5805
6702
  ]; };
5806
6703
  return GridsterPreviewComponent;
5807
- }());
6704
+ }());
6705
+ if (false) {
6706
+ /** @type {?} */
6707
+ GridsterPreviewComponent.prototype.el;
6708
+ /** @type {?} */
6709
+ GridsterPreviewComponent.prototype.gridster;
6710
+ /** @type {?} */
6711
+ GridsterPreviewComponent.prototype.renderer;
6712
+ }
5808
6713
 
5809
6714
  /**
5810
6715
  * @fileoverview added by tsickle
5811
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6716
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5812
6717
  */
5813
6718
  var GridsterModule = /** @class */ (function () {
5814
6719
  function GridsterModule() {
@@ -5833,7 +6738,7 @@ var GridsterModule = /** @class */ (function () {
5833
6738
 
5834
6739
  /**
5835
6740
  * @fileoverview added by tsickle
5836
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6741
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5837
6742
  */
5838
6743
  /** @type {?} */
5839
6744
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5874,7 +6779,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
5874
6779
 
5875
6780
  /**
5876
6781
  * @fileoverview added by tsickle
5877
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6782
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5878
6783
  */
5879
6784
  /**
5880
6785
  * @abstract
@@ -5918,11 +6823,35 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
5918
6823
  initialize: [{ type: Input }]
5919
6824
  };
5920
6825
  return RaBaseDashboardTemplate;
5921
- }());
6826
+ }());
6827
+ if (false) {
6828
+ /** @type {?} */
6829
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6830
+ /** @type {?} */
6831
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6832
+ /** @type {?} */
6833
+ RaBaseDashboardTemplate.prototype.appConfig;
6834
+ /** @type {?} */
6835
+ RaBaseDashboardTemplate.prototype.dashboardId;
6836
+ /** @type {?} */
6837
+ RaBaseDashboardTemplate.prototype.globalFilter;
6838
+ /** @type {?} */
6839
+ RaBaseDashboardTemplate.prototype.initialize;
6840
+ /**
6841
+ * @type {?}
6842
+ * @private
6843
+ */
6844
+ RaBaseDashboardTemplate.prototype.ngZone;
6845
+ /**
6846
+ * @abstract
6847
+ * @return {?}
6848
+ */
6849
+ RaBaseDashboardTemplate.prototype.init = function () { };
6850
+ }
5922
6851
 
5923
6852
  /**
5924
6853
  * @fileoverview added by tsickle
5925
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6854
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5926
6855
  */
5927
6856
  /**
5928
6857
  * @abstract
@@ -5942,7 +6871,29 @@ var RaBaseDashboardFilter = /** @class */ (function () {
5942
6871
  getAllFilterConfig: [{ type: Input }]
5943
6872
  };
5944
6873
  return RaBaseDashboardFilter;
5945
- }());
6874
+ }());
6875
+ if (false) {
6876
+ /**
6877
+ * @type {?}
6878
+ * @private
6879
+ */
6880
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6881
+ /**
6882
+ * @abstract
6883
+ * @return {?}
6884
+ */
6885
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6886
+ }
6887
+
6888
+ /**
6889
+ * @fileoverview added by tsickle
6890
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6891
+ */
6892
+
6893
+ /**
6894
+ * @fileoverview added by tsickle
6895
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6896
+ */
5946
6897
 
5947
6898
  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 };
5948
6899
  //# sourceMappingURL=schneideress-dashboardframework.js.map