@schneideress/dashboardframework 0.0.61 → 0.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +85 -1080
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +1 -1
  6. package/esm2015/gridster/lib/gridster.component.js +1 -1
  7. package/esm2015/gridster/lib/gridster.interface.js +1 -1
  8. package/esm2015/gridster/lib/gridster.module.js +1 -1
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
  15. package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
  19. package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
  27. package/esm2015/lib/custom.notifier.options.js +1 -1
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +33 -16
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +1 -1
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +41 -19
  64. package/esm5/lib/ra.base.dashboard.filter.js +1 -1
  65. package/esm5/lib/ra.base.dashboard.template.js +1 -1
  66. package/esm5/lib/ra.dashbard.event.bus.js +1 -1
  67. package/esm5/lib/ra.dashboard.module.js +1 -1
  68. package/esm5/lib/ra.dashboard.service.js +1 -1
  69. package/esm5/lib/ra.event.enum.js +1 -1
  70. package/esm5/lib/ra.gridster.config.js +1 -1
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +75 -965
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +86 -971
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { __extends, __awaiter, __generator, __assign } from 'tslib';
2
- import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, EventEmitter, ViewChild, Output, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, Output, EventEmitter, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
3
3
  import { of, Subject } from 'rxjs';
4
4
  import { BaseService } from '@schneideress/ess-util';
5
5
  import { filter, map } from 'rxjs/operators';
@@ -13,7 +13,7 @@ import { CommonModule } from '@angular/common';
13
13
 
14
14
  /**
15
15
  * @fileoverview added by tsickle
16
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  var RaDashboardService = /** @class */ (function (_super) {
19
19
  __extends(RaDashboardService, _super);
@@ -217,18 +217,11 @@ var RaDashboardService = /** @class */ (function (_super) {
217
217
  ]; };
218
218
  /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
219
219
  return RaDashboardService;
220
- }(BaseService));
221
- if (false) {
222
- /**
223
- * @type {?}
224
- * @private
225
- */
226
- RaDashboardService.prototype.loadedScripts;
227
- }
220
+ }(BaseService));
228
221
 
229
222
  /**
230
223
  * @fileoverview added by tsickle
231
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
232
225
  */
233
226
  var RADashboardEventBus = /** @class */ (function () {
234
227
  function RADashboardEventBus() {
@@ -337,18 +330,11 @@ var RADashboardEventBus = /** @class */ (function () {
337
330
  ];
338
331
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
339
332
  return RADashboardEventBus;
340
- }());
341
- if (false) {
342
- /**
343
- * @type {?}
344
- * @private
345
- */
346
- RADashboardEventBus.prototype.eventQueue;
347
- }
333
+ }());
348
334
 
349
335
  /**
350
336
  * @fileoverview added by tsickle
351
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
337
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
352
338
  */
353
339
  /** @enum {string} */
354
340
  var RAEvent = {
@@ -397,7 +383,7 @@ var RAEventKey = {
397
383
 
398
384
  /**
399
385
  * @fileoverview added by tsickle
400
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
386
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
401
387
  */
402
388
  /** @enum {string} */
403
389
  var GridType = {
@@ -424,196 +410,11 @@ var CompactType = {
424
410
  CompactRight: 'compactRight',
425
411
  CompactUpAndRight: 'compactUp&Right',
426
412
  CompactRightAndUp: 'compactRight&Up',
427
- };
428
- /**
429
- * @record
430
- */
431
- function GridsterConfig() { }
432
- if (false) {
433
- /** @type {?|undefined} */
434
- GridsterConfig.prototype.gridType;
435
- /** @type {?|undefined} */
436
- GridsterConfig.prototype.fixedColWidth;
437
- /** @type {?|undefined} */
438
- GridsterConfig.prototype.fixedRowHeight;
439
- /** @type {?|undefined} */
440
- GridsterConfig.prototype.keepFixedHeightInMobile;
441
- /** @type {?|undefined} */
442
- GridsterConfig.prototype.keepFixedWidthInMobile;
443
- /** @type {?|undefined} */
444
- GridsterConfig.prototype.setGridSize;
445
- /** @type {?|undefined} */
446
- GridsterConfig.prototype.compactType;
447
- /** @type {?|undefined} */
448
- GridsterConfig.prototype.mobileBreakpoint;
449
- /** @type {?|undefined} */
450
- GridsterConfig.prototype.minCols;
451
- /** @type {?|undefined} */
452
- GridsterConfig.prototype.maxCols;
453
- /** @type {?|undefined} */
454
- GridsterConfig.prototype.minRows;
455
- /** @type {?|undefined} */
456
- GridsterConfig.prototype.maxRows;
457
- /** @type {?|undefined} */
458
- GridsterConfig.prototype.defaultItemCols;
459
- /** @type {?|undefined} */
460
- GridsterConfig.prototype.defaultItemRows;
461
- /** @type {?|undefined} */
462
- GridsterConfig.prototype.maxItemCols;
463
- /** @type {?|undefined} */
464
- GridsterConfig.prototype.maxItemRows;
465
- /** @type {?|undefined} */
466
- GridsterConfig.prototype.minItemCols;
467
- /** @type {?|undefined} */
468
- GridsterConfig.prototype.minItemRows;
469
- /** @type {?|undefined} */
470
- GridsterConfig.prototype.minItemArea;
471
- /** @type {?|undefined} */
472
- GridsterConfig.prototype.maxItemArea;
473
- /** @type {?|undefined} */
474
- GridsterConfig.prototype.margin;
475
- /** @type {?|undefined} */
476
- GridsterConfig.prototype.outerMargin;
477
- /** @type {?|undefined} */
478
- GridsterConfig.prototype.outerMarginTop;
479
- /** @type {?|undefined} */
480
- GridsterConfig.prototype.outerMarginRight;
481
- /** @type {?|undefined} */
482
- GridsterConfig.prototype.outerMarginBottom;
483
- /** @type {?|undefined} */
484
- GridsterConfig.prototype.outerMarginLeft;
485
- /** @type {?|undefined} */
486
- GridsterConfig.prototype.useTransformPositioning;
487
- /** @type {?|undefined} */
488
- GridsterConfig.prototype.scrollSensitivity;
489
- /** @type {?|undefined} */
490
- GridsterConfig.prototype.scrollSpeed;
491
- /** @type {?|undefined} */
492
- GridsterConfig.prototype.initCallback;
493
- /** @type {?|undefined} */
494
- GridsterConfig.prototype.destroyCallback;
495
- /** @type {?|undefined} */
496
- GridsterConfig.prototype.gridSizeChangedCallback;
497
- /** @type {?|undefined} */
498
- GridsterConfig.prototype.itemChangeCallback;
499
- /** @type {?|undefined} */
500
- GridsterConfig.prototype.itemResizeCallback;
501
- /** @type {?|undefined} */
502
- GridsterConfig.prototype.itemInitCallback;
503
- /** @type {?|undefined} */
504
- GridsterConfig.prototype.itemRemovedCallback;
505
- /** @type {?|undefined} */
506
- GridsterConfig.prototype.itemValidateCallback;
507
- /** @type {?|undefined} */
508
- GridsterConfig.prototype.draggable;
509
- /** @type {?|undefined} */
510
- GridsterConfig.prototype.resizable;
511
- /** @type {?|undefined} */
512
- GridsterConfig.prototype.swap;
513
- /** @type {?|undefined} */
514
- GridsterConfig.prototype.pushItems;
515
- /** @type {?|undefined} */
516
- GridsterConfig.prototype.disablePushOnDrag;
517
- /** @type {?|undefined} */
518
- GridsterConfig.prototype.disablePushOnResize;
519
- /** @type {?|undefined} */
520
- GridsterConfig.prototype.disableAutoPositionOnConflict;
521
- /** @type {?|undefined} */
522
- GridsterConfig.prototype.pushDirections;
523
- /** @type {?|undefined} */
524
- GridsterConfig.prototype.pushResizeItems;
525
- /** @type {?|undefined} */
526
- GridsterConfig.prototype.displayGrid;
527
- /** @type {?|undefined} */
528
- GridsterConfig.prototype.disableWindowResize;
529
- /** @type {?|undefined} */
530
- GridsterConfig.prototype.disableWarnings;
531
- /** @type {?|undefined} */
532
- GridsterConfig.prototype.scrollToNewItems;
533
- /** @type {?|undefined} */
534
- GridsterConfig.prototype.enableEmptyCellClick;
535
- /** @type {?|undefined} */
536
- GridsterConfig.prototype.enableEmptyCellContextMenu;
537
- /** @type {?|undefined} */
538
- GridsterConfig.prototype.enableEmptyCellDrop;
539
- /** @type {?|undefined} */
540
- GridsterConfig.prototype.enableEmptyCellDrag;
541
- /** @type {?|undefined} */
542
- GridsterConfig.prototype.emptyCellClickCallback;
543
- /** @type {?|undefined} */
544
- GridsterConfig.prototype.emptyCellContextMenuCallback;
545
- /** @type {?|undefined} */
546
- GridsterConfig.prototype.emptyCellDropCallback;
547
- /** @type {?|undefined} */
548
- GridsterConfig.prototype.emptyCellDragCallback;
549
- /** @type {?|undefined} */
550
- GridsterConfig.prototype.emptyCellDragMaxCols;
551
- /** @type {?|undefined} */
552
- GridsterConfig.prototype.emptyCellDragMaxRows;
553
- /** @type {?|undefined} */
554
- GridsterConfig.prototype.ignoreMarginInRow;
555
- /** @type {?|undefined} */
556
- GridsterConfig.prototype.autoResizeonDrag;
557
- /** @type {?|undefined} */
558
- GridsterConfig.prototype.api;
559
- /* Skipping unhandled member: [propName: string]: any;*/
560
- }
561
- /**
562
- * @record
563
- */
564
- function DragBase() { }
565
- if (false) {
566
- /** @type {?|undefined} */
567
- DragBase.prototype.enabled;
568
- /** @type {?|undefined} */
569
- DragBase.prototype.stop;
570
- /** @type {?|undefined} */
571
- DragBase.prototype.start;
572
- /** @type {?|undefined} */
573
- DragBase.prototype.delayStart;
574
- }
575
- /**
576
- * @record
577
- */
578
- function Draggable() { }
579
- if (false) {
580
- /** @type {?|undefined} */
581
- Draggable.prototype.ignoreContentClass;
582
- /** @type {?|undefined} */
583
- Draggable.prototype.ignoreContent;
584
- /** @type {?|undefined} */
585
- Draggable.prototype.dragHandleClass;
586
- /** @type {?|undefined} */
587
- Draggable.prototype.dropOverItems;
588
- /** @type {?|undefined} */
589
- Draggable.prototype.dropOverItemsCallback;
590
- }
591
- /**
592
- * @record
593
- */
594
- function Resizable() { }
595
- if (false) {
596
- /** @type {?|undefined} */
597
- Resizable.prototype.handles;
598
- }
599
- /**
600
- * @record
601
- */
602
- function PushDirections() { }
603
- if (false) {
604
- /** @type {?} */
605
- PushDirections.prototype.north;
606
- /** @type {?} */
607
- PushDirections.prototype.east;
608
- /** @type {?} */
609
- PushDirections.prototype.south;
610
- /** @type {?} */
611
- PushDirections.prototype.west;
612
- }
413
+ };
613
414
 
614
415
  /**
615
416
  * @fileoverview added by tsickle
616
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
417
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
617
418
  */
618
419
  /** @type {?} */
619
420
  var GridsterConfigDefaultSettings = {
@@ -679,7 +480,7 @@ var GridsterConfigDefaultSettings = {
679
480
 
680
481
  /**
681
482
  * @fileoverview added by tsickle
682
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
483
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
683
484
  */
684
485
  var RADashboardArea = /** @class */ (function () {
685
486
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1180,83 +981,11 @@ var RADashboardArea = /** @class */ (function () {
1180
981
  appConfig: [{ type: Input, args: ['app-config',] }]
1181
982
  };
1182
983
  return RADashboardArea;
1183
- }());
1184
- if (false) {
1185
- /** @type {?} */
1186
- RADashboardArea.prototype.widgetList;
1187
- /** @type {?} */
1188
- RADashboardArea.prototype.options;
1189
- /** @type {?} */
1190
- RADashboardArea.prototype.gridheight;
1191
- /**
1192
- * @type {?}
1193
- * @private
1194
- */
1195
- RADashboardArea.prototype.conifgAddClick;
1196
- /**
1197
- * @type {?}
1198
- * @private
1199
- */
1200
- RADashboardArea.prototype.widgetDeleteEvent;
1201
- /**
1202
- * @type {?}
1203
- * @private
1204
- */
1205
- RADashboardArea.prototype.widgetAddEvent;
1206
- /**
1207
- * @type {?}
1208
- * @private
1209
- */
1210
- RADashboardArea.prototype.widgetLibraryDoneClick;
1211
- /**
1212
- * @type {?}
1213
- * @private
1214
- */
1215
- RADashboardArea.prototype.isWidgetLoaded;
1216
- /** @type {?} */
1217
- RADashboardArea.prototype.userDashboardId;
1218
- /** @type {?} */
1219
- RADashboardArea.prototype.areaKey;
1220
- /** @type {?} */
1221
- RADashboardArea.prototype.globalFilter;
1222
- /** @type {?} */
1223
- RADashboardArea.prototype.raDashboardEventBus;
1224
- /** @type {?} */
1225
- RADashboardArea.prototype.widgetHeight;
1226
- /** @type {?} */
1227
- RADashboardArea.prototype.widgetWidth;
1228
- /** @type {?} */
1229
- RADashboardArea.prototype.appConfig;
1230
- /**
1231
- * @type {?}
1232
- * @private
1233
- */
1234
- RADashboardArea.prototype.dashboardService;
1235
- /**
1236
- * @type {?}
1237
- * @private
1238
- */
1239
- RADashboardArea.prototype.ngZone;
1240
- /**
1241
- * @type {?}
1242
- * @private
1243
- */
1244
- RADashboardArea.prototype.ngxService;
1245
- /**
1246
- * @type {?}
1247
- * @private
1248
- */
1249
- RADashboardArea.prototype.translateService;
1250
- /**
1251
- * @type {?}
1252
- * @private
1253
- */
1254
- RADashboardArea.prototype.notifier;
1255
- }
984
+ }());
1256
985
 
1257
986
  /**
1258
987
  * @fileoverview added by tsickle
1259
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
988
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1260
989
  */
1261
990
  var RAWidgetContainer = /** @class */ (function () {
1262
991
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1265,6 +994,7 @@ var RAWidgetContainer = /** @class */ (function () {
1265
994
  this.translateService = translateService;
1266
995
  this.ngZone = ngZone;
1267
996
  this.notifier = notifier;
997
+ this.showPanel = false;
1268
998
  this.isWidgetLoaded = false;
1269
999
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1270
1000
  this.lockClass = "unlocked";
@@ -1445,23 +1175,42 @@ var RAWidgetContainer = /** @class */ (function () {
1445
1175
  * @return {?}
1446
1176
  */
1447
1177
  function () { return __awaiter(_this, void 0, void 0, function () {
1178
+ var _this = this;
1448
1179
  return __generator(this, function (_a) {
1449
- switch (_a.label) {
1450
- case 0:
1451
- console.log('widget initiated' + widgetInfo.widgetInstanceId);
1452
- widgetContainer.isWidgetLoaded = true;
1453
- widgetConfigFilter.appConfig = this.appConfig;
1454
- widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
1455
- widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
1456
- widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1457
- return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1458
- case 1:
1459
- _a.sent();
1460
- return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1461
- case 2:
1462
- _a.sent();
1463
- return [2 /*return*/];
1464
- }
1180
+ setTimeout((/**
1181
+ * @return {?}
1182
+ */
1183
+ function () { return __awaiter(_this, void 0, void 0, function () {
1184
+ var _this = this;
1185
+ return __generator(this, function (_a) {
1186
+ switch (_a.label) {
1187
+ case 0:
1188
+ this.widgetElement.addEventListener('on-data-load', (/**
1189
+ * @param {?} e
1190
+ * @return {?}
1191
+ */
1192
+ function (e) {
1193
+ if (e.detail)
1194
+ _this.showPanel = true;
1195
+ else
1196
+ _this.showPanel = false;
1197
+ }));
1198
+ widgetContainer.isWidgetLoaded = true;
1199
+ widgetConfigFilter.appConfig = this.appConfig;
1200
+ widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
1201
+ widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
1202
+ widgetContainer.widgetElement.loadContent(widgetConfigFilter);
1203
+ return [4 /*yield*/, widgetContainer.setLock(widgetConfigFilter.config)];
1204
+ case 1:
1205
+ _a.sent();
1206
+ return [4 /*yield*/, widgetContainer.setDownloadIcon()];
1207
+ case 2:
1208
+ _a.sent();
1209
+ return [2 /*return*/];
1210
+ }
1211
+ });
1212
+ }); }));
1213
+ return [2 /*return*/];
1465
1214
  });
1466
1215
  }); }));
1467
1216
  _this.ctlWidget.nativeElement.appendChild(_this.widgetElement);
@@ -1582,7 +1331,7 @@ var RAWidgetContainer = /** @class */ (function () {
1582
1331
  RAWidgetContainer.decorators = [
1583
1332
  { type: Component, args: [{
1584
1333
  selector: 'ra-widget-container',
1585
- template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" >\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1334
+ template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div *ngIf=\"isDownloadIconVisible\"> <i class=\"far fa-download\" (click)=\"downloadClicked\"></i></div>\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </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>",
1586
1335
  styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:0}.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-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.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}"]
1587
1336
  }] }
1588
1337
  ];
@@ -1606,84 +1355,11 @@ var RAWidgetContainer = /** @class */ (function () {
1606
1355
  widgetDeleted: [{ type: Output }]
1607
1356
  };
1608
1357
  return RAWidgetContainer;
1609
- }());
1610
- if (false) {
1611
- /**
1612
- * @type {?}
1613
- * @private
1614
- */
1615
- RAWidgetContainer.prototype.isWidgetLoaded;
1616
- /**
1617
- * @type {?}
1618
- * @private
1619
- */
1620
- RAWidgetContainer.prototype.widgetElement;
1621
- /**
1622
- * @type {?}
1623
- * @private
1624
- */
1625
- RAWidgetContainer.prototype.configChanged;
1626
- /**
1627
- * @type {?}
1628
- * @private
1629
- */
1630
- RAWidgetContainer.prototype.isIEOrEdge;
1631
- /** @type {?} */
1632
- RAWidgetContainer.prototype.widgetHeight;
1633
- /** @type {?} */
1634
- RAWidgetContainer.prototype.lockClass;
1635
- /** @type {?} */
1636
- RAWidgetContainer.prototype.lockStatus;
1637
- /** @type {?} */
1638
- RAWidgetContainer.prototype.isDownloadIconVisible;
1639
- /** @type {?} */
1640
- RAWidgetContainer.prototype.ctlWidget;
1641
- /** @type {?} */
1642
- RAWidgetContainer.prototype.widgetInstanceId;
1643
- /** @type {?} */
1644
- RAWidgetContainer.prototype.globalFilter;
1645
- /** @type {?} */
1646
- RAWidgetContainer.prototype.data;
1647
- /** @type {?} */
1648
- RAWidgetContainer.prototype.raDashboardEventBus;
1649
- /** @type {?} */
1650
- RAWidgetContainer.prototype.appConfig;
1651
- /** @type {?} */
1652
- RAWidgetContainer.prototype.width;
1653
- /** @type {?} */
1654
- RAWidgetContainer.prototype.height;
1655
- /** @type {?} */
1656
- RAWidgetContainer.prototype.widgetDeleted;
1657
- /**
1658
- * @type {?}
1659
- * @private
1660
- */
1661
- RAWidgetContainer.prototype.dashboardService;
1662
- /**
1663
- * @type {?}
1664
- * @private
1665
- */
1666
- RAWidgetContainer.prototype.ngxService;
1667
- /**
1668
- * @type {?}
1669
- * @private
1670
- */
1671
- RAWidgetContainer.prototype.translateService;
1672
- /**
1673
- * @type {?}
1674
- * @private
1675
- */
1676
- RAWidgetContainer.prototype.ngZone;
1677
- /**
1678
- * @type {?}
1679
- * @private
1680
- */
1681
- RAWidgetContainer.prototype.notifier;
1682
- }
1358
+ }());
1683
1359
 
1684
1360
  /**
1685
1361
  * @fileoverview added by tsickle
1686
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1362
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1687
1363
  */
1688
1364
  /** @type {?} */
1689
1365
  var customNotifierOptions = {
@@ -1729,7 +1405,7 @@ var customNotifierOptions = {
1729
1405
 
1730
1406
  /**
1731
1407
  * @fileoverview added by tsickle
1732
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1408
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1733
1409
  */
1734
1410
  /** @type {?} */
1735
1411
  var GridsterConfigService = {
@@ -1907,7 +1583,7 @@ var GridsterConfigService = {
1907
1583
 
1908
1584
  /**
1909
1585
  * @fileoverview added by tsickle
1910
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1586
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1911
1587
  */
1912
1588
  var GridsterUtils = /** @class */ (function () {
1913
1589
  function GridsterUtils() {
@@ -2082,7 +1758,7 @@ var GridsterUtils = /** @class */ (function () {
2082
1758
 
2083
1759
  /**
2084
1760
  * @fileoverview added by tsickle
2085
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1761
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2086
1762
  */
2087
1763
  /**
2088
1764
  * @abstract
@@ -2094,85 +1770,11 @@ GridsterComponentInterface = /** @class */ (function () {
2094
1770
  function GridsterComponentInterface() {
2095
1771
  }
2096
1772
  return GridsterComponentInterface;
2097
- }());
2098
- if (false) {
2099
- /** @type {?} */
2100
- GridsterComponentInterface.prototype.$options;
2101
- /** @type {?} */
2102
- GridsterComponentInterface.prototype.grid;
2103
- /** @type {?} */
2104
- GridsterComponentInterface.prototype.checkCollision;
2105
- /** @type {?} */
2106
- GridsterComponentInterface.prototype.positionXToPixels;
2107
- /** @type {?} */
2108
- GridsterComponentInterface.prototype.pixelsToPositionX;
2109
- /** @type {?} */
2110
- GridsterComponentInterface.prototype.positionYToPixels;
2111
- /** @type {?} */
2112
- GridsterComponentInterface.prototype.pixelsToPositionY;
2113
- /** @type {?} */
2114
- GridsterComponentInterface.prototype.findItemWithItem;
2115
- /** @type {?} */
2116
- GridsterComponentInterface.prototype.findItemsWithItem;
2117
- /** @type {?} */
2118
- GridsterComponentInterface.prototype.checkGridCollision;
2119
- /** @type {?} */
2120
- GridsterComponentInterface.prototype.el;
2121
- /** @type {?} */
2122
- GridsterComponentInterface.prototype.renderer;
2123
- /** @type {?} */
2124
- GridsterComponentInterface.prototype.gridRenderer;
2125
- /** @type {?} */
2126
- GridsterComponentInterface.prototype.cdRef;
2127
- /** @type {?} */
2128
- GridsterComponentInterface.prototype.options;
2129
- /** @type {?} */
2130
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2131
- /** @type {?} */
2132
- GridsterComponentInterface.prototype.updateGrid;
2133
- /** @type {?} */
2134
- GridsterComponentInterface.prototype.movingItem;
2135
- /** @type {?} */
2136
- GridsterComponentInterface.prototype.addItem;
2137
- /** @type {?} */
2138
- GridsterComponentInterface.prototype.removeItem;
2139
- /** @type {?} */
2140
- GridsterComponentInterface.prototype.previewStyle;
2141
- /** @type {?} */
2142
- GridsterComponentInterface.prototype.mobile;
2143
- /** @type {?} */
2144
- GridsterComponentInterface.prototype.curWidth;
2145
- /** @type {?} */
2146
- GridsterComponentInterface.prototype.curHeight;
2147
- /** @type {?} */
2148
- GridsterComponentInterface.prototype.columns;
2149
- /** @type {?} */
2150
- GridsterComponentInterface.prototype.rows;
2151
- /** @type {?} */
2152
- GridsterComponentInterface.prototype.curColWidth;
2153
- /** @type {?} */
2154
- GridsterComponentInterface.prototype.curRowHeight;
2155
- /** @type {?} */
2156
- GridsterComponentInterface.prototype.windowResize;
2157
- /** @type {?} */
2158
- GridsterComponentInterface.prototype.setGridDimensions;
2159
- /** @type {?} */
2160
- GridsterComponentInterface.prototype.dragInProgress;
2161
- /** @type {?} */
2162
- GridsterComponentInterface.prototype.emptyCell;
2163
- /** @type {?} */
2164
- GridsterComponentInterface.prototype.compact;
2165
- /** @type {?} */
2166
- GridsterComponentInterface.prototype.zone;
2167
- /** @type {?} */
2168
- GridsterComponentInterface.prototype.gridRows;
2169
- /** @type {?} */
2170
- GridsterComponentInterface.prototype.gridColumns;
2171
- }
1773
+ }());
2172
1774
 
2173
1775
  /**
2174
1776
  * @fileoverview added by tsickle
2175
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1777
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2176
1778
  */
2177
1779
  var GridsterEmptyCell = /** @class */ (function () {
2178
1780
  function GridsterEmptyCell(gridster) {
@@ -2489,44 +2091,11 @@ var GridsterEmptyCell = /** @class */ (function () {
2489
2091
  { type: GridsterComponentInterface }
2490
2092
  ]; };
2491
2093
  return GridsterEmptyCell;
2492
- }());
2493
- if (false) {
2494
- /** @type {?} */
2495
- GridsterEmptyCell.prototype.initialItem;
2496
- /** @type {?} */
2497
- GridsterEmptyCell.prototype.emptyCellClick;
2498
- /** @type {?} */
2499
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2500
- /** @type {?} */
2501
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2502
- /** @type {?} */
2503
- GridsterEmptyCell.prototype.emptyCellDrop;
2504
- /** @type {?} */
2505
- GridsterEmptyCell.prototype.emptyCellDrag;
2506
- /** @type {?} */
2507
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2508
- /** @type {?} */
2509
- GridsterEmptyCell.prototype.emptyCellMMove;
2510
- /** @type {?} */
2511
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2512
- /** @type {?} */
2513
- GridsterEmptyCell.prototype.emptyCellUp;
2514
- /** @type {?} */
2515
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2516
- /** @type {?} */
2517
- GridsterEmptyCell.prototype.emptyCellMove;
2518
- /** @type {?} */
2519
- GridsterEmptyCell.prototype.emptyCellExit;
2520
- /**
2521
- * @type {?}
2522
- * @private
2523
- */
2524
- GridsterEmptyCell.prototype.gridster;
2525
- }
2094
+ }());
2526
2095
 
2527
2096
  /**
2528
2097
  * @fileoverview added by tsickle
2529
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2098
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2530
2099
  */
2531
2100
  var GridsterCompact = /** @class */ (function () {
2532
2101
  function GridsterCompact(gridster) {
@@ -2764,18 +2333,11 @@ var GridsterCompact = /** @class */ (function () {
2764
2333
  { type: GridsterComponentInterface }
2765
2334
  ]; };
2766
2335
  return GridsterCompact;
2767
- }());
2768
- if (false) {
2769
- /**
2770
- * @type {?}
2771
- * @private
2772
- */
2773
- GridsterCompact.prototype.gridster;
2774
- }
2336
+ }());
2775
2337
 
2776
2338
  /**
2777
2339
  * @fileoverview added by tsickle
2778
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2340
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2779
2341
  */
2780
2342
  var GridsterRenderer = /** @class */ (function () {
2781
2343
  function GridsterRenderer(gridster) {
@@ -3082,18 +2644,11 @@ var GridsterRenderer = /** @class */ (function () {
3082
2644
  { type: GridsterComponentInterface }
3083
2645
  ]; };
3084
2646
  return GridsterRenderer;
3085
- }());
3086
- if (false) {
3087
- /**
3088
- * @type {?}
3089
- * @private
3090
- */
3091
- GridsterRenderer.prototype.gridster;
3092
- }
2647
+ }());
3093
2648
 
3094
2649
  /**
3095
2650
  * @fileoverview added by tsickle
3096
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2651
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3097
2652
  */
3098
2653
  var GridsterComponent = /** @class */ (function () {
3099
2654
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3248,17 +2803,6 @@ var GridsterComponent = /** @class */ (function () {
3248
2803
  if (this.options.destroyCallback) {
3249
2804
  this.options.destroyCallback(this);
3250
2805
  }
3251
- //if (this.options.api) {
3252
- /* this.options.api getting undefined for new dashboard load- temp fix
3253
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3254
- * ondestroy of current this.options.api instance - needs to investigate further
3255
- */
3256
- if (false) {
3257
- this.options.api.resize = undefined;
3258
- this.options.api.optionsChanged = undefined;
3259
- this.options.api.getNextPossiblePosition = undefined;
3260
- this.options.api = undefined;
3261
- }
3262
2806
  this.emptyCell.destroy();
3263
2807
  delete this.emptyCell;
3264
2808
  this.compact.destroy();
@@ -3835,61 +3379,11 @@ var GridsterComponent = /** @class */ (function () {
3835
3379
  options: [{ type: Input }]
3836
3380
  };
3837
3381
  return GridsterComponent;
3838
- }());
3839
- if (false) {
3840
- /** @type {?} */
3841
- GridsterComponent.prototype.options;
3842
- /** @type {?} */
3843
- GridsterComponent.prototype.calculateLayoutDebounce;
3844
- /** @type {?} */
3845
- GridsterComponent.prototype.movingItem;
3846
- /** @type {?} */
3847
- GridsterComponent.prototype.previewStyle;
3848
- /** @type {?} */
3849
- GridsterComponent.prototype.el;
3850
- /** @type {?} */
3851
- GridsterComponent.prototype.$options;
3852
- /** @type {?} */
3853
- GridsterComponent.prototype.mobile;
3854
- /** @type {?} */
3855
- GridsterComponent.prototype.curWidth;
3856
- /** @type {?} */
3857
- GridsterComponent.prototype.curHeight;
3858
- /** @type {?} */
3859
- GridsterComponent.prototype.grid;
3860
- /** @type {?} */
3861
- GridsterComponent.prototype.columns;
3862
- /** @type {?} */
3863
- GridsterComponent.prototype.rows;
3864
- /** @type {?} */
3865
- GridsterComponent.prototype.curColWidth;
3866
- /** @type {?} */
3867
- GridsterComponent.prototype.curRowHeight;
3868
- /** @type {?} */
3869
- GridsterComponent.prototype.gridColumns;
3870
- /** @type {?} */
3871
- GridsterComponent.prototype.gridRows;
3872
- /** @type {?} */
3873
- GridsterComponent.prototype.windowResize;
3874
- /** @type {?} */
3875
- GridsterComponent.prototype.dragInProgress;
3876
- /** @type {?} */
3877
- GridsterComponent.prototype.emptyCell;
3878
- /** @type {?} */
3879
- GridsterComponent.prototype.compact;
3880
- /** @type {?} */
3881
- GridsterComponent.prototype.gridRenderer;
3882
- /** @type {?} */
3883
- GridsterComponent.prototype.renderer;
3884
- /** @type {?} */
3885
- GridsterComponent.prototype.cdRef;
3886
- /** @type {?} */
3887
- GridsterComponent.prototype.zone;
3888
- }
3382
+ }());
3889
3383
 
3890
3384
  /**
3891
3385
  * @fileoverview added by tsickle
3892
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3386
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3893
3387
  */
3894
3388
  /**
3895
3389
  * @abstract
@@ -3901,49 +3395,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
3901
3395
  function GridsterItemComponentInterface() {
3902
3396
  }
3903
3397
  return GridsterItemComponentInterface;
3904
- }());
3905
- if (false) {
3906
- /** @type {?} */
3907
- GridsterItemComponentInterface.prototype.item;
3908
- /** @type {?} */
3909
- GridsterItemComponentInterface.prototype.$item;
3910
- /** @type {?} */
3911
- GridsterItemComponentInterface.prototype.top;
3912
- /** @type {?} */
3913
- GridsterItemComponentInterface.prototype.left;
3914
- /** @type {?} */
3915
- GridsterItemComponentInterface.prototype.width;
3916
- /** @type {?} */
3917
- GridsterItemComponentInterface.prototype.height;
3918
- /** @type {?} */
3919
- GridsterItemComponentInterface.prototype.drag;
3920
- /** @type {?} */
3921
- GridsterItemComponentInterface.prototype.resize;
3922
- /** @type {?} */
3923
- GridsterItemComponentInterface.prototype.notPlaced;
3924
- /** @type {?} */
3925
- GridsterItemComponentInterface.prototype.updateOptions;
3926
- /** @type {?} */
3927
- GridsterItemComponentInterface.prototype.itemChanged;
3928
- /** @type {?} */
3929
- GridsterItemComponentInterface.prototype.setSize;
3930
- /** @type {?} */
3931
- GridsterItemComponentInterface.prototype.checkItemChanges;
3932
- /** @type {?} */
3933
- GridsterItemComponentInterface.prototype.canBeDragged;
3934
- /** @type {?} */
3935
- GridsterItemComponentInterface.prototype.canBeResized;
3936
- /** @type {?} */
3937
- GridsterItemComponentInterface.prototype.el;
3938
- /** @type {?} */
3939
- GridsterItemComponentInterface.prototype.gridster;
3940
- /** @type {?} */
3941
- GridsterItemComponentInterface.prototype.renderer;
3942
- }
3398
+ }());
3943
3399
 
3944
3400
  /**
3945
3401
  * @fileoverview added by tsickle
3946
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3402
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3947
3403
  */
3948
3404
  var GridsterSwap = /** @class */ (function () {
3949
3405
  function GridsterSwap(gridsterItem) {
@@ -4071,28 +3527,11 @@ var GridsterSwap = /** @class */ (function () {
4071
3527
  { type: GridsterItemComponentInterface }
4072
3528
  ]; };
4073
3529
  return GridsterSwap;
4074
- }());
4075
- if (false) {
4076
- /**
4077
- * @type {?}
4078
- * @private
4079
- */
4080
- GridsterSwap.prototype.swapedItem;
4081
- /**
4082
- * @type {?}
4083
- * @private
4084
- */
4085
- GridsterSwap.prototype.gridsterItem;
4086
- /**
4087
- * @type {?}
4088
- * @private
4089
- */
4090
- GridsterSwap.prototype.gridster;
4091
- }
3530
+ }());
4092
3531
 
4093
3532
  /**
4094
3533
  * @fileoverview added by tsickle
4095
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3534
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4096
3535
  */
4097
3536
  /** @type {?} */
4098
3537
  var scrollSensitivity;
@@ -4287,7 +3726,7 @@ function cancelN() {
4287
3726
 
4288
3727
  /**
4289
3728
  * @fileoverview added by tsickle
4290
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3729
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4291
3730
  */
4292
3731
  var GridsterPush = /** @class */ (function () {
4293
3732
  function GridsterPush(gridsterItem) {
@@ -4777,61 +4216,11 @@ var GridsterPush = /** @class */ (function () {
4777
4216
  { type: GridsterItemComponentInterface }
4778
4217
  ]; };
4779
4218
  return GridsterPush;
4780
- }());
4781
- if (false) {
4782
- /** @type {?} */
4783
- GridsterPush.prototype.fromSouth;
4784
- /** @type {?} */
4785
- GridsterPush.prototype.fromNorth;
4786
- /** @type {?} */
4787
- GridsterPush.prototype.fromEast;
4788
- /** @type {?} */
4789
- GridsterPush.prototype.fromWest;
4790
- /**
4791
- * @type {?}
4792
- * @private
4793
- */
4794
- GridsterPush.prototype.pushedItems;
4795
- /**
4796
- * @type {?}
4797
- * @private
4798
- */
4799
- GridsterPush.prototype.pushedItemsTemp;
4800
- /**
4801
- * @type {?}
4802
- * @private
4803
- */
4804
- GridsterPush.prototype.pushedItemsTempPath;
4805
- /**
4806
- * @type {?}
4807
- * @private
4808
- */
4809
- GridsterPush.prototype.pushedItemsPath;
4810
- /**
4811
- * @type {?}
4812
- * @private
4813
- */
4814
- GridsterPush.prototype.gridsterItem;
4815
- /**
4816
- * @type {?}
4817
- * @private
4818
- */
4819
- GridsterPush.prototype.gridster;
4820
- /**
4821
- * @type {?}
4822
- * @private
4823
- */
4824
- GridsterPush.prototype.pushedItemsOrder;
4825
- /**
4826
- * @type {?}
4827
- * @private
4828
- */
4829
- GridsterPush.prototype.tryPattern;
4830
- }
4219
+ }());
4831
4220
 
4832
4221
  /**
4833
4222
  * @fileoverview added by tsickle
4834
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4223
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4835
4224
  */
4836
4225
  var GridsterDraggable = /** @class */ (function () {
4837
4226
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5135,10 +4524,6 @@ var GridsterDraggable = /** @class */ (function () {
5135
4524
  this.gridsterItem.$item.cols = itemColsbackup;
5136
4525
  this.gridsterItem.$item.rows = itemRowsbackup;
5137
4526
  }
5138
- else {
5139
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5140
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5141
- }
5142
4527
  return this.gridsterItem.$item;
5143
4528
  };
5144
4529
  /**
@@ -5295,84 +4680,11 @@ var GridsterDraggable = /** @class */ (function () {
5295
4680
  { type: NgZone }
5296
4681
  ]; };
5297
4682
  return GridsterDraggable;
5298
- }());
5299
- if (false) {
5300
- /** @type {?} */
5301
- GridsterDraggable.prototype.gridsterItem;
5302
- /** @type {?} */
5303
- GridsterDraggable.prototype.gridster;
5304
- /** @type {?} */
5305
- GridsterDraggable.prototype.lastMouse;
5306
- /** @type {?} */
5307
- GridsterDraggable.prototype.offsetLeft;
5308
- /** @type {?} */
5309
- GridsterDraggable.prototype.offsetTop;
5310
- /** @type {?} */
5311
- GridsterDraggable.prototype.margin;
5312
- /** @type {?} */
5313
- GridsterDraggable.prototype.diffTop;
5314
- /** @type {?} */
5315
- GridsterDraggable.prototype.diffLeft;
5316
- /** @type {?} */
5317
- GridsterDraggable.prototype.top;
5318
- /** @type {?} */
5319
- GridsterDraggable.prototype.left;
5320
- /** @type {?} */
5321
- GridsterDraggable.prototype.height;
5322
- /** @type {?} */
5323
- GridsterDraggable.prototype.width;
5324
- /** @type {?} */
5325
- GridsterDraggable.prototype.positionX;
5326
- /** @type {?} */
5327
- GridsterDraggable.prototype.positionY;
5328
- /** @type {?} */
5329
- GridsterDraggable.prototype.positionXBackup;
5330
- /** @type {?} */
5331
- GridsterDraggable.prototype.positionYBackup;
5332
- /** @type {?} */
5333
- GridsterDraggable.prototype.enabled;
5334
- /** @type {?} */
5335
- GridsterDraggable.prototype.dragStartFunction;
5336
- /** @type {?} */
5337
- GridsterDraggable.prototype.dragFunction;
5338
- /** @type {?} */
5339
- GridsterDraggable.prototype.dragStopFunction;
5340
- /** @type {?} */
5341
- GridsterDraggable.prototype.mousemove;
5342
- /** @type {?} */
5343
- GridsterDraggable.prototype.mouseup;
5344
- /** @type {?} */
5345
- GridsterDraggable.prototype.mouseleave;
5346
- /** @type {?} */
5347
- GridsterDraggable.prototype.cancelOnBlur;
5348
- /** @type {?} */
5349
- GridsterDraggable.prototype.touchmove;
5350
- /** @type {?} */
5351
- GridsterDraggable.prototype.touchend;
5352
- /** @type {?} */
5353
- GridsterDraggable.prototype.touchcancel;
5354
- /** @type {?} */
5355
- GridsterDraggable.prototype.mousedown;
5356
- /** @type {?} */
5357
- GridsterDraggable.prototype.touchstart;
5358
- /** @type {?} */
5359
- GridsterDraggable.prototype.push;
5360
- /** @type {?} */
5361
- GridsterDraggable.prototype.swap;
5362
- /** @type {?} */
5363
- GridsterDraggable.prototype.path;
5364
- /** @type {?} */
5365
- GridsterDraggable.prototype.collision;
5366
- /**
5367
- * @type {?}
5368
- * @private
5369
- */
5370
- GridsterDraggable.prototype.zone;
5371
- }
4683
+ }());
5372
4684
 
5373
4685
  /**
5374
4686
  * @fileoverview added by tsickle
5375
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4687
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5376
4688
  */
5377
4689
  var GridsterPushResize = /** @class */ (function () {
5378
4690
  function GridsterPushResize(gridsterItem) {
@@ -5752,46 +5064,11 @@ var GridsterPushResize = /** @class */ (function () {
5752
5064
  { type: GridsterItemComponentInterface }
5753
5065
  ]; };
5754
5066
  return GridsterPushResize;
5755
- }());
5756
- if (false) {
5757
- /** @type {?} */
5758
- GridsterPushResize.prototype.fromSouth;
5759
- /** @type {?} */
5760
- GridsterPushResize.prototype.fromNorth;
5761
- /** @type {?} */
5762
- GridsterPushResize.prototype.fromEast;
5763
- /** @type {?} */
5764
- GridsterPushResize.prototype.fromWest;
5765
- /**
5766
- * @type {?}
5767
- * @private
5768
- */
5769
- GridsterPushResize.prototype.pushedItems;
5770
- /**
5771
- * @type {?}
5772
- * @private
5773
- */
5774
- GridsterPushResize.prototype.pushedItemsPath;
5775
- /**
5776
- * @type {?}
5777
- * @private
5778
- */
5779
- GridsterPushResize.prototype.gridsterItem;
5780
- /**
5781
- * @type {?}
5782
- * @private
5783
- */
5784
- GridsterPushResize.prototype.gridster;
5785
- /**
5786
- * @type {?}
5787
- * @private
5788
- */
5789
- GridsterPushResize.prototype.tryPattern;
5790
- }
5067
+ }());
5791
5068
 
5792
5069
  /**
5793
5070
  * @fileoverview added by tsickle
5794
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5071
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5795
5072
  */
5796
5073
  var GridsterResizable = /** @class */ (function () {
5797
5074
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6333,86 +5610,11 @@ var GridsterResizable = /** @class */ (function () {
6333
5610
  { type: NgZone }
6334
5611
  ]; };
6335
5612
  return GridsterResizable;
6336
- }());
6337
- if (false) {
6338
- /** @type {?} */
6339
- GridsterResizable.prototype.gridsterItem;
6340
- /** @type {?} */
6341
- GridsterResizable.prototype.gridster;
6342
- /** @type {?} */
6343
- GridsterResizable.prototype.lastMouse;
6344
- /** @type {?} */
6345
- GridsterResizable.prototype.itemBackup;
6346
- /** @type {?} */
6347
- GridsterResizable.prototype.resizeEventScrollType;
6348
- /** @type {?} */
6349
- GridsterResizable.prototype.directionFunction;
6350
- /** @type {?} */
6351
- GridsterResizable.prototype.dragFunction;
6352
- /** @type {?} */
6353
- GridsterResizable.prototype.dragStopFunction;
6354
- /** @type {?} */
6355
- GridsterResizable.prototype.resizeEnabled;
6356
- /** @type {?} */
6357
- GridsterResizable.prototype.mousemove;
6358
- /** @type {?} */
6359
- GridsterResizable.prototype.mouseup;
6360
- /** @type {?} */
6361
- GridsterResizable.prototype.mouseleave;
6362
- /** @type {?} */
6363
- GridsterResizable.prototype.cancelOnBlur;
6364
- /** @type {?} */
6365
- GridsterResizable.prototype.touchmove;
6366
- /** @type {?} */
6367
- GridsterResizable.prototype.touchend;
6368
- /** @type {?} */
6369
- GridsterResizable.prototype.touchcancel;
6370
- /** @type {?} */
6371
- GridsterResizable.prototype.push;
6372
- /** @type {?} */
6373
- GridsterResizable.prototype.pushResize;
6374
- /** @type {?} */
6375
- GridsterResizable.prototype.minHeight;
6376
- /** @type {?} */
6377
- GridsterResizable.prototype.minWidth;
6378
- /** @type {?} */
6379
- GridsterResizable.prototype.offsetTop;
6380
- /** @type {?} */
6381
- GridsterResizable.prototype.offsetLeft;
6382
- /** @type {?} */
6383
- GridsterResizable.prototype.diffTop;
6384
- /** @type {?} */
6385
- GridsterResizable.prototype.diffLeft;
6386
- /** @type {?} */
6387
- GridsterResizable.prototype.diffRight;
6388
- /** @type {?} */
6389
- GridsterResizable.prototype.diffBottom;
6390
- /** @type {?} */
6391
- GridsterResizable.prototype.margin;
6392
- /** @type {?} */
6393
- GridsterResizable.prototype.top;
6394
- /** @type {?} */
6395
- GridsterResizable.prototype.left;
6396
- /** @type {?} */
6397
- GridsterResizable.prototype.bottom;
6398
- /** @type {?} */
6399
- GridsterResizable.prototype.right;
6400
- /** @type {?} */
6401
- GridsterResizable.prototype.width;
6402
- /** @type {?} */
6403
- GridsterResizable.prototype.height;
6404
- /** @type {?} */
6405
- GridsterResizable.prototype.newPosition;
6406
- /**
6407
- * @type {?}
6408
- * @private
6409
- */
6410
- GridsterResizable.prototype.zone;
6411
- }
5613
+ }());
6412
5614
 
6413
5615
  /**
6414
5616
  * @fileoverview added by tsickle
6415
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5617
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6416
5618
  */
6417
5619
  var GridsterItemComponent = /** @class */ (function () {
6418
5620
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6607,44 +5809,11 @@ var GridsterItemComponent = /** @class */ (function () {
6607
5809
  item: [{ type: Input }]
6608
5810
  };
6609
5811
  return GridsterItemComponent;
6610
- }());
6611
- if (false) {
6612
- /** @type {?} */
6613
- GridsterItemComponent.prototype.item;
6614
- /** @type {?} */
6615
- GridsterItemComponent.prototype.$item;
6616
- /** @type {?} */
6617
- GridsterItemComponent.prototype.el;
6618
- /** @type {?} */
6619
- GridsterItemComponent.prototype.gridster;
6620
- /** @type {?} */
6621
- GridsterItemComponent.prototype.top;
6622
- /** @type {?} */
6623
- GridsterItemComponent.prototype.left;
6624
- /** @type {?} */
6625
- GridsterItemComponent.prototype.width;
6626
- /** @type {?} */
6627
- GridsterItemComponent.prototype.height;
6628
- /** @type {?} */
6629
- GridsterItemComponent.prototype.drag;
6630
- /** @type {?} */
6631
- GridsterItemComponent.prototype.resize;
6632
- /** @type {?} */
6633
- GridsterItemComponent.prototype.notPlaced;
6634
- /** @type {?} */
6635
- GridsterItemComponent.prototype.init;
6636
- /** @type {?} */
6637
- GridsterItemComponent.prototype.renderer;
6638
- /**
6639
- * @type {?}
6640
- * @private
6641
- */
6642
- GridsterItemComponent.prototype.zone;
6643
- }
5812
+ }());
6644
5813
 
6645
5814
  /**
6646
5815
  * @fileoverview added by tsickle
6647
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5816
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6648
5817
  */
6649
5818
  var GridsterPreviewComponent = /** @class */ (function () {
6650
5819
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6699,19 +5868,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
6699
5868
  { type: Renderer2 }
6700
5869
  ]; };
6701
5870
  return GridsterPreviewComponent;
6702
- }());
6703
- if (false) {
6704
- /** @type {?} */
6705
- GridsterPreviewComponent.prototype.el;
6706
- /** @type {?} */
6707
- GridsterPreviewComponent.prototype.gridster;
6708
- /** @type {?} */
6709
- GridsterPreviewComponent.prototype.renderer;
6710
- }
5871
+ }());
6711
5872
 
6712
5873
  /**
6713
5874
  * @fileoverview added by tsickle
6714
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5875
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6715
5876
  */
6716
5877
  var GridsterModule = /** @class */ (function () {
6717
5878
  function GridsterModule() {
@@ -6736,7 +5897,7 @@ var GridsterModule = /** @class */ (function () {
6736
5897
 
6737
5898
  /**
6738
5899
  * @fileoverview added by tsickle
6739
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5900
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6740
5901
  */
6741
5902
  /** @type {?} */
6742
5903
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6777,7 +5938,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
6777
5938
 
6778
5939
  /**
6779
5940
  * @fileoverview added by tsickle
6780
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5941
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6781
5942
  */
6782
5943
  /**
6783
5944
  * @abstract
@@ -6821,35 +5982,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6821
5982
  initialize: [{ type: Input }]
6822
5983
  };
6823
5984
  return RaBaseDashboardTemplate;
6824
- }());
6825
- if (false) {
6826
- /** @type {?} */
6827
- RaBaseDashboardTemplate.prototype.userDashboardId;
6828
- /** @type {?} */
6829
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6830
- /** @type {?} */
6831
- RaBaseDashboardTemplate.prototype.appConfig;
6832
- /** @type {?} */
6833
- RaBaseDashboardTemplate.prototype.dashboardId;
6834
- /** @type {?} */
6835
- RaBaseDashboardTemplate.prototype.globalFilter;
6836
- /** @type {?} */
6837
- RaBaseDashboardTemplate.prototype.initialize;
6838
- /**
6839
- * @type {?}
6840
- * @private
6841
- */
6842
- RaBaseDashboardTemplate.prototype.ngZone;
6843
- /**
6844
- * @abstract
6845
- * @return {?}
6846
- */
6847
- RaBaseDashboardTemplate.prototype.init = function () { };
6848
- }
5985
+ }());
6849
5986
 
6850
5987
  /**
6851
5988
  * @fileoverview added by tsickle
6852
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5989
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6853
5990
  */
6854
5991
  /**
6855
5992
  * @abstract
@@ -6869,29 +6006,7 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6869
6006
  getAllFilterConfig: [{ type: Input }]
6870
6007
  };
6871
6008
  return RaBaseDashboardFilter;
6872
- }());
6873
- if (false) {
6874
- /**
6875
- * @type {?}
6876
- * @private
6877
- */
6878
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6879
- /**
6880
- * @abstract
6881
- * @return {?}
6882
- */
6883
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6884
- }
6885
-
6886
- /**
6887
- * @fileoverview added by tsickle
6888
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6889
- */
6890
-
6891
- /**
6892
- * @fileoverview added by tsickle
6893
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6894
- */
6009
+ }());
6895
6010
 
6896
6011
  export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, GridsterModule as ɵa, GridsterComponent as ɵb, GridsterItemComponent as ɵc, GridsterPreviewComponent as ɵd, customNotifierOptions as ɵe };
6897
6012
  //# sourceMappingURL=schneideress-dashboardframework.js.map