@schneideress/dashboardframework 0.0.43 → 0.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1065 -51
  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 +1 -1
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +10 -9
  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 +1 -1
  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 +1 -1
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +6 -5
  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 +1 -1
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +957 -53
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +956 -52
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. 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,11 +612,196 @@
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 = {
@@ -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) {
@@ -1040,11 +1359,83 @@
1040
1359
  appConfig: [{ type: core.Input, args: ['app-config',] }]
1041
1360
  };
1042
1361
  return RADashboardArea;
1043
- }());
1362
+ }());
1363
+ if (false) {
1364
+ /** @type {?} */
1365
+ RADashboardArea.prototype.widgetList;
1366
+ /** @type {?} */
1367
+ RADashboardArea.prototype.options;
1368
+ /** @type {?} */
1369
+ RADashboardArea.prototype.gridheight;
1370
+ /**
1371
+ * @type {?}
1372
+ * @private
1373
+ */
1374
+ RADashboardArea.prototype.conifgAddClick;
1375
+ /**
1376
+ * @type {?}
1377
+ * @private
1378
+ */
1379
+ RADashboardArea.prototype.widgetDeleteEvent;
1380
+ /**
1381
+ * @type {?}
1382
+ * @private
1383
+ */
1384
+ RADashboardArea.prototype.widgetAddEvent;
1385
+ /**
1386
+ * @type {?}
1387
+ * @private
1388
+ */
1389
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1390
+ /**
1391
+ * @type {?}
1392
+ * @private
1393
+ */
1394
+ RADashboardArea.prototype.isWidgetLoaded;
1395
+ /** @type {?} */
1396
+ RADashboardArea.prototype.userDashboardId;
1397
+ /** @type {?} */
1398
+ RADashboardArea.prototype.areaKey;
1399
+ /** @type {?} */
1400
+ RADashboardArea.prototype.globalFilter;
1401
+ /** @type {?} */
1402
+ RADashboardArea.prototype.raDashboardEventBus;
1403
+ /** @type {?} */
1404
+ RADashboardArea.prototype.widgetHeight;
1405
+ /** @type {?} */
1406
+ RADashboardArea.prototype.widgetWidth;
1407
+ /** @type {?} */
1408
+ RADashboardArea.prototype.appConfig;
1409
+ /**
1410
+ * @type {?}
1411
+ * @private
1412
+ */
1413
+ RADashboardArea.prototype.dashboardService;
1414
+ /**
1415
+ * @type {?}
1416
+ * @private
1417
+ */
1418
+ RADashboardArea.prototype.ngZone;
1419
+ /**
1420
+ * @type {?}
1421
+ * @private
1422
+ */
1423
+ RADashboardArea.prototype.ngxService;
1424
+ /**
1425
+ * @type {?}
1426
+ * @private
1427
+ */
1428
+ RADashboardArea.prototype.translateService;
1429
+ /**
1430
+ * @type {?}
1431
+ * @private
1432
+ */
1433
+ RADashboardArea.prototype.notifier;
1434
+ }
1044
1435
 
1045
1436
  /**
1046
1437
  * @fileoverview added by tsickle
1047
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1438
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1048
1439
  */
1049
1440
  var RAWidgetContainer = /** @class */ (function () {
1050
1441
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1086,7 +1477,8 @@
1086
1477
  if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
1087
1478
  this.refreshWidget(this.data.widgetInfo);
1088
1479
  }
1089
- if (changes.width && changes.width.currentValue != changes.width.previousValue) {
1480
+ if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1481
+ (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1090
1482
  this.data.widgetInfo.isDimensionUpdate = true;
1091
1483
  this.refreshWidget(this.data.widgetInfo);
1092
1484
  this.data.widgetInfo.isDimensionUpdate = false;
@@ -1332,8 +1724,8 @@
1332
1724
  RAWidgetContainer.decorators = [
1333
1725
  { type: core.Component, args: [{
1334
1726
  selector: 'ra-widget-container',
1335
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;\">{{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>",
1336
- styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;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:1;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}"]
1727
+ 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>",
1728
+ styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0;padding:10px 0 0 1%}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;left:0;bottom:0;margin:10px 0 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}"]
1337
1729
  }] }
1338
1730
  ];
1339
1731
  /** @nocollapse */
@@ -1356,11 +1748,82 @@
1356
1748
  widgetDeleted: [{ type: core.Output }]
1357
1749
  };
1358
1750
  return RAWidgetContainer;
1359
- }());
1751
+ }());
1752
+ if (false) {
1753
+ /**
1754
+ * @type {?}
1755
+ * @private
1756
+ */
1757
+ RAWidgetContainer.prototype.isWidgetLoaded;
1758
+ /**
1759
+ * @type {?}
1760
+ * @private
1761
+ */
1762
+ RAWidgetContainer.prototype.widgetElement;
1763
+ /**
1764
+ * @type {?}
1765
+ * @private
1766
+ */
1767
+ RAWidgetContainer.prototype.configChanged;
1768
+ /**
1769
+ * @type {?}
1770
+ * @private
1771
+ */
1772
+ RAWidgetContainer.prototype.isIEOrEdge;
1773
+ /** @type {?} */
1774
+ RAWidgetContainer.prototype.widgetHeight;
1775
+ /** @type {?} */
1776
+ RAWidgetContainer.prototype.lockClass;
1777
+ /** @type {?} */
1778
+ RAWidgetContainer.prototype.lockStatus;
1779
+ /** @type {?} */
1780
+ RAWidgetContainer.prototype.ctlWidget;
1781
+ /** @type {?} */
1782
+ RAWidgetContainer.prototype.widgetInstanceId;
1783
+ /** @type {?} */
1784
+ RAWidgetContainer.prototype.globalFilter;
1785
+ /** @type {?} */
1786
+ RAWidgetContainer.prototype.data;
1787
+ /** @type {?} */
1788
+ RAWidgetContainer.prototype.raDashboardEventBus;
1789
+ /** @type {?} */
1790
+ RAWidgetContainer.prototype.appConfig;
1791
+ /** @type {?} */
1792
+ RAWidgetContainer.prototype.width;
1793
+ /** @type {?} */
1794
+ RAWidgetContainer.prototype.height;
1795
+ /** @type {?} */
1796
+ RAWidgetContainer.prototype.widgetDeleted;
1797
+ /**
1798
+ * @type {?}
1799
+ * @private
1800
+ */
1801
+ RAWidgetContainer.prototype.dashboardService;
1802
+ /**
1803
+ * @type {?}
1804
+ * @private
1805
+ */
1806
+ RAWidgetContainer.prototype.ngxService;
1807
+ /**
1808
+ * @type {?}
1809
+ * @private
1810
+ */
1811
+ RAWidgetContainer.prototype.translateService;
1812
+ /**
1813
+ * @type {?}
1814
+ * @private
1815
+ */
1816
+ RAWidgetContainer.prototype.ngZone;
1817
+ /**
1818
+ * @type {?}
1819
+ * @private
1820
+ */
1821
+ RAWidgetContainer.prototype.notifier;
1822
+ }
1360
1823
 
1361
1824
  /**
1362
1825
  * @fileoverview added by tsickle
1363
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1826
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1364
1827
  */
1365
1828
  /** @type {?} */
1366
1829
  var customNotifierOptions = {
@@ -1406,7 +1869,7 @@
1406
1869
 
1407
1870
  /**
1408
1871
  * @fileoverview added by tsickle
1409
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1872
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1410
1873
  */
1411
1874
  /** @type {?} */
1412
1875
  var GridsterConfigService = {
@@ -1584,7 +2047,7 @@
1584
2047
 
1585
2048
  /**
1586
2049
  * @fileoverview added by tsickle
1587
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2050
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1588
2051
  */
1589
2052
  var GridsterUtils = /** @class */ (function () {
1590
2053
  function GridsterUtils() {
@@ -1759,7 +2222,7 @@
1759
2222
 
1760
2223
  /**
1761
2224
  * @fileoverview added by tsickle
1762
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2225
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1763
2226
  */
1764
2227
  /**
1765
2228
  * @abstract
@@ -1771,11 +2234,85 @@
1771
2234
  function GridsterComponentInterface() {
1772
2235
  }
1773
2236
  return GridsterComponentInterface;
1774
- }());
2237
+ }());
2238
+ if (false) {
2239
+ /** @type {?} */
2240
+ GridsterComponentInterface.prototype.$options;
2241
+ /** @type {?} */
2242
+ GridsterComponentInterface.prototype.grid;
2243
+ /** @type {?} */
2244
+ GridsterComponentInterface.prototype.checkCollision;
2245
+ /** @type {?} */
2246
+ GridsterComponentInterface.prototype.positionXToPixels;
2247
+ /** @type {?} */
2248
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2249
+ /** @type {?} */
2250
+ GridsterComponentInterface.prototype.positionYToPixels;
2251
+ /** @type {?} */
2252
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2253
+ /** @type {?} */
2254
+ GridsterComponentInterface.prototype.findItemWithItem;
2255
+ /** @type {?} */
2256
+ GridsterComponentInterface.prototype.findItemsWithItem;
2257
+ /** @type {?} */
2258
+ GridsterComponentInterface.prototype.checkGridCollision;
2259
+ /** @type {?} */
2260
+ GridsterComponentInterface.prototype.el;
2261
+ /** @type {?} */
2262
+ GridsterComponentInterface.prototype.renderer;
2263
+ /** @type {?} */
2264
+ GridsterComponentInterface.prototype.gridRenderer;
2265
+ /** @type {?} */
2266
+ GridsterComponentInterface.prototype.cdRef;
2267
+ /** @type {?} */
2268
+ GridsterComponentInterface.prototype.options;
2269
+ /** @type {?} */
2270
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2271
+ /** @type {?} */
2272
+ GridsterComponentInterface.prototype.updateGrid;
2273
+ /** @type {?} */
2274
+ GridsterComponentInterface.prototype.movingItem;
2275
+ /** @type {?} */
2276
+ GridsterComponentInterface.prototype.addItem;
2277
+ /** @type {?} */
2278
+ GridsterComponentInterface.prototype.removeItem;
2279
+ /** @type {?} */
2280
+ GridsterComponentInterface.prototype.previewStyle;
2281
+ /** @type {?} */
2282
+ GridsterComponentInterface.prototype.mobile;
2283
+ /** @type {?} */
2284
+ GridsterComponentInterface.prototype.curWidth;
2285
+ /** @type {?} */
2286
+ GridsterComponentInterface.prototype.curHeight;
2287
+ /** @type {?} */
2288
+ GridsterComponentInterface.prototype.columns;
2289
+ /** @type {?} */
2290
+ GridsterComponentInterface.prototype.rows;
2291
+ /** @type {?} */
2292
+ GridsterComponentInterface.prototype.curColWidth;
2293
+ /** @type {?} */
2294
+ GridsterComponentInterface.prototype.curRowHeight;
2295
+ /** @type {?} */
2296
+ GridsterComponentInterface.prototype.windowResize;
2297
+ /** @type {?} */
2298
+ GridsterComponentInterface.prototype.setGridDimensions;
2299
+ /** @type {?} */
2300
+ GridsterComponentInterface.prototype.dragInProgress;
2301
+ /** @type {?} */
2302
+ GridsterComponentInterface.prototype.emptyCell;
2303
+ /** @type {?} */
2304
+ GridsterComponentInterface.prototype.compact;
2305
+ /** @type {?} */
2306
+ GridsterComponentInterface.prototype.zone;
2307
+ /** @type {?} */
2308
+ GridsterComponentInterface.prototype.gridRows;
2309
+ /** @type {?} */
2310
+ GridsterComponentInterface.prototype.gridColumns;
2311
+ }
1775
2312
 
1776
2313
  /**
1777
2314
  * @fileoverview added by tsickle
1778
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2315
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1779
2316
  */
1780
2317
  var GridsterEmptyCell = /** @class */ (function () {
1781
2318
  function GridsterEmptyCell(gridster) {
@@ -2092,11 +2629,44 @@
2092
2629
  { type: GridsterComponentInterface }
2093
2630
  ]; };
2094
2631
  return GridsterEmptyCell;
2095
- }());
2632
+ }());
2633
+ if (false) {
2634
+ /** @type {?} */
2635
+ GridsterEmptyCell.prototype.initialItem;
2636
+ /** @type {?} */
2637
+ GridsterEmptyCell.prototype.emptyCellClick;
2638
+ /** @type {?} */
2639
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2640
+ /** @type {?} */
2641
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2642
+ /** @type {?} */
2643
+ GridsterEmptyCell.prototype.emptyCellDrop;
2644
+ /** @type {?} */
2645
+ GridsterEmptyCell.prototype.emptyCellDrag;
2646
+ /** @type {?} */
2647
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2648
+ /** @type {?} */
2649
+ GridsterEmptyCell.prototype.emptyCellMMove;
2650
+ /** @type {?} */
2651
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2652
+ /** @type {?} */
2653
+ GridsterEmptyCell.prototype.emptyCellUp;
2654
+ /** @type {?} */
2655
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2656
+ /** @type {?} */
2657
+ GridsterEmptyCell.prototype.emptyCellMove;
2658
+ /** @type {?} */
2659
+ GridsterEmptyCell.prototype.emptyCellExit;
2660
+ /**
2661
+ * @type {?}
2662
+ * @private
2663
+ */
2664
+ GridsterEmptyCell.prototype.gridster;
2665
+ }
2096
2666
 
2097
2667
  /**
2098
2668
  * @fileoverview added by tsickle
2099
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2669
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2100
2670
  */
2101
2671
  var GridsterCompact = /** @class */ (function () {
2102
2672
  function GridsterCompact(gridster) {
@@ -2334,11 +2904,18 @@
2334
2904
  { type: GridsterComponentInterface }
2335
2905
  ]; };
2336
2906
  return GridsterCompact;
2337
- }());
2907
+ }());
2908
+ if (false) {
2909
+ /**
2910
+ * @type {?}
2911
+ * @private
2912
+ */
2913
+ GridsterCompact.prototype.gridster;
2914
+ }
2338
2915
 
2339
2916
  /**
2340
2917
  * @fileoverview added by tsickle
2341
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2918
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2342
2919
  */
2343
2920
  var GridsterRenderer = /** @class */ (function () {
2344
2921
  function GridsterRenderer(gridster) {
@@ -2645,11 +3222,18 @@
2645
3222
  { type: GridsterComponentInterface }
2646
3223
  ]; };
2647
3224
  return GridsterRenderer;
2648
- }());
3225
+ }());
3226
+ if (false) {
3227
+ /**
3228
+ * @type {?}
3229
+ * @private
3230
+ */
3231
+ GridsterRenderer.prototype.gridster;
3232
+ }
2649
3233
 
2650
3234
  /**
2651
3235
  * @fileoverview added by tsickle
2652
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3236
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2653
3237
  */
2654
3238
  var GridsterComponent = /** @class */ (function () {
2655
3239
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2804,6 +3388,17 @@
2804
3388
  if (this.options.destroyCallback) {
2805
3389
  this.options.destroyCallback(this);
2806
3390
  }
3391
+ //if (this.options.api) {
3392
+ /* this.options.api getting undefined for new dashboard load- temp fix
3393
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3394
+ * ondestroy of current this.options.api instance - needs to investigate further
3395
+ */
3396
+ if (false) {
3397
+ this.options.api.resize = undefined;
3398
+ this.options.api.optionsChanged = undefined;
3399
+ this.options.api.getNextPossiblePosition = undefined;
3400
+ this.options.api = undefined;
3401
+ }
2807
3402
  this.emptyCell.destroy();
2808
3403
  delete this.emptyCell;
2809
3404
  this.compact.destroy();
@@ -3380,11 +3975,61 @@
3380
3975
  options: [{ type: core.Input }]
3381
3976
  };
3382
3977
  return GridsterComponent;
3383
- }());
3978
+ }());
3979
+ if (false) {
3980
+ /** @type {?} */
3981
+ GridsterComponent.prototype.options;
3982
+ /** @type {?} */
3983
+ GridsterComponent.prototype.calculateLayoutDebounce;
3984
+ /** @type {?} */
3985
+ GridsterComponent.prototype.movingItem;
3986
+ /** @type {?} */
3987
+ GridsterComponent.prototype.previewStyle;
3988
+ /** @type {?} */
3989
+ GridsterComponent.prototype.el;
3990
+ /** @type {?} */
3991
+ GridsterComponent.prototype.$options;
3992
+ /** @type {?} */
3993
+ GridsterComponent.prototype.mobile;
3994
+ /** @type {?} */
3995
+ GridsterComponent.prototype.curWidth;
3996
+ /** @type {?} */
3997
+ GridsterComponent.prototype.curHeight;
3998
+ /** @type {?} */
3999
+ GridsterComponent.prototype.grid;
4000
+ /** @type {?} */
4001
+ GridsterComponent.prototype.columns;
4002
+ /** @type {?} */
4003
+ GridsterComponent.prototype.rows;
4004
+ /** @type {?} */
4005
+ GridsterComponent.prototype.curColWidth;
4006
+ /** @type {?} */
4007
+ GridsterComponent.prototype.curRowHeight;
4008
+ /** @type {?} */
4009
+ GridsterComponent.prototype.gridColumns;
4010
+ /** @type {?} */
4011
+ GridsterComponent.prototype.gridRows;
4012
+ /** @type {?} */
4013
+ GridsterComponent.prototype.windowResize;
4014
+ /** @type {?} */
4015
+ GridsterComponent.prototype.dragInProgress;
4016
+ /** @type {?} */
4017
+ GridsterComponent.prototype.emptyCell;
4018
+ /** @type {?} */
4019
+ GridsterComponent.prototype.compact;
4020
+ /** @type {?} */
4021
+ GridsterComponent.prototype.gridRenderer;
4022
+ /** @type {?} */
4023
+ GridsterComponent.prototype.renderer;
4024
+ /** @type {?} */
4025
+ GridsterComponent.prototype.cdRef;
4026
+ /** @type {?} */
4027
+ GridsterComponent.prototype.zone;
4028
+ }
3384
4029
 
3385
4030
  /**
3386
4031
  * @fileoverview added by tsickle
3387
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4032
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3388
4033
  */
3389
4034
  /**
3390
4035
  * @abstract
@@ -3396,11 +4041,49 @@
3396
4041
  function GridsterItemComponentInterface() {
3397
4042
  }
3398
4043
  return GridsterItemComponentInterface;
3399
- }());
4044
+ }());
4045
+ if (false) {
4046
+ /** @type {?} */
4047
+ GridsterItemComponentInterface.prototype.item;
4048
+ /** @type {?} */
4049
+ GridsterItemComponentInterface.prototype.$item;
4050
+ /** @type {?} */
4051
+ GridsterItemComponentInterface.prototype.top;
4052
+ /** @type {?} */
4053
+ GridsterItemComponentInterface.prototype.left;
4054
+ /** @type {?} */
4055
+ GridsterItemComponentInterface.prototype.width;
4056
+ /** @type {?} */
4057
+ GridsterItemComponentInterface.prototype.height;
4058
+ /** @type {?} */
4059
+ GridsterItemComponentInterface.prototype.drag;
4060
+ /** @type {?} */
4061
+ GridsterItemComponentInterface.prototype.resize;
4062
+ /** @type {?} */
4063
+ GridsterItemComponentInterface.prototype.notPlaced;
4064
+ /** @type {?} */
4065
+ GridsterItemComponentInterface.prototype.updateOptions;
4066
+ /** @type {?} */
4067
+ GridsterItemComponentInterface.prototype.itemChanged;
4068
+ /** @type {?} */
4069
+ GridsterItemComponentInterface.prototype.setSize;
4070
+ /** @type {?} */
4071
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4072
+ /** @type {?} */
4073
+ GridsterItemComponentInterface.prototype.canBeDragged;
4074
+ /** @type {?} */
4075
+ GridsterItemComponentInterface.prototype.canBeResized;
4076
+ /** @type {?} */
4077
+ GridsterItemComponentInterface.prototype.el;
4078
+ /** @type {?} */
4079
+ GridsterItemComponentInterface.prototype.gridster;
4080
+ /** @type {?} */
4081
+ GridsterItemComponentInterface.prototype.renderer;
4082
+ }
3400
4083
 
3401
4084
  /**
3402
4085
  * @fileoverview added by tsickle
3403
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4086
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3404
4087
  */
3405
4088
  var GridsterSwap = /** @class */ (function () {
3406
4089
  function GridsterSwap(gridsterItem) {
@@ -3528,11 +4211,28 @@
3528
4211
  { type: GridsterItemComponentInterface }
3529
4212
  ]; };
3530
4213
  return GridsterSwap;
3531
- }());
4214
+ }());
4215
+ if (false) {
4216
+ /**
4217
+ * @type {?}
4218
+ * @private
4219
+ */
4220
+ GridsterSwap.prototype.swapedItem;
4221
+ /**
4222
+ * @type {?}
4223
+ * @private
4224
+ */
4225
+ GridsterSwap.prototype.gridsterItem;
4226
+ /**
4227
+ * @type {?}
4228
+ * @private
4229
+ */
4230
+ GridsterSwap.prototype.gridster;
4231
+ }
3532
4232
 
3533
4233
  /**
3534
4234
  * @fileoverview added by tsickle
3535
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4235
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3536
4236
  */
3537
4237
  /** @type {?} */
3538
4238
  var scrollSensitivity;
@@ -3727,7 +4427,7 @@
3727
4427
 
3728
4428
  /**
3729
4429
  * @fileoverview added by tsickle
3730
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4430
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3731
4431
  */
3732
4432
  var GridsterPush = /** @class */ (function () {
3733
4433
  function GridsterPush(gridsterItem) {
@@ -4217,11 +4917,61 @@
4217
4917
  { type: GridsterItemComponentInterface }
4218
4918
  ]; };
4219
4919
  return GridsterPush;
4220
- }());
4920
+ }());
4921
+ if (false) {
4922
+ /** @type {?} */
4923
+ GridsterPush.prototype.fromSouth;
4924
+ /** @type {?} */
4925
+ GridsterPush.prototype.fromNorth;
4926
+ /** @type {?} */
4927
+ GridsterPush.prototype.fromEast;
4928
+ /** @type {?} */
4929
+ GridsterPush.prototype.fromWest;
4930
+ /**
4931
+ * @type {?}
4932
+ * @private
4933
+ */
4934
+ GridsterPush.prototype.pushedItems;
4935
+ /**
4936
+ * @type {?}
4937
+ * @private
4938
+ */
4939
+ GridsterPush.prototype.pushedItemsTemp;
4940
+ /**
4941
+ * @type {?}
4942
+ * @private
4943
+ */
4944
+ GridsterPush.prototype.pushedItemsTempPath;
4945
+ /**
4946
+ * @type {?}
4947
+ * @private
4948
+ */
4949
+ GridsterPush.prototype.pushedItemsPath;
4950
+ /**
4951
+ * @type {?}
4952
+ * @private
4953
+ */
4954
+ GridsterPush.prototype.gridsterItem;
4955
+ /**
4956
+ * @type {?}
4957
+ * @private
4958
+ */
4959
+ GridsterPush.prototype.gridster;
4960
+ /**
4961
+ * @type {?}
4962
+ * @private
4963
+ */
4964
+ GridsterPush.prototype.pushedItemsOrder;
4965
+ /**
4966
+ * @type {?}
4967
+ * @private
4968
+ */
4969
+ GridsterPush.prototype.tryPattern;
4970
+ }
4221
4971
 
4222
4972
  /**
4223
4973
  * @fileoverview added by tsickle
4224
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4974
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4225
4975
  */
4226
4976
  var GridsterDraggable = /** @class */ (function () {
4227
4977
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4525,6 +5275,10 @@
4525
5275
  this.gridsterItem.$item.cols = itemColsbackup;
4526
5276
  this.gridsterItem.$item.rows = itemRowsbackup;
4527
5277
  }
5278
+ else {
5279
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5280
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5281
+ }
4528
5282
  return this.gridsterItem.$item;
4529
5283
  };
4530
5284
  /**
@@ -4681,11 +5435,84 @@
4681
5435
  { type: core.NgZone }
4682
5436
  ]; };
4683
5437
  return GridsterDraggable;
4684
- }());
5438
+ }());
5439
+ if (false) {
5440
+ /** @type {?} */
5441
+ GridsterDraggable.prototype.gridsterItem;
5442
+ /** @type {?} */
5443
+ GridsterDraggable.prototype.gridster;
5444
+ /** @type {?} */
5445
+ GridsterDraggable.prototype.lastMouse;
5446
+ /** @type {?} */
5447
+ GridsterDraggable.prototype.offsetLeft;
5448
+ /** @type {?} */
5449
+ GridsterDraggable.prototype.offsetTop;
5450
+ /** @type {?} */
5451
+ GridsterDraggable.prototype.margin;
5452
+ /** @type {?} */
5453
+ GridsterDraggable.prototype.diffTop;
5454
+ /** @type {?} */
5455
+ GridsterDraggable.prototype.diffLeft;
5456
+ /** @type {?} */
5457
+ GridsterDraggable.prototype.top;
5458
+ /** @type {?} */
5459
+ GridsterDraggable.prototype.left;
5460
+ /** @type {?} */
5461
+ GridsterDraggable.prototype.height;
5462
+ /** @type {?} */
5463
+ GridsterDraggable.prototype.width;
5464
+ /** @type {?} */
5465
+ GridsterDraggable.prototype.positionX;
5466
+ /** @type {?} */
5467
+ GridsterDraggable.prototype.positionY;
5468
+ /** @type {?} */
5469
+ GridsterDraggable.prototype.positionXBackup;
5470
+ /** @type {?} */
5471
+ GridsterDraggable.prototype.positionYBackup;
5472
+ /** @type {?} */
5473
+ GridsterDraggable.prototype.enabled;
5474
+ /** @type {?} */
5475
+ GridsterDraggable.prototype.dragStartFunction;
5476
+ /** @type {?} */
5477
+ GridsterDraggable.prototype.dragFunction;
5478
+ /** @type {?} */
5479
+ GridsterDraggable.prototype.dragStopFunction;
5480
+ /** @type {?} */
5481
+ GridsterDraggable.prototype.mousemove;
5482
+ /** @type {?} */
5483
+ GridsterDraggable.prototype.mouseup;
5484
+ /** @type {?} */
5485
+ GridsterDraggable.prototype.mouseleave;
5486
+ /** @type {?} */
5487
+ GridsterDraggable.prototype.cancelOnBlur;
5488
+ /** @type {?} */
5489
+ GridsterDraggable.prototype.touchmove;
5490
+ /** @type {?} */
5491
+ GridsterDraggable.prototype.touchend;
5492
+ /** @type {?} */
5493
+ GridsterDraggable.prototype.touchcancel;
5494
+ /** @type {?} */
5495
+ GridsterDraggable.prototype.mousedown;
5496
+ /** @type {?} */
5497
+ GridsterDraggable.prototype.touchstart;
5498
+ /** @type {?} */
5499
+ GridsterDraggable.prototype.push;
5500
+ /** @type {?} */
5501
+ GridsterDraggable.prototype.swap;
5502
+ /** @type {?} */
5503
+ GridsterDraggable.prototype.path;
5504
+ /** @type {?} */
5505
+ GridsterDraggable.prototype.collision;
5506
+ /**
5507
+ * @type {?}
5508
+ * @private
5509
+ */
5510
+ GridsterDraggable.prototype.zone;
5511
+ }
4685
5512
 
4686
5513
  /**
4687
5514
  * @fileoverview added by tsickle
4688
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5515
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4689
5516
  */
4690
5517
  var GridsterPushResize = /** @class */ (function () {
4691
5518
  function GridsterPushResize(gridsterItem) {
@@ -5065,11 +5892,46 @@
5065
5892
  { type: GridsterItemComponentInterface }
5066
5893
  ]; };
5067
5894
  return GridsterPushResize;
5068
- }());
5895
+ }());
5896
+ if (false) {
5897
+ /** @type {?} */
5898
+ GridsterPushResize.prototype.fromSouth;
5899
+ /** @type {?} */
5900
+ GridsterPushResize.prototype.fromNorth;
5901
+ /** @type {?} */
5902
+ GridsterPushResize.prototype.fromEast;
5903
+ /** @type {?} */
5904
+ GridsterPushResize.prototype.fromWest;
5905
+ /**
5906
+ * @type {?}
5907
+ * @private
5908
+ */
5909
+ GridsterPushResize.prototype.pushedItems;
5910
+ /**
5911
+ * @type {?}
5912
+ * @private
5913
+ */
5914
+ GridsterPushResize.prototype.pushedItemsPath;
5915
+ /**
5916
+ * @type {?}
5917
+ * @private
5918
+ */
5919
+ GridsterPushResize.prototype.gridsterItem;
5920
+ /**
5921
+ * @type {?}
5922
+ * @private
5923
+ */
5924
+ GridsterPushResize.prototype.gridster;
5925
+ /**
5926
+ * @type {?}
5927
+ * @private
5928
+ */
5929
+ GridsterPushResize.prototype.tryPattern;
5930
+ }
5069
5931
 
5070
5932
  /**
5071
5933
  * @fileoverview added by tsickle
5072
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5934
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5073
5935
  */
5074
5936
  var GridsterResizable = /** @class */ (function () {
5075
5937
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5611,11 +6473,86 @@
5611
6473
  { type: core.NgZone }
5612
6474
  ]; };
5613
6475
  return GridsterResizable;
5614
- }());
6476
+ }());
6477
+ if (false) {
6478
+ /** @type {?} */
6479
+ GridsterResizable.prototype.gridsterItem;
6480
+ /** @type {?} */
6481
+ GridsterResizable.prototype.gridster;
6482
+ /** @type {?} */
6483
+ GridsterResizable.prototype.lastMouse;
6484
+ /** @type {?} */
6485
+ GridsterResizable.prototype.itemBackup;
6486
+ /** @type {?} */
6487
+ GridsterResizable.prototype.resizeEventScrollType;
6488
+ /** @type {?} */
6489
+ GridsterResizable.prototype.directionFunction;
6490
+ /** @type {?} */
6491
+ GridsterResizable.prototype.dragFunction;
6492
+ /** @type {?} */
6493
+ GridsterResizable.prototype.dragStopFunction;
6494
+ /** @type {?} */
6495
+ GridsterResizable.prototype.resizeEnabled;
6496
+ /** @type {?} */
6497
+ GridsterResizable.prototype.mousemove;
6498
+ /** @type {?} */
6499
+ GridsterResizable.prototype.mouseup;
6500
+ /** @type {?} */
6501
+ GridsterResizable.prototype.mouseleave;
6502
+ /** @type {?} */
6503
+ GridsterResizable.prototype.cancelOnBlur;
6504
+ /** @type {?} */
6505
+ GridsterResizable.prototype.touchmove;
6506
+ /** @type {?} */
6507
+ GridsterResizable.prototype.touchend;
6508
+ /** @type {?} */
6509
+ GridsterResizable.prototype.touchcancel;
6510
+ /** @type {?} */
6511
+ GridsterResizable.prototype.push;
6512
+ /** @type {?} */
6513
+ GridsterResizable.prototype.pushResize;
6514
+ /** @type {?} */
6515
+ GridsterResizable.prototype.minHeight;
6516
+ /** @type {?} */
6517
+ GridsterResizable.prototype.minWidth;
6518
+ /** @type {?} */
6519
+ GridsterResizable.prototype.offsetTop;
6520
+ /** @type {?} */
6521
+ GridsterResizable.prototype.offsetLeft;
6522
+ /** @type {?} */
6523
+ GridsterResizable.prototype.diffTop;
6524
+ /** @type {?} */
6525
+ GridsterResizable.prototype.diffLeft;
6526
+ /** @type {?} */
6527
+ GridsterResizable.prototype.diffRight;
6528
+ /** @type {?} */
6529
+ GridsterResizable.prototype.diffBottom;
6530
+ /** @type {?} */
6531
+ GridsterResizable.prototype.margin;
6532
+ /** @type {?} */
6533
+ GridsterResizable.prototype.top;
6534
+ /** @type {?} */
6535
+ GridsterResizable.prototype.left;
6536
+ /** @type {?} */
6537
+ GridsterResizable.prototype.bottom;
6538
+ /** @type {?} */
6539
+ GridsterResizable.prototype.right;
6540
+ /** @type {?} */
6541
+ GridsterResizable.prototype.width;
6542
+ /** @type {?} */
6543
+ GridsterResizable.prototype.height;
6544
+ /** @type {?} */
6545
+ GridsterResizable.prototype.newPosition;
6546
+ /**
6547
+ * @type {?}
6548
+ * @private
6549
+ */
6550
+ GridsterResizable.prototype.zone;
6551
+ }
5615
6552
 
5616
6553
  /**
5617
6554
  * @fileoverview added by tsickle
5618
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6555
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5619
6556
  */
5620
6557
  var GridsterItemComponent = /** @class */ (function () {
5621
6558
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5810,11 +6747,44 @@
5810
6747
  item: [{ type: core.Input }]
5811
6748
  };
5812
6749
  return GridsterItemComponent;
5813
- }());
6750
+ }());
6751
+ if (false) {
6752
+ /** @type {?} */
6753
+ GridsterItemComponent.prototype.item;
6754
+ /** @type {?} */
6755
+ GridsterItemComponent.prototype.$item;
6756
+ /** @type {?} */
6757
+ GridsterItemComponent.prototype.el;
6758
+ /** @type {?} */
6759
+ GridsterItemComponent.prototype.gridster;
6760
+ /** @type {?} */
6761
+ GridsterItemComponent.prototype.top;
6762
+ /** @type {?} */
6763
+ GridsterItemComponent.prototype.left;
6764
+ /** @type {?} */
6765
+ GridsterItemComponent.prototype.width;
6766
+ /** @type {?} */
6767
+ GridsterItemComponent.prototype.height;
6768
+ /** @type {?} */
6769
+ GridsterItemComponent.prototype.drag;
6770
+ /** @type {?} */
6771
+ GridsterItemComponent.prototype.resize;
6772
+ /** @type {?} */
6773
+ GridsterItemComponent.prototype.notPlaced;
6774
+ /** @type {?} */
6775
+ GridsterItemComponent.prototype.init;
6776
+ /** @type {?} */
6777
+ GridsterItemComponent.prototype.renderer;
6778
+ /**
6779
+ * @type {?}
6780
+ * @private
6781
+ */
6782
+ GridsterItemComponent.prototype.zone;
6783
+ }
5814
6784
 
5815
6785
  /**
5816
6786
  * @fileoverview added by tsickle
5817
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6787
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5818
6788
  */
5819
6789
  var GridsterPreviewComponent = /** @class */ (function () {
5820
6790
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5869,11 +6839,19 @@
5869
6839
  { type: core.Renderer2 }
5870
6840
  ]; };
5871
6841
  return GridsterPreviewComponent;
5872
- }());
6842
+ }());
6843
+ if (false) {
6844
+ /** @type {?} */
6845
+ GridsterPreviewComponent.prototype.el;
6846
+ /** @type {?} */
6847
+ GridsterPreviewComponent.prototype.gridster;
6848
+ /** @type {?} */
6849
+ GridsterPreviewComponent.prototype.renderer;
6850
+ }
5873
6851
 
5874
6852
  /**
5875
6853
  * @fileoverview added by tsickle
5876
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6854
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5877
6855
  */
5878
6856
  var GridsterModule = /** @class */ (function () {
5879
6857
  function GridsterModule() {
@@ -5898,7 +6876,7 @@
5898
6876
 
5899
6877
  /**
5900
6878
  * @fileoverview added by tsickle
5901
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6879
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5902
6880
  */
5903
6881
  /** @type {?} */
5904
6882
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5939,7 +6917,7 @@
5939
6917
 
5940
6918
  /**
5941
6919
  * @fileoverview added by tsickle
5942
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6920
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5943
6921
  */
5944
6922
  /**
5945
6923
  * @abstract
@@ -5983,11 +6961,35 @@
5983
6961
  initialize: [{ type: core.Input }]
5984
6962
  };
5985
6963
  return RaBaseDashboardTemplate;
5986
- }());
6964
+ }());
6965
+ if (false) {
6966
+ /** @type {?} */
6967
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6968
+ /** @type {?} */
6969
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6970
+ /** @type {?} */
6971
+ RaBaseDashboardTemplate.prototype.appConfig;
6972
+ /** @type {?} */
6973
+ RaBaseDashboardTemplate.prototype.dashboardId;
6974
+ /** @type {?} */
6975
+ RaBaseDashboardTemplate.prototype.globalFilter;
6976
+ /** @type {?} */
6977
+ RaBaseDashboardTemplate.prototype.initialize;
6978
+ /**
6979
+ * @type {?}
6980
+ * @private
6981
+ */
6982
+ RaBaseDashboardTemplate.prototype.ngZone;
6983
+ /**
6984
+ * @abstract
6985
+ * @return {?}
6986
+ */
6987
+ RaBaseDashboardTemplate.prototype.init = function () { };
6988
+ }
5987
6989
 
5988
6990
  /**
5989
6991
  * @fileoverview added by tsickle
5990
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6992
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5991
6993
  */
5992
6994
  /**
5993
6995
  * @abstract
@@ -6007,7 +7009,19 @@
6007
7009
  getAllFilterConfig: [{ type: core.Input }]
6008
7010
  };
6009
7011
  return RaBaseDashboardFilter;
6010
- }());
7012
+ }());
7013
+ if (false) {
7014
+ /**
7015
+ * @type {?}
7016
+ * @private
7017
+ */
7018
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7019
+ /**
7020
+ * @abstract
7021
+ * @return {?}
7022
+ */
7023
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7024
+ }
6011
7025
 
6012
7026
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
6013
7027
  exports.RADashboardArea = RADashboardArea;