@schneideress/dashboardframework 0.0.100 → 0.0.101

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 -1170
  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 +4 -5
  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 +2 -3
  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 +4 -5
  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 +2 -3
  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 -1050
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +70 -1053
  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);
@@ -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) {
@@ -2006,8 +1604,8 @@
2006
1604
  RAWidgetContainer.decorators = [
2007
1605
  { type: core.Component, args: [{
2008
1606
  selector: 'ra-widget-container',
2009
- 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-11 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-1\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
2010
- styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:2px solid #d4d7d8}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1607
+ template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1608
+ styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:1px solid;border-color:#a9afb1}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
2011
1609
  }] }
2012
1610
  ];
2013
1611
  /** @nocollapse */
@@ -2036,116 +1634,11 @@
2036
1634
  setResized: [{ type: core.Input, args: ['dom-resized',] }]
2037
1635
  };
2038
1636
  return RAWidgetContainer;
2039
- }());
2040
- if (false) {
2041
- /** @type {?} */
2042
- RAWidgetContainer.prototype.showPanel;
2043
- /**
2044
- * @type {?}
2045
- * @private
2046
- */
2047
- RAWidgetContainer.prototype.isWidgetLoaded;
2048
- /**
2049
- * @type {?}
2050
- * @private
2051
- */
2052
- RAWidgetContainer.prototype.widgetElement;
2053
- /**
2054
- * @type {?}
2055
- * @private
2056
- */
2057
- RAWidgetContainer.prototype.configChanged;
2058
- /**
2059
- * @type {?}
2060
- * @private
2061
- */
2062
- RAWidgetContainer.prototype.isIEOrEdge;
2063
- /** @type {?} */
2064
- RAWidgetContainer.prototype.widgetHeight;
2065
- /** @type {?} */
2066
- RAWidgetContainer.prototype.lockClass;
2067
- /** @type {?} */
2068
- RAWidgetContainer.prototype.lockStatus;
2069
- /** @type {?} */
2070
- RAWidgetContainer.prototype.isDownloadIconVisible;
2071
- /** @type {?} */
2072
- RAWidgetContainer.prototype.dropDownShown;
2073
- /** @type {?} */
2074
- RAWidgetContainer.prototype.isDownloadChartVisible;
2075
- /** @type {?} */
2076
- RAWidgetContainer.prototype.downloadIconType;
2077
- /** @type {?} */
2078
- RAWidgetContainer.prototype.enableTitleLine;
2079
- /** @type {?} */
2080
- RAWidgetContainer.prototype.toolTipValue;
2081
- /** @type {?} */
2082
- RAWidgetContainer.prototype.toolTipWidth;
2083
- /** @type {?} */
2084
- RAWidgetContainer.prototype.ctlWidget;
2085
- /** @type {?} */
2086
- RAWidgetContainer.prototype.widgetDropdown;
2087
- /** @type {?} */
2088
- RAWidgetContainer.prototype.widgetDownload;
2089
- /** @type {?} */
2090
- RAWidgetContainer.prototype.searchInput;
2091
- /** @type {?} */
2092
- RAWidgetContainer.prototype.widgetInstanceId;
2093
- /** @type {?} */
2094
- RAWidgetContainer.prototype.globalFilter;
2095
- /** @type {?} */
2096
- RAWidgetContainer.prototype.data;
2097
- /** @type {?} */
2098
- RAWidgetContainer.prototype.raDashboardEventBus;
2099
- /** @type {?} */
2100
- RAWidgetContainer.prototype.appConfig;
2101
- /** @type {?} */
2102
- RAWidgetContainer.prototype.width;
2103
- /** @type {?} */
2104
- RAWidgetContainer.prototype.height;
2105
- /** @type {?} */
2106
- RAWidgetContainer.prototype.gridCellHeight;
2107
- /** @type {?} */
2108
- RAWidgetContainer.prototype.widgetDeleted;
2109
- /** @type {?} */
2110
- RAWidgetContainer.prototype.lockTitle;
2111
- /** @type {?} */
2112
- RAWidgetContainer.prototype.domResized;
2113
- /**
2114
- * @type {?}
2115
- * @private
2116
- */
2117
- RAWidgetContainer.prototype.dashboardService;
2118
- /**
2119
- * @type {?}
2120
- * @private
2121
- */
2122
- RAWidgetContainer.prototype.ngxService;
2123
- /**
2124
- * @type {?}
2125
- * @private
2126
- */
2127
- RAWidgetContainer.prototype.translateService;
2128
- /**
2129
- * @type {?}
2130
- * @private
2131
- */
2132
- RAWidgetContainer.prototype.ngZone;
2133
- /**
2134
- * @type {?}
2135
- * @private
2136
- */
2137
- RAWidgetContainer.prototype.notifier;
2138
- /**
2139
- * @type {?}
2140
- * @private
2141
- */
2142
- RAWidgetContainer.prototype.renderer;
2143
- }
1637
+ }());
2144
1638
 
2145
1639
  /**
2146
1640
  * @fileoverview added by tsickle
2147
- * Generated from: lib/custom.notifier.options.ts
2148
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1641
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2149
1642
  */
2150
1643
  /** @type {?} */
2151
1644
  var customNotifierOptions = {
@@ -2191,8 +1684,7 @@
2191
1684
 
2192
1685
  /**
2193
1686
  * @fileoverview added by tsickle
2194
- * Generated from: gridster/lib/gridsterConfig.constant.ts
2195
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1687
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2196
1688
  */
2197
1689
  /** @type {?} */
2198
1690
  var GridsterConfigService = {
@@ -2370,8 +1862,7 @@
2370
1862
 
2371
1863
  /**
2372
1864
  * @fileoverview added by tsickle
2373
- * Generated from: gridster/lib/gridsterUtils.service.ts
2374
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1865
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2375
1866
  */
2376
1867
  var GridsterUtils = /** @class */ (function () {
2377
1868
  function GridsterUtils() {
@@ -2546,8 +2037,7 @@
2546
2037
 
2547
2038
  /**
2548
2039
  * @fileoverview added by tsickle
2549
- * Generated from: gridster/lib/gridster.interface.ts
2550
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2040
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2551
2041
  */
2552
2042
  /**
2553
2043
  * @abstract
@@ -2559,86 +2049,11 @@
2559
2049
  function GridsterComponentInterface() {
2560
2050
  }
2561
2051
  return GridsterComponentInterface;
2562
- }());
2563
- if (false) {
2564
- /** @type {?} */
2565
- GridsterComponentInterface.prototype.$options;
2566
- /** @type {?} */
2567
- GridsterComponentInterface.prototype.grid;
2568
- /** @type {?} */
2569
- GridsterComponentInterface.prototype.checkCollision;
2570
- /** @type {?} */
2571
- GridsterComponentInterface.prototype.positionXToPixels;
2572
- /** @type {?} */
2573
- GridsterComponentInterface.prototype.pixelsToPositionX;
2574
- /** @type {?} */
2575
- GridsterComponentInterface.prototype.positionYToPixels;
2576
- /** @type {?} */
2577
- GridsterComponentInterface.prototype.pixelsToPositionY;
2578
- /** @type {?} */
2579
- GridsterComponentInterface.prototype.findItemWithItem;
2580
- /** @type {?} */
2581
- GridsterComponentInterface.prototype.findItemsWithItem;
2582
- /** @type {?} */
2583
- GridsterComponentInterface.prototype.checkGridCollision;
2584
- /** @type {?} */
2585
- GridsterComponentInterface.prototype.el;
2586
- /** @type {?} */
2587
- GridsterComponentInterface.prototype.renderer;
2588
- /** @type {?} */
2589
- GridsterComponentInterface.prototype.gridRenderer;
2590
- /** @type {?} */
2591
- GridsterComponentInterface.prototype.cdRef;
2592
- /** @type {?} */
2593
- GridsterComponentInterface.prototype.options;
2594
- /** @type {?} */
2595
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2596
- /** @type {?} */
2597
- GridsterComponentInterface.prototype.updateGrid;
2598
- /** @type {?} */
2599
- GridsterComponentInterface.prototype.movingItem;
2600
- /** @type {?} */
2601
- GridsterComponentInterface.prototype.addItem;
2602
- /** @type {?} */
2603
- GridsterComponentInterface.prototype.removeItem;
2604
- /** @type {?} */
2605
- GridsterComponentInterface.prototype.previewStyle;
2606
- /** @type {?} */
2607
- GridsterComponentInterface.prototype.mobile;
2608
- /** @type {?} */
2609
- GridsterComponentInterface.prototype.curWidth;
2610
- /** @type {?} */
2611
- GridsterComponentInterface.prototype.curHeight;
2612
- /** @type {?} */
2613
- GridsterComponentInterface.prototype.columns;
2614
- /** @type {?} */
2615
- GridsterComponentInterface.prototype.rows;
2616
- /** @type {?} */
2617
- GridsterComponentInterface.prototype.curColWidth;
2618
- /** @type {?} */
2619
- GridsterComponentInterface.prototype.curRowHeight;
2620
- /** @type {?} */
2621
- GridsterComponentInterface.prototype.windowResize;
2622
- /** @type {?} */
2623
- GridsterComponentInterface.prototype.setGridDimensions;
2624
- /** @type {?} */
2625
- GridsterComponentInterface.prototype.dragInProgress;
2626
- /** @type {?} */
2627
- GridsterComponentInterface.prototype.emptyCell;
2628
- /** @type {?} */
2629
- GridsterComponentInterface.prototype.compact;
2630
- /** @type {?} */
2631
- GridsterComponentInterface.prototype.zone;
2632
- /** @type {?} */
2633
- GridsterComponentInterface.prototype.gridRows;
2634
- /** @type {?} */
2635
- GridsterComponentInterface.prototype.gridColumns;
2636
- }
2052
+ }());
2637
2053
 
2638
2054
  /**
2639
2055
  * @fileoverview added by tsickle
2640
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2641
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2056
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2642
2057
  */
2643
2058
  var GridsterEmptyCell = /** @class */ (function () {
2644
2059
  function GridsterEmptyCell(gridster) {
@@ -2955,45 +2370,11 @@
2955
2370
  { type: GridsterComponentInterface }
2956
2371
  ]; };
2957
2372
  return GridsterEmptyCell;
2958
- }());
2959
- if (false) {
2960
- /** @type {?} */
2961
- GridsterEmptyCell.prototype.initialItem;
2962
- /** @type {?} */
2963
- GridsterEmptyCell.prototype.emptyCellClick;
2964
- /** @type {?} */
2965
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2966
- /** @type {?} */
2967
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2968
- /** @type {?} */
2969
- GridsterEmptyCell.prototype.emptyCellDrop;
2970
- /** @type {?} */
2971
- GridsterEmptyCell.prototype.emptyCellDrag;
2972
- /** @type {?} */
2973
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2974
- /** @type {?} */
2975
- GridsterEmptyCell.prototype.emptyCellMMove;
2976
- /** @type {?} */
2977
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2978
- /** @type {?} */
2979
- GridsterEmptyCell.prototype.emptyCellUp;
2980
- /** @type {?} */
2981
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2982
- /** @type {?} */
2983
- GridsterEmptyCell.prototype.emptyCellMove;
2984
- /** @type {?} */
2985
- GridsterEmptyCell.prototype.emptyCellExit;
2986
- /**
2987
- * @type {?}
2988
- * @private
2989
- */
2990
- GridsterEmptyCell.prototype.gridster;
2991
- }
2373
+ }());
2992
2374
 
2993
2375
  /**
2994
2376
  * @fileoverview added by tsickle
2995
- * Generated from: gridster/lib/gridsterCompact.service.ts
2996
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2377
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2997
2378
  */
2998
2379
  var GridsterCompact = /** @class */ (function () {
2999
2380
  function GridsterCompact(gridster) {
@@ -3231,19 +2612,11 @@
3231
2612
  { type: GridsterComponentInterface }
3232
2613
  ]; };
3233
2614
  return GridsterCompact;
3234
- }());
3235
- if (false) {
3236
- /**
3237
- * @type {?}
3238
- * @private
3239
- */
3240
- GridsterCompact.prototype.gridster;
3241
- }
2615
+ }());
3242
2616
 
3243
2617
  /**
3244
2618
  * @fileoverview added by tsickle
3245
- * Generated from: gridster/lib/gridsterRenderer.service.ts
3246
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2619
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3247
2620
  */
3248
2621
  var GridsterRenderer = /** @class */ (function () {
3249
2622
  function GridsterRenderer(gridster) {
@@ -3550,19 +2923,11 @@
3550
2923
  { type: GridsterComponentInterface }
3551
2924
  ]; };
3552
2925
  return GridsterRenderer;
3553
- }());
3554
- if (false) {
3555
- /**
3556
- * @type {?}
3557
- * @private
3558
- */
3559
- GridsterRenderer.prototype.gridster;
3560
- }
2926
+ }());
3561
2927
 
3562
2928
  /**
3563
2929
  * @fileoverview added by tsickle
3564
- * Generated from: gridster/lib/gridster.component.ts
3565
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2930
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3566
2931
  */
3567
2932
  var GridsterComponent = /** @class */ (function () {
3568
2933
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3717,17 +3082,6 @@
3717
3082
  if (this.options.destroyCallback) {
3718
3083
  this.options.destroyCallback(this);
3719
3084
  }
3720
- //if (this.options.api) {
3721
- /* this.options.api getting undefined for new dashboard load- temp fix
3722
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3723
- * ondestroy of current this.options.api instance - needs to investigate further
3724
- */
3725
- if (false) {
3726
- this.options.api.resize = undefined;
3727
- this.options.api.optionsChanged = undefined;
3728
- this.options.api.getNextPossiblePosition = undefined;
3729
- this.options.api = undefined;
3730
- }
3731
3085
  this.emptyCell.destroy();
3732
3086
  delete this.emptyCell;
3733
3087
  this.compact.destroy();
@@ -4304,62 +3658,11 @@
4304
3658
  options: [{ type: core.Input }]
4305
3659
  };
4306
3660
  return GridsterComponent;
4307
- }());
4308
- if (false) {
4309
- /** @type {?} */
4310
- GridsterComponent.prototype.options;
4311
- /** @type {?} */
4312
- GridsterComponent.prototype.calculateLayoutDebounce;
4313
- /** @type {?} */
4314
- GridsterComponent.prototype.movingItem;
4315
- /** @type {?} */
4316
- GridsterComponent.prototype.previewStyle;
4317
- /** @type {?} */
4318
- GridsterComponent.prototype.el;
4319
- /** @type {?} */
4320
- GridsterComponent.prototype.$options;
4321
- /** @type {?} */
4322
- GridsterComponent.prototype.mobile;
4323
- /** @type {?} */
4324
- GridsterComponent.prototype.curWidth;
4325
- /** @type {?} */
4326
- GridsterComponent.prototype.curHeight;
4327
- /** @type {?} */
4328
- GridsterComponent.prototype.grid;
4329
- /** @type {?} */
4330
- GridsterComponent.prototype.columns;
4331
- /** @type {?} */
4332
- GridsterComponent.prototype.rows;
4333
- /** @type {?} */
4334
- GridsterComponent.prototype.curColWidth;
4335
- /** @type {?} */
4336
- GridsterComponent.prototype.curRowHeight;
4337
- /** @type {?} */
4338
- GridsterComponent.prototype.gridColumns;
4339
- /** @type {?} */
4340
- GridsterComponent.prototype.gridRows;
4341
- /** @type {?} */
4342
- GridsterComponent.prototype.windowResize;
4343
- /** @type {?} */
4344
- GridsterComponent.prototype.dragInProgress;
4345
- /** @type {?} */
4346
- GridsterComponent.prototype.emptyCell;
4347
- /** @type {?} */
4348
- GridsterComponent.prototype.compact;
4349
- /** @type {?} */
4350
- GridsterComponent.prototype.gridRenderer;
4351
- /** @type {?} */
4352
- GridsterComponent.prototype.renderer;
4353
- /** @type {?} */
4354
- GridsterComponent.prototype.cdRef;
4355
- /** @type {?} */
4356
- GridsterComponent.prototype.zone;
4357
- }
3661
+ }());
4358
3662
 
4359
3663
  /**
4360
3664
  * @fileoverview added by tsickle
4361
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4362
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3665
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4363
3666
  */
4364
3667
  /**
4365
3668
  * @abstract
@@ -4371,50 +3674,11 @@
4371
3674
  function GridsterItemComponentInterface() {
4372
3675
  }
4373
3676
  return GridsterItemComponentInterface;
4374
- }());
4375
- if (false) {
4376
- /** @type {?} */
4377
- GridsterItemComponentInterface.prototype.item;
4378
- /** @type {?} */
4379
- GridsterItemComponentInterface.prototype.$item;
4380
- /** @type {?} */
4381
- GridsterItemComponentInterface.prototype.top;
4382
- /** @type {?} */
4383
- GridsterItemComponentInterface.prototype.left;
4384
- /** @type {?} */
4385
- GridsterItemComponentInterface.prototype.width;
4386
- /** @type {?} */
4387
- GridsterItemComponentInterface.prototype.height;
4388
- /** @type {?} */
4389
- GridsterItemComponentInterface.prototype.drag;
4390
- /** @type {?} */
4391
- GridsterItemComponentInterface.prototype.resize;
4392
- /** @type {?} */
4393
- GridsterItemComponentInterface.prototype.notPlaced;
4394
- /** @type {?} */
4395
- GridsterItemComponentInterface.prototype.updateOptions;
4396
- /** @type {?} */
4397
- GridsterItemComponentInterface.prototype.itemChanged;
4398
- /** @type {?} */
4399
- GridsterItemComponentInterface.prototype.setSize;
4400
- /** @type {?} */
4401
- GridsterItemComponentInterface.prototype.checkItemChanges;
4402
- /** @type {?} */
4403
- GridsterItemComponentInterface.prototype.canBeDragged;
4404
- /** @type {?} */
4405
- GridsterItemComponentInterface.prototype.canBeResized;
4406
- /** @type {?} */
4407
- GridsterItemComponentInterface.prototype.el;
4408
- /** @type {?} */
4409
- GridsterItemComponentInterface.prototype.gridster;
4410
- /** @type {?} */
4411
- GridsterItemComponentInterface.prototype.renderer;
4412
- }
3677
+ }());
4413
3678
 
4414
3679
  /**
4415
3680
  * @fileoverview added by tsickle
4416
- * Generated from: gridster/lib/gridsterSwap.service.ts
4417
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3681
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4418
3682
  */
4419
3683
  var GridsterSwap = /** @class */ (function () {
4420
3684
  function GridsterSwap(gridsterItem) {
@@ -4542,29 +3806,11 @@
4542
3806
  { type: GridsterItemComponentInterface }
4543
3807
  ]; };
4544
3808
  return GridsterSwap;
4545
- }());
4546
- if (false) {
4547
- /**
4548
- * @type {?}
4549
- * @private
4550
- */
4551
- GridsterSwap.prototype.swapedItem;
4552
- /**
4553
- * @type {?}
4554
- * @private
4555
- */
4556
- GridsterSwap.prototype.gridsterItem;
4557
- /**
4558
- * @type {?}
4559
- * @private
4560
- */
4561
- GridsterSwap.prototype.gridster;
4562
- }
3809
+ }());
4563
3810
 
4564
3811
  /**
4565
3812
  * @fileoverview added by tsickle
4566
- * Generated from: gridster/lib/gridsterScroll.service.ts
4567
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3813
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4568
3814
  */
4569
3815
  /** @type {?} */
4570
3816
  var scrollSensitivity;
@@ -4759,8 +4005,7 @@
4759
4005
 
4760
4006
  /**
4761
4007
  * @fileoverview added by tsickle
4762
- * Generated from: gridster/lib/gridsterPush.service.ts
4763
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4008
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4764
4009
  */
4765
4010
  var GridsterPush = /** @class */ (function () {
4766
4011
  function GridsterPush(gridsterItem) {
@@ -5250,62 +4495,11 @@
5250
4495
  { type: GridsterItemComponentInterface }
5251
4496
  ]; };
5252
4497
  return GridsterPush;
5253
- }());
5254
- if (false) {
5255
- /** @type {?} */
5256
- GridsterPush.prototype.fromSouth;
5257
- /** @type {?} */
5258
- GridsterPush.prototype.fromNorth;
5259
- /** @type {?} */
5260
- GridsterPush.prototype.fromEast;
5261
- /** @type {?} */
5262
- GridsterPush.prototype.fromWest;
5263
- /**
5264
- * @type {?}
5265
- * @private
5266
- */
5267
- GridsterPush.prototype.pushedItems;
5268
- /**
5269
- * @type {?}
5270
- * @private
5271
- */
5272
- GridsterPush.prototype.pushedItemsTemp;
5273
- /**
5274
- * @type {?}
5275
- * @private
5276
- */
5277
- GridsterPush.prototype.pushedItemsTempPath;
5278
- /**
5279
- * @type {?}
5280
- * @private
5281
- */
5282
- GridsterPush.prototype.pushedItemsPath;
5283
- /**
5284
- * @type {?}
5285
- * @private
5286
- */
5287
- GridsterPush.prototype.gridsterItem;
5288
- /**
5289
- * @type {?}
5290
- * @private
5291
- */
5292
- GridsterPush.prototype.gridster;
5293
- /**
5294
- * @type {?}
5295
- * @private
5296
- */
5297
- GridsterPush.prototype.pushedItemsOrder;
5298
- /**
5299
- * @type {?}
5300
- * @private
5301
- */
5302
- GridsterPush.prototype.tryPattern;
5303
- }
4498
+ }());
5304
4499
 
5305
4500
  /**
5306
4501
  * @fileoverview added by tsickle
5307
- * Generated from: gridster/lib/gridsterDraggable.service.ts
5308
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4502
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5309
4503
  */
5310
4504
  var GridsterDraggable = /** @class */ (function () {
5311
4505
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5609,10 +4803,6 @@
5609
4803
  this.gridsterItem.$item.cols = itemColsbackup;
5610
4804
  this.gridsterItem.$item.rows = itemRowsbackup;
5611
4805
  }
5612
- else {
5613
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5614
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5615
- }
5616
4806
  return this.gridsterItem.$item;
5617
4807
  };
5618
4808
  /**
@@ -5769,85 +4959,11 @@
5769
4959
  { type: core.NgZone }
5770
4960
  ]; };
5771
4961
  return GridsterDraggable;
5772
- }());
5773
- if (false) {
5774
- /** @type {?} */
5775
- GridsterDraggable.prototype.gridsterItem;
5776
- /** @type {?} */
5777
- GridsterDraggable.prototype.gridster;
5778
- /** @type {?} */
5779
- GridsterDraggable.prototype.lastMouse;
5780
- /** @type {?} */
5781
- GridsterDraggable.prototype.offsetLeft;
5782
- /** @type {?} */
5783
- GridsterDraggable.prototype.offsetTop;
5784
- /** @type {?} */
5785
- GridsterDraggable.prototype.margin;
5786
- /** @type {?} */
5787
- GridsterDraggable.prototype.diffTop;
5788
- /** @type {?} */
5789
- GridsterDraggable.prototype.diffLeft;
5790
- /** @type {?} */
5791
- GridsterDraggable.prototype.top;
5792
- /** @type {?} */
5793
- GridsterDraggable.prototype.left;
5794
- /** @type {?} */
5795
- GridsterDraggable.prototype.height;
5796
- /** @type {?} */
5797
- GridsterDraggable.prototype.width;
5798
- /** @type {?} */
5799
- GridsterDraggable.prototype.positionX;
5800
- /** @type {?} */
5801
- GridsterDraggable.prototype.positionY;
5802
- /** @type {?} */
5803
- GridsterDraggable.prototype.positionXBackup;
5804
- /** @type {?} */
5805
- GridsterDraggable.prototype.positionYBackup;
5806
- /** @type {?} */
5807
- GridsterDraggable.prototype.enabled;
5808
- /** @type {?} */
5809
- GridsterDraggable.prototype.dragStartFunction;
5810
- /** @type {?} */
5811
- GridsterDraggable.prototype.dragFunction;
5812
- /** @type {?} */
5813
- GridsterDraggable.prototype.dragStopFunction;
5814
- /** @type {?} */
5815
- GridsterDraggable.prototype.mousemove;
5816
- /** @type {?} */
5817
- GridsterDraggable.prototype.mouseup;
5818
- /** @type {?} */
5819
- GridsterDraggable.prototype.mouseleave;
5820
- /** @type {?} */
5821
- GridsterDraggable.prototype.cancelOnBlur;
5822
- /** @type {?} */
5823
- GridsterDraggable.prototype.touchmove;
5824
- /** @type {?} */
5825
- GridsterDraggable.prototype.touchend;
5826
- /** @type {?} */
5827
- GridsterDraggable.prototype.touchcancel;
5828
- /** @type {?} */
5829
- GridsterDraggable.prototype.mousedown;
5830
- /** @type {?} */
5831
- GridsterDraggable.prototype.touchstart;
5832
- /** @type {?} */
5833
- GridsterDraggable.prototype.push;
5834
- /** @type {?} */
5835
- GridsterDraggable.prototype.swap;
5836
- /** @type {?} */
5837
- GridsterDraggable.prototype.path;
5838
- /** @type {?} */
5839
- GridsterDraggable.prototype.collision;
5840
- /**
5841
- * @type {?}
5842
- * @private
5843
- */
5844
- GridsterDraggable.prototype.zone;
5845
- }
4962
+ }());
5846
4963
 
5847
4964
  /**
5848
4965
  * @fileoverview added by tsickle
5849
- * Generated from: gridster/lib/gridsterPushResize.service.ts
5850
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4966
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5851
4967
  */
5852
4968
  var GridsterPushResize = /** @class */ (function () {
5853
4969
  function GridsterPushResize(gridsterItem) {
@@ -6227,47 +5343,11 @@
6227
5343
  { type: GridsterItemComponentInterface }
6228
5344
  ]; };
6229
5345
  return GridsterPushResize;
6230
- }());
6231
- if (false) {
6232
- /** @type {?} */
6233
- GridsterPushResize.prototype.fromSouth;
6234
- /** @type {?} */
6235
- GridsterPushResize.prototype.fromNorth;
6236
- /** @type {?} */
6237
- GridsterPushResize.prototype.fromEast;
6238
- /** @type {?} */
6239
- GridsterPushResize.prototype.fromWest;
6240
- /**
6241
- * @type {?}
6242
- * @private
6243
- */
6244
- GridsterPushResize.prototype.pushedItems;
6245
- /**
6246
- * @type {?}
6247
- * @private
6248
- */
6249
- GridsterPushResize.prototype.pushedItemsPath;
6250
- /**
6251
- * @type {?}
6252
- * @private
6253
- */
6254
- GridsterPushResize.prototype.gridsterItem;
6255
- /**
6256
- * @type {?}
6257
- * @private
6258
- */
6259
- GridsterPushResize.prototype.gridster;
6260
- /**
6261
- * @type {?}
6262
- * @private
6263
- */
6264
- GridsterPushResize.prototype.tryPattern;
6265
- }
5346
+ }());
6266
5347
 
6267
5348
  /**
6268
5349
  * @fileoverview added by tsickle
6269
- * Generated from: gridster/lib/gridsterResizable.service.ts
6270
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5350
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6271
5351
  */
6272
5352
  var GridsterResizable = /** @class */ (function () {
6273
5353
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6809,87 +5889,11 @@
6809
5889
  { type: core.NgZone }
6810
5890
  ]; };
6811
5891
  return GridsterResizable;
6812
- }());
6813
- if (false) {
6814
- /** @type {?} */
6815
- GridsterResizable.prototype.gridsterItem;
6816
- /** @type {?} */
6817
- GridsterResizable.prototype.gridster;
6818
- /** @type {?} */
6819
- GridsterResizable.prototype.lastMouse;
6820
- /** @type {?} */
6821
- GridsterResizable.prototype.itemBackup;
6822
- /** @type {?} */
6823
- GridsterResizable.prototype.resizeEventScrollType;
6824
- /** @type {?} */
6825
- GridsterResizable.prototype.directionFunction;
6826
- /** @type {?} */
6827
- GridsterResizable.prototype.dragFunction;
6828
- /** @type {?} */
6829
- GridsterResizable.prototype.dragStopFunction;
6830
- /** @type {?} */
6831
- GridsterResizable.prototype.resizeEnabled;
6832
- /** @type {?} */
6833
- GridsterResizable.prototype.mousemove;
6834
- /** @type {?} */
6835
- GridsterResizable.prototype.mouseup;
6836
- /** @type {?} */
6837
- GridsterResizable.prototype.mouseleave;
6838
- /** @type {?} */
6839
- GridsterResizable.prototype.cancelOnBlur;
6840
- /** @type {?} */
6841
- GridsterResizable.prototype.touchmove;
6842
- /** @type {?} */
6843
- GridsterResizable.prototype.touchend;
6844
- /** @type {?} */
6845
- GridsterResizable.prototype.touchcancel;
6846
- /** @type {?} */
6847
- GridsterResizable.prototype.push;
6848
- /** @type {?} */
6849
- GridsterResizable.prototype.pushResize;
6850
- /** @type {?} */
6851
- GridsterResizable.prototype.minHeight;
6852
- /** @type {?} */
6853
- GridsterResizable.prototype.minWidth;
6854
- /** @type {?} */
6855
- GridsterResizable.prototype.offsetTop;
6856
- /** @type {?} */
6857
- GridsterResizable.prototype.offsetLeft;
6858
- /** @type {?} */
6859
- GridsterResizable.prototype.diffTop;
6860
- /** @type {?} */
6861
- GridsterResizable.prototype.diffLeft;
6862
- /** @type {?} */
6863
- GridsterResizable.prototype.diffRight;
6864
- /** @type {?} */
6865
- GridsterResizable.prototype.diffBottom;
6866
- /** @type {?} */
6867
- GridsterResizable.prototype.margin;
6868
- /** @type {?} */
6869
- GridsterResizable.prototype.top;
6870
- /** @type {?} */
6871
- GridsterResizable.prototype.left;
6872
- /** @type {?} */
6873
- GridsterResizable.prototype.bottom;
6874
- /** @type {?} */
6875
- GridsterResizable.prototype.right;
6876
- /** @type {?} */
6877
- GridsterResizable.prototype.width;
6878
- /** @type {?} */
6879
- GridsterResizable.prototype.height;
6880
- /** @type {?} */
6881
- GridsterResizable.prototype.newPosition;
6882
- /**
6883
- * @type {?}
6884
- * @private
6885
- */
6886
- GridsterResizable.prototype.zone;
6887
- }
5892
+ }());
6888
5893
 
6889
5894
  /**
6890
5895
  * @fileoverview added by tsickle
6891
- * Generated from: gridster/lib/gridsterItem.component.ts
6892
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5896
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6893
5897
  */
6894
5898
  var GridsterItemComponent = /** @class */ (function () {
6895
5899
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -7084,45 +6088,11 @@
7084
6088
  item: [{ type: core.Input }]
7085
6089
  };
7086
6090
  return GridsterItemComponent;
7087
- }());
7088
- if (false) {
7089
- /** @type {?} */
7090
- GridsterItemComponent.prototype.item;
7091
- /** @type {?} */
7092
- GridsterItemComponent.prototype.$item;
7093
- /** @type {?} */
7094
- GridsterItemComponent.prototype.el;
7095
- /** @type {?} */
7096
- GridsterItemComponent.prototype.gridster;
7097
- /** @type {?} */
7098
- GridsterItemComponent.prototype.top;
7099
- /** @type {?} */
7100
- GridsterItemComponent.prototype.left;
7101
- /** @type {?} */
7102
- GridsterItemComponent.prototype.width;
7103
- /** @type {?} */
7104
- GridsterItemComponent.prototype.height;
7105
- /** @type {?} */
7106
- GridsterItemComponent.prototype.drag;
7107
- /** @type {?} */
7108
- GridsterItemComponent.prototype.resize;
7109
- /** @type {?} */
7110
- GridsterItemComponent.prototype.notPlaced;
7111
- /** @type {?} */
7112
- GridsterItemComponent.prototype.init;
7113
- /** @type {?} */
7114
- GridsterItemComponent.prototype.renderer;
7115
- /**
7116
- * @type {?}
7117
- * @private
7118
- */
7119
- GridsterItemComponent.prototype.zone;
7120
- }
6091
+ }());
7121
6092
 
7122
6093
  /**
7123
6094
  * @fileoverview added by tsickle
7124
- * Generated from: gridster/lib/gridsterPreview.component.ts
7125
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6095
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7126
6096
  */
7127
6097
  var GridsterPreviewComponent = /** @class */ (function () {
7128
6098
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -7177,20 +6147,11 @@
7177
6147
  { type: core.Renderer2 }
7178
6148
  ]; };
7179
6149
  return GridsterPreviewComponent;
7180
- }());
7181
- if (false) {
7182
- /** @type {?} */
7183
- GridsterPreviewComponent.prototype.el;
7184
- /** @type {?} */
7185
- GridsterPreviewComponent.prototype.gridster;
7186
- /** @type {?} */
7187
- GridsterPreviewComponent.prototype.renderer;
7188
- }
6150
+ }());
7189
6151
 
7190
6152
  /**
7191
6153
  * @fileoverview added by tsickle
7192
- * Generated from: gridster/lib/gridster.module.ts
7193
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6154
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7194
6155
  */
7195
6156
  var GridsterModule = /** @class */ (function () {
7196
6157
  function GridsterModule() {
@@ -7215,8 +6176,7 @@
7215
6176
 
7216
6177
  /**
7217
6178
  * @fileoverview added by tsickle
7218
- * Generated from: lib/ra.dashboard.module.ts
7219
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6179
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7220
6180
  */
7221
6181
  /** @type {?} */
7222
6182
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -7257,8 +6217,7 @@
7257
6217
 
7258
6218
  /**
7259
6219
  * @fileoverview added by tsickle
7260
- * Generated from: lib/ra.base.dashboard.template.ts
7261
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6220
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7262
6221
  */
7263
6222
  /**
7264
6223
  * @abstract
@@ -7302,36 +6261,11 @@
7302
6261
  initialize: [{ type: core.Input }]
7303
6262
  };
7304
6263
  return RaBaseDashboardTemplate;
7305
- }());
7306
- if (false) {
7307
- /** @type {?} */
7308
- RaBaseDashboardTemplate.prototype.userDashboardId;
7309
- /** @type {?} */
7310
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7311
- /** @type {?} */
7312
- RaBaseDashboardTemplate.prototype.appConfig;
7313
- /** @type {?} */
7314
- RaBaseDashboardTemplate.prototype.dashboardId;
7315
- /** @type {?} */
7316
- RaBaseDashboardTemplate.prototype.globalFilter;
7317
- /** @type {?} */
7318
- RaBaseDashboardTemplate.prototype.initialize;
7319
- /**
7320
- * @type {?}
7321
- * @private
7322
- */
7323
- RaBaseDashboardTemplate.prototype.ngZone;
7324
- /**
7325
- * @abstract
7326
- * @return {?}
7327
- */
7328
- RaBaseDashboardTemplate.prototype.init = function () { };
7329
- }
6264
+ }());
7330
6265
 
7331
6266
  /**
7332
6267
  * @fileoverview added by tsickle
7333
- * Generated from: lib/ra.base.dashboard.filter.ts
7334
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6268
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7335
6269
  */
7336
6270
  /**
7337
6271
  * @abstract
@@ -7385,42 +6319,7 @@
7385
6319
  clearAllData: [{ type: core.Input }]
7386
6320
  };
7387
6321
  return RaBaseDashboardFilter;
7388
- }());
7389
- if (false) {
7390
- /**
7391
- * @type {?}
7392
- * @private
7393
- */
7394
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7395
- /** @type {?} */
7396
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
7397
- /** @type {?} */
7398
- RaBaseDashboardFilter.prototype.isValidEntry;
7399
- /** @type {?} */
7400
- RaBaseDashboardFilter.prototype.clearAllData;
7401
- /**
7402
- * @abstract
7403
- * @return {?}
7404
- */
7405
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7406
- /**
7407
- * @abstract
7408
- * @param {?} filter
7409
- * @param {?} appConfig
7410
- * @return {?}
7411
- */
7412
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7413
- /**
7414
- * @abstract
7415
- * @return {?}
7416
- */
7417
- RaBaseDashboardFilter.prototype.clearData = function () { };
7418
- /**
7419
- * @abstract
7420
- * @return {?}
7421
- */
7422
- RaBaseDashboardFilter.prototype.isValid = function () { };
7423
- }
6322
+ }());
7424
6323
 
7425
6324
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7426
6325
  exports.RADashboardArea = RADashboardArea;
@@ -7439,5 +6338,5 @@
7439
6338
 
7440
6339
  Object.defineProperty(exports, '__esModule', { value: true });
7441
6340
 
7442
- })));
6341
+ }));
7443
6342
  //# sourceMappingURL=schneideress-dashboardframework.umd.js.map