@schneideress/dashboardframework 0.0.99 → 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 (80) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +120 -1178
  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 +13 -5
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +29 -14
  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 +25 -6
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +36 -14
  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 +99 -1057
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +121 -1061
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +1 -0
  78. package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
  79. package/package.json +1 -1
  80. 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) {
@@ -887,6 +562,7 @@
887
562
  this.widgetList = Array();
888
563
  this.gridheight = 300;
889
564
  this.isWidgetLoaded = false;
565
+ this.domResized = false;
890
566
  this.widgetHeight = 3;
891
567
  this.widgetWidth = 5;
892
568
  }
@@ -906,6 +582,7 @@
906
582
  */
907
583
  function () {
908
584
  areaContext.setAreaHeight();
585
+ areaContext.domResized = !areaContext.domResized;
909
586
  }), 1000);
910
587
  };
911
588
  /**
@@ -934,12 +611,28 @@
934
611
  this.inititateEventBusSubscritions();
935
612
  }
936
613
  };
614
+ // public invokeResizeEvent() {
615
+ // this.widgetContainers.forEach(function(container,i){
616
+ // container.invokeWidgetResizedEvent();
617
+ // });
618
+ // }
937
619
  /**To set GridsterConfig */
620
+ // public invokeResizeEvent() {
621
+ // this.widgetContainers.forEach(function(container,i){
622
+ // container.invokeWidgetResizedEvent();
623
+ // });
624
+ // }
938
625
  /**
939
626
  * To set GridsterConfig
940
627
  * @return {?}
941
628
  */
942
- RADashboardArea.prototype.initiateGridsterConfig = /**
629
+ RADashboardArea.prototype.initiateGridsterConfig =
630
+ // public invokeResizeEvent() {
631
+ // this.widgetContainers.forEach(function(container,i){
632
+ // container.invokeWidgetResizedEvent();
633
+ // });
634
+ // }
635
+ /**
943
636
  * To set GridsterConfig
944
637
  * @return {?}
945
638
  */
@@ -1186,7 +879,7 @@
1186
879
  areaHeight = 600;
1187
880
  }
1188
881
  this.gridheight = areaHeight;
1189
- console.log('area height adjusted');
882
+ console.log('area height adjusted1');
1190
883
  };
1191
884
  /** To remove a widget instance from dashboard and to save info in database */
1192
885
  /**
@@ -1384,7 +1077,7 @@
1384
1077
  RADashboardArea.decorators = [
1385
1078
  { type: core.Component, args: [{
1386
1079
  selector: 'ra-dashboard-area',
1387
- template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
1080
+ template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
1388
1081
  styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
1389
1082
  }] }
1390
1083
  ];
@@ -1408,86 +1101,11 @@
1408
1101
  onResize: [{ type: core.HostListener, args: ['window:resize', ['$event'],] }]
1409
1102
  };
1410
1103
  return RADashboardArea;
1411
- }());
1412
- if (false) {
1413
- /** @type {?} */
1414
- RADashboardArea.prototype.widgetList;
1415
- /** @type {?} */
1416
- RADashboardArea.prototype.options;
1417
- /** @type {?} */
1418
- RADashboardArea.prototype.gridheight;
1419
- /**
1420
- * @type {?}
1421
- * @private
1422
- */
1423
- RADashboardArea.prototype.conifgAddClick;
1424
- /**
1425
- * @type {?}
1426
- * @private
1427
- */
1428
- RADashboardArea.prototype.widgetDeleteEvent;
1429
- /**
1430
- * @type {?}
1431
- * @private
1432
- */
1433
- RADashboardArea.prototype.widgetAddEvent;
1434
- /**
1435
- * @type {?}
1436
- * @private
1437
- */
1438
- RADashboardArea.prototype.widgetLibraryDoneClick;
1439
- /**
1440
- * @type {?}
1441
- * @private
1442
- */
1443
- RADashboardArea.prototype.isWidgetLoaded;
1444
- /** @type {?} */
1445
- RADashboardArea.prototype.userDashboardId;
1446
- /** @type {?} */
1447
- RADashboardArea.prototype.areaKey;
1448
- /** @type {?} */
1449
- RADashboardArea.prototype.globalFilter;
1450
- /** @type {?} */
1451
- RADashboardArea.prototype.raDashboardEventBus;
1452
- /** @type {?} */
1453
- RADashboardArea.prototype.widgetHeight;
1454
- /** @type {?} */
1455
- RADashboardArea.prototype.widgetWidth;
1456
- /** @type {?} */
1457
- RADashboardArea.prototype.appConfig;
1458
- /** @type {?} */
1459
- RADashboardArea.prototype.gridWrapper;
1460
- /**
1461
- * @type {?}
1462
- * @private
1463
- */
1464
- RADashboardArea.prototype.dashboardService;
1465
- /**
1466
- * @type {?}
1467
- * @private
1468
- */
1469
- RADashboardArea.prototype.ngZone;
1470
- /**
1471
- * @type {?}
1472
- * @private
1473
- */
1474
- RADashboardArea.prototype.ngxService;
1475
- /**
1476
- * @type {?}
1477
- * @private
1478
- */
1479
- RADashboardArea.prototype.translateService;
1480
- /**
1481
- * @type {?}
1482
- * @private
1483
- */
1484
- RADashboardArea.prototype.notifier;
1485
- }
1104
+ }());
1486
1105
 
1487
1106
  /**
1488
1107
  * @fileoverview added by tsickle
1489
- * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1490
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1108
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1491
1109
  */
1492
1110
  var RAWidgetContainer = /** @class */ (function () {
1493
1111
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
@@ -1529,6 +1147,17 @@
1529
1147
  }
1530
1148
  }));
1531
1149
  }
1150
+ Object.defineProperty(RAWidgetContainer.prototype, "setResized", {
1151
+ set: /**
1152
+ * @param {?} resized
1153
+ * @return {?}
1154
+ */
1155
+ function (resized) {
1156
+ this.invokeWidgetResizedEvent();
1157
+ },
1158
+ enumerable: true,
1159
+ configurable: true
1160
+ });
1532
1161
  /**
1533
1162
  * @param {?} changes
1534
1163
  * @return {?}
@@ -1558,14 +1187,23 @@
1558
1187
  }
1559
1188
  if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1560
1189
  (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1561
- if (this.widgetElement) {
1562
- /** @type {?} */
1563
- var size = {};
1564
- size.height = this.height;
1565
- size.width = this.width;
1566
- size.cellHeight = this.gridCellHeight;
1567
- this.widgetElement.widgetResized(size);
1568
- }
1190
+ this.invokeWidgetResizedEvent();
1191
+ }
1192
+ };
1193
+ /**
1194
+ * @return {?}
1195
+ */
1196
+ RAWidgetContainer.prototype.invokeWidgetResizedEvent = /**
1197
+ * @return {?}
1198
+ */
1199
+ function () {
1200
+ if (this.widgetElement) {
1201
+ /** @type {?} */
1202
+ var size = {};
1203
+ size.height = this.height;
1204
+ size.width = this.width;
1205
+ size.cellHeight = this.gridCellHeight;
1206
+ this.widgetElement.widgetResized(size);
1569
1207
  }
1570
1208
  };
1571
1209
  /**
@@ -1966,8 +1604,8 @@
1966
1604
  RAWidgetContainer.decorators = [
1967
1605
  { type: core.Component, args: [{
1968
1606
  selector: 'ra-widget-container',
1969
- 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>",
1970
- 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}"]
1971
1609
  }] }
1972
1610
  ];
1973
1611
  /** @nocollapse */
@@ -1992,117 +1630,15 @@
1992
1630
  width: [{ type: core.Input, args: ['widget-width',] }],
1993
1631
  height: [{ type: core.Input, args: ['widget-height',] }],
1994
1632
  gridCellHeight: [{ type: core.Input, args: ['grid-cell-height',] }],
1995
- widgetDeleted: [{ type: core.Output }]
1633
+ widgetDeleted: [{ type: core.Output }],
1634
+ setResized: [{ type: core.Input, args: ['dom-resized',] }]
1996
1635
  };
1997
1636
  return RAWidgetContainer;
1998
- }());
1999
- if (false) {
2000
- /** @type {?} */
2001
- RAWidgetContainer.prototype.showPanel;
2002
- /**
2003
- * @type {?}
2004
- * @private
2005
- */
2006
- RAWidgetContainer.prototype.isWidgetLoaded;
2007
- /**
2008
- * @type {?}
2009
- * @private
2010
- */
2011
- RAWidgetContainer.prototype.widgetElement;
2012
- /**
2013
- * @type {?}
2014
- * @private
2015
- */
2016
- RAWidgetContainer.prototype.configChanged;
2017
- /**
2018
- * @type {?}
2019
- * @private
2020
- */
2021
- RAWidgetContainer.prototype.isIEOrEdge;
2022
- /** @type {?} */
2023
- RAWidgetContainer.prototype.widgetHeight;
2024
- /** @type {?} */
2025
- RAWidgetContainer.prototype.lockClass;
2026
- /** @type {?} */
2027
- RAWidgetContainer.prototype.lockStatus;
2028
- /** @type {?} */
2029
- RAWidgetContainer.prototype.isDownloadIconVisible;
2030
- /** @type {?} */
2031
- RAWidgetContainer.prototype.dropDownShown;
2032
- /** @type {?} */
2033
- RAWidgetContainer.prototype.isDownloadChartVisible;
2034
- /** @type {?} */
2035
- RAWidgetContainer.prototype.downloadIconType;
2036
- /** @type {?} */
2037
- RAWidgetContainer.prototype.enableTitleLine;
2038
- /** @type {?} */
2039
- RAWidgetContainer.prototype.toolTipValue;
2040
- /** @type {?} */
2041
- RAWidgetContainer.prototype.toolTipWidth;
2042
- /** @type {?} */
2043
- RAWidgetContainer.prototype.ctlWidget;
2044
- /** @type {?} */
2045
- RAWidgetContainer.prototype.widgetDropdown;
2046
- /** @type {?} */
2047
- RAWidgetContainer.prototype.widgetDownload;
2048
- /** @type {?} */
2049
- RAWidgetContainer.prototype.searchInput;
2050
- /** @type {?} */
2051
- RAWidgetContainer.prototype.widgetInstanceId;
2052
- /** @type {?} */
2053
- RAWidgetContainer.prototype.globalFilter;
2054
- /** @type {?} */
2055
- RAWidgetContainer.prototype.data;
2056
- /** @type {?} */
2057
- RAWidgetContainer.prototype.raDashboardEventBus;
2058
- /** @type {?} */
2059
- RAWidgetContainer.prototype.appConfig;
2060
- /** @type {?} */
2061
- RAWidgetContainer.prototype.width;
2062
- /** @type {?} */
2063
- RAWidgetContainer.prototype.height;
2064
- /** @type {?} */
2065
- RAWidgetContainer.prototype.gridCellHeight;
2066
- /** @type {?} */
2067
- RAWidgetContainer.prototype.widgetDeleted;
2068
- /** @type {?} */
2069
- RAWidgetContainer.prototype.lockTitle;
2070
- /**
2071
- * @type {?}
2072
- * @private
2073
- */
2074
- RAWidgetContainer.prototype.dashboardService;
2075
- /**
2076
- * @type {?}
2077
- * @private
2078
- */
2079
- RAWidgetContainer.prototype.ngxService;
2080
- /**
2081
- * @type {?}
2082
- * @private
2083
- */
2084
- RAWidgetContainer.prototype.translateService;
2085
- /**
2086
- * @type {?}
2087
- * @private
2088
- */
2089
- RAWidgetContainer.prototype.ngZone;
2090
- /**
2091
- * @type {?}
2092
- * @private
2093
- */
2094
- RAWidgetContainer.prototype.notifier;
2095
- /**
2096
- * @type {?}
2097
- * @private
2098
- */
2099
- RAWidgetContainer.prototype.renderer;
2100
- }
1637
+ }());
2101
1638
 
2102
1639
  /**
2103
1640
  * @fileoverview added by tsickle
2104
- * Generated from: lib/custom.notifier.options.ts
2105
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1641
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2106
1642
  */
2107
1643
  /** @type {?} */
2108
1644
  var customNotifierOptions = {
@@ -2148,8 +1684,7 @@
2148
1684
 
2149
1685
  /**
2150
1686
  * @fileoverview added by tsickle
2151
- * Generated from: gridster/lib/gridsterConfig.constant.ts
2152
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1687
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2153
1688
  */
2154
1689
  /** @type {?} */
2155
1690
  var GridsterConfigService = {
@@ -2327,8 +1862,7 @@
2327
1862
 
2328
1863
  /**
2329
1864
  * @fileoverview added by tsickle
2330
- * Generated from: gridster/lib/gridsterUtils.service.ts
2331
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1865
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2332
1866
  */
2333
1867
  var GridsterUtils = /** @class */ (function () {
2334
1868
  function GridsterUtils() {
@@ -2503,8 +2037,7 @@
2503
2037
 
2504
2038
  /**
2505
2039
  * @fileoverview added by tsickle
2506
- * Generated from: gridster/lib/gridster.interface.ts
2507
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2040
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2508
2041
  */
2509
2042
  /**
2510
2043
  * @abstract
@@ -2516,86 +2049,11 @@
2516
2049
  function GridsterComponentInterface() {
2517
2050
  }
2518
2051
  return GridsterComponentInterface;
2519
- }());
2520
- if (false) {
2521
- /** @type {?} */
2522
- GridsterComponentInterface.prototype.$options;
2523
- /** @type {?} */
2524
- GridsterComponentInterface.prototype.grid;
2525
- /** @type {?} */
2526
- GridsterComponentInterface.prototype.checkCollision;
2527
- /** @type {?} */
2528
- GridsterComponentInterface.prototype.positionXToPixels;
2529
- /** @type {?} */
2530
- GridsterComponentInterface.prototype.pixelsToPositionX;
2531
- /** @type {?} */
2532
- GridsterComponentInterface.prototype.positionYToPixels;
2533
- /** @type {?} */
2534
- GridsterComponentInterface.prototype.pixelsToPositionY;
2535
- /** @type {?} */
2536
- GridsterComponentInterface.prototype.findItemWithItem;
2537
- /** @type {?} */
2538
- GridsterComponentInterface.prototype.findItemsWithItem;
2539
- /** @type {?} */
2540
- GridsterComponentInterface.prototype.checkGridCollision;
2541
- /** @type {?} */
2542
- GridsterComponentInterface.prototype.el;
2543
- /** @type {?} */
2544
- GridsterComponentInterface.prototype.renderer;
2545
- /** @type {?} */
2546
- GridsterComponentInterface.prototype.gridRenderer;
2547
- /** @type {?} */
2548
- GridsterComponentInterface.prototype.cdRef;
2549
- /** @type {?} */
2550
- GridsterComponentInterface.prototype.options;
2551
- /** @type {?} */
2552
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2553
- /** @type {?} */
2554
- GridsterComponentInterface.prototype.updateGrid;
2555
- /** @type {?} */
2556
- GridsterComponentInterface.prototype.movingItem;
2557
- /** @type {?} */
2558
- GridsterComponentInterface.prototype.addItem;
2559
- /** @type {?} */
2560
- GridsterComponentInterface.prototype.removeItem;
2561
- /** @type {?} */
2562
- GridsterComponentInterface.prototype.previewStyle;
2563
- /** @type {?} */
2564
- GridsterComponentInterface.prototype.mobile;
2565
- /** @type {?} */
2566
- GridsterComponentInterface.prototype.curWidth;
2567
- /** @type {?} */
2568
- GridsterComponentInterface.prototype.curHeight;
2569
- /** @type {?} */
2570
- GridsterComponentInterface.prototype.columns;
2571
- /** @type {?} */
2572
- GridsterComponentInterface.prototype.rows;
2573
- /** @type {?} */
2574
- GridsterComponentInterface.prototype.curColWidth;
2575
- /** @type {?} */
2576
- GridsterComponentInterface.prototype.curRowHeight;
2577
- /** @type {?} */
2578
- GridsterComponentInterface.prototype.windowResize;
2579
- /** @type {?} */
2580
- GridsterComponentInterface.prototype.setGridDimensions;
2581
- /** @type {?} */
2582
- GridsterComponentInterface.prototype.dragInProgress;
2583
- /** @type {?} */
2584
- GridsterComponentInterface.prototype.emptyCell;
2585
- /** @type {?} */
2586
- GridsterComponentInterface.prototype.compact;
2587
- /** @type {?} */
2588
- GridsterComponentInterface.prototype.zone;
2589
- /** @type {?} */
2590
- GridsterComponentInterface.prototype.gridRows;
2591
- /** @type {?} */
2592
- GridsterComponentInterface.prototype.gridColumns;
2593
- }
2052
+ }());
2594
2053
 
2595
2054
  /**
2596
2055
  * @fileoverview added by tsickle
2597
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2598
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2056
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2599
2057
  */
2600
2058
  var GridsterEmptyCell = /** @class */ (function () {
2601
2059
  function GridsterEmptyCell(gridster) {
@@ -2912,45 +2370,11 @@
2912
2370
  { type: GridsterComponentInterface }
2913
2371
  ]; };
2914
2372
  return GridsterEmptyCell;
2915
- }());
2916
- if (false) {
2917
- /** @type {?} */
2918
- GridsterEmptyCell.prototype.initialItem;
2919
- /** @type {?} */
2920
- GridsterEmptyCell.prototype.emptyCellClick;
2921
- /** @type {?} */
2922
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2923
- /** @type {?} */
2924
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2925
- /** @type {?} */
2926
- GridsterEmptyCell.prototype.emptyCellDrop;
2927
- /** @type {?} */
2928
- GridsterEmptyCell.prototype.emptyCellDrag;
2929
- /** @type {?} */
2930
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2931
- /** @type {?} */
2932
- GridsterEmptyCell.prototype.emptyCellMMove;
2933
- /** @type {?} */
2934
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2935
- /** @type {?} */
2936
- GridsterEmptyCell.prototype.emptyCellUp;
2937
- /** @type {?} */
2938
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2939
- /** @type {?} */
2940
- GridsterEmptyCell.prototype.emptyCellMove;
2941
- /** @type {?} */
2942
- GridsterEmptyCell.prototype.emptyCellExit;
2943
- /**
2944
- * @type {?}
2945
- * @private
2946
- */
2947
- GridsterEmptyCell.prototype.gridster;
2948
- }
2373
+ }());
2949
2374
 
2950
2375
  /**
2951
2376
  * @fileoverview added by tsickle
2952
- * Generated from: gridster/lib/gridsterCompact.service.ts
2953
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2377
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2954
2378
  */
2955
2379
  var GridsterCompact = /** @class */ (function () {
2956
2380
  function GridsterCompact(gridster) {
@@ -3188,19 +2612,11 @@
3188
2612
  { type: GridsterComponentInterface }
3189
2613
  ]; };
3190
2614
  return GridsterCompact;
3191
- }());
3192
- if (false) {
3193
- /**
3194
- * @type {?}
3195
- * @private
3196
- */
3197
- GridsterCompact.prototype.gridster;
3198
- }
2615
+ }());
3199
2616
 
3200
2617
  /**
3201
2618
  * @fileoverview added by tsickle
3202
- * Generated from: gridster/lib/gridsterRenderer.service.ts
3203
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2619
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3204
2620
  */
3205
2621
  var GridsterRenderer = /** @class */ (function () {
3206
2622
  function GridsterRenderer(gridster) {
@@ -3507,19 +2923,11 @@
3507
2923
  { type: GridsterComponentInterface }
3508
2924
  ]; };
3509
2925
  return GridsterRenderer;
3510
- }());
3511
- if (false) {
3512
- /**
3513
- * @type {?}
3514
- * @private
3515
- */
3516
- GridsterRenderer.prototype.gridster;
3517
- }
2926
+ }());
3518
2927
 
3519
2928
  /**
3520
2929
  * @fileoverview added by tsickle
3521
- * Generated from: gridster/lib/gridster.component.ts
3522
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2930
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3523
2931
  */
3524
2932
  var GridsterComponent = /** @class */ (function () {
3525
2933
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3674,17 +3082,6 @@
3674
3082
  if (this.options.destroyCallback) {
3675
3083
  this.options.destroyCallback(this);
3676
3084
  }
3677
- //if (this.options.api) {
3678
- /* this.options.api getting undefined for new dashboard load- temp fix
3679
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3680
- * ondestroy of current this.options.api instance - needs to investigate further
3681
- */
3682
- if (false) {
3683
- this.options.api.resize = undefined;
3684
- this.options.api.optionsChanged = undefined;
3685
- this.options.api.getNextPossiblePosition = undefined;
3686
- this.options.api = undefined;
3687
- }
3688
3085
  this.emptyCell.destroy();
3689
3086
  delete this.emptyCell;
3690
3087
  this.compact.destroy();
@@ -4261,62 +3658,11 @@
4261
3658
  options: [{ type: core.Input }]
4262
3659
  };
4263
3660
  return GridsterComponent;
4264
- }());
4265
- if (false) {
4266
- /** @type {?} */
4267
- GridsterComponent.prototype.options;
4268
- /** @type {?} */
4269
- GridsterComponent.prototype.calculateLayoutDebounce;
4270
- /** @type {?} */
4271
- GridsterComponent.prototype.movingItem;
4272
- /** @type {?} */
4273
- GridsterComponent.prototype.previewStyle;
4274
- /** @type {?} */
4275
- GridsterComponent.prototype.el;
4276
- /** @type {?} */
4277
- GridsterComponent.prototype.$options;
4278
- /** @type {?} */
4279
- GridsterComponent.prototype.mobile;
4280
- /** @type {?} */
4281
- GridsterComponent.prototype.curWidth;
4282
- /** @type {?} */
4283
- GridsterComponent.prototype.curHeight;
4284
- /** @type {?} */
4285
- GridsterComponent.prototype.grid;
4286
- /** @type {?} */
4287
- GridsterComponent.prototype.columns;
4288
- /** @type {?} */
4289
- GridsterComponent.prototype.rows;
4290
- /** @type {?} */
4291
- GridsterComponent.prototype.curColWidth;
4292
- /** @type {?} */
4293
- GridsterComponent.prototype.curRowHeight;
4294
- /** @type {?} */
4295
- GridsterComponent.prototype.gridColumns;
4296
- /** @type {?} */
4297
- GridsterComponent.prototype.gridRows;
4298
- /** @type {?} */
4299
- GridsterComponent.prototype.windowResize;
4300
- /** @type {?} */
4301
- GridsterComponent.prototype.dragInProgress;
4302
- /** @type {?} */
4303
- GridsterComponent.prototype.emptyCell;
4304
- /** @type {?} */
4305
- GridsterComponent.prototype.compact;
4306
- /** @type {?} */
4307
- GridsterComponent.prototype.gridRenderer;
4308
- /** @type {?} */
4309
- GridsterComponent.prototype.renderer;
4310
- /** @type {?} */
4311
- GridsterComponent.prototype.cdRef;
4312
- /** @type {?} */
4313
- GridsterComponent.prototype.zone;
4314
- }
3661
+ }());
4315
3662
 
4316
3663
  /**
4317
3664
  * @fileoverview added by tsickle
4318
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4319
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3665
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4320
3666
  */
4321
3667
  /**
4322
3668
  * @abstract
@@ -4328,50 +3674,11 @@
4328
3674
  function GridsterItemComponentInterface() {
4329
3675
  }
4330
3676
  return GridsterItemComponentInterface;
4331
- }());
4332
- if (false) {
4333
- /** @type {?} */
4334
- GridsterItemComponentInterface.prototype.item;
4335
- /** @type {?} */
4336
- GridsterItemComponentInterface.prototype.$item;
4337
- /** @type {?} */
4338
- GridsterItemComponentInterface.prototype.top;
4339
- /** @type {?} */
4340
- GridsterItemComponentInterface.prototype.left;
4341
- /** @type {?} */
4342
- GridsterItemComponentInterface.prototype.width;
4343
- /** @type {?} */
4344
- GridsterItemComponentInterface.prototype.height;
4345
- /** @type {?} */
4346
- GridsterItemComponentInterface.prototype.drag;
4347
- /** @type {?} */
4348
- GridsterItemComponentInterface.prototype.resize;
4349
- /** @type {?} */
4350
- GridsterItemComponentInterface.prototype.notPlaced;
4351
- /** @type {?} */
4352
- GridsterItemComponentInterface.prototype.updateOptions;
4353
- /** @type {?} */
4354
- GridsterItemComponentInterface.prototype.itemChanged;
4355
- /** @type {?} */
4356
- GridsterItemComponentInterface.prototype.setSize;
4357
- /** @type {?} */
4358
- GridsterItemComponentInterface.prototype.checkItemChanges;
4359
- /** @type {?} */
4360
- GridsterItemComponentInterface.prototype.canBeDragged;
4361
- /** @type {?} */
4362
- GridsterItemComponentInterface.prototype.canBeResized;
4363
- /** @type {?} */
4364
- GridsterItemComponentInterface.prototype.el;
4365
- /** @type {?} */
4366
- GridsterItemComponentInterface.prototype.gridster;
4367
- /** @type {?} */
4368
- GridsterItemComponentInterface.prototype.renderer;
4369
- }
3677
+ }());
4370
3678
 
4371
3679
  /**
4372
3680
  * @fileoverview added by tsickle
4373
- * Generated from: gridster/lib/gridsterSwap.service.ts
4374
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3681
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4375
3682
  */
4376
3683
  var GridsterSwap = /** @class */ (function () {
4377
3684
  function GridsterSwap(gridsterItem) {
@@ -4499,29 +3806,11 @@
4499
3806
  { type: GridsterItemComponentInterface }
4500
3807
  ]; };
4501
3808
  return GridsterSwap;
4502
- }());
4503
- if (false) {
4504
- /**
4505
- * @type {?}
4506
- * @private
4507
- */
4508
- GridsterSwap.prototype.swapedItem;
4509
- /**
4510
- * @type {?}
4511
- * @private
4512
- */
4513
- GridsterSwap.prototype.gridsterItem;
4514
- /**
4515
- * @type {?}
4516
- * @private
4517
- */
4518
- GridsterSwap.prototype.gridster;
4519
- }
3809
+ }());
4520
3810
 
4521
3811
  /**
4522
3812
  * @fileoverview added by tsickle
4523
- * Generated from: gridster/lib/gridsterScroll.service.ts
4524
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3813
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4525
3814
  */
4526
3815
  /** @type {?} */
4527
3816
  var scrollSensitivity;
@@ -4716,8 +4005,7 @@
4716
4005
 
4717
4006
  /**
4718
4007
  * @fileoverview added by tsickle
4719
- * Generated from: gridster/lib/gridsterPush.service.ts
4720
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4008
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4721
4009
  */
4722
4010
  var GridsterPush = /** @class */ (function () {
4723
4011
  function GridsterPush(gridsterItem) {
@@ -5207,62 +4495,11 @@
5207
4495
  { type: GridsterItemComponentInterface }
5208
4496
  ]; };
5209
4497
  return GridsterPush;
5210
- }());
5211
- if (false) {
5212
- /** @type {?} */
5213
- GridsterPush.prototype.fromSouth;
5214
- /** @type {?} */
5215
- GridsterPush.prototype.fromNorth;
5216
- /** @type {?} */
5217
- GridsterPush.prototype.fromEast;
5218
- /** @type {?} */
5219
- GridsterPush.prototype.fromWest;
5220
- /**
5221
- * @type {?}
5222
- * @private
5223
- */
5224
- GridsterPush.prototype.pushedItems;
5225
- /**
5226
- * @type {?}
5227
- * @private
5228
- */
5229
- GridsterPush.prototype.pushedItemsTemp;
5230
- /**
5231
- * @type {?}
5232
- * @private
5233
- */
5234
- GridsterPush.prototype.pushedItemsTempPath;
5235
- /**
5236
- * @type {?}
5237
- * @private
5238
- */
5239
- GridsterPush.prototype.pushedItemsPath;
5240
- /**
5241
- * @type {?}
5242
- * @private
5243
- */
5244
- GridsterPush.prototype.gridsterItem;
5245
- /**
5246
- * @type {?}
5247
- * @private
5248
- */
5249
- GridsterPush.prototype.gridster;
5250
- /**
5251
- * @type {?}
5252
- * @private
5253
- */
5254
- GridsterPush.prototype.pushedItemsOrder;
5255
- /**
5256
- * @type {?}
5257
- * @private
5258
- */
5259
- GridsterPush.prototype.tryPattern;
5260
- }
4498
+ }());
5261
4499
 
5262
4500
  /**
5263
4501
  * @fileoverview added by tsickle
5264
- * Generated from: gridster/lib/gridsterDraggable.service.ts
5265
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4502
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5266
4503
  */
5267
4504
  var GridsterDraggable = /** @class */ (function () {
5268
4505
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5566,10 +4803,6 @@
5566
4803
  this.gridsterItem.$item.cols = itemColsbackup;
5567
4804
  this.gridsterItem.$item.rows = itemRowsbackup;
5568
4805
  }
5569
- else {
5570
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5571
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5572
- }
5573
4806
  return this.gridsterItem.$item;
5574
4807
  };
5575
4808
  /**
@@ -5726,85 +4959,11 @@
5726
4959
  { type: core.NgZone }
5727
4960
  ]; };
5728
4961
  return GridsterDraggable;
5729
- }());
5730
- if (false) {
5731
- /** @type {?} */
5732
- GridsterDraggable.prototype.gridsterItem;
5733
- /** @type {?} */
5734
- GridsterDraggable.prototype.gridster;
5735
- /** @type {?} */
5736
- GridsterDraggable.prototype.lastMouse;
5737
- /** @type {?} */
5738
- GridsterDraggable.prototype.offsetLeft;
5739
- /** @type {?} */
5740
- GridsterDraggable.prototype.offsetTop;
5741
- /** @type {?} */
5742
- GridsterDraggable.prototype.margin;
5743
- /** @type {?} */
5744
- GridsterDraggable.prototype.diffTop;
5745
- /** @type {?} */
5746
- GridsterDraggable.prototype.diffLeft;
5747
- /** @type {?} */
5748
- GridsterDraggable.prototype.top;
5749
- /** @type {?} */
5750
- GridsterDraggable.prototype.left;
5751
- /** @type {?} */
5752
- GridsterDraggable.prototype.height;
5753
- /** @type {?} */
5754
- GridsterDraggable.prototype.width;
5755
- /** @type {?} */
5756
- GridsterDraggable.prototype.positionX;
5757
- /** @type {?} */
5758
- GridsterDraggable.prototype.positionY;
5759
- /** @type {?} */
5760
- GridsterDraggable.prototype.positionXBackup;
5761
- /** @type {?} */
5762
- GridsterDraggable.prototype.positionYBackup;
5763
- /** @type {?} */
5764
- GridsterDraggable.prototype.enabled;
5765
- /** @type {?} */
5766
- GridsterDraggable.prototype.dragStartFunction;
5767
- /** @type {?} */
5768
- GridsterDraggable.prototype.dragFunction;
5769
- /** @type {?} */
5770
- GridsterDraggable.prototype.dragStopFunction;
5771
- /** @type {?} */
5772
- GridsterDraggable.prototype.mousemove;
5773
- /** @type {?} */
5774
- GridsterDraggable.prototype.mouseup;
5775
- /** @type {?} */
5776
- GridsterDraggable.prototype.mouseleave;
5777
- /** @type {?} */
5778
- GridsterDraggable.prototype.cancelOnBlur;
5779
- /** @type {?} */
5780
- GridsterDraggable.prototype.touchmove;
5781
- /** @type {?} */
5782
- GridsterDraggable.prototype.touchend;
5783
- /** @type {?} */
5784
- GridsterDraggable.prototype.touchcancel;
5785
- /** @type {?} */
5786
- GridsterDraggable.prototype.mousedown;
5787
- /** @type {?} */
5788
- GridsterDraggable.prototype.touchstart;
5789
- /** @type {?} */
5790
- GridsterDraggable.prototype.push;
5791
- /** @type {?} */
5792
- GridsterDraggable.prototype.swap;
5793
- /** @type {?} */
5794
- GridsterDraggable.prototype.path;
5795
- /** @type {?} */
5796
- GridsterDraggable.prototype.collision;
5797
- /**
5798
- * @type {?}
5799
- * @private
5800
- */
5801
- GridsterDraggable.prototype.zone;
5802
- }
4962
+ }());
5803
4963
 
5804
4964
  /**
5805
4965
  * @fileoverview added by tsickle
5806
- * Generated from: gridster/lib/gridsterPushResize.service.ts
5807
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4966
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5808
4967
  */
5809
4968
  var GridsterPushResize = /** @class */ (function () {
5810
4969
  function GridsterPushResize(gridsterItem) {
@@ -6184,47 +5343,11 @@
6184
5343
  { type: GridsterItemComponentInterface }
6185
5344
  ]; };
6186
5345
  return GridsterPushResize;
6187
- }());
6188
- if (false) {
6189
- /** @type {?} */
6190
- GridsterPushResize.prototype.fromSouth;
6191
- /** @type {?} */
6192
- GridsterPushResize.prototype.fromNorth;
6193
- /** @type {?} */
6194
- GridsterPushResize.prototype.fromEast;
6195
- /** @type {?} */
6196
- GridsterPushResize.prototype.fromWest;
6197
- /**
6198
- * @type {?}
6199
- * @private
6200
- */
6201
- GridsterPushResize.prototype.pushedItems;
6202
- /**
6203
- * @type {?}
6204
- * @private
6205
- */
6206
- GridsterPushResize.prototype.pushedItemsPath;
6207
- /**
6208
- * @type {?}
6209
- * @private
6210
- */
6211
- GridsterPushResize.prototype.gridsterItem;
6212
- /**
6213
- * @type {?}
6214
- * @private
6215
- */
6216
- GridsterPushResize.prototype.gridster;
6217
- /**
6218
- * @type {?}
6219
- * @private
6220
- */
6221
- GridsterPushResize.prototype.tryPattern;
6222
- }
5346
+ }());
6223
5347
 
6224
5348
  /**
6225
5349
  * @fileoverview added by tsickle
6226
- * Generated from: gridster/lib/gridsterResizable.service.ts
6227
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5350
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6228
5351
  */
6229
5352
  var GridsterResizable = /** @class */ (function () {
6230
5353
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6766,87 +5889,11 @@
6766
5889
  { type: core.NgZone }
6767
5890
  ]; };
6768
5891
  return GridsterResizable;
6769
- }());
6770
- if (false) {
6771
- /** @type {?} */
6772
- GridsterResizable.prototype.gridsterItem;
6773
- /** @type {?} */
6774
- GridsterResizable.prototype.gridster;
6775
- /** @type {?} */
6776
- GridsterResizable.prototype.lastMouse;
6777
- /** @type {?} */
6778
- GridsterResizable.prototype.itemBackup;
6779
- /** @type {?} */
6780
- GridsterResizable.prototype.resizeEventScrollType;
6781
- /** @type {?} */
6782
- GridsterResizable.prototype.directionFunction;
6783
- /** @type {?} */
6784
- GridsterResizable.prototype.dragFunction;
6785
- /** @type {?} */
6786
- GridsterResizable.prototype.dragStopFunction;
6787
- /** @type {?} */
6788
- GridsterResizable.prototype.resizeEnabled;
6789
- /** @type {?} */
6790
- GridsterResizable.prototype.mousemove;
6791
- /** @type {?} */
6792
- GridsterResizable.prototype.mouseup;
6793
- /** @type {?} */
6794
- GridsterResizable.prototype.mouseleave;
6795
- /** @type {?} */
6796
- GridsterResizable.prototype.cancelOnBlur;
6797
- /** @type {?} */
6798
- GridsterResizable.prototype.touchmove;
6799
- /** @type {?} */
6800
- GridsterResizable.prototype.touchend;
6801
- /** @type {?} */
6802
- GridsterResizable.prototype.touchcancel;
6803
- /** @type {?} */
6804
- GridsterResizable.prototype.push;
6805
- /** @type {?} */
6806
- GridsterResizable.prototype.pushResize;
6807
- /** @type {?} */
6808
- GridsterResizable.prototype.minHeight;
6809
- /** @type {?} */
6810
- GridsterResizable.prototype.minWidth;
6811
- /** @type {?} */
6812
- GridsterResizable.prototype.offsetTop;
6813
- /** @type {?} */
6814
- GridsterResizable.prototype.offsetLeft;
6815
- /** @type {?} */
6816
- GridsterResizable.prototype.diffTop;
6817
- /** @type {?} */
6818
- GridsterResizable.prototype.diffLeft;
6819
- /** @type {?} */
6820
- GridsterResizable.prototype.diffRight;
6821
- /** @type {?} */
6822
- GridsterResizable.prototype.diffBottom;
6823
- /** @type {?} */
6824
- GridsterResizable.prototype.margin;
6825
- /** @type {?} */
6826
- GridsterResizable.prototype.top;
6827
- /** @type {?} */
6828
- GridsterResizable.prototype.left;
6829
- /** @type {?} */
6830
- GridsterResizable.prototype.bottom;
6831
- /** @type {?} */
6832
- GridsterResizable.prototype.right;
6833
- /** @type {?} */
6834
- GridsterResizable.prototype.width;
6835
- /** @type {?} */
6836
- GridsterResizable.prototype.height;
6837
- /** @type {?} */
6838
- GridsterResizable.prototype.newPosition;
6839
- /**
6840
- * @type {?}
6841
- * @private
6842
- */
6843
- GridsterResizable.prototype.zone;
6844
- }
5892
+ }());
6845
5893
 
6846
5894
  /**
6847
5895
  * @fileoverview added by tsickle
6848
- * Generated from: gridster/lib/gridsterItem.component.ts
6849
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5896
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6850
5897
  */
6851
5898
  var GridsterItemComponent = /** @class */ (function () {
6852
5899
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -7041,45 +6088,11 @@
7041
6088
  item: [{ type: core.Input }]
7042
6089
  };
7043
6090
  return GridsterItemComponent;
7044
- }());
7045
- if (false) {
7046
- /** @type {?} */
7047
- GridsterItemComponent.prototype.item;
7048
- /** @type {?} */
7049
- GridsterItemComponent.prototype.$item;
7050
- /** @type {?} */
7051
- GridsterItemComponent.prototype.el;
7052
- /** @type {?} */
7053
- GridsterItemComponent.prototype.gridster;
7054
- /** @type {?} */
7055
- GridsterItemComponent.prototype.top;
7056
- /** @type {?} */
7057
- GridsterItemComponent.prototype.left;
7058
- /** @type {?} */
7059
- GridsterItemComponent.prototype.width;
7060
- /** @type {?} */
7061
- GridsterItemComponent.prototype.height;
7062
- /** @type {?} */
7063
- GridsterItemComponent.prototype.drag;
7064
- /** @type {?} */
7065
- GridsterItemComponent.prototype.resize;
7066
- /** @type {?} */
7067
- GridsterItemComponent.prototype.notPlaced;
7068
- /** @type {?} */
7069
- GridsterItemComponent.prototype.init;
7070
- /** @type {?} */
7071
- GridsterItemComponent.prototype.renderer;
7072
- /**
7073
- * @type {?}
7074
- * @private
7075
- */
7076
- GridsterItemComponent.prototype.zone;
7077
- }
6091
+ }());
7078
6092
 
7079
6093
  /**
7080
6094
  * @fileoverview added by tsickle
7081
- * Generated from: gridster/lib/gridsterPreview.component.ts
7082
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6095
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7083
6096
  */
7084
6097
  var GridsterPreviewComponent = /** @class */ (function () {
7085
6098
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -7134,20 +6147,11 @@
7134
6147
  { type: core.Renderer2 }
7135
6148
  ]; };
7136
6149
  return GridsterPreviewComponent;
7137
- }());
7138
- if (false) {
7139
- /** @type {?} */
7140
- GridsterPreviewComponent.prototype.el;
7141
- /** @type {?} */
7142
- GridsterPreviewComponent.prototype.gridster;
7143
- /** @type {?} */
7144
- GridsterPreviewComponent.prototype.renderer;
7145
- }
6150
+ }());
7146
6151
 
7147
6152
  /**
7148
6153
  * @fileoverview added by tsickle
7149
- * Generated from: gridster/lib/gridster.module.ts
7150
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6154
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7151
6155
  */
7152
6156
  var GridsterModule = /** @class */ (function () {
7153
6157
  function GridsterModule() {
@@ -7172,8 +6176,7 @@
7172
6176
 
7173
6177
  /**
7174
6178
  * @fileoverview added by tsickle
7175
- * Generated from: lib/ra.dashboard.module.ts
7176
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6179
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7177
6180
  */
7178
6181
  /** @type {?} */
7179
6182
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -7214,8 +6217,7 @@
7214
6217
 
7215
6218
  /**
7216
6219
  * @fileoverview added by tsickle
7217
- * Generated from: lib/ra.base.dashboard.template.ts
7218
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6220
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7219
6221
  */
7220
6222
  /**
7221
6223
  * @abstract
@@ -7259,36 +6261,11 @@
7259
6261
  initialize: [{ type: core.Input }]
7260
6262
  };
7261
6263
  return RaBaseDashboardTemplate;
7262
- }());
7263
- if (false) {
7264
- /** @type {?} */
7265
- RaBaseDashboardTemplate.prototype.userDashboardId;
7266
- /** @type {?} */
7267
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7268
- /** @type {?} */
7269
- RaBaseDashboardTemplate.prototype.appConfig;
7270
- /** @type {?} */
7271
- RaBaseDashboardTemplate.prototype.dashboardId;
7272
- /** @type {?} */
7273
- RaBaseDashboardTemplate.prototype.globalFilter;
7274
- /** @type {?} */
7275
- RaBaseDashboardTemplate.prototype.initialize;
7276
- /**
7277
- * @type {?}
7278
- * @private
7279
- */
7280
- RaBaseDashboardTemplate.prototype.ngZone;
7281
- /**
7282
- * @abstract
7283
- * @return {?}
7284
- */
7285
- RaBaseDashboardTemplate.prototype.init = function () { };
7286
- }
6264
+ }());
7287
6265
 
7288
6266
  /**
7289
6267
  * @fileoverview added by tsickle
7290
- * Generated from: lib/ra.base.dashboard.filter.ts
7291
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6268
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7292
6269
  */
7293
6270
  /**
7294
6271
  * @abstract
@@ -7342,42 +6319,7 @@
7342
6319
  clearAllData: [{ type: core.Input }]
7343
6320
  };
7344
6321
  return RaBaseDashboardFilter;
7345
- }());
7346
- if (false) {
7347
- /**
7348
- * @type {?}
7349
- * @private
7350
- */
7351
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7352
- /** @type {?} */
7353
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
7354
- /** @type {?} */
7355
- RaBaseDashboardFilter.prototype.isValidEntry;
7356
- /** @type {?} */
7357
- RaBaseDashboardFilter.prototype.clearAllData;
7358
- /**
7359
- * @abstract
7360
- * @return {?}
7361
- */
7362
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7363
- /**
7364
- * @abstract
7365
- * @param {?} filter
7366
- * @param {?} appConfig
7367
- * @return {?}
7368
- */
7369
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7370
- /**
7371
- * @abstract
7372
- * @return {?}
7373
- */
7374
- RaBaseDashboardFilter.prototype.clearData = function () { };
7375
- /**
7376
- * @abstract
7377
- * @return {?}
7378
- */
7379
- RaBaseDashboardFilter.prototype.isValid = function () { };
7380
- }
6322
+ }());
7381
6323
 
7382
6324
  exports.DashboardFrameworkModule = DashboardFrameworkModule;
7383
6325
  exports.RADashboardArea = RADashboardArea;
@@ -7396,5 +6338,5 @@
7396
6338
 
7397
6339
  Object.defineProperty(exports, '__esModule', { value: true });
7398
6340
 
7399
- })));
6341
+ }));
7400
6342
  //# sourceMappingURL=schneideress-dashboardframework.umd.js.map