@schneideress/dashboardframework 0.0.63 → 0.0.64

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 +1117 -52
  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 +51 -13
  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 +55 -7
  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 +1002 -57
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1008 -53
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +9 -2
  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, ViewChild, Output, EventEmitter, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, EventEmitter, Renderer2, ViewChild, Output, ViewEncapsulation, ElementRef, 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,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  var RaDashboardService = /** @class */ (function (_super) {
19
19
  __extends(RaDashboardService, _super);
@@ -217,11 +217,18 @@ 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));
220
+ }(BaseService));
221
+ if (false) {
222
+ /**
223
+ * @type {?}
224
+ * @private
225
+ */
226
+ RaDashboardService.prototype.loadedScripts;
227
+ }
221
228
 
222
229
  /**
223
230
  * @fileoverview added by tsickle
224
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
231
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
225
232
  */
226
233
  var RADashboardEventBus = /** @class */ (function () {
227
234
  function RADashboardEventBus() {
@@ -330,11 +337,18 @@ var RADashboardEventBus = /** @class */ (function () {
330
337
  ];
331
338
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
332
339
  return RADashboardEventBus;
333
- }());
340
+ }());
341
+ if (false) {
342
+ /**
343
+ * @type {?}
344
+ * @private
345
+ */
346
+ RADashboardEventBus.prototype.eventQueue;
347
+ }
334
348
 
335
349
  /**
336
350
  * @fileoverview added by tsickle
337
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
351
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
338
352
  */
339
353
  /** @enum {string} */
340
354
  var RAEvent = {
@@ -383,7 +397,7 @@ var RAEventKey = {
383
397
 
384
398
  /**
385
399
  * @fileoverview added by tsickle
386
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
400
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
387
401
  */
388
402
  /** @enum {string} */
389
403
  var GridType = {
@@ -410,11 +424,196 @@ var CompactType = {
410
424
  CompactRight: 'compactRight',
411
425
  CompactUpAndRight: 'compactUp&Right',
412
426
  CompactRightAndUp: 'compactRight&Up',
413
- };
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
+ }
414
613
 
415
614
  /**
416
615
  * @fileoverview added by tsickle
417
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
616
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
418
617
  */
419
618
  /** @type {?} */
420
619
  var GridsterConfigDefaultSettings = {
@@ -480,7 +679,7 @@ var GridsterConfigDefaultSettings = {
480
679
 
481
680
  /**
482
681
  * @fileoverview added by tsickle
483
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
682
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
484
683
  */
485
684
  var RADashboardArea = /** @class */ (function () {
486
685
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -981,26 +1180,110 @@ var RADashboardArea = /** @class */ (function () {
981
1180
  appConfig: [{ type: Input, args: ['app-config',] }]
982
1181
  };
983
1182
  return RADashboardArea;
984
- }());
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
+ }
985
1256
 
986
1257
  /**
987
1258
  * @fileoverview added by tsickle
988
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1259
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
989
1260
  */
990
1261
  var RAWidgetContainer = /** @class */ (function () {
991
- function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
1262
+ function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
1263
+ var _this = this;
992
1264
  this.dashboardService = dashboardService;
993
1265
  this.ngxService = ngxService;
994
1266
  this.translateService = translateService;
995
1267
  this.ngZone = ngZone;
996
1268
  this.notifier = notifier;
1269
+ this.renderer = renderer;
997
1270
  this.showPanel = false;
998
1271
  this.isWidgetLoaded = false;
999
1272
  this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
1000
1273
  this.lockClass = "unlocked";
1001
1274
  this.lockStatus = "unlock";
1002
1275
  this.isDownloadIconVisible = false;
1276
+ this.dropDownShown = false;
1003
1277
  this.widgetDeleted = new EventEmitter();
1278
+ this.renderer.listen('window', 'click', (/**
1279
+ * @param {?} e
1280
+ * @return {?}
1281
+ */
1282
+ function (e) {
1283
+ if (e.target !== _this.widgetDropdown.nativeElement) {
1284
+ _this.dropDownShown = false;
1285
+ }
1286
+ }));
1004
1287
  }
1005
1288
  /**
1006
1289
  * @param {?} changes
@@ -1328,11 +1611,36 @@ var RAWidgetContainer = /** @class */ (function () {
1328
1611
  function () {
1329
1612
  //this.widgetElement.isDownloadVisible();
1330
1613
  };
1614
+ /**Show dropdown on gear icon click */
1615
+ /**
1616
+ * Show dropdown on gear icon click
1617
+ * @return {?}
1618
+ */
1619
+ RAWidgetContainer.prototype.showDropDown = /**
1620
+ * Show dropdown on gear icon click
1621
+ * @return {?}
1622
+ */
1623
+ function () {
1624
+ this.dropDownShown = !this.dropDownShown;
1625
+ };
1626
+ /**Hide dropdown on outside click */
1627
+ /**
1628
+ * Hide dropdown on outside click
1629
+ * @return {?}
1630
+ */
1631
+ RAWidgetContainer.prototype.hideDropDown = /**
1632
+ * Hide dropdown on outside click
1633
+ * @return {?}
1634
+ */
1635
+ function () {
1636
+ if (this.dropDownShown)
1637
+ this.dropDownShown = false;
1638
+ };
1331
1639
  RAWidgetContainer.decorators = [
1332
1640
  { type: Component, args: [{
1333
1641
  selector: 'ra-widget-container',
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>",
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}"]
1642
+ template: "<div class=\"wc-wrapper\" (mouseleave) =\"hideDropDown()\">\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 #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i></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 </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>",
1643
+ 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-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;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.dropdown:hover .dropdown-content{color:#fff}.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}"]
1336
1644
  }] }
1337
1645
  ];
1338
1646
  /** @nocollapse */
@@ -1341,10 +1649,12 @@ var RAWidgetContainer = /** @class */ (function () {
1341
1649
  { type: NgxUiLoaderService },
1342
1650
  { type: TranslateService },
1343
1651
  { type: NgZone },
1344
- { type: NotifierService }
1652
+ { type: NotifierService },
1653
+ { type: Renderer2 }
1345
1654
  ]; };
1346
1655
  RAWidgetContainer.propDecorators = {
1347
1656
  ctlWidget: [{ type: ViewChild, args: ['ctlWidget', { static: false },] }],
1657
+ widgetDropdown: [{ type: ViewChild, args: ['widgetDropdown', { static: false },] }],
1348
1658
  widgetInstanceId: [{ type: Input, args: ['widget-instance-id',] }],
1349
1659
  globalFilter: [{ type: Input, args: ['global-filter',] }],
1350
1660
  data: [{ type: Input, args: ['data',] }],
@@ -1355,11 +1665,95 @@ var RAWidgetContainer = /** @class */ (function () {
1355
1665
  widgetDeleted: [{ type: Output }]
1356
1666
  };
1357
1667
  return RAWidgetContainer;
1358
- }());
1668
+ }());
1669
+ if (false) {
1670
+ /** @type {?} */
1671
+ RAWidgetContainer.prototype.showPanel;
1672
+ /**
1673
+ * @type {?}
1674
+ * @private
1675
+ */
1676
+ RAWidgetContainer.prototype.isWidgetLoaded;
1677
+ /**
1678
+ * @type {?}
1679
+ * @private
1680
+ */
1681
+ RAWidgetContainer.prototype.widgetElement;
1682
+ /**
1683
+ * @type {?}
1684
+ * @private
1685
+ */
1686
+ RAWidgetContainer.prototype.configChanged;
1687
+ /**
1688
+ * @type {?}
1689
+ * @private
1690
+ */
1691
+ RAWidgetContainer.prototype.isIEOrEdge;
1692
+ /** @type {?} */
1693
+ RAWidgetContainer.prototype.widgetHeight;
1694
+ /** @type {?} */
1695
+ RAWidgetContainer.prototype.lockClass;
1696
+ /** @type {?} */
1697
+ RAWidgetContainer.prototype.lockStatus;
1698
+ /** @type {?} */
1699
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1700
+ /** @type {?} */
1701
+ RAWidgetContainer.prototype.dropDownShown;
1702
+ /** @type {?} */
1703
+ RAWidgetContainer.prototype.ctlWidget;
1704
+ /** @type {?} */
1705
+ RAWidgetContainer.prototype.widgetDropdown;
1706
+ /** @type {?} */
1707
+ RAWidgetContainer.prototype.widgetInstanceId;
1708
+ /** @type {?} */
1709
+ RAWidgetContainer.prototype.globalFilter;
1710
+ /** @type {?} */
1711
+ RAWidgetContainer.prototype.data;
1712
+ /** @type {?} */
1713
+ RAWidgetContainer.prototype.raDashboardEventBus;
1714
+ /** @type {?} */
1715
+ RAWidgetContainer.prototype.appConfig;
1716
+ /** @type {?} */
1717
+ RAWidgetContainer.prototype.width;
1718
+ /** @type {?} */
1719
+ RAWidgetContainer.prototype.height;
1720
+ /** @type {?} */
1721
+ RAWidgetContainer.prototype.widgetDeleted;
1722
+ /**
1723
+ * @type {?}
1724
+ * @private
1725
+ */
1726
+ RAWidgetContainer.prototype.dashboardService;
1727
+ /**
1728
+ * @type {?}
1729
+ * @private
1730
+ */
1731
+ RAWidgetContainer.prototype.ngxService;
1732
+ /**
1733
+ * @type {?}
1734
+ * @private
1735
+ */
1736
+ RAWidgetContainer.prototype.translateService;
1737
+ /**
1738
+ * @type {?}
1739
+ * @private
1740
+ */
1741
+ RAWidgetContainer.prototype.ngZone;
1742
+ /**
1743
+ * @type {?}
1744
+ * @private
1745
+ */
1746
+ RAWidgetContainer.prototype.notifier;
1747
+ /**
1748
+ * @type {?}
1749
+ * @private
1750
+ */
1751
+ RAWidgetContainer.prototype.renderer;
1752
+ }
1359
1753
 
1360
1754
  /**
1361
1755
  * @fileoverview added by tsickle
1362
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1756
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1363
1757
  */
1364
1758
  /** @type {?} */
1365
1759
  var customNotifierOptions = {
@@ -1405,7 +1799,7 @@ var customNotifierOptions = {
1405
1799
 
1406
1800
  /**
1407
1801
  * @fileoverview added by tsickle
1408
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1802
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1409
1803
  */
1410
1804
  /** @type {?} */
1411
1805
  var GridsterConfigService = {
@@ -1583,7 +1977,7 @@ var GridsterConfigService = {
1583
1977
 
1584
1978
  /**
1585
1979
  * @fileoverview added by tsickle
1586
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1980
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1587
1981
  */
1588
1982
  var GridsterUtils = /** @class */ (function () {
1589
1983
  function GridsterUtils() {
@@ -1758,7 +2152,7 @@ var GridsterUtils = /** @class */ (function () {
1758
2152
 
1759
2153
  /**
1760
2154
  * @fileoverview added by tsickle
1761
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2155
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1762
2156
  */
1763
2157
  /**
1764
2158
  * @abstract
@@ -1770,11 +2164,85 @@ GridsterComponentInterface = /** @class */ (function () {
1770
2164
  function GridsterComponentInterface() {
1771
2165
  }
1772
2166
  return GridsterComponentInterface;
1773
- }());
2167
+ }());
2168
+ if (false) {
2169
+ /** @type {?} */
2170
+ GridsterComponentInterface.prototype.$options;
2171
+ /** @type {?} */
2172
+ GridsterComponentInterface.prototype.grid;
2173
+ /** @type {?} */
2174
+ GridsterComponentInterface.prototype.checkCollision;
2175
+ /** @type {?} */
2176
+ GridsterComponentInterface.prototype.positionXToPixels;
2177
+ /** @type {?} */
2178
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2179
+ /** @type {?} */
2180
+ GridsterComponentInterface.prototype.positionYToPixels;
2181
+ /** @type {?} */
2182
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2183
+ /** @type {?} */
2184
+ GridsterComponentInterface.prototype.findItemWithItem;
2185
+ /** @type {?} */
2186
+ GridsterComponentInterface.prototype.findItemsWithItem;
2187
+ /** @type {?} */
2188
+ GridsterComponentInterface.prototype.checkGridCollision;
2189
+ /** @type {?} */
2190
+ GridsterComponentInterface.prototype.el;
2191
+ /** @type {?} */
2192
+ GridsterComponentInterface.prototype.renderer;
2193
+ /** @type {?} */
2194
+ GridsterComponentInterface.prototype.gridRenderer;
2195
+ /** @type {?} */
2196
+ GridsterComponentInterface.prototype.cdRef;
2197
+ /** @type {?} */
2198
+ GridsterComponentInterface.prototype.options;
2199
+ /** @type {?} */
2200
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2201
+ /** @type {?} */
2202
+ GridsterComponentInterface.prototype.updateGrid;
2203
+ /** @type {?} */
2204
+ GridsterComponentInterface.prototype.movingItem;
2205
+ /** @type {?} */
2206
+ GridsterComponentInterface.prototype.addItem;
2207
+ /** @type {?} */
2208
+ GridsterComponentInterface.prototype.removeItem;
2209
+ /** @type {?} */
2210
+ GridsterComponentInterface.prototype.previewStyle;
2211
+ /** @type {?} */
2212
+ GridsterComponentInterface.prototype.mobile;
2213
+ /** @type {?} */
2214
+ GridsterComponentInterface.prototype.curWidth;
2215
+ /** @type {?} */
2216
+ GridsterComponentInterface.prototype.curHeight;
2217
+ /** @type {?} */
2218
+ GridsterComponentInterface.prototype.columns;
2219
+ /** @type {?} */
2220
+ GridsterComponentInterface.prototype.rows;
2221
+ /** @type {?} */
2222
+ GridsterComponentInterface.prototype.curColWidth;
2223
+ /** @type {?} */
2224
+ GridsterComponentInterface.prototype.curRowHeight;
2225
+ /** @type {?} */
2226
+ GridsterComponentInterface.prototype.windowResize;
2227
+ /** @type {?} */
2228
+ GridsterComponentInterface.prototype.setGridDimensions;
2229
+ /** @type {?} */
2230
+ GridsterComponentInterface.prototype.dragInProgress;
2231
+ /** @type {?} */
2232
+ GridsterComponentInterface.prototype.emptyCell;
2233
+ /** @type {?} */
2234
+ GridsterComponentInterface.prototype.compact;
2235
+ /** @type {?} */
2236
+ GridsterComponentInterface.prototype.zone;
2237
+ /** @type {?} */
2238
+ GridsterComponentInterface.prototype.gridRows;
2239
+ /** @type {?} */
2240
+ GridsterComponentInterface.prototype.gridColumns;
2241
+ }
1774
2242
 
1775
2243
  /**
1776
2244
  * @fileoverview added by tsickle
1777
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2245
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1778
2246
  */
1779
2247
  var GridsterEmptyCell = /** @class */ (function () {
1780
2248
  function GridsterEmptyCell(gridster) {
@@ -2091,11 +2559,44 @@ var GridsterEmptyCell = /** @class */ (function () {
2091
2559
  { type: GridsterComponentInterface }
2092
2560
  ]; };
2093
2561
  return GridsterEmptyCell;
2094
- }());
2562
+ }());
2563
+ if (false) {
2564
+ /** @type {?} */
2565
+ GridsterEmptyCell.prototype.initialItem;
2566
+ /** @type {?} */
2567
+ GridsterEmptyCell.prototype.emptyCellClick;
2568
+ /** @type {?} */
2569
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2570
+ /** @type {?} */
2571
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2572
+ /** @type {?} */
2573
+ GridsterEmptyCell.prototype.emptyCellDrop;
2574
+ /** @type {?} */
2575
+ GridsterEmptyCell.prototype.emptyCellDrag;
2576
+ /** @type {?} */
2577
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2578
+ /** @type {?} */
2579
+ GridsterEmptyCell.prototype.emptyCellMMove;
2580
+ /** @type {?} */
2581
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2582
+ /** @type {?} */
2583
+ GridsterEmptyCell.prototype.emptyCellUp;
2584
+ /** @type {?} */
2585
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2586
+ /** @type {?} */
2587
+ GridsterEmptyCell.prototype.emptyCellMove;
2588
+ /** @type {?} */
2589
+ GridsterEmptyCell.prototype.emptyCellExit;
2590
+ /**
2591
+ * @type {?}
2592
+ * @private
2593
+ */
2594
+ GridsterEmptyCell.prototype.gridster;
2595
+ }
2095
2596
 
2096
2597
  /**
2097
2598
  * @fileoverview added by tsickle
2098
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2599
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2099
2600
  */
2100
2601
  var GridsterCompact = /** @class */ (function () {
2101
2602
  function GridsterCompact(gridster) {
@@ -2333,11 +2834,18 @@ var GridsterCompact = /** @class */ (function () {
2333
2834
  { type: GridsterComponentInterface }
2334
2835
  ]; };
2335
2836
  return GridsterCompact;
2336
- }());
2837
+ }());
2838
+ if (false) {
2839
+ /**
2840
+ * @type {?}
2841
+ * @private
2842
+ */
2843
+ GridsterCompact.prototype.gridster;
2844
+ }
2337
2845
 
2338
2846
  /**
2339
2847
  * @fileoverview added by tsickle
2340
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2848
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2341
2849
  */
2342
2850
  var GridsterRenderer = /** @class */ (function () {
2343
2851
  function GridsterRenderer(gridster) {
@@ -2644,11 +3152,18 @@ var GridsterRenderer = /** @class */ (function () {
2644
3152
  { type: GridsterComponentInterface }
2645
3153
  ]; };
2646
3154
  return GridsterRenderer;
2647
- }());
3155
+ }());
3156
+ if (false) {
3157
+ /**
3158
+ * @type {?}
3159
+ * @private
3160
+ */
3161
+ GridsterRenderer.prototype.gridster;
3162
+ }
2648
3163
 
2649
3164
  /**
2650
3165
  * @fileoverview added by tsickle
2651
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3166
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2652
3167
  */
2653
3168
  var GridsterComponent = /** @class */ (function () {
2654
3169
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -2803,6 +3318,17 @@ var GridsterComponent = /** @class */ (function () {
2803
3318
  if (this.options.destroyCallback) {
2804
3319
  this.options.destroyCallback(this);
2805
3320
  }
3321
+ //if (this.options.api) {
3322
+ /* this.options.api getting undefined for new dashboard load- temp fix
3323
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3324
+ * ondestroy of current this.options.api instance - needs to investigate further
3325
+ */
3326
+ if (false) {
3327
+ this.options.api.resize = undefined;
3328
+ this.options.api.optionsChanged = undefined;
3329
+ this.options.api.getNextPossiblePosition = undefined;
3330
+ this.options.api = undefined;
3331
+ }
2806
3332
  this.emptyCell.destroy();
2807
3333
  delete this.emptyCell;
2808
3334
  this.compact.destroy();
@@ -3379,11 +3905,61 @@ var GridsterComponent = /** @class */ (function () {
3379
3905
  options: [{ type: Input }]
3380
3906
  };
3381
3907
  return GridsterComponent;
3382
- }());
3908
+ }());
3909
+ if (false) {
3910
+ /** @type {?} */
3911
+ GridsterComponent.prototype.options;
3912
+ /** @type {?} */
3913
+ GridsterComponent.prototype.calculateLayoutDebounce;
3914
+ /** @type {?} */
3915
+ GridsterComponent.prototype.movingItem;
3916
+ /** @type {?} */
3917
+ GridsterComponent.prototype.previewStyle;
3918
+ /** @type {?} */
3919
+ GridsterComponent.prototype.el;
3920
+ /** @type {?} */
3921
+ GridsterComponent.prototype.$options;
3922
+ /** @type {?} */
3923
+ GridsterComponent.prototype.mobile;
3924
+ /** @type {?} */
3925
+ GridsterComponent.prototype.curWidth;
3926
+ /** @type {?} */
3927
+ GridsterComponent.prototype.curHeight;
3928
+ /** @type {?} */
3929
+ GridsterComponent.prototype.grid;
3930
+ /** @type {?} */
3931
+ GridsterComponent.prototype.columns;
3932
+ /** @type {?} */
3933
+ GridsterComponent.prototype.rows;
3934
+ /** @type {?} */
3935
+ GridsterComponent.prototype.curColWidth;
3936
+ /** @type {?} */
3937
+ GridsterComponent.prototype.curRowHeight;
3938
+ /** @type {?} */
3939
+ GridsterComponent.prototype.gridColumns;
3940
+ /** @type {?} */
3941
+ GridsterComponent.prototype.gridRows;
3942
+ /** @type {?} */
3943
+ GridsterComponent.prototype.windowResize;
3944
+ /** @type {?} */
3945
+ GridsterComponent.prototype.dragInProgress;
3946
+ /** @type {?} */
3947
+ GridsterComponent.prototype.emptyCell;
3948
+ /** @type {?} */
3949
+ GridsterComponent.prototype.compact;
3950
+ /** @type {?} */
3951
+ GridsterComponent.prototype.gridRenderer;
3952
+ /** @type {?} */
3953
+ GridsterComponent.prototype.renderer;
3954
+ /** @type {?} */
3955
+ GridsterComponent.prototype.cdRef;
3956
+ /** @type {?} */
3957
+ GridsterComponent.prototype.zone;
3958
+ }
3383
3959
 
3384
3960
  /**
3385
3961
  * @fileoverview added by tsickle
3386
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3962
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3387
3963
  */
3388
3964
  /**
3389
3965
  * @abstract
@@ -3395,11 +3971,49 @@ GridsterItemComponentInterface = /** @class */ (function () {
3395
3971
  function GridsterItemComponentInterface() {
3396
3972
  }
3397
3973
  return GridsterItemComponentInterface;
3398
- }());
3974
+ }());
3975
+ if (false) {
3976
+ /** @type {?} */
3977
+ GridsterItemComponentInterface.prototype.item;
3978
+ /** @type {?} */
3979
+ GridsterItemComponentInterface.prototype.$item;
3980
+ /** @type {?} */
3981
+ GridsterItemComponentInterface.prototype.top;
3982
+ /** @type {?} */
3983
+ GridsterItemComponentInterface.prototype.left;
3984
+ /** @type {?} */
3985
+ GridsterItemComponentInterface.prototype.width;
3986
+ /** @type {?} */
3987
+ GridsterItemComponentInterface.prototype.height;
3988
+ /** @type {?} */
3989
+ GridsterItemComponentInterface.prototype.drag;
3990
+ /** @type {?} */
3991
+ GridsterItemComponentInterface.prototype.resize;
3992
+ /** @type {?} */
3993
+ GridsterItemComponentInterface.prototype.notPlaced;
3994
+ /** @type {?} */
3995
+ GridsterItemComponentInterface.prototype.updateOptions;
3996
+ /** @type {?} */
3997
+ GridsterItemComponentInterface.prototype.itemChanged;
3998
+ /** @type {?} */
3999
+ GridsterItemComponentInterface.prototype.setSize;
4000
+ /** @type {?} */
4001
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4002
+ /** @type {?} */
4003
+ GridsterItemComponentInterface.prototype.canBeDragged;
4004
+ /** @type {?} */
4005
+ GridsterItemComponentInterface.prototype.canBeResized;
4006
+ /** @type {?} */
4007
+ GridsterItemComponentInterface.prototype.el;
4008
+ /** @type {?} */
4009
+ GridsterItemComponentInterface.prototype.gridster;
4010
+ /** @type {?} */
4011
+ GridsterItemComponentInterface.prototype.renderer;
4012
+ }
3399
4013
 
3400
4014
  /**
3401
4015
  * @fileoverview added by tsickle
3402
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4016
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3403
4017
  */
3404
4018
  var GridsterSwap = /** @class */ (function () {
3405
4019
  function GridsterSwap(gridsterItem) {
@@ -3527,11 +4141,28 @@ var GridsterSwap = /** @class */ (function () {
3527
4141
  { type: GridsterItemComponentInterface }
3528
4142
  ]; };
3529
4143
  return GridsterSwap;
3530
- }());
4144
+ }());
4145
+ if (false) {
4146
+ /**
4147
+ * @type {?}
4148
+ * @private
4149
+ */
4150
+ GridsterSwap.prototype.swapedItem;
4151
+ /**
4152
+ * @type {?}
4153
+ * @private
4154
+ */
4155
+ GridsterSwap.prototype.gridsterItem;
4156
+ /**
4157
+ * @type {?}
4158
+ * @private
4159
+ */
4160
+ GridsterSwap.prototype.gridster;
4161
+ }
3531
4162
 
3532
4163
  /**
3533
4164
  * @fileoverview added by tsickle
3534
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4165
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3535
4166
  */
3536
4167
  /** @type {?} */
3537
4168
  var scrollSensitivity;
@@ -3726,7 +4357,7 @@ function cancelN() {
3726
4357
 
3727
4358
  /**
3728
4359
  * @fileoverview added by tsickle
3729
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4360
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3730
4361
  */
3731
4362
  var GridsterPush = /** @class */ (function () {
3732
4363
  function GridsterPush(gridsterItem) {
@@ -4216,11 +4847,61 @@ var GridsterPush = /** @class */ (function () {
4216
4847
  { type: GridsterItemComponentInterface }
4217
4848
  ]; };
4218
4849
  return GridsterPush;
4219
- }());
4850
+ }());
4851
+ if (false) {
4852
+ /** @type {?} */
4853
+ GridsterPush.prototype.fromSouth;
4854
+ /** @type {?} */
4855
+ GridsterPush.prototype.fromNorth;
4856
+ /** @type {?} */
4857
+ GridsterPush.prototype.fromEast;
4858
+ /** @type {?} */
4859
+ GridsterPush.prototype.fromWest;
4860
+ /**
4861
+ * @type {?}
4862
+ * @private
4863
+ */
4864
+ GridsterPush.prototype.pushedItems;
4865
+ /**
4866
+ * @type {?}
4867
+ * @private
4868
+ */
4869
+ GridsterPush.prototype.pushedItemsTemp;
4870
+ /**
4871
+ * @type {?}
4872
+ * @private
4873
+ */
4874
+ GridsterPush.prototype.pushedItemsTempPath;
4875
+ /**
4876
+ * @type {?}
4877
+ * @private
4878
+ */
4879
+ GridsterPush.prototype.pushedItemsPath;
4880
+ /**
4881
+ * @type {?}
4882
+ * @private
4883
+ */
4884
+ GridsterPush.prototype.gridsterItem;
4885
+ /**
4886
+ * @type {?}
4887
+ * @private
4888
+ */
4889
+ GridsterPush.prototype.gridster;
4890
+ /**
4891
+ * @type {?}
4892
+ * @private
4893
+ */
4894
+ GridsterPush.prototype.pushedItemsOrder;
4895
+ /**
4896
+ * @type {?}
4897
+ * @private
4898
+ */
4899
+ GridsterPush.prototype.tryPattern;
4900
+ }
4220
4901
 
4221
4902
  /**
4222
4903
  * @fileoverview added by tsickle
4223
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4904
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4224
4905
  */
4225
4906
  var GridsterDraggable = /** @class */ (function () {
4226
4907
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4524,6 +5205,10 @@ var GridsterDraggable = /** @class */ (function () {
4524
5205
  this.gridsterItem.$item.cols = itemColsbackup;
4525
5206
  this.gridsterItem.$item.rows = itemRowsbackup;
4526
5207
  }
5208
+ else {
5209
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5210
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5211
+ }
4527
5212
  return this.gridsterItem.$item;
4528
5213
  };
4529
5214
  /**
@@ -4680,11 +5365,84 @@ var GridsterDraggable = /** @class */ (function () {
4680
5365
  { type: NgZone }
4681
5366
  ]; };
4682
5367
  return GridsterDraggable;
4683
- }());
5368
+ }());
5369
+ if (false) {
5370
+ /** @type {?} */
5371
+ GridsterDraggable.prototype.gridsterItem;
5372
+ /** @type {?} */
5373
+ GridsterDraggable.prototype.gridster;
5374
+ /** @type {?} */
5375
+ GridsterDraggable.prototype.lastMouse;
5376
+ /** @type {?} */
5377
+ GridsterDraggable.prototype.offsetLeft;
5378
+ /** @type {?} */
5379
+ GridsterDraggable.prototype.offsetTop;
5380
+ /** @type {?} */
5381
+ GridsterDraggable.prototype.margin;
5382
+ /** @type {?} */
5383
+ GridsterDraggable.prototype.diffTop;
5384
+ /** @type {?} */
5385
+ GridsterDraggable.prototype.diffLeft;
5386
+ /** @type {?} */
5387
+ GridsterDraggable.prototype.top;
5388
+ /** @type {?} */
5389
+ GridsterDraggable.prototype.left;
5390
+ /** @type {?} */
5391
+ GridsterDraggable.prototype.height;
5392
+ /** @type {?} */
5393
+ GridsterDraggable.prototype.width;
5394
+ /** @type {?} */
5395
+ GridsterDraggable.prototype.positionX;
5396
+ /** @type {?} */
5397
+ GridsterDraggable.prototype.positionY;
5398
+ /** @type {?} */
5399
+ GridsterDraggable.prototype.positionXBackup;
5400
+ /** @type {?} */
5401
+ GridsterDraggable.prototype.positionYBackup;
5402
+ /** @type {?} */
5403
+ GridsterDraggable.prototype.enabled;
5404
+ /** @type {?} */
5405
+ GridsterDraggable.prototype.dragStartFunction;
5406
+ /** @type {?} */
5407
+ GridsterDraggable.prototype.dragFunction;
5408
+ /** @type {?} */
5409
+ GridsterDraggable.prototype.dragStopFunction;
5410
+ /** @type {?} */
5411
+ GridsterDraggable.prototype.mousemove;
5412
+ /** @type {?} */
5413
+ GridsterDraggable.prototype.mouseup;
5414
+ /** @type {?} */
5415
+ GridsterDraggable.prototype.mouseleave;
5416
+ /** @type {?} */
5417
+ GridsterDraggable.prototype.cancelOnBlur;
5418
+ /** @type {?} */
5419
+ GridsterDraggable.prototype.touchmove;
5420
+ /** @type {?} */
5421
+ GridsterDraggable.prototype.touchend;
5422
+ /** @type {?} */
5423
+ GridsterDraggable.prototype.touchcancel;
5424
+ /** @type {?} */
5425
+ GridsterDraggable.prototype.mousedown;
5426
+ /** @type {?} */
5427
+ GridsterDraggable.prototype.touchstart;
5428
+ /** @type {?} */
5429
+ GridsterDraggable.prototype.push;
5430
+ /** @type {?} */
5431
+ GridsterDraggable.prototype.swap;
5432
+ /** @type {?} */
5433
+ GridsterDraggable.prototype.path;
5434
+ /** @type {?} */
5435
+ GridsterDraggable.prototype.collision;
5436
+ /**
5437
+ * @type {?}
5438
+ * @private
5439
+ */
5440
+ GridsterDraggable.prototype.zone;
5441
+ }
4684
5442
 
4685
5443
  /**
4686
5444
  * @fileoverview added by tsickle
4687
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5445
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4688
5446
  */
4689
5447
  var GridsterPushResize = /** @class */ (function () {
4690
5448
  function GridsterPushResize(gridsterItem) {
@@ -5064,11 +5822,46 @@ var GridsterPushResize = /** @class */ (function () {
5064
5822
  { type: GridsterItemComponentInterface }
5065
5823
  ]; };
5066
5824
  return GridsterPushResize;
5067
- }());
5825
+ }());
5826
+ if (false) {
5827
+ /** @type {?} */
5828
+ GridsterPushResize.prototype.fromSouth;
5829
+ /** @type {?} */
5830
+ GridsterPushResize.prototype.fromNorth;
5831
+ /** @type {?} */
5832
+ GridsterPushResize.prototype.fromEast;
5833
+ /** @type {?} */
5834
+ GridsterPushResize.prototype.fromWest;
5835
+ /**
5836
+ * @type {?}
5837
+ * @private
5838
+ */
5839
+ GridsterPushResize.prototype.pushedItems;
5840
+ /**
5841
+ * @type {?}
5842
+ * @private
5843
+ */
5844
+ GridsterPushResize.prototype.pushedItemsPath;
5845
+ /**
5846
+ * @type {?}
5847
+ * @private
5848
+ */
5849
+ GridsterPushResize.prototype.gridsterItem;
5850
+ /**
5851
+ * @type {?}
5852
+ * @private
5853
+ */
5854
+ GridsterPushResize.prototype.gridster;
5855
+ /**
5856
+ * @type {?}
5857
+ * @private
5858
+ */
5859
+ GridsterPushResize.prototype.tryPattern;
5860
+ }
5068
5861
 
5069
5862
  /**
5070
5863
  * @fileoverview added by tsickle
5071
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5864
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5072
5865
  */
5073
5866
  var GridsterResizable = /** @class */ (function () {
5074
5867
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5610,11 +6403,86 @@ var GridsterResizable = /** @class */ (function () {
5610
6403
  { type: NgZone }
5611
6404
  ]; };
5612
6405
  return GridsterResizable;
5613
- }());
6406
+ }());
6407
+ if (false) {
6408
+ /** @type {?} */
6409
+ GridsterResizable.prototype.gridsterItem;
6410
+ /** @type {?} */
6411
+ GridsterResizable.prototype.gridster;
6412
+ /** @type {?} */
6413
+ GridsterResizable.prototype.lastMouse;
6414
+ /** @type {?} */
6415
+ GridsterResizable.prototype.itemBackup;
6416
+ /** @type {?} */
6417
+ GridsterResizable.prototype.resizeEventScrollType;
6418
+ /** @type {?} */
6419
+ GridsterResizable.prototype.directionFunction;
6420
+ /** @type {?} */
6421
+ GridsterResizable.prototype.dragFunction;
6422
+ /** @type {?} */
6423
+ GridsterResizable.prototype.dragStopFunction;
6424
+ /** @type {?} */
6425
+ GridsterResizable.prototype.resizeEnabled;
6426
+ /** @type {?} */
6427
+ GridsterResizable.prototype.mousemove;
6428
+ /** @type {?} */
6429
+ GridsterResizable.prototype.mouseup;
6430
+ /** @type {?} */
6431
+ GridsterResizable.prototype.mouseleave;
6432
+ /** @type {?} */
6433
+ GridsterResizable.prototype.cancelOnBlur;
6434
+ /** @type {?} */
6435
+ GridsterResizable.prototype.touchmove;
6436
+ /** @type {?} */
6437
+ GridsterResizable.prototype.touchend;
6438
+ /** @type {?} */
6439
+ GridsterResizable.prototype.touchcancel;
6440
+ /** @type {?} */
6441
+ GridsterResizable.prototype.push;
6442
+ /** @type {?} */
6443
+ GridsterResizable.prototype.pushResize;
6444
+ /** @type {?} */
6445
+ GridsterResizable.prototype.minHeight;
6446
+ /** @type {?} */
6447
+ GridsterResizable.prototype.minWidth;
6448
+ /** @type {?} */
6449
+ GridsterResizable.prototype.offsetTop;
6450
+ /** @type {?} */
6451
+ GridsterResizable.prototype.offsetLeft;
6452
+ /** @type {?} */
6453
+ GridsterResizable.prototype.diffTop;
6454
+ /** @type {?} */
6455
+ GridsterResizable.prototype.diffLeft;
6456
+ /** @type {?} */
6457
+ GridsterResizable.prototype.diffRight;
6458
+ /** @type {?} */
6459
+ GridsterResizable.prototype.diffBottom;
6460
+ /** @type {?} */
6461
+ GridsterResizable.prototype.margin;
6462
+ /** @type {?} */
6463
+ GridsterResizable.prototype.top;
6464
+ /** @type {?} */
6465
+ GridsterResizable.prototype.left;
6466
+ /** @type {?} */
6467
+ GridsterResizable.prototype.bottom;
6468
+ /** @type {?} */
6469
+ GridsterResizable.prototype.right;
6470
+ /** @type {?} */
6471
+ GridsterResizable.prototype.width;
6472
+ /** @type {?} */
6473
+ GridsterResizable.prototype.height;
6474
+ /** @type {?} */
6475
+ GridsterResizable.prototype.newPosition;
6476
+ /**
6477
+ * @type {?}
6478
+ * @private
6479
+ */
6480
+ GridsterResizable.prototype.zone;
6481
+ }
5614
6482
 
5615
6483
  /**
5616
6484
  * @fileoverview added by tsickle
5617
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6485
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5618
6486
  */
5619
6487
  var GridsterItemComponent = /** @class */ (function () {
5620
6488
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -5809,11 +6677,44 @@ var GridsterItemComponent = /** @class */ (function () {
5809
6677
  item: [{ type: Input }]
5810
6678
  };
5811
6679
  return GridsterItemComponent;
5812
- }());
6680
+ }());
6681
+ if (false) {
6682
+ /** @type {?} */
6683
+ GridsterItemComponent.prototype.item;
6684
+ /** @type {?} */
6685
+ GridsterItemComponent.prototype.$item;
6686
+ /** @type {?} */
6687
+ GridsterItemComponent.prototype.el;
6688
+ /** @type {?} */
6689
+ GridsterItemComponent.prototype.gridster;
6690
+ /** @type {?} */
6691
+ GridsterItemComponent.prototype.top;
6692
+ /** @type {?} */
6693
+ GridsterItemComponent.prototype.left;
6694
+ /** @type {?} */
6695
+ GridsterItemComponent.prototype.width;
6696
+ /** @type {?} */
6697
+ GridsterItemComponent.prototype.height;
6698
+ /** @type {?} */
6699
+ GridsterItemComponent.prototype.drag;
6700
+ /** @type {?} */
6701
+ GridsterItemComponent.prototype.resize;
6702
+ /** @type {?} */
6703
+ GridsterItemComponent.prototype.notPlaced;
6704
+ /** @type {?} */
6705
+ GridsterItemComponent.prototype.init;
6706
+ /** @type {?} */
6707
+ GridsterItemComponent.prototype.renderer;
6708
+ /**
6709
+ * @type {?}
6710
+ * @private
6711
+ */
6712
+ GridsterItemComponent.prototype.zone;
6713
+ }
5813
6714
 
5814
6715
  /**
5815
6716
  * @fileoverview added by tsickle
5816
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6717
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5817
6718
  */
5818
6719
  var GridsterPreviewComponent = /** @class */ (function () {
5819
6720
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -5868,11 +6769,19 @@ var GridsterPreviewComponent = /** @class */ (function () {
5868
6769
  { type: Renderer2 }
5869
6770
  ]; };
5870
6771
  return GridsterPreviewComponent;
5871
- }());
6772
+ }());
6773
+ if (false) {
6774
+ /** @type {?} */
6775
+ GridsterPreviewComponent.prototype.el;
6776
+ /** @type {?} */
6777
+ GridsterPreviewComponent.prototype.gridster;
6778
+ /** @type {?} */
6779
+ GridsterPreviewComponent.prototype.renderer;
6780
+ }
5872
6781
 
5873
6782
  /**
5874
6783
  * @fileoverview added by tsickle
5875
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6784
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5876
6785
  */
5877
6786
  var GridsterModule = /** @class */ (function () {
5878
6787
  function GridsterModule() {
@@ -5897,7 +6806,7 @@ var GridsterModule = /** @class */ (function () {
5897
6806
 
5898
6807
  /**
5899
6808
  * @fileoverview added by tsickle
5900
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6809
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5901
6810
  */
5902
6811
  /** @type {?} */
5903
6812
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5938,7 +6847,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
5938
6847
 
5939
6848
  /**
5940
6849
  * @fileoverview added by tsickle
5941
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6850
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5942
6851
  */
5943
6852
  /**
5944
6853
  * @abstract
@@ -5982,11 +6891,35 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
5982
6891
  initialize: [{ type: Input }]
5983
6892
  };
5984
6893
  return RaBaseDashboardTemplate;
5985
- }());
6894
+ }());
6895
+ if (false) {
6896
+ /** @type {?} */
6897
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6898
+ /** @type {?} */
6899
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6900
+ /** @type {?} */
6901
+ RaBaseDashboardTemplate.prototype.appConfig;
6902
+ /** @type {?} */
6903
+ RaBaseDashboardTemplate.prototype.dashboardId;
6904
+ /** @type {?} */
6905
+ RaBaseDashboardTemplate.prototype.globalFilter;
6906
+ /** @type {?} */
6907
+ RaBaseDashboardTemplate.prototype.initialize;
6908
+ /**
6909
+ * @type {?}
6910
+ * @private
6911
+ */
6912
+ RaBaseDashboardTemplate.prototype.ngZone;
6913
+ /**
6914
+ * @abstract
6915
+ * @return {?}
6916
+ */
6917
+ RaBaseDashboardTemplate.prototype.init = function () { };
6918
+ }
5986
6919
 
5987
6920
  /**
5988
6921
  * @fileoverview added by tsickle
5989
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6922
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5990
6923
  */
5991
6924
  /**
5992
6925
  * @abstract
@@ -6006,7 +6939,29 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6006
6939
  getAllFilterConfig: [{ type: Input }]
6007
6940
  };
6008
6941
  return RaBaseDashboardFilter;
6009
- }());
6942
+ }());
6943
+ if (false) {
6944
+ /**
6945
+ * @type {?}
6946
+ * @private
6947
+ */
6948
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6949
+ /**
6950
+ * @abstract
6951
+ * @return {?}
6952
+ */
6953
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6954
+ }
6955
+
6956
+ /**
6957
+ * @fileoverview added by tsickle
6958
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6959
+ */
6960
+
6961
+ /**
6962
+ * @fileoverview added by tsickle
6963
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6964
+ */
6010
6965
 
6011
6966
  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 };
6012
6967
  //# sourceMappingURL=schneideress-dashboardframework.js.map