@schneideress/dashboardframework 0.0.62 → 0.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +85 -1080
  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 +33 -16
  30. package/esm2015/lib/ra.base.dashboard.filter.js +2 -2
  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 +41 -19
  64. package/esm5/lib/ra.base.dashboard.filter.js +2 -2
  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 +75 -965
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +86 -971
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -44,33 +44,6 @@
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
-
74
47
  function __awaiter(thisArg, _arguments, P, generator) {
75
48
  return new (P || (P = Promise))(function (resolve, reject) {
76
49
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -106,104 +79,11 @@
106
79
  } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
107
80
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
108
81
  }
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 };
202
82
  }
203
83
 
204
84
  /**
205
85
  * @fileoverview added by tsickle
206
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
86
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
207
87
  */
208
88
  var RaDashboardService = /** @class */ (function (_super) {
209
89
  __extends(RaDashboardService, _super);
@@ -407,18 +287,11 @@
407
287
  ]; };
408
288
  /** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
409
289
  return RaDashboardService;
410
- }(essUtil.BaseService));
411
- if (false) {
412
- /**
413
- * @type {?}
414
- * @private
415
- */
416
- RaDashboardService.prototype.loadedScripts;
417
- }
290
+ }(essUtil.BaseService));
418
291
 
419
292
  /**
420
293
  * @fileoverview added by tsickle
421
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
294
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
422
295
  */
423
296
  var RADashboardEventBus = /** @class */ (function () {
424
297
  function RADashboardEventBus() {
@@ -527,18 +400,11 @@
527
400
  ];
528
401
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
529
402
  return RADashboardEventBus;
530
- }());
531
- if (false) {
532
- /**
533
- * @type {?}
534
- * @private
535
- */
536
- RADashboardEventBus.prototype.eventQueue;
537
- }
403
+ }());
538
404
 
539
405
  /**
540
406
  * @fileoverview added by tsickle
541
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
407
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
542
408
  */
543
409
  /** @enum {string} */
544
410
  var RAEvent = {
@@ -587,7 +453,7 @@
587
453
 
588
454
  /**
589
455
  * @fileoverview added by tsickle
590
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
456
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
591
457
  */
592
458
  /** @enum {string} */
593
459
  var GridType = {
@@ -614,196 +480,11 @@
614
480
  CompactRight: 'compactRight',
615
481
  CompactUpAndRight: 'compactUp&Right',
616
482
  CompactRightAndUp: 'compactRight&Up',
617
- };
618
- /**
619
- * @record
620
- */
621
- function GridsterConfig() { }
622
- if (false) {
623
- /** @type {?|undefined} */
624
- GridsterConfig.prototype.gridType;
625
- /** @type {?|undefined} */
626
- GridsterConfig.prototype.fixedColWidth;
627
- /** @type {?|undefined} */
628
- GridsterConfig.prototype.fixedRowHeight;
629
- /** @type {?|undefined} */
630
- GridsterConfig.prototype.keepFixedHeightInMobile;
631
- /** @type {?|undefined} */
632
- GridsterConfig.prototype.keepFixedWidthInMobile;
633
- /** @type {?|undefined} */
634
- GridsterConfig.prototype.setGridSize;
635
- /** @type {?|undefined} */
636
- GridsterConfig.prototype.compactType;
637
- /** @type {?|undefined} */
638
- GridsterConfig.prototype.mobileBreakpoint;
639
- /** @type {?|undefined} */
640
- GridsterConfig.prototype.minCols;
641
- /** @type {?|undefined} */
642
- GridsterConfig.prototype.maxCols;
643
- /** @type {?|undefined} */
644
- GridsterConfig.prototype.minRows;
645
- /** @type {?|undefined} */
646
- GridsterConfig.prototype.maxRows;
647
- /** @type {?|undefined} */
648
- GridsterConfig.prototype.defaultItemCols;
649
- /** @type {?|undefined} */
650
- GridsterConfig.prototype.defaultItemRows;
651
- /** @type {?|undefined} */
652
- GridsterConfig.prototype.maxItemCols;
653
- /** @type {?|undefined} */
654
- GridsterConfig.prototype.maxItemRows;
655
- /** @type {?|undefined} */
656
- GridsterConfig.prototype.minItemCols;
657
- /** @type {?|undefined} */
658
- GridsterConfig.prototype.minItemRows;
659
- /** @type {?|undefined} */
660
- GridsterConfig.prototype.minItemArea;
661
- /** @type {?|undefined} */
662
- GridsterConfig.prototype.maxItemArea;
663
- /** @type {?|undefined} */
664
- GridsterConfig.prototype.margin;
665
- /** @type {?|undefined} */
666
- GridsterConfig.prototype.outerMargin;
667
- /** @type {?|undefined} */
668
- GridsterConfig.prototype.outerMarginTop;
669
- /** @type {?|undefined} */
670
- GridsterConfig.prototype.outerMarginRight;
671
- /** @type {?|undefined} */
672
- GridsterConfig.prototype.outerMarginBottom;
673
- /** @type {?|undefined} */
674
- GridsterConfig.prototype.outerMarginLeft;
675
- /** @type {?|undefined} */
676
- GridsterConfig.prototype.useTransformPositioning;
677
- /** @type {?|undefined} */
678
- GridsterConfig.prototype.scrollSensitivity;
679
- /** @type {?|undefined} */
680
- GridsterConfig.prototype.scrollSpeed;
681
- /** @type {?|undefined} */
682
- GridsterConfig.prototype.initCallback;
683
- /** @type {?|undefined} */
684
- GridsterConfig.prototype.destroyCallback;
685
- /** @type {?|undefined} */
686
- GridsterConfig.prototype.gridSizeChangedCallback;
687
- /** @type {?|undefined} */
688
- GridsterConfig.prototype.itemChangeCallback;
689
- /** @type {?|undefined} */
690
- GridsterConfig.prototype.itemResizeCallback;
691
- /** @type {?|undefined} */
692
- GridsterConfig.prototype.itemInitCallback;
693
- /** @type {?|undefined} */
694
- GridsterConfig.prototype.itemRemovedCallback;
695
- /** @type {?|undefined} */
696
- GridsterConfig.prototype.itemValidateCallback;
697
- /** @type {?|undefined} */
698
- GridsterConfig.prototype.draggable;
699
- /** @type {?|undefined} */
700
- GridsterConfig.prototype.resizable;
701
- /** @type {?|undefined} */
702
- GridsterConfig.prototype.swap;
703
- /** @type {?|undefined} */
704
- GridsterConfig.prototype.pushItems;
705
- /** @type {?|undefined} */
706
- GridsterConfig.prototype.disablePushOnDrag;
707
- /** @type {?|undefined} */
708
- GridsterConfig.prototype.disablePushOnResize;
709
- /** @type {?|undefined} */
710
- GridsterConfig.prototype.disableAutoPositionOnConflict;
711
- /** @type {?|undefined} */
712
- GridsterConfig.prototype.pushDirections;
713
- /** @type {?|undefined} */
714
- GridsterConfig.prototype.pushResizeItems;
715
- /** @type {?|undefined} */
716
- GridsterConfig.prototype.displayGrid;
717
- /** @type {?|undefined} */
718
- GridsterConfig.prototype.disableWindowResize;
719
- /** @type {?|undefined} */
720
- GridsterConfig.prototype.disableWarnings;
721
- /** @type {?|undefined} */
722
- GridsterConfig.prototype.scrollToNewItems;
723
- /** @type {?|undefined} */
724
- GridsterConfig.prototype.enableEmptyCellClick;
725
- /** @type {?|undefined} */
726
- GridsterConfig.prototype.enableEmptyCellContextMenu;
727
- /** @type {?|undefined} */
728
- GridsterConfig.prototype.enableEmptyCellDrop;
729
- /** @type {?|undefined} */
730
- GridsterConfig.prototype.enableEmptyCellDrag;
731
- /** @type {?|undefined} */
732
- GridsterConfig.prototype.emptyCellClickCallback;
733
- /** @type {?|undefined} */
734
- GridsterConfig.prototype.emptyCellContextMenuCallback;
735
- /** @type {?|undefined} */
736
- GridsterConfig.prototype.emptyCellDropCallback;
737
- /** @type {?|undefined} */
738
- GridsterConfig.prototype.emptyCellDragCallback;
739
- /** @type {?|undefined} */
740
- GridsterConfig.prototype.emptyCellDragMaxCols;
741
- /** @type {?|undefined} */
742
- GridsterConfig.prototype.emptyCellDragMaxRows;
743
- /** @type {?|undefined} */
744
- GridsterConfig.prototype.ignoreMarginInRow;
745
- /** @type {?|undefined} */
746
- GridsterConfig.prototype.autoResizeonDrag;
747
- /** @type {?|undefined} */
748
- GridsterConfig.prototype.api;
749
- /* Skipping unhandled member: [propName: string]: any;*/
750
- }
751
- /**
752
- * @record
753
- */
754
- function DragBase() { }
755
- if (false) {
756
- /** @type {?|undefined} */
757
- DragBase.prototype.enabled;
758
- /** @type {?|undefined} */
759
- DragBase.prototype.stop;
760
- /** @type {?|undefined} */
761
- DragBase.prototype.start;
762
- /** @type {?|undefined} */
763
- DragBase.prototype.delayStart;
764
- }
765
- /**
766
- * @record
767
- */
768
- function Draggable() { }
769
- if (false) {
770
- /** @type {?|undefined} */
771
- Draggable.prototype.ignoreContentClass;
772
- /** @type {?|undefined} */
773
- Draggable.prototype.ignoreContent;
774
- /** @type {?|undefined} */
775
- Draggable.prototype.dragHandleClass;
776
- /** @type {?|undefined} */
777
- Draggable.prototype.dropOverItems;
778
- /** @type {?|undefined} */
779
- Draggable.prototype.dropOverItemsCallback;
780
- }
781
- /**
782
- * @record
783
- */
784
- function Resizable() { }
785
- if (false) {
786
- /** @type {?|undefined} */
787
- Resizable.prototype.handles;
788
- }
789
- /**
790
- * @record
791
- */
792
- function PushDirections() { }
793
- if (false) {
794
- /** @type {?} */
795
- PushDirections.prototype.north;
796
- /** @type {?} */
797
- PushDirections.prototype.east;
798
- /** @type {?} */
799
- PushDirections.prototype.south;
800
- /** @type {?} */
801
- PushDirections.prototype.west;
802
- }
483
+ };
803
484
 
804
485
  /**
805
486
  * @fileoverview added by tsickle
806
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
487
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
807
488
  */
808
489
  /** @type {?} */
809
490
  var GridsterConfigDefaultSettings = {
@@ -869,7 +550,7 @@
869
550
 
870
551
  /**
871
552
  * @fileoverview added by tsickle
872
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
553
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
873
554
  */
874
555
  var RADashboardArea = /** @class */ (function () {
875
556
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1370,83 +1051,11 @@
1370
1051
  appConfig: [{ type: core.Input, args: ['app-config',] }]
1371
1052
  };
1372
1053
  return RADashboardArea;
1373
- }());
1374
- if (false) {
1375
- /** @type {?} */
1376
- RADashboardArea.prototype.widgetList;
1377
- /** @type {?} */
1378
- RADashboardArea.prototype.options;
1379
- /** @type {?} */
1380
- RADashboardArea.prototype.gridheight;
1381
- /**
1382
- * @type {?}
1383
- * @private
1384
- */
1385
- RADashboardArea.prototype.conifgAddClick;
1386
- /**
1387
- * @type {?}
1388
- * @private
1389
- */
1390
- RADashboardArea.prototype.widgetDeleteEvent;
1391
- /**
1392
- * @type {?}
1393
- * @private
1394
- */
1395
- RADashboardArea.prototype.widgetAddEvent;
1396
- /**
1397
- * @type {?}
1398
- * @private
1399
- */
1400
- RADashboardArea.prototype.widgetLibraryDoneClick;
1401
- /**
1402
- * @type {?}
1403
- * @private
1404
- */
1405
- RADashboardArea.prototype.isWidgetLoaded;
1406
- /** @type {?} */
1407
- RADashboardArea.prototype.userDashboardId;
1408
- /** @type {?} */
1409
- RADashboardArea.prototype.areaKey;
1410
- /** @type {?} */
1411
- RADashboardArea.prototype.globalFilter;
1412
- /** @type {?} */
1413
- RADashboardArea.prototype.raDashboardEventBus;
1414
- /** @type {?} */
1415
- RADashboardArea.prototype.widgetHeight;
1416
- /** @type {?} */
1417
- RADashboardArea.prototype.widgetWidth;
1418
- /** @type {?} */
1419
- RADashboardArea.prototype.appConfig;
1420
- /**
1421
- * @type {?}
1422
- * @private
1423
- */
1424
- RADashboardArea.prototype.dashboardService;
1425
- /**
1426
- * @type {?}
1427
- * @private
1428
- */
1429
- RADashboardArea.prototype.ngZone;
1430
- /**
1431
- * @type {?}
1432
- * @private
1433
- */
1434
- RADashboardArea.prototype.ngxService;
1435
- /**
1436
- * @type {?}
1437
- * @private
1438
- */
1439
- RADashboardArea.prototype.translateService;
1440
- /**
1441
- * @type {?}
1442
- * @private
1443
- */
1444
- RADashboardArea.prototype.notifier;
1445
- }
1054
+ }());
1446
1055
 
1447
1056
  /**
1448
1057
  * @fileoverview added by tsickle
1449
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1058
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1450
1059
  */
1451
1060
  var RAWidgetContainer = /** @class */ (function () {
1452
1061
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1455,6 +1064,7 @@
1455
1064
  this.translateService = translateService;
1456
1065
  this.ngZone = ngZone;
1457
1066
  this.notifier = notifier;
1067
+ this.showPanel = false;
1458
1068
  this.isWidgetLoaded = false;
1459
1069
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1460
1070
  this.lockClass = "unlocked";
@@ -1635,23 +1245,42 @@
1635
1245
  * @return {?}
1636
1246
  */
1637
1247
  function () { return __awaiter(_this, void 0, void 0, function () {
1248
+ var _this = this;
1638
1249
  return __generator(this, function (_a) {
1639
- switch (_a.label) {
1640
- case 0:
1641
- console.log('widget initiated' + widgetInfo.widgetInstanceId);
1642
- widgetContainer.isWidgetLoaded = true;
1643
- widgetConfigFilter.appConfig = this.appConfig;
1644
- widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
1645
- widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
1646
- widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1647
- return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1648
- case 1:
1649
- _a.sent();
1650
- return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1651
- case 2:
1652
- _a.sent();
1653
- return [2 /*return*/];
1654
- }
1250
+ setTimeout((/**
1251
+ * @return {?}
1252
+ */
1253
+ function () { return __awaiter(_this, void 0, void 0, function () {
1254
+ var _this = this;
1255
+ return __generator(this, function (_a) {
1256
+ switch (_a.label) {
1257
+ case 0:
1258
+ this.widgetElement.addEventListener('on-data-load', (/**
1259
+ * @param {?} e
1260
+ * @return {?}
1261
+ */
1262
+ function (e) {
1263
+ if (e.detail)
1264
+ _this.showPanel = true;
1265
+ else
1266
+ _this.showPanel = false;
1267
+ }));
1268
+ widgetContainer.isWidgetLoaded = true;
1269
+ widgetConfigFilter.appConfig = this.appConfig;
1270
+ widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
1271
+ widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
1272
+ widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1273
+ return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1274
+ case 1:
1275
+ _a.sent();
1276
+ return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1277
+ case 2:
1278
+ _a.sent();
1279
+ return [2 /*return*/];
1280
+ }
1281
+ });
1282
+ }); }));
1283
+ return [2 /*return*/];
1655
1284
  });
1656
1285
  }); }));
1657
1286
  _this.ctlWidget.nativeElement.appendChild(_this.widgetElement);
@@ -1772,7 +1401,7 @@
1772
1401
  RAWidgetContainer.decorators = [
1773
1402
  { type: core.Component, args: [{
1774
1403
  selector: 'ra-widget-container',
1775
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader widget-move\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1404
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader widget-move\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1776
1405
  styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1777
1406
  }] }
1778
1407
  ];
@@ -1796,84 +1425,11 @@
1796
1425
  widgetDeleted: [{ type: core.Output }]
1797
1426
  };
1798
1427
  return RAWidgetContainer;
1799
- }());
1800
- if (false) {
1801
- /**
1802
- * @type {?}
1803
- * @private
1804
- */
1805
- RAWidgetContainer.prototype.isWidgetLoaded;
1806
- /**
1807
- * @type {?}
1808
- * @private
1809
- */
1810
- RAWidgetContainer.prototype.widgetElement;
1811
- /**
1812
- * @type {?}
1813
- * @private
1814
- */
1815
- RAWidgetContainer.prototype.configChanged;
1816
- /**
1817
- * @type {?}
1818
- * @private
1819
- */
1820
- RAWidgetContainer.prototype.isIEOrEdge;
1821
- /** @type {?} */
1822
- RAWidgetContainer.prototype.widgetHeight;
1823
- /** @type {?} */
1824
- RAWidgetContainer.prototype.lockClass;
1825
- /** @type {?} */
1826
- RAWidgetContainer.prototype.lockStatus;
1827
- /** @type {?} */
1828
- RAWidgetContainer.prototype.isDownloadIconVisible;
1829
- /** @type {?} */
1830
- RAWidgetContainer.prototype.ctlWidget;
1831
- /** @type {?} */
1832
- RAWidgetContainer.prototype.widgetInstanceId;
1833
- /** @type {?} */
1834
- RAWidgetContainer.prototype.globalFilter;
1835
- /** @type {?} */
1836
- RAWidgetContainer.prototype.data;
1837
- /** @type {?} */
1838
- RAWidgetContainer.prototype.raDashboardEventBus;
1839
- /** @type {?} */
1840
- RAWidgetContainer.prototype.appConfig;
1841
- /** @type {?} */
1842
- RAWidgetContainer.prototype.width;
1843
- /** @type {?} */
1844
- RAWidgetContainer.prototype.height;
1845
- /** @type {?} */
1846
- RAWidgetContainer.prototype.widgetDeleted;
1847
- /**
1848
- * @type {?}
1849
- * @private
1850
- */
1851
- RAWidgetContainer.prototype.dashboardService;
1852
- /**
1853
- * @type {?}
1854
- * @private
1855
- */
1856
- RAWidgetContainer.prototype.ngxService;
1857
- /**
1858
- * @type {?}
1859
- * @private
1860
- */
1861
- RAWidgetContainer.prototype.translateService;
1862
- /**
1863
- * @type {?}
1864
- * @private
1865
- */
1866
- RAWidgetContainer.prototype.ngZone;
1867
- /**
1868
- * @type {?}
1869
- * @private
1870
- */
1871
- RAWidgetContainer.prototype.notifier;
1872
- }
1428
+ }());
1873
1429
 
1874
1430
  /**
1875
1431
  * @fileoverview added by tsickle
1876
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1432
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1877
1433
  */
1878
1434
  /** @type {?} */
1879
1435
  var customNotifierOptions = {
@@ -1919,7 +1475,7 @@
1919
1475
 
1920
1476
  /**
1921
1477
  * @fileoverview added by tsickle
1922
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1478
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1923
1479
  */
1924
1480
  /** @type {?} */
1925
1481
  var GridsterConfigService = {
@@ -2097,7 +1653,7 @@
2097
1653
 
2098
1654
  /**
2099
1655
  * @fileoverview added by tsickle
2100
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1656
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2101
1657
  */
2102
1658
  var GridsterUtils = /** @class */ (function () {
2103
1659
  function GridsterUtils() {
@@ -2272,7 +1828,7 @@
2272
1828
 
2273
1829
  /**
2274
1830
  * @fileoverview added by tsickle
2275
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1831
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2276
1832
  */
2277
1833
  /**
2278
1834
  * @abstract
@@ -2284,85 +1840,11 @@
2284
1840
  function GridsterComponentInterface() {
2285
1841
  }
2286
1842
  return GridsterComponentInterface;
2287
- }());
2288
- if (false) {
2289
- /** @type {?} */
2290
- GridsterComponentInterface.prototype.$options;
2291
- /** @type {?} */
2292
- GridsterComponentInterface.prototype.grid;
2293
- /** @type {?} */
2294
- GridsterComponentInterface.prototype.checkCollision;
2295
- /** @type {?} */
2296
- GridsterComponentInterface.prototype.positionXToPixels;
2297
- /** @type {?} */
2298
- GridsterComponentInterface.prototype.pixelsToPositionX;
2299
- /** @type {?} */
2300
- GridsterComponentInterface.prototype.positionYToPixels;
2301
- /** @type {?} */
2302
- GridsterComponentInterface.prototype.pixelsToPositionY;
2303
- /** @type {?} */
2304
- GridsterComponentInterface.prototype.findItemWithItem;
2305
- /** @type {?} */
2306
- GridsterComponentInterface.prototype.findItemsWithItem;
2307
- /** @type {?} */
2308
- GridsterComponentInterface.prototype.checkGridCollision;
2309
- /** @type {?} */
2310
- GridsterComponentInterface.prototype.el;
2311
- /** @type {?} */
2312
- GridsterComponentInterface.prototype.renderer;
2313
- /** @type {?} */
2314
- GridsterComponentInterface.prototype.gridRenderer;
2315
- /** @type {?} */
2316
- GridsterComponentInterface.prototype.cdRef;
2317
- /** @type {?} */
2318
- GridsterComponentInterface.prototype.options;
2319
- /** @type {?} */
2320
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2321
- /** @type {?} */
2322
- GridsterComponentInterface.prototype.updateGrid;
2323
- /** @type {?} */
2324
- GridsterComponentInterface.prototype.movingItem;
2325
- /** @type {?} */
2326
- GridsterComponentInterface.prototype.addItem;
2327
- /** @type {?} */
2328
- GridsterComponentInterface.prototype.removeItem;
2329
- /** @type {?} */
2330
- GridsterComponentInterface.prototype.previewStyle;
2331
- /** @type {?} */
2332
- GridsterComponentInterface.prototype.mobile;
2333
- /** @type {?} */
2334
- GridsterComponentInterface.prototype.curWidth;
2335
- /** @type {?} */
2336
- GridsterComponentInterface.prototype.curHeight;
2337
- /** @type {?} */
2338
- GridsterComponentInterface.prototype.columns;
2339
- /** @type {?} */
2340
- GridsterComponentInterface.prototype.rows;
2341
- /** @type {?} */
2342
- GridsterComponentInterface.prototype.curColWidth;
2343
- /** @type {?} */
2344
- GridsterComponentInterface.prototype.curRowHeight;
2345
- /** @type {?} */
2346
- GridsterComponentInterface.prototype.windowResize;
2347
- /** @type {?} */
2348
- GridsterComponentInterface.prototype.setGridDimensions;
2349
- /** @type {?} */
2350
- GridsterComponentInterface.prototype.dragInProgress;
2351
- /** @type {?} */
2352
- GridsterComponentInterface.prototype.emptyCell;
2353
- /** @type {?} */
2354
- GridsterComponentInterface.prototype.compact;
2355
- /** @type {?} */
2356
- GridsterComponentInterface.prototype.zone;
2357
- /** @type {?} */
2358
- GridsterComponentInterface.prototype.gridRows;
2359
- /** @type {?} */
2360
- GridsterComponentInterface.prototype.gridColumns;
2361
- }
1843
+ }());
2362
1844
 
2363
1845
  /**
2364
1846
  * @fileoverview added by tsickle
2365
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1847
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2366
1848
  */
2367
1849
  var GridsterEmptyCell = /** @class */ (function () {
2368
1850
  function GridsterEmptyCell(gridster) {
@@ -2679,44 +2161,11 @@
2679
2161
  { type: GridsterComponentInterface }
2680
2162
  ]; };
2681
2163
  return GridsterEmptyCell;
2682
- }());
2683
- if (false) {
2684
- /** @type {?} */
2685
- GridsterEmptyCell.prototype.initialItem;
2686
- /** @type {?} */
2687
- GridsterEmptyCell.prototype.emptyCellClick;
2688
- /** @type {?} */
2689
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2690
- /** @type {?} */
2691
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2692
- /** @type {?} */
2693
- GridsterEmptyCell.prototype.emptyCellDrop;
2694
- /** @type {?} */
2695
- GridsterEmptyCell.prototype.emptyCellDrag;
2696
- /** @type {?} */
2697
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2698
- /** @type {?} */
2699
- GridsterEmptyCell.prototype.emptyCellMMove;
2700
- /** @type {?} */
2701
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2702
- /** @type {?} */
2703
- GridsterEmptyCell.prototype.emptyCellUp;
2704
- /** @type {?} */
2705
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2706
- /** @type {?} */
2707
- GridsterEmptyCell.prototype.emptyCellMove;
2708
- /** @type {?} */
2709
- GridsterEmptyCell.prototype.emptyCellExit;
2710
- /**
2711
- * @type {?}
2712
- * @private
2713
- */
2714
- GridsterEmptyCell.prototype.gridster;
2715
- }
2164
+ }());
2716
2165
 
2717
2166
  /**
2718
2167
  * @fileoverview added by tsickle
2719
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2168
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2720
2169
  */
2721
2170
  var GridsterCompact = /** @class */ (function () {
2722
2171
  function GridsterCompact(gridster) {
@@ -2954,18 +2403,11 @@
2954
2403
  { type: GridsterComponentInterface }
2955
2404
  ]; };
2956
2405
  return GridsterCompact;
2957
- }());
2958
- if (false) {
2959
- /**
2960
- * @type {?}
2961
- * @private
2962
- */
2963
- GridsterCompact.prototype.gridster;
2964
- }
2406
+ }());
2965
2407
 
2966
2408
  /**
2967
2409
  * @fileoverview added by tsickle
2968
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2410
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2969
2411
  */
2970
2412
  var GridsterRenderer = /** @class */ (function () {
2971
2413
  function GridsterRenderer(gridster) {
@@ -3272,18 +2714,11 @@
3272
2714
  { type: GridsterComponentInterface }
3273
2715
  ]; };
3274
2716
  return GridsterRenderer;
3275
- }());
3276
- if (false) {
3277
- /**
3278
- * @type {?}
3279
- * @private
3280
- */
3281
- GridsterRenderer.prototype.gridster;
3282
- }
2717
+ }());
3283
2718
 
3284
2719
  /**
3285
2720
  * @fileoverview added by tsickle
3286
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2721
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3287
2722
  */
3288
2723
  var GridsterComponent = /** @class */ (function () {
3289
2724
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3438,17 +2873,6 @@
3438
2873
  if (this.options.destroyCallback) {
3439
2874
  this.options.destroyCallback(this);
3440
2875
  }
3441
- //if (this.options.api) {
3442
- /* this.options.api getting undefined for new dashboard load- temp fix
3443
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3444
- * ondestroy of current this.options.api instance - needs to investigate further
3445
- */
3446
- if (false) {
3447
- this.options.api.resize = undefined;
3448
- this.options.api.optionsChanged = undefined;
3449
- this.options.api.getNextPossiblePosition = undefined;
3450
- this.options.api = undefined;
3451
- }
3452
2876
  this.emptyCell.destroy();
3453
2877
  delete this.emptyCell;
3454
2878
  this.compact.destroy();
@@ -4025,61 +3449,11 @@
4025
3449
  options: [{ type: core.Input }]
4026
3450
  };
4027
3451
  return GridsterComponent;
4028
- }());
4029
- if (false) {
4030
- /** @type {?} */
4031
- GridsterComponent.prototype.options;
4032
- /** @type {?} */
4033
- GridsterComponent.prototype.calculateLayoutDebounce;
4034
- /** @type {?} */
4035
- GridsterComponent.prototype.movingItem;
4036
- /** @type {?} */
4037
- GridsterComponent.prototype.previewStyle;
4038
- /** @type {?} */
4039
- GridsterComponent.prototype.el;
4040
- /** @type {?} */
4041
- GridsterComponent.prototype.$options;
4042
- /** @type {?} */
4043
- GridsterComponent.prototype.mobile;
4044
- /** @type {?} */
4045
- GridsterComponent.prototype.curWidth;
4046
- /** @type {?} */
4047
- GridsterComponent.prototype.curHeight;
4048
- /** @type {?} */
4049
- GridsterComponent.prototype.grid;
4050
- /** @type {?} */
4051
- GridsterComponent.prototype.columns;
4052
- /** @type {?} */
4053
- GridsterComponent.prototype.rows;
4054
- /** @type {?} */
4055
- GridsterComponent.prototype.curColWidth;
4056
- /** @type {?} */
4057
- GridsterComponent.prototype.curRowHeight;
4058
- /** @type {?} */
4059
- GridsterComponent.prototype.gridColumns;
4060
- /** @type {?} */
4061
- GridsterComponent.prototype.gridRows;
4062
- /** @type {?} */
4063
- GridsterComponent.prototype.windowResize;
4064
- /** @type {?} */
4065
- GridsterComponent.prototype.dragInProgress;
4066
- /** @type {?} */
4067
- GridsterComponent.prototype.emptyCell;
4068
- /** @type {?} */
4069
- GridsterComponent.prototype.compact;
4070
- /** @type {?} */
4071
- GridsterComponent.prototype.gridRenderer;
4072
- /** @type {?} */
4073
- GridsterComponent.prototype.renderer;
4074
- /** @type {?} */
4075
- GridsterComponent.prototype.cdRef;
4076
- /** @type {?} */
4077
- GridsterComponent.prototype.zone;
4078
- }
3452
+ }());
4079
3453
 
4080
3454
  /**
4081
3455
  * @fileoverview added by tsickle
4082
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3456
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4083
3457
  */
4084
3458
  /**
4085
3459
  * @abstract
@@ -4091,49 +3465,11 @@
4091
3465
  function GridsterItemComponentInterface() {
4092
3466
  }
4093
3467
  return GridsterItemComponentInterface;
4094
- }());
4095
- if (false) {
4096
- /** @type {?} */
4097
- GridsterItemComponentInterface.prototype.item;
4098
- /** @type {?} */
4099
- GridsterItemComponentInterface.prototype.$item;
4100
- /** @type {?} */
4101
- GridsterItemComponentInterface.prototype.top;
4102
- /** @type {?} */
4103
- GridsterItemComponentInterface.prototype.left;
4104
- /** @type {?} */
4105
- GridsterItemComponentInterface.prototype.width;
4106
- /** @type {?} */
4107
- GridsterItemComponentInterface.prototype.height;
4108
- /** @type {?} */
4109
- GridsterItemComponentInterface.prototype.drag;
4110
- /** @type {?} */
4111
- GridsterItemComponentInterface.prototype.resize;
4112
- /** @type {?} */
4113
- GridsterItemComponentInterface.prototype.notPlaced;
4114
- /** @type {?} */
4115
- GridsterItemComponentInterface.prototype.updateOptions;
4116
- /** @type {?} */
4117
- GridsterItemComponentInterface.prototype.itemChanged;
4118
- /** @type {?} */
4119
- GridsterItemComponentInterface.prototype.setSize;
4120
- /** @type {?} */
4121
- GridsterItemComponentInterface.prototype.checkItemChanges;
4122
- /** @type {?} */
4123
- GridsterItemComponentInterface.prototype.canBeDragged;
4124
- /** @type {?} */
4125
- GridsterItemComponentInterface.prototype.canBeResized;
4126
- /** @type {?} */
4127
- GridsterItemComponentInterface.prototype.el;
4128
- /** @type {?} */
4129
- GridsterItemComponentInterface.prototype.gridster;
4130
- /** @type {?} */
4131
- GridsterItemComponentInterface.prototype.renderer;
4132
- }
3468
+ }());
4133
3469
 
4134
3470
  /**
4135
3471
  * @fileoverview added by tsickle
4136
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3472
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4137
3473
  */
4138
3474
  var GridsterSwap = /** @class */ (function () {
4139
3475
  function GridsterSwap(gridsterItem) {
@@ -4261,28 +3597,11 @@
4261
3597
  { type: GridsterItemComponentInterface }
4262
3598
  ]; };
4263
3599
  return GridsterSwap;
4264
- }());
4265
- if (false) {
4266
- /**
4267
- * @type {?}
4268
- * @private
4269
- */
4270
- GridsterSwap.prototype.swapedItem;
4271
- /**
4272
- * @type {?}
4273
- * @private
4274
- */
4275
- GridsterSwap.prototype.gridsterItem;
4276
- /**
4277
- * @type {?}
4278
- * @private
4279
- */
4280
- GridsterSwap.prototype.gridster;
4281
- }
3600
+ }());
4282
3601
 
4283
3602
  /**
4284
3603
  * @fileoverview added by tsickle
4285
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3604
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4286
3605
  */
4287
3606
  /** @type {?} */
4288
3607
  var scrollSensitivity;
@@ -4477,7 +3796,7 @@
4477
3796
 
4478
3797
  /**
4479
3798
  * @fileoverview added by tsickle
4480
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3799
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4481
3800
  */
4482
3801
  var GridsterPush = /** @class */ (function () {
4483
3802
  function GridsterPush(gridsterItem) {
@@ -4967,61 +4286,11 @@
4967
4286
  { type: GridsterItemComponentInterface }
4968
4287
  ]; };
4969
4288
  return GridsterPush;
4970
- }());
4971
- if (false) {
4972
- /** @type {?} */
4973
- GridsterPush.prototype.fromSouth;
4974
- /** @type {?} */
4975
- GridsterPush.prototype.fromNorth;
4976
- /** @type {?} */
4977
- GridsterPush.prototype.fromEast;
4978
- /** @type {?} */
4979
- GridsterPush.prototype.fromWest;
4980
- /**
4981
- * @type {?}
4982
- * @private
4983
- */
4984
- GridsterPush.prototype.pushedItems;
4985
- /**
4986
- * @type {?}
4987
- * @private
4988
- */
4989
- GridsterPush.prototype.pushedItemsTemp;
4990
- /**
4991
- * @type {?}
4992
- * @private
4993
- */
4994
- GridsterPush.prototype.pushedItemsTempPath;
4995
- /**
4996
- * @type {?}
4997
- * @private
4998
- */
4999
- GridsterPush.prototype.pushedItemsPath;
5000
- /**
5001
- * @type {?}
5002
- * @private
5003
- */
5004
- GridsterPush.prototype.gridsterItem;
5005
- /**
5006
- * @type {?}
5007
- * @private
5008
- */
5009
- GridsterPush.prototype.gridster;
5010
- /**
5011
- * @type {?}
5012
- * @private
5013
- */
5014
- GridsterPush.prototype.pushedItemsOrder;
5015
- /**
5016
- * @type {?}
5017
- * @private
5018
- */
5019
- GridsterPush.prototype.tryPattern;
5020
- }
4289
+ }());
5021
4290
 
5022
4291
  /**
5023
4292
  * @fileoverview added by tsickle
5024
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4293
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5025
4294
  */
5026
4295
  var GridsterDraggable = /** @class */ (function () {
5027
4296
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5325,10 +4594,6 @@
5325
4594
  this.gridsterItem.$item.cols = itemColsbackup;
5326
4595
  this.gridsterItem.$item.rows = itemRowsbackup;
5327
4596
  }
5328
- else {
5329
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5330
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5331
- }
5332
4597
  return this.gridsterItem.$item;
5333
4598
  };
5334
4599
  /**
@@ -5485,84 +4750,11 @@
5485
4750
  { type: core.NgZone }
5486
4751
  ]; };
5487
4752
  return GridsterDraggable;
5488
- }());
5489
- if (false) {
5490
- /** @type {?} */
5491
- GridsterDraggable.prototype.gridsterItem;
5492
- /** @type {?} */
5493
- GridsterDraggable.prototype.gridster;
5494
- /** @type {?} */
5495
- GridsterDraggable.prototype.lastMouse;
5496
- /** @type {?} */
5497
- GridsterDraggable.prototype.offsetLeft;
5498
- /** @type {?} */
5499
- GridsterDraggable.prototype.offsetTop;
5500
- /** @type {?} */
5501
- GridsterDraggable.prototype.margin;
5502
- /** @type {?} */
5503
- GridsterDraggable.prototype.diffTop;
5504
- /** @type {?} */
5505
- GridsterDraggable.prototype.diffLeft;
5506
- /** @type {?} */
5507
- GridsterDraggable.prototype.top;
5508
- /** @type {?} */
5509
- GridsterDraggable.prototype.left;
5510
- /** @type {?} */
5511
- GridsterDraggable.prototype.height;
5512
- /** @type {?} */
5513
- GridsterDraggable.prototype.width;
5514
- /** @type {?} */
5515
- GridsterDraggable.prototype.positionX;
5516
- /** @type {?} */
5517
- GridsterDraggable.prototype.positionY;
5518
- /** @type {?} */
5519
- GridsterDraggable.prototype.positionXBackup;
5520
- /** @type {?} */
5521
- GridsterDraggable.prototype.positionYBackup;
5522
- /** @type {?} */
5523
- GridsterDraggable.prototype.enabled;
5524
- /** @type {?} */
5525
- GridsterDraggable.prototype.dragStartFunction;
5526
- /** @type {?} */
5527
- GridsterDraggable.prototype.dragFunction;
5528
- /** @type {?} */
5529
- GridsterDraggable.prototype.dragStopFunction;
5530
- /** @type {?} */
5531
- GridsterDraggable.prototype.mousemove;
5532
- /** @type {?} */
5533
- GridsterDraggable.prototype.mouseup;
5534
- /** @type {?} */
5535
- GridsterDraggable.prototype.mouseleave;
5536
- /** @type {?} */
5537
- GridsterDraggable.prototype.cancelOnBlur;
5538
- /** @type {?} */
5539
- GridsterDraggable.prototype.touchmove;
5540
- /** @type {?} */
5541
- GridsterDraggable.prototype.touchend;
5542
- /** @type {?} */
5543
- GridsterDraggable.prototype.touchcancel;
5544
- /** @type {?} */
5545
- GridsterDraggable.prototype.mousedown;
5546
- /** @type {?} */
5547
- GridsterDraggable.prototype.touchstart;
5548
- /** @type {?} */
5549
- GridsterDraggable.prototype.push;
5550
- /** @type {?} */
5551
- GridsterDraggable.prototype.swap;
5552
- /** @type {?} */
5553
- GridsterDraggable.prototype.path;
5554
- /** @type {?} */
5555
- GridsterDraggable.prototype.collision;
5556
- /**
5557
- * @type {?}
5558
- * @private
5559
- */
5560
- GridsterDraggable.prototype.zone;
5561
- }
4753
+ }());
5562
4754
 
5563
4755
  /**
5564
4756
  * @fileoverview added by tsickle
5565
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4757
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5566
4758
  */
5567
4759
  var GridsterPushResize = /** @class */ (function () {
5568
4760
  function GridsterPushResize(gridsterItem) {
@@ -5942,46 +5134,11 @@
5942
5134
  { type: GridsterItemComponentInterface }
5943
5135
  ]; };
5944
5136
  return GridsterPushResize;
5945
- }());
5946
- if (false) {
5947
- /** @type {?} */
5948
- GridsterPushResize.prototype.fromSouth;
5949
- /** @type {?} */
5950
- GridsterPushResize.prototype.fromNorth;
5951
- /** @type {?} */
5952
- GridsterPushResize.prototype.fromEast;
5953
- /** @type {?} */
5954
- GridsterPushResize.prototype.fromWest;
5955
- /**
5956
- * @type {?}
5957
- * @private
5958
- */
5959
- GridsterPushResize.prototype.pushedItems;
5960
- /**
5961
- * @type {?}
5962
- * @private
5963
- */
5964
- GridsterPushResize.prototype.pushedItemsPath;
5965
- /**
5966
- * @type {?}
5967
- * @private
5968
- */
5969
- GridsterPushResize.prototype.gridsterItem;
5970
- /**
5971
- * @type {?}
5972
- * @private
5973
- */
5974
- GridsterPushResize.prototype.gridster;
5975
- /**
5976
- * @type {?}
5977
- * @private
5978
- */
5979
- GridsterPushResize.prototype.tryPattern;
5980
- }
5137
+ }());
5981
5138
 
5982
5139
  /**
5983
5140
  * @fileoverview added by tsickle
5984
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5141
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5985
5142
  */
5986
5143
  var GridsterResizable = /** @class */ (function () {
5987
5144
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6523,86 +5680,11 @@
6523
5680
  { type: core.NgZone }
6524
5681
  ]; };
6525
5682
  return GridsterResizable;
6526
- }());
6527
- if (false) {
6528
- /** @type {?} */
6529
- GridsterResizable.prototype.gridsterItem;
6530
- /** @type {?} */
6531
- GridsterResizable.prototype.gridster;
6532
- /** @type {?} */
6533
- GridsterResizable.prototype.lastMouse;
6534
- /** @type {?} */
6535
- GridsterResizable.prototype.itemBackup;
6536
- /** @type {?} */
6537
- GridsterResizable.prototype.resizeEventScrollType;
6538
- /** @type {?} */
6539
- GridsterResizable.prototype.directionFunction;
6540
- /** @type {?} */
6541
- GridsterResizable.prototype.dragFunction;
6542
- /** @type {?} */
6543
- GridsterResizable.prototype.dragStopFunction;
6544
- /** @type {?} */
6545
- GridsterResizable.prototype.resizeEnabled;
6546
- /** @type {?} */
6547
- GridsterResizable.prototype.mousemove;
6548
- /** @type {?} */
6549
- GridsterResizable.prototype.mouseup;
6550
- /** @type {?} */
6551
- GridsterResizable.prototype.mouseleave;
6552
- /** @type {?} */
6553
- GridsterResizable.prototype.cancelOnBlur;
6554
- /** @type {?} */
6555
- GridsterResizable.prototype.touchmove;
6556
- /** @type {?} */
6557
- GridsterResizable.prototype.touchend;
6558
- /** @type {?} */
6559
- GridsterResizable.prototype.touchcancel;
6560
- /** @type {?} */
6561
- GridsterResizable.prototype.push;
6562
- /** @type {?} */
6563
- GridsterResizable.prototype.pushResize;
6564
- /** @type {?} */
6565
- GridsterResizable.prototype.minHeight;
6566
- /** @type {?} */
6567
- GridsterResizable.prototype.minWidth;
6568
- /** @type {?} */
6569
- GridsterResizable.prototype.offsetTop;
6570
- /** @type {?} */
6571
- GridsterResizable.prototype.offsetLeft;
6572
- /** @type {?} */
6573
- GridsterResizable.prototype.diffTop;
6574
- /** @type {?} */
6575
- GridsterResizable.prototype.diffLeft;
6576
- /** @type {?} */
6577
- GridsterResizable.prototype.diffRight;
6578
- /** @type {?} */
6579
- GridsterResizable.prototype.diffBottom;
6580
- /** @type {?} */
6581
- GridsterResizable.prototype.margin;
6582
- /** @type {?} */
6583
- GridsterResizable.prototype.top;
6584
- /** @type {?} */
6585
- GridsterResizable.prototype.left;
6586
- /** @type {?} */
6587
- GridsterResizable.prototype.bottom;
6588
- /** @type {?} */
6589
- GridsterResizable.prototype.right;
6590
- /** @type {?} */
6591
- GridsterResizable.prototype.width;
6592
- /** @type {?} */
6593
- GridsterResizable.prototype.height;
6594
- /** @type {?} */
6595
- GridsterResizable.prototype.newPosition;
6596
- /**
6597
- * @type {?}
6598
- * @private
6599
- */
6600
- GridsterResizable.prototype.zone;
6601
- }
5683
+ }());
6602
5684
 
6603
5685
  /**
6604
5686
  * @fileoverview added by tsickle
6605
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5687
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6606
5688
  */
6607
5689
  var GridsterItemComponent = /** @class */ (function () {
6608
5690
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6797,44 +5879,11 @@
6797
5879
  item: [{ type: core.Input }]
6798
5880
  };
6799
5881
  return GridsterItemComponent;
6800
- }());
6801
- if (false) {
6802
- /** @type {?} */
6803
- GridsterItemComponent.prototype.item;
6804
- /** @type {?} */
6805
- GridsterItemComponent.prototype.$item;
6806
- /** @type {?} */
6807
- GridsterItemComponent.prototype.el;
6808
- /** @type {?} */
6809
- GridsterItemComponent.prototype.gridster;
6810
- /** @type {?} */
6811
- GridsterItemComponent.prototype.top;
6812
- /** @type {?} */
6813
- GridsterItemComponent.prototype.left;
6814
- /** @type {?} */
6815
- GridsterItemComponent.prototype.width;
6816
- /** @type {?} */
6817
- GridsterItemComponent.prototype.height;
6818
- /** @type {?} */
6819
- GridsterItemComponent.prototype.drag;
6820
- /** @type {?} */
6821
- GridsterItemComponent.prototype.resize;
6822
- /** @type {?} */
6823
- GridsterItemComponent.prototype.notPlaced;
6824
- /** @type {?} */
6825
- GridsterItemComponent.prototype.init;
6826
- /** @type {?} */
6827
- GridsterItemComponent.prototype.renderer;
6828
- /**
6829
- * @type {?}
6830
- * @private
6831
- */
6832
- GridsterItemComponent.prototype.zone;
6833
- }
5882
+ }());
6834
5883
 
6835
5884
  /**
6836
5885
  * @fileoverview added by tsickle
6837
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5886
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6838
5887
  */
6839
5888
  var GridsterPreviewComponent = /** @class */ (function () {
6840
5889
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6889,19 +5938,11 @@
6889
5938
  { type: core.Renderer2 }
6890
5939
  ]; };
6891
5940
  return GridsterPreviewComponent;
6892
- }());
6893
- if (false) {
6894
- /** @type {?} */
6895
- GridsterPreviewComponent.prototype.el;
6896
- /** @type {?} */
6897
- GridsterPreviewComponent.prototype.gridster;
6898
- /** @type {?} */
6899
- GridsterPreviewComponent.prototype.renderer;
6900
- }
5941
+ }());
6901
5942
 
6902
5943
  /**
6903
5944
  * @fileoverview added by tsickle
6904
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5945
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6905
5946
  */
6906
5947
  var GridsterModule = /** @class */ (function () {
6907
5948
  function GridsterModule() {
@@ -6926,7 +5967,7 @@
6926
5967
 
6927
5968
  /**
6928
5969
  * @fileoverview added by tsickle
6929
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5970
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6930
5971
  */
6931
5972
  /** @type {?} */
6932
5973
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6967,7 +6008,7 @@
6967
6008
 
6968
6009
  /**
6969
6010
  * @fileoverview added by tsickle
6970
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6011
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6971
6012
  */
6972
6013
  /**
6973
6014
  * @abstract
@@ -7011,35 +6052,11 @@
7011
6052
  initialize: [{ type: core.Input }]
7012
6053
  };
7013
6054
  return RaBaseDashboardTemplate;
7014
- }());
7015
- if (false) {
7016
- /** @type {?} */
7017
- RaBaseDashboardTemplate.prototype.userDashboardId;
7018
- /** @type {?} */
7019
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7020
- /** @type {?} */
7021
- RaBaseDashboardTemplate.prototype.appConfig;
7022
- /** @type {?} */
7023
- RaBaseDashboardTemplate.prototype.dashboardId;
7024
- /** @type {?} */
7025
- RaBaseDashboardTemplate.prototype.globalFilter;
7026
- /** @type {?} */
7027
- RaBaseDashboardTemplate.prototype.initialize;
7028
- /**
7029
- * @type {?}
7030
- * @private
7031
- */
7032
- RaBaseDashboardTemplate.prototype.ngZone;
7033
- /**
7034
- * @abstract
7035
- * @return {?}
7036
- */
7037
- RaBaseDashboardTemplate.prototype.init = function () { };
7038
- }
6055
+ }());
7039
6056
 
7040
6057
  /**
7041
6058
  * @fileoverview added by tsickle
7042
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6059
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7043
6060
  */
7044
6061
  /**
7045
6062
  * @abstract
@@ -7059,19 +6076,7 @@
7059
6076
  getAllFilterConfig: [{ type: core.Input }]
7060
6077
  };
7061
6078
  return RaBaseDashboardFilter;
7062
- }());
7063
- if (false) {
7064
- /**
7065
- * @type {?}
7066
- * @private
7067
- */
7068
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7069
- /**
7070
- * @abstract
7071
- * @return {?}
7072
- */
7073
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7074
- }
6079
+ }());
7075
6080
 
7076
6081
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7077
6082
  exports.RADashboardArea = RADashboardArea;