@schneideress/dashboardframework 0.0.41 → 0.0.43

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 +50 -1076
  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 -18
  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 -17
  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 +52 -965
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +51 -967
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +0 -1
  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 = {
@@ -585,7 +451,7 @@
585
451
 
586
452
  /**
587
453
  * @fileoverview added by tsickle
588
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
454
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
589
455
  */
590
456
  /** @enum {string} */
591
457
  var GridType = {
@@ -612,196 +478,11 @@
612
478
  CompactRight: 'compactRight',
613
479
  CompactUpAndRight: 'compactUp&Right',
614
480
  CompactRightAndUp: 'compactRight&Up',
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
- }
481
+ };
801
482
 
802
483
  /**
803
484
  * @fileoverview added by tsickle
804
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
485
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
805
486
  */
806
487
  /** @type {?} */
807
488
  var GridsterConfigDefaultSettings = {
@@ -863,7 +544,7 @@
863
544
 
864
545
  /**
865
546
  * @fileoverview added by tsickle
866
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
547
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
867
548
  */
868
549
  var RADashboardArea = /** @class */ (function () {
869
550
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1359,83 +1040,11 @@
1359
1040
  appConfig: [{ type: core.Input, args: ['app-config',] }]
1360
1041
  };
1361
1042
  return RADashboardArea;
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
- }
1043
+ }());
1435
1044
 
1436
1045
  /**
1437
1046
  * @fileoverview added by tsickle
1438
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1047
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1439
1048
  */
1440
1049
  var RAWidgetContainer = /** @class */ (function () {
1441
1050
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1482,9 +1091,6 @@
1482
1091
  this.refreshWidget(this.data.widgetInfo);
1483
1092
  this.data.widgetInfo.isDimensionUpdate = false;
1484
1093
  }
1485
- if (changes.height && changes.height.currentValue != changes.height.previousValue) {
1486
- this.setWidgetheight();
1487
- }
1488
1094
  };
1489
1095
  /**
1490
1096
  * @return {?}
@@ -1590,15 +1196,6 @@
1590
1196
  this.refreshWidget(this.data.widgetInfo);
1591
1197
  // this.updateWidget(widgetInfo);
1592
1198
  };
1593
- /**
1594
- * @return {?}
1595
- */
1596
- RAWidgetContainer.prototype.setWidgetheight = /**
1597
- * @return {?}
1598
- */
1599
- function () {
1600
- this.widgetHeight = this.data.widgetInfo.height * this.data.widgetInfo.rowHeight + 2;
1601
- };
1602
1199
  /** To load external custom element to the widget container*/
1603
1200
  /**
1604
1201
  * To load external custom element to the widget container
@@ -1648,7 +1245,6 @@
1648
1245
  }); }));
1649
1246
  _this.ctlWidget.nativeElement.appendChild(_this.widgetElement);
1650
1247
  }));
1651
- this.setWidgetheight();
1652
1248
  return [2 /*return*/];
1653
1249
  });
1654
1250
  });
@@ -1736,8 +1332,8 @@
1736
1332
  RAWidgetContainer.decorators = [
1737
1333
  { type: core.Component, args: [{
1738
1334
  selector: 'ra-widget-container',
1739
- 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\" [style.height.px]=\"widgetHeight\">\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1740
- styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.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}"]
1335
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1336
+ styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1741
1337
  }] }
1742
1338
  ];
1743
1339
  /** @nocollapse */
@@ -1760,82 +1356,11 @@
1760
1356
  widgetDeleted: [{ type: core.Output }]
1761
1357
  };
1762
1358
  return RAWidgetContainer;
1763
- }());
1764
- if (false) {
1765
- /**
1766
- * @type {?}
1767
- * @private
1768
- */
1769
- RAWidgetContainer.prototype.isWidgetLoaded;
1770
- /**
1771
- * @type {?}
1772
- * @private
1773
- */
1774
- RAWidgetContainer.prototype.widgetElement;
1775
- /**
1776
- * @type {?}
1777
- * @private
1778
- */
1779
- RAWidgetContainer.prototype.configChanged;
1780
- /**
1781
- * @type {?}
1782
- * @private
1783
- */
1784
- RAWidgetContainer.prototype.isIEOrEdge;
1785
- /** @type {?} */
1786
- RAWidgetContainer.prototype.widgetHeight;
1787
- /** @type {?} */
1788
- RAWidgetContainer.prototype.lockClass;
1789
- /** @type {?} */
1790
- RAWidgetContainer.prototype.lockStatus;
1791
- /** @type {?} */
1792
- RAWidgetContainer.prototype.ctlWidget;
1793
- /** @type {?} */
1794
- RAWidgetContainer.prototype.widgetInstanceId;
1795
- /** @type {?} */
1796
- RAWidgetContainer.prototype.globalFilter;
1797
- /** @type {?} */
1798
- RAWidgetContainer.prototype.data;
1799
- /** @type {?} */
1800
- RAWidgetContainer.prototype.raDashboardEventBus;
1801
- /** @type {?} */
1802
- RAWidgetContainer.prototype.appConfig;
1803
- /** @type {?} */
1804
- RAWidgetContainer.prototype.width;
1805
- /** @type {?} */
1806
- RAWidgetContainer.prototype.height;
1807
- /** @type {?} */
1808
- RAWidgetContainer.prototype.widgetDeleted;
1809
- /**
1810
- * @type {?}
1811
- * @private
1812
- */
1813
- RAWidgetContainer.prototype.dashboardService;
1814
- /**
1815
- * @type {?}
1816
- * @private
1817
- */
1818
- RAWidgetContainer.prototype.ngxService;
1819
- /**
1820
- * @type {?}
1821
- * @private
1822
- */
1823
- RAWidgetContainer.prototype.translateService;
1824
- /**
1825
- * @type {?}
1826
- * @private
1827
- */
1828
- RAWidgetContainer.prototype.ngZone;
1829
- /**
1830
- * @type {?}
1831
- * @private
1832
- */
1833
- RAWidgetContainer.prototype.notifier;
1834
- }
1359
+ }());
1835
1360
 
1836
1361
  /**
1837
1362
  * @fileoverview added by tsickle
1838
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1363
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1839
1364
  */
1840
1365
  /** @type {?} */
1841
1366
  var customNotifierOptions = {
@@ -1881,7 +1406,7 @@
1881
1406
 
1882
1407
  /**
1883
1408
  * @fileoverview added by tsickle
1884
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1409
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1885
1410
  */
1886
1411
  /** @type {?} */
1887
1412
  var GridsterConfigService = {
@@ -2059,7 +1584,7 @@
2059
1584
 
2060
1585
  /**
2061
1586
  * @fileoverview added by tsickle
2062
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1587
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2063
1588
  */
2064
1589
  var GridsterUtils = /** @class */ (function () {
2065
1590
  function GridsterUtils() {
@@ -2234,7 +1759,7 @@
2234
1759
 
2235
1760
  /**
2236
1761
  * @fileoverview added by tsickle
2237
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1762
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2238
1763
  */
2239
1764
  /**
2240
1765
  * @abstract
@@ -2246,85 +1771,11 @@
2246
1771
  function GridsterComponentInterface() {
2247
1772
  }
2248
1773
  return GridsterComponentInterface;
2249
- }());
2250
- if (false) {
2251
- /** @type {?} */
2252
- GridsterComponentInterface.prototype.$options;
2253
- /** @type {?} */
2254
- GridsterComponentInterface.prototype.grid;
2255
- /** @type {?} */
2256
- GridsterComponentInterface.prototype.checkCollision;
2257
- /** @type {?} */
2258
- GridsterComponentInterface.prototype.positionXToPixels;
2259
- /** @type {?} */
2260
- GridsterComponentInterface.prototype.pixelsToPositionX;
2261
- /** @type {?} */
2262
- GridsterComponentInterface.prototype.positionYToPixels;
2263
- /** @type {?} */
2264
- GridsterComponentInterface.prototype.pixelsToPositionY;
2265
- /** @type {?} */
2266
- GridsterComponentInterface.prototype.findItemWithItem;
2267
- /** @type {?} */
2268
- GridsterComponentInterface.prototype.findItemsWithItem;
2269
- /** @type {?} */
2270
- GridsterComponentInterface.prototype.checkGridCollision;
2271
- /** @type {?} */
2272
- GridsterComponentInterface.prototype.el;
2273
- /** @type {?} */
2274
- GridsterComponentInterface.prototype.renderer;
2275
- /** @type {?} */
2276
- GridsterComponentInterface.prototype.gridRenderer;
2277
- /** @type {?} */
2278
- GridsterComponentInterface.prototype.cdRef;
2279
- /** @type {?} */
2280
- GridsterComponentInterface.prototype.options;
2281
- /** @type {?} */
2282
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2283
- /** @type {?} */
2284
- GridsterComponentInterface.prototype.updateGrid;
2285
- /** @type {?} */
2286
- GridsterComponentInterface.prototype.movingItem;
2287
- /** @type {?} */
2288
- GridsterComponentInterface.prototype.addItem;
2289
- /** @type {?} */
2290
- GridsterComponentInterface.prototype.removeItem;
2291
- /** @type {?} */
2292
- GridsterComponentInterface.prototype.previewStyle;
2293
- /** @type {?} */
2294
- GridsterComponentInterface.prototype.mobile;
2295
- /** @type {?} */
2296
- GridsterComponentInterface.prototype.curWidth;
2297
- /** @type {?} */
2298
- GridsterComponentInterface.prototype.curHeight;
2299
- /** @type {?} */
2300
- GridsterComponentInterface.prototype.columns;
2301
- /** @type {?} */
2302
- GridsterComponentInterface.prototype.rows;
2303
- /** @type {?} */
2304
- GridsterComponentInterface.prototype.curColWidth;
2305
- /** @type {?} */
2306
- GridsterComponentInterface.prototype.curRowHeight;
2307
- /** @type {?} */
2308
- GridsterComponentInterface.prototype.windowResize;
2309
- /** @type {?} */
2310
- GridsterComponentInterface.prototype.setGridDimensions;
2311
- /** @type {?} */
2312
- GridsterComponentInterface.prototype.dragInProgress;
2313
- /** @type {?} */
2314
- GridsterComponentInterface.prototype.emptyCell;
2315
- /** @type {?} */
2316
- GridsterComponentInterface.prototype.compact;
2317
- /** @type {?} */
2318
- GridsterComponentInterface.prototype.zone;
2319
- /** @type {?} */
2320
- GridsterComponentInterface.prototype.gridRows;
2321
- /** @type {?} */
2322
- GridsterComponentInterface.prototype.gridColumns;
2323
- }
1774
+ }());
2324
1775
 
2325
1776
  /**
2326
1777
  * @fileoverview added by tsickle
2327
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1778
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2328
1779
  */
2329
1780
  var GridsterEmptyCell = /** @class */ (function () {
2330
1781
  function GridsterEmptyCell(gridster) {
@@ -2641,44 +2092,11 @@
2641
2092
  { type: GridsterComponentInterface }
2642
2093
  ]; };
2643
2094
  return GridsterEmptyCell;
2644
- }());
2645
- if (false) {
2646
- /** @type {?} */
2647
- GridsterEmptyCell.prototype.initialItem;
2648
- /** @type {?} */
2649
- GridsterEmptyCell.prototype.emptyCellClick;
2650
- /** @type {?} */
2651
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2652
- /** @type {?} */
2653
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2654
- /** @type {?} */
2655
- GridsterEmptyCell.prototype.emptyCellDrop;
2656
- /** @type {?} */
2657
- GridsterEmptyCell.prototype.emptyCellDrag;
2658
- /** @type {?} */
2659
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2660
- /** @type {?} */
2661
- GridsterEmptyCell.prototype.emptyCellMMove;
2662
- /** @type {?} */
2663
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2664
- /** @type {?} */
2665
- GridsterEmptyCell.prototype.emptyCellUp;
2666
- /** @type {?} */
2667
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2668
- /** @type {?} */
2669
- GridsterEmptyCell.prototype.emptyCellMove;
2670
- /** @type {?} */
2671
- GridsterEmptyCell.prototype.emptyCellExit;
2672
- /**
2673
- * @type {?}
2674
- * @private
2675
- */
2676
- GridsterEmptyCell.prototype.gridster;
2677
- }
2095
+ }());
2678
2096
 
2679
2097
  /**
2680
2098
  * @fileoverview added by tsickle
2681
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2099
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2682
2100
  */
2683
2101
  var GridsterCompact = /** @class */ (function () {
2684
2102
  function GridsterCompact(gridster) {
@@ -2916,18 +2334,11 @@
2916
2334
  { type: GridsterComponentInterface }
2917
2335
  ]; };
2918
2336
  return GridsterCompact;
2919
- }());
2920
- if (false) {
2921
- /**
2922
- * @type {?}
2923
- * @private
2924
- */
2925
- GridsterCompact.prototype.gridster;
2926
- }
2337
+ }());
2927
2338
 
2928
2339
  /**
2929
2340
  * @fileoverview added by tsickle
2930
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2341
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2931
2342
  */
2932
2343
  var GridsterRenderer = /** @class */ (function () {
2933
2344
  function GridsterRenderer(gridster) {
@@ -3234,18 +2645,11 @@
3234
2645
  { type: GridsterComponentInterface }
3235
2646
  ]; };
3236
2647
  return GridsterRenderer;
3237
- }());
3238
- if (false) {
3239
- /**
3240
- * @type {?}
3241
- * @private
3242
- */
3243
- GridsterRenderer.prototype.gridster;
3244
- }
2648
+ }());
3245
2649
 
3246
2650
  /**
3247
2651
  * @fileoverview added by tsickle
3248
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2652
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3249
2653
  */
3250
2654
  var GridsterComponent = /** @class */ (function () {
3251
2655
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3400,17 +2804,6 @@
3400
2804
  if (this.options.destroyCallback) {
3401
2805
  this.options.destroyCallback(this);
3402
2806
  }
3403
- //if (this.options.api) {
3404
- /* this.options.api getting undefined for new dashboard load- temp fix
3405
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3406
- * ondestroy of current this.options.api instance - needs to investigate further
3407
- */
3408
- if (false) {
3409
- this.options.api.resize = undefined;
3410
- this.options.api.optionsChanged = undefined;
3411
- this.options.api.getNextPossiblePosition = undefined;
3412
- this.options.api = undefined;
3413
- }
3414
2807
  this.emptyCell.destroy();
3415
2808
  delete this.emptyCell;
3416
2809
  this.compact.destroy();
@@ -3987,61 +3380,11 @@
3987
3380
  options: [{ type: core.Input }]
3988
3381
  };
3989
3382
  return GridsterComponent;
3990
- }());
3991
- if (false) {
3992
- /** @type {?} */
3993
- GridsterComponent.prototype.options;
3994
- /** @type {?} */
3995
- GridsterComponent.prototype.calculateLayoutDebounce;
3996
- /** @type {?} */
3997
- GridsterComponent.prototype.movingItem;
3998
- /** @type {?} */
3999
- GridsterComponent.prototype.previewStyle;
4000
- /** @type {?} */
4001
- GridsterComponent.prototype.el;
4002
- /** @type {?} */
4003
- GridsterComponent.prototype.$options;
4004
- /** @type {?} */
4005
- GridsterComponent.prototype.mobile;
4006
- /** @type {?} */
4007
- GridsterComponent.prototype.curWidth;
4008
- /** @type {?} */
4009
- GridsterComponent.prototype.curHeight;
4010
- /** @type {?} */
4011
- GridsterComponent.prototype.grid;
4012
- /** @type {?} */
4013
- GridsterComponent.prototype.columns;
4014
- /** @type {?} */
4015
- GridsterComponent.prototype.rows;
4016
- /** @type {?} */
4017
- GridsterComponent.prototype.curColWidth;
4018
- /** @type {?} */
4019
- GridsterComponent.prototype.curRowHeight;
4020
- /** @type {?} */
4021
- GridsterComponent.prototype.gridColumns;
4022
- /** @type {?} */
4023
- GridsterComponent.prototype.gridRows;
4024
- /** @type {?} */
4025
- GridsterComponent.prototype.windowResize;
4026
- /** @type {?} */
4027
- GridsterComponent.prototype.dragInProgress;
4028
- /** @type {?} */
4029
- GridsterComponent.prototype.emptyCell;
4030
- /** @type {?} */
4031
- GridsterComponent.prototype.compact;
4032
- /** @type {?} */
4033
- GridsterComponent.prototype.gridRenderer;
4034
- /** @type {?} */
4035
- GridsterComponent.prototype.renderer;
4036
- /** @type {?} */
4037
- GridsterComponent.prototype.cdRef;
4038
- /** @type {?} */
4039
- GridsterComponent.prototype.zone;
4040
- }
3383
+ }());
4041
3384
 
4042
3385
  /**
4043
3386
  * @fileoverview added by tsickle
4044
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3387
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4045
3388
  */
4046
3389
  /**
4047
3390
  * @abstract
@@ -4053,49 +3396,11 @@
4053
3396
  function GridsterItemComponentInterface() {
4054
3397
  }
4055
3398
  return GridsterItemComponentInterface;
4056
- }());
4057
- if (false) {
4058
- /** @type {?} */
4059
- GridsterItemComponentInterface.prototype.item;
4060
- /** @type {?} */
4061
- GridsterItemComponentInterface.prototype.$item;
4062
- /** @type {?} */
4063
- GridsterItemComponentInterface.prototype.top;
4064
- /** @type {?} */
4065
- GridsterItemComponentInterface.prototype.left;
4066
- /** @type {?} */
4067
- GridsterItemComponentInterface.prototype.width;
4068
- /** @type {?} */
4069
- GridsterItemComponentInterface.prototype.height;
4070
- /** @type {?} */
4071
- GridsterItemComponentInterface.prototype.drag;
4072
- /** @type {?} */
4073
- GridsterItemComponentInterface.prototype.resize;
4074
- /** @type {?} */
4075
- GridsterItemComponentInterface.prototype.notPlaced;
4076
- /** @type {?} */
4077
- GridsterItemComponentInterface.prototype.updateOptions;
4078
- /** @type {?} */
4079
- GridsterItemComponentInterface.prototype.itemChanged;
4080
- /** @type {?} */
4081
- GridsterItemComponentInterface.prototype.setSize;
4082
- /** @type {?} */
4083
- GridsterItemComponentInterface.prototype.checkItemChanges;
4084
- /** @type {?} */
4085
- GridsterItemComponentInterface.prototype.canBeDragged;
4086
- /** @type {?} */
4087
- GridsterItemComponentInterface.prototype.canBeResized;
4088
- /** @type {?} */
4089
- GridsterItemComponentInterface.prototype.el;
4090
- /** @type {?} */
4091
- GridsterItemComponentInterface.prototype.gridster;
4092
- /** @type {?} */
4093
- GridsterItemComponentInterface.prototype.renderer;
4094
- }
3399
+ }());
4095
3400
 
4096
3401
  /**
4097
3402
  * @fileoverview added by tsickle
4098
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3403
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4099
3404
  */
4100
3405
  var GridsterSwap = /** @class */ (function () {
4101
3406
  function GridsterSwap(gridsterItem) {
@@ -4223,28 +3528,11 @@
4223
3528
  { type: GridsterItemComponentInterface }
4224
3529
  ]; };
4225
3530
  return GridsterSwap;
4226
- }());
4227
- if (false) {
4228
- /**
4229
- * @type {?}
4230
- * @private
4231
- */
4232
- GridsterSwap.prototype.swapedItem;
4233
- /**
4234
- * @type {?}
4235
- * @private
4236
- */
4237
- GridsterSwap.prototype.gridsterItem;
4238
- /**
4239
- * @type {?}
4240
- * @private
4241
- */
4242
- GridsterSwap.prototype.gridster;
4243
- }
3531
+ }());
4244
3532
 
4245
3533
  /**
4246
3534
  * @fileoverview added by tsickle
4247
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3535
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4248
3536
  */
4249
3537
  /** @type {?} */
4250
3538
  var scrollSensitivity;
@@ -4439,7 +3727,7 @@
4439
3727
 
4440
3728
  /**
4441
3729
  * @fileoverview added by tsickle
4442
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3730
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4443
3731
  */
4444
3732
  var GridsterPush = /** @class */ (function () {
4445
3733
  function GridsterPush(gridsterItem) {
@@ -4929,61 +4217,11 @@
4929
4217
  { type: GridsterItemComponentInterface }
4930
4218
  ]; };
4931
4219
  return GridsterPush;
4932
- }());
4933
- if (false) {
4934
- /** @type {?} */
4935
- GridsterPush.prototype.fromSouth;
4936
- /** @type {?} */
4937
- GridsterPush.prototype.fromNorth;
4938
- /** @type {?} */
4939
- GridsterPush.prototype.fromEast;
4940
- /** @type {?} */
4941
- GridsterPush.prototype.fromWest;
4942
- /**
4943
- * @type {?}
4944
- * @private
4945
- */
4946
- GridsterPush.prototype.pushedItems;
4947
- /**
4948
- * @type {?}
4949
- * @private
4950
- */
4951
- GridsterPush.prototype.pushedItemsTemp;
4952
- /**
4953
- * @type {?}
4954
- * @private
4955
- */
4956
- GridsterPush.prototype.pushedItemsTempPath;
4957
- /**
4958
- * @type {?}
4959
- * @private
4960
- */
4961
- GridsterPush.prototype.pushedItemsPath;
4962
- /**
4963
- * @type {?}
4964
- * @private
4965
- */
4966
- GridsterPush.prototype.gridsterItem;
4967
- /**
4968
- * @type {?}
4969
- * @private
4970
- */
4971
- GridsterPush.prototype.gridster;
4972
- /**
4973
- * @type {?}
4974
- * @private
4975
- */
4976
- GridsterPush.prototype.pushedItemsOrder;
4977
- /**
4978
- * @type {?}
4979
- * @private
4980
- */
4981
- GridsterPush.prototype.tryPattern;
4982
- }
4220
+ }());
4983
4221
 
4984
4222
  /**
4985
4223
  * @fileoverview added by tsickle
4986
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4224
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4987
4225
  */
4988
4226
  var GridsterDraggable = /** @class */ (function () {
4989
4227
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5287,10 +4525,6 @@
5287
4525
  this.gridsterItem.$item.cols = itemColsbackup;
5288
4526
  this.gridsterItem.$item.rows = itemRowsbackup;
5289
4527
  }
5290
- else {
5291
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5292
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5293
- }
5294
4528
  return this.gridsterItem.$item;
5295
4529
  };
5296
4530
  /**
@@ -5447,84 +4681,11 @@
5447
4681
  { type: core.NgZone }
5448
4682
  ]; };
5449
4683
  return GridsterDraggable;
5450
- }());
5451
- if (false) {
5452
- /** @type {?} */
5453
- GridsterDraggable.prototype.gridsterItem;
5454
- /** @type {?} */
5455
- GridsterDraggable.prototype.gridster;
5456
- /** @type {?} */
5457
- GridsterDraggable.prototype.lastMouse;
5458
- /** @type {?} */
5459
- GridsterDraggable.prototype.offsetLeft;
5460
- /** @type {?} */
5461
- GridsterDraggable.prototype.offsetTop;
5462
- /** @type {?} */
5463
- GridsterDraggable.prototype.margin;
5464
- /** @type {?} */
5465
- GridsterDraggable.prototype.diffTop;
5466
- /** @type {?} */
5467
- GridsterDraggable.prototype.diffLeft;
5468
- /** @type {?} */
5469
- GridsterDraggable.prototype.top;
5470
- /** @type {?} */
5471
- GridsterDraggable.prototype.left;
5472
- /** @type {?} */
5473
- GridsterDraggable.prototype.height;
5474
- /** @type {?} */
5475
- GridsterDraggable.prototype.width;
5476
- /** @type {?} */
5477
- GridsterDraggable.prototype.positionX;
5478
- /** @type {?} */
5479
- GridsterDraggable.prototype.positionY;
5480
- /** @type {?} */
5481
- GridsterDraggable.prototype.positionXBackup;
5482
- /** @type {?} */
5483
- GridsterDraggable.prototype.positionYBackup;
5484
- /** @type {?} */
5485
- GridsterDraggable.prototype.enabled;
5486
- /** @type {?} */
5487
- GridsterDraggable.prototype.dragStartFunction;
5488
- /** @type {?} */
5489
- GridsterDraggable.prototype.dragFunction;
5490
- /** @type {?} */
5491
- GridsterDraggable.prototype.dragStopFunction;
5492
- /** @type {?} */
5493
- GridsterDraggable.prototype.mousemove;
5494
- /** @type {?} */
5495
- GridsterDraggable.prototype.mouseup;
5496
- /** @type {?} */
5497
- GridsterDraggable.prototype.mouseleave;
5498
- /** @type {?} */
5499
- GridsterDraggable.prototype.cancelOnBlur;
5500
- /** @type {?} */
5501
- GridsterDraggable.prototype.touchmove;
5502
- /** @type {?} */
5503
- GridsterDraggable.prototype.touchend;
5504
- /** @type {?} */
5505
- GridsterDraggable.prototype.touchcancel;
5506
- /** @type {?} */
5507
- GridsterDraggable.prototype.mousedown;
5508
- /** @type {?} */
5509
- GridsterDraggable.prototype.touchstart;
5510
- /** @type {?} */
5511
- GridsterDraggable.prototype.push;
5512
- /** @type {?} */
5513
- GridsterDraggable.prototype.swap;
5514
- /** @type {?} */
5515
- GridsterDraggable.prototype.path;
5516
- /** @type {?} */
5517
- GridsterDraggable.prototype.collision;
5518
- /**
5519
- * @type {?}
5520
- * @private
5521
- */
5522
- GridsterDraggable.prototype.zone;
5523
- }
4684
+ }());
5524
4685
 
5525
4686
  /**
5526
4687
  * @fileoverview added by tsickle
5527
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4688
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5528
4689
  */
5529
4690
  var GridsterPushResize = /** @class */ (function () {
5530
4691
  function GridsterPushResize(gridsterItem) {
@@ -5904,46 +5065,11 @@
5904
5065
  { type: GridsterItemComponentInterface }
5905
5066
  ]; };
5906
5067
  return GridsterPushResize;
5907
- }());
5908
- if (false) {
5909
- /** @type {?} */
5910
- GridsterPushResize.prototype.fromSouth;
5911
- /** @type {?} */
5912
- GridsterPushResize.prototype.fromNorth;
5913
- /** @type {?} */
5914
- GridsterPushResize.prototype.fromEast;
5915
- /** @type {?} */
5916
- GridsterPushResize.prototype.fromWest;
5917
- /**
5918
- * @type {?}
5919
- * @private
5920
- */
5921
- GridsterPushResize.prototype.pushedItems;
5922
- /**
5923
- * @type {?}
5924
- * @private
5925
- */
5926
- GridsterPushResize.prototype.pushedItemsPath;
5927
- /**
5928
- * @type {?}
5929
- * @private
5930
- */
5931
- GridsterPushResize.prototype.gridsterItem;
5932
- /**
5933
- * @type {?}
5934
- * @private
5935
- */
5936
- GridsterPushResize.prototype.gridster;
5937
- /**
5938
- * @type {?}
5939
- * @private
5940
- */
5941
- GridsterPushResize.prototype.tryPattern;
5942
- }
5068
+ }());
5943
5069
 
5944
5070
  /**
5945
5071
  * @fileoverview added by tsickle
5946
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5072
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5947
5073
  */
5948
5074
  var GridsterResizable = /** @class */ (function () {
5949
5075
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6485,86 +5611,11 @@
6485
5611
  { type: core.NgZone }
6486
5612
  ]; };
6487
5613
  return GridsterResizable;
6488
- }());
6489
- if (false) {
6490
- /** @type {?} */
6491
- GridsterResizable.prototype.gridsterItem;
6492
- /** @type {?} */
6493
- GridsterResizable.prototype.gridster;
6494
- /** @type {?} */
6495
- GridsterResizable.prototype.lastMouse;
6496
- /** @type {?} */
6497
- GridsterResizable.prototype.itemBackup;
6498
- /** @type {?} */
6499
- GridsterResizable.prototype.resizeEventScrollType;
6500
- /** @type {?} */
6501
- GridsterResizable.prototype.directionFunction;
6502
- /** @type {?} */
6503
- GridsterResizable.prototype.dragFunction;
6504
- /** @type {?} */
6505
- GridsterResizable.prototype.dragStopFunction;
6506
- /** @type {?} */
6507
- GridsterResizable.prototype.resizeEnabled;
6508
- /** @type {?} */
6509
- GridsterResizable.prototype.mousemove;
6510
- /** @type {?} */
6511
- GridsterResizable.prototype.mouseup;
6512
- /** @type {?} */
6513
- GridsterResizable.prototype.mouseleave;
6514
- /** @type {?} */
6515
- GridsterResizable.prototype.cancelOnBlur;
6516
- /** @type {?} */
6517
- GridsterResizable.prototype.touchmove;
6518
- /** @type {?} */
6519
- GridsterResizable.prototype.touchend;
6520
- /** @type {?} */
6521
- GridsterResizable.prototype.touchcancel;
6522
- /** @type {?} */
6523
- GridsterResizable.prototype.push;
6524
- /** @type {?} */
6525
- GridsterResizable.prototype.pushResize;
6526
- /** @type {?} */
6527
- GridsterResizable.prototype.minHeight;
6528
- /** @type {?} */
6529
- GridsterResizable.prototype.minWidth;
6530
- /** @type {?} */
6531
- GridsterResizable.prototype.offsetTop;
6532
- /** @type {?} */
6533
- GridsterResizable.prototype.offsetLeft;
6534
- /** @type {?} */
6535
- GridsterResizable.prototype.diffTop;
6536
- /** @type {?} */
6537
- GridsterResizable.prototype.diffLeft;
6538
- /** @type {?} */
6539
- GridsterResizable.prototype.diffRight;
6540
- /** @type {?} */
6541
- GridsterResizable.prototype.diffBottom;
6542
- /** @type {?} */
6543
- GridsterResizable.prototype.margin;
6544
- /** @type {?} */
6545
- GridsterResizable.prototype.top;
6546
- /** @type {?} */
6547
- GridsterResizable.prototype.left;
6548
- /** @type {?} */
6549
- GridsterResizable.prototype.bottom;
6550
- /** @type {?} */
6551
- GridsterResizable.prototype.right;
6552
- /** @type {?} */
6553
- GridsterResizable.prototype.width;
6554
- /** @type {?} */
6555
- GridsterResizable.prototype.height;
6556
- /** @type {?} */
6557
- GridsterResizable.prototype.newPosition;
6558
- /**
6559
- * @type {?}
6560
- * @private
6561
- */
6562
- GridsterResizable.prototype.zone;
6563
- }
5614
+ }());
6564
5615
 
6565
5616
  /**
6566
5617
  * @fileoverview added by tsickle
6567
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5618
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6568
5619
  */
6569
5620
  var GridsterItemComponent = /** @class */ (function () {
6570
5621
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6759,44 +5810,11 @@
6759
5810
  item: [{ type: core.Input }]
6760
5811
  };
6761
5812
  return GridsterItemComponent;
6762
- }());
6763
- if (false) {
6764
- /** @type {?} */
6765
- GridsterItemComponent.prototype.item;
6766
- /** @type {?} */
6767
- GridsterItemComponent.prototype.$item;
6768
- /** @type {?} */
6769
- GridsterItemComponent.prototype.el;
6770
- /** @type {?} */
6771
- GridsterItemComponent.prototype.gridster;
6772
- /** @type {?} */
6773
- GridsterItemComponent.prototype.top;
6774
- /** @type {?} */
6775
- GridsterItemComponent.prototype.left;
6776
- /** @type {?} */
6777
- GridsterItemComponent.prototype.width;
6778
- /** @type {?} */
6779
- GridsterItemComponent.prototype.height;
6780
- /** @type {?} */
6781
- GridsterItemComponent.prototype.drag;
6782
- /** @type {?} */
6783
- GridsterItemComponent.prototype.resize;
6784
- /** @type {?} */
6785
- GridsterItemComponent.prototype.notPlaced;
6786
- /** @type {?} */
6787
- GridsterItemComponent.prototype.init;
6788
- /** @type {?} */
6789
- GridsterItemComponent.prototype.renderer;
6790
- /**
6791
- * @type {?}
6792
- * @private
6793
- */
6794
- GridsterItemComponent.prototype.zone;
6795
- }
5813
+ }());
6796
5814
 
6797
5815
  /**
6798
5816
  * @fileoverview added by tsickle
6799
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5817
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6800
5818
  */
6801
5819
  var GridsterPreviewComponent = /** @class */ (function () {
6802
5820
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6851,19 +5869,11 @@
6851
5869
  { type: core.Renderer2 }
6852
5870
  ]; };
6853
5871
  return GridsterPreviewComponent;
6854
- }());
6855
- if (false) {
6856
- /** @type {?} */
6857
- GridsterPreviewComponent.prototype.el;
6858
- /** @type {?} */
6859
- GridsterPreviewComponent.prototype.gridster;
6860
- /** @type {?} */
6861
- GridsterPreviewComponent.prototype.renderer;
6862
- }
5872
+ }());
6863
5873
 
6864
5874
  /**
6865
5875
  * @fileoverview added by tsickle
6866
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5876
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6867
5877
  */
6868
5878
  var GridsterModule = /** @class */ (function () {
6869
5879
  function GridsterModule() {
@@ -6888,7 +5898,7 @@
6888
5898
 
6889
5899
  /**
6890
5900
  * @fileoverview added by tsickle
6891
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5901
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6892
5902
  */
6893
5903
  /** @type {?} */
6894
5904
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6929,7 +5939,7 @@
6929
5939
 
6930
5940
  /**
6931
5941
  * @fileoverview added by tsickle
6932
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5942
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6933
5943
  */
6934
5944
  /**
6935
5945
  * @abstract
@@ -6973,35 +5983,11 @@
6973
5983
  initialize: [{ type: core.Input }]
6974
5984
  };
6975
5985
  return RaBaseDashboardTemplate;
6976
- }());
6977
- if (false) {
6978
- /** @type {?} */
6979
- RaBaseDashboardTemplate.prototype.userDashboardId;
6980
- /** @type {?} */
6981
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6982
- /** @type {?} */
6983
- RaBaseDashboardTemplate.prototype.appConfig;
6984
- /** @type {?} */
6985
- RaBaseDashboardTemplate.prototype.dashboardId;
6986
- /** @type {?} */
6987
- RaBaseDashboardTemplate.prototype.globalFilter;
6988
- /** @type {?} */
6989
- RaBaseDashboardTemplate.prototype.initialize;
6990
- /**
6991
- * @type {?}
6992
- * @private
6993
- */
6994
- RaBaseDashboardTemplate.prototype.ngZone;
6995
- /**
6996
- * @abstract
6997
- * @return {?}
6998
- */
6999
- RaBaseDashboardTemplate.prototype.init = function () { };
7000
- }
5986
+ }());
7001
5987
 
7002
5988
  /**
7003
5989
  * @fileoverview added by tsickle
7004
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5990
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7005
5991
  */
7006
5992
  /**
7007
5993
  * @abstract
@@ -7021,19 +6007,7 @@
7021
6007
  getAllFilterConfig: [{ type: core.Input }]
7022
6008
  };
7023
6009
  return RaBaseDashboardFilter;
7024
- }());
7025
- if (false) {
7026
- /**
7027
- * @type {?}
7028
- * @private
7029
- */
7030
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7031
- /**
7032
- * @abstract
7033
- * @return {?}
7034
- */
7035
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7036
- }
6010
+ }());
7037
6011
 
7038
6012
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7039
6013
  exports.RADashboardArea = RADashboardArea;