@schneideress/dashboardframework 0.0.32 → 0.0.33

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 +1116 -51
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +1 -1
  6. package/esm2015/gridster/lib/gridster.component.js +1 -1
  7. package/esm2015/gridster/lib/gridster.interface.js +1 -1
  8. package/esm2015/gridster/lib/gridster.module.js +1 -1
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
  15. package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
  19. package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
  27. package/esm2015/lib/custom.notifier.options.js +1 -1
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +27 -4
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +1 -1
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +27 -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 +966 -48
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +969 -51
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +2 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -42,11 +42,168 @@
42
42
  return t;
43
43
  };
44
44
  return __assign.apply(this, arguments);
45
- };
45
+ };
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
+ function __awaiter(thisArg, _arguments, P, generator) {
75
+ return new (P || (P = Promise))(function (resolve, reject) {
76
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
77
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
78
+ function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
79
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
80
+ });
81
+ }
82
+
83
+ function __generator(thisArg, body) {
84
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
85
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
86
+ function verb(n) { return function (v) { return step([n, v]); }; }
87
+ function step(op) {
88
+ if (f) throw new TypeError("Generator is already executing.");
89
+ while (_) try {
90
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
91
+ if (y = 0, t) op = [op[0] & 2, t.value];
92
+ switch (op[0]) {
93
+ case 0: case 1: t = op; break;
94
+ case 4: _.label++; return { value: op[1], done: false };
95
+ case 5: _.label++; y = op[1]; op = [0]; continue;
96
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
97
+ default:
98
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
99
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
100
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
101
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
102
+ if (t[2]) _.ops.pop();
103
+ _.trys.pop(); continue;
104
+ }
105
+ op = body.call(thisArg, _);
106
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
107
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
108
+ }
109
+ }
110
+
111
+ function __exportStar(m, exports) {
112
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
113
+ }
114
+
115
+ function __values(o) {
116
+ var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
117
+ if (m) return m.call(o);
118
+ return {
119
+ next: function () {
120
+ if (o && i >= o.length) o = void 0;
121
+ return { value: o && o[i++], done: !o };
122
+ }
123
+ };
124
+ }
125
+
126
+ function __read(o, n) {
127
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
128
+ if (!m) return o;
129
+ var i = m.call(o), r, ar = [], e;
130
+ try {
131
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
132
+ }
133
+ catch (error) { e = { error: error }; }
134
+ finally {
135
+ try {
136
+ if (r && !r.done && (m = i["return"])) m.call(i);
137
+ }
138
+ finally { if (e) throw e.error; }
139
+ }
140
+ return ar;
141
+ }
142
+
143
+ function __spread() {
144
+ for (var ar = [], i = 0; i < arguments.length; i++)
145
+ ar = ar.concat(__read(arguments[i]));
146
+ return ar;
147
+ }
148
+
149
+ function __spreadArrays() {
150
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
151
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
152
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
153
+ r[k] = a[j];
154
+ return r;
155
+ };
156
+
157
+ function __await(v) {
158
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
159
+ }
160
+
161
+ function __asyncGenerator(thisArg, _arguments, generator) {
162
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
163
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
164
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
165
+ function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
166
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
167
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
168
+ function fulfill(value) { resume("next", value); }
169
+ function reject(value) { resume("throw", value); }
170
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
171
+ }
172
+
173
+ function __asyncDelegator(o) {
174
+ var i, p;
175
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
176
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
177
+ }
178
+
179
+ function __asyncValues(o) {
180
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
181
+ var m = o[Symbol.asyncIterator], i;
182
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
183
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
184
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
185
+ }
186
+
187
+ function __makeTemplateObject(cooked, raw) {
188
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
189
+ return cooked;
190
+ };
191
+
192
+ function __importStar(mod) {
193
+ if (mod && mod.__esModule) return mod;
194
+ var result = {};
195
+ if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
196
+ result.default = mod;
197
+ return result;
198
+ }
199
+
200
+ function __importDefault(mod) {
201
+ return (mod && mod.__esModule) ? mod : { default: mod };
202
+ }
46
203
 
47
204
  /**
48
205
  * @fileoverview added by tsickle
49
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
206
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
50
207
  */
51
208
  var RaDashboardService = /** @class */ (function (_super) {
52
209
  __extends(RaDashboardService, _super);
@@ -250,11 +407,18 @@
250
407
  ]; };
251
408
  /** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
252
409
  return RaDashboardService;
253
- }(essUtil.BaseService));
410
+ }(essUtil.BaseService));
411
+ if (false) {
412
+ /**
413
+ * @type {?}
414
+ * @private
415
+ */
416
+ RaDashboardService.prototype.loadedScripts;
417
+ }
254
418
 
255
419
  /**
256
420
  * @fileoverview added by tsickle
257
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
421
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
258
422
  */
259
423
  var RADashboardEventBus = /** @class */ (function () {
260
424
  function RADashboardEventBus() {
@@ -363,11 +527,18 @@
363
527
  ];
364
528
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
365
529
  return RADashboardEventBus;
366
- }());
530
+ }());
531
+ if (false) {
532
+ /**
533
+ * @type {?}
534
+ * @private
535
+ */
536
+ RADashboardEventBus.prototype.eventQueue;
537
+ }
367
538
 
368
539
  /**
369
540
  * @fileoverview added by tsickle
370
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
541
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
371
542
  */
372
543
  /** @enum {string} */
373
544
  var RAEvent = {
@@ -412,7 +583,7 @@
412
583
 
413
584
  /**
414
585
  * @fileoverview added by tsickle
415
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
586
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
416
587
  */
417
588
  /** @enum {string} */
418
589
  var GridType = {
@@ -439,11 +610,196 @@
439
610
  CompactRight: 'compactRight',
440
611
  CompactUpAndRight: 'compactUp&Right',
441
612
  CompactRightAndUp: 'compactRight&Up',
442
- };
613
+ };
614
+ /**
615
+ * @record
616
+ */
617
+ function GridsterConfig() { }
618
+ if (false) {
619
+ /** @type {?|undefined} */
620
+ GridsterConfig.prototype.gridType;
621
+ /** @type {?|undefined} */
622
+ GridsterConfig.prototype.fixedColWidth;
623
+ /** @type {?|undefined} */
624
+ GridsterConfig.prototype.fixedRowHeight;
625
+ /** @type {?|undefined} */
626
+ GridsterConfig.prototype.keepFixedHeightInMobile;
627
+ /** @type {?|undefined} */
628
+ GridsterConfig.prototype.keepFixedWidthInMobile;
629
+ /** @type {?|undefined} */
630
+ GridsterConfig.prototype.setGridSize;
631
+ /** @type {?|undefined} */
632
+ GridsterConfig.prototype.compactType;
633
+ /** @type {?|undefined} */
634
+ GridsterConfig.prototype.mobileBreakpoint;
635
+ /** @type {?|undefined} */
636
+ GridsterConfig.prototype.minCols;
637
+ /** @type {?|undefined} */
638
+ GridsterConfig.prototype.maxCols;
639
+ /** @type {?|undefined} */
640
+ GridsterConfig.prototype.minRows;
641
+ /** @type {?|undefined} */
642
+ GridsterConfig.prototype.maxRows;
643
+ /** @type {?|undefined} */
644
+ GridsterConfig.prototype.defaultItemCols;
645
+ /** @type {?|undefined} */
646
+ GridsterConfig.prototype.defaultItemRows;
647
+ /** @type {?|undefined} */
648
+ GridsterConfig.prototype.maxItemCols;
649
+ /** @type {?|undefined} */
650
+ GridsterConfig.prototype.maxItemRows;
651
+ /** @type {?|undefined} */
652
+ GridsterConfig.prototype.minItemCols;
653
+ /** @type {?|undefined} */
654
+ GridsterConfig.prototype.minItemRows;
655
+ /** @type {?|undefined} */
656
+ GridsterConfig.prototype.minItemArea;
657
+ /** @type {?|undefined} */
658
+ GridsterConfig.prototype.maxItemArea;
659
+ /** @type {?|undefined} */
660
+ GridsterConfig.prototype.margin;
661
+ /** @type {?|undefined} */
662
+ GridsterConfig.prototype.outerMargin;
663
+ /** @type {?|undefined} */
664
+ GridsterConfig.prototype.outerMarginTop;
665
+ /** @type {?|undefined} */
666
+ GridsterConfig.prototype.outerMarginRight;
667
+ /** @type {?|undefined} */
668
+ GridsterConfig.prototype.outerMarginBottom;
669
+ /** @type {?|undefined} */
670
+ GridsterConfig.prototype.outerMarginLeft;
671
+ /** @type {?|undefined} */
672
+ GridsterConfig.prototype.useTransformPositioning;
673
+ /** @type {?|undefined} */
674
+ GridsterConfig.prototype.scrollSensitivity;
675
+ /** @type {?|undefined} */
676
+ GridsterConfig.prototype.scrollSpeed;
677
+ /** @type {?|undefined} */
678
+ GridsterConfig.prototype.initCallback;
679
+ /** @type {?|undefined} */
680
+ GridsterConfig.prototype.destroyCallback;
681
+ /** @type {?|undefined} */
682
+ GridsterConfig.prototype.gridSizeChangedCallback;
683
+ /** @type {?|undefined} */
684
+ GridsterConfig.prototype.itemChangeCallback;
685
+ /** @type {?|undefined} */
686
+ GridsterConfig.prototype.itemResizeCallback;
687
+ /** @type {?|undefined} */
688
+ GridsterConfig.prototype.itemInitCallback;
689
+ /** @type {?|undefined} */
690
+ GridsterConfig.prototype.itemRemovedCallback;
691
+ /** @type {?|undefined} */
692
+ GridsterConfig.prototype.itemValidateCallback;
693
+ /** @type {?|undefined} */
694
+ GridsterConfig.prototype.draggable;
695
+ /** @type {?|undefined} */
696
+ GridsterConfig.prototype.resizable;
697
+ /** @type {?|undefined} */
698
+ GridsterConfig.prototype.swap;
699
+ /** @type {?|undefined} */
700
+ GridsterConfig.prototype.pushItems;
701
+ /** @type {?|undefined} */
702
+ GridsterConfig.prototype.disablePushOnDrag;
703
+ /** @type {?|undefined} */
704
+ GridsterConfig.prototype.disablePushOnResize;
705
+ /** @type {?|undefined} */
706
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
707
+ /** @type {?|undefined} */
708
+ GridsterConfig.prototype.pushDirections;
709
+ /** @type {?|undefined} */
710
+ GridsterConfig.prototype.pushResizeItems;
711
+ /** @type {?|undefined} */
712
+ GridsterConfig.prototype.displayGrid;
713
+ /** @type {?|undefined} */
714
+ GridsterConfig.prototype.disableWindowResize;
715
+ /** @type {?|undefined} */
716
+ GridsterConfig.prototype.disableWarnings;
717
+ /** @type {?|undefined} */
718
+ GridsterConfig.prototype.scrollToNewItems;
719
+ /** @type {?|undefined} */
720
+ GridsterConfig.prototype.enableEmptyCellClick;
721
+ /** @type {?|undefined} */
722
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
723
+ /** @type {?|undefined} */
724
+ GridsterConfig.prototype.enableEmptyCellDrop;
725
+ /** @type {?|undefined} */
726
+ GridsterConfig.prototype.enableEmptyCellDrag;
727
+ /** @type {?|undefined} */
728
+ GridsterConfig.prototype.emptyCellClickCallback;
729
+ /** @type {?|undefined} */
730
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
731
+ /** @type {?|undefined} */
732
+ GridsterConfig.prototype.emptyCellDropCallback;
733
+ /** @type {?|undefined} */
734
+ GridsterConfig.prototype.emptyCellDragCallback;
735
+ /** @type {?|undefined} */
736
+ GridsterConfig.prototype.emptyCellDragMaxCols;
737
+ /** @type {?|undefined} */
738
+ GridsterConfig.prototype.emptyCellDragMaxRows;
739
+ /** @type {?|undefined} */
740
+ GridsterConfig.prototype.ignoreMarginInRow;
741
+ /** @type {?|undefined} */
742
+ GridsterConfig.prototype.autoResizeonDrag;
743
+ /** @type {?|undefined} */
744
+ GridsterConfig.prototype.api;
745
+ /* Skipping unhandled member: [propName: string]: any;*/
746
+ }
747
+ /**
748
+ * @record
749
+ */
750
+ function DragBase() { }
751
+ if (false) {
752
+ /** @type {?|undefined} */
753
+ DragBase.prototype.enabled;
754
+ /** @type {?|undefined} */
755
+ DragBase.prototype.stop;
756
+ /** @type {?|undefined} */
757
+ DragBase.prototype.start;
758
+ /** @type {?|undefined} */
759
+ DragBase.prototype.delayStart;
760
+ }
761
+ /**
762
+ * @record
763
+ */
764
+ function Draggable() { }
765
+ if (false) {
766
+ /** @type {?|undefined} */
767
+ Draggable.prototype.ignoreContentClass;
768
+ /** @type {?|undefined} */
769
+ Draggable.prototype.ignoreContent;
770
+ /** @type {?|undefined} */
771
+ Draggable.prototype.dragHandleClass;
772
+ /** @type {?|undefined} */
773
+ Draggable.prototype.dropOverItems;
774
+ /** @type {?|undefined} */
775
+ Draggable.prototype.dropOverItemsCallback;
776
+ }
777
+ /**
778
+ * @record
779
+ */
780
+ function Resizable() { }
781
+ if (false) {
782
+ /** @type {?|undefined} */
783
+ Resizable.prototype.handles;
784
+ }
785
+ /**
786
+ * @record
787
+ */
788
+ function PushDirections() { }
789
+ if (false) {
790
+ /** @type {?} */
791
+ PushDirections.prototype.north;
792
+ /** @type {?} */
793
+ PushDirections.prototype.east;
794
+ /** @type {?} */
795
+ PushDirections.prototype.south;
796
+ /** @type {?} */
797
+ PushDirections.prototype.west;
798
+ }
443
799
 
444
800
  /**
445
801
  * @fileoverview added by tsickle
446
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
802
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
447
803
  */
448
804
  /** @type {?} */
449
805
  var GridsterConfigDefaultSettings = {
@@ -505,7 +861,7 @@
505
861
 
506
862
  /**
507
863
  * @fileoverview added by tsickle
508
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
864
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
509
865
  */
510
866
  var RADashboardArea = /** @class */ (function () {
511
867
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -982,11 +1338,83 @@
982
1338
  appConfig: [{ type: core.Input, args: ['app-config',] }]
983
1339
  };
984
1340
  return RADashboardArea;
985
- }());
1341
+ }());
1342
+ if (false) {
1343
+ /** @type {?} */
1344
+ RADashboardArea.prototype.widgetList;
1345
+ /** @type {?} */
1346
+ RADashboardArea.prototype.options;
1347
+ /** @type {?} */
1348
+ RADashboardArea.prototype.gridheight;
1349
+ /**
1350
+ * @type {?}
1351
+ * @private
1352
+ */
1353
+ RADashboardArea.prototype.conifgAddClick;
1354
+ /**
1355
+ * @type {?}
1356
+ * @private
1357
+ */
1358
+ RADashboardArea.prototype.widgetDeleteEvent;
1359
+ /**
1360
+ * @type {?}
1361
+ * @private
1362
+ */
1363
+ RADashboardArea.prototype.widgetAddEvent;
1364
+ /**
1365
+ * @type {?}
1366
+ * @private
1367
+ */
1368
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1369
+ /**
1370
+ * @type {?}
1371
+ * @private
1372
+ */
1373
+ RADashboardArea.prototype.isWidgetLoaded;
1374
+ /** @type {?} */
1375
+ RADashboardArea.prototype.userDashboardId;
1376
+ /** @type {?} */
1377
+ RADashboardArea.prototype.areaKey;
1378
+ /** @type {?} */
1379
+ RADashboardArea.prototype.globalFilter;
1380
+ /** @type {?} */
1381
+ RADashboardArea.prototype.raDashboardEventBus;
1382
+ /** @type {?} */
1383
+ RADashboardArea.prototype.widgetHeight;
1384
+ /** @type {?} */
1385
+ RADashboardArea.prototype.widgetWidth;
1386
+ /** @type {?} */
1387
+ RADashboardArea.prototype.appConfig;
1388
+ /**
1389
+ * @type {?}
1390
+ * @private
1391
+ */
1392
+ RADashboardArea.prototype.dashboardService;
1393
+ /**
1394
+ * @type {?}
1395
+ * @private
1396
+ */
1397
+ RADashboardArea.prototype.ngZone;
1398
+ /**
1399
+ * @type {?}
1400
+ * @private
1401
+ */
1402
+ RADashboardArea.prototype.ngxService;
1403
+ /**
1404
+ * @type {?}
1405
+ * @private
1406
+ */
1407
+ RADashboardArea.prototype.translateService;
1408
+ /**
1409
+ * @type {?}
1410
+ * @private
1411
+ */
1412
+ RADashboardArea.prototype.notifier;
1413
+ }
986
1414
 
987
1415
  /**
988
1416
  * @fileoverview added by tsickle
989
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1417
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
990
1418
  */
991
1419
  var RAWidgetContainer = /** @class */ (function () {
992
1420
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -997,6 +1425,8 @@
997
1425
  this.notifier = notifier;
998
1426
  this.isWidgetLoaded = false;
999
1427
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1428
+ this.lockStatus = "unlock";
1429
+ this.lockClass = "unlock";
1000
1430
  this.widgetDeleted = new core.EventEmitter();
1001
1431
  }
1002
1432
  /**
@@ -1198,13 +1628,30 @@
1198
1628
  }));
1199
1629
  if (widgetContainerContext.isWidgetLoaded) {
1200
1630
  widgetContainerContext.widgetElement.loadContent(widgetConfigFilter);
1631
+ this.lockStatus = widgetContainerContext.widgetElement.loadLockStatus();
1632
+ if (this.lockStatus) {
1633
+ switch (this.lockStatus) {
1634
+ case "lock": {
1635
+ this.lockClass = "fa fa-lock locked";
1636
+ }
1637
+ case "unlock": {
1638
+ this.lockClass = "unlock";
1639
+ }
1640
+ case "partiallock": {
1641
+ this.lockClass = "fa fa-lock partiallocked";
1642
+ }
1643
+ default: {
1644
+ this.lockClass = "unlock";
1645
+ }
1646
+ }
1647
+ }
1201
1648
  }
1202
1649
  };
1203
1650
  RAWidgetContainer.decorators = [
1204
1651
  { type: core.Component, args: [{
1205
1652
  selector: 'ra-widget-container',
1206
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\">\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"wcBodyBorder\" #ctlWidget></div>\r\n </div>\r\n</div>",
1207
- 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}"]
1653
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\" style=\"display: flex\">\r\n <div><i [ngClass]=\"lockClass\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"wcBodyBorder\" #ctlWidget></div>\r\n </div>\r\n</div>",
1654
+ 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}.unlock{display:none}"]
1208
1655
  }] }
1209
1656
  ];
1210
1657
  /** @nocollapse */
@@ -1226,11 +1673,78 @@
1226
1673
  widgetDeleted: [{ type: core.Output }]
1227
1674
  };
1228
1675
  return RAWidgetContainer;
1229
- }());
1676
+ }());
1677
+ if (false) {
1678
+ /**
1679
+ * @type {?}
1680
+ * @private
1681
+ */
1682
+ RAWidgetContainer.prototype.isWidgetLoaded;
1683
+ /**
1684
+ * @type {?}
1685
+ * @private
1686
+ */
1687
+ RAWidgetContainer.prototype.widgetElement;
1688
+ /**
1689
+ * @type {?}
1690
+ * @private
1691
+ */
1692
+ RAWidgetContainer.prototype.configChanged;
1693
+ /**
1694
+ * @type {?}
1695
+ * @private
1696
+ */
1697
+ RAWidgetContainer.prototype.isIEOrEdge;
1698
+ /** @type {?} */
1699
+ RAWidgetContainer.prototype.lockStatus;
1700
+ /** @type {?} */
1701
+ RAWidgetContainer.prototype.lockClass;
1702
+ /** @type {?} */
1703
+ RAWidgetContainer.prototype.ctlWidget;
1704
+ /** @type {?} */
1705
+ RAWidgetContainer.prototype.widgetInstanceId;
1706
+ /** @type {?} */
1707
+ RAWidgetContainer.prototype.globalFilter;
1708
+ /** @type {?} */
1709
+ RAWidgetContainer.prototype.data;
1710
+ /** @type {?} */
1711
+ RAWidgetContainer.prototype.raDashboardEventBus;
1712
+ /** @type {?} */
1713
+ RAWidgetContainer.prototype.appConfig;
1714
+ /** @type {?} */
1715
+ RAWidgetContainer.prototype.widgetWidth;
1716
+ /** @type {?} */
1717
+ RAWidgetContainer.prototype.widgetDeleted;
1718
+ /**
1719
+ * @type {?}
1720
+ * @private
1721
+ */
1722
+ RAWidgetContainer.prototype.dashboardService;
1723
+ /**
1724
+ * @type {?}
1725
+ * @private
1726
+ */
1727
+ RAWidgetContainer.prototype.ngxService;
1728
+ /**
1729
+ * @type {?}
1730
+ * @private
1731
+ */
1732
+ RAWidgetContainer.prototype.translateService;
1733
+ /**
1734
+ * @type {?}
1735
+ * @private
1736
+ */
1737
+ RAWidgetContainer.prototype.ngZone;
1738
+ /**
1739
+ * @type {?}
1740
+ * @private
1741
+ */
1742
+ RAWidgetContainer.prototype.notifier;
1743
+ }
1230
1744
 
1231
1745
  /**
1232
1746
  * @fileoverview added by tsickle
1233
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1747
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1234
1748
  */
1235
1749
  /** @type {?} */
1236
1750
  var customNotifierOptions = {
@@ -1276,7 +1790,7 @@
1276
1790
 
1277
1791
  /**
1278
1792
  * @fileoverview added by tsickle
1279
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1793
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1280
1794
  */
1281
1795
  /** @type {?} */
1282
1796
  var GridsterConfigService = {
@@ -1454,7 +1968,7 @@
1454
1968
 
1455
1969
  /**
1456
1970
  * @fileoverview added by tsickle
1457
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1971
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1458
1972
  */
1459
1973
  var GridsterUtils = /** @class */ (function () {
1460
1974
  function GridsterUtils() {
@@ -1629,7 +2143,7 @@
1629
2143
 
1630
2144
  /**
1631
2145
  * @fileoverview added by tsickle
1632
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2146
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1633
2147
  */
1634
2148
  /**
1635
2149
  * @abstract
@@ -1641,11 +2155,85 @@
1641
2155
  function GridsterComponentInterface() {
1642
2156
  }
1643
2157
  return GridsterComponentInterface;
1644
- }());
2158
+ }());
2159
+ if (false) {
2160
+ /** @type {?} */
2161
+ GridsterComponentInterface.prototype.$options;
2162
+ /** @type {?} */
2163
+ GridsterComponentInterface.prototype.grid;
2164
+ /** @type {?} */
2165
+ GridsterComponentInterface.prototype.checkCollision;
2166
+ /** @type {?} */
2167
+ GridsterComponentInterface.prototype.positionXToPixels;
2168
+ /** @type {?} */
2169
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2170
+ /** @type {?} */
2171
+ GridsterComponentInterface.prototype.positionYToPixels;
2172
+ /** @type {?} */
2173
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2174
+ /** @type {?} */
2175
+ GridsterComponentInterface.prototype.findItemWithItem;
2176
+ /** @type {?} */
2177
+ GridsterComponentInterface.prototype.findItemsWithItem;
2178
+ /** @type {?} */
2179
+ GridsterComponentInterface.prototype.checkGridCollision;
2180
+ /** @type {?} */
2181
+ GridsterComponentInterface.prototype.el;
2182
+ /** @type {?} */
2183
+ GridsterComponentInterface.prototype.renderer;
2184
+ /** @type {?} */
2185
+ GridsterComponentInterface.prototype.gridRenderer;
2186
+ /** @type {?} */
2187
+ GridsterComponentInterface.prototype.cdRef;
2188
+ /** @type {?} */
2189
+ GridsterComponentInterface.prototype.options;
2190
+ /** @type {?} */
2191
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2192
+ /** @type {?} */
2193
+ GridsterComponentInterface.prototype.updateGrid;
2194
+ /** @type {?} */
2195
+ GridsterComponentInterface.prototype.movingItem;
2196
+ /** @type {?} */
2197
+ GridsterComponentInterface.prototype.addItem;
2198
+ /** @type {?} */
2199
+ GridsterComponentInterface.prototype.removeItem;
2200
+ /** @type {?} */
2201
+ GridsterComponentInterface.prototype.previewStyle;
2202
+ /** @type {?} */
2203
+ GridsterComponentInterface.prototype.mobile;
2204
+ /** @type {?} */
2205
+ GridsterComponentInterface.prototype.curWidth;
2206
+ /** @type {?} */
2207
+ GridsterComponentInterface.prototype.curHeight;
2208
+ /** @type {?} */
2209
+ GridsterComponentInterface.prototype.columns;
2210
+ /** @type {?} */
2211
+ GridsterComponentInterface.prototype.rows;
2212
+ /** @type {?} */
2213
+ GridsterComponentInterface.prototype.curColWidth;
2214
+ /** @type {?} */
2215
+ GridsterComponentInterface.prototype.curRowHeight;
2216
+ /** @type {?} */
2217
+ GridsterComponentInterface.prototype.windowResize;
2218
+ /** @type {?} */
2219
+ GridsterComponentInterface.prototype.setGridDimensions;
2220
+ /** @type {?} */
2221
+ GridsterComponentInterface.prototype.dragInProgress;
2222
+ /** @type {?} */
2223
+ GridsterComponentInterface.prototype.emptyCell;
2224
+ /** @type {?} */
2225
+ GridsterComponentInterface.prototype.compact;
2226
+ /** @type {?} */
2227
+ GridsterComponentInterface.prototype.zone;
2228
+ /** @type {?} */
2229
+ GridsterComponentInterface.prototype.gridRows;
2230
+ /** @type {?} */
2231
+ GridsterComponentInterface.prototype.gridColumns;
2232
+ }
1645
2233
 
1646
2234
  /**
1647
2235
  * @fileoverview added by tsickle
1648
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2236
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1649
2237
  */
1650
2238
  var GridsterEmptyCell = /** @class */ (function () {
1651
2239
  function GridsterEmptyCell(gridster) {
@@ -1962,11 +2550,44 @@
1962
2550
  { type: GridsterComponentInterface }
1963
2551
  ]; };
1964
2552
  return GridsterEmptyCell;
1965
- }());
2553
+ }());
2554
+ if (false) {
2555
+ /** @type {?} */
2556
+ GridsterEmptyCell.prototype.initialItem;
2557
+ /** @type {?} */
2558
+ GridsterEmptyCell.prototype.emptyCellClick;
2559
+ /** @type {?} */
2560
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2561
+ /** @type {?} */
2562
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2563
+ /** @type {?} */
2564
+ GridsterEmptyCell.prototype.emptyCellDrop;
2565
+ /** @type {?} */
2566
+ GridsterEmptyCell.prototype.emptyCellDrag;
2567
+ /** @type {?} */
2568
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2569
+ /** @type {?} */
2570
+ GridsterEmptyCell.prototype.emptyCellMMove;
2571
+ /** @type {?} */
2572
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2573
+ /** @type {?} */
2574
+ GridsterEmptyCell.prototype.emptyCellUp;
2575
+ /** @type {?} */
2576
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2577
+ /** @type {?} */
2578
+ GridsterEmptyCell.prototype.emptyCellMove;
2579
+ /** @type {?} */
2580
+ GridsterEmptyCell.prototype.emptyCellExit;
2581
+ /**
2582
+ * @type {?}
2583
+ * @private
2584
+ */
2585
+ GridsterEmptyCell.prototype.gridster;
2586
+ }
1966
2587
 
1967
2588
  /**
1968
2589
  * @fileoverview added by tsickle
1969
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2590
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1970
2591
  */
1971
2592
  var GridsterCompact = /** @class */ (function () {
1972
2593
  function GridsterCompact(gridster) {
@@ -2204,11 +2825,18 @@
2204
2825
  { type: GridsterComponentInterface }
2205
2826
  ]; };
2206
2827
  return GridsterCompact;
2207
- }());
2828
+ }());
2829
+ if (false) {
2830
+ /**
2831
+ * @type {?}
2832
+ * @private
2833
+ */
2834
+ GridsterCompact.prototype.gridster;
2835
+ }
2208
2836
 
2209
2837
  /**
2210
2838
  * @fileoverview added by tsickle
2211
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2839
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2212
2840
  */
2213
2841
  var GridsterRenderer = /** @class */ (function () {
2214
2842
  function GridsterRenderer(gridster) {
@@ -2515,11 +3143,18 @@
2515
3143
  { type: GridsterComponentInterface }
2516
3144
  ]; };
2517
3145
  return GridsterRenderer;
2518
- }());
3146
+ }());
3147
+ if (false) {
3148
+ /**
3149
+ * @type {?}
3150
+ * @private
3151
+ */
3152
+ GridsterRenderer.prototype.gridster;
3153
+ }
2519
3154
 
2520
3155
  /**
2521
3156
  * @fileoverview added by tsickle
2522
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3157
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2523
3158
  */
2524
3159
  var GridsterComponent = /** @class */ (function () {
2525
3160
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2674,6 +3309,17 @@
2674
3309
  if (this.options.destroyCallback) {
2675
3310
  this.options.destroyCallback(this);
2676
3311
  }
3312
+ //if (this.options.api) {
3313
+ /* this.options.api getting undefined for new dashboard load- temp fix
3314
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3315
+ * ondestroy of current this.options.api instance - needs to investigate further
3316
+ */
3317
+ if (false) {
3318
+ this.options.api.resize = undefined;
3319
+ this.options.api.optionsChanged = undefined;
3320
+ this.options.api.getNextPossiblePosition = undefined;
3321
+ this.options.api = undefined;
3322
+ }
2677
3323
  this.emptyCell.destroy();
2678
3324
  delete this.emptyCell;
2679
3325
  this.compact.destroy();
@@ -3250,11 +3896,61 @@
3250
3896
  options: [{ type: core.Input }]
3251
3897
  };
3252
3898
  return GridsterComponent;
3253
- }());
3899
+ }());
3900
+ if (false) {
3901
+ /** @type {?} */
3902
+ GridsterComponent.prototype.options;
3903
+ /** @type {?} */
3904
+ GridsterComponent.prototype.calculateLayoutDebounce;
3905
+ /** @type {?} */
3906
+ GridsterComponent.prototype.movingItem;
3907
+ /** @type {?} */
3908
+ GridsterComponent.prototype.previewStyle;
3909
+ /** @type {?} */
3910
+ GridsterComponent.prototype.el;
3911
+ /** @type {?} */
3912
+ GridsterComponent.prototype.$options;
3913
+ /** @type {?} */
3914
+ GridsterComponent.prototype.mobile;
3915
+ /** @type {?} */
3916
+ GridsterComponent.prototype.curWidth;
3917
+ /** @type {?} */
3918
+ GridsterComponent.prototype.curHeight;
3919
+ /** @type {?} */
3920
+ GridsterComponent.prototype.grid;
3921
+ /** @type {?} */
3922
+ GridsterComponent.prototype.columns;
3923
+ /** @type {?} */
3924
+ GridsterComponent.prototype.rows;
3925
+ /** @type {?} */
3926
+ GridsterComponent.prototype.curColWidth;
3927
+ /** @type {?} */
3928
+ GridsterComponent.prototype.curRowHeight;
3929
+ /** @type {?} */
3930
+ GridsterComponent.prototype.gridColumns;
3931
+ /** @type {?} */
3932
+ GridsterComponent.prototype.gridRows;
3933
+ /** @type {?} */
3934
+ GridsterComponent.prototype.windowResize;
3935
+ /** @type {?} */
3936
+ GridsterComponent.prototype.dragInProgress;
3937
+ /** @type {?} */
3938
+ GridsterComponent.prototype.emptyCell;
3939
+ /** @type {?} */
3940
+ GridsterComponent.prototype.compact;
3941
+ /** @type {?} */
3942
+ GridsterComponent.prototype.gridRenderer;
3943
+ /** @type {?} */
3944
+ GridsterComponent.prototype.renderer;
3945
+ /** @type {?} */
3946
+ GridsterComponent.prototype.cdRef;
3947
+ /** @type {?} */
3948
+ GridsterComponent.prototype.zone;
3949
+ }
3254
3950
 
3255
3951
  /**
3256
3952
  * @fileoverview added by tsickle
3257
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3953
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3258
3954
  */
3259
3955
  /**
3260
3956
  * @abstract
@@ -3266,11 +3962,49 @@
3266
3962
  function GridsterItemComponentInterface() {
3267
3963
  }
3268
3964
  return GridsterItemComponentInterface;
3269
- }());
3965
+ }());
3966
+ if (false) {
3967
+ /** @type {?} */
3968
+ GridsterItemComponentInterface.prototype.item;
3969
+ /** @type {?} */
3970
+ GridsterItemComponentInterface.prototype.$item;
3971
+ /** @type {?} */
3972
+ GridsterItemComponentInterface.prototype.top;
3973
+ /** @type {?} */
3974
+ GridsterItemComponentInterface.prototype.left;
3975
+ /** @type {?} */
3976
+ GridsterItemComponentInterface.prototype.width;
3977
+ /** @type {?} */
3978
+ GridsterItemComponentInterface.prototype.height;
3979
+ /** @type {?} */
3980
+ GridsterItemComponentInterface.prototype.drag;
3981
+ /** @type {?} */
3982
+ GridsterItemComponentInterface.prototype.resize;
3983
+ /** @type {?} */
3984
+ GridsterItemComponentInterface.prototype.notPlaced;
3985
+ /** @type {?} */
3986
+ GridsterItemComponentInterface.prototype.updateOptions;
3987
+ /** @type {?} */
3988
+ GridsterItemComponentInterface.prototype.itemChanged;
3989
+ /** @type {?} */
3990
+ GridsterItemComponentInterface.prototype.setSize;
3991
+ /** @type {?} */
3992
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3993
+ /** @type {?} */
3994
+ GridsterItemComponentInterface.prototype.canBeDragged;
3995
+ /** @type {?} */
3996
+ GridsterItemComponentInterface.prototype.canBeResized;
3997
+ /** @type {?} */
3998
+ GridsterItemComponentInterface.prototype.el;
3999
+ /** @type {?} */
4000
+ GridsterItemComponentInterface.prototype.gridster;
4001
+ /** @type {?} */
4002
+ GridsterItemComponentInterface.prototype.renderer;
4003
+ }
3270
4004
 
3271
4005
  /**
3272
4006
  * @fileoverview added by tsickle
3273
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4007
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3274
4008
  */
3275
4009
  var GridsterSwap = /** @class */ (function () {
3276
4010
  function GridsterSwap(gridsterItem) {
@@ -3398,11 +4132,28 @@
3398
4132
  { type: GridsterItemComponentInterface }
3399
4133
  ]; };
3400
4134
  return GridsterSwap;
3401
- }());
4135
+ }());
4136
+ if (false) {
4137
+ /**
4138
+ * @type {?}
4139
+ * @private
4140
+ */
4141
+ GridsterSwap.prototype.swapedItem;
4142
+ /**
4143
+ * @type {?}
4144
+ * @private
4145
+ */
4146
+ GridsterSwap.prototype.gridsterItem;
4147
+ /**
4148
+ * @type {?}
4149
+ * @private
4150
+ */
4151
+ GridsterSwap.prototype.gridster;
4152
+ }
3402
4153
 
3403
4154
  /**
3404
4155
  * @fileoverview added by tsickle
3405
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4156
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3406
4157
  */
3407
4158
  /** @type {?} */
3408
4159
  var scrollSensitivity;
@@ -3597,7 +4348,7 @@
3597
4348
 
3598
4349
  /**
3599
4350
  * @fileoverview added by tsickle
3600
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4351
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3601
4352
  */
3602
4353
  var GridsterPush = /** @class */ (function () {
3603
4354
  function GridsterPush(gridsterItem) {
@@ -4087,11 +4838,61 @@
4087
4838
  { type: GridsterItemComponentInterface }
4088
4839
  ]; };
4089
4840
  return GridsterPush;
4090
- }());
4841
+ }());
4842
+ if (false) {
4843
+ /** @type {?} */
4844
+ GridsterPush.prototype.fromSouth;
4845
+ /** @type {?} */
4846
+ GridsterPush.prototype.fromNorth;
4847
+ /** @type {?} */
4848
+ GridsterPush.prototype.fromEast;
4849
+ /** @type {?} */
4850
+ GridsterPush.prototype.fromWest;
4851
+ /**
4852
+ * @type {?}
4853
+ * @private
4854
+ */
4855
+ GridsterPush.prototype.pushedItems;
4856
+ /**
4857
+ * @type {?}
4858
+ * @private
4859
+ */
4860
+ GridsterPush.prototype.pushedItemsTemp;
4861
+ /**
4862
+ * @type {?}
4863
+ * @private
4864
+ */
4865
+ GridsterPush.prototype.pushedItemsTempPath;
4866
+ /**
4867
+ * @type {?}
4868
+ * @private
4869
+ */
4870
+ GridsterPush.prototype.pushedItemsPath;
4871
+ /**
4872
+ * @type {?}
4873
+ * @private
4874
+ */
4875
+ GridsterPush.prototype.gridsterItem;
4876
+ /**
4877
+ * @type {?}
4878
+ * @private
4879
+ */
4880
+ GridsterPush.prototype.gridster;
4881
+ /**
4882
+ * @type {?}
4883
+ * @private
4884
+ */
4885
+ GridsterPush.prototype.pushedItemsOrder;
4886
+ /**
4887
+ * @type {?}
4888
+ * @private
4889
+ */
4890
+ GridsterPush.prototype.tryPattern;
4891
+ }
4091
4892
 
4092
4893
  /**
4093
4894
  * @fileoverview added by tsickle
4094
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4895
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4095
4896
  */
4096
4897
  var GridsterDraggable = /** @class */ (function () {
4097
4898
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4395,6 +5196,10 @@
4395
5196
  this.gridsterItem.$item.cols = itemColsbackup;
4396
5197
  this.gridsterItem.$item.rows = itemRowsbackup;
4397
5198
  }
5199
+ else {
5200
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5201
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5202
+ }
4398
5203
  return this.gridsterItem.$item;
4399
5204
  };
4400
5205
  /**
@@ -4551,11 +5356,84 @@
4551
5356
  { type: core.NgZone }
4552
5357
  ]; };
4553
5358
  return GridsterDraggable;
4554
- }());
5359
+ }());
5360
+ if (false) {
5361
+ /** @type {?} */
5362
+ GridsterDraggable.prototype.gridsterItem;
5363
+ /** @type {?} */
5364
+ GridsterDraggable.prototype.gridster;
5365
+ /** @type {?} */
5366
+ GridsterDraggable.prototype.lastMouse;
5367
+ /** @type {?} */
5368
+ GridsterDraggable.prototype.offsetLeft;
5369
+ /** @type {?} */
5370
+ GridsterDraggable.prototype.offsetTop;
5371
+ /** @type {?} */
5372
+ GridsterDraggable.prototype.margin;
5373
+ /** @type {?} */
5374
+ GridsterDraggable.prototype.diffTop;
5375
+ /** @type {?} */
5376
+ GridsterDraggable.prototype.diffLeft;
5377
+ /** @type {?} */
5378
+ GridsterDraggable.prototype.top;
5379
+ /** @type {?} */
5380
+ GridsterDraggable.prototype.left;
5381
+ /** @type {?} */
5382
+ GridsterDraggable.prototype.height;
5383
+ /** @type {?} */
5384
+ GridsterDraggable.prototype.width;
5385
+ /** @type {?} */
5386
+ GridsterDraggable.prototype.positionX;
5387
+ /** @type {?} */
5388
+ GridsterDraggable.prototype.positionY;
5389
+ /** @type {?} */
5390
+ GridsterDraggable.prototype.positionXBackup;
5391
+ /** @type {?} */
5392
+ GridsterDraggable.prototype.positionYBackup;
5393
+ /** @type {?} */
5394
+ GridsterDraggable.prototype.enabled;
5395
+ /** @type {?} */
5396
+ GridsterDraggable.prototype.dragStartFunction;
5397
+ /** @type {?} */
5398
+ GridsterDraggable.prototype.dragFunction;
5399
+ /** @type {?} */
5400
+ GridsterDraggable.prototype.dragStopFunction;
5401
+ /** @type {?} */
5402
+ GridsterDraggable.prototype.mousemove;
5403
+ /** @type {?} */
5404
+ GridsterDraggable.prototype.mouseup;
5405
+ /** @type {?} */
5406
+ GridsterDraggable.prototype.mouseleave;
5407
+ /** @type {?} */
5408
+ GridsterDraggable.prototype.cancelOnBlur;
5409
+ /** @type {?} */
5410
+ GridsterDraggable.prototype.touchmove;
5411
+ /** @type {?} */
5412
+ GridsterDraggable.prototype.touchend;
5413
+ /** @type {?} */
5414
+ GridsterDraggable.prototype.touchcancel;
5415
+ /** @type {?} */
5416
+ GridsterDraggable.prototype.mousedown;
5417
+ /** @type {?} */
5418
+ GridsterDraggable.prototype.touchstart;
5419
+ /** @type {?} */
5420
+ GridsterDraggable.prototype.push;
5421
+ /** @type {?} */
5422
+ GridsterDraggable.prototype.swap;
5423
+ /** @type {?} */
5424
+ GridsterDraggable.prototype.path;
5425
+ /** @type {?} */
5426
+ GridsterDraggable.prototype.collision;
5427
+ /**
5428
+ * @type {?}
5429
+ * @private
5430
+ */
5431
+ GridsterDraggable.prototype.zone;
5432
+ }
4555
5433
 
4556
5434
  /**
4557
5435
  * @fileoverview added by tsickle
4558
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5436
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4559
5437
  */
4560
5438
  var GridsterPushResize = /** @class */ (function () {
4561
5439
  function GridsterPushResize(gridsterItem) {
@@ -4935,11 +5813,46 @@
4935
5813
  { type: GridsterItemComponentInterface }
4936
5814
  ]; };
4937
5815
  return GridsterPushResize;
4938
- }());
5816
+ }());
5817
+ if (false) {
5818
+ /** @type {?} */
5819
+ GridsterPushResize.prototype.fromSouth;
5820
+ /** @type {?} */
5821
+ GridsterPushResize.prototype.fromNorth;
5822
+ /** @type {?} */
5823
+ GridsterPushResize.prototype.fromEast;
5824
+ /** @type {?} */
5825
+ GridsterPushResize.prototype.fromWest;
5826
+ /**
5827
+ * @type {?}
5828
+ * @private
5829
+ */
5830
+ GridsterPushResize.prototype.pushedItems;
5831
+ /**
5832
+ * @type {?}
5833
+ * @private
5834
+ */
5835
+ GridsterPushResize.prototype.pushedItemsPath;
5836
+ /**
5837
+ * @type {?}
5838
+ * @private
5839
+ */
5840
+ GridsterPushResize.prototype.gridsterItem;
5841
+ /**
5842
+ * @type {?}
5843
+ * @private
5844
+ */
5845
+ GridsterPushResize.prototype.gridster;
5846
+ /**
5847
+ * @type {?}
5848
+ * @private
5849
+ */
5850
+ GridsterPushResize.prototype.tryPattern;
5851
+ }
4939
5852
 
4940
5853
  /**
4941
5854
  * @fileoverview added by tsickle
4942
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5855
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4943
5856
  */
4944
5857
  var GridsterResizable = /** @class */ (function () {
4945
5858
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5481,11 +6394,86 @@
5481
6394
  { type: core.NgZone }
5482
6395
  ]; };
5483
6396
  return GridsterResizable;
5484
- }());
6397
+ }());
6398
+ if (false) {
6399
+ /** @type {?} */
6400
+ GridsterResizable.prototype.gridsterItem;
6401
+ /** @type {?} */
6402
+ GridsterResizable.prototype.gridster;
6403
+ /** @type {?} */
6404
+ GridsterResizable.prototype.lastMouse;
6405
+ /** @type {?} */
6406
+ GridsterResizable.prototype.itemBackup;
6407
+ /** @type {?} */
6408
+ GridsterResizable.prototype.resizeEventScrollType;
6409
+ /** @type {?} */
6410
+ GridsterResizable.prototype.directionFunction;
6411
+ /** @type {?} */
6412
+ GridsterResizable.prototype.dragFunction;
6413
+ /** @type {?} */
6414
+ GridsterResizable.prototype.dragStopFunction;
6415
+ /** @type {?} */
6416
+ GridsterResizable.prototype.resizeEnabled;
6417
+ /** @type {?} */
6418
+ GridsterResizable.prototype.mousemove;
6419
+ /** @type {?} */
6420
+ GridsterResizable.prototype.mouseup;
6421
+ /** @type {?} */
6422
+ GridsterResizable.prototype.mouseleave;
6423
+ /** @type {?} */
6424
+ GridsterResizable.prototype.cancelOnBlur;
6425
+ /** @type {?} */
6426
+ GridsterResizable.prototype.touchmove;
6427
+ /** @type {?} */
6428
+ GridsterResizable.prototype.touchend;
6429
+ /** @type {?} */
6430
+ GridsterResizable.prototype.touchcancel;
6431
+ /** @type {?} */
6432
+ GridsterResizable.prototype.push;
6433
+ /** @type {?} */
6434
+ GridsterResizable.prototype.pushResize;
6435
+ /** @type {?} */
6436
+ GridsterResizable.prototype.minHeight;
6437
+ /** @type {?} */
6438
+ GridsterResizable.prototype.minWidth;
6439
+ /** @type {?} */
6440
+ GridsterResizable.prototype.offsetTop;
6441
+ /** @type {?} */
6442
+ GridsterResizable.prototype.offsetLeft;
6443
+ /** @type {?} */
6444
+ GridsterResizable.prototype.diffTop;
6445
+ /** @type {?} */
6446
+ GridsterResizable.prototype.diffLeft;
6447
+ /** @type {?} */
6448
+ GridsterResizable.prototype.diffRight;
6449
+ /** @type {?} */
6450
+ GridsterResizable.prototype.diffBottom;
6451
+ /** @type {?} */
6452
+ GridsterResizable.prototype.margin;
6453
+ /** @type {?} */
6454
+ GridsterResizable.prototype.top;
6455
+ /** @type {?} */
6456
+ GridsterResizable.prototype.left;
6457
+ /** @type {?} */
6458
+ GridsterResizable.prototype.bottom;
6459
+ /** @type {?} */
6460
+ GridsterResizable.prototype.right;
6461
+ /** @type {?} */
6462
+ GridsterResizable.prototype.width;
6463
+ /** @type {?} */
6464
+ GridsterResizable.prototype.height;
6465
+ /** @type {?} */
6466
+ GridsterResizable.prototype.newPosition;
6467
+ /**
6468
+ * @type {?}
6469
+ * @private
6470
+ */
6471
+ GridsterResizable.prototype.zone;
6472
+ }
5485
6473
 
5486
6474
  /**
5487
6475
  * @fileoverview added by tsickle
5488
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6476
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5489
6477
  */
5490
6478
  var GridsterItemComponent = /** @class */ (function () {
5491
6479
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5680,11 +6668,44 @@
5680
6668
  item: [{ type: core.Input }]
5681
6669
  };
5682
6670
  return GridsterItemComponent;
5683
- }());
6671
+ }());
6672
+ if (false) {
6673
+ /** @type {?} */
6674
+ GridsterItemComponent.prototype.item;
6675
+ /** @type {?} */
6676
+ GridsterItemComponent.prototype.$item;
6677
+ /** @type {?} */
6678
+ GridsterItemComponent.prototype.el;
6679
+ /** @type {?} */
6680
+ GridsterItemComponent.prototype.gridster;
6681
+ /** @type {?} */
6682
+ GridsterItemComponent.prototype.top;
6683
+ /** @type {?} */
6684
+ GridsterItemComponent.prototype.left;
6685
+ /** @type {?} */
6686
+ GridsterItemComponent.prototype.width;
6687
+ /** @type {?} */
6688
+ GridsterItemComponent.prototype.height;
6689
+ /** @type {?} */
6690
+ GridsterItemComponent.prototype.drag;
6691
+ /** @type {?} */
6692
+ GridsterItemComponent.prototype.resize;
6693
+ /** @type {?} */
6694
+ GridsterItemComponent.prototype.notPlaced;
6695
+ /** @type {?} */
6696
+ GridsterItemComponent.prototype.init;
6697
+ /** @type {?} */
6698
+ GridsterItemComponent.prototype.renderer;
6699
+ /**
6700
+ * @type {?}
6701
+ * @private
6702
+ */
6703
+ GridsterItemComponent.prototype.zone;
6704
+ }
5684
6705
 
5685
6706
  /**
5686
6707
  * @fileoverview added by tsickle
5687
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6708
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5688
6709
  */
5689
6710
  var GridsterPreviewComponent = /** @class */ (function () {
5690
6711
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5739,11 +6760,19 @@
5739
6760
  { type: core.Renderer2 }
5740
6761
  ]; };
5741
6762
  return GridsterPreviewComponent;
5742
- }());
6763
+ }());
6764
+ if (false) {
6765
+ /** @type {?} */
6766
+ GridsterPreviewComponent.prototype.el;
6767
+ /** @type {?} */
6768
+ GridsterPreviewComponent.prototype.gridster;
6769
+ /** @type {?} */
6770
+ GridsterPreviewComponent.prototype.renderer;
6771
+ }
5743
6772
 
5744
6773
  /**
5745
6774
  * @fileoverview added by tsickle
5746
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6775
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5747
6776
  */
5748
6777
  var GridsterModule = /** @class */ (function () {
5749
6778
  function GridsterModule() {
@@ -5768,7 +6797,7 @@
5768
6797
 
5769
6798
  /**
5770
6799
  * @fileoverview added by tsickle
5771
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6800
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5772
6801
  */
5773
6802
  var DashboardFrameworkModule = /** @class */ (function () {
5774
6803
  function DashboardFrameworkModule() {
@@ -5800,7 +6829,7 @@
5800
6829
 
5801
6830
  /**
5802
6831
  * @fileoverview added by tsickle
5803
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6832
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5804
6833
  */
5805
6834
  /**
5806
6835
  * @abstract
@@ -5844,11 +6873,35 @@
5844
6873
  initialize: [{ type: core.Input }]
5845
6874
  };
5846
6875
  return RaBaseDashboardTemplate;
5847
- }());
6876
+ }());
6877
+ if (false) {
6878
+ /** @type {?} */
6879
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6880
+ /** @type {?} */
6881
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6882
+ /** @type {?} */
6883
+ RaBaseDashboardTemplate.prototype.appConfig;
6884
+ /** @type {?} */
6885
+ RaBaseDashboardTemplate.prototype.dashboardId;
6886
+ /** @type {?} */
6887
+ RaBaseDashboardTemplate.prototype.globalFilter;
6888
+ /** @type {?} */
6889
+ RaBaseDashboardTemplate.prototype.initialize;
6890
+ /**
6891
+ * @type {?}
6892
+ * @private
6893
+ */
6894
+ RaBaseDashboardTemplate.prototype.ngZone;
6895
+ /**
6896
+ * @abstract
6897
+ * @return {?}
6898
+ */
6899
+ RaBaseDashboardTemplate.prototype.init = function () { };
6900
+ }
5848
6901
 
5849
6902
  /**
5850
6903
  * @fileoverview added by tsickle
5851
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6904
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5852
6905
  */
5853
6906
  /**
5854
6907
  * @abstract
@@ -5868,7 +6921,19 @@
5868
6921
  getAllFilterConfig: [{ type: core.Input }]
5869
6922
  };
5870
6923
  return RaBaseDashboardFilter;
5871
- }());
6924
+ }());
6925
+ if (false) {
6926
+ /**
6927
+ * @type {?}
6928
+ * @private
6929
+ */
6930
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6931
+ /**
6932
+ * @abstract
6933
+ * @return {?}
6934
+ */
6935
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6936
+ }
5872
6937
 
5873
6938
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
5874
6939
  exports.RADashboardArea = RADashboardArea;