@schneideress/dashboardframework 0.0.101 → 0.0.103

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 +1180 -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 +12 -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 +12 -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 +1060 -70
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1063 -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 {?}
@@ -1485,18 +1888,22 @@
1485
1888
  switch (this.lockStatus) {
1486
1889
  case widgetframework.RaWidgetlockStatus.Locked: {
1487
1890
  this.lockClass = "fas fa-lock locked";
1891
+ this.lockVisible = false;
1488
1892
  break;
1489
1893
  }
1490
1894
  case widgetframework.RaWidgetlockStatus.Unlocked: {
1491
1895
  this.lockClass = "unlocked";
1896
+ this.lockVisible = true;
1492
1897
  break;
1493
1898
  }
1494
1899
  case widgetframework.RaWidgetlockStatus.PartiallyLocked: {
1495
1900
  this.lockClass = "fas fa-lock partiallocked";
1901
+ this.lockVisible = false;
1496
1902
  break;
1497
1903
  }
1498
1904
  default: {
1499
1905
  this.lockClass = "unlocked";
1906
+ this.lockVisible = true;
1500
1907
  break;
1501
1908
  }
1502
1909
  }
@@ -1604,8 +2011,8 @@
1604
2011
  RAWidgetContainer.decorators = [
1605
2012
  { type: core.Component, args: [{
1606
2013
  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}"]
2014
+ 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>",
2015
+ 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
2016
  }] }
1610
2017
  ];
1611
2018
  /** @nocollapse */
@@ -1634,11 +2041,118 @@
1634
2041
  setResized: [{ type: core.Input, args: ['dom-resized',] }]
1635
2042
  };
1636
2043
  return RAWidgetContainer;
1637
- }());
2044
+ }());
2045
+ if (false) {
2046
+ /** @type {?} */
2047
+ RAWidgetContainer.prototype.showPanel;
2048
+ /**
2049
+ * @type {?}
2050
+ * @private
2051
+ */
2052
+ RAWidgetContainer.prototype.isWidgetLoaded;
2053
+ /**
2054
+ * @type {?}
2055
+ * @private
2056
+ */
2057
+ RAWidgetContainer.prototype.widgetElement;
2058
+ /**
2059
+ * @type {?}
2060
+ * @private
2061
+ */
2062
+ RAWidgetContainer.prototype.configChanged;
2063
+ /**
2064
+ * @type {?}
2065
+ * @private
2066
+ */
2067
+ RAWidgetContainer.prototype.isIEOrEdge;
2068
+ /** @type {?} */
2069
+ RAWidgetContainer.prototype.widgetHeight;
2070
+ /** @type {?} */
2071
+ RAWidgetContainer.prototype.lockClass;
2072
+ /** @type {?} */
2073
+ RAWidgetContainer.prototype.lockStatus;
2074
+ /** @type {?} */
2075
+ RAWidgetContainer.prototype.isDownloadIconVisible;
2076
+ /** @type {?} */
2077
+ RAWidgetContainer.prototype.dropDownShown;
2078
+ /** @type {?} */
2079
+ RAWidgetContainer.prototype.isDownloadChartVisible;
2080
+ /** @type {?} */
2081
+ RAWidgetContainer.prototype.downloadIconType;
2082
+ /** @type {?} */
2083
+ RAWidgetContainer.prototype.enableTitleLine;
2084
+ /** @type {?} */
2085
+ RAWidgetContainer.prototype.toolTipValue;
2086
+ /** @type {?} */
2087
+ RAWidgetContainer.prototype.toolTipWidth;
2088
+ /** @type {?} */
2089
+ RAWidgetContainer.prototype.ctlWidget;
2090
+ /** @type {?} */
2091
+ RAWidgetContainer.prototype.widgetDropdown;
2092
+ /** @type {?} */
2093
+ RAWidgetContainer.prototype.widgetDownload;
2094
+ /** @type {?} */
2095
+ RAWidgetContainer.prototype.searchInput;
2096
+ /** @type {?} */
2097
+ RAWidgetContainer.prototype.widgetInstanceId;
2098
+ /** @type {?} */
2099
+ RAWidgetContainer.prototype.globalFilter;
2100
+ /** @type {?} */
2101
+ RAWidgetContainer.prototype.data;
2102
+ /** @type {?} */
2103
+ RAWidgetContainer.prototype.raDashboardEventBus;
2104
+ /** @type {?} */
2105
+ RAWidgetContainer.prototype.appConfig;
2106
+ /** @type {?} */
2107
+ RAWidgetContainer.prototype.width;
2108
+ /** @type {?} */
2109
+ RAWidgetContainer.prototype.height;
2110
+ /** @type {?} */
2111
+ RAWidgetContainer.prototype.gridCellHeight;
2112
+ /** @type {?} */
2113
+ RAWidgetContainer.prototype.widgetDeleted;
2114
+ /** @type {?} */
2115
+ RAWidgetContainer.prototype.lockTitle;
2116
+ /** @type {?} */
2117
+ RAWidgetContainer.prototype.domResized;
2118
+ /** @type {?} */
2119
+ RAWidgetContainer.prototype.lockVisible;
2120
+ /**
2121
+ * @type {?}
2122
+ * @private
2123
+ */
2124
+ RAWidgetContainer.prototype.dashboardService;
2125
+ /**
2126
+ * @type {?}
2127
+ * @private
2128
+ */
2129
+ RAWidgetContainer.prototype.ngxService;
2130
+ /**
2131
+ * @type {?}
2132
+ * @private
2133
+ */
2134
+ RAWidgetContainer.prototype.translateService;
2135
+ /**
2136
+ * @type {?}
2137
+ * @private
2138
+ */
2139
+ RAWidgetContainer.prototype.ngZone;
2140
+ /**
2141
+ * @type {?}
2142
+ * @private
2143
+ */
2144
+ RAWidgetContainer.prototype.notifier;
2145
+ /**
2146
+ * @type {?}
2147
+ * @private
2148
+ */
2149
+ RAWidgetContainer.prototype.renderer;
2150
+ }
1638
2151
 
1639
2152
  /**
1640
2153
  * @fileoverview added by tsickle
1641
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2154
+ * Generated from: lib/custom.notifier.options.ts
2155
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1642
2156
  */
1643
2157
  /** @type {?} */
1644
2158
  var customNotifierOptions = {
@@ -1684,7 +2198,8 @@
1684
2198
 
1685
2199
  /**
1686
2200
  * @fileoverview added by tsickle
1687
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2201
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
2202
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1688
2203
  */
1689
2204
  /** @type {?} */
1690
2205
  var GridsterConfigService = {
@@ -1862,7 +2377,8 @@
1862
2377
 
1863
2378
  /**
1864
2379
  * @fileoverview added by tsickle
1865
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2380
+ * Generated from: gridster/lib/gridsterUtils.service.ts
2381
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1866
2382
  */
1867
2383
  var GridsterUtils = /** @class */ (function () {
1868
2384
  function GridsterUtils() {
@@ -2037,7 +2553,8 @@
2037
2553
 
2038
2554
  /**
2039
2555
  * @fileoverview added by tsickle
2040
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2556
+ * Generated from: gridster/lib/gridster.interface.ts
2557
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2041
2558
  */
2042
2559
  /**
2043
2560
  * @abstract
@@ -2049,11 +2566,86 @@
2049
2566
  function GridsterComponentInterface() {
2050
2567
  }
2051
2568
  return GridsterComponentInterface;
2052
- }());
2569
+ }());
2570
+ if (false) {
2571
+ /** @type {?} */
2572
+ GridsterComponentInterface.prototype.$options;
2573
+ /** @type {?} */
2574
+ GridsterComponentInterface.prototype.grid;
2575
+ /** @type {?} */
2576
+ GridsterComponentInterface.prototype.checkCollision;
2577
+ /** @type {?} */
2578
+ GridsterComponentInterface.prototype.positionXToPixels;
2579
+ /** @type {?} */
2580
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2581
+ /** @type {?} */
2582
+ GridsterComponentInterface.prototype.positionYToPixels;
2583
+ /** @type {?} */
2584
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2585
+ /** @type {?} */
2586
+ GridsterComponentInterface.prototype.findItemWithItem;
2587
+ /** @type {?} */
2588
+ GridsterComponentInterface.prototype.findItemsWithItem;
2589
+ /** @type {?} */
2590
+ GridsterComponentInterface.prototype.checkGridCollision;
2591
+ /** @type {?} */
2592
+ GridsterComponentInterface.prototype.el;
2593
+ /** @type {?} */
2594
+ GridsterComponentInterface.prototype.renderer;
2595
+ /** @type {?} */
2596
+ GridsterComponentInterface.prototype.gridRenderer;
2597
+ /** @type {?} */
2598
+ GridsterComponentInterface.prototype.cdRef;
2599
+ /** @type {?} */
2600
+ GridsterComponentInterface.prototype.options;
2601
+ /** @type {?} */
2602
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2603
+ /** @type {?} */
2604
+ GridsterComponentInterface.prototype.updateGrid;
2605
+ /** @type {?} */
2606
+ GridsterComponentInterface.prototype.movingItem;
2607
+ /** @type {?} */
2608
+ GridsterComponentInterface.prototype.addItem;
2609
+ /** @type {?} */
2610
+ GridsterComponentInterface.prototype.removeItem;
2611
+ /** @type {?} */
2612
+ GridsterComponentInterface.prototype.previewStyle;
2613
+ /** @type {?} */
2614
+ GridsterComponentInterface.prototype.mobile;
2615
+ /** @type {?} */
2616
+ GridsterComponentInterface.prototype.curWidth;
2617
+ /** @type {?} */
2618
+ GridsterComponentInterface.prototype.curHeight;
2619
+ /** @type {?} */
2620
+ GridsterComponentInterface.prototype.columns;
2621
+ /** @type {?} */
2622
+ GridsterComponentInterface.prototype.rows;
2623
+ /** @type {?} */
2624
+ GridsterComponentInterface.prototype.curColWidth;
2625
+ /** @type {?} */
2626
+ GridsterComponentInterface.prototype.curRowHeight;
2627
+ /** @type {?} */
2628
+ GridsterComponentInterface.prototype.windowResize;
2629
+ /** @type {?} */
2630
+ GridsterComponentInterface.prototype.setGridDimensions;
2631
+ /** @type {?} */
2632
+ GridsterComponentInterface.prototype.dragInProgress;
2633
+ /** @type {?} */
2634
+ GridsterComponentInterface.prototype.emptyCell;
2635
+ /** @type {?} */
2636
+ GridsterComponentInterface.prototype.compact;
2637
+ /** @type {?} */
2638
+ GridsterComponentInterface.prototype.zone;
2639
+ /** @type {?} */
2640
+ GridsterComponentInterface.prototype.gridRows;
2641
+ /** @type {?} */
2642
+ GridsterComponentInterface.prototype.gridColumns;
2643
+ }
2053
2644
 
2054
2645
  /**
2055
2646
  * @fileoverview added by tsickle
2056
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2647
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2648
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2057
2649
  */
2058
2650
  var GridsterEmptyCell = /** @class */ (function () {
2059
2651
  function GridsterEmptyCell(gridster) {
@@ -2370,11 +2962,45 @@
2370
2962
  { type: GridsterComponentInterface }
2371
2963
  ]; };
2372
2964
  return GridsterEmptyCell;
2373
- }());
2965
+ }());
2966
+ if (false) {
2967
+ /** @type {?} */
2968
+ GridsterEmptyCell.prototype.initialItem;
2969
+ /** @type {?} */
2970
+ GridsterEmptyCell.prototype.emptyCellClick;
2971
+ /** @type {?} */
2972
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2973
+ /** @type {?} */
2974
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2975
+ /** @type {?} */
2976
+ GridsterEmptyCell.prototype.emptyCellDrop;
2977
+ /** @type {?} */
2978
+ GridsterEmptyCell.prototype.emptyCellDrag;
2979
+ /** @type {?} */
2980
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2981
+ /** @type {?} */
2982
+ GridsterEmptyCell.prototype.emptyCellMMove;
2983
+ /** @type {?} */
2984
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2985
+ /** @type {?} */
2986
+ GridsterEmptyCell.prototype.emptyCellUp;
2987
+ /** @type {?} */
2988
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2989
+ /** @type {?} */
2990
+ GridsterEmptyCell.prototype.emptyCellMove;
2991
+ /** @type {?} */
2992
+ GridsterEmptyCell.prototype.emptyCellExit;
2993
+ /**
2994
+ * @type {?}
2995
+ * @private
2996
+ */
2997
+ GridsterEmptyCell.prototype.gridster;
2998
+ }
2374
2999
 
2375
3000
  /**
2376
3001
  * @fileoverview added by tsickle
2377
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3002
+ * Generated from: gridster/lib/gridsterCompact.service.ts
3003
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2378
3004
  */
2379
3005
  var GridsterCompact = /** @class */ (function () {
2380
3006
  function GridsterCompact(gridster) {
@@ -2612,11 +3238,19 @@
2612
3238
  { type: GridsterComponentInterface }
2613
3239
  ]; };
2614
3240
  return GridsterCompact;
2615
- }());
3241
+ }());
3242
+ if (false) {
3243
+ /**
3244
+ * @type {?}
3245
+ * @private
3246
+ */
3247
+ GridsterCompact.prototype.gridster;
3248
+ }
2616
3249
 
2617
3250
  /**
2618
3251
  * @fileoverview added by tsickle
2619
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3252
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
3253
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2620
3254
  */
2621
3255
  var GridsterRenderer = /** @class */ (function () {
2622
3256
  function GridsterRenderer(gridster) {
@@ -2923,11 +3557,19 @@
2923
3557
  { type: GridsterComponentInterface }
2924
3558
  ]; };
2925
3559
  return GridsterRenderer;
2926
- }());
3560
+ }());
3561
+ if (false) {
3562
+ /**
3563
+ * @type {?}
3564
+ * @private
3565
+ */
3566
+ GridsterRenderer.prototype.gridster;
3567
+ }
2927
3568
 
2928
3569
  /**
2929
3570
  * @fileoverview added by tsickle
2930
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3571
+ * Generated from: gridster/lib/gridster.component.ts
3572
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2931
3573
  */
2932
3574
  var GridsterComponent = /** @class */ (function () {
2933
3575
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3082,6 +3724,17 @@
3082
3724
  if (this.options.destroyCallback) {
3083
3725
  this.options.destroyCallback(this);
3084
3726
  }
3727
+ //if (this.options.api) {
3728
+ /* this.options.api getting undefined for new dashboard load- temp fix
3729
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3730
+ * ondestroy of current this.options.api instance - needs to investigate further
3731
+ */
3732
+ if (false) {
3733
+ this.options.api.resize = undefined;
3734
+ this.options.api.optionsChanged = undefined;
3735
+ this.options.api.getNextPossiblePosition = undefined;
3736
+ this.options.api = undefined;
3737
+ }
3085
3738
  this.emptyCell.destroy();
3086
3739
  delete this.emptyCell;
3087
3740
  this.compact.destroy();
@@ -3644,7 +4297,7 @@
3644
4297
  selector: 'gridster',
3645
4298
  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
4299
  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}"]
4300
+ 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
4301
  }] }
3649
4302
  ];
3650
4303
  /** @nocollapse */
@@ -3658,11 +4311,62 @@
3658
4311
  options: [{ type: core.Input }]
3659
4312
  };
3660
4313
  return GridsterComponent;
3661
- }());
4314
+ }());
4315
+ if (false) {
4316
+ /** @type {?} */
4317
+ GridsterComponent.prototype.options;
4318
+ /** @type {?} */
4319
+ GridsterComponent.prototype.calculateLayoutDebounce;
4320
+ /** @type {?} */
4321
+ GridsterComponent.prototype.movingItem;
4322
+ /** @type {?} */
4323
+ GridsterComponent.prototype.previewStyle;
4324
+ /** @type {?} */
4325
+ GridsterComponent.prototype.el;
4326
+ /** @type {?} */
4327
+ GridsterComponent.prototype.$options;
4328
+ /** @type {?} */
4329
+ GridsterComponent.prototype.mobile;
4330
+ /** @type {?} */
4331
+ GridsterComponent.prototype.curWidth;
4332
+ /** @type {?} */
4333
+ GridsterComponent.prototype.curHeight;
4334
+ /** @type {?} */
4335
+ GridsterComponent.prototype.grid;
4336
+ /** @type {?} */
4337
+ GridsterComponent.prototype.columns;
4338
+ /** @type {?} */
4339
+ GridsterComponent.prototype.rows;
4340
+ /** @type {?} */
4341
+ GridsterComponent.prototype.curColWidth;
4342
+ /** @type {?} */
4343
+ GridsterComponent.prototype.curRowHeight;
4344
+ /** @type {?} */
4345
+ GridsterComponent.prototype.gridColumns;
4346
+ /** @type {?} */
4347
+ GridsterComponent.prototype.gridRows;
4348
+ /** @type {?} */
4349
+ GridsterComponent.prototype.windowResize;
4350
+ /** @type {?} */
4351
+ GridsterComponent.prototype.dragInProgress;
4352
+ /** @type {?} */
4353
+ GridsterComponent.prototype.emptyCell;
4354
+ /** @type {?} */
4355
+ GridsterComponent.prototype.compact;
4356
+ /** @type {?} */
4357
+ GridsterComponent.prototype.gridRenderer;
4358
+ /** @type {?} */
4359
+ GridsterComponent.prototype.renderer;
4360
+ /** @type {?} */
4361
+ GridsterComponent.prototype.cdRef;
4362
+ /** @type {?} */
4363
+ GridsterComponent.prototype.zone;
4364
+ }
3662
4365
 
3663
4366
  /**
3664
4367
  * @fileoverview added by tsickle
3665
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4368
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4369
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3666
4370
  */
3667
4371
  /**
3668
4372
  * @abstract
@@ -3674,11 +4378,50 @@
3674
4378
  function GridsterItemComponentInterface() {
3675
4379
  }
3676
4380
  return GridsterItemComponentInterface;
3677
- }());
4381
+ }());
4382
+ if (false) {
4383
+ /** @type {?} */
4384
+ GridsterItemComponentInterface.prototype.item;
4385
+ /** @type {?} */
4386
+ GridsterItemComponentInterface.prototype.$item;
4387
+ /** @type {?} */
4388
+ GridsterItemComponentInterface.prototype.top;
4389
+ /** @type {?} */
4390
+ GridsterItemComponentInterface.prototype.left;
4391
+ /** @type {?} */
4392
+ GridsterItemComponentInterface.prototype.width;
4393
+ /** @type {?} */
4394
+ GridsterItemComponentInterface.prototype.height;
4395
+ /** @type {?} */
4396
+ GridsterItemComponentInterface.prototype.drag;
4397
+ /** @type {?} */
4398
+ GridsterItemComponentInterface.prototype.resize;
4399
+ /** @type {?} */
4400
+ GridsterItemComponentInterface.prototype.notPlaced;
4401
+ /** @type {?} */
4402
+ GridsterItemComponentInterface.prototype.updateOptions;
4403
+ /** @type {?} */
4404
+ GridsterItemComponentInterface.prototype.itemChanged;
4405
+ /** @type {?} */
4406
+ GridsterItemComponentInterface.prototype.setSize;
4407
+ /** @type {?} */
4408
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4409
+ /** @type {?} */
4410
+ GridsterItemComponentInterface.prototype.canBeDragged;
4411
+ /** @type {?} */
4412
+ GridsterItemComponentInterface.prototype.canBeResized;
4413
+ /** @type {?} */
4414
+ GridsterItemComponentInterface.prototype.el;
4415
+ /** @type {?} */
4416
+ GridsterItemComponentInterface.prototype.gridster;
4417
+ /** @type {?} */
4418
+ GridsterItemComponentInterface.prototype.renderer;
4419
+ }
3678
4420
 
3679
4421
  /**
3680
4422
  * @fileoverview added by tsickle
3681
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4423
+ * Generated from: gridster/lib/gridsterSwap.service.ts
4424
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3682
4425
  */
3683
4426
  var GridsterSwap = /** @class */ (function () {
3684
4427
  function GridsterSwap(gridsterItem) {
@@ -3806,11 +4549,29 @@
3806
4549
  { type: GridsterItemComponentInterface }
3807
4550
  ]; };
3808
4551
  return GridsterSwap;
3809
- }());
4552
+ }());
4553
+ if (false) {
4554
+ /**
4555
+ * @type {?}
4556
+ * @private
4557
+ */
4558
+ GridsterSwap.prototype.swapedItem;
4559
+ /**
4560
+ * @type {?}
4561
+ * @private
4562
+ */
4563
+ GridsterSwap.prototype.gridsterItem;
4564
+ /**
4565
+ * @type {?}
4566
+ * @private
4567
+ */
4568
+ GridsterSwap.prototype.gridster;
4569
+ }
3810
4570
 
3811
4571
  /**
3812
4572
  * @fileoverview added by tsickle
3813
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4573
+ * Generated from: gridster/lib/gridsterScroll.service.ts
4574
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3814
4575
  */
3815
4576
  /** @type {?} */
3816
4577
  var scrollSensitivity;
@@ -4005,7 +4766,8 @@
4005
4766
 
4006
4767
  /**
4007
4768
  * @fileoverview added by tsickle
4008
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4769
+ * Generated from: gridster/lib/gridsterPush.service.ts
4770
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4009
4771
  */
4010
4772
  var GridsterPush = /** @class */ (function () {
4011
4773
  function GridsterPush(gridsterItem) {
@@ -4495,11 +5257,62 @@
4495
5257
  { type: GridsterItemComponentInterface }
4496
5258
  ]; };
4497
5259
  return GridsterPush;
4498
- }());
5260
+ }());
5261
+ if (false) {
5262
+ /** @type {?} */
5263
+ GridsterPush.prototype.fromSouth;
5264
+ /** @type {?} */
5265
+ GridsterPush.prototype.fromNorth;
5266
+ /** @type {?} */
5267
+ GridsterPush.prototype.fromEast;
5268
+ /** @type {?} */
5269
+ GridsterPush.prototype.fromWest;
5270
+ /**
5271
+ * @type {?}
5272
+ * @private
5273
+ */
5274
+ GridsterPush.prototype.pushedItems;
5275
+ /**
5276
+ * @type {?}
5277
+ * @private
5278
+ */
5279
+ GridsterPush.prototype.pushedItemsTemp;
5280
+ /**
5281
+ * @type {?}
5282
+ * @private
5283
+ */
5284
+ GridsterPush.prototype.pushedItemsTempPath;
5285
+ /**
5286
+ * @type {?}
5287
+ * @private
5288
+ */
5289
+ GridsterPush.prototype.pushedItemsPath;
5290
+ /**
5291
+ * @type {?}
5292
+ * @private
5293
+ */
5294
+ GridsterPush.prototype.gridsterItem;
5295
+ /**
5296
+ * @type {?}
5297
+ * @private
5298
+ */
5299
+ GridsterPush.prototype.gridster;
5300
+ /**
5301
+ * @type {?}
5302
+ * @private
5303
+ */
5304
+ GridsterPush.prototype.pushedItemsOrder;
5305
+ /**
5306
+ * @type {?}
5307
+ * @private
5308
+ */
5309
+ GridsterPush.prototype.tryPattern;
5310
+ }
4499
5311
 
4500
5312
  /**
4501
5313
  * @fileoverview added by tsickle
4502
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5314
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
5315
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4503
5316
  */
4504
5317
  var GridsterDraggable = /** @class */ (function () {
4505
5318
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4803,6 +5616,10 @@
4803
5616
  this.gridsterItem.$item.cols = itemColsbackup;
4804
5617
  this.gridsterItem.$item.rows = itemRowsbackup;
4805
5618
  }
5619
+ else {
5620
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5621
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5622
+ }
4806
5623
  return this.gridsterItem.$item;
4807
5624
  };
4808
5625
  /**
@@ -4959,11 +5776,85 @@
4959
5776
  { type: core.NgZone }
4960
5777
  ]; };
4961
5778
  return GridsterDraggable;
4962
- }());
5779
+ }());
5780
+ if (false) {
5781
+ /** @type {?} */
5782
+ GridsterDraggable.prototype.gridsterItem;
5783
+ /** @type {?} */
5784
+ GridsterDraggable.prototype.gridster;
5785
+ /** @type {?} */
5786
+ GridsterDraggable.prototype.lastMouse;
5787
+ /** @type {?} */
5788
+ GridsterDraggable.prototype.offsetLeft;
5789
+ /** @type {?} */
5790
+ GridsterDraggable.prototype.offsetTop;
5791
+ /** @type {?} */
5792
+ GridsterDraggable.prototype.margin;
5793
+ /** @type {?} */
5794
+ GridsterDraggable.prototype.diffTop;
5795
+ /** @type {?} */
5796
+ GridsterDraggable.prototype.diffLeft;
5797
+ /** @type {?} */
5798
+ GridsterDraggable.prototype.top;
5799
+ /** @type {?} */
5800
+ GridsterDraggable.prototype.left;
5801
+ /** @type {?} */
5802
+ GridsterDraggable.prototype.height;
5803
+ /** @type {?} */
5804
+ GridsterDraggable.prototype.width;
5805
+ /** @type {?} */
5806
+ GridsterDraggable.prototype.positionX;
5807
+ /** @type {?} */
5808
+ GridsterDraggable.prototype.positionY;
5809
+ /** @type {?} */
5810
+ GridsterDraggable.prototype.positionXBackup;
5811
+ /** @type {?} */
5812
+ GridsterDraggable.prototype.positionYBackup;
5813
+ /** @type {?} */
5814
+ GridsterDraggable.prototype.enabled;
5815
+ /** @type {?} */
5816
+ GridsterDraggable.prototype.dragStartFunction;
5817
+ /** @type {?} */
5818
+ GridsterDraggable.prototype.dragFunction;
5819
+ /** @type {?} */
5820
+ GridsterDraggable.prototype.dragStopFunction;
5821
+ /** @type {?} */
5822
+ GridsterDraggable.prototype.mousemove;
5823
+ /** @type {?} */
5824
+ GridsterDraggable.prototype.mouseup;
5825
+ /** @type {?} */
5826
+ GridsterDraggable.prototype.mouseleave;
5827
+ /** @type {?} */
5828
+ GridsterDraggable.prototype.cancelOnBlur;
5829
+ /** @type {?} */
5830
+ GridsterDraggable.prototype.touchmove;
5831
+ /** @type {?} */
5832
+ GridsterDraggable.prototype.touchend;
5833
+ /** @type {?} */
5834
+ GridsterDraggable.prototype.touchcancel;
5835
+ /** @type {?} */
5836
+ GridsterDraggable.prototype.mousedown;
5837
+ /** @type {?} */
5838
+ GridsterDraggable.prototype.touchstart;
5839
+ /** @type {?} */
5840
+ GridsterDraggable.prototype.push;
5841
+ /** @type {?} */
5842
+ GridsterDraggable.prototype.swap;
5843
+ /** @type {?} */
5844
+ GridsterDraggable.prototype.path;
5845
+ /** @type {?} */
5846
+ GridsterDraggable.prototype.collision;
5847
+ /**
5848
+ * @type {?}
5849
+ * @private
5850
+ */
5851
+ GridsterDraggable.prototype.zone;
5852
+ }
4963
5853
 
4964
5854
  /**
4965
5855
  * @fileoverview added by tsickle
4966
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5856
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
5857
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4967
5858
  */
4968
5859
  var GridsterPushResize = /** @class */ (function () {
4969
5860
  function GridsterPushResize(gridsterItem) {
@@ -5343,11 +6234,47 @@
5343
6234
  { type: GridsterItemComponentInterface }
5344
6235
  ]; };
5345
6236
  return GridsterPushResize;
5346
- }());
6237
+ }());
6238
+ if (false) {
6239
+ /** @type {?} */
6240
+ GridsterPushResize.prototype.fromSouth;
6241
+ /** @type {?} */
6242
+ GridsterPushResize.prototype.fromNorth;
6243
+ /** @type {?} */
6244
+ GridsterPushResize.prototype.fromEast;
6245
+ /** @type {?} */
6246
+ GridsterPushResize.prototype.fromWest;
6247
+ /**
6248
+ * @type {?}
6249
+ * @private
6250
+ */
6251
+ GridsterPushResize.prototype.pushedItems;
6252
+ /**
6253
+ * @type {?}
6254
+ * @private
6255
+ */
6256
+ GridsterPushResize.prototype.pushedItemsPath;
6257
+ /**
6258
+ * @type {?}
6259
+ * @private
6260
+ */
6261
+ GridsterPushResize.prototype.gridsterItem;
6262
+ /**
6263
+ * @type {?}
6264
+ * @private
6265
+ */
6266
+ GridsterPushResize.prototype.gridster;
6267
+ /**
6268
+ * @type {?}
6269
+ * @private
6270
+ */
6271
+ GridsterPushResize.prototype.tryPattern;
6272
+ }
5347
6273
 
5348
6274
  /**
5349
6275
  * @fileoverview added by tsickle
5350
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6276
+ * Generated from: gridster/lib/gridsterResizable.service.ts
6277
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5351
6278
  */
5352
6279
  var GridsterResizable = /** @class */ (function () {
5353
6280
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5889,11 +6816,87 @@
5889
6816
  { type: core.NgZone }
5890
6817
  ]; };
5891
6818
  return GridsterResizable;
5892
- }());
6819
+ }());
6820
+ if (false) {
6821
+ /** @type {?} */
6822
+ GridsterResizable.prototype.gridsterItem;
6823
+ /** @type {?} */
6824
+ GridsterResizable.prototype.gridster;
6825
+ /** @type {?} */
6826
+ GridsterResizable.prototype.lastMouse;
6827
+ /** @type {?} */
6828
+ GridsterResizable.prototype.itemBackup;
6829
+ /** @type {?} */
6830
+ GridsterResizable.prototype.resizeEventScrollType;
6831
+ /** @type {?} */
6832
+ GridsterResizable.prototype.directionFunction;
6833
+ /** @type {?} */
6834
+ GridsterResizable.prototype.dragFunction;
6835
+ /** @type {?} */
6836
+ GridsterResizable.prototype.dragStopFunction;
6837
+ /** @type {?} */
6838
+ GridsterResizable.prototype.resizeEnabled;
6839
+ /** @type {?} */
6840
+ GridsterResizable.prototype.mousemove;
6841
+ /** @type {?} */
6842
+ GridsterResizable.prototype.mouseup;
6843
+ /** @type {?} */
6844
+ GridsterResizable.prototype.mouseleave;
6845
+ /** @type {?} */
6846
+ GridsterResizable.prototype.cancelOnBlur;
6847
+ /** @type {?} */
6848
+ GridsterResizable.prototype.touchmove;
6849
+ /** @type {?} */
6850
+ GridsterResizable.prototype.touchend;
6851
+ /** @type {?} */
6852
+ GridsterResizable.prototype.touchcancel;
6853
+ /** @type {?} */
6854
+ GridsterResizable.prototype.push;
6855
+ /** @type {?} */
6856
+ GridsterResizable.prototype.pushResize;
6857
+ /** @type {?} */
6858
+ GridsterResizable.prototype.minHeight;
6859
+ /** @type {?} */
6860
+ GridsterResizable.prototype.minWidth;
6861
+ /** @type {?} */
6862
+ GridsterResizable.prototype.offsetTop;
6863
+ /** @type {?} */
6864
+ GridsterResizable.prototype.offsetLeft;
6865
+ /** @type {?} */
6866
+ GridsterResizable.prototype.diffTop;
6867
+ /** @type {?} */
6868
+ GridsterResizable.prototype.diffLeft;
6869
+ /** @type {?} */
6870
+ GridsterResizable.prototype.diffRight;
6871
+ /** @type {?} */
6872
+ GridsterResizable.prototype.diffBottom;
6873
+ /** @type {?} */
6874
+ GridsterResizable.prototype.margin;
6875
+ /** @type {?} */
6876
+ GridsterResizable.prototype.top;
6877
+ /** @type {?} */
6878
+ GridsterResizable.prototype.left;
6879
+ /** @type {?} */
6880
+ GridsterResizable.prototype.bottom;
6881
+ /** @type {?} */
6882
+ GridsterResizable.prototype.right;
6883
+ /** @type {?} */
6884
+ GridsterResizable.prototype.width;
6885
+ /** @type {?} */
6886
+ GridsterResizable.prototype.height;
6887
+ /** @type {?} */
6888
+ GridsterResizable.prototype.newPosition;
6889
+ /**
6890
+ * @type {?}
6891
+ * @private
6892
+ */
6893
+ GridsterResizable.prototype.zone;
6894
+ }
5893
6895
 
5894
6896
  /**
5895
6897
  * @fileoverview added by tsickle
5896
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6898
+ * Generated from: gridster/lib/gridsterItem.component.ts
6899
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5897
6900
  */
5898
6901
  var GridsterItemComponent = /** @class */ (function () {
5899
6902
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6074,7 +7077,7 @@
6074
7077
  selector: 'gridster-item',
6075
7078
  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
7079
  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}"]
7080
+ 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
7081
  }] }
6079
7082
  ];
6080
7083
  /** @nocollapse */
@@ -6088,11 +7091,45 @@
6088
7091
  item: [{ type: core.Input }]
6089
7092
  };
6090
7093
  return GridsterItemComponent;
6091
- }());
7094
+ }());
7095
+ if (false) {
7096
+ /** @type {?} */
7097
+ GridsterItemComponent.prototype.item;
7098
+ /** @type {?} */
7099
+ GridsterItemComponent.prototype.$item;
7100
+ /** @type {?} */
7101
+ GridsterItemComponent.prototype.el;
7102
+ /** @type {?} */
7103
+ GridsterItemComponent.prototype.gridster;
7104
+ /** @type {?} */
7105
+ GridsterItemComponent.prototype.top;
7106
+ /** @type {?} */
7107
+ GridsterItemComponent.prototype.left;
7108
+ /** @type {?} */
7109
+ GridsterItemComponent.prototype.width;
7110
+ /** @type {?} */
7111
+ GridsterItemComponent.prototype.height;
7112
+ /** @type {?} */
7113
+ GridsterItemComponent.prototype.drag;
7114
+ /** @type {?} */
7115
+ GridsterItemComponent.prototype.resize;
7116
+ /** @type {?} */
7117
+ GridsterItemComponent.prototype.notPlaced;
7118
+ /** @type {?} */
7119
+ GridsterItemComponent.prototype.init;
7120
+ /** @type {?} */
7121
+ GridsterItemComponent.prototype.renderer;
7122
+ /**
7123
+ * @type {?}
7124
+ * @private
7125
+ */
7126
+ GridsterItemComponent.prototype.zone;
7127
+ }
6092
7128
 
6093
7129
  /**
6094
7130
  * @fileoverview added by tsickle
6095
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7131
+ * Generated from: gridster/lib/gridsterPreview.component.ts
7132
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6096
7133
  */
6097
7134
  var GridsterPreviewComponent = /** @class */ (function () {
6098
7135
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6147,11 +7184,20 @@
6147
7184
  { type: core.Renderer2 }
6148
7185
  ]; };
6149
7186
  return GridsterPreviewComponent;
6150
- }());
7187
+ }());
7188
+ if (false) {
7189
+ /** @type {?} */
7190
+ GridsterPreviewComponent.prototype.el;
7191
+ /** @type {?} */
7192
+ GridsterPreviewComponent.prototype.gridster;
7193
+ /** @type {?} */
7194
+ GridsterPreviewComponent.prototype.renderer;
7195
+ }
6151
7196
 
6152
7197
  /**
6153
7198
  * @fileoverview added by tsickle
6154
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7199
+ * Generated from: gridster/lib/gridster.module.ts
7200
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6155
7201
  */
6156
7202
  var GridsterModule = /** @class */ (function () {
6157
7203
  function GridsterModule() {
@@ -6176,7 +7222,8 @@
6176
7222
 
6177
7223
  /**
6178
7224
  * @fileoverview added by tsickle
6179
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7225
+ * Generated from: lib/ra.dashboard.module.ts
7226
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6180
7227
  */
6181
7228
  /** @type {?} */
6182
7229
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6217,7 +7264,8 @@
6217
7264
 
6218
7265
  /**
6219
7266
  * @fileoverview added by tsickle
6220
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7267
+ * Generated from: lib/ra.base.dashboard.template.ts
7268
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6221
7269
  */
6222
7270
  /**
6223
7271
  * @abstract
@@ -6261,11 +7309,36 @@
6261
7309
  initialize: [{ type: core.Input }]
6262
7310
  };
6263
7311
  return RaBaseDashboardTemplate;
6264
- }());
7312
+ }());
7313
+ if (false) {
7314
+ /** @type {?} */
7315
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7316
+ /** @type {?} */
7317
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7318
+ /** @type {?} */
7319
+ RaBaseDashboardTemplate.prototype.appConfig;
7320
+ /** @type {?} */
7321
+ RaBaseDashboardTemplate.prototype.dashboardId;
7322
+ /** @type {?} */
7323
+ RaBaseDashboardTemplate.prototype.globalFilter;
7324
+ /** @type {?} */
7325
+ RaBaseDashboardTemplate.prototype.initialize;
7326
+ /**
7327
+ * @type {?}
7328
+ * @private
7329
+ */
7330
+ RaBaseDashboardTemplate.prototype.ngZone;
7331
+ /**
7332
+ * @abstract
7333
+ * @return {?}
7334
+ */
7335
+ RaBaseDashboardTemplate.prototype.init = function () { };
7336
+ }
6265
7337
 
6266
7338
  /**
6267
7339
  * @fileoverview added by tsickle
6268
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7340
+ * Generated from: lib/ra.base.dashboard.filter.ts
7341
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6269
7342
  */
6270
7343
  /**
6271
7344
  * @abstract
@@ -6319,7 +7392,42 @@
6319
7392
  clearAllData: [{ type: core.Input }]
6320
7393
  };
6321
7394
  return RaBaseDashboardFilter;
6322
- }());
7395
+ }());
7396
+ if (false) {
7397
+ /**
7398
+ * @type {?}
7399
+ * @private
7400
+ */
7401
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7402
+ /** @type {?} */
7403
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
7404
+ /** @type {?} */
7405
+ RaBaseDashboardFilter.prototype.isValidEntry;
7406
+ /** @type {?} */
7407
+ RaBaseDashboardFilter.prototype.clearAllData;
7408
+ /**
7409
+ * @abstract
7410
+ * @return {?}
7411
+ */
7412
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7413
+ /**
7414
+ * @abstract
7415
+ * @param {?} filter
7416
+ * @param {?} appConfig
7417
+ * @return {?}
7418
+ */
7419
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7420
+ /**
7421
+ * @abstract
7422
+ * @return {?}
7423
+ */
7424
+ RaBaseDashboardFilter.prototype.clearData = function () { };
7425
+ /**
7426
+ * @abstract
7427
+ * @return {?}
7428
+ */
7429
+ RaBaseDashboardFilter.prototype.isValid = function () { };
7430
+ }
6323
7431
 
6324
7432
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
6325
7433
  exports.RADashboardArea = RADashboardArea;
@@ -6338,5 +7446,5 @@
6338
7446
 
6339
7447
  Object.defineProperty(exports, '__esModule', { value: true });
6340
7448
 
6341
- }));
7449
+ })));
6342
7450
  //# sourceMappingURL=schneideress-dashboardframework.umd.js.map