@schneideress/dashboardframework 0.0.100 → 0.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +69 -1170
  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 +4 -5
  30. package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
  31. package/esm2015/lib/ra.base.dashboard.template.js +2 -3
  32. package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
  33. package/esm2015/lib/ra.dashboard.module.js +2 -3
  34. package/esm2015/lib/ra.dashboard.service.js +2 -3
  35. package/esm2015/lib/ra.event.enum.js +2 -3
  36. package/esm2015/lib/ra.gridster.config.js +2 -3
  37. package/esm2015/public-api.js +2 -3
  38. package/esm2015/schneideress-dashboardframework.js +2 -3
  39. package/esm5/gridster/index.js +2 -3
  40. package/esm5/gridster/lib/gridster.component.js +2 -3
  41. package/esm5/gridster/lib/gridster.interface.js +2 -3
  42. package/esm5/gridster/lib/gridster.module.js +2 -3
  43. package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
  49. package/esm5/gridster/lib/gridsterItem.component.js +2 -3
  50. package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
  52. package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
  53. package/esm5/gridster/lib/gridsterPush.service.js +2 -3
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
  56. package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  58. package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
  59. package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
  60. package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
  61. package/esm5/lib/custom.notifier.options.js +2 -3
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +4 -5
  64. package/esm5/lib/ra.base.dashboard.filter.js +2 -3
  65. package/esm5/lib/ra.base.dashboard.template.js +2 -3
  66. package/esm5/lib/ra.dashbard.event.bus.js +2 -3
  67. package/esm5/lib/ra.dashboard.module.js +2 -3
  68. package/esm5/lib/ra.dashboard.service.js +2 -3
  69. package/esm5/lib/ra.event.enum.js +2 -3
  70. package/esm5/lib/ra.gridster.config.js +2 -3
  71. package/esm5/public-api.js +2 -3
  72. package/esm5/schneideress-dashboardframework.js +2 -3
  73. package/fesm2015/schneideress-dashboardframework.js +67 -1050
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +70 -1053
  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);
@@ -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) {
@@ -1817,8 +1535,8 @@ var RAWidgetContainer = /** @class */ (function () {
1817
1535
  RAWidgetContainer.decorators = [
1818
1536
  { type: Component, args: [{
1819
1537
  selector: 'ra-widget-container',
1820
- template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-11 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-1\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1821
- styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:2px solid #d4d7d8}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1538
+ template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1539
+ styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:1px solid;border-color:#a9afb1}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1822
1540
  }] }
1823
1541
  ];
1824
1542
  /** @nocollapse */
@@ -1847,116 +1565,11 @@ var RAWidgetContainer = /** @class */ (function () {
1847
1565
  setResized: [{ type: Input, args: ['dom-resized',] }]
1848
1566
  };
1849
1567
  return RAWidgetContainer;
1850
- }());
1851
- if (false) {
1852
- /** @type {?} */
1853
- RAWidgetContainer.prototype.showPanel;
1854
- /**
1855
- * @type {?}
1856
- * @private
1857
- */
1858
- RAWidgetContainer.prototype.isWidgetLoaded;
1859
- /**
1860
- * @type {?}
1861
- * @private
1862
- */
1863
- RAWidgetContainer.prototype.widgetElement;
1864
- /**
1865
- * @type {?}
1866
- * @private
1867
- */
1868
- RAWidgetContainer.prototype.configChanged;
1869
- /**
1870
- * @type {?}
1871
- * @private
1872
- */
1873
- RAWidgetContainer.prototype.isIEOrEdge;
1874
- /** @type {?} */
1875
- RAWidgetContainer.prototype.widgetHeight;
1876
- /** @type {?} */
1877
- RAWidgetContainer.prototype.lockClass;
1878
- /** @type {?} */
1879
- RAWidgetContainer.prototype.lockStatus;
1880
- /** @type {?} */
1881
- RAWidgetContainer.prototype.isDownloadIconVisible;
1882
- /** @type {?} */
1883
- RAWidgetContainer.prototype.dropDownShown;
1884
- /** @type {?} */
1885
- RAWidgetContainer.prototype.isDownloadChartVisible;
1886
- /** @type {?} */
1887
- RAWidgetContainer.prototype.downloadIconType;
1888
- /** @type {?} */
1889
- RAWidgetContainer.prototype.enableTitleLine;
1890
- /** @type {?} */
1891
- RAWidgetContainer.prototype.toolTipValue;
1892
- /** @type {?} */
1893
- RAWidgetContainer.prototype.toolTipWidth;
1894
- /** @type {?} */
1895
- RAWidgetContainer.prototype.ctlWidget;
1896
- /** @type {?} */
1897
- RAWidgetContainer.prototype.widgetDropdown;
1898
- /** @type {?} */
1899
- RAWidgetContainer.prototype.widgetDownload;
1900
- /** @type {?} */
1901
- RAWidgetContainer.prototype.searchInput;
1902
- /** @type {?} */
1903
- RAWidgetContainer.prototype.widgetInstanceId;
1904
- /** @type {?} */
1905
- RAWidgetContainer.prototype.globalFilter;
1906
- /** @type {?} */
1907
- RAWidgetContainer.prototype.data;
1908
- /** @type {?} */
1909
- RAWidgetContainer.prototype.raDashboardEventBus;
1910
- /** @type {?} */
1911
- RAWidgetContainer.prototype.appConfig;
1912
- /** @type {?} */
1913
- RAWidgetContainer.prototype.width;
1914
- /** @type {?} */
1915
- RAWidgetContainer.prototype.height;
1916
- /** @type {?} */
1917
- RAWidgetContainer.prototype.gridCellHeight;
1918
- /** @type {?} */
1919
- RAWidgetContainer.prototype.widgetDeleted;
1920
- /** @type {?} */
1921
- RAWidgetContainer.prototype.lockTitle;
1922
- /** @type {?} */
1923
- RAWidgetContainer.prototype.domResized;
1924
- /**
1925
- * @type {?}
1926
- * @private
1927
- */
1928
- RAWidgetContainer.prototype.dashboardService;
1929
- /**
1930
- * @type {?}
1931
- * @private
1932
- */
1933
- RAWidgetContainer.prototype.ngxService;
1934
- /**
1935
- * @type {?}
1936
- * @private
1937
- */
1938
- RAWidgetContainer.prototype.translateService;
1939
- /**
1940
- * @type {?}
1941
- * @private
1942
- */
1943
- RAWidgetContainer.prototype.ngZone;
1944
- /**
1945
- * @type {?}
1946
- * @private
1947
- */
1948
- RAWidgetContainer.prototype.notifier;
1949
- /**
1950
- * @type {?}
1951
- * @private
1952
- */
1953
- RAWidgetContainer.prototype.renderer;
1954
- }
1568
+ }());
1955
1569
 
1956
1570
  /**
1957
1571
  * @fileoverview added by tsickle
1958
- * Generated from: lib/custom.notifier.options.ts
1959
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1572
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1960
1573
  */
1961
1574
  /** @type {?} */
1962
1575
  var customNotifierOptions = {
@@ -2002,8 +1615,7 @@ var customNotifierOptions = {
2002
1615
 
2003
1616
  /**
2004
1617
  * @fileoverview added by tsickle
2005
- * Generated from: gridster/lib/gridsterConfig.constant.ts
2006
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1618
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2007
1619
  */
2008
1620
  /** @type {?} */
2009
1621
  var GridsterConfigService = {
@@ -2181,8 +1793,7 @@ var GridsterConfigService = {
2181
1793
 
2182
1794
  /**
2183
1795
  * @fileoverview added by tsickle
2184
- * Generated from: gridster/lib/gridsterUtils.service.ts
2185
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1796
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2186
1797
  */
2187
1798
  var GridsterUtils = /** @class */ (function () {
2188
1799
  function GridsterUtils() {
@@ -2357,8 +1968,7 @@ var GridsterUtils = /** @class */ (function () {
2357
1968
 
2358
1969
  /**
2359
1970
  * @fileoverview added by tsickle
2360
- * Generated from: gridster/lib/gridster.interface.ts
2361
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1971
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2362
1972
  */
2363
1973
  /**
2364
1974
  * @abstract
@@ -2370,86 +1980,11 @@ GridsterComponentInterface = /** @class */ (function () {
2370
1980
  function GridsterComponentInterface() {
2371
1981
  }
2372
1982
  return GridsterComponentInterface;
2373
- }());
2374
- if (false) {
2375
- /** @type {?} */
2376
- GridsterComponentInterface.prototype.$options;
2377
- /** @type {?} */
2378
- GridsterComponentInterface.prototype.grid;
2379
- /** @type {?} */
2380
- GridsterComponentInterface.prototype.checkCollision;
2381
- /** @type {?} */
2382
- GridsterComponentInterface.prototype.positionXToPixels;
2383
- /** @type {?} */
2384
- GridsterComponentInterface.prototype.pixelsToPositionX;
2385
- /** @type {?} */
2386
- GridsterComponentInterface.prototype.positionYToPixels;
2387
- /** @type {?} */
2388
- GridsterComponentInterface.prototype.pixelsToPositionY;
2389
- /** @type {?} */
2390
- GridsterComponentInterface.prototype.findItemWithItem;
2391
- /** @type {?} */
2392
- GridsterComponentInterface.prototype.findItemsWithItem;
2393
- /** @type {?} */
2394
- GridsterComponentInterface.prototype.checkGridCollision;
2395
- /** @type {?} */
2396
- GridsterComponentInterface.prototype.el;
2397
- /** @type {?} */
2398
- GridsterComponentInterface.prototype.renderer;
2399
- /** @type {?} */
2400
- GridsterComponentInterface.prototype.gridRenderer;
2401
- /** @type {?} */
2402
- GridsterComponentInterface.prototype.cdRef;
2403
- /** @type {?} */
2404
- GridsterComponentInterface.prototype.options;
2405
- /** @type {?} */
2406
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2407
- /** @type {?} */
2408
- GridsterComponentInterface.prototype.updateGrid;
2409
- /** @type {?} */
2410
- GridsterComponentInterface.prototype.movingItem;
2411
- /** @type {?} */
2412
- GridsterComponentInterface.prototype.addItem;
2413
- /** @type {?} */
2414
- GridsterComponentInterface.prototype.removeItem;
2415
- /** @type {?} */
2416
- GridsterComponentInterface.prototype.previewStyle;
2417
- /** @type {?} */
2418
- GridsterComponentInterface.prototype.mobile;
2419
- /** @type {?} */
2420
- GridsterComponentInterface.prototype.curWidth;
2421
- /** @type {?} */
2422
- GridsterComponentInterface.prototype.curHeight;
2423
- /** @type {?} */
2424
- GridsterComponentInterface.prototype.columns;
2425
- /** @type {?} */
2426
- GridsterComponentInterface.prototype.rows;
2427
- /** @type {?} */
2428
- GridsterComponentInterface.prototype.curColWidth;
2429
- /** @type {?} */
2430
- GridsterComponentInterface.prototype.curRowHeight;
2431
- /** @type {?} */
2432
- GridsterComponentInterface.prototype.windowResize;
2433
- /** @type {?} */
2434
- GridsterComponentInterface.prototype.setGridDimensions;
2435
- /** @type {?} */
2436
- GridsterComponentInterface.prototype.dragInProgress;
2437
- /** @type {?} */
2438
- GridsterComponentInterface.prototype.emptyCell;
2439
- /** @type {?} */
2440
- GridsterComponentInterface.prototype.compact;
2441
- /** @type {?} */
2442
- GridsterComponentInterface.prototype.zone;
2443
- /** @type {?} */
2444
- GridsterComponentInterface.prototype.gridRows;
2445
- /** @type {?} */
2446
- GridsterComponentInterface.prototype.gridColumns;
2447
- }
1983
+ }());
2448
1984
 
2449
1985
  /**
2450
1986
  * @fileoverview added by tsickle
2451
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2452
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1987
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2453
1988
  */
2454
1989
  var GridsterEmptyCell = /** @class */ (function () {
2455
1990
  function GridsterEmptyCell(gridster) {
@@ -2766,45 +2301,11 @@ var GridsterEmptyCell = /** @class */ (function () {
2766
2301
  { type: GridsterComponentInterface }
2767
2302
  ]; };
2768
2303
  return GridsterEmptyCell;
2769
- }());
2770
- if (false) {
2771
- /** @type {?} */
2772
- GridsterEmptyCell.prototype.initialItem;
2773
- /** @type {?} */
2774
- GridsterEmptyCell.prototype.emptyCellClick;
2775
- /** @type {?} */
2776
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2777
- /** @type {?} */
2778
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2779
- /** @type {?} */
2780
- GridsterEmptyCell.prototype.emptyCellDrop;
2781
- /** @type {?} */
2782
- GridsterEmptyCell.prototype.emptyCellDrag;
2783
- /** @type {?} */
2784
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2785
- /** @type {?} */
2786
- GridsterEmptyCell.prototype.emptyCellMMove;
2787
- /** @type {?} */
2788
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2789
- /** @type {?} */
2790
- GridsterEmptyCell.prototype.emptyCellUp;
2791
- /** @type {?} */
2792
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2793
- /** @type {?} */
2794
- GridsterEmptyCell.prototype.emptyCellMove;
2795
- /** @type {?} */
2796
- GridsterEmptyCell.prototype.emptyCellExit;
2797
- /**
2798
- * @type {?}
2799
- * @private
2800
- */
2801
- GridsterEmptyCell.prototype.gridster;
2802
- }
2304
+ }());
2803
2305
 
2804
2306
  /**
2805
2307
  * @fileoverview added by tsickle
2806
- * Generated from: gridster/lib/gridsterCompact.service.ts
2807
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2308
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2808
2309
  */
2809
2310
  var GridsterCompact = /** @class */ (function () {
2810
2311
  function GridsterCompact(gridster) {
@@ -3042,19 +2543,11 @@ var GridsterCompact = /** @class */ (function () {
3042
2543
  { type: GridsterComponentInterface }
3043
2544
  ]; };
3044
2545
  return GridsterCompact;
3045
- }());
3046
- if (false) {
3047
- /**
3048
- * @type {?}
3049
- * @private
3050
- */
3051
- GridsterCompact.prototype.gridster;
3052
- }
2546
+ }());
3053
2547
 
3054
2548
  /**
3055
2549
  * @fileoverview added by tsickle
3056
- * Generated from: gridster/lib/gridsterRenderer.service.ts
3057
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2550
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3058
2551
  */
3059
2552
  var GridsterRenderer = /** @class */ (function () {
3060
2553
  function GridsterRenderer(gridster) {
@@ -3361,19 +2854,11 @@ var GridsterRenderer = /** @class */ (function () {
3361
2854
  { type: GridsterComponentInterface }
3362
2855
  ]; };
3363
2856
  return GridsterRenderer;
3364
- }());
3365
- if (false) {
3366
- /**
3367
- * @type {?}
3368
- * @private
3369
- */
3370
- GridsterRenderer.prototype.gridster;
3371
- }
2857
+ }());
3372
2858
 
3373
2859
  /**
3374
2860
  * @fileoverview added by tsickle
3375
- * Generated from: gridster/lib/gridster.component.ts
3376
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2861
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3377
2862
  */
3378
2863
  var GridsterComponent = /** @class */ (function () {
3379
2864
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3528,17 +3013,6 @@ var GridsterComponent = /** @class */ (function () {
3528
3013
  if (this.options.destroyCallback) {
3529
3014
  this.options.destroyCallback(this);
3530
3015
  }
3531
- //if (this.options.api) {
3532
- /* this.options.api getting undefined for new dashboard load- temp fix
3533
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3534
- * ondestroy of current this.options.api instance - needs to investigate further
3535
- */
3536
- if (false) {
3537
- this.options.api.resize = undefined;
3538
- this.options.api.optionsChanged = undefined;
3539
- this.options.api.getNextPossiblePosition = undefined;
3540
- this.options.api = undefined;
3541
- }
3542
3016
  this.emptyCell.destroy();
3543
3017
  delete this.emptyCell;
3544
3018
  this.compact.destroy();
@@ -4115,62 +3589,11 @@ var GridsterComponent = /** @class */ (function () {
4115
3589
  options: [{ type: Input }]
4116
3590
  };
4117
3591
  return GridsterComponent;
4118
- }());
4119
- if (false) {
4120
- /** @type {?} */
4121
- GridsterComponent.prototype.options;
4122
- /** @type {?} */
4123
- GridsterComponent.prototype.calculateLayoutDebounce;
4124
- /** @type {?} */
4125
- GridsterComponent.prototype.movingItem;
4126
- /** @type {?} */
4127
- GridsterComponent.prototype.previewStyle;
4128
- /** @type {?} */
4129
- GridsterComponent.prototype.el;
4130
- /** @type {?} */
4131
- GridsterComponent.prototype.$options;
4132
- /** @type {?} */
4133
- GridsterComponent.prototype.mobile;
4134
- /** @type {?} */
4135
- GridsterComponent.prototype.curWidth;
4136
- /** @type {?} */
4137
- GridsterComponent.prototype.curHeight;
4138
- /** @type {?} */
4139
- GridsterComponent.prototype.grid;
4140
- /** @type {?} */
4141
- GridsterComponent.prototype.columns;
4142
- /** @type {?} */
4143
- GridsterComponent.prototype.rows;
4144
- /** @type {?} */
4145
- GridsterComponent.prototype.curColWidth;
4146
- /** @type {?} */
4147
- GridsterComponent.prototype.curRowHeight;
4148
- /** @type {?} */
4149
- GridsterComponent.prototype.gridColumns;
4150
- /** @type {?} */
4151
- GridsterComponent.prototype.gridRows;
4152
- /** @type {?} */
4153
- GridsterComponent.prototype.windowResize;
4154
- /** @type {?} */
4155
- GridsterComponent.prototype.dragInProgress;
4156
- /** @type {?} */
4157
- GridsterComponent.prototype.emptyCell;
4158
- /** @type {?} */
4159
- GridsterComponent.prototype.compact;
4160
- /** @type {?} */
4161
- GridsterComponent.prototype.gridRenderer;
4162
- /** @type {?} */
4163
- GridsterComponent.prototype.renderer;
4164
- /** @type {?} */
4165
- GridsterComponent.prototype.cdRef;
4166
- /** @type {?} */
4167
- GridsterComponent.prototype.zone;
4168
- }
3592
+ }());
4169
3593
 
4170
3594
  /**
4171
3595
  * @fileoverview added by tsickle
4172
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4173
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3596
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4174
3597
  */
4175
3598
  /**
4176
3599
  * @abstract
@@ -4182,50 +3605,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
4182
3605
  function GridsterItemComponentInterface() {
4183
3606
  }
4184
3607
  return GridsterItemComponentInterface;
4185
- }());
4186
- if (false) {
4187
- /** @type {?} */
4188
- GridsterItemComponentInterface.prototype.item;
4189
- /** @type {?} */
4190
- GridsterItemComponentInterface.prototype.$item;
4191
- /** @type {?} */
4192
- GridsterItemComponentInterface.prototype.top;
4193
- /** @type {?} */
4194
- GridsterItemComponentInterface.prototype.left;
4195
- /** @type {?} */
4196
- GridsterItemComponentInterface.prototype.width;
4197
- /** @type {?} */
4198
- GridsterItemComponentInterface.prototype.height;
4199
- /** @type {?} */
4200
- GridsterItemComponentInterface.prototype.drag;
4201
- /** @type {?} */
4202
- GridsterItemComponentInterface.prototype.resize;
4203
- /** @type {?} */
4204
- GridsterItemComponentInterface.prototype.notPlaced;
4205
- /** @type {?} */
4206
- GridsterItemComponentInterface.prototype.updateOptions;
4207
- /** @type {?} */
4208
- GridsterItemComponentInterface.prototype.itemChanged;
4209
- /** @type {?} */
4210
- GridsterItemComponentInterface.prototype.setSize;
4211
- /** @type {?} */
4212
- GridsterItemComponentInterface.prototype.checkItemChanges;
4213
- /** @type {?} */
4214
- GridsterItemComponentInterface.prototype.canBeDragged;
4215
- /** @type {?} */
4216
- GridsterItemComponentInterface.prototype.canBeResized;
4217
- /** @type {?} */
4218
- GridsterItemComponentInterface.prototype.el;
4219
- /** @type {?} */
4220
- GridsterItemComponentInterface.prototype.gridster;
4221
- /** @type {?} */
4222
- GridsterItemComponentInterface.prototype.renderer;
4223
- }
3608
+ }());
4224
3609
 
4225
3610
  /**
4226
3611
  * @fileoverview added by tsickle
4227
- * Generated from: gridster/lib/gridsterSwap.service.ts
4228
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3612
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4229
3613
  */
4230
3614
  var GridsterSwap = /** @class */ (function () {
4231
3615
  function GridsterSwap(gridsterItem) {
@@ -4353,29 +3737,11 @@ var GridsterSwap = /** @class */ (function () {
4353
3737
  { type: GridsterItemComponentInterface }
4354
3738
  ]; };
4355
3739
  return GridsterSwap;
4356
- }());
4357
- if (false) {
4358
- /**
4359
- * @type {?}
4360
- * @private
4361
- */
4362
- GridsterSwap.prototype.swapedItem;
4363
- /**
4364
- * @type {?}
4365
- * @private
4366
- */
4367
- GridsterSwap.prototype.gridsterItem;
4368
- /**
4369
- * @type {?}
4370
- * @private
4371
- */
4372
- GridsterSwap.prototype.gridster;
4373
- }
3740
+ }());
4374
3741
 
4375
3742
  /**
4376
3743
  * @fileoverview added by tsickle
4377
- * Generated from: gridster/lib/gridsterScroll.service.ts
4378
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3744
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4379
3745
  */
4380
3746
  /** @type {?} */
4381
3747
  var scrollSensitivity;
@@ -4570,8 +3936,7 @@ function cancelN() {
4570
3936
 
4571
3937
  /**
4572
3938
  * @fileoverview added by tsickle
4573
- * Generated from: gridster/lib/gridsterPush.service.ts
4574
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3939
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4575
3940
  */
4576
3941
  var GridsterPush = /** @class */ (function () {
4577
3942
  function GridsterPush(gridsterItem) {
@@ -5061,62 +4426,11 @@ var GridsterPush = /** @class */ (function () {
5061
4426
  { type: GridsterItemComponentInterface }
5062
4427
  ]; };
5063
4428
  return GridsterPush;
5064
- }());
5065
- if (false) {
5066
- /** @type {?} */
5067
- GridsterPush.prototype.fromSouth;
5068
- /** @type {?} */
5069
- GridsterPush.prototype.fromNorth;
5070
- /** @type {?} */
5071
- GridsterPush.prototype.fromEast;
5072
- /** @type {?} */
5073
- GridsterPush.prototype.fromWest;
5074
- /**
5075
- * @type {?}
5076
- * @private
5077
- */
5078
- GridsterPush.prototype.pushedItems;
5079
- /**
5080
- * @type {?}
5081
- * @private
5082
- */
5083
- GridsterPush.prototype.pushedItemsTemp;
5084
- /**
5085
- * @type {?}
5086
- * @private
5087
- */
5088
- GridsterPush.prototype.pushedItemsTempPath;
5089
- /**
5090
- * @type {?}
5091
- * @private
5092
- */
5093
- GridsterPush.prototype.pushedItemsPath;
5094
- /**
5095
- * @type {?}
5096
- * @private
5097
- */
5098
- GridsterPush.prototype.gridsterItem;
5099
- /**
5100
- * @type {?}
5101
- * @private
5102
- */
5103
- GridsterPush.prototype.gridster;
5104
- /**
5105
- * @type {?}
5106
- * @private
5107
- */
5108
- GridsterPush.prototype.pushedItemsOrder;
5109
- /**
5110
- * @type {?}
5111
- * @private
5112
- */
5113
- GridsterPush.prototype.tryPattern;
5114
- }
4429
+ }());
5115
4430
 
5116
4431
  /**
5117
4432
  * @fileoverview added by tsickle
5118
- * Generated from: gridster/lib/gridsterDraggable.service.ts
5119
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4433
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5120
4434
  */
5121
4435
  var GridsterDraggable = /** @class */ (function () {
5122
4436
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5420,10 +4734,6 @@ var GridsterDraggable = /** @class */ (function () {
5420
4734
  this.gridsterItem.$item.cols = itemColsbackup;
5421
4735
  this.gridsterItem.$item.rows = itemRowsbackup;
5422
4736
  }
5423
- else {
5424
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5425
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5426
- }
5427
4737
  return this.gridsterItem.$item;
5428
4738
  };
5429
4739
  /**
@@ -5580,85 +4890,11 @@ var GridsterDraggable = /** @class */ (function () {
5580
4890
  { type: NgZone }
5581
4891
  ]; };
5582
4892
  return GridsterDraggable;
5583
- }());
5584
- if (false) {
5585
- /** @type {?} */
5586
- GridsterDraggable.prototype.gridsterItem;
5587
- /** @type {?} */
5588
- GridsterDraggable.prototype.gridster;
5589
- /** @type {?} */
5590
- GridsterDraggable.prototype.lastMouse;
5591
- /** @type {?} */
5592
- GridsterDraggable.prototype.offsetLeft;
5593
- /** @type {?} */
5594
- GridsterDraggable.prototype.offsetTop;
5595
- /** @type {?} */
5596
- GridsterDraggable.prototype.margin;
5597
- /** @type {?} */
5598
- GridsterDraggable.prototype.diffTop;
5599
- /** @type {?} */
5600
- GridsterDraggable.prototype.diffLeft;
5601
- /** @type {?} */
5602
- GridsterDraggable.prototype.top;
5603
- /** @type {?} */
5604
- GridsterDraggable.prototype.left;
5605
- /** @type {?} */
5606
- GridsterDraggable.prototype.height;
5607
- /** @type {?} */
5608
- GridsterDraggable.prototype.width;
5609
- /** @type {?} */
5610
- GridsterDraggable.prototype.positionX;
5611
- /** @type {?} */
5612
- GridsterDraggable.prototype.positionY;
5613
- /** @type {?} */
5614
- GridsterDraggable.prototype.positionXBackup;
5615
- /** @type {?} */
5616
- GridsterDraggable.prototype.positionYBackup;
5617
- /** @type {?} */
5618
- GridsterDraggable.prototype.enabled;
5619
- /** @type {?} */
5620
- GridsterDraggable.prototype.dragStartFunction;
5621
- /** @type {?} */
5622
- GridsterDraggable.prototype.dragFunction;
5623
- /** @type {?} */
5624
- GridsterDraggable.prototype.dragStopFunction;
5625
- /** @type {?} */
5626
- GridsterDraggable.prototype.mousemove;
5627
- /** @type {?} */
5628
- GridsterDraggable.prototype.mouseup;
5629
- /** @type {?} */
5630
- GridsterDraggable.prototype.mouseleave;
5631
- /** @type {?} */
5632
- GridsterDraggable.prototype.cancelOnBlur;
5633
- /** @type {?} */
5634
- GridsterDraggable.prototype.touchmove;
5635
- /** @type {?} */
5636
- GridsterDraggable.prototype.touchend;
5637
- /** @type {?} */
5638
- GridsterDraggable.prototype.touchcancel;
5639
- /** @type {?} */
5640
- GridsterDraggable.prototype.mousedown;
5641
- /** @type {?} */
5642
- GridsterDraggable.prototype.touchstart;
5643
- /** @type {?} */
5644
- GridsterDraggable.prototype.push;
5645
- /** @type {?} */
5646
- GridsterDraggable.prototype.swap;
5647
- /** @type {?} */
5648
- GridsterDraggable.prototype.path;
5649
- /** @type {?} */
5650
- GridsterDraggable.prototype.collision;
5651
- /**
5652
- * @type {?}
5653
- * @private
5654
- */
5655
- GridsterDraggable.prototype.zone;
5656
- }
4893
+ }());
5657
4894
 
5658
4895
  /**
5659
4896
  * @fileoverview added by tsickle
5660
- * Generated from: gridster/lib/gridsterPushResize.service.ts
5661
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4897
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5662
4898
  */
5663
4899
  var GridsterPushResize = /** @class */ (function () {
5664
4900
  function GridsterPushResize(gridsterItem) {
@@ -6038,47 +5274,11 @@ var GridsterPushResize = /** @class */ (function () {
6038
5274
  { type: GridsterItemComponentInterface }
6039
5275
  ]; };
6040
5276
  return GridsterPushResize;
6041
- }());
6042
- if (false) {
6043
- /** @type {?} */
6044
- GridsterPushResize.prototype.fromSouth;
6045
- /** @type {?} */
6046
- GridsterPushResize.prototype.fromNorth;
6047
- /** @type {?} */
6048
- GridsterPushResize.prototype.fromEast;
6049
- /** @type {?} */
6050
- GridsterPushResize.prototype.fromWest;
6051
- /**
6052
- * @type {?}
6053
- * @private
6054
- */
6055
- GridsterPushResize.prototype.pushedItems;
6056
- /**
6057
- * @type {?}
6058
- * @private
6059
- */
6060
- GridsterPushResize.prototype.pushedItemsPath;
6061
- /**
6062
- * @type {?}
6063
- * @private
6064
- */
6065
- GridsterPushResize.prototype.gridsterItem;
6066
- /**
6067
- * @type {?}
6068
- * @private
6069
- */
6070
- GridsterPushResize.prototype.gridster;
6071
- /**
6072
- * @type {?}
6073
- * @private
6074
- */
6075
- GridsterPushResize.prototype.tryPattern;
6076
- }
5277
+ }());
6077
5278
 
6078
5279
  /**
6079
5280
  * @fileoverview added by tsickle
6080
- * Generated from: gridster/lib/gridsterResizable.service.ts
6081
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5281
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6082
5282
  */
6083
5283
  var GridsterResizable = /** @class */ (function () {
6084
5284
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6620,87 +5820,11 @@ var GridsterResizable = /** @class */ (function () {
6620
5820
  { type: NgZone }
6621
5821
  ]; };
6622
5822
  return GridsterResizable;
6623
- }());
6624
- if (false) {
6625
- /** @type {?} */
6626
- GridsterResizable.prototype.gridsterItem;
6627
- /** @type {?} */
6628
- GridsterResizable.prototype.gridster;
6629
- /** @type {?} */
6630
- GridsterResizable.prototype.lastMouse;
6631
- /** @type {?} */
6632
- GridsterResizable.prototype.itemBackup;
6633
- /** @type {?} */
6634
- GridsterResizable.prototype.resizeEventScrollType;
6635
- /** @type {?} */
6636
- GridsterResizable.prototype.directionFunction;
6637
- /** @type {?} */
6638
- GridsterResizable.prototype.dragFunction;
6639
- /** @type {?} */
6640
- GridsterResizable.prototype.dragStopFunction;
6641
- /** @type {?} */
6642
- GridsterResizable.prototype.resizeEnabled;
6643
- /** @type {?} */
6644
- GridsterResizable.prototype.mousemove;
6645
- /** @type {?} */
6646
- GridsterResizable.prototype.mouseup;
6647
- /** @type {?} */
6648
- GridsterResizable.prototype.mouseleave;
6649
- /** @type {?} */
6650
- GridsterResizable.prototype.cancelOnBlur;
6651
- /** @type {?} */
6652
- GridsterResizable.prototype.touchmove;
6653
- /** @type {?} */
6654
- GridsterResizable.prototype.touchend;
6655
- /** @type {?} */
6656
- GridsterResizable.prototype.touchcancel;
6657
- /** @type {?} */
6658
- GridsterResizable.prototype.push;
6659
- /** @type {?} */
6660
- GridsterResizable.prototype.pushResize;
6661
- /** @type {?} */
6662
- GridsterResizable.prototype.minHeight;
6663
- /** @type {?} */
6664
- GridsterResizable.prototype.minWidth;
6665
- /** @type {?} */
6666
- GridsterResizable.prototype.offsetTop;
6667
- /** @type {?} */
6668
- GridsterResizable.prototype.offsetLeft;
6669
- /** @type {?} */
6670
- GridsterResizable.prototype.diffTop;
6671
- /** @type {?} */
6672
- GridsterResizable.prototype.diffLeft;
6673
- /** @type {?} */
6674
- GridsterResizable.prototype.diffRight;
6675
- /** @type {?} */
6676
- GridsterResizable.prototype.diffBottom;
6677
- /** @type {?} */
6678
- GridsterResizable.prototype.margin;
6679
- /** @type {?} */
6680
- GridsterResizable.prototype.top;
6681
- /** @type {?} */
6682
- GridsterResizable.prototype.left;
6683
- /** @type {?} */
6684
- GridsterResizable.prototype.bottom;
6685
- /** @type {?} */
6686
- GridsterResizable.prototype.right;
6687
- /** @type {?} */
6688
- GridsterResizable.prototype.width;
6689
- /** @type {?} */
6690
- GridsterResizable.prototype.height;
6691
- /** @type {?} */
6692
- GridsterResizable.prototype.newPosition;
6693
- /**
6694
- * @type {?}
6695
- * @private
6696
- */
6697
- GridsterResizable.prototype.zone;
6698
- }
5823
+ }());
6699
5824
 
6700
5825
  /**
6701
5826
  * @fileoverview added by tsickle
6702
- * Generated from: gridster/lib/gridsterItem.component.ts
6703
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5827
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6704
5828
  */
6705
5829
  var GridsterItemComponent = /** @class */ (function () {
6706
5830
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6895,45 +6019,11 @@ var GridsterItemComponent = /** @class */ (function () {
6895
6019
  item: [{ type: Input }]
6896
6020
  };
6897
6021
  return GridsterItemComponent;
6898
- }());
6899
- if (false) {
6900
- /** @type {?} */
6901
- GridsterItemComponent.prototype.item;
6902
- /** @type {?} */
6903
- GridsterItemComponent.prototype.$item;
6904
- /** @type {?} */
6905
- GridsterItemComponent.prototype.el;
6906
- /** @type {?} */
6907
- GridsterItemComponent.prototype.gridster;
6908
- /** @type {?} */
6909
- GridsterItemComponent.prototype.top;
6910
- /** @type {?} */
6911
- GridsterItemComponent.prototype.left;
6912
- /** @type {?} */
6913
- GridsterItemComponent.prototype.width;
6914
- /** @type {?} */
6915
- GridsterItemComponent.prototype.height;
6916
- /** @type {?} */
6917
- GridsterItemComponent.prototype.drag;
6918
- /** @type {?} */
6919
- GridsterItemComponent.prototype.resize;
6920
- /** @type {?} */
6921
- GridsterItemComponent.prototype.notPlaced;
6922
- /** @type {?} */
6923
- GridsterItemComponent.prototype.init;
6924
- /** @type {?} */
6925
- GridsterItemComponent.prototype.renderer;
6926
- /**
6927
- * @type {?}
6928
- * @private
6929
- */
6930
- GridsterItemComponent.prototype.zone;
6931
- }
6022
+ }());
6932
6023
 
6933
6024
  /**
6934
6025
  * @fileoverview added by tsickle
6935
- * Generated from: gridster/lib/gridsterPreview.component.ts
6936
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6026
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6937
6027
  */
6938
6028
  var GridsterPreviewComponent = /** @class */ (function () {
6939
6029
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6988,20 +6078,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
6988
6078
  { type: Renderer2 }
6989
6079
  ]; };
6990
6080
  return GridsterPreviewComponent;
6991
- }());
6992
- if (false) {
6993
- /** @type {?} */
6994
- GridsterPreviewComponent.prototype.el;
6995
- /** @type {?} */
6996
- GridsterPreviewComponent.prototype.gridster;
6997
- /** @type {?} */
6998
- GridsterPreviewComponent.prototype.renderer;
6999
- }
6081
+ }());
7000
6082
 
7001
6083
  /**
7002
6084
  * @fileoverview added by tsickle
7003
- * Generated from: gridster/lib/gridster.module.ts
7004
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6085
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7005
6086
  */
7006
6087
  var GridsterModule = /** @class */ (function () {
7007
6088
  function GridsterModule() {
@@ -7026,8 +6107,7 @@ var GridsterModule = /** @class */ (function () {
7026
6107
 
7027
6108
  /**
7028
6109
  * @fileoverview added by tsickle
7029
- * Generated from: lib/ra.dashboard.module.ts
7030
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6110
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7031
6111
  */
7032
6112
  /** @type {?} */
7033
6113
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -7068,8 +6148,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
7068
6148
 
7069
6149
  /**
7070
6150
  * @fileoverview added by tsickle
7071
- * Generated from: lib/ra.base.dashboard.template.ts
7072
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6151
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7073
6152
  */
7074
6153
  /**
7075
6154
  * @abstract
@@ -7113,36 +6192,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
7113
6192
  initialize: [{ type: Input }]
7114
6193
  };
7115
6194
  return RaBaseDashboardTemplate;
7116
- }());
7117
- if (false) {
7118
- /** @type {?} */
7119
- RaBaseDashboardTemplate.prototype.userDashboardId;
7120
- /** @type {?} */
7121
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7122
- /** @type {?} */
7123
- RaBaseDashboardTemplate.prototype.appConfig;
7124
- /** @type {?} */
7125
- RaBaseDashboardTemplate.prototype.dashboardId;
7126
- /** @type {?} */
7127
- RaBaseDashboardTemplate.prototype.globalFilter;
7128
- /** @type {?} */
7129
- RaBaseDashboardTemplate.prototype.initialize;
7130
- /**
7131
- * @type {?}
7132
- * @private
7133
- */
7134
- RaBaseDashboardTemplate.prototype.ngZone;
7135
- /**
7136
- * @abstract
7137
- * @return {?}
7138
- */
7139
- RaBaseDashboardTemplate.prototype.init = function () { };
7140
- }
6195
+ }());
7141
6196
 
7142
6197
  /**
7143
6198
  * @fileoverview added by tsickle
7144
- * Generated from: lib/ra.base.dashboard.filter.ts
7145
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6199
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7146
6200
  */
7147
6201
  /**
7148
6202
  * @abstract
@@ -7196,53 +6250,16 @@ var RaBaseDashboardFilter = /** @class */ (function () {
7196
6250
  clearAllData: [{ type: Input }]
7197
6251
  };
7198
6252
  return RaBaseDashboardFilter;
7199
- }());
7200
- if (false) {
7201
- /**
7202
- * @type {?}
7203
- * @private
7204
- */
7205
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
7206
- /** @type {?} */
7207
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
7208
- /** @type {?} */
7209
- RaBaseDashboardFilter.prototype.isValidEntry;
7210
- /** @type {?} */
7211
- RaBaseDashboardFilter.prototype.clearAllData;
7212
- /**
7213
- * @abstract
7214
- * @return {?}
7215
- */
7216
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7217
- /**
7218
- * @abstract
7219
- * @param {?} filter
7220
- * @param {?} appConfig
7221
- * @return {?}
7222
- */
7223
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7224
- /**
7225
- * @abstract
7226
- * @return {?}
7227
- */
7228
- RaBaseDashboardFilter.prototype.clearData = function () { };
7229
- /**
7230
- * @abstract
7231
- * @return {?}
7232
- */
7233
- RaBaseDashboardFilter.prototype.isValid = function () { };
7234
- }
6253
+ }());
7235
6254
 
7236
6255
  /**
7237
6256
  * @fileoverview added by tsickle
7238
- * Generated from: public-api.ts
7239
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6257
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7240
6258
  */
7241
6259
 
7242
6260
  /**
7243
6261
  * @fileoverview added by tsickle
7244
- * Generated from: schneideress-dashboardframework.ts
7245
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6262
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7246
6263
  */
7247
6264
 
7248
6265
  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 };