@schneideress/dashboardframework 0.0.106 → 0.0.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1178 -68
  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 +3 -2
  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 +3 -2
  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 +3 -2
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +11 -3
  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 +3 -2
  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 +3 -2
  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 +3 -2
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +11 -3
  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 -66
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1061 -69
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. 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) {
@@ -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) {
@@ -1367,6 +1769,13 @@
1367
1769
  else
1368
1770
  _this.showPanel = false;
1369
1771
  }));
1772
+ widgetContainer.widgetElement.addEventListener('config-edit-clicked', (/**
1773
+ * @param {?} e
1774
+ * @return {?}
1775
+ */
1776
+ function (e) {
1777
+ widgetContainer.editWidget();
1778
+ }));
1370
1779
  titleLineEnabled = widgetContainer.widgetElement.titleLineEnabled();
1371
1780
  if (typeof (titleLineEnabled) != 'undefined') {
1372
1781
  this.enableTitleLine = titleLineEnabled;
@@ -1610,7 +2019,7 @@
1610
2019
  { type: core.Component, args: [{
1611
2020
  selector: 'ra-widget-container',
1612
2021
  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>",
1613
- styles: [".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}.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;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}"]
2022
+ styles: [".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}.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;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;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}"]
1614
2023
  }] }
1615
2024
  ];
1616
2025
  /** @nocollapse */
@@ -1639,11 +2048,118 @@
1639
2048
  setResized: [{ type: core.Input, args: ['dom-resized',] }]
1640
2049
  };
1641
2050
  return RAWidgetContainer;
1642
- }());
2051
+ }());
2052
+ if (false) {
2053
+ /** @type {?} */
2054
+ RAWidgetContainer.prototype.showPanel;
2055
+ /**
2056
+ * @type {?}
2057
+ * @private
2058
+ */
2059
+ RAWidgetContainer.prototype.isWidgetLoaded;
2060
+ /**
2061
+ * @type {?}
2062
+ * @private
2063
+ */
2064
+ RAWidgetContainer.prototype.widgetElement;
2065
+ /**
2066
+ * @type {?}
2067
+ * @private
2068
+ */
2069
+ RAWidgetContainer.prototype.configChanged;
2070
+ /**
2071
+ * @type {?}
2072
+ * @private
2073
+ */
2074
+ RAWidgetContainer.prototype.isIEOrEdge;
2075
+ /** @type {?} */
2076
+ RAWidgetContainer.prototype.widgetHeight;
2077
+ /** @type {?} */
2078
+ RAWidgetContainer.prototype.lockClass;
2079
+ /** @type {?} */
2080
+ RAWidgetContainer.prototype.lockStatus;
2081
+ /** @type {?} */
2082
+ RAWidgetContainer.prototype.isDownloadIconVisible;
2083
+ /** @type {?} */
2084
+ RAWidgetContainer.prototype.dropDownShown;
2085
+ /** @type {?} */
2086
+ RAWidgetContainer.prototype.isDownloadChartVisible;
2087
+ /** @type {?} */
2088
+ RAWidgetContainer.prototype.downloadIconType;
2089
+ /** @type {?} */
2090
+ RAWidgetContainer.prototype.enableTitleLine;
2091
+ /** @type {?} */
2092
+ RAWidgetContainer.prototype.toolTipValue;
2093
+ /** @type {?} */
2094
+ RAWidgetContainer.prototype.toolTipWidth;
2095
+ /** @type {?} */
2096
+ RAWidgetContainer.prototype.ctlWidget;
2097
+ /** @type {?} */
2098
+ RAWidgetContainer.prototype.widgetDropdown;
2099
+ /** @type {?} */
2100
+ RAWidgetContainer.prototype.widgetDownload;
2101
+ /** @type {?} */
2102
+ RAWidgetContainer.prototype.searchInput;
2103
+ /** @type {?} */
2104
+ RAWidgetContainer.prototype.widgetInstanceId;
2105
+ /** @type {?} */
2106
+ RAWidgetContainer.prototype.globalFilter;
2107
+ /** @type {?} */
2108
+ RAWidgetContainer.prototype.data;
2109
+ /** @type {?} */
2110
+ RAWidgetContainer.prototype.raDashboardEventBus;
2111
+ /** @type {?} */
2112
+ RAWidgetContainer.prototype.appConfig;
2113
+ /** @type {?} */
2114
+ RAWidgetContainer.prototype.width;
2115
+ /** @type {?} */
2116
+ RAWidgetContainer.prototype.height;
2117
+ /** @type {?} */
2118
+ RAWidgetContainer.prototype.gridCellHeight;
2119
+ /** @type {?} */
2120
+ RAWidgetContainer.prototype.widgetDeleted;
2121
+ /** @type {?} */
2122
+ RAWidgetContainer.prototype.lockTitle;
2123
+ /** @type {?} */
2124
+ RAWidgetContainer.prototype.domResized;
2125
+ /** @type {?} */
2126
+ RAWidgetContainer.prototype.lockVisible;
2127
+ /**
2128
+ * @type {?}
2129
+ * @private
2130
+ */
2131
+ RAWidgetContainer.prototype.dashboardService;
2132
+ /**
2133
+ * @type {?}
2134
+ * @private
2135
+ */
2136
+ RAWidgetContainer.prototype.ngxService;
2137
+ /**
2138
+ * @type {?}
2139
+ * @private
2140
+ */
2141
+ RAWidgetContainer.prototype.translateService;
2142
+ /**
2143
+ * @type {?}
2144
+ * @private
2145
+ */
2146
+ RAWidgetContainer.prototype.ngZone;
2147
+ /**
2148
+ * @type {?}
2149
+ * @private
2150
+ */
2151
+ RAWidgetContainer.prototype.notifier;
2152
+ /**
2153
+ * @type {?}
2154
+ * @private
2155
+ */
2156
+ RAWidgetContainer.prototype.renderer;
2157
+ }
1643
2158
 
1644
2159
  /**
1645
2160
  * @fileoverview added by tsickle
1646
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2161
+ * Generated from: lib/custom.notifier.options.ts
2162
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1647
2163
  */
1648
2164
  /** @type {?} */
1649
2165
  var customNotifierOptions = {
@@ -1689,7 +2205,8 @@
1689
2205
 
1690
2206
  /**
1691
2207
  * @fileoverview added by tsickle
1692
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2208
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
2209
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1693
2210
  */
1694
2211
  /** @type {?} */
1695
2212
  var GridsterConfigService = {
@@ -1867,7 +2384,8 @@
1867
2384
 
1868
2385
  /**
1869
2386
  * @fileoverview added by tsickle
1870
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2387
+ * Generated from: gridster/lib/gridsterUtils.service.ts
2388
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1871
2389
  */
1872
2390
  var GridsterUtils = /** @class */ (function () {
1873
2391
  function GridsterUtils() {
@@ -2042,7 +2560,8 @@
2042
2560
 
2043
2561
  /**
2044
2562
  * @fileoverview added by tsickle
2045
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2563
+ * Generated from: gridster/lib/gridster.interface.ts
2564
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2046
2565
  */
2047
2566
  /**
2048
2567
  * @abstract
@@ -2054,11 +2573,86 @@
2054
2573
  function GridsterComponentInterface() {
2055
2574
  }
2056
2575
  return GridsterComponentInterface;
2057
- }());
2576
+ }());
2577
+ if (false) {
2578
+ /** @type {?} */
2579
+ GridsterComponentInterface.prototype.$options;
2580
+ /** @type {?} */
2581
+ GridsterComponentInterface.prototype.grid;
2582
+ /** @type {?} */
2583
+ GridsterComponentInterface.prototype.checkCollision;
2584
+ /** @type {?} */
2585
+ GridsterComponentInterface.prototype.positionXToPixels;
2586
+ /** @type {?} */
2587
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2588
+ /** @type {?} */
2589
+ GridsterComponentInterface.prototype.positionYToPixels;
2590
+ /** @type {?} */
2591
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2592
+ /** @type {?} */
2593
+ GridsterComponentInterface.prototype.findItemWithItem;
2594
+ /** @type {?} */
2595
+ GridsterComponentInterface.prototype.findItemsWithItem;
2596
+ /** @type {?} */
2597
+ GridsterComponentInterface.prototype.checkGridCollision;
2598
+ /** @type {?} */
2599
+ GridsterComponentInterface.prototype.el;
2600
+ /** @type {?} */
2601
+ GridsterComponentInterface.prototype.renderer;
2602
+ /** @type {?} */
2603
+ GridsterComponentInterface.prototype.gridRenderer;
2604
+ /** @type {?} */
2605
+ GridsterComponentInterface.prototype.cdRef;
2606
+ /** @type {?} */
2607
+ GridsterComponentInterface.prototype.options;
2608
+ /** @type {?} */
2609
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2610
+ /** @type {?} */
2611
+ GridsterComponentInterface.prototype.updateGrid;
2612
+ /** @type {?} */
2613
+ GridsterComponentInterface.prototype.movingItem;
2614
+ /** @type {?} */
2615
+ GridsterComponentInterface.prototype.addItem;
2616
+ /** @type {?} */
2617
+ GridsterComponentInterface.prototype.removeItem;
2618
+ /** @type {?} */
2619
+ GridsterComponentInterface.prototype.previewStyle;
2620
+ /** @type {?} */
2621
+ GridsterComponentInterface.prototype.mobile;
2622
+ /** @type {?} */
2623
+ GridsterComponentInterface.prototype.curWidth;
2624
+ /** @type {?} */
2625
+ GridsterComponentInterface.prototype.curHeight;
2626
+ /** @type {?} */
2627
+ GridsterComponentInterface.prototype.columns;
2628
+ /** @type {?} */
2629
+ GridsterComponentInterface.prototype.rows;
2630
+ /** @type {?} */
2631
+ GridsterComponentInterface.prototype.curColWidth;
2632
+ /** @type {?} */
2633
+ GridsterComponentInterface.prototype.curRowHeight;
2634
+ /** @type {?} */
2635
+ GridsterComponentInterface.prototype.windowResize;
2636
+ /** @type {?} */
2637
+ GridsterComponentInterface.prototype.setGridDimensions;
2638
+ /** @type {?} */
2639
+ GridsterComponentInterface.prototype.dragInProgress;
2640
+ /** @type {?} */
2641
+ GridsterComponentInterface.prototype.emptyCell;
2642
+ /** @type {?} */
2643
+ GridsterComponentInterface.prototype.compact;
2644
+ /** @type {?} */
2645
+ GridsterComponentInterface.prototype.zone;
2646
+ /** @type {?} */
2647
+ GridsterComponentInterface.prototype.gridRows;
2648
+ /** @type {?} */
2649
+ GridsterComponentInterface.prototype.gridColumns;
2650
+ }
2058
2651
 
2059
2652
  /**
2060
2653
  * @fileoverview added by tsickle
2061
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2654
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2655
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2062
2656
  */
2063
2657
  var GridsterEmptyCell = /** @class */ (function () {
2064
2658
  function GridsterEmptyCell(gridster) {
@@ -2375,11 +2969,45 @@
2375
2969
  { type: GridsterComponentInterface }
2376
2970
  ]; };
2377
2971
  return GridsterEmptyCell;
2378
- }());
2972
+ }());
2973
+ if (false) {
2974
+ /** @type {?} */
2975
+ GridsterEmptyCell.prototype.initialItem;
2976
+ /** @type {?} */
2977
+ GridsterEmptyCell.prototype.emptyCellClick;
2978
+ /** @type {?} */
2979
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2980
+ /** @type {?} */
2981
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2982
+ /** @type {?} */
2983
+ GridsterEmptyCell.prototype.emptyCellDrop;
2984
+ /** @type {?} */
2985
+ GridsterEmptyCell.prototype.emptyCellDrag;
2986
+ /** @type {?} */
2987
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2988
+ /** @type {?} */
2989
+ GridsterEmptyCell.prototype.emptyCellMMove;
2990
+ /** @type {?} */
2991
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2992
+ /** @type {?} */
2993
+ GridsterEmptyCell.prototype.emptyCellUp;
2994
+ /** @type {?} */
2995
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2996
+ /** @type {?} */
2997
+ GridsterEmptyCell.prototype.emptyCellMove;
2998
+ /** @type {?} */
2999
+ GridsterEmptyCell.prototype.emptyCellExit;
3000
+ /**
3001
+ * @type {?}
3002
+ * @private
3003
+ */
3004
+ GridsterEmptyCell.prototype.gridster;
3005
+ }
2379
3006
 
2380
3007
  /**
2381
3008
  * @fileoverview added by tsickle
2382
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3009
+ * Generated from: gridster/lib/gridsterCompact.service.ts
3010
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2383
3011
  */
2384
3012
  var GridsterCompact = /** @class */ (function () {
2385
3013
  function GridsterCompact(gridster) {
@@ -2617,11 +3245,19 @@
2617
3245
  { type: GridsterComponentInterface }
2618
3246
  ]; };
2619
3247
  return GridsterCompact;
2620
- }());
3248
+ }());
3249
+ if (false) {
3250
+ /**
3251
+ * @type {?}
3252
+ * @private
3253
+ */
3254
+ GridsterCompact.prototype.gridster;
3255
+ }
2621
3256
 
2622
3257
  /**
2623
3258
  * @fileoverview added by tsickle
2624
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3259
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
3260
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2625
3261
  */
2626
3262
  var GridsterRenderer = /** @class */ (function () {
2627
3263
  function GridsterRenderer(gridster) {
@@ -2928,11 +3564,19 @@
2928
3564
  { type: GridsterComponentInterface }
2929
3565
  ]; };
2930
3566
  return GridsterRenderer;
2931
- }());
3567
+ }());
3568
+ if (false) {
3569
+ /**
3570
+ * @type {?}
3571
+ * @private
3572
+ */
3573
+ GridsterRenderer.prototype.gridster;
3574
+ }
2932
3575
 
2933
3576
  /**
2934
3577
  * @fileoverview added by tsickle
2935
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3578
+ * Generated from: gridster/lib/gridster.component.ts
3579
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2936
3580
  */
2937
3581
  var GridsterComponent = /** @class */ (function () {
2938
3582
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3087,6 +3731,17 @@
3087
3731
  if (this.options.destroyCallback) {
3088
3732
  this.options.destroyCallback(this);
3089
3733
  }
3734
+ //if (this.options.api) {
3735
+ /* this.options.api getting undefined for new dashboard load- temp fix
3736
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3737
+ * ondestroy of current this.options.api instance - needs to investigate further
3738
+ */
3739
+ if (false) {
3740
+ this.options.api.resize = undefined;
3741
+ this.options.api.optionsChanged = undefined;
3742
+ this.options.api.getNextPossiblePosition = undefined;
3743
+ this.options.api = undefined;
3744
+ }
3090
3745
  this.emptyCell.destroy();
3091
3746
  delete this.emptyCell;
3092
3747
  this.compact.destroy();
@@ -3663,11 +4318,62 @@
3663
4318
  options: [{ type: core.Input }]
3664
4319
  };
3665
4320
  return GridsterComponent;
3666
- }());
4321
+ }());
4322
+ if (false) {
4323
+ /** @type {?} */
4324
+ GridsterComponent.prototype.options;
4325
+ /** @type {?} */
4326
+ GridsterComponent.prototype.calculateLayoutDebounce;
4327
+ /** @type {?} */
4328
+ GridsterComponent.prototype.movingItem;
4329
+ /** @type {?} */
4330
+ GridsterComponent.prototype.previewStyle;
4331
+ /** @type {?} */
4332
+ GridsterComponent.prototype.el;
4333
+ /** @type {?} */
4334
+ GridsterComponent.prototype.$options;
4335
+ /** @type {?} */
4336
+ GridsterComponent.prototype.mobile;
4337
+ /** @type {?} */
4338
+ GridsterComponent.prototype.curWidth;
4339
+ /** @type {?} */
4340
+ GridsterComponent.prototype.curHeight;
4341
+ /** @type {?} */
4342
+ GridsterComponent.prototype.grid;
4343
+ /** @type {?} */
4344
+ GridsterComponent.prototype.columns;
4345
+ /** @type {?} */
4346
+ GridsterComponent.prototype.rows;
4347
+ /** @type {?} */
4348
+ GridsterComponent.prototype.curColWidth;
4349
+ /** @type {?} */
4350
+ GridsterComponent.prototype.curRowHeight;
4351
+ /** @type {?} */
4352
+ GridsterComponent.prototype.gridColumns;
4353
+ /** @type {?} */
4354
+ GridsterComponent.prototype.gridRows;
4355
+ /** @type {?} */
4356
+ GridsterComponent.prototype.windowResize;
4357
+ /** @type {?} */
4358
+ GridsterComponent.prototype.dragInProgress;
4359
+ /** @type {?} */
4360
+ GridsterComponent.prototype.emptyCell;
4361
+ /** @type {?} */
4362
+ GridsterComponent.prototype.compact;
4363
+ /** @type {?} */
4364
+ GridsterComponent.prototype.gridRenderer;
4365
+ /** @type {?} */
4366
+ GridsterComponent.prototype.renderer;
4367
+ /** @type {?} */
4368
+ GridsterComponent.prototype.cdRef;
4369
+ /** @type {?} */
4370
+ GridsterComponent.prototype.zone;
4371
+ }
3667
4372
 
3668
4373
  /**
3669
4374
  * @fileoverview added by tsickle
3670
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4375
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4376
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3671
4377
  */
3672
4378
  /**
3673
4379
  * @abstract
@@ -3679,11 +4385,50 @@
3679
4385
  function GridsterItemComponentInterface() {
3680
4386
  }
3681
4387
  return GridsterItemComponentInterface;
3682
- }());
4388
+ }());
4389
+ if (false) {
4390
+ /** @type {?} */
4391
+ GridsterItemComponentInterface.prototype.item;
4392
+ /** @type {?} */
4393
+ GridsterItemComponentInterface.prototype.$item;
4394
+ /** @type {?} */
4395
+ GridsterItemComponentInterface.prototype.top;
4396
+ /** @type {?} */
4397
+ GridsterItemComponentInterface.prototype.left;
4398
+ /** @type {?} */
4399
+ GridsterItemComponentInterface.prototype.width;
4400
+ /** @type {?} */
4401
+ GridsterItemComponentInterface.prototype.height;
4402
+ /** @type {?} */
4403
+ GridsterItemComponentInterface.prototype.drag;
4404
+ /** @type {?} */
4405
+ GridsterItemComponentInterface.prototype.resize;
4406
+ /** @type {?} */
4407
+ GridsterItemComponentInterface.prototype.notPlaced;
4408
+ /** @type {?} */
4409
+ GridsterItemComponentInterface.prototype.updateOptions;
4410
+ /** @type {?} */
4411
+ GridsterItemComponentInterface.prototype.itemChanged;
4412
+ /** @type {?} */
4413
+ GridsterItemComponentInterface.prototype.setSize;
4414
+ /** @type {?} */
4415
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4416
+ /** @type {?} */
4417
+ GridsterItemComponentInterface.prototype.canBeDragged;
4418
+ /** @type {?} */
4419
+ GridsterItemComponentInterface.prototype.canBeResized;
4420
+ /** @type {?} */
4421
+ GridsterItemComponentInterface.prototype.el;
4422
+ /** @type {?} */
4423
+ GridsterItemComponentInterface.prototype.gridster;
4424
+ /** @type {?} */
4425
+ GridsterItemComponentInterface.prototype.renderer;
4426
+ }
3683
4427
 
3684
4428
  /**
3685
4429
  * @fileoverview added by tsickle
3686
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4430
+ * Generated from: gridster/lib/gridsterSwap.service.ts
4431
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3687
4432
  */
3688
4433
  var GridsterSwap = /** @class */ (function () {
3689
4434
  function GridsterSwap(gridsterItem) {
@@ -3811,11 +4556,29 @@
3811
4556
  { type: GridsterItemComponentInterface }
3812
4557
  ]; };
3813
4558
  return GridsterSwap;
3814
- }());
4559
+ }());
4560
+ if (false) {
4561
+ /**
4562
+ * @type {?}
4563
+ * @private
4564
+ */
4565
+ GridsterSwap.prototype.swapedItem;
4566
+ /**
4567
+ * @type {?}
4568
+ * @private
4569
+ */
4570
+ GridsterSwap.prototype.gridsterItem;
4571
+ /**
4572
+ * @type {?}
4573
+ * @private
4574
+ */
4575
+ GridsterSwap.prototype.gridster;
4576
+ }
3815
4577
 
3816
4578
  /**
3817
4579
  * @fileoverview added by tsickle
3818
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4580
+ * Generated from: gridster/lib/gridsterScroll.service.ts
4581
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3819
4582
  */
3820
4583
  /** @type {?} */
3821
4584
  var scrollSensitivity;
@@ -4010,7 +4773,8 @@
4010
4773
 
4011
4774
  /**
4012
4775
  * @fileoverview added by tsickle
4013
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4776
+ * Generated from: gridster/lib/gridsterPush.service.ts
4777
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4014
4778
  */
4015
4779
  var GridsterPush = /** @class */ (function () {
4016
4780
  function GridsterPush(gridsterItem) {
@@ -4500,11 +5264,62 @@
4500
5264
  { type: GridsterItemComponentInterface }
4501
5265
  ]; };
4502
5266
  return GridsterPush;
4503
- }());
5267
+ }());
5268
+ if (false) {
5269
+ /** @type {?} */
5270
+ GridsterPush.prototype.fromSouth;
5271
+ /** @type {?} */
5272
+ GridsterPush.prototype.fromNorth;
5273
+ /** @type {?} */
5274
+ GridsterPush.prototype.fromEast;
5275
+ /** @type {?} */
5276
+ GridsterPush.prototype.fromWest;
5277
+ /**
5278
+ * @type {?}
5279
+ * @private
5280
+ */
5281
+ GridsterPush.prototype.pushedItems;
5282
+ /**
5283
+ * @type {?}
5284
+ * @private
5285
+ */
5286
+ GridsterPush.prototype.pushedItemsTemp;
5287
+ /**
5288
+ * @type {?}
5289
+ * @private
5290
+ */
5291
+ GridsterPush.prototype.pushedItemsTempPath;
5292
+ /**
5293
+ * @type {?}
5294
+ * @private
5295
+ */
5296
+ GridsterPush.prototype.pushedItemsPath;
5297
+ /**
5298
+ * @type {?}
5299
+ * @private
5300
+ */
5301
+ GridsterPush.prototype.gridsterItem;
5302
+ /**
5303
+ * @type {?}
5304
+ * @private
5305
+ */
5306
+ GridsterPush.prototype.gridster;
5307
+ /**
5308
+ * @type {?}
5309
+ * @private
5310
+ */
5311
+ GridsterPush.prototype.pushedItemsOrder;
5312
+ /**
5313
+ * @type {?}
5314
+ * @private
5315
+ */
5316
+ GridsterPush.prototype.tryPattern;
5317
+ }
4504
5318
 
4505
5319
  /**
4506
5320
  * @fileoverview added by tsickle
4507
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5321
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
5322
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4508
5323
  */
4509
5324
  var GridsterDraggable = /** @class */ (function () {
4510
5325
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4808,6 +5623,10 @@
4808
5623
  this.gridsterItem.$item.cols = itemColsbackup;
4809
5624
  this.gridsterItem.$item.rows = itemRowsbackup;
4810
5625
  }
5626
+ else {
5627
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5628
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5629
+ }
4811
5630
  return this.gridsterItem.$item;
4812
5631
  };
4813
5632
  /**
@@ -4964,11 +5783,85 @@
4964
5783
  { type: core.NgZone }
4965
5784
  ]; };
4966
5785
  return GridsterDraggable;
4967
- }());
5786
+ }());
5787
+ if (false) {
5788
+ /** @type {?} */
5789
+ GridsterDraggable.prototype.gridsterItem;
5790
+ /** @type {?} */
5791
+ GridsterDraggable.prototype.gridster;
5792
+ /** @type {?} */
5793
+ GridsterDraggable.prototype.lastMouse;
5794
+ /** @type {?} */
5795
+ GridsterDraggable.prototype.offsetLeft;
5796
+ /** @type {?} */
5797
+ GridsterDraggable.prototype.offsetTop;
5798
+ /** @type {?} */
5799
+ GridsterDraggable.prototype.margin;
5800
+ /** @type {?} */
5801
+ GridsterDraggable.prototype.diffTop;
5802
+ /** @type {?} */
5803
+ GridsterDraggable.prototype.diffLeft;
5804
+ /** @type {?} */
5805
+ GridsterDraggable.prototype.top;
5806
+ /** @type {?} */
5807
+ GridsterDraggable.prototype.left;
5808
+ /** @type {?} */
5809
+ GridsterDraggable.prototype.height;
5810
+ /** @type {?} */
5811
+ GridsterDraggable.prototype.width;
5812
+ /** @type {?} */
5813
+ GridsterDraggable.prototype.positionX;
5814
+ /** @type {?} */
5815
+ GridsterDraggable.prototype.positionY;
5816
+ /** @type {?} */
5817
+ GridsterDraggable.prototype.positionXBackup;
5818
+ /** @type {?} */
5819
+ GridsterDraggable.prototype.positionYBackup;
5820
+ /** @type {?} */
5821
+ GridsterDraggable.prototype.enabled;
5822
+ /** @type {?} */
5823
+ GridsterDraggable.prototype.dragStartFunction;
5824
+ /** @type {?} */
5825
+ GridsterDraggable.prototype.dragFunction;
5826
+ /** @type {?} */
5827
+ GridsterDraggable.prototype.dragStopFunction;
5828
+ /** @type {?} */
5829
+ GridsterDraggable.prototype.mousemove;
5830
+ /** @type {?} */
5831
+ GridsterDraggable.prototype.mouseup;
5832
+ /** @type {?} */
5833
+ GridsterDraggable.prototype.mouseleave;
5834
+ /** @type {?} */
5835
+ GridsterDraggable.prototype.cancelOnBlur;
5836
+ /** @type {?} */
5837
+ GridsterDraggable.prototype.touchmove;
5838
+ /** @type {?} */
5839
+ GridsterDraggable.prototype.touchend;
5840
+ /** @type {?} */
5841
+ GridsterDraggable.prototype.touchcancel;
5842
+ /** @type {?} */
5843
+ GridsterDraggable.prototype.mousedown;
5844
+ /** @type {?} */
5845
+ GridsterDraggable.prototype.touchstart;
5846
+ /** @type {?} */
5847
+ GridsterDraggable.prototype.push;
5848
+ /** @type {?} */
5849
+ GridsterDraggable.prototype.swap;
5850
+ /** @type {?} */
5851
+ GridsterDraggable.prototype.path;
5852
+ /** @type {?} */
5853
+ GridsterDraggable.prototype.collision;
5854
+ /**
5855
+ * @type {?}
5856
+ * @private
5857
+ */
5858
+ GridsterDraggable.prototype.zone;
5859
+ }
4968
5860
 
4969
5861
  /**
4970
5862
  * @fileoverview added by tsickle
4971
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5863
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
5864
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4972
5865
  */
4973
5866
  var GridsterPushResize = /** @class */ (function () {
4974
5867
  function GridsterPushResize(gridsterItem) {
@@ -5348,11 +6241,47 @@
5348
6241
  { type: GridsterItemComponentInterface }
5349
6242
  ]; };
5350
6243
  return GridsterPushResize;
5351
- }());
6244
+ }());
6245
+ if (false) {
6246
+ /** @type {?} */
6247
+ GridsterPushResize.prototype.fromSouth;
6248
+ /** @type {?} */
6249
+ GridsterPushResize.prototype.fromNorth;
6250
+ /** @type {?} */
6251
+ GridsterPushResize.prototype.fromEast;
6252
+ /** @type {?} */
6253
+ GridsterPushResize.prototype.fromWest;
6254
+ /**
6255
+ * @type {?}
6256
+ * @private
6257
+ */
6258
+ GridsterPushResize.prototype.pushedItems;
6259
+ /**
6260
+ * @type {?}
6261
+ * @private
6262
+ */
6263
+ GridsterPushResize.prototype.pushedItemsPath;
6264
+ /**
6265
+ * @type {?}
6266
+ * @private
6267
+ */
6268
+ GridsterPushResize.prototype.gridsterItem;
6269
+ /**
6270
+ * @type {?}
6271
+ * @private
6272
+ */
6273
+ GridsterPushResize.prototype.gridster;
6274
+ /**
6275
+ * @type {?}
6276
+ * @private
6277
+ */
6278
+ GridsterPushResize.prototype.tryPattern;
6279
+ }
5352
6280
 
5353
6281
  /**
5354
6282
  * @fileoverview added by tsickle
5355
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6283
+ * Generated from: gridster/lib/gridsterResizable.service.ts
6284
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5356
6285
  */
5357
6286
  var GridsterResizable = /** @class */ (function () {
5358
6287
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5894,11 +6823,87 @@
5894
6823
  { type: core.NgZone }
5895
6824
  ]; };
5896
6825
  return GridsterResizable;
5897
- }());
6826
+ }());
6827
+ if (false) {
6828
+ /** @type {?} */
6829
+ GridsterResizable.prototype.gridsterItem;
6830
+ /** @type {?} */
6831
+ GridsterResizable.prototype.gridster;
6832
+ /** @type {?} */
6833
+ GridsterResizable.prototype.lastMouse;
6834
+ /** @type {?} */
6835
+ GridsterResizable.prototype.itemBackup;
6836
+ /** @type {?} */
6837
+ GridsterResizable.prototype.resizeEventScrollType;
6838
+ /** @type {?} */
6839
+ GridsterResizable.prototype.directionFunction;
6840
+ /** @type {?} */
6841
+ GridsterResizable.prototype.dragFunction;
6842
+ /** @type {?} */
6843
+ GridsterResizable.prototype.dragStopFunction;
6844
+ /** @type {?} */
6845
+ GridsterResizable.prototype.resizeEnabled;
6846
+ /** @type {?} */
6847
+ GridsterResizable.prototype.mousemove;
6848
+ /** @type {?} */
6849
+ GridsterResizable.prototype.mouseup;
6850
+ /** @type {?} */
6851
+ GridsterResizable.prototype.mouseleave;
6852
+ /** @type {?} */
6853
+ GridsterResizable.prototype.cancelOnBlur;
6854
+ /** @type {?} */
6855
+ GridsterResizable.prototype.touchmove;
6856
+ /** @type {?} */
6857
+ GridsterResizable.prototype.touchend;
6858
+ /** @type {?} */
6859
+ GridsterResizable.prototype.touchcancel;
6860
+ /** @type {?} */
6861
+ GridsterResizable.prototype.push;
6862
+ /** @type {?} */
6863
+ GridsterResizable.prototype.pushResize;
6864
+ /** @type {?} */
6865
+ GridsterResizable.prototype.minHeight;
6866
+ /** @type {?} */
6867
+ GridsterResizable.prototype.minWidth;
6868
+ /** @type {?} */
6869
+ GridsterResizable.prototype.offsetTop;
6870
+ /** @type {?} */
6871
+ GridsterResizable.prototype.offsetLeft;
6872
+ /** @type {?} */
6873
+ GridsterResizable.prototype.diffTop;
6874
+ /** @type {?} */
6875
+ GridsterResizable.prototype.diffLeft;
6876
+ /** @type {?} */
6877
+ GridsterResizable.prototype.diffRight;
6878
+ /** @type {?} */
6879
+ GridsterResizable.prototype.diffBottom;
6880
+ /** @type {?} */
6881
+ GridsterResizable.prototype.margin;
6882
+ /** @type {?} */
6883
+ GridsterResizable.prototype.top;
6884
+ /** @type {?} */
6885
+ GridsterResizable.prototype.left;
6886
+ /** @type {?} */
6887
+ GridsterResizable.prototype.bottom;
6888
+ /** @type {?} */
6889
+ GridsterResizable.prototype.right;
6890
+ /** @type {?} */
6891
+ GridsterResizable.prototype.width;
6892
+ /** @type {?} */
6893
+ GridsterResizable.prototype.height;
6894
+ /** @type {?} */
6895
+ GridsterResizable.prototype.newPosition;
6896
+ /**
6897
+ * @type {?}
6898
+ * @private
6899
+ */
6900
+ GridsterResizable.prototype.zone;
6901
+ }
5898
6902
 
5899
6903
  /**
5900
6904
  * @fileoverview added by tsickle
5901
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6905
+ * Generated from: gridster/lib/gridsterItem.component.ts
6906
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5902
6907
  */
5903
6908
  var GridsterItemComponent = /** @class */ (function () {
5904
6909
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6093,11 +7098,45 @@
6093
7098
  item: [{ type: core.Input }]
6094
7099
  };
6095
7100
  return GridsterItemComponent;
6096
- }());
7101
+ }());
7102
+ if (false) {
7103
+ /** @type {?} */
7104
+ GridsterItemComponent.prototype.item;
7105
+ /** @type {?} */
7106
+ GridsterItemComponent.prototype.$item;
7107
+ /** @type {?} */
7108
+ GridsterItemComponent.prototype.el;
7109
+ /** @type {?} */
7110
+ GridsterItemComponent.prototype.gridster;
7111
+ /** @type {?} */
7112
+ GridsterItemComponent.prototype.top;
7113
+ /** @type {?} */
7114
+ GridsterItemComponent.prototype.left;
7115
+ /** @type {?} */
7116
+ GridsterItemComponent.prototype.width;
7117
+ /** @type {?} */
7118
+ GridsterItemComponent.prototype.height;
7119
+ /** @type {?} */
7120
+ GridsterItemComponent.prototype.drag;
7121
+ /** @type {?} */
7122
+ GridsterItemComponent.prototype.resize;
7123
+ /** @type {?} */
7124
+ GridsterItemComponent.prototype.notPlaced;
7125
+ /** @type {?} */
7126
+ GridsterItemComponent.prototype.init;
7127
+ /** @type {?} */
7128
+ GridsterItemComponent.prototype.renderer;
7129
+ /**
7130
+ * @type {?}
7131
+ * @private
7132
+ */
7133
+ GridsterItemComponent.prototype.zone;
7134
+ }
6097
7135
 
6098
7136
  /**
6099
7137
  * @fileoverview added by tsickle
6100
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7138
+ * Generated from: gridster/lib/gridsterPreview.component.ts
7139
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6101
7140
  */
6102
7141
  var GridsterPreviewComponent = /** @class */ (function () {
6103
7142
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6152,11 +7191,20 @@
6152
7191
  { type: core.Renderer2 }
6153
7192
  ]; };
6154
7193
  return GridsterPreviewComponent;
6155
- }());
7194
+ }());
7195
+ if (false) {
7196
+ /** @type {?} */
7197
+ GridsterPreviewComponent.prototype.el;
7198
+ /** @type {?} */
7199
+ GridsterPreviewComponent.prototype.gridster;
7200
+ /** @type {?} */
7201
+ GridsterPreviewComponent.prototype.renderer;
7202
+ }
6156
7203
 
6157
7204
  /**
6158
7205
  * @fileoverview added by tsickle
6159
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7206
+ * Generated from: gridster/lib/gridster.module.ts
7207
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6160
7208
  */
6161
7209
  var GridsterModule = /** @class */ (function () {
6162
7210
  function GridsterModule() {
@@ -6181,7 +7229,8 @@
6181
7229
 
6182
7230
  /**
6183
7231
  * @fileoverview added by tsickle
6184
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7232
+ * Generated from: lib/ra.dashboard.module.ts
7233
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6185
7234
  */
6186
7235
  /** @type {?} */
6187
7236
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6222,7 +7271,8 @@
6222
7271
 
6223
7272
  /**
6224
7273
  * @fileoverview added by tsickle
6225
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7274
+ * Generated from: lib/ra.base.dashboard.template.ts
7275
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6226
7276
  */
6227
7277
  /**
6228
7278
  * @abstract
@@ -6266,11 +7316,36 @@
6266
7316
  initialize: [{ type: core.Input }]
6267
7317
  };
6268
7318
  return RaBaseDashboardTemplate;
6269
- }());
7319
+ }());
7320
+ if (false) {
7321
+ /** @type {?} */
7322
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7323
+ /** @type {?} */
7324
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7325
+ /** @type {?} */
7326
+ RaBaseDashboardTemplate.prototype.appConfig;
7327
+ /** @type {?} */
7328
+ RaBaseDashboardTemplate.prototype.dashboardId;
7329
+ /** @type {?} */
7330
+ RaBaseDashboardTemplate.prototype.globalFilter;
7331
+ /** @type {?} */
7332
+ RaBaseDashboardTemplate.prototype.initialize;
7333
+ /**
7334
+ * @type {?}
7335
+ * @private
7336
+ */
7337
+ RaBaseDashboardTemplate.prototype.ngZone;
7338
+ /**
7339
+ * @abstract
7340
+ * @return {?}
7341
+ */
7342
+ RaBaseDashboardTemplate.prototype.init = function () { };
7343
+ }
6270
7344
 
6271
7345
  /**
6272
7346
  * @fileoverview added by tsickle
6273
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7347
+ * Generated from: lib/ra.base.dashboard.filter.ts
7348
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6274
7349
  */
6275
7350
  /**
6276
7351
  * @abstract
@@ -6324,7 +7399,42 @@
6324
7399
  clearAllData: [{ type: core.Input }]
6325
7400
  };
6326
7401
  return RaBaseDashboardFilter;
6327
- }());
7402
+ }());
7403
+ if (false) {
7404
+ /**
7405
+ * @type {?}
7406
+ * @private
7407
+ */
7408
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7409
+ /** @type {?} */
7410
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
7411
+ /** @type {?} */
7412
+ RaBaseDashboardFilter.prototype.isValidEntry;
7413
+ /** @type {?} */
7414
+ RaBaseDashboardFilter.prototype.clearAllData;
7415
+ /**
7416
+ * @abstract
7417
+ * @return {?}
7418
+ */
7419
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7420
+ /**
7421
+ * @abstract
7422
+ * @param {?} filter
7423
+ * @param {?} appConfig
7424
+ * @return {?}
7425
+ */
7426
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7427
+ /**
7428
+ * @abstract
7429
+ * @return {?}
7430
+ */
7431
+ RaBaseDashboardFilter.prototype.clearData = function () { };
7432
+ /**
7433
+ * @abstract
7434
+ * @return {?}
7435
+ */
7436
+ RaBaseDashboardFilter.prototype.isValid = function () { };
7437
+ }
6328
7438
 
6329
7439
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
6330
7440
  exports.RADashboardArea = RADashboardArea;
@@ -6343,5 +7453,5 @@
6343
7453
 
6344
7454
  Object.defineProperty(exports, '__esModule', { value: true });
6345
7455
 
6346
- }));
7456
+ })));
6347
7457
  //# sourceMappingURL=schneideress-dashboardframework.umd.js.map