@schneideress/dashboardframework 0.0.40 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +66 -1071
  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 +18 -10
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +8 -8
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +1 -1
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +18 -10
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +4 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +1 -1
  65. package/esm5/lib/ra.base.dashboard.template.js +1 -1
  66. package/esm5/lib/ra.dashbard.event.bus.js +1 -1
  67. package/esm5/lib/ra.dashboard.module.js +1 -1
  68. package/esm5/lib/ra.dashboard.service.js +1 -1
  69. package/esm5/lib/ra.event.enum.js +1 -1
  70. package/esm5/lib/ra.gridster.config.js +1 -1
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +68 -963
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +67 -962
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. 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) {
@@ -875,8 +556,8 @@
875
556
  this.widgetList = Array();
876
557
  this.gridheight = 300;
877
558
  this.isWidgetLoaded = false;
878
- this.widgetHeight = 50;
879
- this.widgetWidth = 60;
559
+ this.widgetHeight = 30;
560
+ this.widgetWidth = 50;
880
561
  }
881
562
  /**
882
563
  * @return {?}
@@ -1091,6 +772,7 @@
1091
772
  dashboardId: userDashboarId.toString(),
1092
773
  dashboardAreaKey: areaKey
1093
774
  }));
775
+ areaContext.widgetList = [];
1094
776
  this.dashboardService.getWidgetsByDashboardArea(widgetInfo, this.appConfig).subscribe((/**
1095
777
  * @param {?} widgets
1096
778
  * @return {?}
@@ -1201,11 +883,12 @@
1201
883
  data.position_y = 0;
1202
884
  /** @type {?} */
1203
885
  var gridsterItem = this.mapObjectsToGridsterItem(data);
1204
- if (this.options.api) {
1205
- gridsterItem = this.options.api.getFirstPossiblePosition(gridsterItem);
1206
- }
1207
- data.position_x = gridsterItem.x;
1208
- data.position_y = gridsterItem.y;
886
+ /** to find the available position in gridster, temp commenting the code-returning higher y value than normal */
887
+ // if (this.options.api) {
888
+ // gridsterItem = this.options.api.getFirstPossiblePosition(gridsterItem);
889
+ // }
890
+ // data.position_x = gridsterItem.x;
891
+ // data.position_y = gridsterItem.y;
1209
892
  data.dashboardAreaKey = this.areaKey;
1210
893
  data.dashboardId = this.userDashboardId;
1211
894
  this.ngxService.start();
@@ -1217,7 +900,13 @@
1217
900
  gridsterItem = _this.mapObjectsToGridsterItem(widget);
1218
901
  _this.widgetList.push(gridsterItem);
1219
902
  _this.setAreaHeight();
1220
- //this.ngxService.stop();
903
+ /**To save added widget position in db */
904
+ setTimeout((/**
905
+ * @return {?}
906
+ */
907
+ function () {
908
+ _this.updateWidgets();
909
+ }), 1000);
1221
910
  }));
1222
911
  };
1223
912
  /** To add widget to current widget list ,invoked from copy widget window*/
@@ -1351,83 +1040,11 @@
1351
1040
  appConfig: [{ type: core.Input, args: ['app-config',] }]
1352
1041
  };
1353
1042
  return RADashboardArea;
1354
- }());
1355
- if (false) {
1356
- /** @type {?} */
1357
- RADashboardArea.prototype.widgetList;
1358
- /** @type {?} */
1359
- RADashboardArea.prototype.options;
1360
- /** @type {?} */
1361
- RADashboardArea.prototype.gridheight;
1362
- /**
1363
- * @type {?}
1364
- * @private
1365
- */
1366
- RADashboardArea.prototype.conifgAddClick;
1367
- /**
1368
- * @type {?}
1369
- * @private
1370
- */
1371
- RADashboardArea.prototype.widgetDeleteEvent;
1372
- /**
1373
- * @type {?}
1374
- * @private
1375
- */
1376
- RADashboardArea.prototype.widgetAddEvent;
1377
- /**
1378
- * @type {?}
1379
- * @private
1380
- */
1381
- RADashboardArea.prototype.widgetLibraryDoneClick;
1382
- /**
1383
- * @type {?}
1384
- * @private
1385
- */
1386
- RADashboardArea.prototype.isWidgetLoaded;
1387
- /** @type {?} */
1388
- RADashboardArea.prototype.userDashboardId;
1389
- /** @type {?} */
1390
- RADashboardArea.prototype.areaKey;
1391
- /** @type {?} */
1392
- RADashboardArea.prototype.globalFilter;
1393
- /** @type {?} */
1394
- RADashboardArea.prototype.raDashboardEventBus;
1395
- /** @type {?} */
1396
- RADashboardArea.prototype.widgetHeight;
1397
- /** @type {?} */
1398
- RADashboardArea.prototype.widgetWidth;
1399
- /** @type {?} */
1400
- RADashboardArea.prototype.appConfig;
1401
- /**
1402
- * @type {?}
1403
- * @private
1404
- */
1405
- RADashboardArea.prototype.dashboardService;
1406
- /**
1407
- * @type {?}
1408
- * @private
1409
- */
1410
- RADashboardArea.prototype.ngZone;
1411
- /**
1412
- * @type {?}
1413
- * @private
1414
- */
1415
- RADashboardArea.prototype.ngxService;
1416
- /**
1417
- * @type {?}
1418
- * @private
1419
- */
1420
- RADashboardArea.prototype.translateService;
1421
- /**
1422
- * @type {?}
1423
- * @private
1424
- */
1425
- RADashboardArea.prototype.notifier;
1426
- }
1043
+ }());
1427
1044
 
1428
1045
  /**
1429
1046
  * @fileoverview added by tsickle
1430
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1047
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1431
1048
  */
1432
1049
  var RAWidgetContainer = /** @class */ (function () {
1433
1050
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1625,7 +1242,7 @@
1625
1242
  return __generator(this, function (_a) {
1626
1243
  switch (_a.label) {
1627
1244
  case 0:
1628
- console.log('widget initiate' + widgetInfo.widgetInstanceId);
1245
+ console.log('widget initiated' + widgetInfo.widgetInstanceId);
1629
1246
  widgetContainer.isWidgetLoaded = true;
1630
1247
  widgetConfigFilter.appConfig = this.appConfig;
1631
1248
  widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
@@ -1729,7 +1346,7 @@
1729
1346
  { type: core.Component, args: [{
1730
1347
  selector: 'ra-widget-container',
1731
1348
  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>",
1732
- 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}"]
1349
+ 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}"]
1733
1350
  }] }
1734
1351
  ];
1735
1352
  /** @nocollapse */
@@ -1752,82 +1369,11 @@
1752
1369
  widgetDeleted: [{ type: core.Output }]
1753
1370
  };
1754
1371
  return RAWidgetContainer;
1755
- }());
1756
- if (false) {
1757
- /**
1758
- * @type {?}
1759
- * @private
1760
- */
1761
- RAWidgetContainer.prototype.isWidgetLoaded;
1762
- /**
1763
- * @type {?}
1764
- * @private
1765
- */
1766
- RAWidgetContainer.prototype.widgetElement;
1767
- /**
1768
- * @type {?}
1769
- * @private
1770
- */
1771
- RAWidgetContainer.prototype.configChanged;
1772
- /**
1773
- * @type {?}
1774
- * @private
1775
- */
1776
- RAWidgetContainer.prototype.isIEOrEdge;
1777
- /** @type {?} */
1778
- RAWidgetContainer.prototype.widgetHeight;
1779
- /** @type {?} */
1780
- RAWidgetContainer.prototype.lockClass;
1781
- /** @type {?} */
1782
- RAWidgetContainer.prototype.lockStatus;
1783
- /** @type {?} */
1784
- RAWidgetContainer.prototype.ctlWidget;
1785
- /** @type {?} */
1786
- RAWidgetContainer.prototype.widgetInstanceId;
1787
- /** @type {?} */
1788
- RAWidgetContainer.prototype.globalFilter;
1789
- /** @type {?} */
1790
- RAWidgetContainer.prototype.data;
1791
- /** @type {?} */
1792
- RAWidgetContainer.prototype.raDashboardEventBus;
1793
- /** @type {?} */
1794
- RAWidgetContainer.prototype.appConfig;
1795
- /** @type {?} */
1796
- RAWidgetContainer.prototype.width;
1797
- /** @type {?} */
1798
- RAWidgetContainer.prototype.height;
1799
- /** @type {?} */
1800
- RAWidgetContainer.prototype.widgetDeleted;
1801
- /**
1802
- * @type {?}
1803
- * @private
1804
- */
1805
- RAWidgetContainer.prototype.dashboardService;
1806
- /**
1807
- * @type {?}
1808
- * @private
1809
- */
1810
- RAWidgetContainer.prototype.ngxService;
1811
- /**
1812
- * @type {?}
1813
- * @private
1814
- */
1815
- RAWidgetContainer.prototype.translateService;
1816
- /**
1817
- * @type {?}
1818
- * @private
1819
- */
1820
- RAWidgetContainer.prototype.ngZone;
1821
- /**
1822
- * @type {?}
1823
- * @private
1824
- */
1825
- RAWidgetContainer.prototype.notifier;
1826
- }
1372
+ }());
1827
1373
 
1828
1374
  /**
1829
1375
  * @fileoverview added by tsickle
1830
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1376
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1831
1377
  */
1832
1378
  /** @type {?} */
1833
1379
  var customNotifierOptions = {
@@ -1873,7 +1419,7 @@
1873
1419
 
1874
1420
  /**
1875
1421
  * @fileoverview added by tsickle
1876
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1422
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1877
1423
  */
1878
1424
  /** @type {?} */
1879
1425
  var GridsterConfigService = {
@@ -2051,7 +1597,7 @@
2051
1597
 
2052
1598
  /**
2053
1599
  * @fileoverview added by tsickle
2054
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1600
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2055
1601
  */
2056
1602
  var GridsterUtils = /** @class */ (function () {
2057
1603
  function GridsterUtils() {
@@ -2226,7 +1772,7 @@
2226
1772
 
2227
1773
  /**
2228
1774
  * @fileoverview added by tsickle
2229
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1775
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2230
1776
  */
2231
1777
  /**
2232
1778
  * @abstract
@@ -2238,85 +1784,11 @@
2238
1784
  function GridsterComponentInterface() {
2239
1785
  }
2240
1786
  return GridsterComponentInterface;
2241
- }());
2242
- if (false) {
2243
- /** @type {?} */
2244
- GridsterComponentInterface.prototype.$options;
2245
- /** @type {?} */
2246
- GridsterComponentInterface.prototype.grid;
2247
- /** @type {?} */
2248
- GridsterComponentInterface.prototype.checkCollision;
2249
- /** @type {?} */
2250
- GridsterComponentInterface.prototype.positionXToPixels;
2251
- /** @type {?} */
2252
- GridsterComponentInterface.prototype.pixelsToPositionX;
2253
- /** @type {?} */
2254
- GridsterComponentInterface.prototype.positionYToPixels;
2255
- /** @type {?} */
2256
- GridsterComponentInterface.prototype.pixelsToPositionY;
2257
- /** @type {?} */
2258
- GridsterComponentInterface.prototype.findItemWithItem;
2259
- /** @type {?} */
2260
- GridsterComponentInterface.prototype.findItemsWithItem;
2261
- /** @type {?} */
2262
- GridsterComponentInterface.prototype.checkGridCollision;
2263
- /** @type {?} */
2264
- GridsterComponentInterface.prototype.el;
2265
- /** @type {?} */
2266
- GridsterComponentInterface.prototype.renderer;
2267
- /** @type {?} */
2268
- GridsterComponentInterface.prototype.gridRenderer;
2269
- /** @type {?} */
2270
- GridsterComponentInterface.prototype.cdRef;
2271
- /** @type {?} */
2272
- GridsterComponentInterface.prototype.options;
2273
- /** @type {?} */
2274
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2275
- /** @type {?} */
2276
- GridsterComponentInterface.prototype.updateGrid;
2277
- /** @type {?} */
2278
- GridsterComponentInterface.prototype.movingItem;
2279
- /** @type {?} */
2280
- GridsterComponentInterface.prototype.addItem;
2281
- /** @type {?} */
2282
- GridsterComponentInterface.prototype.removeItem;
2283
- /** @type {?} */
2284
- GridsterComponentInterface.prototype.previewStyle;
2285
- /** @type {?} */
2286
- GridsterComponentInterface.prototype.mobile;
2287
- /** @type {?} */
2288
- GridsterComponentInterface.prototype.curWidth;
2289
- /** @type {?} */
2290
- GridsterComponentInterface.prototype.curHeight;
2291
- /** @type {?} */
2292
- GridsterComponentInterface.prototype.columns;
2293
- /** @type {?} */
2294
- GridsterComponentInterface.prototype.rows;
2295
- /** @type {?} */
2296
- GridsterComponentInterface.prototype.curColWidth;
2297
- /** @type {?} */
2298
- GridsterComponentInterface.prototype.curRowHeight;
2299
- /** @type {?} */
2300
- GridsterComponentInterface.prototype.windowResize;
2301
- /** @type {?} */
2302
- GridsterComponentInterface.prototype.setGridDimensions;
2303
- /** @type {?} */
2304
- GridsterComponentInterface.prototype.dragInProgress;
2305
- /** @type {?} */
2306
- GridsterComponentInterface.prototype.emptyCell;
2307
- /** @type {?} */
2308
- GridsterComponentInterface.prototype.compact;
2309
- /** @type {?} */
2310
- GridsterComponentInterface.prototype.zone;
2311
- /** @type {?} */
2312
- GridsterComponentInterface.prototype.gridRows;
2313
- /** @type {?} */
2314
- GridsterComponentInterface.prototype.gridColumns;
2315
- }
1787
+ }());
2316
1788
 
2317
1789
  /**
2318
1790
  * @fileoverview added by tsickle
2319
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1791
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2320
1792
  */
2321
1793
  var GridsterEmptyCell = /** @class */ (function () {
2322
1794
  function GridsterEmptyCell(gridster) {
@@ -2633,44 +2105,11 @@
2633
2105
  { type: GridsterComponentInterface }
2634
2106
  ]; };
2635
2107
  return GridsterEmptyCell;
2636
- }());
2637
- if (false) {
2638
- /** @type {?} */
2639
- GridsterEmptyCell.prototype.initialItem;
2640
- /** @type {?} */
2641
- GridsterEmptyCell.prototype.emptyCellClick;
2642
- /** @type {?} */
2643
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2644
- /** @type {?} */
2645
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2646
- /** @type {?} */
2647
- GridsterEmptyCell.prototype.emptyCellDrop;
2648
- /** @type {?} */
2649
- GridsterEmptyCell.prototype.emptyCellDrag;
2650
- /** @type {?} */
2651
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2652
- /** @type {?} */
2653
- GridsterEmptyCell.prototype.emptyCellMMove;
2654
- /** @type {?} */
2655
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2656
- /** @type {?} */
2657
- GridsterEmptyCell.prototype.emptyCellUp;
2658
- /** @type {?} */
2659
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2660
- /** @type {?} */
2661
- GridsterEmptyCell.prototype.emptyCellMove;
2662
- /** @type {?} */
2663
- GridsterEmptyCell.prototype.emptyCellExit;
2664
- /**
2665
- * @type {?}
2666
- * @private
2667
- */
2668
- GridsterEmptyCell.prototype.gridster;
2669
- }
2108
+ }());
2670
2109
 
2671
2110
  /**
2672
2111
  * @fileoverview added by tsickle
2673
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2112
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2674
2113
  */
2675
2114
  var GridsterCompact = /** @class */ (function () {
2676
2115
  function GridsterCompact(gridster) {
@@ -2908,18 +2347,11 @@
2908
2347
  { type: GridsterComponentInterface }
2909
2348
  ]; };
2910
2349
  return GridsterCompact;
2911
- }());
2912
- if (false) {
2913
- /**
2914
- * @type {?}
2915
- * @private
2916
- */
2917
- GridsterCompact.prototype.gridster;
2918
- }
2350
+ }());
2919
2351
 
2920
2352
  /**
2921
2353
  * @fileoverview added by tsickle
2922
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2354
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2923
2355
  */
2924
2356
  var GridsterRenderer = /** @class */ (function () {
2925
2357
  function GridsterRenderer(gridster) {
@@ -3226,18 +2658,11 @@
3226
2658
  { type: GridsterComponentInterface }
3227
2659
  ]; };
3228
2660
  return GridsterRenderer;
3229
- }());
3230
- if (false) {
3231
- /**
3232
- * @type {?}
3233
- * @private
3234
- */
3235
- GridsterRenderer.prototype.gridster;
3236
- }
2661
+ }());
3237
2662
 
3238
2663
  /**
3239
2664
  * @fileoverview added by tsickle
3240
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2665
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3241
2666
  */
3242
2667
  var GridsterComponent = /** @class */ (function () {
3243
2668
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3392,17 +2817,6 @@
3392
2817
  if (this.options.destroyCallback) {
3393
2818
  this.options.destroyCallback(this);
3394
2819
  }
3395
- //if (this.options.api) {
3396
- /* this.options.api getting undefined for new dashboard load- temp fix
3397
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3398
- * ondestroy of current this.options.api instance - needs to investigate further
3399
- */
3400
- if (false) {
3401
- this.options.api.resize = undefined;
3402
- this.options.api.optionsChanged = undefined;
3403
- this.options.api.getNextPossiblePosition = undefined;
3404
- this.options.api = undefined;
3405
- }
3406
2820
  this.emptyCell.destroy();
3407
2821
  delete this.emptyCell;
3408
2822
  this.compact.destroy();
@@ -3979,61 +3393,11 @@
3979
3393
  options: [{ type: core.Input }]
3980
3394
  };
3981
3395
  return GridsterComponent;
3982
- }());
3983
- if (false) {
3984
- /** @type {?} */
3985
- GridsterComponent.prototype.options;
3986
- /** @type {?} */
3987
- GridsterComponent.prototype.calculateLayoutDebounce;
3988
- /** @type {?} */
3989
- GridsterComponent.prototype.movingItem;
3990
- /** @type {?} */
3991
- GridsterComponent.prototype.previewStyle;
3992
- /** @type {?} */
3993
- GridsterComponent.prototype.el;
3994
- /** @type {?} */
3995
- GridsterComponent.prototype.$options;
3996
- /** @type {?} */
3997
- GridsterComponent.prototype.mobile;
3998
- /** @type {?} */
3999
- GridsterComponent.prototype.curWidth;
4000
- /** @type {?} */
4001
- GridsterComponent.prototype.curHeight;
4002
- /** @type {?} */
4003
- GridsterComponent.prototype.grid;
4004
- /** @type {?} */
4005
- GridsterComponent.prototype.columns;
4006
- /** @type {?} */
4007
- GridsterComponent.prototype.rows;
4008
- /** @type {?} */
4009
- GridsterComponent.prototype.curColWidth;
4010
- /** @type {?} */
4011
- GridsterComponent.prototype.curRowHeight;
4012
- /** @type {?} */
4013
- GridsterComponent.prototype.gridColumns;
4014
- /** @type {?} */
4015
- GridsterComponent.prototype.gridRows;
4016
- /** @type {?} */
4017
- GridsterComponent.prototype.windowResize;
4018
- /** @type {?} */
4019
- GridsterComponent.prototype.dragInProgress;
4020
- /** @type {?} */
4021
- GridsterComponent.prototype.emptyCell;
4022
- /** @type {?} */
4023
- GridsterComponent.prototype.compact;
4024
- /** @type {?} */
4025
- GridsterComponent.prototype.gridRenderer;
4026
- /** @type {?} */
4027
- GridsterComponent.prototype.renderer;
4028
- /** @type {?} */
4029
- GridsterComponent.prototype.cdRef;
4030
- /** @type {?} */
4031
- GridsterComponent.prototype.zone;
4032
- }
3396
+ }());
4033
3397
 
4034
3398
  /**
4035
3399
  * @fileoverview added by tsickle
4036
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3400
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4037
3401
  */
4038
3402
  /**
4039
3403
  * @abstract
@@ -4045,49 +3409,11 @@
4045
3409
  function GridsterItemComponentInterface() {
4046
3410
  }
4047
3411
  return GridsterItemComponentInterface;
4048
- }());
4049
- if (false) {
4050
- /** @type {?} */
4051
- GridsterItemComponentInterface.prototype.item;
4052
- /** @type {?} */
4053
- GridsterItemComponentInterface.prototype.$item;
4054
- /** @type {?} */
4055
- GridsterItemComponentInterface.prototype.top;
4056
- /** @type {?} */
4057
- GridsterItemComponentInterface.prototype.left;
4058
- /** @type {?} */
4059
- GridsterItemComponentInterface.prototype.width;
4060
- /** @type {?} */
4061
- GridsterItemComponentInterface.prototype.height;
4062
- /** @type {?} */
4063
- GridsterItemComponentInterface.prototype.drag;
4064
- /** @type {?} */
4065
- GridsterItemComponentInterface.prototype.resize;
4066
- /** @type {?} */
4067
- GridsterItemComponentInterface.prototype.notPlaced;
4068
- /** @type {?} */
4069
- GridsterItemComponentInterface.prototype.updateOptions;
4070
- /** @type {?} */
4071
- GridsterItemComponentInterface.prototype.itemChanged;
4072
- /** @type {?} */
4073
- GridsterItemComponentInterface.prototype.setSize;
4074
- /** @type {?} */
4075
- GridsterItemComponentInterface.prototype.checkItemChanges;
4076
- /** @type {?} */
4077
- GridsterItemComponentInterface.prototype.canBeDragged;
4078
- /** @type {?} */
4079
- GridsterItemComponentInterface.prototype.canBeResized;
4080
- /** @type {?} */
4081
- GridsterItemComponentInterface.prototype.el;
4082
- /** @type {?} */
4083
- GridsterItemComponentInterface.prototype.gridster;
4084
- /** @type {?} */
4085
- GridsterItemComponentInterface.prototype.renderer;
4086
- }
3412
+ }());
4087
3413
 
4088
3414
  /**
4089
3415
  * @fileoverview added by tsickle
4090
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3416
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4091
3417
  */
4092
3418
  var GridsterSwap = /** @class */ (function () {
4093
3419
  function GridsterSwap(gridsterItem) {
@@ -4215,28 +3541,11 @@
4215
3541
  { type: GridsterItemComponentInterface }
4216
3542
  ]; };
4217
3543
  return GridsterSwap;
4218
- }());
4219
- if (false) {
4220
- /**
4221
- * @type {?}
4222
- * @private
4223
- */
4224
- GridsterSwap.prototype.swapedItem;
4225
- /**
4226
- * @type {?}
4227
- * @private
4228
- */
4229
- GridsterSwap.prototype.gridsterItem;
4230
- /**
4231
- * @type {?}
4232
- * @private
4233
- */
4234
- GridsterSwap.prototype.gridster;
4235
- }
3544
+ }());
4236
3545
 
4237
3546
  /**
4238
3547
  * @fileoverview added by tsickle
4239
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3548
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4240
3549
  */
4241
3550
  /** @type {?} */
4242
3551
  var scrollSensitivity;
@@ -4431,7 +3740,7 @@
4431
3740
 
4432
3741
  /**
4433
3742
  * @fileoverview added by tsickle
4434
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3743
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4435
3744
  */
4436
3745
  var GridsterPush = /** @class */ (function () {
4437
3746
  function GridsterPush(gridsterItem) {
@@ -4921,61 +4230,11 @@
4921
4230
  { type: GridsterItemComponentInterface }
4922
4231
  ]; };
4923
4232
  return GridsterPush;
4924
- }());
4925
- if (false) {
4926
- /** @type {?} */
4927
- GridsterPush.prototype.fromSouth;
4928
- /** @type {?} */
4929
- GridsterPush.prototype.fromNorth;
4930
- /** @type {?} */
4931
- GridsterPush.prototype.fromEast;
4932
- /** @type {?} */
4933
- GridsterPush.prototype.fromWest;
4934
- /**
4935
- * @type {?}
4936
- * @private
4937
- */
4938
- GridsterPush.prototype.pushedItems;
4939
- /**
4940
- * @type {?}
4941
- * @private
4942
- */
4943
- GridsterPush.prototype.pushedItemsTemp;
4944
- /**
4945
- * @type {?}
4946
- * @private
4947
- */
4948
- GridsterPush.prototype.pushedItemsTempPath;
4949
- /**
4950
- * @type {?}
4951
- * @private
4952
- */
4953
- GridsterPush.prototype.pushedItemsPath;
4954
- /**
4955
- * @type {?}
4956
- * @private
4957
- */
4958
- GridsterPush.prototype.gridsterItem;
4959
- /**
4960
- * @type {?}
4961
- * @private
4962
- */
4963
- GridsterPush.prototype.gridster;
4964
- /**
4965
- * @type {?}
4966
- * @private
4967
- */
4968
- GridsterPush.prototype.pushedItemsOrder;
4969
- /**
4970
- * @type {?}
4971
- * @private
4972
- */
4973
- GridsterPush.prototype.tryPattern;
4974
- }
4233
+ }());
4975
4234
 
4976
4235
  /**
4977
4236
  * @fileoverview added by tsickle
4978
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4237
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4979
4238
  */
4980
4239
  var GridsterDraggable = /** @class */ (function () {
4981
4240
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5279,10 +4538,6 @@
5279
4538
  this.gridsterItem.$item.cols = itemColsbackup;
5280
4539
  this.gridsterItem.$item.rows = itemRowsbackup;
5281
4540
  }
5282
- else {
5283
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5284
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5285
- }
5286
4541
  return this.gridsterItem.$item;
5287
4542
  };
5288
4543
  /**
@@ -5439,84 +4694,11 @@
5439
4694
  { type: core.NgZone }
5440
4695
  ]; };
5441
4696
  return GridsterDraggable;
5442
- }());
5443
- if (false) {
5444
- /** @type {?} */
5445
- GridsterDraggable.prototype.gridsterItem;
5446
- /** @type {?} */
5447
- GridsterDraggable.prototype.gridster;
5448
- /** @type {?} */
5449
- GridsterDraggable.prototype.lastMouse;
5450
- /** @type {?} */
5451
- GridsterDraggable.prototype.offsetLeft;
5452
- /** @type {?} */
5453
- GridsterDraggable.prototype.offsetTop;
5454
- /** @type {?} */
5455
- GridsterDraggable.prototype.margin;
5456
- /** @type {?} */
5457
- GridsterDraggable.prototype.diffTop;
5458
- /** @type {?} */
5459
- GridsterDraggable.prototype.diffLeft;
5460
- /** @type {?} */
5461
- GridsterDraggable.prototype.top;
5462
- /** @type {?} */
5463
- GridsterDraggable.prototype.left;
5464
- /** @type {?} */
5465
- GridsterDraggable.prototype.height;
5466
- /** @type {?} */
5467
- GridsterDraggable.prototype.width;
5468
- /** @type {?} */
5469
- GridsterDraggable.prototype.positionX;
5470
- /** @type {?} */
5471
- GridsterDraggable.prototype.positionY;
5472
- /** @type {?} */
5473
- GridsterDraggable.prototype.positionXBackup;
5474
- /** @type {?} */
5475
- GridsterDraggable.prototype.positionYBackup;
5476
- /** @type {?} */
5477
- GridsterDraggable.prototype.enabled;
5478
- /** @type {?} */
5479
- GridsterDraggable.prototype.dragStartFunction;
5480
- /** @type {?} */
5481
- GridsterDraggable.prototype.dragFunction;
5482
- /** @type {?} */
5483
- GridsterDraggable.prototype.dragStopFunction;
5484
- /** @type {?} */
5485
- GridsterDraggable.prototype.mousemove;
5486
- /** @type {?} */
5487
- GridsterDraggable.prototype.mouseup;
5488
- /** @type {?} */
5489
- GridsterDraggable.prototype.mouseleave;
5490
- /** @type {?} */
5491
- GridsterDraggable.prototype.cancelOnBlur;
5492
- /** @type {?} */
5493
- GridsterDraggable.prototype.touchmove;
5494
- /** @type {?} */
5495
- GridsterDraggable.prototype.touchend;
5496
- /** @type {?} */
5497
- GridsterDraggable.prototype.touchcancel;
5498
- /** @type {?} */
5499
- GridsterDraggable.prototype.mousedown;
5500
- /** @type {?} */
5501
- GridsterDraggable.prototype.touchstart;
5502
- /** @type {?} */
5503
- GridsterDraggable.prototype.push;
5504
- /** @type {?} */
5505
- GridsterDraggable.prototype.swap;
5506
- /** @type {?} */
5507
- GridsterDraggable.prototype.path;
5508
- /** @type {?} */
5509
- GridsterDraggable.prototype.collision;
5510
- /**
5511
- * @type {?}
5512
- * @private
5513
- */
5514
- GridsterDraggable.prototype.zone;
5515
- }
4697
+ }());
5516
4698
 
5517
4699
  /**
5518
4700
  * @fileoverview added by tsickle
5519
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4701
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5520
4702
  */
5521
4703
  var GridsterPushResize = /** @class */ (function () {
5522
4704
  function GridsterPushResize(gridsterItem) {
@@ -5896,46 +5078,11 @@
5896
5078
  { type: GridsterItemComponentInterface }
5897
5079
  ]; };
5898
5080
  return GridsterPushResize;
5899
- }());
5900
- if (false) {
5901
- /** @type {?} */
5902
- GridsterPushResize.prototype.fromSouth;
5903
- /** @type {?} */
5904
- GridsterPushResize.prototype.fromNorth;
5905
- /** @type {?} */
5906
- GridsterPushResize.prototype.fromEast;
5907
- /** @type {?} */
5908
- GridsterPushResize.prototype.fromWest;
5909
- /**
5910
- * @type {?}
5911
- * @private
5912
- */
5913
- GridsterPushResize.prototype.pushedItems;
5914
- /**
5915
- * @type {?}
5916
- * @private
5917
- */
5918
- GridsterPushResize.prototype.pushedItemsPath;
5919
- /**
5920
- * @type {?}
5921
- * @private
5922
- */
5923
- GridsterPushResize.prototype.gridsterItem;
5924
- /**
5925
- * @type {?}
5926
- * @private
5927
- */
5928
- GridsterPushResize.prototype.gridster;
5929
- /**
5930
- * @type {?}
5931
- * @private
5932
- */
5933
- GridsterPushResize.prototype.tryPattern;
5934
- }
5081
+ }());
5935
5082
 
5936
5083
  /**
5937
5084
  * @fileoverview added by tsickle
5938
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5085
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5939
5086
  */
5940
5087
  var GridsterResizable = /** @class */ (function () {
5941
5088
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6477,86 +5624,11 @@
6477
5624
  { type: core.NgZone }
6478
5625
  ]; };
6479
5626
  return GridsterResizable;
6480
- }());
6481
- if (false) {
6482
- /** @type {?} */
6483
- GridsterResizable.prototype.gridsterItem;
6484
- /** @type {?} */
6485
- GridsterResizable.prototype.gridster;
6486
- /** @type {?} */
6487
- GridsterResizable.prototype.lastMouse;
6488
- /** @type {?} */
6489
- GridsterResizable.prototype.itemBackup;
6490
- /** @type {?} */
6491
- GridsterResizable.prototype.resizeEventScrollType;
6492
- /** @type {?} */
6493
- GridsterResizable.prototype.directionFunction;
6494
- /** @type {?} */
6495
- GridsterResizable.prototype.dragFunction;
6496
- /** @type {?} */
6497
- GridsterResizable.prototype.dragStopFunction;
6498
- /** @type {?} */
6499
- GridsterResizable.prototype.resizeEnabled;
6500
- /** @type {?} */
6501
- GridsterResizable.prototype.mousemove;
6502
- /** @type {?} */
6503
- GridsterResizable.prototype.mouseup;
6504
- /** @type {?} */
6505
- GridsterResizable.prototype.mouseleave;
6506
- /** @type {?} */
6507
- GridsterResizable.prototype.cancelOnBlur;
6508
- /** @type {?} */
6509
- GridsterResizable.prototype.touchmove;
6510
- /** @type {?} */
6511
- GridsterResizable.prototype.touchend;
6512
- /** @type {?} */
6513
- GridsterResizable.prototype.touchcancel;
6514
- /** @type {?} */
6515
- GridsterResizable.prototype.push;
6516
- /** @type {?} */
6517
- GridsterResizable.prototype.pushResize;
6518
- /** @type {?} */
6519
- GridsterResizable.prototype.minHeight;
6520
- /** @type {?} */
6521
- GridsterResizable.prototype.minWidth;
6522
- /** @type {?} */
6523
- GridsterResizable.prototype.offsetTop;
6524
- /** @type {?} */
6525
- GridsterResizable.prototype.offsetLeft;
6526
- /** @type {?} */
6527
- GridsterResizable.prototype.diffTop;
6528
- /** @type {?} */
6529
- GridsterResizable.prototype.diffLeft;
6530
- /** @type {?} */
6531
- GridsterResizable.prototype.diffRight;
6532
- /** @type {?} */
6533
- GridsterResizable.prototype.diffBottom;
6534
- /** @type {?} */
6535
- GridsterResizable.prototype.margin;
6536
- /** @type {?} */
6537
- GridsterResizable.prototype.top;
6538
- /** @type {?} */
6539
- GridsterResizable.prototype.left;
6540
- /** @type {?} */
6541
- GridsterResizable.prototype.bottom;
6542
- /** @type {?} */
6543
- GridsterResizable.prototype.right;
6544
- /** @type {?} */
6545
- GridsterResizable.prototype.width;
6546
- /** @type {?} */
6547
- GridsterResizable.prototype.height;
6548
- /** @type {?} */
6549
- GridsterResizable.prototype.newPosition;
6550
- /**
6551
- * @type {?}
6552
- * @private
6553
- */
6554
- GridsterResizable.prototype.zone;
6555
- }
5627
+ }());
6556
5628
 
6557
5629
  /**
6558
5630
  * @fileoverview added by tsickle
6559
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5631
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6560
5632
  */
6561
5633
  var GridsterItemComponent = /** @class */ (function () {
6562
5634
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6751,44 +5823,11 @@
6751
5823
  item: [{ type: core.Input }]
6752
5824
  };
6753
5825
  return GridsterItemComponent;
6754
- }());
6755
- if (false) {
6756
- /** @type {?} */
6757
- GridsterItemComponent.prototype.item;
6758
- /** @type {?} */
6759
- GridsterItemComponent.prototype.$item;
6760
- /** @type {?} */
6761
- GridsterItemComponent.prototype.el;
6762
- /** @type {?} */
6763
- GridsterItemComponent.prototype.gridster;
6764
- /** @type {?} */
6765
- GridsterItemComponent.prototype.top;
6766
- /** @type {?} */
6767
- GridsterItemComponent.prototype.left;
6768
- /** @type {?} */
6769
- GridsterItemComponent.prototype.width;
6770
- /** @type {?} */
6771
- GridsterItemComponent.prototype.height;
6772
- /** @type {?} */
6773
- GridsterItemComponent.prototype.drag;
6774
- /** @type {?} */
6775
- GridsterItemComponent.prototype.resize;
6776
- /** @type {?} */
6777
- GridsterItemComponent.prototype.notPlaced;
6778
- /** @type {?} */
6779
- GridsterItemComponent.prototype.init;
6780
- /** @type {?} */
6781
- GridsterItemComponent.prototype.renderer;
6782
- /**
6783
- * @type {?}
6784
- * @private
6785
- */
6786
- GridsterItemComponent.prototype.zone;
6787
- }
5826
+ }());
6788
5827
 
6789
5828
  /**
6790
5829
  * @fileoverview added by tsickle
6791
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5830
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6792
5831
  */
6793
5832
  var GridsterPreviewComponent = /** @class */ (function () {
6794
5833
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6843,19 +5882,11 @@
6843
5882
  { type: core.Renderer2 }
6844
5883
  ]; };
6845
5884
  return GridsterPreviewComponent;
6846
- }());
6847
- if (false) {
6848
- /** @type {?} */
6849
- GridsterPreviewComponent.prototype.el;
6850
- /** @type {?} */
6851
- GridsterPreviewComponent.prototype.gridster;
6852
- /** @type {?} */
6853
- GridsterPreviewComponent.prototype.renderer;
6854
- }
5885
+ }());
6855
5886
 
6856
5887
  /**
6857
5888
  * @fileoverview added by tsickle
6858
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5889
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6859
5890
  */
6860
5891
  var GridsterModule = /** @class */ (function () {
6861
5892
  function GridsterModule() {
@@ -6880,7 +5911,7 @@
6880
5911
 
6881
5912
  /**
6882
5913
  * @fileoverview added by tsickle
6883
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5914
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6884
5915
  */
6885
5916
  /** @type {?} */
6886
5917
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6921,7 +5952,7 @@
6921
5952
 
6922
5953
  /**
6923
5954
  * @fileoverview added by tsickle
6924
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5955
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6925
5956
  */
6926
5957
  /**
6927
5958
  * @abstract
@@ -6965,35 +5996,11 @@
6965
5996
  initialize: [{ type: core.Input }]
6966
5997
  };
6967
5998
  return RaBaseDashboardTemplate;
6968
- }());
6969
- if (false) {
6970
- /** @type {?} */
6971
- RaBaseDashboardTemplate.prototype.userDashboardId;
6972
- /** @type {?} */
6973
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6974
- /** @type {?} */
6975
- RaBaseDashboardTemplate.prototype.appConfig;
6976
- /** @type {?} */
6977
- RaBaseDashboardTemplate.prototype.dashboardId;
6978
- /** @type {?} */
6979
- RaBaseDashboardTemplate.prototype.globalFilter;
6980
- /** @type {?} */
6981
- RaBaseDashboardTemplate.prototype.initialize;
6982
- /**
6983
- * @type {?}
6984
- * @private
6985
- */
6986
- RaBaseDashboardTemplate.prototype.ngZone;
6987
- /**
6988
- * @abstract
6989
- * @return {?}
6990
- */
6991
- RaBaseDashboardTemplate.prototype.init = function () { };
6992
- }
5999
+ }());
6993
6000
 
6994
6001
  /**
6995
6002
  * @fileoverview added by tsickle
6996
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6003
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6997
6004
  */
6998
6005
  /**
6999
6006
  * @abstract
@@ -7013,19 +6020,7 @@
7013
6020
  getAllFilterConfig: [{ type: core.Input }]
7014
6021
  };
7015
6022
  return RaBaseDashboardFilter;
7016
- }());
7017
- if (false) {
7018
- /**
7019
- * @type {?}
7020
- * @private
7021
- */
7022
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7023
- /**
7024
- * @abstract
7025
- * @return {?}
7026
- */
7027
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7028
- }
6023
+ }());
7029
6024
 
7030
6025
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7031
6026
  exports.RADashboardArea = RADashboardArea;