@schneideress/dashboardframework 0.0.45 → 0.0.46

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 (77) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +49 -1064
  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 +7 -9
  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 +3 -5
  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 +51 -956
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +50 -955
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.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 = {
@@ -395,7 +381,7 @@ var RAEventKey = {
395
381
 
396
382
  /**
397
383
  * @fileoverview added by tsickle
398
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
384
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
399
385
  */
400
386
  /** @enum {string} */
401
387
  var GridType = {
@@ -422,196 +408,11 @@ var CompactType = {
422
408
  CompactRight: 'compactRight',
423
409
  CompactUpAndRight: 'compactUp&Right',
424
410
  CompactRightAndUp: 'compactRight&Up',
425
- };
426
- /**
427
- * @record
428
- */
429
- function GridsterConfig() { }
430
- if (false) {
431
- /** @type {?|undefined} */
432
- GridsterConfig.prototype.gridType;
433
- /** @type {?|undefined} */
434
- GridsterConfig.prototype.fixedColWidth;
435
- /** @type {?|undefined} */
436
- GridsterConfig.prototype.fixedRowHeight;
437
- /** @type {?|undefined} */
438
- GridsterConfig.prototype.keepFixedHeightInMobile;
439
- /** @type {?|undefined} */
440
- GridsterConfig.prototype.keepFixedWidthInMobile;
441
- /** @type {?|undefined} */
442
- GridsterConfig.prototype.setGridSize;
443
- /** @type {?|undefined} */
444
- GridsterConfig.prototype.compactType;
445
- /** @type {?|undefined} */
446
- GridsterConfig.prototype.mobileBreakpoint;
447
- /** @type {?|undefined} */
448
- GridsterConfig.prototype.minCols;
449
- /** @type {?|undefined} */
450
- GridsterConfig.prototype.maxCols;
451
- /** @type {?|undefined} */
452
- GridsterConfig.prototype.minRows;
453
- /** @type {?|undefined} */
454
- GridsterConfig.prototype.maxRows;
455
- /** @type {?|undefined} */
456
- GridsterConfig.prototype.defaultItemCols;
457
- /** @type {?|undefined} */
458
- GridsterConfig.prototype.defaultItemRows;
459
- /** @type {?|undefined} */
460
- GridsterConfig.prototype.maxItemCols;
461
- /** @type {?|undefined} */
462
- GridsterConfig.prototype.maxItemRows;
463
- /** @type {?|undefined} */
464
- GridsterConfig.prototype.minItemCols;
465
- /** @type {?|undefined} */
466
- GridsterConfig.prototype.minItemRows;
467
- /** @type {?|undefined} */
468
- GridsterConfig.prototype.minItemArea;
469
- /** @type {?|undefined} */
470
- GridsterConfig.prototype.maxItemArea;
471
- /** @type {?|undefined} */
472
- GridsterConfig.prototype.margin;
473
- /** @type {?|undefined} */
474
- GridsterConfig.prototype.outerMargin;
475
- /** @type {?|undefined} */
476
- GridsterConfig.prototype.outerMarginTop;
477
- /** @type {?|undefined} */
478
- GridsterConfig.prototype.outerMarginRight;
479
- /** @type {?|undefined} */
480
- GridsterConfig.prototype.outerMarginBottom;
481
- /** @type {?|undefined} */
482
- GridsterConfig.prototype.outerMarginLeft;
483
- /** @type {?|undefined} */
484
- GridsterConfig.prototype.useTransformPositioning;
485
- /** @type {?|undefined} */
486
- GridsterConfig.prototype.scrollSensitivity;
487
- /** @type {?|undefined} */
488
- GridsterConfig.prototype.scrollSpeed;
489
- /** @type {?|undefined} */
490
- GridsterConfig.prototype.initCallback;
491
- /** @type {?|undefined} */
492
- GridsterConfig.prototype.destroyCallback;
493
- /** @type {?|undefined} */
494
- GridsterConfig.prototype.gridSizeChangedCallback;
495
- /** @type {?|undefined} */
496
- GridsterConfig.prototype.itemChangeCallback;
497
- /** @type {?|undefined} */
498
- GridsterConfig.prototype.itemResizeCallback;
499
- /** @type {?|undefined} */
500
- GridsterConfig.prototype.itemInitCallback;
501
- /** @type {?|undefined} */
502
- GridsterConfig.prototype.itemRemovedCallback;
503
- /** @type {?|undefined} */
504
- GridsterConfig.prototype.itemValidateCallback;
505
- /** @type {?|undefined} */
506
- GridsterConfig.prototype.draggable;
507
- /** @type {?|undefined} */
508
- GridsterConfig.prototype.resizable;
509
- /** @type {?|undefined} */
510
- GridsterConfig.prototype.swap;
511
- /** @type {?|undefined} */
512
- GridsterConfig.prototype.pushItems;
513
- /** @type {?|undefined} */
514
- GridsterConfig.prototype.disablePushOnDrag;
515
- /** @type {?|undefined} */
516
- GridsterConfig.prototype.disablePushOnResize;
517
- /** @type {?|undefined} */
518
- GridsterConfig.prototype.disableAutoPositionOnConflict;
519
- /** @type {?|undefined} */
520
- GridsterConfig.prototype.pushDirections;
521
- /** @type {?|undefined} */
522
- GridsterConfig.prototype.pushResizeItems;
523
- /** @type {?|undefined} */
524
- GridsterConfig.prototype.displayGrid;
525
- /** @type {?|undefined} */
526
- GridsterConfig.prototype.disableWindowResize;
527
- /** @type {?|undefined} */
528
- GridsterConfig.prototype.disableWarnings;
529
- /** @type {?|undefined} */
530
- GridsterConfig.prototype.scrollToNewItems;
531
- /** @type {?|undefined} */
532
- GridsterConfig.prototype.enableEmptyCellClick;
533
- /** @type {?|undefined} */
534
- GridsterConfig.prototype.enableEmptyCellContextMenu;
535
- /** @type {?|undefined} */
536
- GridsterConfig.prototype.enableEmptyCellDrop;
537
- /** @type {?|undefined} */
538
- GridsterConfig.prototype.enableEmptyCellDrag;
539
- /** @type {?|undefined} */
540
- GridsterConfig.prototype.emptyCellClickCallback;
541
- /** @type {?|undefined} */
542
- GridsterConfig.prototype.emptyCellContextMenuCallback;
543
- /** @type {?|undefined} */
544
- GridsterConfig.prototype.emptyCellDropCallback;
545
- /** @type {?|undefined} */
546
- GridsterConfig.prototype.emptyCellDragCallback;
547
- /** @type {?|undefined} */
548
- GridsterConfig.prototype.emptyCellDragMaxCols;
549
- /** @type {?|undefined} */
550
- GridsterConfig.prototype.emptyCellDragMaxRows;
551
- /** @type {?|undefined} */
552
- GridsterConfig.prototype.ignoreMarginInRow;
553
- /** @type {?|undefined} */
554
- GridsterConfig.prototype.autoResizeonDrag;
555
- /** @type {?|undefined} */
556
- GridsterConfig.prototype.api;
557
- /* Skipping unhandled member: [propName: string]: any;*/
558
- }
559
- /**
560
- * @record
561
- */
562
- function DragBase() { }
563
- if (false) {
564
- /** @type {?|undefined} */
565
- DragBase.prototype.enabled;
566
- /** @type {?|undefined} */
567
- DragBase.prototype.stop;
568
- /** @type {?|undefined} */
569
- DragBase.prototype.start;
570
- /** @type {?|undefined} */
571
- DragBase.prototype.delayStart;
572
- }
573
- /**
574
- * @record
575
- */
576
- function Draggable() { }
577
- if (false) {
578
- /** @type {?|undefined} */
579
- Draggable.prototype.ignoreContentClass;
580
- /** @type {?|undefined} */
581
- Draggable.prototype.ignoreContent;
582
- /** @type {?|undefined} */
583
- Draggable.prototype.dragHandleClass;
584
- /** @type {?|undefined} */
585
- Draggable.prototype.dropOverItems;
586
- /** @type {?|undefined} */
587
- Draggable.prototype.dropOverItemsCallback;
588
- }
589
- /**
590
- * @record
591
- */
592
- function Resizable() { }
593
- if (false) {
594
- /** @type {?|undefined} */
595
- Resizable.prototype.handles;
596
- }
597
- /**
598
- * @record
599
- */
600
- function PushDirections() { }
601
- if (false) {
602
- /** @type {?} */
603
- PushDirections.prototype.north;
604
- /** @type {?} */
605
- PushDirections.prototype.east;
606
- /** @type {?} */
607
- PushDirections.prototype.south;
608
- /** @type {?} */
609
- PushDirections.prototype.west;
610
- }
411
+ };
611
412
 
612
413
  /**
613
414
  * @fileoverview added by tsickle
614
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
415
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
615
416
  */
616
417
  /** @type {?} */
617
418
  var GridsterConfigDefaultSettings = {
@@ -673,7 +474,7 @@ var GridsterConfigDefaultSettings = {
673
474
 
674
475
  /**
675
476
  * @fileoverview added by tsickle
676
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
477
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
677
478
  */
678
479
  var RADashboardArea = /** @class */ (function () {
679
480
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1169,83 +970,11 @@ var RADashboardArea = /** @class */ (function () {
1169
970
  appConfig: [{ type: Input, args: ['app-config',] }]
1170
971
  };
1171
972
  return RADashboardArea;
1172
- }());
1173
- if (false) {
1174
- /** @type {?} */
1175
- RADashboardArea.prototype.widgetList;
1176
- /** @type {?} */
1177
- RADashboardArea.prototype.options;
1178
- /** @type {?} */
1179
- RADashboardArea.prototype.gridheight;
1180
- /**
1181
- * @type {?}
1182
- * @private
1183
- */
1184
- RADashboardArea.prototype.conifgAddClick;
1185
- /**
1186
- * @type {?}
1187
- * @private
1188
- */
1189
- RADashboardArea.prototype.widgetDeleteEvent;
1190
- /**
1191
- * @type {?}
1192
- * @private
1193
- */
1194
- RADashboardArea.prototype.widgetAddEvent;
1195
- /**
1196
- * @type {?}
1197
- * @private
1198
- */
1199
- RADashboardArea.prototype.widgetLibraryDoneClick;
1200
- /**
1201
- * @type {?}
1202
- * @private
1203
- */
1204
- RADashboardArea.prototype.isWidgetLoaded;
1205
- /** @type {?} */
1206
- RADashboardArea.prototype.userDashboardId;
1207
- /** @type {?} */
1208
- RADashboardArea.prototype.areaKey;
1209
- /** @type {?} */
1210
- RADashboardArea.prototype.globalFilter;
1211
- /** @type {?} */
1212
- RADashboardArea.prototype.raDashboardEventBus;
1213
- /** @type {?} */
1214
- RADashboardArea.prototype.widgetHeight;
1215
- /** @type {?} */
1216
- RADashboardArea.prototype.widgetWidth;
1217
- /** @type {?} */
1218
- RADashboardArea.prototype.appConfig;
1219
- /**
1220
- * @type {?}
1221
- * @private
1222
- */
1223
- RADashboardArea.prototype.dashboardService;
1224
- /**
1225
- * @type {?}
1226
- * @private
1227
- */
1228
- RADashboardArea.prototype.ngZone;
1229
- /**
1230
- * @type {?}
1231
- * @private
1232
- */
1233
- RADashboardArea.prototype.ngxService;
1234
- /**
1235
- * @type {?}
1236
- * @private
1237
- */
1238
- RADashboardArea.prototype.translateService;
1239
- /**
1240
- * @type {?}
1241
- * @private
1242
- */
1243
- RADashboardArea.prototype.notifier;
1244
- }
973
+ }());
1245
974
 
1246
975
  /**
1247
976
  * @fileoverview added by tsickle
1248
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
977
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1249
978
  */
1250
979
  var RAWidgetContainer = /** @class */ (function () {
1251
980
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1289,9 +1018,7 @@ var RAWidgetContainer = /** @class */ (function () {
1289
1018
  }
1290
1019
  if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1291
1020
  (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1292
- this.data.widgetInfo.isDimensionUpdate = true;
1293
- this.refreshWidget(this.data.widgetInfo);
1294
- this.data.widgetInfo.isDimensionUpdate = false;
1021
+ this.widgetElement.widgetResized(this.height, this.width);
1295
1022
  }
1296
1023
  };
1297
1024
  /**
@@ -1558,82 +1285,11 @@ var RAWidgetContainer = /** @class */ (function () {
1558
1285
  widgetDeleted: [{ type: Output }]
1559
1286
  };
1560
1287
  return RAWidgetContainer;
1561
- }());
1562
- if (false) {
1563
- /**
1564
- * @type {?}
1565
- * @private
1566
- */
1567
- RAWidgetContainer.prototype.isWidgetLoaded;
1568
- /**
1569
- * @type {?}
1570
- * @private
1571
- */
1572
- RAWidgetContainer.prototype.widgetElement;
1573
- /**
1574
- * @type {?}
1575
- * @private
1576
- */
1577
- RAWidgetContainer.prototype.configChanged;
1578
- /**
1579
- * @type {?}
1580
- * @private
1581
- */
1582
- RAWidgetContainer.prototype.isIEOrEdge;
1583
- /** @type {?} */
1584
- RAWidgetContainer.prototype.widgetHeight;
1585
- /** @type {?} */
1586
- RAWidgetContainer.prototype.lockClass;
1587
- /** @type {?} */
1588
- RAWidgetContainer.prototype.lockStatus;
1589
- /** @type {?} */
1590
- RAWidgetContainer.prototype.ctlWidget;
1591
- /** @type {?} */
1592
- RAWidgetContainer.prototype.widgetInstanceId;
1593
- /** @type {?} */
1594
- RAWidgetContainer.prototype.globalFilter;
1595
- /** @type {?} */
1596
- RAWidgetContainer.prototype.data;
1597
- /** @type {?} */
1598
- RAWidgetContainer.prototype.raDashboardEventBus;
1599
- /** @type {?} */
1600
- RAWidgetContainer.prototype.appConfig;
1601
- /** @type {?} */
1602
- RAWidgetContainer.prototype.width;
1603
- /** @type {?} */
1604
- RAWidgetContainer.prototype.height;
1605
- /** @type {?} */
1606
- RAWidgetContainer.prototype.widgetDeleted;
1607
- /**
1608
- * @type {?}
1609
- * @private
1610
- */
1611
- RAWidgetContainer.prototype.dashboardService;
1612
- /**
1613
- * @type {?}
1614
- * @private
1615
- */
1616
- RAWidgetContainer.prototype.ngxService;
1617
- /**
1618
- * @type {?}
1619
- * @private
1620
- */
1621
- RAWidgetContainer.prototype.translateService;
1622
- /**
1623
- * @type {?}
1624
- * @private
1625
- */
1626
- RAWidgetContainer.prototype.ngZone;
1627
- /**
1628
- * @type {?}
1629
- * @private
1630
- */
1631
- RAWidgetContainer.prototype.notifier;
1632
- }
1288
+ }());
1633
1289
 
1634
1290
  /**
1635
1291
  * @fileoverview added by tsickle
1636
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1292
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1637
1293
  */
1638
1294
  /** @type {?} */
1639
1295
  var customNotifierOptions = {
@@ -1679,7 +1335,7 @@ var customNotifierOptions = {
1679
1335
 
1680
1336
  /**
1681
1337
  * @fileoverview added by tsickle
1682
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1338
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1683
1339
  */
1684
1340
  /** @type {?} */
1685
1341
  var GridsterConfigService = {
@@ -1857,7 +1513,7 @@ var GridsterConfigService = {
1857
1513
 
1858
1514
  /**
1859
1515
  * @fileoverview added by tsickle
1860
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1516
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1861
1517
  */
1862
1518
  var GridsterUtils = /** @class */ (function () {
1863
1519
  function GridsterUtils() {
@@ -2032,7 +1688,7 @@ var GridsterUtils = /** @class */ (function () {
2032
1688
 
2033
1689
  /**
2034
1690
  * @fileoverview added by tsickle
2035
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1691
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2036
1692
  */
2037
1693
  /**
2038
1694
  * @abstract
@@ -2044,85 +1700,11 @@ GridsterComponentInterface = /** @class */ (function () {
2044
1700
  function GridsterComponentInterface() {
2045
1701
  }
2046
1702
  return GridsterComponentInterface;
2047
- }());
2048
- if (false) {
2049
- /** @type {?} */
2050
- GridsterComponentInterface.prototype.$options;
2051
- /** @type {?} */
2052
- GridsterComponentInterface.prototype.grid;
2053
- /** @type {?} */
2054
- GridsterComponentInterface.prototype.checkCollision;
2055
- /** @type {?} */
2056
- GridsterComponentInterface.prototype.positionXToPixels;
2057
- /** @type {?} */
2058
- GridsterComponentInterface.prototype.pixelsToPositionX;
2059
- /** @type {?} */
2060
- GridsterComponentInterface.prototype.positionYToPixels;
2061
- /** @type {?} */
2062
- GridsterComponentInterface.prototype.pixelsToPositionY;
2063
- /** @type {?} */
2064
- GridsterComponentInterface.prototype.findItemWithItem;
2065
- /** @type {?} */
2066
- GridsterComponentInterface.prototype.findItemsWithItem;
2067
- /** @type {?} */
2068
- GridsterComponentInterface.prototype.checkGridCollision;
2069
- /** @type {?} */
2070
- GridsterComponentInterface.prototype.el;
2071
- /** @type {?} */
2072
- GridsterComponentInterface.prototype.renderer;
2073
- /** @type {?} */
2074
- GridsterComponentInterface.prototype.gridRenderer;
2075
- /** @type {?} */
2076
- GridsterComponentInterface.prototype.cdRef;
2077
- /** @type {?} */
2078
- GridsterComponentInterface.prototype.options;
2079
- /** @type {?} */
2080
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2081
- /** @type {?} */
2082
- GridsterComponentInterface.prototype.updateGrid;
2083
- /** @type {?} */
2084
- GridsterComponentInterface.prototype.movingItem;
2085
- /** @type {?} */
2086
- GridsterComponentInterface.prototype.addItem;
2087
- /** @type {?} */
2088
- GridsterComponentInterface.prototype.removeItem;
2089
- /** @type {?} */
2090
- GridsterComponentInterface.prototype.previewStyle;
2091
- /** @type {?} */
2092
- GridsterComponentInterface.prototype.mobile;
2093
- /** @type {?} */
2094
- GridsterComponentInterface.prototype.curWidth;
2095
- /** @type {?} */
2096
- GridsterComponentInterface.prototype.curHeight;
2097
- /** @type {?} */
2098
- GridsterComponentInterface.prototype.columns;
2099
- /** @type {?} */
2100
- GridsterComponentInterface.prototype.rows;
2101
- /** @type {?} */
2102
- GridsterComponentInterface.prototype.curColWidth;
2103
- /** @type {?} */
2104
- GridsterComponentInterface.prototype.curRowHeight;
2105
- /** @type {?} */
2106
- GridsterComponentInterface.prototype.windowResize;
2107
- /** @type {?} */
2108
- GridsterComponentInterface.prototype.setGridDimensions;
2109
- /** @type {?} */
2110
- GridsterComponentInterface.prototype.dragInProgress;
2111
- /** @type {?} */
2112
- GridsterComponentInterface.prototype.emptyCell;
2113
- /** @type {?} */
2114
- GridsterComponentInterface.prototype.compact;
2115
- /** @type {?} */
2116
- GridsterComponentInterface.prototype.zone;
2117
- /** @type {?} */
2118
- GridsterComponentInterface.prototype.gridRows;
2119
- /** @type {?} */
2120
- GridsterComponentInterface.prototype.gridColumns;
2121
- }
1703
+ }());
2122
1704
 
2123
1705
  /**
2124
1706
  * @fileoverview added by tsickle
2125
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1707
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2126
1708
  */
2127
1709
  var GridsterEmptyCell = /** @class */ (function () {
2128
1710
  function GridsterEmptyCell(gridster) {
@@ -2439,44 +2021,11 @@ var GridsterEmptyCell = /** @class */ (function () {
2439
2021
  { type: GridsterComponentInterface }
2440
2022
  ]; };
2441
2023
  return GridsterEmptyCell;
2442
- }());
2443
- if (false) {
2444
- /** @type {?} */
2445
- GridsterEmptyCell.prototype.initialItem;
2446
- /** @type {?} */
2447
- GridsterEmptyCell.prototype.emptyCellClick;
2448
- /** @type {?} */
2449
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2450
- /** @type {?} */
2451
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2452
- /** @type {?} */
2453
- GridsterEmptyCell.prototype.emptyCellDrop;
2454
- /** @type {?} */
2455
- GridsterEmptyCell.prototype.emptyCellDrag;
2456
- /** @type {?} */
2457
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2458
- /** @type {?} */
2459
- GridsterEmptyCell.prototype.emptyCellMMove;
2460
- /** @type {?} */
2461
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2462
- /** @type {?} */
2463
- GridsterEmptyCell.prototype.emptyCellUp;
2464
- /** @type {?} */
2465
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2466
- /** @type {?} */
2467
- GridsterEmptyCell.prototype.emptyCellMove;
2468
- /** @type {?} */
2469
- GridsterEmptyCell.prototype.emptyCellExit;
2470
- /**
2471
- * @type {?}
2472
- * @private
2473
- */
2474
- GridsterEmptyCell.prototype.gridster;
2475
- }
2024
+ }());
2476
2025
 
2477
2026
  /**
2478
2027
  * @fileoverview added by tsickle
2479
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2028
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2480
2029
  */
2481
2030
  var GridsterCompact = /** @class */ (function () {
2482
2031
  function GridsterCompact(gridster) {
@@ -2714,18 +2263,11 @@ var GridsterCompact = /** @class */ (function () {
2714
2263
  { type: GridsterComponentInterface }
2715
2264
  ]; };
2716
2265
  return GridsterCompact;
2717
- }());
2718
- if (false) {
2719
- /**
2720
- * @type {?}
2721
- * @private
2722
- */
2723
- GridsterCompact.prototype.gridster;
2724
- }
2266
+ }());
2725
2267
 
2726
2268
  /**
2727
2269
  * @fileoverview added by tsickle
2728
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2270
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2729
2271
  */
2730
2272
  var GridsterRenderer = /** @class */ (function () {
2731
2273
  function GridsterRenderer(gridster) {
@@ -3032,18 +2574,11 @@ var GridsterRenderer = /** @class */ (function () {
3032
2574
  { type: GridsterComponentInterface }
3033
2575
  ]; };
3034
2576
  return GridsterRenderer;
3035
- }());
3036
- if (false) {
3037
- /**
3038
- * @type {?}
3039
- * @private
3040
- */
3041
- GridsterRenderer.prototype.gridster;
3042
- }
2577
+ }());
3043
2578
 
3044
2579
  /**
3045
2580
  * @fileoverview added by tsickle
3046
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2581
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3047
2582
  */
3048
2583
  var GridsterComponent = /** @class */ (function () {
3049
2584
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3198,17 +2733,6 @@ var GridsterComponent = /** @class */ (function () {
3198
2733
  if (this.options.destroyCallback) {
3199
2734
  this.options.destroyCallback(this);
3200
2735
  }
3201
- //if (this.options.api) {
3202
- /* this.options.api getting undefined for new dashboard load- temp fix
3203
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3204
- * ondestroy of current this.options.api instance - needs to investigate further
3205
- */
3206
- if (false) {
3207
- this.options.api.resize = undefined;
3208
- this.options.api.optionsChanged = undefined;
3209
- this.options.api.getNextPossiblePosition = undefined;
3210
- this.options.api = undefined;
3211
- }
3212
2736
  this.emptyCell.destroy();
3213
2737
  delete this.emptyCell;
3214
2738
  this.compact.destroy();
@@ -3785,61 +3309,11 @@ var GridsterComponent = /** @class */ (function () {
3785
3309
  options: [{ type: Input }]
3786
3310
  };
3787
3311
  return GridsterComponent;
3788
- }());
3789
- if (false) {
3790
- /** @type {?} */
3791
- GridsterComponent.prototype.options;
3792
- /** @type {?} */
3793
- GridsterComponent.prototype.calculateLayoutDebounce;
3794
- /** @type {?} */
3795
- GridsterComponent.prototype.movingItem;
3796
- /** @type {?} */
3797
- GridsterComponent.prototype.previewStyle;
3798
- /** @type {?} */
3799
- GridsterComponent.prototype.el;
3800
- /** @type {?} */
3801
- GridsterComponent.prototype.$options;
3802
- /** @type {?} */
3803
- GridsterComponent.prototype.mobile;
3804
- /** @type {?} */
3805
- GridsterComponent.prototype.curWidth;
3806
- /** @type {?} */
3807
- GridsterComponent.prototype.curHeight;
3808
- /** @type {?} */
3809
- GridsterComponent.prototype.grid;
3810
- /** @type {?} */
3811
- GridsterComponent.prototype.columns;
3812
- /** @type {?} */
3813
- GridsterComponent.prototype.rows;
3814
- /** @type {?} */
3815
- GridsterComponent.prototype.curColWidth;
3816
- /** @type {?} */
3817
- GridsterComponent.prototype.curRowHeight;
3818
- /** @type {?} */
3819
- GridsterComponent.prototype.gridColumns;
3820
- /** @type {?} */
3821
- GridsterComponent.prototype.gridRows;
3822
- /** @type {?} */
3823
- GridsterComponent.prototype.windowResize;
3824
- /** @type {?} */
3825
- GridsterComponent.prototype.dragInProgress;
3826
- /** @type {?} */
3827
- GridsterComponent.prototype.emptyCell;
3828
- /** @type {?} */
3829
- GridsterComponent.prototype.compact;
3830
- /** @type {?} */
3831
- GridsterComponent.prototype.gridRenderer;
3832
- /** @type {?} */
3833
- GridsterComponent.prototype.renderer;
3834
- /** @type {?} */
3835
- GridsterComponent.prototype.cdRef;
3836
- /** @type {?} */
3837
- GridsterComponent.prototype.zone;
3838
- }
3312
+ }());
3839
3313
 
3840
3314
  /**
3841
3315
  * @fileoverview added by tsickle
3842
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3316
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3843
3317
  */
3844
3318
  /**
3845
3319
  * @abstract
@@ -3851,49 +3325,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
3851
3325
  function GridsterItemComponentInterface() {
3852
3326
  }
3853
3327
  return GridsterItemComponentInterface;
3854
- }());
3855
- if (false) {
3856
- /** @type {?} */
3857
- GridsterItemComponentInterface.prototype.item;
3858
- /** @type {?} */
3859
- GridsterItemComponentInterface.prototype.$item;
3860
- /** @type {?} */
3861
- GridsterItemComponentInterface.prototype.top;
3862
- /** @type {?} */
3863
- GridsterItemComponentInterface.prototype.left;
3864
- /** @type {?} */
3865
- GridsterItemComponentInterface.prototype.width;
3866
- /** @type {?} */
3867
- GridsterItemComponentInterface.prototype.height;
3868
- /** @type {?} */
3869
- GridsterItemComponentInterface.prototype.drag;
3870
- /** @type {?} */
3871
- GridsterItemComponentInterface.prototype.resize;
3872
- /** @type {?} */
3873
- GridsterItemComponentInterface.prototype.notPlaced;
3874
- /** @type {?} */
3875
- GridsterItemComponentInterface.prototype.updateOptions;
3876
- /** @type {?} */
3877
- GridsterItemComponentInterface.prototype.itemChanged;
3878
- /** @type {?} */
3879
- GridsterItemComponentInterface.prototype.setSize;
3880
- /** @type {?} */
3881
- GridsterItemComponentInterface.prototype.checkItemChanges;
3882
- /** @type {?} */
3883
- GridsterItemComponentInterface.prototype.canBeDragged;
3884
- /** @type {?} */
3885
- GridsterItemComponentInterface.prototype.canBeResized;
3886
- /** @type {?} */
3887
- GridsterItemComponentInterface.prototype.el;
3888
- /** @type {?} */
3889
- GridsterItemComponentInterface.prototype.gridster;
3890
- /** @type {?} */
3891
- GridsterItemComponentInterface.prototype.renderer;
3892
- }
3328
+ }());
3893
3329
 
3894
3330
  /**
3895
3331
  * @fileoverview added by tsickle
3896
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3332
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3897
3333
  */
3898
3334
  var GridsterSwap = /** @class */ (function () {
3899
3335
  function GridsterSwap(gridsterItem) {
@@ -4021,28 +3457,11 @@ var GridsterSwap = /** @class */ (function () {
4021
3457
  { type: GridsterItemComponentInterface }
4022
3458
  ]; };
4023
3459
  return GridsterSwap;
4024
- }());
4025
- if (false) {
4026
- /**
4027
- * @type {?}
4028
- * @private
4029
- */
4030
- GridsterSwap.prototype.swapedItem;
4031
- /**
4032
- * @type {?}
4033
- * @private
4034
- */
4035
- GridsterSwap.prototype.gridsterItem;
4036
- /**
4037
- * @type {?}
4038
- * @private
4039
- */
4040
- GridsterSwap.prototype.gridster;
4041
- }
3460
+ }());
4042
3461
 
4043
3462
  /**
4044
3463
  * @fileoverview added by tsickle
4045
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3464
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4046
3465
  */
4047
3466
  /** @type {?} */
4048
3467
  var scrollSensitivity;
@@ -4237,7 +3656,7 @@ function cancelN() {
4237
3656
 
4238
3657
  /**
4239
3658
  * @fileoverview added by tsickle
4240
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3659
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4241
3660
  */
4242
3661
  var GridsterPush = /** @class */ (function () {
4243
3662
  function GridsterPush(gridsterItem) {
@@ -4727,61 +4146,11 @@ var GridsterPush = /** @class */ (function () {
4727
4146
  { type: GridsterItemComponentInterface }
4728
4147
  ]; };
4729
4148
  return GridsterPush;
4730
- }());
4731
- if (false) {
4732
- /** @type {?} */
4733
- GridsterPush.prototype.fromSouth;
4734
- /** @type {?} */
4735
- GridsterPush.prototype.fromNorth;
4736
- /** @type {?} */
4737
- GridsterPush.prototype.fromEast;
4738
- /** @type {?} */
4739
- GridsterPush.prototype.fromWest;
4740
- /**
4741
- * @type {?}
4742
- * @private
4743
- */
4744
- GridsterPush.prototype.pushedItems;
4745
- /**
4746
- * @type {?}
4747
- * @private
4748
- */
4749
- GridsterPush.prototype.pushedItemsTemp;
4750
- /**
4751
- * @type {?}
4752
- * @private
4753
- */
4754
- GridsterPush.prototype.pushedItemsTempPath;
4755
- /**
4756
- * @type {?}
4757
- * @private
4758
- */
4759
- GridsterPush.prototype.pushedItemsPath;
4760
- /**
4761
- * @type {?}
4762
- * @private
4763
- */
4764
- GridsterPush.prototype.gridsterItem;
4765
- /**
4766
- * @type {?}
4767
- * @private
4768
- */
4769
- GridsterPush.prototype.gridster;
4770
- /**
4771
- * @type {?}
4772
- * @private
4773
- */
4774
- GridsterPush.prototype.pushedItemsOrder;
4775
- /**
4776
- * @type {?}
4777
- * @private
4778
- */
4779
- GridsterPush.prototype.tryPattern;
4780
- }
4149
+ }());
4781
4150
 
4782
4151
  /**
4783
4152
  * @fileoverview added by tsickle
4784
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4153
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4785
4154
  */
4786
4155
  var GridsterDraggable = /** @class */ (function () {
4787
4156
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5085,10 +4454,6 @@ var GridsterDraggable = /** @class */ (function () {
5085
4454
  this.gridsterItem.$item.cols = itemColsbackup;
5086
4455
  this.gridsterItem.$item.rows = itemRowsbackup;
5087
4456
  }
5088
- else {
5089
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5090
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5091
- }
5092
4457
  return this.gridsterItem.$item;
5093
4458
  };
5094
4459
  /**
@@ -5245,84 +4610,11 @@ var GridsterDraggable = /** @class */ (function () {
5245
4610
  { type: NgZone }
5246
4611
  ]; };
5247
4612
  return GridsterDraggable;
5248
- }());
5249
- if (false) {
5250
- /** @type {?} */
5251
- GridsterDraggable.prototype.gridsterItem;
5252
- /** @type {?} */
5253
- GridsterDraggable.prototype.gridster;
5254
- /** @type {?} */
5255
- GridsterDraggable.prototype.lastMouse;
5256
- /** @type {?} */
5257
- GridsterDraggable.prototype.offsetLeft;
5258
- /** @type {?} */
5259
- GridsterDraggable.prototype.offsetTop;
5260
- /** @type {?} */
5261
- GridsterDraggable.prototype.margin;
5262
- /** @type {?} */
5263
- GridsterDraggable.prototype.diffTop;
5264
- /** @type {?} */
5265
- GridsterDraggable.prototype.diffLeft;
5266
- /** @type {?} */
5267
- GridsterDraggable.prototype.top;
5268
- /** @type {?} */
5269
- GridsterDraggable.prototype.left;
5270
- /** @type {?} */
5271
- GridsterDraggable.prototype.height;
5272
- /** @type {?} */
5273
- GridsterDraggable.prototype.width;
5274
- /** @type {?} */
5275
- GridsterDraggable.prototype.positionX;
5276
- /** @type {?} */
5277
- GridsterDraggable.prototype.positionY;
5278
- /** @type {?} */
5279
- GridsterDraggable.prototype.positionXBackup;
5280
- /** @type {?} */
5281
- GridsterDraggable.prototype.positionYBackup;
5282
- /** @type {?} */
5283
- GridsterDraggable.prototype.enabled;
5284
- /** @type {?} */
5285
- GridsterDraggable.prototype.dragStartFunction;
5286
- /** @type {?} */
5287
- GridsterDraggable.prototype.dragFunction;
5288
- /** @type {?} */
5289
- GridsterDraggable.prototype.dragStopFunction;
5290
- /** @type {?} */
5291
- GridsterDraggable.prototype.mousemove;
5292
- /** @type {?} */
5293
- GridsterDraggable.prototype.mouseup;
5294
- /** @type {?} */
5295
- GridsterDraggable.prototype.mouseleave;
5296
- /** @type {?} */
5297
- GridsterDraggable.prototype.cancelOnBlur;
5298
- /** @type {?} */
5299
- GridsterDraggable.prototype.touchmove;
5300
- /** @type {?} */
5301
- GridsterDraggable.prototype.touchend;
5302
- /** @type {?} */
5303
- GridsterDraggable.prototype.touchcancel;
5304
- /** @type {?} */
5305
- GridsterDraggable.prototype.mousedown;
5306
- /** @type {?} */
5307
- GridsterDraggable.prototype.touchstart;
5308
- /** @type {?} */
5309
- GridsterDraggable.prototype.push;
5310
- /** @type {?} */
5311
- GridsterDraggable.prototype.swap;
5312
- /** @type {?} */
5313
- GridsterDraggable.prototype.path;
5314
- /** @type {?} */
5315
- GridsterDraggable.prototype.collision;
5316
- /**
5317
- * @type {?}
5318
- * @private
5319
- */
5320
- GridsterDraggable.prototype.zone;
5321
- }
4613
+ }());
5322
4614
 
5323
4615
  /**
5324
4616
  * @fileoverview added by tsickle
5325
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4617
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5326
4618
  */
5327
4619
  var GridsterPushResize = /** @class */ (function () {
5328
4620
  function GridsterPushResize(gridsterItem) {
@@ -5702,46 +4994,11 @@ var GridsterPushResize = /** @class */ (function () {
5702
4994
  { type: GridsterItemComponentInterface }
5703
4995
  ]; };
5704
4996
  return GridsterPushResize;
5705
- }());
5706
- if (false) {
5707
- /** @type {?} */
5708
- GridsterPushResize.prototype.fromSouth;
5709
- /** @type {?} */
5710
- GridsterPushResize.prototype.fromNorth;
5711
- /** @type {?} */
5712
- GridsterPushResize.prototype.fromEast;
5713
- /** @type {?} */
5714
- GridsterPushResize.prototype.fromWest;
5715
- /**
5716
- * @type {?}
5717
- * @private
5718
- */
5719
- GridsterPushResize.prototype.pushedItems;
5720
- /**
5721
- * @type {?}
5722
- * @private
5723
- */
5724
- GridsterPushResize.prototype.pushedItemsPath;
5725
- /**
5726
- * @type {?}
5727
- * @private
5728
- */
5729
- GridsterPushResize.prototype.gridsterItem;
5730
- /**
5731
- * @type {?}
5732
- * @private
5733
- */
5734
- GridsterPushResize.prototype.gridster;
5735
- /**
5736
- * @type {?}
5737
- * @private
5738
- */
5739
- GridsterPushResize.prototype.tryPattern;
5740
- }
4997
+ }());
5741
4998
 
5742
4999
  /**
5743
5000
  * @fileoverview added by tsickle
5744
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5001
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5745
5002
  */
5746
5003
  var GridsterResizable = /** @class */ (function () {
5747
5004
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6283,86 +5540,11 @@ var GridsterResizable = /** @class */ (function () {
6283
5540
  { type: NgZone }
6284
5541
  ]; };
6285
5542
  return GridsterResizable;
6286
- }());
6287
- if (false) {
6288
- /** @type {?} */
6289
- GridsterResizable.prototype.gridsterItem;
6290
- /** @type {?} */
6291
- GridsterResizable.prototype.gridster;
6292
- /** @type {?} */
6293
- GridsterResizable.prototype.lastMouse;
6294
- /** @type {?} */
6295
- GridsterResizable.prototype.itemBackup;
6296
- /** @type {?} */
6297
- GridsterResizable.prototype.resizeEventScrollType;
6298
- /** @type {?} */
6299
- GridsterResizable.prototype.directionFunction;
6300
- /** @type {?} */
6301
- GridsterResizable.prototype.dragFunction;
6302
- /** @type {?} */
6303
- GridsterResizable.prototype.dragStopFunction;
6304
- /** @type {?} */
6305
- GridsterResizable.prototype.resizeEnabled;
6306
- /** @type {?} */
6307
- GridsterResizable.prototype.mousemove;
6308
- /** @type {?} */
6309
- GridsterResizable.prototype.mouseup;
6310
- /** @type {?} */
6311
- GridsterResizable.prototype.mouseleave;
6312
- /** @type {?} */
6313
- GridsterResizable.prototype.cancelOnBlur;
6314
- /** @type {?} */
6315
- GridsterResizable.prototype.touchmove;
6316
- /** @type {?} */
6317
- GridsterResizable.prototype.touchend;
6318
- /** @type {?} */
6319
- GridsterResizable.prototype.touchcancel;
6320
- /** @type {?} */
6321
- GridsterResizable.prototype.push;
6322
- /** @type {?} */
6323
- GridsterResizable.prototype.pushResize;
6324
- /** @type {?} */
6325
- GridsterResizable.prototype.minHeight;
6326
- /** @type {?} */
6327
- GridsterResizable.prototype.minWidth;
6328
- /** @type {?} */
6329
- GridsterResizable.prototype.offsetTop;
6330
- /** @type {?} */
6331
- GridsterResizable.prototype.offsetLeft;
6332
- /** @type {?} */
6333
- GridsterResizable.prototype.diffTop;
6334
- /** @type {?} */
6335
- GridsterResizable.prototype.diffLeft;
6336
- /** @type {?} */
6337
- GridsterResizable.prototype.diffRight;
6338
- /** @type {?} */
6339
- GridsterResizable.prototype.diffBottom;
6340
- /** @type {?} */
6341
- GridsterResizable.prototype.margin;
6342
- /** @type {?} */
6343
- GridsterResizable.prototype.top;
6344
- /** @type {?} */
6345
- GridsterResizable.prototype.left;
6346
- /** @type {?} */
6347
- GridsterResizable.prototype.bottom;
6348
- /** @type {?} */
6349
- GridsterResizable.prototype.right;
6350
- /** @type {?} */
6351
- GridsterResizable.prototype.width;
6352
- /** @type {?} */
6353
- GridsterResizable.prototype.height;
6354
- /** @type {?} */
6355
- GridsterResizable.prototype.newPosition;
6356
- /**
6357
- * @type {?}
6358
- * @private
6359
- */
6360
- GridsterResizable.prototype.zone;
6361
- }
5543
+ }());
6362
5544
 
6363
5545
  /**
6364
5546
  * @fileoverview added by tsickle
6365
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5547
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6366
5548
  */
6367
5549
  var GridsterItemComponent = /** @class */ (function () {
6368
5550
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6557,44 +5739,11 @@ var GridsterItemComponent = /** @class */ (function () {
6557
5739
  item: [{ type: Input }]
6558
5740
  };
6559
5741
  return GridsterItemComponent;
6560
- }());
6561
- if (false) {
6562
- /** @type {?} */
6563
- GridsterItemComponent.prototype.item;
6564
- /** @type {?} */
6565
- GridsterItemComponent.prototype.$item;
6566
- /** @type {?} */
6567
- GridsterItemComponent.prototype.el;
6568
- /** @type {?} */
6569
- GridsterItemComponent.prototype.gridster;
6570
- /** @type {?} */
6571
- GridsterItemComponent.prototype.top;
6572
- /** @type {?} */
6573
- GridsterItemComponent.prototype.left;
6574
- /** @type {?} */
6575
- GridsterItemComponent.prototype.width;
6576
- /** @type {?} */
6577
- GridsterItemComponent.prototype.height;
6578
- /** @type {?} */
6579
- GridsterItemComponent.prototype.drag;
6580
- /** @type {?} */
6581
- GridsterItemComponent.prototype.resize;
6582
- /** @type {?} */
6583
- GridsterItemComponent.prototype.notPlaced;
6584
- /** @type {?} */
6585
- GridsterItemComponent.prototype.init;
6586
- /** @type {?} */
6587
- GridsterItemComponent.prototype.renderer;
6588
- /**
6589
- * @type {?}
6590
- * @private
6591
- */
6592
- GridsterItemComponent.prototype.zone;
6593
- }
5742
+ }());
6594
5743
 
6595
5744
  /**
6596
5745
  * @fileoverview added by tsickle
6597
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5746
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6598
5747
  */
6599
5748
  var GridsterPreviewComponent = /** @class */ (function () {
6600
5749
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6649,19 +5798,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
6649
5798
  { type: Renderer2 }
6650
5799
  ]; };
6651
5800
  return GridsterPreviewComponent;
6652
- }());
6653
- if (false) {
6654
- /** @type {?} */
6655
- GridsterPreviewComponent.prototype.el;
6656
- /** @type {?} */
6657
- GridsterPreviewComponent.prototype.gridster;
6658
- /** @type {?} */
6659
- GridsterPreviewComponent.prototype.renderer;
6660
- }
5801
+ }());
6661
5802
 
6662
5803
  /**
6663
5804
  * @fileoverview added by tsickle
6664
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5805
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6665
5806
  */
6666
5807
  var GridsterModule = /** @class */ (function () {
6667
5808
  function GridsterModule() {
@@ -6686,7 +5827,7 @@ var GridsterModule = /** @class */ (function () {
6686
5827
 
6687
5828
  /**
6688
5829
  * @fileoverview added by tsickle
6689
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5830
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6690
5831
  */
6691
5832
  /** @type {?} */
6692
5833
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6727,7 +5868,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
6727
5868
 
6728
5869
  /**
6729
5870
  * @fileoverview added by tsickle
6730
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5871
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6731
5872
  */
6732
5873
  /**
6733
5874
  * @abstract
@@ -6771,35 +5912,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6771
5912
  initialize: [{ type: Input }]
6772
5913
  };
6773
5914
  return RaBaseDashboardTemplate;
6774
- }());
6775
- if (false) {
6776
- /** @type {?} */
6777
- RaBaseDashboardTemplate.prototype.userDashboardId;
6778
- /** @type {?} */
6779
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6780
- /** @type {?} */
6781
- RaBaseDashboardTemplate.prototype.appConfig;
6782
- /** @type {?} */
6783
- RaBaseDashboardTemplate.prototype.dashboardId;
6784
- /** @type {?} */
6785
- RaBaseDashboardTemplate.prototype.globalFilter;
6786
- /** @type {?} */
6787
- RaBaseDashboardTemplate.prototype.initialize;
6788
- /**
6789
- * @type {?}
6790
- * @private
6791
- */
6792
- RaBaseDashboardTemplate.prototype.ngZone;
6793
- /**
6794
- * @abstract
6795
- * @return {?}
6796
- */
6797
- RaBaseDashboardTemplate.prototype.init = function () { };
6798
- }
5915
+ }());
6799
5916
 
6800
5917
  /**
6801
5918
  * @fileoverview added by tsickle
6802
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5919
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6803
5920
  */
6804
5921
  /**
6805
5922
  * @abstract
@@ -6819,29 +5936,7 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6819
5936
  getAllFilterConfig: [{ type: Input }]
6820
5937
  };
6821
5938
  return RaBaseDashboardFilter;
6822
- }());
6823
- if (false) {
6824
- /**
6825
- * @type {?}
6826
- * @private
6827
- */
6828
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6829
- /**
6830
- * @abstract
6831
- * @return {?}
6832
- */
6833
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6834
- }
6835
-
6836
- /**
6837
- * @fileoverview added by tsickle
6838
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6839
- */
6840
-
6841
- /**
6842
- * @fileoverview added by tsickle
6843
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6844
- */
5939
+ }());
6845
5940
 
6846
5941
  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 };
6847
5942
  //# sourceMappingURL=schneideress-dashboardframework.js.map