@schneideress/dashboardframework 0.0.105 → 0.0.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +69 -1172
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +2 -3
  6. package/esm2015/gridster/lib/gridster.component.js +2 -3
  7. package/esm2015/gridster/lib/gridster.interface.js +2 -3
  8. package/esm2015/gridster/lib/gridster.module.js +2 -3
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
  15. package/esm2015/gridster/lib/gridsterItem.component.js +2 -3
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
  19. package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
  27. package/esm2015/lib/custom.notifier.options.js +2 -3
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +3 -4
  30. package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
  31. package/esm2015/lib/ra.base.dashboard.template.js +2 -3
  32. package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
  33. package/esm2015/lib/ra.dashboard.module.js +2 -3
  34. package/esm2015/lib/ra.dashboard.service.js +3 -4
  35. package/esm2015/lib/ra.event.enum.js +2 -3
  36. package/esm2015/lib/ra.gridster.config.js +2 -3
  37. package/esm2015/public-api.js +2 -3
  38. package/esm2015/schneideress-dashboardframework.js +2 -3
  39. package/esm5/gridster/index.js +2 -3
  40. package/esm5/gridster/lib/gridster.component.js +2 -3
  41. package/esm5/gridster/lib/gridster.interface.js +2 -3
  42. package/esm5/gridster/lib/gridster.module.js +2 -3
  43. package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
  49. package/esm5/gridster/lib/gridsterItem.component.js +2 -3
  50. package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
  52. package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
  53. package/esm5/gridster/lib/gridsterPush.service.js +2 -3
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
  56. package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  58. package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
  59. package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
  60. package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
  61. package/esm5/lib/custom.notifier.options.js +2 -3
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +3 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +2 -3
  65. package/esm5/lib/ra.base.dashboard.template.js +2 -3
  66. package/esm5/lib/ra.dashbard.event.bus.js +2 -3
  67. package/esm5/lib/ra.dashboard.module.js +2 -3
  68. package/esm5/lib/ra.dashboard.service.js +3 -4
  69. package/esm5/lib/ra.event.enum.js +2 -3
  70. package/esm5/lib/ra.gridster.config.js +2 -3
  71. package/esm5/public-api.js +2 -3
  72. package/esm5/schneideress-dashboardframework.js +2 -3
  73. package/fesm2015/schneideress-dashboardframework.js +67 -1052
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +70 -1055
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. 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, HostListener, EventEmitter, Renderer2, Output, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, HostListener, Renderer2, Output, EventEmitter, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
3
3
  import { of, Subject } from 'rxjs';
4
4
  import { BaseService, RATranslateService, RACommonModule } from '@schneideress/ra-common';
5
5
  import { filter, map } from 'rxjs/operators';
@@ -14,8 +14,7 @@ import { RAUserControlModule } from '@schneideress/user-controls';
14
14
 
15
15
  /**
16
16
  * @fileoverview added by tsickle
17
- * Generated from: lib/ra.dashboard.service.ts
18
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
19
18
  */
20
19
  var RaDashboardService = /** @class */ (function (_super) {
21
20
  __extends(RaDashboardService, _super);
@@ -163,7 +162,7 @@ var RaDashboardService = /** @class */ (function (_super) {
163
162
  */
164
163
  function (widgetInfo, appConfig) {
165
164
  this.baseUrl = appConfig.apiBaseUrl;
166
- return this.post('widget/DeleteWidgetUser', widgetInfo);
165
+ return this.delete('widget/DeleteWidgetUser?widgetInstanceId=' + widgetInfo.widgetInstanceId);
167
166
  };
168
167
  /**To Update widgetInfo in database */
169
168
  /**
@@ -219,19 +218,11 @@ var RaDashboardService = /** @class */ (function (_super) {
219
218
  ]; };
220
219
  /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
221
220
  return RaDashboardService;
222
- }(BaseService));
223
- if (false) {
224
- /**
225
- * @type {?}
226
- * @private
227
- */
228
- RaDashboardService.prototype.loadedScripts;
229
- }
221
+ }(BaseService));
230
222
 
231
223
  /**
232
224
  * @fileoverview added by tsickle
233
- * Generated from: lib/ra.dashbard.event.bus.ts
234
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
225
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
235
226
  */
236
227
  var RADashboardEventBus = /** @class */ (function () {
237
228
  function RADashboardEventBus() {
@@ -340,19 +331,11 @@ var RADashboardEventBus = /** @class */ (function () {
340
331
  ];
341
332
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
342
333
  return RADashboardEventBus;
343
- }());
344
- if (false) {
345
- /**
346
- * @type {?}
347
- * @private
348
- */
349
- RADashboardEventBus.prototype.eventQueue;
350
- }
334
+ }());
351
335
 
352
336
  /**
353
337
  * @fileoverview added by tsickle
354
- * Generated from: lib/ra.event.enum.ts
355
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
338
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
356
339
  */
357
340
  /** @enum {string} */
358
341
  var RAEvent = {
@@ -401,225 +384,38 @@ var RAEventKey = {
401
384
 
402
385
  /**
403
386
  * @fileoverview added by tsickle
404
- * Generated from: gridster/lib/gridsterConfig.interface.ts
405
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
387
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
406
388
  */
407
389
  /** @enum {string} */
408
390
  var GridType = {
409
- Fit: "fit",
410
- ScrollVertical: "scrollVertical",
411
- ScrollHorizontal: "scrollHorizontal",
412
- Fixed: "fixed",
413
- VerticalFixed: "verticalFixed",
414
- HorizontalFixed: "horizontalFixed",
391
+ Fit: 'fit',
392
+ ScrollVertical: 'scrollVertical',
393
+ ScrollHorizontal: 'scrollHorizontal',
394
+ Fixed: 'fixed',
395
+ VerticalFixed: 'verticalFixed',
396
+ HorizontalFixed: 'horizontalFixed',
415
397
  };
416
398
  /** @enum {string} */
417
399
  var DisplayGrid = {
418
- Always: "always",
419
- OnDragAndResize: "onDrag&Resize",
420
- None: "none",
400
+ Always: 'always',
401
+ OnDragAndResize: 'onDrag&Resize',
402
+ None: 'none',
421
403
  };
422
404
  /** @enum {string} */
423
405
  var CompactType = {
424
- None: "none",
425
- CompactUp: "compactUp",
426
- CompactLeft: "compactLeft",
427
- CompactUpAndLeft: "compactUp&Left",
428
- CompactLeftAndUp: "compactLeft&Up",
429
- CompactRight: "compactRight",
430
- CompactUpAndRight: "compactUp&Right",
431
- CompactRightAndUp: "compactRight&Up",
432
- };
433
- /**
434
- * @record
435
- */
436
- function GridsterConfig() { }
437
- if (false) {
438
- /** @type {?|undefined} */
439
- GridsterConfig.prototype.gridType;
440
- /** @type {?|undefined} */
441
- GridsterConfig.prototype.fixedColWidth;
442
- /** @type {?|undefined} */
443
- GridsterConfig.prototype.fixedRowHeight;
444
- /** @type {?|undefined} */
445
- GridsterConfig.prototype.keepFixedHeightInMobile;
446
- /** @type {?|undefined} */
447
- GridsterConfig.prototype.keepFixedWidthInMobile;
448
- /** @type {?|undefined} */
449
- GridsterConfig.prototype.setGridSize;
450
- /** @type {?|undefined} */
451
- GridsterConfig.prototype.compactType;
452
- /** @type {?|undefined} */
453
- GridsterConfig.prototype.mobileBreakpoint;
454
- /** @type {?|undefined} */
455
- GridsterConfig.prototype.minCols;
456
- /** @type {?|undefined} */
457
- GridsterConfig.prototype.maxCols;
458
- /** @type {?|undefined} */
459
- GridsterConfig.prototype.minRows;
460
- /** @type {?|undefined} */
461
- GridsterConfig.prototype.maxRows;
462
- /** @type {?|undefined} */
463
- GridsterConfig.prototype.defaultItemCols;
464
- /** @type {?|undefined} */
465
- GridsterConfig.prototype.defaultItemRows;
466
- /** @type {?|undefined} */
467
- GridsterConfig.prototype.maxItemCols;
468
- /** @type {?|undefined} */
469
- GridsterConfig.prototype.maxItemRows;
470
- /** @type {?|undefined} */
471
- GridsterConfig.prototype.minItemCols;
472
- /** @type {?|undefined} */
473
- GridsterConfig.prototype.minItemRows;
474
- /** @type {?|undefined} */
475
- GridsterConfig.prototype.minItemArea;
476
- /** @type {?|undefined} */
477
- GridsterConfig.prototype.maxItemArea;
478
- /** @type {?|undefined} */
479
- GridsterConfig.prototype.margin;
480
- /** @type {?|undefined} */
481
- GridsterConfig.prototype.outerMargin;
482
- /** @type {?|undefined} */
483
- GridsterConfig.prototype.outerMarginTop;
484
- /** @type {?|undefined} */
485
- GridsterConfig.prototype.outerMarginRight;
486
- /** @type {?|undefined} */
487
- GridsterConfig.prototype.outerMarginBottom;
488
- /** @type {?|undefined} */
489
- GridsterConfig.prototype.outerMarginLeft;
490
- /** @type {?|undefined} */
491
- GridsterConfig.prototype.useTransformPositioning;
492
- /** @type {?|undefined} */
493
- GridsterConfig.prototype.scrollSensitivity;
494
- /** @type {?|undefined} */
495
- GridsterConfig.prototype.scrollSpeed;
496
- /** @type {?|undefined} */
497
- GridsterConfig.prototype.initCallback;
498
- /** @type {?|undefined} */
499
- GridsterConfig.prototype.destroyCallback;
500
- /** @type {?|undefined} */
501
- GridsterConfig.prototype.gridSizeChangedCallback;
502
- /** @type {?|undefined} */
503
- GridsterConfig.prototype.itemChangeCallback;
504
- /** @type {?|undefined} */
505
- GridsterConfig.prototype.itemResizeCallback;
506
- /** @type {?|undefined} */
507
- GridsterConfig.prototype.itemInitCallback;
508
- /** @type {?|undefined} */
509
- GridsterConfig.prototype.itemRemovedCallback;
510
- /** @type {?|undefined} */
511
- GridsterConfig.prototype.itemValidateCallback;
512
- /** @type {?|undefined} */
513
- GridsterConfig.prototype.draggable;
514
- /** @type {?|undefined} */
515
- GridsterConfig.prototype.resizable;
516
- /** @type {?|undefined} */
517
- GridsterConfig.prototype.swap;
518
- /** @type {?|undefined} */
519
- GridsterConfig.prototype.pushItems;
520
- /** @type {?|undefined} */
521
- GridsterConfig.prototype.disablePushOnDrag;
522
- /** @type {?|undefined} */
523
- GridsterConfig.prototype.disablePushOnResize;
524
- /** @type {?|undefined} */
525
- GridsterConfig.prototype.disableAutoPositionOnConflict;
526
- /** @type {?|undefined} */
527
- GridsterConfig.prototype.pushDirections;
528
- /** @type {?|undefined} */
529
- GridsterConfig.prototype.pushResizeItems;
530
- /** @type {?|undefined} */
531
- GridsterConfig.prototype.displayGrid;
532
- /** @type {?|undefined} */
533
- GridsterConfig.prototype.disableWindowResize;
534
- /** @type {?|undefined} */
535
- GridsterConfig.prototype.disableWarnings;
536
- /** @type {?|undefined} */
537
- GridsterConfig.prototype.scrollToNewItems;
538
- /** @type {?|undefined} */
539
- GridsterConfig.prototype.enableEmptyCellClick;
540
- /** @type {?|undefined} */
541
- GridsterConfig.prototype.enableEmptyCellContextMenu;
542
- /** @type {?|undefined} */
543
- GridsterConfig.prototype.enableEmptyCellDrop;
544
- /** @type {?|undefined} */
545
- GridsterConfig.prototype.enableEmptyCellDrag;
546
- /** @type {?|undefined} */
547
- GridsterConfig.prototype.emptyCellClickCallback;
548
- /** @type {?|undefined} */
549
- GridsterConfig.prototype.emptyCellContextMenuCallback;
550
- /** @type {?|undefined} */
551
- GridsterConfig.prototype.emptyCellDropCallback;
552
- /** @type {?|undefined} */
553
- GridsterConfig.prototype.emptyCellDragCallback;
554
- /** @type {?|undefined} */
555
- GridsterConfig.prototype.emptyCellDragMaxCols;
556
- /** @type {?|undefined} */
557
- GridsterConfig.prototype.emptyCellDragMaxRows;
558
- /** @type {?|undefined} */
559
- GridsterConfig.prototype.ignoreMarginInRow;
560
- /** @type {?|undefined} */
561
- GridsterConfig.prototype.autoResizeonDrag;
562
- /** @type {?|undefined} */
563
- GridsterConfig.prototype.api;
564
- /* Skipping unhandled member: [propName: string]: any;*/
565
- }
566
- /**
567
- * @record
568
- */
569
- function DragBase() { }
570
- if (false) {
571
- /** @type {?|undefined} */
572
- DragBase.prototype.enabled;
573
- /** @type {?|undefined} */
574
- DragBase.prototype.stop;
575
- /** @type {?|undefined} */
576
- DragBase.prototype.start;
577
- /** @type {?|undefined} */
578
- DragBase.prototype.delayStart;
579
- }
580
- /**
581
- * @record
582
- */
583
- function Draggable() { }
584
- if (false) {
585
- /** @type {?|undefined} */
586
- Draggable.prototype.ignoreContentClass;
587
- /** @type {?|undefined} */
588
- Draggable.prototype.ignoreContent;
589
- /** @type {?|undefined} */
590
- Draggable.prototype.dragHandleClass;
591
- /** @type {?|undefined} */
592
- Draggable.prototype.dropOverItems;
593
- /** @type {?|undefined} */
594
- Draggable.prototype.dropOverItemsCallback;
595
- }
596
- /**
597
- * @record
598
- */
599
- function Resizable() { }
600
- if (false) {
601
- /** @type {?|undefined} */
602
- Resizable.prototype.handles;
603
- }
604
- /**
605
- * @record
606
- */
607
- function PushDirections() { }
608
- if (false) {
609
- /** @type {?} */
610
- PushDirections.prototype.north;
611
- /** @type {?} */
612
- PushDirections.prototype.east;
613
- /** @type {?} */
614
- PushDirections.prototype.south;
615
- /** @type {?} */
616
- PushDirections.prototype.west;
617
- }
406
+ None: 'none',
407
+ CompactUp: 'compactUp',
408
+ CompactLeft: 'compactLeft',
409
+ CompactUpAndLeft: 'compactUp&Left',
410
+ CompactLeftAndUp: 'compactLeft&Up',
411
+ CompactRight: 'compactRight',
412
+ CompactUpAndRight: 'compactUp&Right',
413
+ CompactRightAndUp: 'compactRight&Up',
414
+ };
618
415
 
619
416
  /**
620
417
  * @fileoverview added by tsickle
621
- * Generated from: lib/ra.gridster.config.ts
622
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
418
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
623
419
  */
624
420
  /** @type {?} */
625
421
  var GridsterConfigDefaultSettings = {
@@ -685,8 +481,7 @@ var GridsterConfigDefaultSettings = {
685
481
 
686
482
  /**
687
483
  * @fileoverview added by tsickle
688
- * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
689
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
484
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
690
485
  */
691
486
  var RADashboardArea = /** @class */ (function () {
692
487
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1237,88 +1032,11 @@ var RADashboardArea = /** @class */ (function () {
1237
1032
  onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
1238
1033
  };
1239
1034
  return RADashboardArea;
1240
- }());
1241
- if (false) {
1242
- /** @type {?} */
1243
- RADashboardArea.prototype.widgetList;
1244
- /** @type {?} */
1245
- RADashboardArea.prototype.options;
1246
- /** @type {?} */
1247
- RADashboardArea.prototype.gridheight;
1248
- /**
1249
- * @type {?}
1250
- * @private
1251
- */
1252
- RADashboardArea.prototype.conifgAddClick;
1253
- /**
1254
- * @type {?}
1255
- * @private
1256
- */
1257
- RADashboardArea.prototype.widgetDeleteEvent;
1258
- /**
1259
- * @type {?}
1260
- * @private
1261
- */
1262
- RADashboardArea.prototype.widgetAddEvent;
1263
- /**
1264
- * @type {?}
1265
- * @private
1266
- */
1267
- RADashboardArea.prototype.widgetLibraryDoneClick;
1268
- /**
1269
- * @type {?}
1270
- * @private
1271
- */
1272
- RADashboardArea.prototype.isWidgetLoaded;
1273
- /** @type {?} */
1274
- RADashboardArea.prototype.domResized;
1275
- /** @type {?} */
1276
- RADashboardArea.prototype.userDashboardId;
1277
- /** @type {?} */
1278
- RADashboardArea.prototype.areaKey;
1279
- /** @type {?} */
1280
- RADashboardArea.prototype.globalFilter;
1281
- /** @type {?} */
1282
- RADashboardArea.prototype.raDashboardEventBus;
1283
- /** @type {?} */
1284
- RADashboardArea.prototype.widgetHeight;
1285
- /** @type {?} */
1286
- RADashboardArea.prototype.widgetWidth;
1287
- /** @type {?} */
1288
- RADashboardArea.prototype.appConfig;
1289
- /** @type {?} */
1290
- RADashboardArea.prototype.gridWrapper;
1291
- /**
1292
- * @type {?}
1293
- * @private
1294
- */
1295
- RADashboardArea.prototype.dashboardService;
1296
- /**
1297
- * @type {?}
1298
- * @private
1299
- */
1300
- RADashboardArea.prototype.ngZone;
1301
- /**
1302
- * @type {?}
1303
- * @private
1304
- */
1305
- RADashboardArea.prototype.ngxService;
1306
- /**
1307
- * @type {?}
1308
- * @private
1309
- */
1310
- RADashboardArea.prototype.translateService;
1311
- /**
1312
- * @type {?}
1313
- * @private
1314
- */
1315
- RADashboardArea.prototype.notifier;
1316
- }
1035
+ }());
1317
1036
 
1318
1037
  /**
1319
1038
  * @fileoverview added by tsickle
1320
- * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1321
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1039
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1322
1040
  */
1323
1041
  var RAWidgetContainer = /** @class */ (function () {
1324
1042
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
@@ -1823,7 +1541,7 @@ var RAWidgetContainer = /** @class */ (function () {
1823
1541
  { type: Component, args: [{
1824
1542
  selector: 'ra-widget-container',
1825
1543
  template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\" >\r\n <div class=\"float-right\" style=\"display: flex;\" [ngClass]=\"{'lockInvisible': lockVisible}\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\" style=\"margin-right: -12px;\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1826
- styles: [".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}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1544
+ styles: [".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}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1827
1545
  }] }
1828
1546
  ];
1829
1547
  /** @nocollapse */
@@ -1852,118 +1570,11 @@ var RAWidgetContainer = /** @class */ (function () {
1852
1570
  setResized: [{ type: Input, args: ['dom-resized',] }]
1853
1571
  };
1854
1572
  return RAWidgetContainer;
1855
- }());
1856
- if (false) {
1857
- /** @type {?} */
1858
- RAWidgetContainer.prototype.showPanel;
1859
- /**
1860
- * @type {?}
1861
- * @private
1862
- */
1863
- RAWidgetContainer.prototype.isWidgetLoaded;
1864
- /**
1865
- * @type {?}
1866
- * @private
1867
- */
1868
- RAWidgetContainer.prototype.widgetElement;
1869
- /**
1870
- * @type {?}
1871
- * @private
1872
- */
1873
- RAWidgetContainer.prototype.configChanged;
1874
- /**
1875
- * @type {?}
1876
- * @private
1877
- */
1878
- RAWidgetContainer.prototype.isIEOrEdge;
1879
- /** @type {?} */
1880
- RAWidgetContainer.prototype.widgetHeight;
1881
- /** @type {?} */
1882
- RAWidgetContainer.prototype.lockClass;
1883
- /** @type {?} */
1884
- RAWidgetContainer.prototype.lockStatus;
1885
- /** @type {?} */
1886
- RAWidgetContainer.prototype.isDownloadIconVisible;
1887
- /** @type {?} */
1888
- RAWidgetContainer.prototype.dropDownShown;
1889
- /** @type {?} */
1890
- RAWidgetContainer.prototype.isDownloadChartVisible;
1891
- /** @type {?} */
1892
- RAWidgetContainer.prototype.downloadIconType;
1893
- /** @type {?} */
1894
- RAWidgetContainer.prototype.enableTitleLine;
1895
- /** @type {?} */
1896
- RAWidgetContainer.prototype.toolTipValue;
1897
- /** @type {?} */
1898
- RAWidgetContainer.prototype.toolTipWidth;
1899
- /** @type {?} */
1900
- RAWidgetContainer.prototype.ctlWidget;
1901
- /** @type {?} */
1902
- RAWidgetContainer.prototype.widgetDropdown;
1903
- /** @type {?} */
1904
- RAWidgetContainer.prototype.widgetDownload;
1905
- /** @type {?} */
1906
- RAWidgetContainer.prototype.searchInput;
1907
- /** @type {?} */
1908
- RAWidgetContainer.prototype.widgetInstanceId;
1909
- /** @type {?} */
1910
- RAWidgetContainer.prototype.globalFilter;
1911
- /** @type {?} */
1912
- RAWidgetContainer.prototype.data;
1913
- /** @type {?} */
1914
- RAWidgetContainer.prototype.raDashboardEventBus;
1915
- /** @type {?} */
1916
- RAWidgetContainer.prototype.appConfig;
1917
- /** @type {?} */
1918
- RAWidgetContainer.prototype.width;
1919
- /** @type {?} */
1920
- RAWidgetContainer.prototype.height;
1921
- /** @type {?} */
1922
- RAWidgetContainer.prototype.gridCellHeight;
1923
- /** @type {?} */
1924
- RAWidgetContainer.prototype.widgetDeleted;
1925
- /** @type {?} */
1926
- RAWidgetContainer.prototype.lockTitle;
1927
- /** @type {?} */
1928
- RAWidgetContainer.prototype.domResized;
1929
- /** @type {?} */
1930
- RAWidgetContainer.prototype.lockVisible;
1931
- /**
1932
- * @type {?}
1933
- * @private
1934
- */
1935
- RAWidgetContainer.prototype.dashboardService;
1936
- /**
1937
- * @type {?}
1938
- * @private
1939
- */
1940
- RAWidgetContainer.prototype.ngxService;
1941
- /**
1942
- * @type {?}
1943
- * @private
1944
- */
1945
- RAWidgetContainer.prototype.translateService;
1946
- /**
1947
- * @type {?}
1948
- * @private
1949
- */
1950
- RAWidgetContainer.prototype.ngZone;
1951
- /**
1952
- * @type {?}
1953
- * @private
1954
- */
1955
- RAWidgetContainer.prototype.notifier;
1956
- /**
1957
- * @type {?}
1958
- * @private
1959
- */
1960
- RAWidgetContainer.prototype.renderer;
1961
- }
1573
+ }());
1962
1574
 
1963
1575
  /**
1964
1576
  * @fileoverview added by tsickle
1965
- * Generated from: lib/custom.notifier.options.ts
1966
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1577
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1967
1578
  */
1968
1579
  /** @type {?} */
1969
1580
  var customNotifierOptions = {
@@ -2009,8 +1620,7 @@ var customNotifierOptions = {
2009
1620
 
2010
1621
  /**
2011
1622
  * @fileoverview added by tsickle
2012
- * Generated from: gridster/lib/gridsterConfig.constant.ts
2013
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1623
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2014
1624
  */
2015
1625
  /** @type {?} */
2016
1626
  var GridsterConfigService = {
@@ -2188,8 +1798,7 @@ var GridsterConfigService = {
2188
1798
 
2189
1799
  /**
2190
1800
  * @fileoverview added by tsickle
2191
- * Generated from: gridster/lib/gridsterUtils.service.ts
2192
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1801
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2193
1802
  */
2194
1803
  var GridsterUtils = /** @class */ (function () {
2195
1804
  function GridsterUtils() {
@@ -2364,8 +1973,7 @@ var GridsterUtils = /** @class */ (function () {
2364
1973
 
2365
1974
  /**
2366
1975
  * @fileoverview added by tsickle
2367
- * Generated from: gridster/lib/gridster.interface.ts
2368
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1976
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2369
1977
  */
2370
1978
  /**
2371
1979
  * @abstract
@@ -2377,86 +1985,11 @@ GridsterComponentInterface = /** @class */ (function () {
2377
1985
  function GridsterComponentInterface() {
2378
1986
  }
2379
1987
  return GridsterComponentInterface;
2380
- }());
2381
- if (false) {
2382
- /** @type {?} */
2383
- GridsterComponentInterface.prototype.$options;
2384
- /** @type {?} */
2385
- GridsterComponentInterface.prototype.grid;
2386
- /** @type {?} */
2387
- GridsterComponentInterface.prototype.checkCollision;
2388
- /** @type {?} */
2389
- GridsterComponentInterface.prototype.positionXToPixels;
2390
- /** @type {?} */
2391
- GridsterComponentInterface.prototype.pixelsToPositionX;
2392
- /** @type {?} */
2393
- GridsterComponentInterface.prototype.positionYToPixels;
2394
- /** @type {?} */
2395
- GridsterComponentInterface.prototype.pixelsToPositionY;
2396
- /** @type {?} */
2397
- GridsterComponentInterface.prototype.findItemWithItem;
2398
- /** @type {?} */
2399
- GridsterComponentInterface.prototype.findItemsWithItem;
2400
- /** @type {?} */
2401
- GridsterComponentInterface.prototype.checkGridCollision;
2402
- /** @type {?} */
2403
- GridsterComponentInterface.prototype.el;
2404
- /** @type {?} */
2405
- GridsterComponentInterface.prototype.renderer;
2406
- /** @type {?} */
2407
- GridsterComponentInterface.prototype.gridRenderer;
2408
- /** @type {?} */
2409
- GridsterComponentInterface.prototype.cdRef;
2410
- /** @type {?} */
2411
- GridsterComponentInterface.prototype.options;
2412
- /** @type {?} */
2413
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2414
- /** @type {?} */
2415
- GridsterComponentInterface.prototype.updateGrid;
2416
- /** @type {?} */
2417
- GridsterComponentInterface.prototype.movingItem;
2418
- /** @type {?} */
2419
- GridsterComponentInterface.prototype.addItem;
2420
- /** @type {?} */
2421
- GridsterComponentInterface.prototype.removeItem;
2422
- /** @type {?} */
2423
- GridsterComponentInterface.prototype.previewStyle;
2424
- /** @type {?} */
2425
- GridsterComponentInterface.prototype.mobile;
2426
- /** @type {?} */
2427
- GridsterComponentInterface.prototype.curWidth;
2428
- /** @type {?} */
2429
- GridsterComponentInterface.prototype.curHeight;
2430
- /** @type {?} */
2431
- GridsterComponentInterface.prototype.columns;
2432
- /** @type {?} */
2433
- GridsterComponentInterface.prototype.rows;
2434
- /** @type {?} */
2435
- GridsterComponentInterface.prototype.curColWidth;
2436
- /** @type {?} */
2437
- GridsterComponentInterface.prototype.curRowHeight;
2438
- /** @type {?} */
2439
- GridsterComponentInterface.prototype.windowResize;
2440
- /** @type {?} */
2441
- GridsterComponentInterface.prototype.setGridDimensions;
2442
- /** @type {?} */
2443
- GridsterComponentInterface.prototype.dragInProgress;
2444
- /** @type {?} */
2445
- GridsterComponentInterface.prototype.emptyCell;
2446
- /** @type {?} */
2447
- GridsterComponentInterface.prototype.compact;
2448
- /** @type {?} */
2449
- GridsterComponentInterface.prototype.zone;
2450
- /** @type {?} */
2451
- GridsterComponentInterface.prototype.gridRows;
2452
- /** @type {?} */
2453
- GridsterComponentInterface.prototype.gridColumns;
2454
- }
1988
+ }());
2455
1989
 
2456
1990
  /**
2457
1991
  * @fileoverview added by tsickle
2458
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2459
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1992
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2460
1993
  */
2461
1994
  var GridsterEmptyCell = /** @class */ (function () {
2462
1995
  function GridsterEmptyCell(gridster) {
@@ -2773,45 +2306,11 @@ var GridsterEmptyCell = /** @class */ (function () {
2773
2306
  { type: GridsterComponentInterface }
2774
2307
  ]; };
2775
2308
  return GridsterEmptyCell;
2776
- }());
2777
- if (false) {
2778
- /** @type {?} */
2779
- GridsterEmptyCell.prototype.initialItem;
2780
- /** @type {?} */
2781
- GridsterEmptyCell.prototype.emptyCellClick;
2782
- /** @type {?} */
2783
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2784
- /** @type {?} */
2785
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2786
- /** @type {?} */
2787
- GridsterEmptyCell.prototype.emptyCellDrop;
2788
- /** @type {?} */
2789
- GridsterEmptyCell.prototype.emptyCellDrag;
2790
- /** @type {?} */
2791
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2792
- /** @type {?} */
2793
- GridsterEmptyCell.prototype.emptyCellMMove;
2794
- /** @type {?} */
2795
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2796
- /** @type {?} */
2797
- GridsterEmptyCell.prototype.emptyCellUp;
2798
- /** @type {?} */
2799
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2800
- /** @type {?} */
2801
- GridsterEmptyCell.prototype.emptyCellMove;
2802
- /** @type {?} */
2803
- GridsterEmptyCell.prototype.emptyCellExit;
2804
- /**
2805
- * @type {?}
2806
- * @private
2807
- */
2808
- GridsterEmptyCell.prototype.gridster;
2809
- }
2309
+ }());
2810
2310
 
2811
2311
  /**
2812
2312
  * @fileoverview added by tsickle
2813
- * Generated from: gridster/lib/gridsterCompact.service.ts
2814
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2313
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2815
2314
  */
2816
2315
  var GridsterCompact = /** @class */ (function () {
2817
2316
  function GridsterCompact(gridster) {
@@ -3049,19 +2548,11 @@ var GridsterCompact = /** @class */ (function () {
3049
2548
  { type: GridsterComponentInterface }
3050
2549
  ]; };
3051
2550
  return GridsterCompact;
3052
- }());
3053
- if (false) {
3054
- /**
3055
- * @type {?}
3056
- * @private
3057
- */
3058
- GridsterCompact.prototype.gridster;
3059
- }
2551
+ }());
3060
2552
 
3061
2553
  /**
3062
2554
  * @fileoverview added by tsickle
3063
- * Generated from: gridster/lib/gridsterRenderer.service.ts
3064
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2555
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3065
2556
  */
3066
2557
  var GridsterRenderer = /** @class */ (function () {
3067
2558
  function GridsterRenderer(gridster) {
@@ -3368,19 +2859,11 @@ var GridsterRenderer = /** @class */ (function () {
3368
2859
  { type: GridsterComponentInterface }
3369
2860
  ]; };
3370
2861
  return GridsterRenderer;
3371
- }());
3372
- if (false) {
3373
- /**
3374
- * @type {?}
3375
- * @private
3376
- */
3377
- GridsterRenderer.prototype.gridster;
3378
- }
2862
+ }());
3379
2863
 
3380
2864
  /**
3381
2865
  * @fileoverview added by tsickle
3382
- * Generated from: gridster/lib/gridster.component.ts
3383
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2866
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3384
2867
  */
3385
2868
  var GridsterComponent = /** @class */ (function () {
3386
2869
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3535,17 +3018,6 @@ var GridsterComponent = /** @class */ (function () {
3535
3018
  if (this.options.destroyCallback) {
3536
3019
  this.options.destroyCallback(this);
3537
3020
  }
3538
- //if (this.options.api) {
3539
- /* this.options.api getting undefined for new dashboard load- temp fix
3540
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3541
- * ondestroy of current this.options.api instance - needs to investigate further
3542
- */
3543
- if (false) {
3544
- this.options.api.resize = undefined;
3545
- this.options.api.optionsChanged = undefined;
3546
- this.options.api.getNextPossiblePosition = undefined;
3547
- this.options.api = undefined;
3548
- }
3549
3021
  this.emptyCell.destroy();
3550
3022
  delete this.emptyCell;
3551
3023
  this.compact.destroy();
@@ -4122,62 +3594,11 @@ var GridsterComponent = /** @class */ (function () {
4122
3594
  options: [{ type: Input }]
4123
3595
  };
4124
3596
  return GridsterComponent;
4125
- }());
4126
- if (false) {
4127
- /** @type {?} */
4128
- GridsterComponent.prototype.options;
4129
- /** @type {?} */
4130
- GridsterComponent.prototype.calculateLayoutDebounce;
4131
- /** @type {?} */
4132
- GridsterComponent.prototype.movingItem;
4133
- /** @type {?} */
4134
- GridsterComponent.prototype.previewStyle;
4135
- /** @type {?} */
4136
- GridsterComponent.prototype.el;
4137
- /** @type {?} */
4138
- GridsterComponent.prototype.$options;
4139
- /** @type {?} */
4140
- GridsterComponent.prototype.mobile;
4141
- /** @type {?} */
4142
- GridsterComponent.prototype.curWidth;
4143
- /** @type {?} */
4144
- GridsterComponent.prototype.curHeight;
4145
- /** @type {?} */
4146
- GridsterComponent.prototype.grid;
4147
- /** @type {?} */
4148
- GridsterComponent.prototype.columns;
4149
- /** @type {?} */
4150
- GridsterComponent.prototype.rows;
4151
- /** @type {?} */
4152
- GridsterComponent.prototype.curColWidth;
4153
- /** @type {?} */
4154
- GridsterComponent.prototype.curRowHeight;
4155
- /** @type {?} */
4156
- GridsterComponent.prototype.gridColumns;
4157
- /** @type {?} */
4158
- GridsterComponent.prototype.gridRows;
4159
- /** @type {?} */
4160
- GridsterComponent.prototype.windowResize;
4161
- /** @type {?} */
4162
- GridsterComponent.prototype.dragInProgress;
4163
- /** @type {?} */
4164
- GridsterComponent.prototype.emptyCell;
4165
- /** @type {?} */
4166
- GridsterComponent.prototype.compact;
4167
- /** @type {?} */
4168
- GridsterComponent.prototype.gridRenderer;
4169
- /** @type {?} */
4170
- GridsterComponent.prototype.renderer;
4171
- /** @type {?} */
4172
- GridsterComponent.prototype.cdRef;
4173
- /** @type {?} */
4174
- GridsterComponent.prototype.zone;
4175
- }
3597
+ }());
4176
3598
 
4177
3599
  /**
4178
3600
  * @fileoverview added by tsickle
4179
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4180
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3601
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4181
3602
  */
4182
3603
  /**
4183
3604
  * @abstract
@@ -4189,50 +3610,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
4189
3610
  function GridsterItemComponentInterface() {
4190
3611
  }
4191
3612
  return GridsterItemComponentInterface;
4192
- }());
4193
- if (false) {
4194
- /** @type {?} */
4195
- GridsterItemComponentInterface.prototype.item;
4196
- /** @type {?} */
4197
- GridsterItemComponentInterface.prototype.$item;
4198
- /** @type {?} */
4199
- GridsterItemComponentInterface.prototype.top;
4200
- /** @type {?} */
4201
- GridsterItemComponentInterface.prototype.left;
4202
- /** @type {?} */
4203
- GridsterItemComponentInterface.prototype.width;
4204
- /** @type {?} */
4205
- GridsterItemComponentInterface.prototype.height;
4206
- /** @type {?} */
4207
- GridsterItemComponentInterface.prototype.drag;
4208
- /** @type {?} */
4209
- GridsterItemComponentInterface.prototype.resize;
4210
- /** @type {?} */
4211
- GridsterItemComponentInterface.prototype.notPlaced;
4212
- /** @type {?} */
4213
- GridsterItemComponentInterface.prototype.updateOptions;
4214
- /** @type {?} */
4215
- GridsterItemComponentInterface.prototype.itemChanged;
4216
- /** @type {?} */
4217
- GridsterItemComponentInterface.prototype.setSize;
4218
- /** @type {?} */
4219
- GridsterItemComponentInterface.prototype.checkItemChanges;
4220
- /** @type {?} */
4221
- GridsterItemComponentInterface.prototype.canBeDragged;
4222
- /** @type {?} */
4223
- GridsterItemComponentInterface.prototype.canBeResized;
4224
- /** @type {?} */
4225
- GridsterItemComponentInterface.prototype.el;
4226
- /** @type {?} */
4227
- GridsterItemComponentInterface.prototype.gridster;
4228
- /** @type {?} */
4229
- GridsterItemComponentInterface.prototype.renderer;
4230
- }
3613
+ }());
4231
3614
 
4232
3615
  /**
4233
3616
  * @fileoverview added by tsickle
4234
- * Generated from: gridster/lib/gridsterSwap.service.ts
4235
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3617
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4236
3618
  */
4237
3619
  var GridsterSwap = /** @class */ (function () {
4238
3620
  function GridsterSwap(gridsterItem) {
@@ -4360,29 +3742,11 @@ var GridsterSwap = /** @class */ (function () {
4360
3742
  { type: GridsterItemComponentInterface }
4361
3743
  ]; };
4362
3744
  return GridsterSwap;
4363
- }());
4364
- if (false) {
4365
- /**
4366
- * @type {?}
4367
- * @private
4368
- */
4369
- GridsterSwap.prototype.swapedItem;
4370
- /**
4371
- * @type {?}
4372
- * @private
4373
- */
4374
- GridsterSwap.prototype.gridsterItem;
4375
- /**
4376
- * @type {?}
4377
- * @private
4378
- */
4379
- GridsterSwap.prototype.gridster;
4380
- }
3745
+ }());
4381
3746
 
4382
3747
  /**
4383
3748
  * @fileoverview added by tsickle
4384
- * Generated from: gridster/lib/gridsterScroll.service.ts
4385
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3749
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4386
3750
  */
4387
3751
  /** @type {?} */
4388
3752
  var scrollSensitivity;
@@ -4577,8 +3941,7 @@ function cancelN() {
4577
3941
 
4578
3942
  /**
4579
3943
  * @fileoverview added by tsickle
4580
- * Generated from: gridster/lib/gridsterPush.service.ts
4581
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3944
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4582
3945
  */
4583
3946
  var GridsterPush = /** @class */ (function () {
4584
3947
  function GridsterPush(gridsterItem) {
@@ -5068,62 +4431,11 @@ var GridsterPush = /** @class */ (function () {
5068
4431
  { type: GridsterItemComponentInterface }
5069
4432
  ]; };
5070
4433
  return GridsterPush;
5071
- }());
5072
- if (false) {
5073
- /** @type {?} */
5074
- GridsterPush.prototype.fromSouth;
5075
- /** @type {?} */
5076
- GridsterPush.prototype.fromNorth;
5077
- /** @type {?} */
5078
- GridsterPush.prototype.fromEast;
5079
- /** @type {?} */
5080
- GridsterPush.prototype.fromWest;
5081
- /**
5082
- * @type {?}
5083
- * @private
5084
- */
5085
- GridsterPush.prototype.pushedItems;
5086
- /**
5087
- * @type {?}
5088
- * @private
5089
- */
5090
- GridsterPush.prototype.pushedItemsTemp;
5091
- /**
5092
- * @type {?}
5093
- * @private
5094
- */
5095
- GridsterPush.prototype.pushedItemsTempPath;
5096
- /**
5097
- * @type {?}
5098
- * @private
5099
- */
5100
- GridsterPush.prototype.pushedItemsPath;
5101
- /**
5102
- * @type {?}
5103
- * @private
5104
- */
5105
- GridsterPush.prototype.gridsterItem;
5106
- /**
5107
- * @type {?}
5108
- * @private
5109
- */
5110
- GridsterPush.prototype.gridster;
5111
- /**
5112
- * @type {?}
5113
- * @private
5114
- */
5115
- GridsterPush.prototype.pushedItemsOrder;
5116
- /**
5117
- * @type {?}
5118
- * @private
5119
- */
5120
- GridsterPush.prototype.tryPattern;
5121
- }
4434
+ }());
5122
4435
 
5123
4436
  /**
5124
4437
  * @fileoverview added by tsickle
5125
- * Generated from: gridster/lib/gridsterDraggable.service.ts
5126
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4438
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5127
4439
  */
5128
4440
  var GridsterDraggable = /** @class */ (function () {
5129
4441
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5427,10 +4739,6 @@ var GridsterDraggable = /** @class */ (function () {
5427
4739
  this.gridsterItem.$item.cols = itemColsbackup;
5428
4740
  this.gridsterItem.$item.rows = itemRowsbackup;
5429
4741
  }
5430
- else {
5431
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5432
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5433
- }
5434
4742
  return this.gridsterItem.$item;
5435
4743
  };
5436
4744
  /**
@@ -5587,85 +4895,11 @@ var GridsterDraggable = /** @class */ (function () {
5587
4895
  { type: NgZone }
5588
4896
  ]; };
5589
4897
  return GridsterDraggable;
5590
- }());
5591
- if (false) {
5592
- /** @type {?} */
5593
- GridsterDraggable.prototype.gridsterItem;
5594
- /** @type {?} */
5595
- GridsterDraggable.prototype.gridster;
5596
- /** @type {?} */
5597
- GridsterDraggable.prototype.lastMouse;
5598
- /** @type {?} */
5599
- GridsterDraggable.prototype.offsetLeft;
5600
- /** @type {?} */
5601
- GridsterDraggable.prototype.offsetTop;
5602
- /** @type {?} */
5603
- GridsterDraggable.prototype.margin;
5604
- /** @type {?} */
5605
- GridsterDraggable.prototype.diffTop;
5606
- /** @type {?} */
5607
- GridsterDraggable.prototype.diffLeft;
5608
- /** @type {?} */
5609
- GridsterDraggable.prototype.top;
5610
- /** @type {?} */
5611
- GridsterDraggable.prototype.left;
5612
- /** @type {?} */
5613
- GridsterDraggable.prototype.height;
5614
- /** @type {?} */
5615
- GridsterDraggable.prototype.width;
5616
- /** @type {?} */
5617
- GridsterDraggable.prototype.positionX;
5618
- /** @type {?} */
5619
- GridsterDraggable.prototype.positionY;
5620
- /** @type {?} */
5621
- GridsterDraggable.prototype.positionXBackup;
5622
- /** @type {?} */
5623
- GridsterDraggable.prototype.positionYBackup;
5624
- /** @type {?} */
5625
- GridsterDraggable.prototype.enabled;
5626
- /** @type {?} */
5627
- GridsterDraggable.prototype.dragStartFunction;
5628
- /** @type {?} */
5629
- GridsterDraggable.prototype.dragFunction;
5630
- /** @type {?} */
5631
- GridsterDraggable.prototype.dragStopFunction;
5632
- /** @type {?} */
5633
- GridsterDraggable.prototype.mousemove;
5634
- /** @type {?} */
5635
- GridsterDraggable.prototype.mouseup;
5636
- /** @type {?} */
5637
- GridsterDraggable.prototype.mouseleave;
5638
- /** @type {?} */
5639
- GridsterDraggable.prototype.cancelOnBlur;
5640
- /** @type {?} */
5641
- GridsterDraggable.prototype.touchmove;
5642
- /** @type {?} */
5643
- GridsterDraggable.prototype.touchend;
5644
- /** @type {?} */
5645
- GridsterDraggable.prototype.touchcancel;
5646
- /** @type {?} */
5647
- GridsterDraggable.prototype.mousedown;
5648
- /** @type {?} */
5649
- GridsterDraggable.prototype.touchstart;
5650
- /** @type {?} */
5651
- GridsterDraggable.prototype.push;
5652
- /** @type {?} */
5653
- GridsterDraggable.prototype.swap;
5654
- /** @type {?} */
5655
- GridsterDraggable.prototype.path;
5656
- /** @type {?} */
5657
- GridsterDraggable.prototype.collision;
5658
- /**
5659
- * @type {?}
5660
- * @private
5661
- */
5662
- GridsterDraggable.prototype.zone;
5663
- }
4898
+ }());
5664
4899
 
5665
4900
  /**
5666
4901
  * @fileoverview added by tsickle
5667
- * Generated from: gridster/lib/gridsterPushResize.service.ts
5668
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4902
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5669
4903
  */
5670
4904
  var GridsterPushResize = /** @class */ (function () {
5671
4905
  function GridsterPushResize(gridsterItem) {
@@ -6045,47 +5279,11 @@ var GridsterPushResize = /** @class */ (function () {
6045
5279
  { type: GridsterItemComponentInterface }
6046
5280
  ]; };
6047
5281
  return GridsterPushResize;
6048
- }());
6049
- if (false) {
6050
- /** @type {?} */
6051
- GridsterPushResize.prototype.fromSouth;
6052
- /** @type {?} */
6053
- GridsterPushResize.prototype.fromNorth;
6054
- /** @type {?} */
6055
- GridsterPushResize.prototype.fromEast;
6056
- /** @type {?} */
6057
- GridsterPushResize.prototype.fromWest;
6058
- /**
6059
- * @type {?}
6060
- * @private
6061
- */
6062
- GridsterPushResize.prototype.pushedItems;
6063
- /**
6064
- * @type {?}
6065
- * @private
6066
- */
6067
- GridsterPushResize.prototype.pushedItemsPath;
6068
- /**
6069
- * @type {?}
6070
- * @private
6071
- */
6072
- GridsterPushResize.prototype.gridsterItem;
6073
- /**
6074
- * @type {?}
6075
- * @private
6076
- */
6077
- GridsterPushResize.prototype.gridster;
6078
- /**
6079
- * @type {?}
6080
- * @private
6081
- */
6082
- GridsterPushResize.prototype.tryPattern;
6083
- }
5282
+ }());
6084
5283
 
6085
5284
  /**
6086
5285
  * @fileoverview added by tsickle
6087
- * Generated from: gridster/lib/gridsterResizable.service.ts
6088
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5286
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6089
5287
  */
6090
5288
  var GridsterResizable = /** @class */ (function () {
6091
5289
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6627,87 +5825,11 @@ var GridsterResizable = /** @class */ (function () {
6627
5825
  { type: NgZone }
6628
5826
  ]; };
6629
5827
  return GridsterResizable;
6630
- }());
6631
- if (false) {
6632
- /** @type {?} */
6633
- GridsterResizable.prototype.gridsterItem;
6634
- /** @type {?} */
6635
- GridsterResizable.prototype.gridster;
6636
- /** @type {?} */
6637
- GridsterResizable.prototype.lastMouse;
6638
- /** @type {?} */
6639
- GridsterResizable.prototype.itemBackup;
6640
- /** @type {?} */
6641
- GridsterResizable.prototype.resizeEventScrollType;
6642
- /** @type {?} */
6643
- GridsterResizable.prototype.directionFunction;
6644
- /** @type {?} */
6645
- GridsterResizable.prototype.dragFunction;
6646
- /** @type {?} */
6647
- GridsterResizable.prototype.dragStopFunction;
6648
- /** @type {?} */
6649
- GridsterResizable.prototype.resizeEnabled;
6650
- /** @type {?} */
6651
- GridsterResizable.prototype.mousemove;
6652
- /** @type {?} */
6653
- GridsterResizable.prototype.mouseup;
6654
- /** @type {?} */
6655
- GridsterResizable.prototype.mouseleave;
6656
- /** @type {?} */
6657
- GridsterResizable.prototype.cancelOnBlur;
6658
- /** @type {?} */
6659
- GridsterResizable.prototype.touchmove;
6660
- /** @type {?} */
6661
- GridsterResizable.prototype.touchend;
6662
- /** @type {?} */
6663
- GridsterResizable.prototype.touchcancel;
6664
- /** @type {?} */
6665
- GridsterResizable.prototype.push;
6666
- /** @type {?} */
6667
- GridsterResizable.prototype.pushResize;
6668
- /** @type {?} */
6669
- GridsterResizable.prototype.minHeight;
6670
- /** @type {?} */
6671
- GridsterResizable.prototype.minWidth;
6672
- /** @type {?} */
6673
- GridsterResizable.prototype.offsetTop;
6674
- /** @type {?} */
6675
- GridsterResizable.prototype.offsetLeft;
6676
- /** @type {?} */
6677
- GridsterResizable.prototype.diffTop;
6678
- /** @type {?} */
6679
- GridsterResizable.prototype.diffLeft;
6680
- /** @type {?} */
6681
- GridsterResizable.prototype.diffRight;
6682
- /** @type {?} */
6683
- GridsterResizable.prototype.diffBottom;
6684
- /** @type {?} */
6685
- GridsterResizable.prototype.margin;
6686
- /** @type {?} */
6687
- GridsterResizable.prototype.top;
6688
- /** @type {?} */
6689
- GridsterResizable.prototype.left;
6690
- /** @type {?} */
6691
- GridsterResizable.prototype.bottom;
6692
- /** @type {?} */
6693
- GridsterResizable.prototype.right;
6694
- /** @type {?} */
6695
- GridsterResizable.prototype.width;
6696
- /** @type {?} */
6697
- GridsterResizable.prototype.height;
6698
- /** @type {?} */
6699
- GridsterResizable.prototype.newPosition;
6700
- /**
6701
- * @type {?}
6702
- * @private
6703
- */
6704
- GridsterResizable.prototype.zone;
6705
- }
5828
+ }());
6706
5829
 
6707
5830
  /**
6708
5831
  * @fileoverview added by tsickle
6709
- * Generated from: gridster/lib/gridsterItem.component.ts
6710
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5832
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6711
5833
  */
6712
5834
  var GridsterItemComponent = /** @class */ (function () {
6713
5835
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6902,45 +6024,11 @@ var GridsterItemComponent = /** @class */ (function () {
6902
6024
  item: [{ type: Input }]
6903
6025
  };
6904
6026
  return GridsterItemComponent;
6905
- }());
6906
- if (false) {
6907
- /** @type {?} */
6908
- GridsterItemComponent.prototype.item;
6909
- /** @type {?} */
6910
- GridsterItemComponent.prototype.$item;
6911
- /** @type {?} */
6912
- GridsterItemComponent.prototype.el;
6913
- /** @type {?} */
6914
- GridsterItemComponent.prototype.gridster;
6915
- /** @type {?} */
6916
- GridsterItemComponent.prototype.top;
6917
- /** @type {?} */
6918
- GridsterItemComponent.prototype.left;
6919
- /** @type {?} */
6920
- GridsterItemComponent.prototype.width;
6921
- /** @type {?} */
6922
- GridsterItemComponent.prototype.height;
6923
- /** @type {?} */
6924
- GridsterItemComponent.prototype.drag;
6925
- /** @type {?} */
6926
- GridsterItemComponent.prototype.resize;
6927
- /** @type {?} */
6928
- GridsterItemComponent.prototype.notPlaced;
6929
- /** @type {?} */
6930
- GridsterItemComponent.prototype.init;
6931
- /** @type {?} */
6932
- GridsterItemComponent.prototype.renderer;
6933
- /**
6934
- * @type {?}
6935
- * @private
6936
- */
6937
- GridsterItemComponent.prototype.zone;
6938
- }
6027
+ }());
6939
6028
 
6940
6029
  /**
6941
6030
  * @fileoverview added by tsickle
6942
- * Generated from: gridster/lib/gridsterPreview.component.ts
6943
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6031
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6944
6032
  */
6945
6033
  var GridsterPreviewComponent = /** @class */ (function () {
6946
6034
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6995,20 +6083,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
6995
6083
  { type: Renderer2 }
6996
6084
  ]; };
6997
6085
  return GridsterPreviewComponent;
6998
- }());
6999
- if (false) {
7000
- /** @type {?} */
7001
- GridsterPreviewComponent.prototype.el;
7002
- /** @type {?} */
7003
- GridsterPreviewComponent.prototype.gridster;
7004
- /** @type {?} */
7005
- GridsterPreviewComponent.prototype.renderer;
7006
- }
6086
+ }());
7007
6087
 
7008
6088
  /**
7009
6089
  * @fileoverview added by tsickle
7010
- * Generated from: gridster/lib/gridster.module.ts
7011
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6090
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7012
6091
  */
7013
6092
  var GridsterModule = /** @class */ (function () {
7014
6093
  function GridsterModule() {
@@ -7033,8 +6112,7 @@ var GridsterModule = /** @class */ (function () {
7033
6112
 
7034
6113
  /**
7035
6114
  * @fileoverview added by tsickle
7036
- * Generated from: lib/ra.dashboard.module.ts
7037
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6115
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7038
6116
  */
7039
6117
  /** @type {?} */
7040
6118
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -7075,8 +6153,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
7075
6153
 
7076
6154
  /**
7077
6155
  * @fileoverview added by tsickle
7078
- * Generated from: lib/ra.base.dashboard.template.ts
7079
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6156
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7080
6157
  */
7081
6158
  /**
7082
6159
  * @abstract
@@ -7120,36 +6197,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
7120
6197
  initialize: [{ type: Input }]
7121
6198
  };
7122
6199
  return RaBaseDashboardTemplate;
7123
- }());
7124
- if (false) {
7125
- /** @type {?} */
7126
- RaBaseDashboardTemplate.prototype.userDashboardId;
7127
- /** @type {?} */
7128
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7129
- /** @type {?} */
7130
- RaBaseDashboardTemplate.prototype.appConfig;
7131
- /** @type {?} */
7132
- RaBaseDashboardTemplate.prototype.dashboardId;
7133
- /** @type {?} */
7134
- RaBaseDashboardTemplate.prototype.globalFilter;
7135
- /** @type {?} */
7136
- RaBaseDashboardTemplate.prototype.initialize;
7137
- /**
7138
- * @type {?}
7139
- * @private
7140
- */
7141
- RaBaseDashboardTemplate.prototype.ngZone;
7142
- /**
7143
- * @abstract
7144
- * @return {?}
7145
- */
7146
- RaBaseDashboardTemplate.prototype.init = function () { };
7147
- }
6200
+ }());
7148
6201
 
7149
6202
  /**
7150
6203
  * @fileoverview added by tsickle
7151
- * Generated from: lib/ra.base.dashboard.filter.ts
7152
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6204
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7153
6205
  */
7154
6206
  /**
7155
6207
  * @abstract
@@ -7203,53 +6255,16 @@ var RaBaseDashboardFilter = /** @class */ (function () {
7203
6255
  clearAllData: [{ type: Input }]
7204
6256
  };
7205
6257
  return RaBaseDashboardFilter;
7206
- }());
7207
- if (false) {
7208
- /**
7209
- * @type {?}
7210
- * @private
7211
- */
7212
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7213
- /** @type {?} */
7214
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
7215
- /** @type {?} */
7216
- RaBaseDashboardFilter.prototype.isValidEntry;
7217
- /** @type {?} */
7218
- RaBaseDashboardFilter.prototype.clearAllData;
7219
- /**
7220
- * @abstract
7221
- * @return {?}
7222
- */
7223
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7224
- /**
7225
- * @abstract
7226
- * @param {?} filter
7227
- * @param {?} appConfig
7228
- * @return {?}
7229
- */
7230
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7231
- /**
7232
- * @abstract
7233
- * @return {?}
7234
- */
7235
- RaBaseDashboardFilter.prototype.clearData = function () { };
7236
- /**
7237
- * @abstract
7238
- * @return {?}
7239
- */
7240
- RaBaseDashboardFilter.prototype.isValid = function () { };
7241
- }
6258
+ }());
7242
6259
 
7243
6260
  /**
7244
6261
  * @fileoverview added by tsickle
7245
- * Generated from: public-api.ts
7246
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6262
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7247
6263
  */
7248
6264
 
7249
6265
  /**
7250
6266
  * @fileoverview added by tsickle
7251
- * Generated from: schneideress-dashboardframework.ts
7252
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6267
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7253
6268
  */
7254
6269
 
7255
6270
  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 };