@schneideress/dashboardframework 0.0.51 → 0.0.52

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 +71 -1126
  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 +2 -2
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +8 -29
  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 +19 -19
  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 +2 -2
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +7 -49
  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 +19 -19
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +70 -994
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +72 -1017
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +0 -3
  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,223 +478,38 @@
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 = {
808
489
  gridType: GridType.ScrollVertical,
809
490
  compactType: CompactType.None,
810
- margin: 10,
491
+ margin: 20,
811
492
  outerMargin: true,
812
- outerMarginTop: null,
813
- outerMarginRight: null,
814
- outerMarginBottom: null,
815
- outerMarginLeft: null,
493
+ outerMarginTop: 10,
494
+ outerMarginRight: 10,
495
+ outerMarginBottom: 30,
496
+ outerMarginLeft: 10,
816
497
  useTransformPositioning: true,
817
498
  mobileBreakpoint: 640,
818
- minCols: 100,
819
- maxCols: 100,
820
- minRows: 100,
499
+ minCols: 5,
500
+ maxCols: 5,
501
+ minRows: 20,
821
502
  maxRows: 2000,
822
- maxItemCols: 150,
503
+ maxItemCols: 5,
823
504
  minItemCols: 1,
824
- maxItemRows: 150,
825
- minItemRows: 1,
826
- maxItemArea: 2500,
827
- minItemArea: 1,
828
- defaultItemCols: 5,
829
- defaultItemRows: 5,
830
- fixedColWidth: 5,
831
- fixedRowHeight: 5,
505
+ maxItemRows: 100,
506
+ minItemRows: 6,
507
+ maxItemArea: 250000,
508
+ minItemArea: 6,
509
+ defaultItemCols: 1,
510
+ defaultItemRows: 1,
511
+ fixedColWidth: 105,
512
+ fixedRowHeight: 105,
832
513
  keepFixedHeightInMobile: false,
833
514
  keepFixedWidthInMobile: false,
834
515
  scrollSensitivity: 10,
@@ -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) {
@@ -1338,7 +1019,7 @@
1338
1019
  { type: core.Component, args: [{
1339
1020
  selector: 'ra-dashboard-area',
1340
1021
  template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\">\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
1341
- styles: ["gridster{width:inherit;resize:height;display:flex}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
1022
+ styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#fcfcfc}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item :hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
1342
1023
  }] }
1343
1024
  ];
1344
1025
  /** @nocollapse */
@@ -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) {
@@ -1448,7 +1057,6 @@
1448
1057
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1449
1058
  this.lockClass = "unlocked";
1450
1059
  this.lockStatus = "unlock";
1451
- this.isDownloadIconVisible = false;
1452
1060
  this.widgetDeleted = new core.EventEmitter();
1453
1061
  }
1454
1062
  /**
@@ -1635,9 +1243,6 @@
1635
1243
  widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1636
1244
  return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1637
1245
  case 1:
1638
- _a.sent();
1639
- return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1640
- case 2:
1641
1246
  _a.sent();
1642
1247
  return [2 /*return*/];
1643
1248
  }
@@ -1673,16 +1278,13 @@
1673
1278
  appConfig: this.appConfig,
1674
1279
  widgetInfo: widgetInfo
1675
1280
  }));
1676
- if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
1281
+ if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 2];
1677
1282
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
1678
1283
  return [4 /*yield*/, this.setLock(widgetConfigFilter.config)];
1679
1284
  case 1:
1680
1285
  _a.sent();
1681
- return [4 /*yield*/, this.setDownloadIcon()];
1682
- case 2:
1683
- _a.sent();
1684
- _a.label = 3;
1685
- case 3: return [2 /*return*/];
1286
+ _a.label = 2;
1287
+ case 2: return [2 /*return*/];
1686
1288
  }
1687
1289
  });
1688
1290
  });
@@ -1732,44 +1334,11 @@
1732
1334
  });
1733
1335
  });
1734
1336
  };
1735
- /**
1736
- * @private
1737
- * @return {?}
1738
- */
1739
- RAWidgetContainer.prototype.setDownloadIcon = /**
1740
- * @private
1741
- * @return {?}
1742
- */
1743
- function () {
1744
- return __awaiter(this, void 0, void 0, function () {
1745
- var _a;
1746
- return __generator(this, function (_b) {
1747
- switch (_b.label) {
1748
- case 0:
1749
- _a = this;
1750
- return [4 /*yield*/, this.widgetElement.isDownloadVisible()];
1751
- case 1:
1752
- _a.isDownloadIconVisible = _b.sent();
1753
- this.isDownloadIconVisible = false; //temp. commented
1754
- return [2 /*return*/];
1755
- }
1756
- });
1757
- });
1758
- };
1759
- /**
1760
- * @return {?}
1761
- */
1762
- RAWidgetContainer.prototype.downloadClicked = /**
1763
- * @return {?}
1764
- */
1765
- function () {
1766
- this.widgetElement.isDownloadVisible();
1767
- };
1768
1337
  RAWidgetContainer.decorators = [
1769
1338
  { type: core.Component, args: [{
1770
1339
  selector: 'ra-widget-container',
1771
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1772
- styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0;padding:10px 0 0 1%}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1340
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;padding-left: 0px;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1341
+ styles: [".wcheader{width:100%;height:46px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0;padding:15px 0 0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:0}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}"]
1773
1342
  }] }
1774
1343
  ];
1775
1344
  /** @nocollapse */
@@ -1792,84 +1361,11 @@
1792
1361
  widgetDeleted: [{ type: core.Output }]
1793
1362
  };
1794
1363
  return RAWidgetContainer;
1795
- }());
1796
- if (false) {
1797
- /**
1798
- * @type {?}
1799
- * @private
1800
- */
1801
- RAWidgetContainer.prototype.isWidgetLoaded;
1802
- /**
1803
- * @type {?}
1804
- * @private
1805
- */
1806
- RAWidgetContainer.prototype.widgetElement;
1807
- /**
1808
- * @type {?}
1809
- * @private
1810
- */
1811
- RAWidgetContainer.prototype.configChanged;
1812
- /**
1813
- * @type {?}
1814
- * @private
1815
- */
1816
- RAWidgetContainer.prototype.isIEOrEdge;
1817
- /** @type {?} */
1818
- RAWidgetContainer.prototype.widgetHeight;
1819
- /** @type {?} */
1820
- RAWidgetContainer.prototype.lockClass;
1821
- /** @type {?} */
1822
- RAWidgetContainer.prototype.lockStatus;
1823
- /** @type {?} */
1824
- RAWidgetContainer.prototype.isDownloadIconVisible;
1825
- /** @type {?} */
1826
- RAWidgetContainer.prototype.ctlWidget;
1827
- /** @type {?} */
1828
- RAWidgetContainer.prototype.widgetInstanceId;
1829
- /** @type {?} */
1830
- RAWidgetContainer.prototype.globalFilter;
1831
- /** @type {?} */
1832
- RAWidgetContainer.prototype.data;
1833
- /** @type {?} */
1834
- RAWidgetContainer.prototype.raDashboardEventBus;
1835
- /** @type {?} */
1836
- RAWidgetContainer.prototype.appConfig;
1837
- /** @type {?} */
1838
- RAWidgetContainer.prototype.width;
1839
- /** @type {?} */
1840
- RAWidgetContainer.prototype.height;
1841
- /** @type {?} */
1842
- RAWidgetContainer.prototype.widgetDeleted;
1843
- /**
1844
- * @type {?}
1845
- * @private
1846
- */
1847
- RAWidgetContainer.prototype.dashboardService;
1848
- /**
1849
- * @type {?}
1850
- * @private
1851
- */
1852
- RAWidgetContainer.prototype.ngxService;
1853
- /**
1854
- * @type {?}
1855
- * @private
1856
- */
1857
- RAWidgetContainer.prototype.translateService;
1858
- /**
1859
- * @type {?}
1860
- * @private
1861
- */
1862
- RAWidgetContainer.prototype.ngZone;
1863
- /**
1864
- * @type {?}
1865
- * @private
1866
- */
1867
- RAWidgetContainer.prototype.notifier;
1868
- }
1364
+ }());
1869
1365
 
1870
1366
  /**
1871
1367
  * @fileoverview added by tsickle
1872
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1368
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1873
1369
  */
1874
1370
  /** @type {?} */
1875
1371
  var customNotifierOptions = {
@@ -1915,7 +1411,7 @@
1915
1411
 
1916
1412
  /**
1917
1413
  * @fileoverview added by tsickle
1918
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1414
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1919
1415
  */
1920
1416
  /** @type {?} */
1921
1417
  var GridsterConfigService = {
@@ -2093,7 +1589,7 @@
2093
1589
 
2094
1590
  /**
2095
1591
  * @fileoverview added by tsickle
2096
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1592
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2097
1593
  */
2098
1594
  var GridsterUtils = /** @class */ (function () {
2099
1595
  function GridsterUtils() {
@@ -2268,7 +1764,7 @@
2268
1764
 
2269
1765
  /**
2270
1766
  * @fileoverview added by tsickle
2271
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1767
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2272
1768
  */
2273
1769
  /**
2274
1770
  * @abstract
@@ -2280,85 +1776,11 @@
2280
1776
  function GridsterComponentInterface() {
2281
1777
  }
2282
1778
  return GridsterComponentInterface;
2283
- }());
2284
- if (false) {
2285
- /** @type {?} */
2286
- GridsterComponentInterface.prototype.$options;
2287
- /** @type {?} */
2288
- GridsterComponentInterface.prototype.grid;
2289
- /** @type {?} */
2290
- GridsterComponentInterface.prototype.checkCollision;
2291
- /** @type {?} */
2292
- GridsterComponentInterface.prototype.positionXToPixels;
2293
- /** @type {?} */
2294
- GridsterComponentInterface.prototype.pixelsToPositionX;
2295
- /** @type {?} */
2296
- GridsterComponentInterface.prototype.positionYToPixels;
2297
- /** @type {?} */
2298
- GridsterComponentInterface.prototype.pixelsToPositionY;
2299
- /** @type {?} */
2300
- GridsterComponentInterface.prototype.findItemWithItem;
2301
- /** @type {?} */
2302
- GridsterComponentInterface.prototype.findItemsWithItem;
2303
- /** @type {?} */
2304
- GridsterComponentInterface.prototype.checkGridCollision;
2305
- /** @type {?} */
2306
- GridsterComponentInterface.prototype.el;
2307
- /** @type {?} */
2308
- GridsterComponentInterface.prototype.renderer;
2309
- /** @type {?} */
2310
- GridsterComponentInterface.prototype.gridRenderer;
2311
- /** @type {?} */
2312
- GridsterComponentInterface.prototype.cdRef;
2313
- /** @type {?} */
2314
- GridsterComponentInterface.prototype.options;
2315
- /** @type {?} */
2316
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2317
- /** @type {?} */
2318
- GridsterComponentInterface.prototype.updateGrid;
2319
- /** @type {?} */
2320
- GridsterComponentInterface.prototype.movingItem;
2321
- /** @type {?} */
2322
- GridsterComponentInterface.prototype.addItem;
2323
- /** @type {?} */
2324
- GridsterComponentInterface.prototype.removeItem;
2325
- /** @type {?} */
2326
- GridsterComponentInterface.prototype.previewStyle;
2327
- /** @type {?} */
2328
- GridsterComponentInterface.prototype.mobile;
2329
- /** @type {?} */
2330
- GridsterComponentInterface.prototype.curWidth;
2331
- /** @type {?} */
2332
- GridsterComponentInterface.prototype.curHeight;
2333
- /** @type {?} */
2334
- GridsterComponentInterface.prototype.columns;
2335
- /** @type {?} */
2336
- GridsterComponentInterface.prototype.rows;
2337
- /** @type {?} */
2338
- GridsterComponentInterface.prototype.curColWidth;
2339
- /** @type {?} */
2340
- GridsterComponentInterface.prototype.curRowHeight;
2341
- /** @type {?} */
2342
- GridsterComponentInterface.prototype.windowResize;
2343
- /** @type {?} */
2344
- GridsterComponentInterface.prototype.setGridDimensions;
2345
- /** @type {?} */
2346
- GridsterComponentInterface.prototype.dragInProgress;
2347
- /** @type {?} */
2348
- GridsterComponentInterface.prototype.emptyCell;
2349
- /** @type {?} */
2350
- GridsterComponentInterface.prototype.compact;
2351
- /** @type {?} */
2352
- GridsterComponentInterface.prototype.zone;
2353
- /** @type {?} */
2354
- GridsterComponentInterface.prototype.gridRows;
2355
- /** @type {?} */
2356
- GridsterComponentInterface.prototype.gridColumns;
2357
- }
1779
+ }());
2358
1780
 
2359
1781
  /**
2360
1782
  * @fileoverview added by tsickle
2361
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1783
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2362
1784
  */
2363
1785
  var GridsterEmptyCell = /** @class */ (function () {
2364
1786
  function GridsterEmptyCell(gridster) {
@@ -2675,44 +2097,11 @@
2675
2097
  { type: GridsterComponentInterface }
2676
2098
  ]; };
2677
2099
  return GridsterEmptyCell;
2678
- }());
2679
- if (false) {
2680
- /** @type {?} */
2681
- GridsterEmptyCell.prototype.initialItem;
2682
- /** @type {?} */
2683
- GridsterEmptyCell.prototype.emptyCellClick;
2684
- /** @type {?} */
2685
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2686
- /** @type {?} */
2687
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2688
- /** @type {?} */
2689
- GridsterEmptyCell.prototype.emptyCellDrop;
2690
- /** @type {?} */
2691
- GridsterEmptyCell.prototype.emptyCellDrag;
2692
- /** @type {?} */
2693
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2694
- /** @type {?} */
2695
- GridsterEmptyCell.prototype.emptyCellMMove;
2696
- /** @type {?} */
2697
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2698
- /** @type {?} */
2699
- GridsterEmptyCell.prototype.emptyCellUp;
2700
- /** @type {?} */
2701
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2702
- /** @type {?} */
2703
- GridsterEmptyCell.prototype.emptyCellMove;
2704
- /** @type {?} */
2705
- GridsterEmptyCell.prototype.emptyCellExit;
2706
- /**
2707
- * @type {?}
2708
- * @private
2709
- */
2710
- GridsterEmptyCell.prototype.gridster;
2711
- }
2100
+ }());
2712
2101
 
2713
2102
  /**
2714
2103
  * @fileoverview added by tsickle
2715
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2104
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2716
2105
  */
2717
2106
  var GridsterCompact = /** @class */ (function () {
2718
2107
  function GridsterCompact(gridster) {
@@ -2950,18 +2339,11 @@
2950
2339
  { type: GridsterComponentInterface }
2951
2340
  ]; };
2952
2341
  return GridsterCompact;
2953
- }());
2954
- if (false) {
2955
- /**
2956
- * @type {?}
2957
- * @private
2958
- */
2959
- GridsterCompact.prototype.gridster;
2960
- }
2342
+ }());
2961
2343
 
2962
2344
  /**
2963
2345
  * @fileoverview added by tsickle
2964
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2346
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2965
2347
  */
2966
2348
  var GridsterRenderer = /** @class */ (function () {
2967
2349
  function GridsterRenderer(gridster) {
@@ -3268,18 +2650,11 @@
3268
2650
  { type: GridsterComponentInterface }
3269
2651
  ]; };
3270
2652
  return GridsterRenderer;
3271
- }());
3272
- if (false) {
3273
- /**
3274
- * @type {?}
3275
- * @private
3276
- */
3277
- GridsterRenderer.prototype.gridster;
3278
- }
2653
+ }());
3279
2654
 
3280
2655
  /**
3281
2656
  * @fileoverview added by tsickle
3282
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2657
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3283
2658
  */
3284
2659
  var GridsterComponent = /** @class */ (function () {
3285
2660
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3434,17 +2809,6 @@
3434
2809
  if (this.options.destroyCallback) {
3435
2810
  this.options.destroyCallback(this);
3436
2811
  }
3437
- //if (this.options.api) {
3438
- /* this.options.api getting undefined for new dashboard load- temp fix
3439
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3440
- * ondestroy of current this.options.api instance - needs to investigate further
3441
- */
3442
- if (false) {
3443
- this.options.api.resize = undefined;
3444
- this.options.api.optionsChanged = undefined;
3445
- this.options.api.getNextPossiblePosition = undefined;
3446
- this.options.api = undefined;
3447
- }
3448
2812
  this.emptyCell.destroy();
3449
2813
  delete this.emptyCell;
3450
2814
  this.compact.destroy();
@@ -4021,61 +3385,11 @@
4021
3385
  options: [{ type: core.Input }]
4022
3386
  };
4023
3387
  return GridsterComponent;
4024
- }());
4025
- if (false) {
4026
- /** @type {?} */
4027
- GridsterComponent.prototype.options;
4028
- /** @type {?} */
4029
- GridsterComponent.prototype.calculateLayoutDebounce;
4030
- /** @type {?} */
4031
- GridsterComponent.prototype.movingItem;
4032
- /** @type {?} */
4033
- GridsterComponent.prototype.previewStyle;
4034
- /** @type {?} */
4035
- GridsterComponent.prototype.el;
4036
- /** @type {?} */
4037
- GridsterComponent.prototype.$options;
4038
- /** @type {?} */
4039
- GridsterComponent.prototype.mobile;
4040
- /** @type {?} */
4041
- GridsterComponent.prototype.curWidth;
4042
- /** @type {?} */
4043
- GridsterComponent.prototype.curHeight;
4044
- /** @type {?} */
4045
- GridsterComponent.prototype.grid;
4046
- /** @type {?} */
4047
- GridsterComponent.prototype.columns;
4048
- /** @type {?} */
4049
- GridsterComponent.prototype.rows;
4050
- /** @type {?} */
4051
- GridsterComponent.prototype.curColWidth;
4052
- /** @type {?} */
4053
- GridsterComponent.prototype.curRowHeight;
4054
- /** @type {?} */
4055
- GridsterComponent.prototype.gridColumns;
4056
- /** @type {?} */
4057
- GridsterComponent.prototype.gridRows;
4058
- /** @type {?} */
4059
- GridsterComponent.prototype.windowResize;
4060
- /** @type {?} */
4061
- GridsterComponent.prototype.dragInProgress;
4062
- /** @type {?} */
4063
- GridsterComponent.prototype.emptyCell;
4064
- /** @type {?} */
4065
- GridsterComponent.prototype.compact;
4066
- /** @type {?} */
4067
- GridsterComponent.prototype.gridRenderer;
4068
- /** @type {?} */
4069
- GridsterComponent.prototype.renderer;
4070
- /** @type {?} */
4071
- GridsterComponent.prototype.cdRef;
4072
- /** @type {?} */
4073
- GridsterComponent.prototype.zone;
4074
- }
3388
+ }());
4075
3389
 
4076
3390
  /**
4077
3391
  * @fileoverview added by tsickle
4078
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3392
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4079
3393
  */
4080
3394
  /**
4081
3395
  * @abstract
@@ -4087,49 +3401,11 @@
4087
3401
  function GridsterItemComponentInterface() {
4088
3402
  }
4089
3403
  return GridsterItemComponentInterface;
4090
- }());
4091
- if (false) {
4092
- /** @type {?} */
4093
- GridsterItemComponentInterface.prototype.item;
4094
- /** @type {?} */
4095
- GridsterItemComponentInterface.prototype.$item;
4096
- /** @type {?} */
4097
- GridsterItemComponentInterface.prototype.top;
4098
- /** @type {?} */
4099
- GridsterItemComponentInterface.prototype.left;
4100
- /** @type {?} */
4101
- GridsterItemComponentInterface.prototype.width;
4102
- /** @type {?} */
4103
- GridsterItemComponentInterface.prototype.height;
4104
- /** @type {?} */
4105
- GridsterItemComponentInterface.prototype.drag;
4106
- /** @type {?} */
4107
- GridsterItemComponentInterface.prototype.resize;
4108
- /** @type {?} */
4109
- GridsterItemComponentInterface.prototype.notPlaced;
4110
- /** @type {?} */
4111
- GridsterItemComponentInterface.prototype.updateOptions;
4112
- /** @type {?} */
4113
- GridsterItemComponentInterface.prototype.itemChanged;
4114
- /** @type {?} */
4115
- GridsterItemComponentInterface.prototype.setSize;
4116
- /** @type {?} */
4117
- GridsterItemComponentInterface.prototype.checkItemChanges;
4118
- /** @type {?} */
4119
- GridsterItemComponentInterface.prototype.canBeDragged;
4120
- /** @type {?} */
4121
- GridsterItemComponentInterface.prototype.canBeResized;
4122
- /** @type {?} */
4123
- GridsterItemComponentInterface.prototype.el;
4124
- /** @type {?} */
4125
- GridsterItemComponentInterface.prototype.gridster;
4126
- /** @type {?} */
4127
- GridsterItemComponentInterface.prototype.renderer;
4128
- }
3404
+ }());
4129
3405
 
4130
3406
  /**
4131
3407
  * @fileoverview added by tsickle
4132
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3408
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4133
3409
  */
4134
3410
  var GridsterSwap = /** @class */ (function () {
4135
3411
  function GridsterSwap(gridsterItem) {
@@ -4257,28 +3533,11 @@
4257
3533
  { type: GridsterItemComponentInterface }
4258
3534
  ]; };
4259
3535
  return GridsterSwap;
4260
- }());
4261
- if (false) {
4262
- /**
4263
- * @type {?}
4264
- * @private
4265
- */
4266
- GridsterSwap.prototype.swapedItem;
4267
- /**
4268
- * @type {?}
4269
- * @private
4270
- */
4271
- GridsterSwap.prototype.gridsterItem;
4272
- /**
4273
- * @type {?}
4274
- * @private
4275
- */
4276
- GridsterSwap.prototype.gridster;
4277
- }
3536
+ }());
4278
3537
 
4279
3538
  /**
4280
3539
  * @fileoverview added by tsickle
4281
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3540
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4282
3541
  */
4283
3542
  /** @type {?} */
4284
3543
  var scrollSensitivity;
@@ -4473,7 +3732,7 @@
4473
3732
 
4474
3733
  /**
4475
3734
  * @fileoverview added by tsickle
4476
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3735
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4477
3736
  */
4478
3737
  var GridsterPush = /** @class */ (function () {
4479
3738
  function GridsterPush(gridsterItem) {
@@ -4963,61 +4222,11 @@
4963
4222
  { type: GridsterItemComponentInterface }
4964
4223
  ]; };
4965
4224
  return GridsterPush;
4966
- }());
4967
- if (false) {
4968
- /** @type {?} */
4969
- GridsterPush.prototype.fromSouth;
4970
- /** @type {?} */
4971
- GridsterPush.prototype.fromNorth;
4972
- /** @type {?} */
4973
- GridsterPush.prototype.fromEast;
4974
- /** @type {?} */
4975
- GridsterPush.prototype.fromWest;
4976
- /**
4977
- * @type {?}
4978
- * @private
4979
- */
4980
- GridsterPush.prototype.pushedItems;
4981
- /**
4982
- * @type {?}
4983
- * @private
4984
- */
4985
- GridsterPush.prototype.pushedItemsTemp;
4986
- /**
4987
- * @type {?}
4988
- * @private
4989
- */
4990
- GridsterPush.prototype.pushedItemsTempPath;
4991
- /**
4992
- * @type {?}
4993
- * @private
4994
- */
4995
- GridsterPush.prototype.pushedItemsPath;
4996
- /**
4997
- * @type {?}
4998
- * @private
4999
- */
5000
- GridsterPush.prototype.gridsterItem;
5001
- /**
5002
- * @type {?}
5003
- * @private
5004
- */
5005
- GridsterPush.prototype.gridster;
5006
- /**
5007
- * @type {?}
5008
- * @private
5009
- */
5010
- GridsterPush.prototype.pushedItemsOrder;
5011
- /**
5012
- * @type {?}
5013
- * @private
5014
- */
5015
- GridsterPush.prototype.tryPattern;
5016
- }
4225
+ }());
5017
4226
 
5018
4227
  /**
5019
4228
  * @fileoverview added by tsickle
5020
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4229
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5021
4230
  */
5022
4231
  var GridsterDraggable = /** @class */ (function () {
5023
4232
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5321,10 +4530,6 @@
5321
4530
  this.gridsterItem.$item.cols = itemColsbackup;
5322
4531
  this.gridsterItem.$item.rows = itemRowsbackup;
5323
4532
  }
5324
- else {
5325
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5326
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5327
- }
5328
4533
  return this.gridsterItem.$item;
5329
4534
  };
5330
4535
  /**
@@ -5481,84 +4686,11 @@
5481
4686
  { type: core.NgZone }
5482
4687
  ]; };
5483
4688
  return GridsterDraggable;
5484
- }());
5485
- if (false) {
5486
- /** @type {?} */
5487
- GridsterDraggable.prototype.gridsterItem;
5488
- /** @type {?} */
5489
- GridsterDraggable.prototype.gridster;
5490
- /** @type {?} */
5491
- GridsterDraggable.prototype.lastMouse;
5492
- /** @type {?} */
5493
- GridsterDraggable.prototype.offsetLeft;
5494
- /** @type {?} */
5495
- GridsterDraggable.prototype.offsetTop;
5496
- /** @type {?} */
5497
- GridsterDraggable.prototype.margin;
5498
- /** @type {?} */
5499
- GridsterDraggable.prototype.diffTop;
5500
- /** @type {?} */
5501
- GridsterDraggable.prototype.diffLeft;
5502
- /** @type {?} */
5503
- GridsterDraggable.prototype.top;
5504
- /** @type {?} */
5505
- GridsterDraggable.prototype.left;
5506
- /** @type {?} */
5507
- GridsterDraggable.prototype.height;
5508
- /** @type {?} */
5509
- GridsterDraggable.prototype.width;
5510
- /** @type {?} */
5511
- GridsterDraggable.prototype.positionX;
5512
- /** @type {?} */
5513
- GridsterDraggable.prototype.positionY;
5514
- /** @type {?} */
5515
- GridsterDraggable.prototype.positionXBackup;
5516
- /** @type {?} */
5517
- GridsterDraggable.prototype.positionYBackup;
5518
- /** @type {?} */
5519
- GridsterDraggable.prototype.enabled;
5520
- /** @type {?} */
5521
- GridsterDraggable.prototype.dragStartFunction;
5522
- /** @type {?} */
5523
- GridsterDraggable.prototype.dragFunction;
5524
- /** @type {?} */
5525
- GridsterDraggable.prototype.dragStopFunction;
5526
- /** @type {?} */
5527
- GridsterDraggable.prototype.mousemove;
5528
- /** @type {?} */
5529
- GridsterDraggable.prototype.mouseup;
5530
- /** @type {?} */
5531
- GridsterDraggable.prototype.mouseleave;
5532
- /** @type {?} */
5533
- GridsterDraggable.prototype.cancelOnBlur;
5534
- /** @type {?} */
5535
- GridsterDraggable.prototype.touchmove;
5536
- /** @type {?} */
5537
- GridsterDraggable.prototype.touchend;
5538
- /** @type {?} */
5539
- GridsterDraggable.prototype.touchcancel;
5540
- /** @type {?} */
5541
- GridsterDraggable.prototype.mousedown;
5542
- /** @type {?} */
5543
- GridsterDraggable.prototype.touchstart;
5544
- /** @type {?} */
5545
- GridsterDraggable.prototype.push;
5546
- /** @type {?} */
5547
- GridsterDraggable.prototype.swap;
5548
- /** @type {?} */
5549
- GridsterDraggable.prototype.path;
5550
- /** @type {?} */
5551
- GridsterDraggable.prototype.collision;
5552
- /**
5553
- * @type {?}
5554
- * @private
5555
- */
5556
- GridsterDraggable.prototype.zone;
5557
- }
4689
+ }());
5558
4690
 
5559
4691
  /**
5560
4692
  * @fileoverview added by tsickle
5561
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4693
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5562
4694
  */
5563
4695
  var GridsterPushResize = /** @class */ (function () {
5564
4696
  function GridsterPushResize(gridsterItem) {
@@ -5938,46 +5070,11 @@
5938
5070
  { type: GridsterItemComponentInterface }
5939
5071
  ]; };
5940
5072
  return GridsterPushResize;
5941
- }());
5942
- if (false) {
5943
- /** @type {?} */
5944
- GridsterPushResize.prototype.fromSouth;
5945
- /** @type {?} */
5946
- GridsterPushResize.prototype.fromNorth;
5947
- /** @type {?} */
5948
- GridsterPushResize.prototype.fromEast;
5949
- /** @type {?} */
5950
- GridsterPushResize.prototype.fromWest;
5951
- /**
5952
- * @type {?}
5953
- * @private
5954
- */
5955
- GridsterPushResize.prototype.pushedItems;
5956
- /**
5957
- * @type {?}
5958
- * @private
5959
- */
5960
- GridsterPushResize.prototype.pushedItemsPath;
5961
- /**
5962
- * @type {?}
5963
- * @private
5964
- */
5965
- GridsterPushResize.prototype.gridsterItem;
5966
- /**
5967
- * @type {?}
5968
- * @private
5969
- */
5970
- GridsterPushResize.prototype.gridster;
5971
- /**
5972
- * @type {?}
5973
- * @private
5974
- */
5975
- GridsterPushResize.prototype.tryPattern;
5976
- }
5073
+ }());
5977
5074
 
5978
5075
  /**
5979
5076
  * @fileoverview added by tsickle
5980
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5077
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5981
5078
  */
5982
5079
  var GridsterResizable = /** @class */ (function () {
5983
5080
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6519,86 +5616,11 @@
6519
5616
  { type: core.NgZone }
6520
5617
  ]; };
6521
5618
  return GridsterResizable;
6522
- }());
6523
- if (false) {
6524
- /** @type {?} */
6525
- GridsterResizable.prototype.gridsterItem;
6526
- /** @type {?} */
6527
- GridsterResizable.prototype.gridster;
6528
- /** @type {?} */
6529
- GridsterResizable.prototype.lastMouse;
6530
- /** @type {?} */
6531
- GridsterResizable.prototype.itemBackup;
6532
- /** @type {?} */
6533
- GridsterResizable.prototype.resizeEventScrollType;
6534
- /** @type {?} */
6535
- GridsterResizable.prototype.directionFunction;
6536
- /** @type {?} */
6537
- GridsterResizable.prototype.dragFunction;
6538
- /** @type {?} */
6539
- GridsterResizable.prototype.dragStopFunction;
6540
- /** @type {?} */
6541
- GridsterResizable.prototype.resizeEnabled;
6542
- /** @type {?} */
6543
- GridsterResizable.prototype.mousemove;
6544
- /** @type {?} */
6545
- GridsterResizable.prototype.mouseup;
6546
- /** @type {?} */
6547
- GridsterResizable.prototype.mouseleave;
6548
- /** @type {?} */
6549
- GridsterResizable.prototype.cancelOnBlur;
6550
- /** @type {?} */
6551
- GridsterResizable.prototype.touchmove;
6552
- /** @type {?} */
6553
- GridsterResizable.prototype.touchend;
6554
- /** @type {?} */
6555
- GridsterResizable.prototype.touchcancel;
6556
- /** @type {?} */
6557
- GridsterResizable.prototype.push;
6558
- /** @type {?} */
6559
- GridsterResizable.prototype.pushResize;
6560
- /** @type {?} */
6561
- GridsterResizable.prototype.minHeight;
6562
- /** @type {?} */
6563
- GridsterResizable.prototype.minWidth;
6564
- /** @type {?} */
6565
- GridsterResizable.prototype.offsetTop;
6566
- /** @type {?} */
6567
- GridsterResizable.prototype.offsetLeft;
6568
- /** @type {?} */
6569
- GridsterResizable.prototype.diffTop;
6570
- /** @type {?} */
6571
- GridsterResizable.prototype.diffLeft;
6572
- /** @type {?} */
6573
- GridsterResizable.prototype.diffRight;
6574
- /** @type {?} */
6575
- GridsterResizable.prototype.diffBottom;
6576
- /** @type {?} */
6577
- GridsterResizable.prototype.margin;
6578
- /** @type {?} */
6579
- GridsterResizable.prototype.top;
6580
- /** @type {?} */
6581
- GridsterResizable.prototype.left;
6582
- /** @type {?} */
6583
- GridsterResizable.prototype.bottom;
6584
- /** @type {?} */
6585
- GridsterResizable.prototype.right;
6586
- /** @type {?} */
6587
- GridsterResizable.prototype.width;
6588
- /** @type {?} */
6589
- GridsterResizable.prototype.height;
6590
- /** @type {?} */
6591
- GridsterResizable.prototype.newPosition;
6592
- /**
6593
- * @type {?}
6594
- * @private
6595
- */
6596
- GridsterResizable.prototype.zone;
6597
- }
5619
+ }());
6598
5620
 
6599
5621
  /**
6600
5622
  * @fileoverview added by tsickle
6601
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5623
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6602
5624
  */
6603
5625
  var GridsterItemComponent = /** @class */ (function () {
6604
5626
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6793,44 +5815,11 @@
6793
5815
  item: [{ type: core.Input }]
6794
5816
  };
6795
5817
  return GridsterItemComponent;
6796
- }());
6797
- if (false) {
6798
- /** @type {?} */
6799
- GridsterItemComponent.prototype.item;
6800
- /** @type {?} */
6801
- GridsterItemComponent.prototype.$item;
6802
- /** @type {?} */
6803
- GridsterItemComponent.prototype.el;
6804
- /** @type {?} */
6805
- GridsterItemComponent.prototype.gridster;
6806
- /** @type {?} */
6807
- GridsterItemComponent.prototype.top;
6808
- /** @type {?} */
6809
- GridsterItemComponent.prototype.left;
6810
- /** @type {?} */
6811
- GridsterItemComponent.prototype.width;
6812
- /** @type {?} */
6813
- GridsterItemComponent.prototype.height;
6814
- /** @type {?} */
6815
- GridsterItemComponent.prototype.drag;
6816
- /** @type {?} */
6817
- GridsterItemComponent.prototype.resize;
6818
- /** @type {?} */
6819
- GridsterItemComponent.prototype.notPlaced;
6820
- /** @type {?} */
6821
- GridsterItemComponent.prototype.init;
6822
- /** @type {?} */
6823
- GridsterItemComponent.prototype.renderer;
6824
- /**
6825
- * @type {?}
6826
- * @private
6827
- */
6828
- GridsterItemComponent.prototype.zone;
6829
- }
5818
+ }());
6830
5819
 
6831
5820
  /**
6832
5821
  * @fileoverview added by tsickle
6833
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5822
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6834
5823
  */
6835
5824
  var GridsterPreviewComponent = /** @class */ (function () {
6836
5825
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6885,19 +5874,11 @@
6885
5874
  { type: core.Renderer2 }
6886
5875
  ]; };
6887
5876
  return GridsterPreviewComponent;
6888
- }());
6889
- if (false) {
6890
- /** @type {?} */
6891
- GridsterPreviewComponent.prototype.el;
6892
- /** @type {?} */
6893
- GridsterPreviewComponent.prototype.gridster;
6894
- /** @type {?} */
6895
- GridsterPreviewComponent.prototype.renderer;
6896
- }
5877
+ }());
6897
5878
 
6898
5879
  /**
6899
5880
  * @fileoverview added by tsickle
6900
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5881
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6901
5882
  */
6902
5883
  var GridsterModule = /** @class */ (function () {
6903
5884
  function GridsterModule() {
@@ -6922,7 +5903,7 @@
6922
5903
 
6923
5904
  /**
6924
5905
  * @fileoverview added by tsickle
6925
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5906
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6926
5907
  */
6927
5908
  /** @type {?} */
6928
5909
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6963,7 +5944,7 @@
6963
5944
 
6964
5945
  /**
6965
5946
  * @fileoverview added by tsickle
6966
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5947
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6967
5948
  */
6968
5949
  /**
6969
5950
  * @abstract
@@ -7007,35 +5988,11 @@
7007
5988
  initialize: [{ type: core.Input }]
7008
5989
  };
7009
5990
  return RaBaseDashboardTemplate;
7010
- }());
7011
- if (false) {
7012
- /** @type {?} */
7013
- RaBaseDashboardTemplate.prototype.userDashboardId;
7014
- /** @type {?} */
7015
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7016
- /** @type {?} */
7017
- RaBaseDashboardTemplate.prototype.appConfig;
7018
- /** @type {?} */
7019
- RaBaseDashboardTemplate.prototype.dashboardId;
7020
- /** @type {?} */
7021
- RaBaseDashboardTemplate.prototype.globalFilter;
7022
- /** @type {?} */
7023
- RaBaseDashboardTemplate.prototype.initialize;
7024
- /**
7025
- * @type {?}
7026
- * @private
7027
- */
7028
- RaBaseDashboardTemplate.prototype.ngZone;
7029
- /**
7030
- * @abstract
7031
- * @return {?}
7032
- */
7033
- RaBaseDashboardTemplate.prototype.init = function () { };
7034
- }
5991
+ }());
7035
5992
 
7036
5993
  /**
7037
5994
  * @fileoverview added by tsickle
7038
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5995
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7039
5996
  */
7040
5997
  /**
7041
5998
  * @abstract
@@ -7055,19 +6012,7 @@
7055
6012
  getAllFilterConfig: [{ type: core.Input }]
7056
6013
  };
7057
6014
  return RaBaseDashboardFilter;
7058
- }());
7059
- if (false) {
7060
- /**
7061
- * @type {?}
7062
- * @private
7063
- */
7064
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7065
- /**
7066
- * @abstract
7067
- * @return {?}
7068
- */
7069
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7070
- }
6015
+ }());
7071
6016
 
7072
6017
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7073
6018
  exports.RADashboardArea = RADashboardArea;