@schneideress/dashboardframework 0.0.44 → 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 +1063 -50
  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 +8 -8
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +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 +4 -4
  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 +955 -52
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +954 -51
  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) {
@@ -1333,8 +1724,8 @@
1333
1724
  RAWidgetContainer.decorators = [
1334
1725
  { type: core.Component, args: [{
1335
1726
  selector: 'ra-widget-container',
1336
- 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>",
1337
- 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}"]
1338
1729
  }] }
1339
1730
  ];
1340
1731
  /** @nocollapse */
@@ -1357,11 +1748,82 @@
1357
1748
  widgetDeleted: [{ type: core.Output }]
1358
1749
  };
1359
1750
  return RAWidgetContainer;
1360
- }());
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
+ }
1361
1823
 
1362
1824
  /**
1363
1825
  * @fileoverview added by tsickle
1364
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1826
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1365
1827
  */
1366
1828
  /** @type {?} */
1367
1829
  var customNotifierOptions = {
@@ -1407,7 +1869,7 @@
1407
1869
 
1408
1870
  /**
1409
1871
  * @fileoverview added by tsickle
1410
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1872
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1411
1873
  */
1412
1874
  /** @type {?} */
1413
1875
  var GridsterConfigService = {
@@ -1585,7 +2047,7 @@
1585
2047
 
1586
2048
  /**
1587
2049
  * @fileoverview added by tsickle
1588
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2050
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1589
2051
  */
1590
2052
  var GridsterUtils = /** @class */ (function () {
1591
2053
  function GridsterUtils() {
@@ -1760,7 +2222,7 @@
1760
2222
 
1761
2223
  /**
1762
2224
  * @fileoverview added by tsickle
1763
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2225
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1764
2226
  */
1765
2227
  /**
1766
2228
  * @abstract
@@ -1772,11 +2234,85 @@
1772
2234
  function GridsterComponentInterface() {
1773
2235
  }
1774
2236
  return GridsterComponentInterface;
1775
- }());
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
+ }
1776
2312
 
1777
2313
  /**
1778
2314
  * @fileoverview added by tsickle
1779
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2315
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1780
2316
  */
1781
2317
  var GridsterEmptyCell = /** @class */ (function () {
1782
2318
  function GridsterEmptyCell(gridster) {
@@ -2093,11 +2629,44 @@
2093
2629
  { type: GridsterComponentInterface }
2094
2630
  ]; };
2095
2631
  return GridsterEmptyCell;
2096
- }());
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
+ }
2097
2666
 
2098
2667
  /**
2099
2668
  * @fileoverview added by tsickle
2100
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2669
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2101
2670
  */
2102
2671
  var GridsterCompact = /** @class */ (function () {
2103
2672
  function GridsterCompact(gridster) {
@@ -2335,11 +2904,18 @@
2335
2904
  { type: GridsterComponentInterface }
2336
2905
  ]; };
2337
2906
  return GridsterCompact;
2338
- }());
2907
+ }());
2908
+ if (false) {
2909
+ /**
2910
+ * @type {?}
2911
+ * @private
2912
+ */
2913
+ GridsterCompact.prototype.gridster;
2914
+ }
2339
2915
 
2340
2916
  /**
2341
2917
  * @fileoverview added by tsickle
2342
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2918
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2343
2919
  */
2344
2920
  var GridsterRenderer = /** @class */ (function () {
2345
2921
  function GridsterRenderer(gridster) {
@@ -2646,11 +3222,18 @@
2646
3222
  { type: GridsterComponentInterface }
2647
3223
  ]; };
2648
3224
  return GridsterRenderer;
2649
- }());
3225
+ }());
3226
+ if (false) {
3227
+ /**
3228
+ * @type {?}
3229
+ * @private
3230
+ */
3231
+ GridsterRenderer.prototype.gridster;
3232
+ }
2650
3233
 
2651
3234
  /**
2652
3235
  * @fileoverview added by tsickle
2653
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3236
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2654
3237
  */
2655
3238
  var GridsterComponent = /** @class */ (function () {
2656
3239
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2805,6 +3388,17 @@
2805
3388
  if (this.options.destroyCallback) {
2806
3389
  this.options.destroyCallback(this);
2807
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
+ }
2808
3402
  this.emptyCell.destroy();
2809
3403
  delete this.emptyCell;
2810
3404
  this.compact.destroy();
@@ -3381,11 +3975,61 @@
3381
3975
  options: [{ type: core.Input }]
3382
3976
  };
3383
3977
  return GridsterComponent;
3384
- }());
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
+ }
3385
4029
 
3386
4030
  /**
3387
4031
  * @fileoverview added by tsickle
3388
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4032
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3389
4033
  */
3390
4034
  /**
3391
4035
  * @abstract
@@ -3397,11 +4041,49 @@
3397
4041
  function GridsterItemComponentInterface() {
3398
4042
  }
3399
4043
  return GridsterItemComponentInterface;
3400
- }());
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
+ }
3401
4083
 
3402
4084
  /**
3403
4085
  * @fileoverview added by tsickle
3404
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4086
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3405
4087
  */
3406
4088
  var GridsterSwap = /** @class */ (function () {
3407
4089
  function GridsterSwap(gridsterItem) {
@@ -3529,11 +4211,28 @@
3529
4211
  { type: GridsterItemComponentInterface }
3530
4212
  ]; };
3531
4213
  return GridsterSwap;
3532
- }());
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
+ }
3533
4232
 
3534
4233
  /**
3535
4234
  * @fileoverview added by tsickle
3536
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4235
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3537
4236
  */
3538
4237
  /** @type {?} */
3539
4238
  var scrollSensitivity;
@@ -3728,7 +4427,7 @@
3728
4427
 
3729
4428
  /**
3730
4429
  * @fileoverview added by tsickle
3731
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4430
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3732
4431
  */
3733
4432
  var GridsterPush = /** @class */ (function () {
3734
4433
  function GridsterPush(gridsterItem) {
@@ -4218,11 +4917,61 @@
4218
4917
  { type: GridsterItemComponentInterface }
4219
4918
  ]; };
4220
4919
  return GridsterPush;
4221
- }());
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
+ }
4222
4971
 
4223
4972
  /**
4224
4973
  * @fileoverview added by tsickle
4225
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4974
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4226
4975
  */
4227
4976
  var GridsterDraggable = /** @class */ (function () {
4228
4977
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4526,6 +5275,10 @@
4526
5275
  this.gridsterItem.$item.cols = itemColsbackup;
4527
5276
  this.gridsterItem.$item.rows = itemRowsbackup;
4528
5277
  }
5278
+ else {
5279
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5280
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5281
+ }
4529
5282
  return this.gridsterItem.$item;
4530
5283
  };
4531
5284
  /**
@@ -4682,11 +5435,84 @@
4682
5435
  { type: core.NgZone }
4683
5436
  ]; };
4684
5437
  return GridsterDraggable;
4685
- }());
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
+ }
4686
5512
 
4687
5513
  /**
4688
5514
  * @fileoverview added by tsickle
4689
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5515
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4690
5516
  */
4691
5517
  var GridsterPushResize = /** @class */ (function () {
4692
5518
  function GridsterPushResize(gridsterItem) {
@@ -5066,11 +5892,46 @@
5066
5892
  { type: GridsterItemComponentInterface }
5067
5893
  ]; };
5068
5894
  return GridsterPushResize;
5069
- }());
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
+ }
5070
5931
 
5071
5932
  /**
5072
5933
  * @fileoverview added by tsickle
5073
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5934
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5074
5935
  */
5075
5936
  var GridsterResizable = /** @class */ (function () {
5076
5937
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5612,11 +6473,86 @@
5612
6473
  { type: core.NgZone }
5613
6474
  ]; };
5614
6475
  return GridsterResizable;
5615
- }());
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
+ }
5616
6552
 
5617
6553
  /**
5618
6554
  * @fileoverview added by tsickle
5619
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6555
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5620
6556
  */
5621
6557
  var GridsterItemComponent = /** @class */ (function () {
5622
6558
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5811,11 +6747,44 @@
5811
6747
  item: [{ type: core.Input }]
5812
6748
  };
5813
6749
  return GridsterItemComponent;
5814
- }());
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
+ }
5815
6784
 
5816
6785
  /**
5817
6786
  * @fileoverview added by tsickle
5818
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6787
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5819
6788
  */
5820
6789
  var GridsterPreviewComponent = /** @class */ (function () {
5821
6790
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5870,11 +6839,19 @@
5870
6839
  { type: core.Renderer2 }
5871
6840
  ]; };
5872
6841
  return GridsterPreviewComponent;
5873
- }());
6842
+ }());
6843
+ if (false) {
6844
+ /** @type {?} */
6845
+ GridsterPreviewComponent.prototype.el;
6846
+ /** @type {?} */
6847
+ GridsterPreviewComponent.prototype.gridster;
6848
+ /** @type {?} */
6849
+ GridsterPreviewComponent.prototype.renderer;
6850
+ }
5874
6851
 
5875
6852
  /**
5876
6853
  * @fileoverview added by tsickle
5877
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6854
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5878
6855
  */
5879
6856
  var GridsterModule = /** @class */ (function () {
5880
6857
  function GridsterModule() {
@@ -5899,7 +6876,7 @@
5899
6876
 
5900
6877
  /**
5901
6878
  * @fileoverview added by tsickle
5902
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6879
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5903
6880
  */
5904
6881
  /** @type {?} */
5905
6882
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5940,7 +6917,7 @@
5940
6917
 
5941
6918
  /**
5942
6919
  * @fileoverview added by tsickle
5943
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6920
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5944
6921
  */
5945
6922
  /**
5946
6923
  * @abstract
@@ -5984,11 +6961,35 @@
5984
6961
  initialize: [{ type: core.Input }]
5985
6962
  };
5986
6963
  return RaBaseDashboardTemplate;
5987
- }());
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
+ }
5988
6989
 
5989
6990
  /**
5990
6991
  * @fileoverview added by tsickle
5991
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6992
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5992
6993
  */
5993
6994
  /**
5994
6995
  * @abstract
@@ -6008,7 +7009,19 @@
6008
7009
  getAllFilterConfig: [{ type: core.Input }]
6009
7010
  };
6010
7011
  return RaBaseDashboardFilter;
6011
- }());
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
+ }
6012
7025
 
6013
7026
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
6014
7027
  exports.RADashboardArea = RADashboardArea;