@schneideress/dashboardframework 0.0.52 → 0.0.53

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 +1126 -67
  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 +1 -1
  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 +6 -2
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +28 -7
  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 +17 -17
  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 +1 -1
  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 +6 -2
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +48 -6
  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 +17 -17
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +994 -66
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1017 -68
  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
@@ -44,6 +44,33 @@
44
44
  return __assign.apply(this, arguments);
45
45
  };
46
46
 
47
+ function __rest(s, e) {
48
+ var t = {};
49
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
50
+ t[p] = s[p];
51
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
52
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
53
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
54
+ t[p[i]] = s[p[i]];
55
+ }
56
+ return t;
57
+ }
58
+
59
+ function __decorate(decorators, target, key, desc) {
60
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
61
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
62
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
63
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
64
+ }
65
+
66
+ function __param(paramIndex, decorator) {
67
+ return function (target, key) { decorator(target, key, paramIndex); }
68
+ }
69
+
70
+ function __metadata(metadataKey, metadataValue) {
71
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
72
+ }
73
+
47
74
  function __awaiter(thisArg, _arguments, P, generator) {
48
75
  return new (P || (P = Promise))(function (resolve, reject) {
49
76
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -79,11 +106,104 @@
79
106
  } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
80
107
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
81
108
  }
109
+ }
110
+
111
+ function __exportStar(m, exports) {
112
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
113
+ }
114
+
115
+ function __values(o) {
116
+ var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
117
+ if (m) return m.call(o);
118
+ return {
119
+ next: function () {
120
+ if (o && i >= o.length) o = void 0;
121
+ return { value: o && o[i++], done: !o };
122
+ }
123
+ };
124
+ }
125
+
126
+ function __read(o, n) {
127
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
128
+ if (!m) return o;
129
+ var i = m.call(o), r, ar = [], e;
130
+ try {
131
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
132
+ }
133
+ catch (error) { e = { error: error }; }
134
+ finally {
135
+ try {
136
+ if (r && !r.done && (m = i["return"])) m.call(i);
137
+ }
138
+ finally { if (e) throw e.error; }
139
+ }
140
+ return ar;
141
+ }
142
+
143
+ function __spread() {
144
+ for (var ar = [], i = 0; i < arguments.length; i++)
145
+ ar = ar.concat(__read(arguments[i]));
146
+ return ar;
147
+ }
148
+
149
+ function __spreadArrays() {
150
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
151
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
152
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
153
+ r[k] = a[j];
154
+ return r;
155
+ };
156
+
157
+ function __await(v) {
158
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
159
+ }
160
+
161
+ function __asyncGenerator(thisArg, _arguments, generator) {
162
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
163
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
164
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
165
+ function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
166
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
167
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
168
+ function fulfill(value) { resume("next", value); }
169
+ function reject(value) { resume("throw", value); }
170
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
171
+ }
172
+
173
+ function __asyncDelegator(o) {
174
+ var i, p;
175
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
176
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
177
+ }
178
+
179
+ function __asyncValues(o) {
180
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
181
+ var m = o[Symbol.asyncIterator], i;
182
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
183
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
184
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
185
+ }
186
+
187
+ function __makeTemplateObject(cooked, raw) {
188
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
189
+ return cooked;
190
+ };
191
+
192
+ function __importStar(mod) {
193
+ if (mod && mod.__esModule) return mod;
194
+ var result = {};
195
+ if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
196
+ result.default = mod;
197
+ return result;
198
+ }
199
+
200
+ function __importDefault(mod) {
201
+ return (mod && mod.__esModule) ? mod : { default: mod };
82
202
  }
83
203
 
84
204
  /**
85
205
  * @fileoverview added by tsickle
86
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
206
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
87
207
  */
88
208
  var RaDashboardService = /** @class */ (function (_super) {
89
209
  __extends(RaDashboardService, _super);
@@ -287,11 +407,18 @@
287
407
  ]; };
288
408
  /** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
289
409
  return RaDashboardService;
290
- }(essUtil.BaseService));
410
+ }(essUtil.BaseService));
411
+ if (false) {
412
+ /**
413
+ * @type {?}
414
+ * @private
415
+ */
416
+ RaDashboardService.prototype.loadedScripts;
417
+ }
291
418
 
292
419
  /**
293
420
  * @fileoverview added by tsickle
294
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
421
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
295
422
  */
296
423
  var RADashboardEventBus = /** @class */ (function () {
297
424
  function RADashboardEventBus() {
@@ -400,11 +527,18 @@
400
527
  ];
401
528
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
402
529
  return RADashboardEventBus;
403
- }());
530
+ }());
531
+ if (false) {
532
+ /**
533
+ * @type {?}
534
+ * @private
535
+ */
536
+ RADashboardEventBus.prototype.eventQueue;
537
+ }
404
538
 
405
539
  /**
406
540
  * @fileoverview added by tsickle
407
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
541
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
408
542
  */
409
543
  /** @enum {string} */
410
544
  var RAEvent = {
@@ -451,7 +585,7 @@
451
585
 
452
586
  /**
453
587
  * @fileoverview added by tsickle
454
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
588
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
455
589
  */
456
590
  /** @enum {string} */
457
591
  var GridType = {
@@ -478,38 +612,223 @@
478
612
  CompactRight: 'compactRight',
479
613
  CompactUpAndRight: 'compactUp&Right',
480
614
  CompactRightAndUp: 'compactRight&Up',
481
- };
615
+ };
616
+ /**
617
+ * @record
618
+ */
619
+ function GridsterConfig() { }
620
+ if (false) {
621
+ /** @type {?|undefined} */
622
+ GridsterConfig.prototype.gridType;
623
+ /** @type {?|undefined} */
624
+ GridsterConfig.prototype.fixedColWidth;
625
+ /** @type {?|undefined} */
626
+ GridsterConfig.prototype.fixedRowHeight;
627
+ /** @type {?|undefined} */
628
+ GridsterConfig.prototype.keepFixedHeightInMobile;
629
+ /** @type {?|undefined} */
630
+ GridsterConfig.prototype.keepFixedWidthInMobile;
631
+ /** @type {?|undefined} */
632
+ GridsterConfig.prototype.setGridSize;
633
+ /** @type {?|undefined} */
634
+ GridsterConfig.prototype.compactType;
635
+ /** @type {?|undefined} */
636
+ GridsterConfig.prototype.mobileBreakpoint;
637
+ /** @type {?|undefined} */
638
+ GridsterConfig.prototype.minCols;
639
+ /** @type {?|undefined} */
640
+ GridsterConfig.prototype.maxCols;
641
+ /** @type {?|undefined} */
642
+ GridsterConfig.prototype.minRows;
643
+ /** @type {?|undefined} */
644
+ GridsterConfig.prototype.maxRows;
645
+ /** @type {?|undefined} */
646
+ GridsterConfig.prototype.defaultItemCols;
647
+ /** @type {?|undefined} */
648
+ GridsterConfig.prototype.defaultItemRows;
649
+ /** @type {?|undefined} */
650
+ GridsterConfig.prototype.maxItemCols;
651
+ /** @type {?|undefined} */
652
+ GridsterConfig.prototype.maxItemRows;
653
+ /** @type {?|undefined} */
654
+ GridsterConfig.prototype.minItemCols;
655
+ /** @type {?|undefined} */
656
+ GridsterConfig.prototype.minItemRows;
657
+ /** @type {?|undefined} */
658
+ GridsterConfig.prototype.minItemArea;
659
+ /** @type {?|undefined} */
660
+ GridsterConfig.prototype.maxItemArea;
661
+ /** @type {?|undefined} */
662
+ GridsterConfig.prototype.margin;
663
+ /** @type {?|undefined} */
664
+ GridsterConfig.prototype.outerMargin;
665
+ /** @type {?|undefined} */
666
+ GridsterConfig.prototype.outerMarginTop;
667
+ /** @type {?|undefined} */
668
+ GridsterConfig.prototype.outerMarginRight;
669
+ /** @type {?|undefined} */
670
+ GridsterConfig.prototype.outerMarginBottom;
671
+ /** @type {?|undefined} */
672
+ GridsterConfig.prototype.outerMarginLeft;
673
+ /** @type {?|undefined} */
674
+ GridsterConfig.prototype.useTransformPositioning;
675
+ /** @type {?|undefined} */
676
+ GridsterConfig.prototype.scrollSensitivity;
677
+ /** @type {?|undefined} */
678
+ GridsterConfig.prototype.scrollSpeed;
679
+ /** @type {?|undefined} */
680
+ GridsterConfig.prototype.initCallback;
681
+ /** @type {?|undefined} */
682
+ GridsterConfig.prototype.destroyCallback;
683
+ /** @type {?|undefined} */
684
+ GridsterConfig.prototype.gridSizeChangedCallback;
685
+ /** @type {?|undefined} */
686
+ GridsterConfig.prototype.itemChangeCallback;
687
+ /** @type {?|undefined} */
688
+ GridsterConfig.prototype.itemResizeCallback;
689
+ /** @type {?|undefined} */
690
+ GridsterConfig.prototype.itemInitCallback;
691
+ /** @type {?|undefined} */
692
+ GridsterConfig.prototype.itemRemovedCallback;
693
+ /** @type {?|undefined} */
694
+ GridsterConfig.prototype.itemValidateCallback;
695
+ /** @type {?|undefined} */
696
+ GridsterConfig.prototype.draggable;
697
+ /** @type {?|undefined} */
698
+ GridsterConfig.prototype.resizable;
699
+ /** @type {?|undefined} */
700
+ GridsterConfig.prototype.swap;
701
+ /** @type {?|undefined} */
702
+ GridsterConfig.prototype.pushItems;
703
+ /** @type {?|undefined} */
704
+ GridsterConfig.prototype.disablePushOnDrag;
705
+ /** @type {?|undefined} */
706
+ GridsterConfig.prototype.disablePushOnResize;
707
+ /** @type {?|undefined} */
708
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
709
+ /** @type {?|undefined} */
710
+ GridsterConfig.prototype.pushDirections;
711
+ /** @type {?|undefined} */
712
+ GridsterConfig.prototype.pushResizeItems;
713
+ /** @type {?|undefined} */
714
+ GridsterConfig.prototype.displayGrid;
715
+ /** @type {?|undefined} */
716
+ GridsterConfig.prototype.disableWindowResize;
717
+ /** @type {?|undefined} */
718
+ GridsterConfig.prototype.disableWarnings;
719
+ /** @type {?|undefined} */
720
+ GridsterConfig.prototype.scrollToNewItems;
721
+ /** @type {?|undefined} */
722
+ GridsterConfig.prototype.enableEmptyCellClick;
723
+ /** @type {?|undefined} */
724
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
725
+ /** @type {?|undefined} */
726
+ GridsterConfig.prototype.enableEmptyCellDrop;
727
+ /** @type {?|undefined} */
728
+ GridsterConfig.prototype.enableEmptyCellDrag;
729
+ /** @type {?|undefined} */
730
+ GridsterConfig.prototype.emptyCellClickCallback;
731
+ /** @type {?|undefined} */
732
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
733
+ /** @type {?|undefined} */
734
+ GridsterConfig.prototype.emptyCellDropCallback;
735
+ /** @type {?|undefined} */
736
+ GridsterConfig.prototype.emptyCellDragCallback;
737
+ /** @type {?|undefined} */
738
+ GridsterConfig.prototype.emptyCellDragMaxCols;
739
+ /** @type {?|undefined} */
740
+ GridsterConfig.prototype.emptyCellDragMaxRows;
741
+ /** @type {?|undefined} */
742
+ GridsterConfig.prototype.ignoreMarginInRow;
743
+ /** @type {?|undefined} */
744
+ GridsterConfig.prototype.autoResizeonDrag;
745
+ /** @type {?|undefined} */
746
+ GridsterConfig.prototype.api;
747
+ /* Skipping unhandled member: [propName: string]: any;*/
748
+ }
749
+ /**
750
+ * @record
751
+ */
752
+ function DragBase() { }
753
+ if (false) {
754
+ /** @type {?|undefined} */
755
+ DragBase.prototype.enabled;
756
+ /** @type {?|undefined} */
757
+ DragBase.prototype.stop;
758
+ /** @type {?|undefined} */
759
+ DragBase.prototype.start;
760
+ /** @type {?|undefined} */
761
+ DragBase.prototype.delayStart;
762
+ }
763
+ /**
764
+ * @record
765
+ */
766
+ function Draggable() { }
767
+ if (false) {
768
+ /** @type {?|undefined} */
769
+ Draggable.prototype.ignoreContentClass;
770
+ /** @type {?|undefined} */
771
+ Draggable.prototype.ignoreContent;
772
+ /** @type {?|undefined} */
773
+ Draggable.prototype.dragHandleClass;
774
+ /** @type {?|undefined} */
775
+ Draggable.prototype.dropOverItems;
776
+ /** @type {?|undefined} */
777
+ Draggable.prototype.dropOverItemsCallback;
778
+ }
779
+ /**
780
+ * @record
781
+ */
782
+ function Resizable() { }
783
+ if (false) {
784
+ /** @type {?|undefined} */
785
+ Resizable.prototype.handles;
786
+ }
787
+ /**
788
+ * @record
789
+ */
790
+ function PushDirections() { }
791
+ if (false) {
792
+ /** @type {?} */
793
+ PushDirections.prototype.north;
794
+ /** @type {?} */
795
+ PushDirections.prototype.east;
796
+ /** @type {?} */
797
+ PushDirections.prototype.south;
798
+ /** @type {?} */
799
+ PushDirections.prototype.west;
800
+ }
482
801
 
483
802
  /**
484
803
  * @fileoverview added by tsickle
485
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
804
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
486
805
  */
487
806
  /** @type {?} */
488
807
  var GridsterConfigDefaultSettings = {
489
808
  gridType: GridType.ScrollVertical,
490
809
  compactType: CompactType.None,
491
- margin: 20,
810
+ margin: 4,
492
811
  outerMargin: true,
493
- outerMarginTop: 10,
494
- outerMarginRight: 10,
495
- outerMarginBottom: 30,
496
- outerMarginLeft: 10,
812
+ // outerMarginTop: 10,
813
+ // outerMarginRight: 10,
814
+ // outerMarginBottom: 30,
815
+ // outerMarginLeft: 10,
497
816
  useTransformPositioning: true,
498
817
  mobileBreakpoint: 640,
499
- minCols: 5,
500
- maxCols: 5,
818
+ minCols: 100,
819
+ maxCols: 100,
501
820
  minRows: 20,
502
821
  maxRows: 2000,
503
- maxItemCols: 5,
504
- minItemCols: 1,
822
+ maxItemCols: 100,
823
+ minItemCols: 20,
505
824
  maxItemRows: 100,
506
- minItemRows: 6,
825
+ minItemRows: 20,
507
826
  maxItemArea: 250000,
508
- minItemArea: 6,
509
- defaultItemCols: 1,
510
- defaultItemRows: 1,
511
- fixedColWidth: 105,
512
- fixedRowHeight: 105,
827
+ minItemArea: 400,
828
+ defaultItemCols: 20,
829
+ defaultItemRows: 20,
830
+ // fixedColWidth: 105,
831
+ // fixedRowHeight: 105,
513
832
  keepFixedHeightInMobile: false,
514
833
  keepFixedWidthInMobile: false,
515
834
  scrollSensitivity: 10,
@@ -544,7 +863,7 @@
544
863
 
545
864
  /**
546
865
  * @fileoverview added by tsickle
547
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
866
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
548
867
  */
549
868
  var RADashboardArea = /** @class */ (function () {
550
869
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -856,6 +1175,10 @@
856
1175
  if (!isalertDisabled) {
857
1176
  this.notifier.notify('success', " " + this.translateService.translate('Widget') + " [" + widget[0].widgetInfo.widgetTitle + "] " + this.translateService.translate('DeletedSuccesfully') + " ");
858
1177
  }
1178
+ this.options.compactType = 'compactLeft&Up';
1179
+ this.options.api.optionsChanged();
1180
+ this.options.compactType = 'none';
1181
+ this.options.api.optionsChanged();
859
1182
  }
860
1183
  };
861
1184
  /**To add widget instance to the database with the next available position and to make changes in
@@ -1040,11 +1363,83 @@
1040
1363
  appConfig: [{ type: core.Input, args: ['app-config',] }]
1041
1364
  };
1042
1365
  return RADashboardArea;
1043
- }());
1366
+ }());
1367
+ if (false) {
1368
+ /** @type {?} */
1369
+ RADashboardArea.prototype.widgetList;
1370
+ /** @type {?} */
1371
+ RADashboardArea.prototype.options;
1372
+ /** @type {?} */
1373
+ RADashboardArea.prototype.gridheight;
1374
+ /**
1375
+ * @type {?}
1376
+ * @private
1377
+ */
1378
+ RADashboardArea.prototype.conifgAddClick;
1379
+ /**
1380
+ * @type {?}
1381
+ * @private
1382
+ */
1383
+ RADashboardArea.prototype.widgetDeleteEvent;
1384
+ /**
1385
+ * @type {?}
1386
+ * @private
1387
+ */
1388
+ RADashboardArea.prototype.widgetAddEvent;
1389
+ /**
1390
+ * @type {?}
1391
+ * @private
1392
+ */
1393
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1394
+ /**
1395
+ * @type {?}
1396
+ * @private
1397
+ */
1398
+ RADashboardArea.prototype.isWidgetLoaded;
1399
+ /** @type {?} */
1400
+ RADashboardArea.prototype.userDashboardId;
1401
+ /** @type {?} */
1402
+ RADashboardArea.prototype.areaKey;
1403
+ /** @type {?} */
1404
+ RADashboardArea.prototype.globalFilter;
1405
+ /** @type {?} */
1406
+ RADashboardArea.prototype.raDashboardEventBus;
1407
+ /** @type {?} */
1408
+ RADashboardArea.prototype.widgetHeight;
1409
+ /** @type {?} */
1410
+ RADashboardArea.prototype.widgetWidth;
1411
+ /** @type {?} */
1412
+ RADashboardArea.prototype.appConfig;
1413
+ /**
1414
+ * @type {?}
1415
+ * @private
1416
+ */
1417
+ RADashboardArea.prototype.dashboardService;
1418
+ /**
1419
+ * @type {?}
1420
+ * @private
1421
+ */
1422
+ RADashboardArea.prototype.ngZone;
1423
+ /**
1424
+ * @type {?}
1425
+ * @private
1426
+ */
1427
+ RADashboardArea.prototype.ngxService;
1428
+ /**
1429
+ * @type {?}
1430
+ * @private
1431
+ */
1432
+ RADashboardArea.prototype.translateService;
1433
+ /**
1434
+ * @type {?}
1435
+ * @private
1436
+ */
1437
+ RADashboardArea.prototype.notifier;
1438
+ }
1044
1439
 
1045
1440
  /**
1046
1441
  * @fileoverview added by tsickle
1047
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1442
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1048
1443
  */
1049
1444
  var RAWidgetContainer = /** @class */ (function () {
1050
1445
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1057,6 +1452,7 @@
1057
1452
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1058
1453
  this.lockClass = "unlocked";
1059
1454
  this.lockStatus = "unlock";
1455
+ this.isDownloadIconVisible = false;
1060
1456
  this.widgetDeleted = new core.EventEmitter();
1061
1457
  }
1062
1458
  /**
@@ -1243,6 +1639,9 @@
1243
1639
  widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1244
1640
  return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1245
1641
  case 1:
1642
+ _a.sent();
1643
+ return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1644
+ case 2:
1246
1645
  _a.sent();
1247
1646
  return [2 /*return*/];
1248
1647
  }
@@ -1278,13 +1677,16 @@
1278
1677
  appConfig: this.appConfig,
1279
1678
  widgetInfo: widgetInfo
1280
1679
  }));
1281
- if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 2];
1680
+ if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
1282
1681
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
1283
1682
  return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
1284
1683
  case 1:
1285
1684
  _a.sent();
1286
- _a.label = 2;
1287
- case 2: return [2 /*return*/];
1685
+ return [4 /*yield*/, this.setDownloadIcon()];
1686
+ case 2:
1687
+ _a.sent();
1688
+ _a.label = 3;
1689
+ case 3: return [2 /*return*/];
1288
1690
  }
1289
1691
  });
1290
1692
  });
@@ -1334,10 +1736,43 @@
1334
1736
  });
1335
1737
  });
1336
1738
  };
1739
+ /**
1740
+ * @private
1741
+ * @return {?}
1742
+ */
1743
+ RAWidgetContainer.prototype.setDownloadIcon = /**
1744
+ * @private
1745
+ * @return {?}
1746
+ */
1747
+ function () {
1748
+ return __awaiter(this, void 0, void 0, function () {
1749
+ var _a;
1750
+ return __generator(this, function (_b) {
1751
+ switch (_b.label) {
1752
+ case 0:
1753
+ _a = this;
1754
+ return [4 /*yield*/, this.widgetElement.isDownloadVisible()];
1755
+ case 1:
1756
+ _a.isDownloadIconVisible = _b.sent();
1757
+ this.isDownloadIconVisible = false; //temp. commented
1758
+ return [2 /*return*/];
1759
+ }
1760
+ });
1761
+ });
1762
+ };
1763
+ /**
1764
+ * @return {?}
1765
+ */
1766
+ RAWidgetContainer.prototype.downloadClicked = /**
1767
+ * @return {?}
1768
+ */
1769
+ function () {
1770
+ this.widgetElement.isDownloadVisible();
1771
+ };
1337
1772
  RAWidgetContainer.decorators = [
1338
1773
  { type: core.Component, args: [{
1339
1774
  selector: 'ra-widget-container',
1340
- 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>",
1775
+ 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>",
1341
1776
  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}"]
1342
1777
  }] }
1343
1778
  ];
@@ -1361,11 +1796,84 @@
1361
1796
  widgetDeleted: [{ type: core.Output }]
1362
1797
  };
1363
1798
  return RAWidgetContainer;
1364
- }());
1799
+ }());
1800
+ if (false) {
1801
+ /**
1802
+ * @type {?}
1803
+ * @private
1804
+ */
1805
+ RAWidgetContainer.prototype.isWidgetLoaded;
1806
+ /**
1807
+ * @type {?}
1808
+ * @private
1809
+ */
1810
+ RAWidgetContainer.prototype.widgetElement;
1811
+ /**
1812
+ * @type {?}
1813
+ * @private
1814
+ */
1815
+ RAWidgetContainer.prototype.configChanged;
1816
+ /**
1817
+ * @type {?}
1818
+ * @private
1819
+ */
1820
+ RAWidgetContainer.prototype.isIEOrEdge;
1821
+ /** @type {?} */
1822
+ RAWidgetContainer.prototype.widgetHeight;
1823
+ /** @type {?} */
1824
+ RAWidgetContainer.prototype.lockClass;
1825
+ /** @type {?} */
1826
+ RAWidgetContainer.prototype.lockStatus;
1827
+ /** @type {?} */
1828
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1829
+ /** @type {?} */
1830
+ RAWidgetContainer.prototype.ctlWidget;
1831
+ /** @type {?} */
1832
+ RAWidgetContainer.prototype.widgetInstanceId;
1833
+ /** @type {?} */
1834
+ RAWidgetContainer.prototype.globalFilter;
1835
+ /** @type {?} */
1836
+ RAWidgetContainer.prototype.data;
1837
+ /** @type {?} */
1838
+ RAWidgetContainer.prototype.raDashboardEventBus;
1839
+ /** @type {?} */
1840
+ RAWidgetContainer.prototype.appConfig;
1841
+ /** @type {?} */
1842
+ RAWidgetContainer.prototype.width;
1843
+ /** @type {?} */
1844
+ RAWidgetContainer.prototype.height;
1845
+ /** @type {?} */
1846
+ RAWidgetContainer.prototype.widgetDeleted;
1847
+ /**
1848
+ * @type {?}
1849
+ * @private
1850
+ */
1851
+ RAWidgetContainer.prototype.dashboardService;
1852
+ /**
1853
+ * @type {?}
1854
+ * @private
1855
+ */
1856
+ RAWidgetContainer.prototype.ngxService;
1857
+ /**
1858
+ * @type {?}
1859
+ * @private
1860
+ */
1861
+ RAWidgetContainer.prototype.translateService;
1862
+ /**
1863
+ * @type {?}
1864
+ * @private
1865
+ */
1866
+ RAWidgetContainer.prototype.ngZone;
1867
+ /**
1868
+ * @type {?}
1869
+ * @private
1870
+ */
1871
+ RAWidgetContainer.prototype.notifier;
1872
+ }
1365
1873
 
1366
1874
  /**
1367
1875
  * @fileoverview added by tsickle
1368
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1876
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1369
1877
  */
1370
1878
  /** @type {?} */
1371
1879
  var customNotifierOptions = {
@@ -1411,7 +1919,7 @@
1411
1919
 
1412
1920
  /**
1413
1921
  * @fileoverview added by tsickle
1414
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1922
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1415
1923
  */
1416
1924
  /** @type {?} */
1417
1925
  var GridsterConfigService = {
@@ -1589,7 +2097,7 @@
1589
2097
 
1590
2098
  /**
1591
2099
  * @fileoverview added by tsickle
1592
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2100
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1593
2101
  */
1594
2102
  var GridsterUtils = /** @class */ (function () {
1595
2103
  function GridsterUtils() {
@@ -1764,7 +2272,7 @@
1764
2272
 
1765
2273
  /**
1766
2274
  * @fileoverview added by tsickle
1767
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2275
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1768
2276
  */
1769
2277
  /**
1770
2278
  * @abstract
@@ -1776,11 +2284,85 @@
1776
2284
  function GridsterComponentInterface() {
1777
2285
  }
1778
2286
  return GridsterComponentInterface;
1779
- }());
2287
+ }());
2288
+ if (false) {
2289
+ /** @type {?} */
2290
+ GridsterComponentInterface.prototype.$options;
2291
+ /** @type {?} */
2292
+ GridsterComponentInterface.prototype.grid;
2293
+ /** @type {?} */
2294
+ GridsterComponentInterface.prototype.checkCollision;
2295
+ /** @type {?} */
2296
+ GridsterComponentInterface.prototype.positionXToPixels;
2297
+ /** @type {?} */
2298
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2299
+ /** @type {?} */
2300
+ GridsterComponentInterface.prototype.positionYToPixels;
2301
+ /** @type {?} */
2302
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2303
+ /** @type {?} */
2304
+ GridsterComponentInterface.prototype.findItemWithItem;
2305
+ /** @type {?} */
2306
+ GridsterComponentInterface.prototype.findItemsWithItem;
2307
+ /** @type {?} */
2308
+ GridsterComponentInterface.prototype.checkGridCollision;
2309
+ /** @type {?} */
2310
+ GridsterComponentInterface.prototype.el;
2311
+ /** @type {?} */
2312
+ GridsterComponentInterface.prototype.renderer;
2313
+ /** @type {?} */
2314
+ GridsterComponentInterface.prototype.gridRenderer;
2315
+ /** @type {?} */
2316
+ GridsterComponentInterface.prototype.cdRef;
2317
+ /** @type {?} */
2318
+ GridsterComponentInterface.prototype.options;
2319
+ /** @type {?} */
2320
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2321
+ /** @type {?} */
2322
+ GridsterComponentInterface.prototype.updateGrid;
2323
+ /** @type {?} */
2324
+ GridsterComponentInterface.prototype.movingItem;
2325
+ /** @type {?} */
2326
+ GridsterComponentInterface.prototype.addItem;
2327
+ /** @type {?} */
2328
+ GridsterComponentInterface.prototype.removeItem;
2329
+ /** @type {?} */
2330
+ GridsterComponentInterface.prototype.previewStyle;
2331
+ /** @type {?} */
2332
+ GridsterComponentInterface.prototype.mobile;
2333
+ /** @type {?} */
2334
+ GridsterComponentInterface.prototype.curWidth;
2335
+ /** @type {?} */
2336
+ GridsterComponentInterface.prototype.curHeight;
2337
+ /** @type {?} */
2338
+ GridsterComponentInterface.prototype.columns;
2339
+ /** @type {?} */
2340
+ GridsterComponentInterface.prototype.rows;
2341
+ /** @type {?} */
2342
+ GridsterComponentInterface.prototype.curColWidth;
2343
+ /** @type {?} */
2344
+ GridsterComponentInterface.prototype.curRowHeight;
2345
+ /** @type {?} */
2346
+ GridsterComponentInterface.prototype.windowResize;
2347
+ /** @type {?} */
2348
+ GridsterComponentInterface.prototype.setGridDimensions;
2349
+ /** @type {?} */
2350
+ GridsterComponentInterface.prototype.dragInProgress;
2351
+ /** @type {?} */
2352
+ GridsterComponentInterface.prototype.emptyCell;
2353
+ /** @type {?} */
2354
+ GridsterComponentInterface.prototype.compact;
2355
+ /** @type {?} */
2356
+ GridsterComponentInterface.prototype.zone;
2357
+ /** @type {?} */
2358
+ GridsterComponentInterface.prototype.gridRows;
2359
+ /** @type {?} */
2360
+ GridsterComponentInterface.prototype.gridColumns;
2361
+ }
1780
2362
 
1781
2363
  /**
1782
2364
  * @fileoverview added by tsickle
1783
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2365
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1784
2366
  */
1785
2367
  var GridsterEmptyCell = /** @class */ (function () {
1786
2368
  function GridsterEmptyCell(gridster) {
@@ -2097,11 +2679,44 @@
2097
2679
  { type: GridsterComponentInterface }
2098
2680
  ]; };
2099
2681
  return GridsterEmptyCell;
2100
- }());
2682
+ }());
2683
+ if (false) {
2684
+ /** @type {?} */
2685
+ GridsterEmptyCell.prototype.initialItem;
2686
+ /** @type {?} */
2687
+ GridsterEmptyCell.prototype.emptyCellClick;
2688
+ /** @type {?} */
2689
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2690
+ /** @type {?} */
2691
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2692
+ /** @type {?} */
2693
+ GridsterEmptyCell.prototype.emptyCellDrop;
2694
+ /** @type {?} */
2695
+ GridsterEmptyCell.prototype.emptyCellDrag;
2696
+ /** @type {?} */
2697
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2698
+ /** @type {?} */
2699
+ GridsterEmptyCell.prototype.emptyCellMMove;
2700
+ /** @type {?} */
2701
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2702
+ /** @type {?} */
2703
+ GridsterEmptyCell.prototype.emptyCellUp;
2704
+ /** @type {?} */
2705
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2706
+ /** @type {?} */
2707
+ GridsterEmptyCell.prototype.emptyCellMove;
2708
+ /** @type {?} */
2709
+ GridsterEmptyCell.prototype.emptyCellExit;
2710
+ /**
2711
+ * @type {?}
2712
+ * @private
2713
+ */
2714
+ GridsterEmptyCell.prototype.gridster;
2715
+ }
2101
2716
 
2102
2717
  /**
2103
2718
  * @fileoverview added by tsickle
2104
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2719
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2105
2720
  */
2106
2721
  var GridsterCompact = /** @class */ (function () {
2107
2722
  function GridsterCompact(gridster) {
@@ -2339,11 +2954,18 @@
2339
2954
  { type: GridsterComponentInterface }
2340
2955
  ]; };
2341
2956
  return GridsterCompact;
2342
- }());
2957
+ }());
2958
+ if (false) {
2959
+ /**
2960
+ * @type {?}
2961
+ * @private
2962
+ */
2963
+ GridsterCompact.prototype.gridster;
2964
+ }
2343
2965
 
2344
2966
  /**
2345
2967
  * @fileoverview added by tsickle
2346
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2968
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2347
2969
  */
2348
2970
  var GridsterRenderer = /** @class */ (function () {
2349
2971
  function GridsterRenderer(gridster) {
@@ -2650,11 +3272,18 @@
2650
3272
  { type: GridsterComponentInterface }
2651
3273
  ]; };
2652
3274
  return GridsterRenderer;
2653
- }());
3275
+ }());
3276
+ if (false) {
3277
+ /**
3278
+ * @type {?}
3279
+ * @private
3280
+ */
3281
+ GridsterRenderer.prototype.gridster;
3282
+ }
2654
3283
 
2655
3284
  /**
2656
3285
  * @fileoverview added by tsickle
2657
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3286
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2658
3287
  */
2659
3288
  var GridsterComponent = /** @class */ (function () {
2660
3289
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2809,6 +3438,17 @@
2809
3438
  if (this.options.destroyCallback) {
2810
3439
  this.options.destroyCallback(this);
2811
3440
  }
3441
+ //if (this.options.api) {
3442
+ /* this.options.api getting undefined for new dashboard load- temp fix
3443
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3444
+ * ondestroy of current this.options.api instance - needs to investigate further
3445
+ */
3446
+ if (false) {
3447
+ this.options.api.resize = undefined;
3448
+ this.options.api.optionsChanged = undefined;
3449
+ this.options.api.getNextPossiblePosition = undefined;
3450
+ this.options.api = undefined;
3451
+ }
2812
3452
  this.emptyCell.destroy();
2813
3453
  delete this.emptyCell;
2814
3454
  this.compact.destroy();
@@ -3385,11 +4025,61 @@
3385
4025
  options: [{ type: core.Input }]
3386
4026
  };
3387
4027
  return GridsterComponent;
3388
- }());
4028
+ }());
4029
+ if (false) {
4030
+ /** @type {?} */
4031
+ GridsterComponent.prototype.options;
4032
+ /** @type {?} */
4033
+ GridsterComponent.prototype.calculateLayoutDebounce;
4034
+ /** @type {?} */
4035
+ GridsterComponent.prototype.movingItem;
4036
+ /** @type {?} */
4037
+ GridsterComponent.prototype.previewStyle;
4038
+ /** @type {?} */
4039
+ GridsterComponent.prototype.el;
4040
+ /** @type {?} */
4041
+ GridsterComponent.prototype.$options;
4042
+ /** @type {?} */
4043
+ GridsterComponent.prototype.mobile;
4044
+ /** @type {?} */
4045
+ GridsterComponent.prototype.curWidth;
4046
+ /** @type {?} */
4047
+ GridsterComponent.prototype.curHeight;
4048
+ /** @type {?} */
4049
+ GridsterComponent.prototype.grid;
4050
+ /** @type {?} */
4051
+ GridsterComponent.prototype.columns;
4052
+ /** @type {?} */
4053
+ GridsterComponent.prototype.rows;
4054
+ /** @type {?} */
4055
+ GridsterComponent.prototype.curColWidth;
4056
+ /** @type {?} */
4057
+ GridsterComponent.prototype.curRowHeight;
4058
+ /** @type {?} */
4059
+ GridsterComponent.prototype.gridColumns;
4060
+ /** @type {?} */
4061
+ GridsterComponent.prototype.gridRows;
4062
+ /** @type {?} */
4063
+ GridsterComponent.prototype.windowResize;
4064
+ /** @type {?} */
4065
+ GridsterComponent.prototype.dragInProgress;
4066
+ /** @type {?} */
4067
+ GridsterComponent.prototype.emptyCell;
4068
+ /** @type {?} */
4069
+ GridsterComponent.prototype.compact;
4070
+ /** @type {?} */
4071
+ GridsterComponent.prototype.gridRenderer;
4072
+ /** @type {?} */
4073
+ GridsterComponent.prototype.renderer;
4074
+ /** @type {?} */
4075
+ GridsterComponent.prototype.cdRef;
4076
+ /** @type {?} */
4077
+ GridsterComponent.prototype.zone;
4078
+ }
3389
4079
 
3390
4080
  /**
3391
4081
  * @fileoverview added by tsickle
3392
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4082
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3393
4083
  */
3394
4084
  /**
3395
4085
  * @abstract
@@ -3401,11 +4091,49 @@
3401
4091
  function GridsterItemComponentInterface() {
3402
4092
  }
3403
4093
  return GridsterItemComponentInterface;
3404
- }());
4094
+ }());
4095
+ if (false) {
4096
+ /** @type {?} */
4097
+ GridsterItemComponentInterface.prototype.item;
4098
+ /** @type {?} */
4099
+ GridsterItemComponentInterface.prototype.$item;
4100
+ /** @type {?} */
4101
+ GridsterItemComponentInterface.prototype.top;
4102
+ /** @type {?} */
4103
+ GridsterItemComponentInterface.prototype.left;
4104
+ /** @type {?} */
4105
+ GridsterItemComponentInterface.prototype.width;
4106
+ /** @type {?} */
4107
+ GridsterItemComponentInterface.prototype.height;
4108
+ /** @type {?} */
4109
+ GridsterItemComponentInterface.prototype.drag;
4110
+ /** @type {?} */
4111
+ GridsterItemComponentInterface.prototype.resize;
4112
+ /** @type {?} */
4113
+ GridsterItemComponentInterface.prototype.notPlaced;
4114
+ /** @type {?} */
4115
+ GridsterItemComponentInterface.prototype.updateOptions;
4116
+ /** @type {?} */
4117
+ GridsterItemComponentInterface.prototype.itemChanged;
4118
+ /** @type {?} */
4119
+ GridsterItemComponentInterface.prototype.setSize;
4120
+ /** @type {?} */
4121
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4122
+ /** @type {?} */
4123
+ GridsterItemComponentInterface.prototype.canBeDragged;
4124
+ /** @type {?} */
4125
+ GridsterItemComponentInterface.prototype.canBeResized;
4126
+ /** @type {?} */
4127
+ GridsterItemComponentInterface.prototype.el;
4128
+ /** @type {?} */
4129
+ GridsterItemComponentInterface.prototype.gridster;
4130
+ /** @type {?} */
4131
+ GridsterItemComponentInterface.prototype.renderer;
4132
+ }
3405
4133
 
3406
4134
  /**
3407
4135
  * @fileoverview added by tsickle
3408
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4136
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3409
4137
  */
3410
4138
  var GridsterSwap = /** @class */ (function () {
3411
4139
  function GridsterSwap(gridsterItem) {
@@ -3533,11 +4261,28 @@
3533
4261
  { type: GridsterItemComponentInterface }
3534
4262
  ]; };
3535
4263
  return GridsterSwap;
3536
- }());
4264
+ }());
4265
+ if (false) {
4266
+ /**
4267
+ * @type {?}
4268
+ * @private
4269
+ */
4270
+ GridsterSwap.prototype.swapedItem;
4271
+ /**
4272
+ * @type {?}
4273
+ * @private
4274
+ */
4275
+ GridsterSwap.prototype.gridsterItem;
4276
+ /**
4277
+ * @type {?}
4278
+ * @private
4279
+ */
4280
+ GridsterSwap.prototype.gridster;
4281
+ }
3537
4282
 
3538
4283
  /**
3539
4284
  * @fileoverview added by tsickle
3540
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4285
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3541
4286
  */
3542
4287
  /** @type {?} */
3543
4288
  var scrollSensitivity;
@@ -3732,7 +4477,7 @@
3732
4477
 
3733
4478
  /**
3734
4479
  * @fileoverview added by tsickle
3735
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4480
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3736
4481
  */
3737
4482
  var GridsterPush = /** @class */ (function () {
3738
4483
  function GridsterPush(gridsterItem) {
@@ -4222,11 +4967,61 @@
4222
4967
  { type: GridsterItemComponentInterface }
4223
4968
  ]; };
4224
4969
  return GridsterPush;
4225
- }());
4970
+ }());
4971
+ if (false) {
4972
+ /** @type {?} */
4973
+ GridsterPush.prototype.fromSouth;
4974
+ /** @type {?} */
4975
+ GridsterPush.prototype.fromNorth;
4976
+ /** @type {?} */
4977
+ GridsterPush.prototype.fromEast;
4978
+ /** @type {?} */
4979
+ GridsterPush.prototype.fromWest;
4980
+ /**
4981
+ * @type {?}
4982
+ * @private
4983
+ */
4984
+ GridsterPush.prototype.pushedItems;
4985
+ /**
4986
+ * @type {?}
4987
+ * @private
4988
+ */
4989
+ GridsterPush.prototype.pushedItemsTemp;
4990
+ /**
4991
+ * @type {?}
4992
+ * @private
4993
+ */
4994
+ GridsterPush.prototype.pushedItemsTempPath;
4995
+ /**
4996
+ * @type {?}
4997
+ * @private
4998
+ */
4999
+ GridsterPush.prototype.pushedItemsPath;
5000
+ /**
5001
+ * @type {?}
5002
+ * @private
5003
+ */
5004
+ GridsterPush.prototype.gridsterItem;
5005
+ /**
5006
+ * @type {?}
5007
+ * @private
5008
+ */
5009
+ GridsterPush.prototype.gridster;
5010
+ /**
5011
+ * @type {?}
5012
+ * @private
5013
+ */
5014
+ GridsterPush.prototype.pushedItemsOrder;
5015
+ /**
5016
+ * @type {?}
5017
+ * @private
5018
+ */
5019
+ GridsterPush.prototype.tryPattern;
5020
+ }
4226
5021
 
4227
5022
  /**
4228
5023
  * @fileoverview added by tsickle
4229
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5024
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4230
5025
  */
4231
5026
  var GridsterDraggable = /** @class */ (function () {
4232
5027
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4530,6 +5325,10 @@
4530
5325
  this.gridsterItem.$item.cols = itemColsbackup;
4531
5326
  this.gridsterItem.$item.rows = itemRowsbackup;
4532
5327
  }
5328
+ else {
5329
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5330
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5331
+ }
4533
5332
  return this.gridsterItem.$item;
4534
5333
  };
4535
5334
  /**
@@ -4686,11 +5485,84 @@
4686
5485
  { type: core.NgZone }
4687
5486
  ]; };
4688
5487
  return GridsterDraggable;
4689
- }());
5488
+ }());
5489
+ if (false) {
5490
+ /** @type {?} */
5491
+ GridsterDraggable.prototype.gridsterItem;
5492
+ /** @type {?} */
5493
+ GridsterDraggable.prototype.gridster;
5494
+ /** @type {?} */
5495
+ GridsterDraggable.prototype.lastMouse;
5496
+ /** @type {?} */
5497
+ GridsterDraggable.prototype.offsetLeft;
5498
+ /** @type {?} */
5499
+ GridsterDraggable.prototype.offsetTop;
5500
+ /** @type {?} */
5501
+ GridsterDraggable.prototype.margin;
5502
+ /** @type {?} */
5503
+ GridsterDraggable.prototype.diffTop;
5504
+ /** @type {?} */
5505
+ GridsterDraggable.prototype.diffLeft;
5506
+ /** @type {?} */
5507
+ GridsterDraggable.prototype.top;
5508
+ /** @type {?} */
5509
+ GridsterDraggable.prototype.left;
5510
+ /** @type {?} */
5511
+ GridsterDraggable.prototype.height;
5512
+ /** @type {?} */
5513
+ GridsterDraggable.prototype.width;
5514
+ /** @type {?} */
5515
+ GridsterDraggable.prototype.positionX;
5516
+ /** @type {?} */
5517
+ GridsterDraggable.prototype.positionY;
5518
+ /** @type {?} */
5519
+ GridsterDraggable.prototype.positionXBackup;
5520
+ /** @type {?} */
5521
+ GridsterDraggable.prototype.positionYBackup;
5522
+ /** @type {?} */
5523
+ GridsterDraggable.prototype.enabled;
5524
+ /** @type {?} */
5525
+ GridsterDraggable.prototype.dragStartFunction;
5526
+ /** @type {?} */
5527
+ GridsterDraggable.prototype.dragFunction;
5528
+ /** @type {?} */
5529
+ GridsterDraggable.prototype.dragStopFunction;
5530
+ /** @type {?} */
5531
+ GridsterDraggable.prototype.mousemove;
5532
+ /** @type {?} */
5533
+ GridsterDraggable.prototype.mouseup;
5534
+ /** @type {?} */
5535
+ GridsterDraggable.prototype.mouseleave;
5536
+ /** @type {?} */
5537
+ GridsterDraggable.prototype.cancelOnBlur;
5538
+ /** @type {?} */
5539
+ GridsterDraggable.prototype.touchmove;
5540
+ /** @type {?} */
5541
+ GridsterDraggable.prototype.touchend;
5542
+ /** @type {?} */
5543
+ GridsterDraggable.prototype.touchcancel;
5544
+ /** @type {?} */
5545
+ GridsterDraggable.prototype.mousedown;
5546
+ /** @type {?} */
5547
+ GridsterDraggable.prototype.touchstart;
5548
+ /** @type {?} */
5549
+ GridsterDraggable.prototype.push;
5550
+ /** @type {?} */
5551
+ GridsterDraggable.prototype.swap;
5552
+ /** @type {?} */
5553
+ GridsterDraggable.prototype.path;
5554
+ /** @type {?} */
5555
+ GridsterDraggable.prototype.collision;
5556
+ /**
5557
+ * @type {?}
5558
+ * @private
5559
+ */
5560
+ GridsterDraggable.prototype.zone;
5561
+ }
4690
5562
 
4691
5563
  /**
4692
5564
  * @fileoverview added by tsickle
4693
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5565
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4694
5566
  */
4695
5567
  var GridsterPushResize = /** @class */ (function () {
4696
5568
  function GridsterPushResize(gridsterItem) {
@@ -5070,11 +5942,46 @@
5070
5942
  { type: GridsterItemComponentInterface }
5071
5943
  ]; };
5072
5944
  return GridsterPushResize;
5073
- }());
5945
+ }());
5946
+ if (false) {
5947
+ /** @type {?} */
5948
+ GridsterPushResize.prototype.fromSouth;
5949
+ /** @type {?} */
5950
+ GridsterPushResize.prototype.fromNorth;
5951
+ /** @type {?} */
5952
+ GridsterPushResize.prototype.fromEast;
5953
+ /** @type {?} */
5954
+ GridsterPushResize.prototype.fromWest;
5955
+ /**
5956
+ * @type {?}
5957
+ * @private
5958
+ */
5959
+ GridsterPushResize.prototype.pushedItems;
5960
+ /**
5961
+ * @type {?}
5962
+ * @private
5963
+ */
5964
+ GridsterPushResize.prototype.pushedItemsPath;
5965
+ /**
5966
+ * @type {?}
5967
+ * @private
5968
+ */
5969
+ GridsterPushResize.prototype.gridsterItem;
5970
+ /**
5971
+ * @type {?}
5972
+ * @private
5973
+ */
5974
+ GridsterPushResize.prototype.gridster;
5975
+ /**
5976
+ * @type {?}
5977
+ * @private
5978
+ */
5979
+ GridsterPushResize.prototype.tryPattern;
5980
+ }
5074
5981
 
5075
5982
  /**
5076
5983
  * @fileoverview added by tsickle
5077
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5984
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5078
5985
  */
5079
5986
  var GridsterResizable = /** @class */ (function () {
5080
5987
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5616,11 +6523,86 @@
5616
6523
  { type: core.NgZone }
5617
6524
  ]; };
5618
6525
  return GridsterResizable;
5619
- }());
6526
+ }());
6527
+ if (false) {
6528
+ /** @type {?} */
6529
+ GridsterResizable.prototype.gridsterItem;
6530
+ /** @type {?} */
6531
+ GridsterResizable.prototype.gridster;
6532
+ /** @type {?} */
6533
+ GridsterResizable.prototype.lastMouse;
6534
+ /** @type {?} */
6535
+ GridsterResizable.prototype.itemBackup;
6536
+ /** @type {?} */
6537
+ GridsterResizable.prototype.resizeEventScrollType;
6538
+ /** @type {?} */
6539
+ GridsterResizable.prototype.directionFunction;
6540
+ /** @type {?} */
6541
+ GridsterResizable.prototype.dragFunction;
6542
+ /** @type {?} */
6543
+ GridsterResizable.prototype.dragStopFunction;
6544
+ /** @type {?} */
6545
+ GridsterResizable.prototype.resizeEnabled;
6546
+ /** @type {?} */
6547
+ GridsterResizable.prototype.mousemove;
6548
+ /** @type {?} */
6549
+ GridsterResizable.prototype.mouseup;
6550
+ /** @type {?} */
6551
+ GridsterResizable.prototype.mouseleave;
6552
+ /** @type {?} */
6553
+ GridsterResizable.prototype.cancelOnBlur;
6554
+ /** @type {?} */
6555
+ GridsterResizable.prototype.touchmove;
6556
+ /** @type {?} */
6557
+ GridsterResizable.prototype.touchend;
6558
+ /** @type {?} */
6559
+ GridsterResizable.prototype.touchcancel;
6560
+ /** @type {?} */
6561
+ GridsterResizable.prototype.push;
6562
+ /** @type {?} */
6563
+ GridsterResizable.prototype.pushResize;
6564
+ /** @type {?} */
6565
+ GridsterResizable.prototype.minHeight;
6566
+ /** @type {?} */
6567
+ GridsterResizable.prototype.minWidth;
6568
+ /** @type {?} */
6569
+ GridsterResizable.prototype.offsetTop;
6570
+ /** @type {?} */
6571
+ GridsterResizable.prototype.offsetLeft;
6572
+ /** @type {?} */
6573
+ GridsterResizable.prototype.diffTop;
6574
+ /** @type {?} */
6575
+ GridsterResizable.prototype.diffLeft;
6576
+ /** @type {?} */
6577
+ GridsterResizable.prototype.diffRight;
6578
+ /** @type {?} */
6579
+ GridsterResizable.prototype.diffBottom;
6580
+ /** @type {?} */
6581
+ GridsterResizable.prototype.margin;
6582
+ /** @type {?} */
6583
+ GridsterResizable.prototype.top;
6584
+ /** @type {?} */
6585
+ GridsterResizable.prototype.left;
6586
+ /** @type {?} */
6587
+ GridsterResizable.prototype.bottom;
6588
+ /** @type {?} */
6589
+ GridsterResizable.prototype.right;
6590
+ /** @type {?} */
6591
+ GridsterResizable.prototype.width;
6592
+ /** @type {?} */
6593
+ GridsterResizable.prototype.height;
6594
+ /** @type {?} */
6595
+ GridsterResizable.prototype.newPosition;
6596
+ /**
6597
+ * @type {?}
6598
+ * @private
6599
+ */
6600
+ GridsterResizable.prototype.zone;
6601
+ }
5620
6602
 
5621
6603
  /**
5622
6604
  * @fileoverview added by tsickle
5623
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6605
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5624
6606
  */
5625
6607
  var GridsterItemComponent = /** @class */ (function () {
5626
6608
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5815,11 +6797,44 @@
5815
6797
  item: [{ type: core.Input }]
5816
6798
  };
5817
6799
  return GridsterItemComponent;
5818
- }());
6800
+ }());
6801
+ if (false) {
6802
+ /** @type {?} */
6803
+ GridsterItemComponent.prototype.item;
6804
+ /** @type {?} */
6805
+ GridsterItemComponent.prototype.$item;
6806
+ /** @type {?} */
6807
+ GridsterItemComponent.prototype.el;
6808
+ /** @type {?} */
6809
+ GridsterItemComponent.prototype.gridster;
6810
+ /** @type {?} */
6811
+ GridsterItemComponent.prototype.top;
6812
+ /** @type {?} */
6813
+ GridsterItemComponent.prototype.left;
6814
+ /** @type {?} */
6815
+ GridsterItemComponent.prototype.width;
6816
+ /** @type {?} */
6817
+ GridsterItemComponent.prototype.height;
6818
+ /** @type {?} */
6819
+ GridsterItemComponent.prototype.drag;
6820
+ /** @type {?} */
6821
+ GridsterItemComponent.prototype.resize;
6822
+ /** @type {?} */
6823
+ GridsterItemComponent.prototype.notPlaced;
6824
+ /** @type {?} */
6825
+ GridsterItemComponent.prototype.init;
6826
+ /** @type {?} */
6827
+ GridsterItemComponent.prototype.renderer;
6828
+ /**
6829
+ * @type {?}
6830
+ * @private
6831
+ */
6832
+ GridsterItemComponent.prototype.zone;
6833
+ }
5819
6834
 
5820
6835
  /**
5821
6836
  * @fileoverview added by tsickle
5822
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6837
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5823
6838
  */
5824
6839
  var GridsterPreviewComponent = /** @class */ (function () {
5825
6840
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5874,11 +6889,19 @@
5874
6889
  { type: core.Renderer2 }
5875
6890
  ]; };
5876
6891
  return GridsterPreviewComponent;
5877
- }());
6892
+ }());
6893
+ if (false) {
6894
+ /** @type {?} */
6895
+ GridsterPreviewComponent.prototype.el;
6896
+ /** @type {?} */
6897
+ GridsterPreviewComponent.prototype.gridster;
6898
+ /** @type {?} */
6899
+ GridsterPreviewComponent.prototype.renderer;
6900
+ }
5878
6901
 
5879
6902
  /**
5880
6903
  * @fileoverview added by tsickle
5881
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6904
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5882
6905
  */
5883
6906
  var GridsterModule = /** @class */ (function () {
5884
6907
  function GridsterModule() {
@@ -5903,7 +6926,7 @@
5903
6926
 
5904
6927
  /**
5905
6928
  * @fileoverview added by tsickle
5906
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6929
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5907
6930
  */
5908
6931
  /** @type {?} */
5909
6932
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5944,7 +6967,7 @@
5944
6967
 
5945
6968
  /**
5946
6969
  * @fileoverview added by tsickle
5947
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6970
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5948
6971
  */
5949
6972
  /**
5950
6973
  * @abstract
@@ -5988,11 +7011,35 @@
5988
7011
  initialize: [{ type: core.Input }]
5989
7012
  };
5990
7013
  return RaBaseDashboardTemplate;
5991
- }());
7014
+ }());
7015
+ if (false) {
7016
+ /** @type {?} */
7017
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7018
+ /** @type {?} */
7019
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7020
+ /** @type {?} */
7021
+ RaBaseDashboardTemplate.prototype.appConfig;
7022
+ /** @type {?} */
7023
+ RaBaseDashboardTemplate.prototype.dashboardId;
7024
+ /** @type {?} */
7025
+ RaBaseDashboardTemplate.prototype.globalFilter;
7026
+ /** @type {?} */
7027
+ RaBaseDashboardTemplate.prototype.initialize;
7028
+ /**
7029
+ * @type {?}
7030
+ * @private
7031
+ */
7032
+ RaBaseDashboardTemplate.prototype.ngZone;
7033
+ /**
7034
+ * @abstract
7035
+ * @return {?}
7036
+ */
7037
+ RaBaseDashboardTemplate.prototype.init = function () { };
7038
+ }
5992
7039
 
5993
7040
  /**
5994
7041
  * @fileoverview added by tsickle
5995
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7042
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5996
7043
  */
5997
7044
  /**
5998
7045
  * @abstract
@@ -6012,7 +7059,19 @@
6012
7059
  getAllFilterConfig: [{ type: core.Input }]
6013
7060
  };
6014
7061
  return RaBaseDashboardFilter;
6015
- }());
7062
+ }());
7063
+ if (false) {
7064
+ /**
7065
+ * @type {?}
7066
+ * @private
7067
+ */
7068
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7069
+ /**
7070
+ * @abstract
7071
+ * @return {?}
7072
+ */
7073
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7074
+ }
6016
7075
 
6017
7076
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
6018
7077
  exports.RADashboardArea = RADashboardArea;