@schneideress/dashboardframework 0.0.105 → 0.0.106

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 +69 -1172
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +2 -3
  6. package/esm2015/gridster/lib/gridster.component.js +2 -3
  7. package/esm2015/gridster/lib/gridster.interface.js +2 -3
  8. package/esm2015/gridster/lib/gridster.module.js +2 -3
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
  15. package/esm2015/gridster/lib/gridsterItem.component.js +2 -3
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
  19. package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
  27. package/esm2015/lib/custom.notifier.options.js +2 -3
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +3 -4
  30. package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
  31. package/esm2015/lib/ra.base.dashboard.template.js +2 -3
  32. package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
  33. package/esm2015/lib/ra.dashboard.module.js +2 -3
  34. package/esm2015/lib/ra.dashboard.service.js +3 -4
  35. package/esm2015/lib/ra.event.enum.js +2 -3
  36. package/esm2015/lib/ra.gridster.config.js +2 -3
  37. package/esm2015/public-api.js +2 -3
  38. package/esm2015/schneideress-dashboardframework.js +2 -3
  39. package/esm5/gridster/index.js +2 -3
  40. package/esm5/gridster/lib/gridster.component.js +2 -3
  41. package/esm5/gridster/lib/gridster.interface.js +2 -3
  42. package/esm5/gridster/lib/gridster.module.js +2 -3
  43. package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
  49. package/esm5/gridster/lib/gridsterItem.component.js +2 -3
  50. package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
  52. package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
  53. package/esm5/gridster/lib/gridsterPush.service.js +2 -3
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
  56. package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  58. package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
  59. package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
  60. package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
  61. package/esm5/lib/custom.notifier.options.js +2 -3
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +3 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +2 -3
  65. package/esm5/lib/ra.base.dashboard.template.js +2 -3
  66. package/esm5/lib/ra.dashbard.event.bus.js +2 -3
  67. package/esm5/lib/ra.dashboard.module.js +2 -3
  68. package/esm5/lib/ra.dashboard.service.js +3 -4
  69. package/esm5/lib/ra.event.enum.js +2 -3
  70. package/esm5/lib/ra.gridster.config.js +2 -3
  71. package/esm5/public-api.js +2 -3
  72. package/esm5/schneideress-dashboardframework.js +2 -3
  73. package/fesm2015/schneideress-dashboardframework.js +67 -1052
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +70 -1055
  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,33 +44,6 @@
44
44
  return __assign.apply(this, arguments);
45
45
  };
46
46
 
47
- function __rest(s, e) {
48
- var t = {};
49
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
50
- t[p] = s[p];
51
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
52
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
53
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
54
- t[p[i]] = s[p[i]];
55
- }
56
- return t;
57
- }
58
-
59
- function __decorate(decorators, target, key, desc) {
60
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
61
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
62
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
63
- return c > 3 && r && Object.defineProperty(target, key, r), r;
64
- }
65
-
66
- function __param(paramIndex, decorator) {
67
- return function (target, key) { decorator(target, key, paramIndex); }
68
- }
69
-
70
- function __metadata(metadataKey, metadataValue) {
71
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
72
- }
73
-
74
47
  function __awaiter(thisArg, _arguments, P, generator) {
75
48
  return new (P || (P = Promise))(function (resolve, reject) {
76
49
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -106,105 +79,11 @@
106
79
  } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
107
80
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
108
81
  }
109
- }
110
-
111
- function __exportStar(m, exports) {
112
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
113
- }
114
-
115
- function __values(o) {
116
- var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
117
- if (m) return m.call(o);
118
- return {
119
- next: function () {
120
- if (o && i >= o.length) o = void 0;
121
- return { value: o && o[i++], done: !o };
122
- }
123
- };
124
- }
125
-
126
- function __read(o, n) {
127
- var m = typeof Symbol === "function" && o[Symbol.iterator];
128
- if (!m) return o;
129
- var i = m.call(o), r, ar = [], e;
130
- try {
131
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
132
- }
133
- catch (error) { e = { error: error }; }
134
- finally {
135
- try {
136
- if (r && !r.done && (m = i["return"])) m.call(i);
137
- }
138
- finally { if (e) throw e.error; }
139
- }
140
- return ar;
141
- }
142
-
143
- function __spread() {
144
- for (var ar = [], i = 0; i < arguments.length; i++)
145
- ar = ar.concat(__read(arguments[i]));
146
- return ar;
147
- }
148
-
149
- function __spreadArrays() {
150
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
151
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
152
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
153
- r[k] = a[j];
154
- return r;
155
- };
156
-
157
- function __await(v) {
158
- return this instanceof __await ? (this.v = v, this) : new __await(v);
159
- }
160
-
161
- function __asyncGenerator(thisArg, _arguments, generator) {
162
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
163
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
164
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
165
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
166
- function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
167
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
168
- function fulfill(value) { resume("next", value); }
169
- function reject(value) { resume("throw", value); }
170
- function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
171
- }
172
-
173
- function __asyncDelegator(o) {
174
- var i, p;
175
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
176
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
177
- }
178
-
179
- function __asyncValues(o) {
180
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
181
- var m = o[Symbol.asyncIterator], i;
182
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
183
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
184
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
185
- }
186
-
187
- function __makeTemplateObject(cooked, raw) {
188
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
189
- return cooked;
190
- };
191
-
192
- function __importStar(mod) {
193
- if (mod && mod.__esModule) return mod;
194
- var result = {};
195
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
196
- result.default = mod;
197
- return result;
198
- }
199
-
200
- function __importDefault(mod) {
201
- return (mod && mod.__esModule) ? mod : { default: mod };
202
82
  }
203
83
 
204
84
  /**
205
85
  * @fileoverview added by tsickle
206
- * Generated from: lib/ra.dashboard.service.ts
207
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
86
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
208
87
  */
209
88
  var RaDashboardService = /** @class */ (function (_super) {
210
89
  __extends(RaDashboardService, _super);
@@ -352,7 +231,7 @@
352
231
  */
353
232
  function (widgetInfo, appConfig) {
354
233
  this.baseUrl = appConfig.apiBaseUrl;
355
- return this.post('widget/DeleteWidgetUser', widgetInfo);
234
+ return this.delete('widget/DeleteWidgetUser?widgetInstanceId=' + widgetInfo.widgetInstanceId);
356
235
  };
357
236
  /**To Update widgetInfo in database */
358
237
  /**
@@ -408,19 +287,11 @@
408
287
  ]; };
409
288
  /** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
410
289
  return RaDashboardService;
411
- }(raCommon.BaseService));
412
- if (false) {
413
- /**
414
- * @type {?}
415
- * @private
416
- */
417
- RaDashboardService.prototype.loadedScripts;
418
- }
290
+ }(raCommon.BaseService));
419
291
 
420
292
  /**
421
293
  * @fileoverview added by tsickle
422
- * Generated from: lib/ra.dashbard.event.bus.ts
423
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
294
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
424
295
  */
425
296
  var RADashboardEventBus = /** @class */ (function () {
426
297
  function RADashboardEventBus() {
@@ -529,19 +400,11 @@
529
400
  ];
530
401
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
531
402
  return RADashboardEventBus;
532
- }());
533
- if (false) {
534
- /**
535
- * @type {?}
536
- * @private
537
- */
538
- RADashboardEventBus.prototype.eventQueue;
539
- }
403
+ }());
540
404
 
541
405
  /**
542
406
  * @fileoverview added by tsickle
543
- * Generated from: lib/ra.event.enum.ts
544
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
407
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
545
408
  */
546
409
  /** @enum {string} */
547
410
  var RAEvent = {
@@ -590,225 +453,38 @@
590
453
 
591
454
  /**
592
455
  * @fileoverview added by tsickle
593
- * Generated from: gridster/lib/gridsterConfig.interface.ts
594
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
456
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
595
457
  */
596
458
  /** @enum {string} */
597
459
  var GridType = {
598
- Fit: "fit",
599
- ScrollVertical: "scrollVertical",
600
- ScrollHorizontal: "scrollHorizontal",
601
- Fixed: "fixed",
602
- VerticalFixed: "verticalFixed",
603
- HorizontalFixed: "horizontalFixed",
460
+ Fit: 'fit',
461
+ ScrollVertical: 'scrollVertical',
462
+ ScrollHorizontal: 'scrollHorizontal',
463
+ Fixed: 'fixed',
464
+ VerticalFixed: 'verticalFixed',
465
+ HorizontalFixed: 'horizontalFixed',
604
466
  };
605
467
  /** @enum {string} */
606
468
  var DisplayGrid = {
607
- Always: "always",
608
- OnDragAndResize: "onDrag&Resize",
609
- None: "none",
469
+ Always: 'always',
470
+ OnDragAndResize: 'onDrag&Resize',
471
+ None: 'none',
610
472
  };
611
473
  /** @enum {string} */
612
474
  var CompactType = {
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
- }
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
+ };
807
484
 
808
485
  /**
809
486
  * @fileoverview added by tsickle
810
- * Generated from: lib/ra.gridster.config.ts
811
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
487
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
812
488
  */
813
489
  /** @type {?} */
814
490
  var GridsterConfigDefaultSettings = {
@@ -874,8 +550,7 @@
874
550
 
875
551
  /**
876
552
  * @fileoverview added by tsickle
877
- * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
878
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
553
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
879
554
  */
880
555
  var RADashboardArea = /** @class */ (function () {
881
556
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1426,88 +1101,11 @@
1426
1101
  onResize: [{ type: core.HostListener, args: ['window:resize', ['$event'],] }]
1427
1102
  };
1428
1103
  return RADashboardArea;
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
- }
1104
+ }());
1506
1105
 
1507
1106
  /**
1508
1107
  * @fileoverview added by tsickle
1509
- * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1510
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1108
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1511
1109
  */
1512
1110
  var RAWidgetContainer = /** @class */ (function () {
1513
1111
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
@@ -2012,7 +1610,7 @@
2012
1610
  { type: core.Component, args: [{
2013
1611
  selector: 'ra-widget-container',
2014
1612
  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;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}"]
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}"]
2016
1614
  }] }
2017
1615
  ];
2018
1616
  /** @nocollapse */
@@ -2041,118 +1639,11 @@
2041
1639
  setResized: [{ type: core.Input, args: ['dom-resized',] }]
2042
1640
  };
2043
1641
  return RAWidgetContainer;
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
- }
1642
+ }());
2151
1643
 
2152
1644
  /**
2153
1645
  * @fileoverview added by tsickle
2154
- * Generated from: lib/custom.notifier.options.ts
2155
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1646
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2156
1647
  */
2157
1648
  /** @type {?} */
2158
1649
  var customNotifierOptions = {
@@ -2198,8 +1689,7 @@
2198
1689
 
2199
1690
  /**
2200
1691
  * @fileoverview added by tsickle
2201
- * Generated from: gridster/lib/gridsterConfig.constant.ts
2202
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1692
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2203
1693
  */
2204
1694
  /** @type {?} */
2205
1695
  var GridsterConfigService = {
@@ -2377,8 +1867,7 @@
2377
1867
 
2378
1868
  /**
2379
1869
  * @fileoverview added by tsickle
2380
- * Generated from: gridster/lib/gridsterUtils.service.ts
2381
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1870
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2382
1871
  */
2383
1872
  var GridsterUtils = /** @class */ (function () {
2384
1873
  function GridsterUtils() {
@@ -2553,8 +2042,7 @@
2553
2042
 
2554
2043
  /**
2555
2044
  * @fileoverview added by tsickle
2556
- * Generated from: gridster/lib/gridster.interface.ts
2557
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2045
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2558
2046
  */
2559
2047
  /**
2560
2048
  * @abstract
@@ -2566,86 +2054,11 @@
2566
2054
  function GridsterComponentInterface() {
2567
2055
  }
2568
2056
  return GridsterComponentInterface;
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
- }
2057
+ }());
2644
2058
 
2645
2059
  /**
2646
2060
  * @fileoverview added by tsickle
2647
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2648
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2061
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2649
2062
  */
2650
2063
  var GridsterEmptyCell = /** @class */ (function () {
2651
2064
  function GridsterEmptyCell(gridster) {
@@ -2962,45 +2375,11 @@
2962
2375
  { type: GridsterComponentInterface }
2963
2376
  ]; };
2964
2377
  return GridsterEmptyCell;
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
- }
2378
+ }());
2999
2379
 
3000
2380
  /**
3001
2381
  * @fileoverview added by tsickle
3002
- * Generated from: gridster/lib/gridsterCompact.service.ts
3003
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2382
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3004
2383
  */
3005
2384
  var GridsterCompact = /** @class */ (function () {
3006
2385
  function GridsterCompact(gridster) {
@@ -3238,19 +2617,11 @@
3238
2617
  { type: GridsterComponentInterface }
3239
2618
  ]; };
3240
2619
  return GridsterCompact;
3241
- }());
3242
- if (false) {
3243
- /**
3244
- * @type {?}
3245
- * @private
3246
- */
3247
- GridsterCompact.prototype.gridster;
3248
- }
2620
+ }());
3249
2621
 
3250
2622
  /**
3251
2623
  * @fileoverview added by tsickle
3252
- * Generated from: gridster/lib/gridsterRenderer.service.ts
3253
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2624
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3254
2625
  */
3255
2626
  var GridsterRenderer = /** @class */ (function () {
3256
2627
  function GridsterRenderer(gridster) {
@@ -3557,19 +2928,11 @@
3557
2928
  { type: GridsterComponentInterface }
3558
2929
  ]; };
3559
2930
  return GridsterRenderer;
3560
- }());
3561
- if (false) {
3562
- /**
3563
- * @type {?}
3564
- * @private
3565
- */
3566
- GridsterRenderer.prototype.gridster;
3567
- }
2931
+ }());
3568
2932
 
3569
2933
  /**
3570
2934
  * @fileoverview added by tsickle
3571
- * Generated from: gridster/lib/gridster.component.ts
3572
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2935
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3573
2936
  */
3574
2937
  var GridsterComponent = /** @class */ (function () {
3575
2938
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3724,17 +3087,6 @@
3724
3087
  if (this.options.destroyCallback) {
3725
3088
  this.options.destroyCallback(this);
3726
3089
  }
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
- }
3738
3090
  this.emptyCell.destroy();
3739
3091
  delete this.emptyCell;
3740
3092
  this.compact.destroy();
@@ -4311,62 +3663,11 @@
4311
3663
  options: [{ type: core.Input }]
4312
3664
  };
4313
3665
  return GridsterComponent;
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
- }
3666
+ }());
4365
3667
 
4366
3668
  /**
4367
3669
  * @fileoverview added by tsickle
4368
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4369
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3670
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4370
3671
  */
4371
3672
  /**
4372
3673
  * @abstract
@@ -4378,50 +3679,11 @@
4378
3679
  function GridsterItemComponentInterface() {
4379
3680
  }
4380
3681
  return GridsterItemComponentInterface;
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
- }
3682
+ }());
4420
3683
 
4421
3684
  /**
4422
3685
  * @fileoverview added by tsickle
4423
- * Generated from: gridster/lib/gridsterSwap.service.ts
4424
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3686
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4425
3687
  */
4426
3688
  var GridsterSwap = /** @class */ (function () {
4427
3689
  function GridsterSwap(gridsterItem) {
@@ -4549,29 +3811,11 @@
4549
3811
  { type: GridsterItemComponentInterface }
4550
3812
  ]; };
4551
3813
  return GridsterSwap;
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
- }
3814
+ }());
4570
3815
 
4571
3816
  /**
4572
3817
  * @fileoverview added by tsickle
4573
- * Generated from: gridster/lib/gridsterScroll.service.ts
4574
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3818
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4575
3819
  */
4576
3820
  /** @type {?} */
4577
3821
  var scrollSensitivity;
@@ -4766,8 +4010,7 @@
4766
4010
 
4767
4011
  /**
4768
4012
  * @fileoverview added by tsickle
4769
- * Generated from: gridster/lib/gridsterPush.service.ts
4770
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4013
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4771
4014
  */
4772
4015
  var GridsterPush = /** @class */ (function () {
4773
4016
  function GridsterPush(gridsterItem) {
@@ -5257,62 +4500,11 @@
5257
4500
  { type: GridsterItemComponentInterface }
5258
4501
  ]; };
5259
4502
  return GridsterPush;
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
- }
4503
+ }());
5311
4504
 
5312
4505
  /**
5313
4506
  * @fileoverview added by tsickle
5314
- * Generated from: gridster/lib/gridsterDraggable.service.ts
5315
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4507
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5316
4508
  */
5317
4509
  var GridsterDraggable = /** @class */ (function () {
5318
4510
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5616,10 +4808,6 @@
5616
4808
  this.gridsterItem.$item.cols = itemColsbackup;
5617
4809
  this.gridsterItem.$item.rows = itemRowsbackup;
5618
4810
  }
5619
- else {
5620
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5621
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5622
- }
5623
4811
  return this.gridsterItem.$item;
5624
4812
  };
5625
4813
  /**
@@ -5776,85 +4964,11 @@
5776
4964
  { type: core.NgZone }
5777
4965
  ]; };
5778
4966
  return GridsterDraggable;
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
- }
4967
+ }());
5853
4968
 
5854
4969
  /**
5855
4970
  * @fileoverview added by tsickle
5856
- * Generated from: gridster/lib/gridsterPushResize.service.ts
5857
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4971
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5858
4972
  */
5859
4973
  var GridsterPushResize = /** @class */ (function () {
5860
4974
  function GridsterPushResize(gridsterItem) {
@@ -6234,47 +5348,11 @@
6234
5348
  { type: GridsterItemComponentInterface }
6235
5349
  ]; };
6236
5350
  return GridsterPushResize;
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
- }
5351
+ }());
6273
5352
 
6274
5353
  /**
6275
5354
  * @fileoverview added by tsickle
6276
- * Generated from: gridster/lib/gridsterResizable.service.ts
6277
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5355
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6278
5356
  */
6279
5357
  var GridsterResizable = /** @class */ (function () {
6280
5358
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6816,87 +5894,11 @@
6816
5894
  { type: core.NgZone }
6817
5895
  ]; };
6818
5896
  return GridsterResizable;
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
- }
5897
+ }());
6895
5898
 
6896
5899
  /**
6897
5900
  * @fileoverview added by tsickle
6898
- * Generated from: gridster/lib/gridsterItem.component.ts
6899
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5901
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6900
5902
  */
6901
5903
  var GridsterItemComponent = /** @class */ (function () {
6902
5904
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -7091,45 +6093,11 @@
7091
6093
  item: [{ type: core.Input }]
7092
6094
  };
7093
6095
  return GridsterItemComponent;
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
- }
6096
+ }());
7128
6097
 
7129
6098
  /**
7130
6099
  * @fileoverview added by tsickle
7131
- * Generated from: gridster/lib/gridsterPreview.component.ts
7132
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6100
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7133
6101
  */
7134
6102
  var GridsterPreviewComponent = /** @class */ (function () {
7135
6103
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -7184,20 +6152,11 @@
7184
6152
  { type: core.Renderer2 }
7185
6153
  ]; };
7186
6154
  return GridsterPreviewComponent;
7187
- }());
7188
- if (false) {
7189
- /** @type {?} */
7190
- GridsterPreviewComponent.prototype.el;
7191
- /** @type {?} */
7192
- GridsterPreviewComponent.prototype.gridster;
7193
- /** @type {?} */
7194
- GridsterPreviewComponent.prototype.renderer;
7195
- }
6155
+ }());
7196
6156
 
7197
6157
  /**
7198
6158
  * @fileoverview added by tsickle
7199
- * Generated from: gridster/lib/gridster.module.ts
7200
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6159
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7201
6160
  */
7202
6161
  var GridsterModule = /** @class */ (function () {
7203
6162
  function GridsterModule() {
@@ -7222,8 +6181,7 @@
7222
6181
 
7223
6182
  /**
7224
6183
  * @fileoverview added by tsickle
7225
- * Generated from: lib/ra.dashboard.module.ts
7226
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6184
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7227
6185
  */
7228
6186
  /** @type {?} */
7229
6187
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -7264,8 +6222,7 @@
7264
6222
 
7265
6223
  /**
7266
6224
  * @fileoverview added by tsickle
7267
- * Generated from: lib/ra.base.dashboard.template.ts
7268
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6225
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7269
6226
  */
7270
6227
  /**
7271
6228
  * @abstract
@@ -7309,36 +6266,11 @@
7309
6266
  initialize: [{ type: core.Input }]
7310
6267
  };
7311
6268
  return RaBaseDashboardTemplate;
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
- }
6269
+ }());
7337
6270
 
7338
6271
  /**
7339
6272
  * @fileoverview added by tsickle
7340
- * Generated from: lib/ra.base.dashboard.filter.ts
7341
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6273
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7342
6274
  */
7343
6275
  /**
7344
6276
  * @abstract
@@ -7392,42 +6324,7 @@
7392
6324
  clearAllData: [{ type: core.Input }]
7393
6325
  };
7394
6326
  return RaBaseDashboardFilter;
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
- }
6327
+ }());
7431
6328
 
7432
6329
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7433
6330
  exports.RADashboardArea = RADashboardArea;
@@ -7446,5 +6343,5 @@
7446
6343
 
7447
6344
  Object.defineProperty(exports, '__esModule', { value: true });
7448
6345
 
7449
- })));
6346
+ }));
7450
6347
  //# sourceMappingURL=schneideress-dashboardframework.umd.js.map