@schneideress/dashboardframework 0.0.101 → 0.0.102

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 +1178 -72
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +15 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +3 -2
  6. package/esm2015/gridster/lib/gridster.component.js +4 -3
  7. package/esm2015/gridster/lib/gridster.interface.js +3 -2
  8. package/esm2015/gridster/lib/gridster.module.js +3 -2
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +3 -2
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +3 -2
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +20 -19
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +3 -2
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +3 -2
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +3 -2
  15. package/esm2015/gridster/lib/gridsterItem.component.js +4 -3
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +3 -2
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +3 -2
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +3 -2
  19. package/esm2015/gridster/lib/gridsterPush.service.js +3 -2
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +3 -2
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +3 -2
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +3 -2
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +3 -2
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +3 -2
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +3 -2
  27. package/esm2015/lib/custom.notifier.options.js +3 -2
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +4 -3
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +10 -4
  30. package/esm2015/lib/ra.base.dashboard.filter.js +3 -2
  31. package/esm2015/lib/ra.base.dashboard.template.js +3 -2
  32. package/esm2015/lib/ra.dashbard.event.bus.js +3 -2
  33. package/esm2015/lib/ra.dashboard.module.js +3 -2
  34. package/esm2015/lib/ra.dashboard.service.js +3 -2
  35. package/esm2015/lib/ra.event.enum.js +3 -2
  36. package/esm2015/lib/ra.gridster.config.js +3 -2
  37. package/esm2015/public-api.js +3 -2
  38. package/esm2015/schneideress-dashboardframework.js +3 -2
  39. package/esm5/gridster/index.js +3 -2
  40. package/esm5/gridster/lib/gridster.component.js +4 -3
  41. package/esm5/gridster/lib/gridster.interface.js +3 -2
  42. package/esm5/gridster/lib/gridster.module.js +3 -2
  43. package/esm5/gridster/lib/gridsterCompact.service.js +3 -2
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +3 -2
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +20 -19
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +3 -2
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +3 -2
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +3 -2
  49. package/esm5/gridster/lib/gridsterItem.component.js +4 -3
  50. package/esm5/gridster/lib/gridsterItem.interface.js +3 -2
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +3 -2
  52. package/esm5/gridster/lib/gridsterPreview.component.js +3 -2
  53. package/esm5/gridster/lib/gridsterPush.service.js +3 -2
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +3 -2
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +3 -2
  56. package/esm5/gridster/lib/gridsterResizable.service.js +3 -2
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  58. package/esm5/gridster/lib/gridsterScroll.service.js +3 -2
  59. package/esm5/gridster/lib/gridsterSwap.service.js +3 -2
  60. package/esm5/gridster/lib/gridsterUtils.service.js +3 -2
  61. package/esm5/lib/custom.notifier.options.js +3 -2
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +4 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +10 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +3 -2
  65. package/esm5/lib/ra.base.dashboard.template.js +3 -2
  66. package/esm5/lib/ra.dashbard.event.bus.js +3 -2
  67. package/esm5/lib/ra.dashboard.module.js +3 -2
  68. package/esm5/lib/ra.dashboard.service.js +3 -2
  69. package/esm5/lib/ra.event.enum.js +3 -2
  70. package/esm5/lib/ra.gridster.config.js +3 -2
  71. package/esm5/public-api.js +3 -2
  72. package/esm5/schneideress-dashboardframework.js +3 -2
  73. package/fesm2015/schneideress-dashboardframework.js +1058 -70
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1061 -73
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@schneideress/ra-common'), require('rxjs/operators'), require('ngx-ui-loader'), require('angular-notifier'), require('@schneideress/widgetframework'), require('@angular/platform-browser'), require('@angular/common/http'), require('ngx-perfect-scrollbar'), require('@angular/common'), require('@schneideress/user-controls')) :
3
3
  typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ra-common', 'rxjs/operators', 'ngx-ui-loader', 'angular-notifier', '@schneideress/widgetframework', '@angular/platform-browser', '@angular/common/http', 'ngx-perfect-scrollbar', '@angular/common', '@schneideress/user-controls'], factory) :
4
4
  (global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global.raCommon, global.rxjs.operators, global['ngx-ui-loader'], global['angular-notifier'], global.widgetframework, global.ng.platformBrowser, global.ng.common.http, global.ngxPerfectScrollbar, global.ng.common, global.userControls));
5
- }(this, function (exports, core, rxjs, raCommon, operators, ngxUiLoader, angularNotifier, widgetframework, platformBrowser, http, ngxPerfectScrollbar, common, userControls) { 'use strict';
5
+ }(this, (function (exports, core, rxjs, raCommon, operators, ngxUiLoader, angularNotifier, widgetframework, platformBrowser, http, ngxPerfectScrollbar, common, userControls) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation. All rights reserved.
@@ -44,6 +44,33 @@
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
+
47
74
  function __awaiter(thisArg, _arguments, P, generator) {
48
75
  return new (P || (P = Promise))(function (resolve, reject) {
49
76
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -79,11 +106,105 @@
79
106
  } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
80
107
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
81
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 };
82
202
  }
83
203
 
84
204
  /**
85
205
  * @fileoverview added by tsickle
86
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
206
+ * Generated from: lib/ra.dashboard.service.ts
207
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
87
208
  */
88
209
  var RaDashboardService = /** @class */ (function (_super) {
89
210
  __extends(RaDashboardService, _super);
@@ -287,11 +408,19 @@
287
408
  ]; };
288
409
  /** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
289
410
  return RaDashboardService;
290
- }(raCommon.BaseService));
411
+ }(raCommon.BaseService));
412
+ if (false) {
413
+ /**
414
+ * @type {?}
415
+ * @private
416
+ */
417
+ RaDashboardService.prototype.loadedScripts;
418
+ }
291
419
 
292
420
  /**
293
421
  * @fileoverview added by tsickle
294
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
422
+ * Generated from: lib/ra.dashbard.event.bus.ts
423
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
295
424
  */
296
425
  var RADashboardEventBus = /** @class */ (function () {
297
426
  function RADashboardEventBus() {
@@ -400,11 +529,19 @@
400
529
  ];
401
530
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
402
531
  return RADashboardEventBus;
403
- }());
532
+ }());
533
+ if (false) {
534
+ /**
535
+ * @type {?}
536
+ * @private
537
+ */
538
+ RADashboardEventBus.prototype.eventQueue;
539
+ }
404
540
 
405
541
  /**
406
542
  * @fileoverview added by tsickle
407
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
543
+ * Generated from: lib/ra.event.enum.ts
544
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
408
545
  */
409
546
  /** @enum {string} */
410
547
  var RAEvent = {
@@ -453,38 +590,225 @@
453
590
 
454
591
  /**
455
592
  * @fileoverview added by tsickle
456
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
593
+ * Generated from: gridster/lib/gridsterConfig.interface.ts
594
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
457
595
  */
458
596
  /** @enum {string} */
459
597
  var GridType = {
460
- Fit: 'fit',
461
- ScrollVertical: 'scrollVertical',
462
- ScrollHorizontal: 'scrollHorizontal',
463
- Fixed: 'fixed',
464
- VerticalFixed: 'verticalFixed',
465
- HorizontalFixed: 'horizontalFixed',
598
+ Fit: "fit",
599
+ ScrollVertical: "scrollVertical",
600
+ ScrollHorizontal: "scrollHorizontal",
601
+ Fixed: "fixed",
602
+ VerticalFixed: "verticalFixed",
603
+ HorizontalFixed: "horizontalFixed",
466
604
  };
467
605
  /** @enum {string} */
468
606
  var DisplayGrid = {
469
- Always: 'always',
470
- OnDragAndResize: 'onDrag&Resize',
471
- None: 'none',
607
+ Always: "always",
608
+ OnDragAndResize: "onDrag&Resize",
609
+ None: "none",
472
610
  };
473
611
  /** @enum {string} */
474
612
  var CompactType = {
475
- None: 'none',
476
- CompactUp: 'compactUp',
477
- CompactLeft: 'compactLeft',
478
- CompactUpAndLeft: 'compactUp&Left',
479
- CompactLeftAndUp: 'compactLeft&Up',
480
- CompactRight: 'compactRight',
481
- CompactUpAndRight: 'compactUp&Right',
482
- CompactRightAndUp: 'compactRight&Up',
483
- };
613
+ None: "none",
614
+ CompactUp: "compactUp",
615
+ CompactLeft: "compactLeft",
616
+ CompactUpAndLeft: "compactUp&Left",
617
+ CompactLeftAndUp: "compactLeft&Up",
618
+ CompactRight: "compactRight",
619
+ CompactUpAndRight: "compactUp&Right",
620
+ CompactRightAndUp: "compactRight&Up",
621
+ };
622
+ /**
623
+ * @record
624
+ */
625
+ function GridsterConfig() { }
626
+ if (false) {
627
+ /** @type {?|undefined} */
628
+ GridsterConfig.prototype.gridType;
629
+ /** @type {?|undefined} */
630
+ GridsterConfig.prototype.fixedColWidth;
631
+ /** @type {?|undefined} */
632
+ GridsterConfig.prototype.fixedRowHeight;
633
+ /** @type {?|undefined} */
634
+ GridsterConfig.prototype.keepFixedHeightInMobile;
635
+ /** @type {?|undefined} */
636
+ GridsterConfig.prototype.keepFixedWidthInMobile;
637
+ /** @type {?|undefined} */
638
+ GridsterConfig.prototype.setGridSize;
639
+ /** @type {?|undefined} */
640
+ GridsterConfig.prototype.compactType;
641
+ /** @type {?|undefined} */
642
+ GridsterConfig.prototype.mobileBreakpoint;
643
+ /** @type {?|undefined} */
644
+ GridsterConfig.prototype.minCols;
645
+ /** @type {?|undefined} */
646
+ GridsterConfig.prototype.maxCols;
647
+ /** @type {?|undefined} */
648
+ GridsterConfig.prototype.minRows;
649
+ /** @type {?|undefined} */
650
+ GridsterConfig.prototype.maxRows;
651
+ /** @type {?|undefined} */
652
+ GridsterConfig.prototype.defaultItemCols;
653
+ /** @type {?|undefined} */
654
+ GridsterConfig.prototype.defaultItemRows;
655
+ /** @type {?|undefined} */
656
+ GridsterConfig.prototype.maxItemCols;
657
+ /** @type {?|undefined} */
658
+ GridsterConfig.prototype.maxItemRows;
659
+ /** @type {?|undefined} */
660
+ GridsterConfig.prototype.minItemCols;
661
+ /** @type {?|undefined} */
662
+ GridsterConfig.prototype.minItemRows;
663
+ /** @type {?|undefined} */
664
+ GridsterConfig.prototype.minItemArea;
665
+ /** @type {?|undefined} */
666
+ GridsterConfig.prototype.maxItemArea;
667
+ /** @type {?|undefined} */
668
+ GridsterConfig.prototype.margin;
669
+ /** @type {?|undefined} */
670
+ GridsterConfig.prototype.outerMargin;
671
+ /** @type {?|undefined} */
672
+ GridsterConfig.prototype.outerMarginTop;
673
+ /** @type {?|undefined} */
674
+ GridsterConfig.prototype.outerMarginRight;
675
+ /** @type {?|undefined} */
676
+ GridsterConfig.prototype.outerMarginBottom;
677
+ /** @type {?|undefined} */
678
+ GridsterConfig.prototype.outerMarginLeft;
679
+ /** @type {?|undefined} */
680
+ GridsterConfig.prototype.useTransformPositioning;
681
+ /** @type {?|undefined} */
682
+ GridsterConfig.prototype.scrollSensitivity;
683
+ /** @type {?|undefined} */
684
+ GridsterConfig.prototype.scrollSpeed;
685
+ /** @type {?|undefined} */
686
+ GridsterConfig.prototype.initCallback;
687
+ /** @type {?|undefined} */
688
+ GridsterConfig.prototype.destroyCallback;
689
+ /** @type {?|undefined} */
690
+ GridsterConfig.prototype.gridSizeChangedCallback;
691
+ /** @type {?|undefined} */
692
+ GridsterConfig.prototype.itemChangeCallback;
693
+ /** @type {?|undefined} */
694
+ GridsterConfig.prototype.itemResizeCallback;
695
+ /** @type {?|undefined} */
696
+ GridsterConfig.prototype.itemInitCallback;
697
+ /** @type {?|undefined} */
698
+ GridsterConfig.prototype.itemRemovedCallback;
699
+ /** @type {?|undefined} */
700
+ GridsterConfig.prototype.itemValidateCallback;
701
+ /** @type {?|undefined} */
702
+ GridsterConfig.prototype.draggable;
703
+ /** @type {?|undefined} */
704
+ GridsterConfig.prototype.resizable;
705
+ /** @type {?|undefined} */
706
+ GridsterConfig.prototype.swap;
707
+ /** @type {?|undefined} */
708
+ GridsterConfig.prototype.pushItems;
709
+ /** @type {?|undefined} */
710
+ GridsterConfig.prototype.disablePushOnDrag;
711
+ /** @type {?|undefined} */
712
+ GridsterConfig.prototype.disablePushOnResize;
713
+ /** @type {?|undefined} */
714
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
715
+ /** @type {?|undefined} */
716
+ GridsterConfig.prototype.pushDirections;
717
+ /** @type {?|undefined} */
718
+ GridsterConfig.prototype.pushResizeItems;
719
+ /** @type {?|undefined} */
720
+ GridsterConfig.prototype.displayGrid;
721
+ /** @type {?|undefined} */
722
+ GridsterConfig.prototype.disableWindowResize;
723
+ /** @type {?|undefined} */
724
+ GridsterConfig.prototype.disableWarnings;
725
+ /** @type {?|undefined} */
726
+ GridsterConfig.prototype.scrollToNewItems;
727
+ /** @type {?|undefined} */
728
+ GridsterConfig.prototype.enableEmptyCellClick;
729
+ /** @type {?|undefined} */
730
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
731
+ /** @type {?|undefined} */
732
+ GridsterConfig.prototype.enableEmptyCellDrop;
733
+ /** @type {?|undefined} */
734
+ GridsterConfig.prototype.enableEmptyCellDrag;
735
+ /** @type {?|undefined} */
736
+ GridsterConfig.prototype.emptyCellClickCallback;
737
+ /** @type {?|undefined} */
738
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
739
+ /** @type {?|undefined} */
740
+ GridsterConfig.prototype.emptyCellDropCallback;
741
+ /** @type {?|undefined} */
742
+ GridsterConfig.prototype.emptyCellDragCallback;
743
+ /** @type {?|undefined} */
744
+ GridsterConfig.prototype.emptyCellDragMaxCols;
745
+ /** @type {?|undefined} */
746
+ GridsterConfig.prototype.emptyCellDragMaxRows;
747
+ /** @type {?|undefined} */
748
+ GridsterConfig.prototype.ignoreMarginInRow;
749
+ /** @type {?|undefined} */
750
+ GridsterConfig.prototype.autoResizeonDrag;
751
+ /** @type {?|undefined} */
752
+ GridsterConfig.prototype.api;
753
+ /* Skipping unhandled member: [propName: string]: any;*/
754
+ }
755
+ /**
756
+ * @record
757
+ */
758
+ function DragBase() { }
759
+ if (false) {
760
+ /** @type {?|undefined} */
761
+ DragBase.prototype.enabled;
762
+ /** @type {?|undefined} */
763
+ DragBase.prototype.stop;
764
+ /** @type {?|undefined} */
765
+ DragBase.prototype.start;
766
+ /** @type {?|undefined} */
767
+ DragBase.prototype.delayStart;
768
+ }
769
+ /**
770
+ * @record
771
+ */
772
+ function Draggable() { }
773
+ if (false) {
774
+ /** @type {?|undefined} */
775
+ Draggable.prototype.ignoreContentClass;
776
+ /** @type {?|undefined} */
777
+ Draggable.prototype.ignoreContent;
778
+ /** @type {?|undefined} */
779
+ Draggable.prototype.dragHandleClass;
780
+ /** @type {?|undefined} */
781
+ Draggable.prototype.dropOverItems;
782
+ /** @type {?|undefined} */
783
+ Draggable.prototype.dropOverItemsCallback;
784
+ }
785
+ /**
786
+ * @record
787
+ */
788
+ function Resizable() { }
789
+ if (false) {
790
+ /** @type {?|undefined} */
791
+ Resizable.prototype.handles;
792
+ }
793
+ /**
794
+ * @record
795
+ */
796
+ function PushDirections() { }
797
+ if (false) {
798
+ /** @type {?} */
799
+ PushDirections.prototype.north;
800
+ /** @type {?} */
801
+ PushDirections.prototype.east;
802
+ /** @type {?} */
803
+ PushDirections.prototype.south;
804
+ /** @type {?} */
805
+ PushDirections.prototype.west;
806
+ }
484
807
 
485
808
  /**
486
809
  * @fileoverview added by tsickle
487
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
810
+ * Generated from: lib/ra.gridster.config.ts
811
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
488
812
  */
489
813
  /** @type {?} */
490
814
  var GridsterConfigDefaultSettings = {
@@ -550,7 +874,8 @@
550
874
 
551
875
  /**
552
876
  * @fileoverview added by tsickle
553
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
877
+ * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
878
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
554
879
  */
555
880
  var RADashboardArea = /** @class */ (function () {
556
881
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1078,7 +1403,7 @@
1078
1403
  { type: core.Component, args: [{
1079
1404
  selector: 'ra-dashboard-area',
1080
1405
  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\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
1081
- styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.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)}"]
1406
+ styles: ["gridster{width:inherit;resize:height;display:-webkit-box;display:flex;background-color:#ededed;overflow-y:hidden!important}.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;-webkit-transition:.3s;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)}"]
1082
1407
  }] }
1083
1408
  ];
1084
1409
  /** @nocollapse */
@@ -1101,11 +1426,88 @@
1101
1426
  onResize: [{ type: core.HostListener, args: ['window:resize', ['$event'],] }]
1102
1427
  };
1103
1428
  return RADashboardArea;
1104
- }());
1429
+ }());
1430
+ if (false) {
1431
+ /** @type {?} */
1432
+ RADashboardArea.prototype.widgetList;
1433
+ /** @type {?} */
1434
+ RADashboardArea.prototype.options;
1435
+ /** @type {?} */
1436
+ RADashboardArea.prototype.gridheight;
1437
+ /**
1438
+ * @type {?}
1439
+ * @private
1440
+ */
1441
+ RADashboardArea.prototype.conifgAddClick;
1442
+ /**
1443
+ * @type {?}
1444
+ * @private
1445
+ */
1446
+ RADashboardArea.prototype.widgetDeleteEvent;
1447
+ /**
1448
+ * @type {?}
1449
+ * @private
1450
+ */
1451
+ RADashboardArea.prototype.widgetAddEvent;
1452
+ /**
1453
+ * @type {?}
1454
+ * @private
1455
+ */
1456
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1457
+ /**
1458
+ * @type {?}
1459
+ * @private
1460
+ */
1461
+ RADashboardArea.prototype.isWidgetLoaded;
1462
+ /** @type {?} */
1463
+ RADashboardArea.prototype.domResized;
1464
+ /** @type {?} */
1465
+ RADashboardArea.prototype.userDashboardId;
1466
+ /** @type {?} */
1467
+ RADashboardArea.prototype.areaKey;
1468
+ /** @type {?} */
1469
+ RADashboardArea.prototype.globalFilter;
1470
+ /** @type {?} */
1471
+ RADashboardArea.prototype.raDashboardEventBus;
1472
+ /** @type {?} */
1473
+ RADashboardArea.prototype.widgetHeight;
1474
+ /** @type {?} */
1475
+ RADashboardArea.prototype.widgetWidth;
1476
+ /** @type {?} */
1477
+ RADashboardArea.prototype.appConfig;
1478
+ /** @type {?} */
1479
+ RADashboardArea.prototype.gridWrapper;
1480
+ /**
1481
+ * @type {?}
1482
+ * @private
1483
+ */
1484
+ RADashboardArea.prototype.dashboardService;
1485
+ /**
1486
+ * @type {?}
1487
+ * @private
1488
+ */
1489
+ RADashboardArea.prototype.ngZone;
1490
+ /**
1491
+ * @type {?}
1492
+ * @private
1493
+ */
1494
+ RADashboardArea.prototype.ngxService;
1495
+ /**
1496
+ * @type {?}
1497
+ * @private
1498
+ */
1499
+ RADashboardArea.prototype.translateService;
1500
+ /**
1501
+ * @type {?}
1502
+ * @private
1503
+ */
1504
+ RADashboardArea.prototype.notifier;
1505
+ }
1105
1506
 
1106
1507
  /**
1107
1508
  * @fileoverview added by tsickle
1108
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1509
+ * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1510
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1109
1511
  */
1110
1512
  var RAWidgetContainer = /** @class */ (function () {
1111
1513
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
@@ -1128,6 +1530,7 @@
1128
1530
  this.toolTipValue = ' ';
1129
1531
  this.toolTipWidth = '0px';
1130
1532
  this.widgetDeleted = new core.EventEmitter();
1533
+ this.lockVisible = false;
1131
1534
  this.renderer.listen('window', 'click', (/**
1132
1535
  * @param {?} e
1133
1536
  * @return {?}
@@ -1489,6 +1892,7 @@
1489
1892
  }
1490
1893
  case widgetframework.RaWidgetlockStatus.Unlocked: {
1491
1894
  this.lockClass = "unlocked";
1895
+ this.lockVisible = true;
1492
1896
  break;
1493
1897
  }
1494
1898
  case widgetframework.RaWidgetlockStatus.PartiallyLocked: {
@@ -1497,6 +1901,7 @@
1497
1901
  }
1498
1902
  default: {
1499
1903
  this.lockClass = "unlocked";
1904
+ this.lockVisible = true;
1500
1905
  break;
1501
1906
  }
1502
1907
  }
@@ -1604,8 +2009,8 @@
1604
2009
  RAWidgetContainer.decorators = [
1605
2010
  { type: core.Component, args: [{
1606
2011
  selector: 'ra-widget-container',
1607
- template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\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 <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1608
- styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:1px solid;border-color:#a9afb1}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.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-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.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}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-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-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
2012
+ template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\" >\r\n <div class=\"float-right\" style=\"display: flex;\" [ngClass]=\"{'lockInvisible': lockVisible}\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <!-- <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i> -->\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\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 <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\" style=\"margin-right: -12px;\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
2013
+ styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;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-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);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}.download{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-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-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1609
2014
  }] }
1610
2015
  ];
1611
2016
  /** @nocollapse */
@@ -1634,11 +2039,118 @@
1634
2039
  setResized: [{ type: core.Input, args: ['dom-resized',] }]
1635
2040
  };
1636
2041
  return RAWidgetContainer;
1637
- }());
2042
+ }());
2043
+ if (false) {
2044
+ /** @type {?} */
2045
+ RAWidgetContainer.prototype.showPanel;
2046
+ /**
2047
+ * @type {?}
2048
+ * @private
2049
+ */
2050
+ RAWidgetContainer.prototype.isWidgetLoaded;
2051
+ /**
2052
+ * @type {?}
2053
+ * @private
2054
+ */
2055
+ RAWidgetContainer.prototype.widgetElement;
2056
+ /**
2057
+ * @type {?}
2058
+ * @private
2059
+ */
2060
+ RAWidgetContainer.prototype.configChanged;
2061
+ /**
2062
+ * @type {?}
2063
+ * @private
2064
+ */
2065
+ RAWidgetContainer.prototype.isIEOrEdge;
2066
+ /** @type {?} */
2067
+ RAWidgetContainer.prototype.widgetHeight;
2068
+ /** @type {?} */
2069
+ RAWidgetContainer.prototype.lockClass;
2070
+ /** @type {?} */
2071
+ RAWidgetContainer.prototype.lockStatus;
2072
+ /** @type {?} */
2073
+ RAWidgetContainer.prototype.isDownloadIconVisible;
2074
+ /** @type {?} */
2075
+ RAWidgetContainer.prototype.dropDownShown;
2076
+ /** @type {?} */
2077
+ RAWidgetContainer.prototype.isDownloadChartVisible;
2078
+ /** @type {?} */
2079
+ RAWidgetContainer.prototype.downloadIconType;
2080
+ /** @type {?} */
2081
+ RAWidgetContainer.prototype.enableTitleLine;
2082
+ /** @type {?} */
2083
+ RAWidgetContainer.prototype.toolTipValue;
2084
+ /** @type {?} */
2085
+ RAWidgetContainer.prototype.toolTipWidth;
2086
+ /** @type {?} */
2087
+ RAWidgetContainer.prototype.ctlWidget;
2088
+ /** @type {?} */
2089
+ RAWidgetContainer.prototype.widgetDropdown;
2090
+ /** @type {?} */
2091
+ RAWidgetContainer.prototype.widgetDownload;
2092
+ /** @type {?} */
2093
+ RAWidgetContainer.prototype.searchInput;
2094
+ /** @type {?} */
2095
+ RAWidgetContainer.prototype.widgetInstanceId;
2096
+ /** @type {?} */
2097
+ RAWidgetContainer.prototype.globalFilter;
2098
+ /** @type {?} */
2099
+ RAWidgetContainer.prototype.data;
2100
+ /** @type {?} */
2101
+ RAWidgetContainer.prototype.raDashboardEventBus;
2102
+ /** @type {?} */
2103
+ RAWidgetContainer.prototype.appConfig;
2104
+ /** @type {?} */
2105
+ RAWidgetContainer.prototype.width;
2106
+ /** @type {?} */
2107
+ RAWidgetContainer.prototype.height;
2108
+ /** @type {?} */
2109
+ RAWidgetContainer.prototype.gridCellHeight;
2110
+ /** @type {?} */
2111
+ RAWidgetContainer.prototype.widgetDeleted;
2112
+ /** @type {?} */
2113
+ RAWidgetContainer.prototype.lockTitle;
2114
+ /** @type {?} */
2115
+ RAWidgetContainer.prototype.domResized;
2116
+ /** @type {?} */
2117
+ RAWidgetContainer.prototype.lockVisible;
2118
+ /**
2119
+ * @type {?}
2120
+ * @private
2121
+ */
2122
+ RAWidgetContainer.prototype.dashboardService;
2123
+ /**
2124
+ * @type {?}
2125
+ * @private
2126
+ */
2127
+ RAWidgetContainer.prototype.ngxService;
2128
+ /**
2129
+ * @type {?}
2130
+ * @private
2131
+ */
2132
+ RAWidgetContainer.prototype.translateService;
2133
+ /**
2134
+ * @type {?}
2135
+ * @private
2136
+ */
2137
+ RAWidgetContainer.prototype.ngZone;
2138
+ /**
2139
+ * @type {?}
2140
+ * @private
2141
+ */
2142
+ RAWidgetContainer.prototype.notifier;
2143
+ /**
2144
+ * @type {?}
2145
+ * @private
2146
+ */
2147
+ RAWidgetContainer.prototype.renderer;
2148
+ }
1638
2149
 
1639
2150
  /**
1640
2151
  * @fileoverview added by tsickle
1641
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2152
+ * Generated from: lib/custom.notifier.options.ts
2153
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1642
2154
  */
1643
2155
  /** @type {?} */
1644
2156
  var customNotifierOptions = {
@@ -1684,7 +2196,8 @@
1684
2196
 
1685
2197
  /**
1686
2198
  * @fileoverview added by tsickle
1687
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2199
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
2200
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1688
2201
  */
1689
2202
  /** @type {?} */
1690
2203
  var GridsterConfigService = {
@@ -1862,7 +2375,8 @@
1862
2375
 
1863
2376
  /**
1864
2377
  * @fileoverview added by tsickle
1865
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2378
+ * Generated from: gridster/lib/gridsterUtils.service.ts
2379
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1866
2380
  */
1867
2381
  var GridsterUtils = /** @class */ (function () {
1868
2382
  function GridsterUtils() {
@@ -2037,7 +2551,8 @@
2037
2551
 
2038
2552
  /**
2039
2553
  * @fileoverview added by tsickle
2040
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2554
+ * Generated from: gridster/lib/gridster.interface.ts
2555
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2041
2556
  */
2042
2557
  /**
2043
2558
  * @abstract
@@ -2049,11 +2564,86 @@
2049
2564
  function GridsterComponentInterface() {
2050
2565
  }
2051
2566
  return GridsterComponentInterface;
2052
- }());
2567
+ }());
2568
+ if (false) {
2569
+ /** @type {?} */
2570
+ GridsterComponentInterface.prototype.$options;
2571
+ /** @type {?} */
2572
+ GridsterComponentInterface.prototype.grid;
2573
+ /** @type {?} */
2574
+ GridsterComponentInterface.prototype.checkCollision;
2575
+ /** @type {?} */
2576
+ GridsterComponentInterface.prototype.positionXToPixels;
2577
+ /** @type {?} */
2578
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2579
+ /** @type {?} */
2580
+ GridsterComponentInterface.prototype.positionYToPixels;
2581
+ /** @type {?} */
2582
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2583
+ /** @type {?} */
2584
+ GridsterComponentInterface.prototype.findItemWithItem;
2585
+ /** @type {?} */
2586
+ GridsterComponentInterface.prototype.findItemsWithItem;
2587
+ /** @type {?} */
2588
+ GridsterComponentInterface.prototype.checkGridCollision;
2589
+ /** @type {?} */
2590
+ GridsterComponentInterface.prototype.el;
2591
+ /** @type {?} */
2592
+ GridsterComponentInterface.prototype.renderer;
2593
+ /** @type {?} */
2594
+ GridsterComponentInterface.prototype.gridRenderer;
2595
+ /** @type {?} */
2596
+ GridsterComponentInterface.prototype.cdRef;
2597
+ /** @type {?} */
2598
+ GridsterComponentInterface.prototype.options;
2599
+ /** @type {?} */
2600
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2601
+ /** @type {?} */
2602
+ GridsterComponentInterface.prototype.updateGrid;
2603
+ /** @type {?} */
2604
+ GridsterComponentInterface.prototype.movingItem;
2605
+ /** @type {?} */
2606
+ GridsterComponentInterface.prototype.addItem;
2607
+ /** @type {?} */
2608
+ GridsterComponentInterface.prototype.removeItem;
2609
+ /** @type {?} */
2610
+ GridsterComponentInterface.prototype.previewStyle;
2611
+ /** @type {?} */
2612
+ GridsterComponentInterface.prototype.mobile;
2613
+ /** @type {?} */
2614
+ GridsterComponentInterface.prototype.curWidth;
2615
+ /** @type {?} */
2616
+ GridsterComponentInterface.prototype.curHeight;
2617
+ /** @type {?} */
2618
+ GridsterComponentInterface.prototype.columns;
2619
+ /** @type {?} */
2620
+ GridsterComponentInterface.prototype.rows;
2621
+ /** @type {?} */
2622
+ GridsterComponentInterface.prototype.curColWidth;
2623
+ /** @type {?} */
2624
+ GridsterComponentInterface.prototype.curRowHeight;
2625
+ /** @type {?} */
2626
+ GridsterComponentInterface.prototype.windowResize;
2627
+ /** @type {?} */
2628
+ GridsterComponentInterface.prototype.setGridDimensions;
2629
+ /** @type {?} */
2630
+ GridsterComponentInterface.prototype.dragInProgress;
2631
+ /** @type {?} */
2632
+ GridsterComponentInterface.prototype.emptyCell;
2633
+ /** @type {?} */
2634
+ GridsterComponentInterface.prototype.compact;
2635
+ /** @type {?} */
2636
+ GridsterComponentInterface.prototype.zone;
2637
+ /** @type {?} */
2638
+ GridsterComponentInterface.prototype.gridRows;
2639
+ /** @type {?} */
2640
+ GridsterComponentInterface.prototype.gridColumns;
2641
+ }
2053
2642
 
2054
2643
  /**
2055
2644
  * @fileoverview added by tsickle
2056
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2645
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2646
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2057
2647
  */
2058
2648
  var GridsterEmptyCell = /** @class */ (function () {
2059
2649
  function GridsterEmptyCell(gridster) {
@@ -2370,11 +2960,45 @@
2370
2960
  { type: GridsterComponentInterface }
2371
2961
  ]; };
2372
2962
  return GridsterEmptyCell;
2373
- }());
2963
+ }());
2964
+ if (false) {
2965
+ /** @type {?} */
2966
+ GridsterEmptyCell.prototype.initialItem;
2967
+ /** @type {?} */
2968
+ GridsterEmptyCell.prototype.emptyCellClick;
2969
+ /** @type {?} */
2970
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2971
+ /** @type {?} */
2972
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2973
+ /** @type {?} */
2974
+ GridsterEmptyCell.prototype.emptyCellDrop;
2975
+ /** @type {?} */
2976
+ GridsterEmptyCell.prototype.emptyCellDrag;
2977
+ /** @type {?} */
2978
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2979
+ /** @type {?} */
2980
+ GridsterEmptyCell.prototype.emptyCellMMove;
2981
+ /** @type {?} */
2982
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2983
+ /** @type {?} */
2984
+ GridsterEmptyCell.prototype.emptyCellUp;
2985
+ /** @type {?} */
2986
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2987
+ /** @type {?} */
2988
+ GridsterEmptyCell.prototype.emptyCellMove;
2989
+ /** @type {?} */
2990
+ GridsterEmptyCell.prototype.emptyCellExit;
2991
+ /**
2992
+ * @type {?}
2993
+ * @private
2994
+ */
2995
+ GridsterEmptyCell.prototype.gridster;
2996
+ }
2374
2997
 
2375
2998
  /**
2376
2999
  * @fileoverview added by tsickle
2377
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3000
+ * Generated from: gridster/lib/gridsterCompact.service.ts
3001
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2378
3002
  */
2379
3003
  var GridsterCompact = /** @class */ (function () {
2380
3004
  function GridsterCompact(gridster) {
@@ -2612,11 +3236,19 @@
2612
3236
  { type: GridsterComponentInterface }
2613
3237
  ]; };
2614
3238
  return GridsterCompact;
2615
- }());
3239
+ }());
3240
+ if (false) {
3241
+ /**
3242
+ * @type {?}
3243
+ * @private
3244
+ */
3245
+ GridsterCompact.prototype.gridster;
3246
+ }
2616
3247
 
2617
3248
  /**
2618
3249
  * @fileoverview added by tsickle
2619
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3250
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
3251
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2620
3252
  */
2621
3253
  var GridsterRenderer = /** @class */ (function () {
2622
3254
  function GridsterRenderer(gridster) {
@@ -2923,11 +3555,19 @@
2923
3555
  { type: GridsterComponentInterface }
2924
3556
  ]; };
2925
3557
  return GridsterRenderer;
2926
- }());
3558
+ }());
3559
+ if (false) {
3560
+ /**
3561
+ * @type {?}
3562
+ * @private
3563
+ */
3564
+ GridsterRenderer.prototype.gridster;
3565
+ }
2927
3566
 
2928
3567
  /**
2929
3568
  * @fileoverview added by tsickle
2930
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3569
+ * Generated from: gridster/lib/gridster.component.ts
3570
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2931
3571
  */
2932
3572
  var GridsterComponent = /** @class */ (function () {
2933
3573
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3082,6 +3722,17 @@
3082
3722
  if (this.options.destroyCallback) {
3083
3723
  this.options.destroyCallback(this);
3084
3724
  }
3725
+ //if (this.options.api) {
3726
+ /* this.options.api getting undefined for new dashboard load- temp fix
3727
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3728
+ * ondestroy of current this.options.api instance - needs to investigate further
3729
+ */
3730
+ if (false) {
3731
+ this.options.api.resize = undefined;
3732
+ this.options.api.optionsChanged = undefined;
3733
+ this.options.api.getNextPossiblePosition = undefined;
3734
+ this.options.api = undefined;
3735
+ }
3085
3736
  this.emptyCell.destroy();
3086
3737
  delete this.emptyCell;
3087
3738
  this.compact.destroy();
@@ -3644,7 +4295,7 @@
3644
4295
  selector: 'gridster',
3645
4296
  template: "<div class=\"gridster-column\" *ngFor=\"let column of gridColumns; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridColumnStyle(i)\"></div>\r\n<div class=\"gridster-row\" *ngFor=\"let row of gridRows; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridRowStyle(i)\"></div>\r\n<ng-content></ng-content>\r\n<gridster-preview class=\"gridster-preview\"></gridster-preview>\r\n",
3646
4297
  encapsulation: core.ViewEncapsulation.None,
3647
- styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
4298
+ styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;-webkit-transition:.3s;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
3648
4299
  }] }
3649
4300
  ];
3650
4301
  /** @nocollapse */
@@ -3658,11 +4309,62 @@
3658
4309
  options: [{ type: core.Input }]
3659
4310
  };
3660
4311
  return GridsterComponent;
3661
- }());
4312
+ }());
4313
+ if (false) {
4314
+ /** @type {?} */
4315
+ GridsterComponent.prototype.options;
4316
+ /** @type {?} */
4317
+ GridsterComponent.prototype.calculateLayoutDebounce;
4318
+ /** @type {?} */
4319
+ GridsterComponent.prototype.movingItem;
4320
+ /** @type {?} */
4321
+ GridsterComponent.prototype.previewStyle;
4322
+ /** @type {?} */
4323
+ GridsterComponent.prototype.el;
4324
+ /** @type {?} */
4325
+ GridsterComponent.prototype.$options;
4326
+ /** @type {?} */
4327
+ GridsterComponent.prototype.mobile;
4328
+ /** @type {?} */
4329
+ GridsterComponent.prototype.curWidth;
4330
+ /** @type {?} */
4331
+ GridsterComponent.prototype.curHeight;
4332
+ /** @type {?} */
4333
+ GridsterComponent.prototype.grid;
4334
+ /** @type {?} */
4335
+ GridsterComponent.prototype.columns;
4336
+ /** @type {?} */
4337
+ GridsterComponent.prototype.rows;
4338
+ /** @type {?} */
4339
+ GridsterComponent.prototype.curColWidth;
4340
+ /** @type {?} */
4341
+ GridsterComponent.prototype.curRowHeight;
4342
+ /** @type {?} */
4343
+ GridsterComponent.prototype.gridColumns;
4344
+ /** @type {?} */
4345
+ GridsterComponent.prototype.gridRows;
4346
+ /** @type {?} */
4347
+ GridsterComponent.prototype.windowResize;
4348
+ /** @type {?} */
4349
+ GridsterComponent.prototype.dragInProgress;
4350
+ /** @type {?} */
4351
+ GridsterComponent.prototype.emptyCell;
4352
+ /** @type {?} */
4353
+ GridsterComponent.prototype.compact;
4354
+ /** @type {?} */
4355
+ GridsterComponent.prototype.gridRenderer;
4356
+ /** @type {?} */
4357
+ GridsterComponent.prototype.renderer;
4358
+ /** @type {?} */
4359
+ GridsterComponent.prototype.cdRef;
4360
+ /** @type {?} */
4361
+ GridsterComponent.prototype.zone;
4362
+ }
3662
4363
 
3663
4364
  /**
3664
4365
  * @fileoverview added by tsickle
3665
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4366
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4367
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3666
4368
  */
3667
4369
  /**
3668
4370
  * @abstract
@@ -3674,11 +4376,50 @@
3674
4376
  function GridsterItemComponentInterface() {
3675
4377
  }
3676
4378
  return GridsterItemComponentInterface;
3677
- }());
4379
+ }());
4380
+ if (false) {
4381
+ /** @type {?} */
4382
+ GridsterItemComponentInterface.prototype.item;
4383
+ /** @type {?} */
4384
+ GridsterItemComponentInterface.prototype.$item;
4385
+ /** @type {?} */
4386
+ GridsterItemComponentInterface.prototype.top;
4387
+ /** @type {?} */
4388
+ GridsterItemComponentInterface.prototype.left;
4389
+ /** @type {?} */
4390
+ GridsterItemComponentInterface.prototype.width;
4391
+ /** @type {?} */
4392
+ GridsterItemComponentInterface.prototype.height;
4393
+ /** @type {?} */
4394
+ GridsterItemComponentInterface.prototype.drag;
4395
+ /** @type {?} */
4396
+ GridsterItemComponentInterface.prototype.resize;
4397
+ /** @type {?} */
4398
+ GridsterItemComponentInterface.prototype.notPlaced;
4399
+ /** @type {?} */
4400
+ GridsterItemComponentInterface.prototype.updateOptions;
4401
+ /** @type {?} */
4402
+ GridsterItemComponentInterface.prototype.itemChanged;
4403
+ /** @type {?} */
4404
+ GridsterItemComponentInterface.prototype.setSize;
4405
+ /** @type {?} */
4406
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4407
+ /** @type {?} */
4408
+ GridsterItemComponentInterface.prototype.canBeDragged;
4409
+ /** @type {?} */
4410
+ GridsterItemComponentInterface.prototype.canBeResized;
4411
+ /** @type {?} */
4412
+ GridsterItemComponentInterface.prototype.el;
4413
+ /** @type {?} */
4414
+ GridsterItemComponentInterface.prototype.gridster;
4415
+ /** @type {?} */
4416
+ GridsterItemComponentInterface.prototype.renderer;
4417
+ }
3678
4418
 
3679
4419
  /**
3680
4420
  * @fileoverview added by tsickle
3681
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4421
+ * Generated from: gridster/lib/gridsterSwap.service.ts
4422
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3682
4423
  */
3683
4424
  var GridsterSwap = /** @class */ (function () {
3684
4425
  function GridsterSwap(gridsterItem) {
@@ -3806,11 +4547,29 @@
3806
4547
  { type: GridsterItemComponentInterface }
3807
4548
  ]; };
3808
4549
  return GridsterSwap;
3809
- }());
4550
+ }());
4551
+ if (false) {
4552
+ /**
4553
+ * @type {?}
4554
+ * @private
4555
+ */
4556
+ GridsterSwap.prototype.swapedItem;
4557
+ /**
4558
+ * @type {?}
4559
+ * @private
4560
+ */
4561
+ GridsterSwap.prototype.gridsterItem;
4562
+ /**
4563
+ * @type {?}
4564
+ * @private
4565
+ */
4566
+ GridsterSwap.prototype.gridster;
4567
+ }
3810
4568
 
3811
4569
  /**
3812
4570
  * @fileoverview added by tsickle
3813
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4571
+ * Generated from: gridster/lib/gridsterScroll.service.ts
4572
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3814
4573
  */
3815
4574
  /** @type {?} */
3816
4575
  var scrollSensitivity;
@@ -4005,7 +4764,8 @@
4005
4764
 
4006
4765
  /**
4007
4766
  * @fileoverview added by tsickle
4008
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4767
+ * Generated from: gridster/lib/gridsterPush.service.ts
4768
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4009
4769
  */
4010
4770
  var GridsterPush = /** @class */ (function () {
4011
4771
  function GridsterPush(gridsterItem) {
@@ -4495,11 +5255,62 @@
4495
5255
  { type: GridsterItemComponentInterface }
4496
5256
  ]; };
4497
5257
  return GridsterPush;
4498
- }());
5258
+ }());
5259
+ if (false) {
5260
+ /** @type {?} */
5261
+ GridsterPush.prototype.fromSouth;
5262
+ /** @type {?} */
5263
+ GridsterPush.prototype.fromNorth;
5264
+ /** @type {?} */
5265
+ GridsterPush.prototype.fromEast;
5266
+ /** @type {?} */
5267
+ GridsterPush.prototype.fromWest;
5268
+ /**
5269
+ * @type {?}
5270
+ * @private
5271
+ */
5272
+ GridsterPush.prototype.pushedItems;
5273
+ /**
5274
+ * @type {?}
5275
+ * @private
5276
+ */
5277
+ GridsterPush.prototype.pushedItemsTemp;
5278
+ /**
5279
+ * @type {?}
5280
+ * @private
5281
+ */
5282
+ GridsterPush.prototype.pushedItemsTempPath;
5283
+ /**
5284
+ * @type {?}
5285
+ * @private
5286
+ */
5287
+ GridsterPush.prototype.pushedItemsPath;
5288
+ /**
5289
+ * @type {?}
5290
+ * @private
5291
+ */
5292
+ GridsterPush.prototype.gridsterItem;
5293
+ /**
5294
+ * @type {?}
5295
+ * @private
5296
+ */
5297
+ GridsterPush.prototype.gridster;
5298
+ /**
5299
+ * @type {?}
5300
+ * @private
5301
+ */
5302
+ GridsterPush.prototype.pushedItemsOrder;
5303
+ /**
5304
+ * @type {?}
5305
+ * @private
5306
+ */
5307
+ GridsterPush.prototype.tryPattern;
5308
+ }
4499
5309
 
4500
5310
  /**
4501
5311
  * @fileoverview added by tsickle
4502
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5312
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
5313
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4503
5314
  */
4504
5315
  var GridsterDraggable = /** @class */ (function () {
4505
5316
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4803,6 +5614,10 @@
4803
5614
  this.gridsterItem.$item.cols = itemColsbackup;
4804
5615
  this.gridsterItem.$item.rows = itemRowsbackup;
4805
5616
  }
5617
+ else {
5618
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5619
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5620
+ }
4806
5621
  return this.gridsterItem.$item;
4807
5622
  };
4808
5623
  /**
@@ -4959,11 +5774,85 @@
4959
5774
  { type: core.NgZone }
4960
5775
  ]; };
4961
5776
  return GridsterDraggable;
4962
- }());
5777
+ }());
5778
+ if (false) {
5779
+ /** @type {?} */
5780
+ GridsterDraggable.prototype.gridsterItem;
5781
+ /** @type {?} */
5782
+ GridsterDraggable.prototype.gridster;
5783
+ /** @type {?} */
5784
+ GridsterDraggable.prototype.lastMouse;
5785
+ /** @type {?} */
5786
+ GridsterDraggable.prototype.offsetLeft;
5787
+ /** @type {?} */
5788
+ GridsterDraggable.prototype.offsetTop;
5789
+ /** @type {?} */
5790
+ GridsterDraggable.prototype.margin;
5791
+ /** @type {?} */
5792
+ GridsterDraggable.prototype.diffTop;
5793
+ /** @type {?} */
5794
+ GridsterDraggable.prototype.diffLeft;
5795
+ /** @type {?} */
5796
+ GridsterDraggable.prototype.top;
5797
+ /** @type {?} */
5798
+ GridsterDraggable.prototype.left;
5799
+ /** @type {?} */
5800
+ GridsterDraggable.prototype.height;
5801
+ /** @type {?} */
5802
+ GridsterDraggable.prototype.width;
5803
+ /** @type {?} */
5804
+ GridsterDraggable.prototype.positionX;
5805
+ /** @type {?} */
5806
+ GridsterDraggable.prototype.positionY;
5807
+ /** @type {?} */
5808
+ GridsterDraggable.prototype.positionXBackup;
5809
+ /** @type {?} */
5810
+ GridsterDraggable.prototype.positionYBackup;
5811
+ /** @type {?} */
5812
+ GridsterDraggable.prototype.enabled;
5813
+ /** @type {?} */
5814
+ GridsterDraggable.prototype.dragStartFunction;
5815
+ /** @type {?} */
5816
+ GridsterDraggable.prototype.dragFunction;
5817
+ /** @type {?} */
5818
+ GridsterDraggable.prototype.dragStopFunction;
5819
+ /** @type {?} */
5820
+ GridsterDraggable.prototype.mousemove;
5821
+ /** @type {?} */
5822
+ GridsterDraggable.prototype.mouseup;
5823
+ /** @type {?} */
5824
+ GridsterDraggable.prototype.mouseleave;
5825
+ /** @type {?} */
5826
+ GridsterDraggable.prototype.cancelOnBlur;
5827
+ /** @type {?} */
5828
+ GridsterDraggable.prototype.touchmove;
5829
+ /** @type {?} */
5830
+ GridsterDraggable.prototype.touchend;
5831
+ /** @type {?} */
5832
+ GridsterDraggable.prototype.touchcancel;
5833
+ /** @type {?} */
5834
+ GridsterDraggable.prototype.mousedown;
5835
+ /** @type {?} */
5836
+ GridsterDraggable.prototype.touchstart;
5837
+ /** @type {?} */
5838
+ GridsterDraggable.prototype.push;
5839
+ /** @type {?} */
5840
+ GridsterDraggable.prototype.swap;
5841
+ /** @type {?} */
5842
+ GridsterDraggable.prototype.path;
5843
+ /** @type {?} */
5844
+ GridsterDraggable.prototype.collision;
5845
+ /**
5846
+ * @type {?}
5847
+ * @private
5848
+ */
5849
+ GridsterDraggable.prototype.zone;
5850
+ }
4963
5851
 
4964
5852
  /**
4965
5853
  * @fileoverview added by tsickle
4966
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5854
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
5855
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4967
5856
  */
4968
5857
  var GridsterPushResize = /** @class */ (function () {
4969
5858
  function GridsterPushResize(gridsterItem) {
@@ -5343,11 +6232,47 @@
5343
6232
  { type: GridsterItemComponentInterface }
5344
6233
  ]; };
5345
6234
  return GridsterPushResize;
5346
- }());
6235
+ }());
6236
+ if (false) {
6237
+ /** @type {?} */
6238
+ GridsterPushResize.prototype.fromSouth;
6239
+ /** @type {?} */
6240
+ GridsterPushResize.prototype.fromNorth;
6241
+ /** @type {?} */
6242
+ GridsterPushResize.prototype.fromEast;
6243
+ /** @type {?} */
6244
+ GridsterPushResize.prototype.fromWest;
6245
+ /**
6246
+ * @type {?}
6247
+ * @private
6248
+ */
6249
+ GridsterPushResize.prototype.pushedItems;
6250
+ /**
6251
+ * @type {?}
6252
+ * @private
6253
+ */
6254
+ GridsterPushResize.prototype.pushedItemsPath;
6255
+ /**
6256
+ * @type {?}
6257
+ * @private
6258
+ */
6259
+ GridsterPushResize.prototype.gridsterItem;
6260
+ /**
6261
+ * @type {?}
6262
+ * @private
6263
+ */
6264
+ GridsterPushResize.prototype.gridster;
6265
+ /**
6266
+ * @type {?}
6267
+ * @private
6268
+ */
6269
+ GridsterPushResize.prototype.tryPattern;
6270
+ }
5347
6271
 
5348
6272
  /**
5349
6273
  * @fileoverview added by tsickle
5350
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6274
+ * Generated from: gridster/lib/gridsterResizable.service.ts
6275
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5351
6276
  */
5352
6277
  var GridsterResizable = /** @class */ (function () {
5353
6278
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5889,11 +6814,87 @@
5889
6814
  { type: core.NgZone }
5890
6815
  ]; };
5891
6816
  return GridsterResizable;
5892
- }());
6817
+ }());
6818
+ if (false) {
6819
+ /** @type {?} */
6820
+ GridsterResizable.prototype.gridsterItem;
6821
+ /** @type {?} */
6822
+ GridsterResizable.prototype.gridster;
6823
+ /** @type {?} */
6824
+ GridsterResizable.prototype.lastMouse;
6825
+ /** @type {?} */
6826
+ GridsterResizable.prototype.itemBackup;
6827
+ /** @type {?} */
6828
+ GridsterResizable.prototype.resizeEventScrollType;
6829
+ /** @type {?} */
6830
+ GridsterResizable.prototype.directionFunction;
6831
+ /** @type {?} */
6832
+ GridsterResizable.prototype.dragFunction;
6833
+ /** @type {?} */
6834
+ GridsterResizable.prototype.dragStopFunction;
6835
+ /** @type {?} */
6836
+ GridsterResizable.prototype.resizeEnabled;
6837
+ /** @type {?} */
6838
+ GridsterResizable.prototype.mousemove;
6839
+ /** @type {?} */
6840
+ GridsterResizable.prototype.mouseup;
6841
+ /** @type {?} */
6842
+ GridsterResizable.prototype.mouseleave;
6843
+ /** @type {?} */
6844
+ GridsterResizable.prototype.cancelOnBlur;
6845
+ /** @type {?} */
6846
+ GridsterResizable.prototype.touchmove;
6847
+ /** @type {?} */
6848
+ GridsterResizable.prototype.touchend;
6849
+ /** @type {?} */
6850
+ GridsterResizable.prototype.touchcancel;
6851
+ /** @type {?} */
6852
+ GridsterResizable.prototype.push;
6853
+ /** @type {?} */
6854
+ GridsterResizable.prototype.pushResize;
6855
+ /** @type {?} */
6856
+ GridsterResizable.prototype.minHeight;
6857
+ /** @type {?} */
6858
+ GridsterResizable.prototype.minWidth;
6859
+ /** @type {?} */
6860
+ GridsterResizable.prototype.offsetTop;
6861
+ /** @type {?} */
6862
+ GridsterResizable.prototype.offsetLeft;
6863
+ /** @type {?} */
6864
+ GridsterResizable.prototype.diffTop;
6865
+ /** @type {?} */
6866
+ GridsterResizable.prototype.diffLeft;
6867
+ /** @type {?} */
6868
+ GridsterResizable.prototype.diffRight;
6869
+ /** @type {?} */
6870
+ GridsterResizable.prototype.diffBottom;
6871
+ /** @type {?} */
6872
+ GridsterResizable.prototype.margin;
6873
+ /** @type {?} */
6874
+ GridsterResizable.prototype.top;
6875
+ /** @type {?} */
6876
+ GridsterResizable.prototype.left;
6877
+ /** @type {?} */
6878
+ GridsterResizable.prototype.bottom;
6879
+ /** @type {?} */
6880
+ GridsterResizable.prototype.right;
6881
+ /** @type {?} */
6882
+ GridsterResizable.prototype.width;
6883
+ /** @type {?} */
6884
+ GridsterResizable.prototype.height;
6885
+ /** @type {?} */
6886
+ GridsterResizable.prototype.newPosition;
6887
+ /**
6888
+ * @type {?}
6889
+ * @private
6890
+ */
6891
+ GridsterResizable.prototype.zone;
6892
+ }
5893
6893
 
5894
6894
  /**
5895
6895
  * @fileoverview added by tsickle
5896
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6896
+ * Generated from: gridster/lib/gridsterItem.component.ts
6897
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5897
6898
  */
5898
6899
  var GridsterItemComponent = /** @class */ (function () {
5899
6900
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6074,7 +7075,7 @@
6074
7075
  selector: 'gridster-item',
6075
7076
  template: "<ng-content></ng-content>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.s || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-s\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.e || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-e\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.n || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-n\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.w || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-w\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.se || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-se\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.ne || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-ne\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.sw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-sw\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.nw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-nw\"></div>\r\n",
6076
7077
  encapsulation: core.ViewEncapsulation.None,
6077
- styles: ["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}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
7078
+ styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{-webkit-transition:none;transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
6078
7079
  }] }
6079
7080
  ];
6080
7081
  /** @nocollapse */
@@ -6088,11 +7089,45 @@
6088
7089
  item: [{ type: core.Input }]
6089
7090
  };
6090
7091
  return GridsterItemComponent;
6091
- }());
7092
+ }());
7093
+ if (false) {
7094
+ /** @type {?} */
7095
+ GridsterItemComponent.prototype.item;
7096
+ /** @type {?} */
7097
+ GridsterItemComponent.prototype.$item;
7098
+ /** @type {?} */
7099
+ GridsterItemComponent.prototype.el;
7100
+ /** @type {?} */
7101
+ GridsterItemComponent.prototype.gridster;
7102
+ /** @type {?} */
7103
+ GridsterItemComponent.prototype.top;
7104
+ /** @type {?} */
7105
+ GridsterItemComponent.prototype.left;
7106
+ /** @type {?} */
7107
+ GridsterItemComponent.prototype.width;
7108
+ /** @type {?} */
7109
+ GridsterItemComponent.prototype.height;
7110
+ /** @type {?} */
7111
+ GridsterItemComponent.prototype.drag;
7112
+ /** @type {?} */
7113
+ GridsterItemComponent.prototype.resize;
7114
+ /** @type {?} */
7115
+ GridsterItemComponent.prototype.notPlaced;
7116
+ /** @type {?} */
7117
+ GridsterItemComponent.prototype.init;
7118
+ /** @type {?} */
7119
+ GridsterItemComponent.prototype.renderer;
7120
+ /**
7121
+ * @type {?}
7122
+ * @private
7123
+ */
7124
+ GridsterItemComponent.prototype.zone;
7125
+ }
6092
7126
 
6093
7127
  /**
6094
7128
  * @fileoverview added by tsickle
6095
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7129
+ * Generated from: gridster/lib/gridsterPreview.component.ts
7130
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6096
7131
  */
6097
7132
  var GridsterPreviewComponent = /** @class */ (function () {
6098
7133
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6147,11 +7182,20 @@
6147
7182
  { type: core.Renderer2 }
6148
7183
  ]; };
6149
7184
  return GridsterPreviewComponent;
6150
- }());
7185
+ }());
7186
+ if (false) {
7187
+ /** @type {?} */
7188
+ GridsterPreviewComponent.prototype.el;
7189
+ /** @type {?} */
7190
+ GridsterPreviewComponent.prototype.gridster;
7191
+ /** @type {?} */
7192
+ GridsterPreviewComponent.prototype.renderer;
7193
+ }
6151
7194
 
6152
7195
  /**
6153
7196
  * @fileoverview added by tsickle
6154
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7197
+ * Generated from: gridster/lib/gridster.module.ts
7198
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6155
7199
  */
6156
7200
  var GridsterModule = /** @class */ (function () {
6157
7201
  function GridsterModule() {
@@ -6176,7 +7220,8 @@
6176
7220
 
6177
7221
  /**
6178
7222
  * @fileoverview added by tsickle
6179
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7223
+ * Generated from: lib/ra.dashboard.module.ts
7224
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6180
7225
  */
6181
7226
  /** @type {?} */
6182
7227
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6217,7 +7262,8 @@
6217
7262
 
6218
7263
  /**
6219
7264
  * @fileoverview added by tsickle
6220
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7265
+ * Generated from: lib/ra.base.dashboard.template.ts
7266
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6221
7267
  */
6222
7268
  /**
6223
7269
  * @abstract
@@ -6261,11 +7307,36 @@
6261
7307
  initialize: [{ type: core.Input }]
6262
7308
  };
6263
7309
  return RaBaseDashboardTemplate;
6264
- }());
7310
+ }());
7311
+ if (false) {
7312
+ /** @type {?} */
7313
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7314
+ /** @type {?} */
7315
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7316
+ /** @type {?} */
7317
+ RaBaseDashboardTemplate.prototype.appConfig;
7318
+ /** @type {?} */
7319
+ RaBaseDashboardTemplate.prototype.dashboardId;
7320
+ /** @type {?} */
7321
+ RaBaseDashboardTemplate.prototype.globalFilter;
7322
+ /** @type {?} */
7323
+ RaBaseDashboardTemplate.prototype.initialize;
7324
+ /**
7325
+ * @type {?}
7326
+ * @private
7327
+ */
7328
+ RaBaseDashboardTemplate.prototype.ngZone;
7329
+ /**
7330
+ * @abstract
7331
+ * @return {?}
7332
+ */
7333
+ RaBaseDashboardTemplate.prototype.init = function () { };
7334
+ }
6265
7335
 
6266
7336
  /**
6267
7337
  * @fileoverview added by tsickle
6268
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7338
+ * Generated from: lib/ra.base.dashboard.filter.ts
7339
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6269
7340
  */
6270
7341
  /**
6271
7342
  * @abstract
@@ -6319,7 +7390,42 @@
6319
7390
  clearAllData: [{ type: core.Input }]
6320
7391
  };
6321
7392
  return RaBaseDashboardFilter;
6322
- }());
7393
+ }());
7394
+ if (false) {
7395
+ /**
7396
+ * @type {?}
7397
+ * @private
7398
+ */
7399
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7400
+ /** @type {?} */
7401
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
7402
+ /** @type {?} */
7403
+ RaBaseDashboardFilter.prototype.isValidEntry;
7404
+ /** @type {?} */
7405
+ RaBaseDashboardFilter.prototype.clearAllData;
7406
+ /**
7407
+ * @abstract
7408
+ * @return {?}
7409
+ */
7410
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7411
+ /**
7412
+ * @abstract
7413
+ * @param {?} filter
7414
+ * @param {?} appConfig
7415
+ * @return {?}
7416
+ */
7417
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7418
+ /**
7419
+ * @abstract
7420
+ * @return {?}
7421
+ */
7422
+ RaBaseDashboardFilter.prototype.clearData = function () { };
7423
+ /**
7424
+ * @abstract
7425
+ * @return {?}
7426
+ */
7427
+ RaBaseDashboardFilter.prototype.isValid = function () { };
7428
+ }
6323
7429
 
6324
7430
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
6325
7431
  exports.RADashboardArea = RADashboardArea;
@@ -6338,5 +7444,5 @@
6338
7444
 
6339
7445
  Object.defineProperty(exports, '__esModule', { value: true });
6340
7446
 
6341
- }));
7447
+ })));
6342
7448
  //# sourceMappingURL=schneideress-dashboardframework.umd.js.map