@schneideress/dashboardframework 0.0.106 → 0.0.107

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 +1178 -68
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +15 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +3 -2
  6. package/esm2015/gridster/lib/gridster.component.js +3 -2
  7. package/esm2015/gridster/lib/gridster.interface.js +3 -2
  8. package/esm2015/gridster/lib/gridster.module.js +3 -2
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +3 -2
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +3 -2
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +20 -19
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +3 -2
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +3 -2
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +3 -2
  15. package/esm2015/gridster/lib/gridsterItem.component.js +3 -2
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +3 -2
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +3 -2
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +3 -2
  19. package/esm2015/gridster/lib/gridsterPush.service.js +3 -2
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +3 -2
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +3 -2
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +3 -2
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +3 -2
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +3 -2
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +3 -2
  27. package/esm2015/lib/custom.notifier.options.js +3 -2
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +11 -3
  30. package/esm2015/lib/ra.base.dashboard.filter.js +3 -2
  31. package/esm2015/lib/ra.base.dashboard.template.js +3 -2
  32. package/esm2015/lib/ra.dashbard.event.bus.js +3 -2
  33. package/esm2015/lib/ra.dashboard.module.js +3 -2
  34. package/esm2015/lib/ra.dashboard.service.js +3 -2
  35. package/esm2015/lib/ra.event.enum.js +3 -2
  36. package/esm2015/lib/ra.gridster.config.js +3 -2
  37. package/esm2015/public-api.js +3 -2
  38. package/esm2015/schneideress-dashboardframework.js +3 -2
  39. package/esm5/gridster/index.js +3 -2
  40. package/esm5/gridster/lib/gridster.component.js +3 -2
  41. package/esm5/gridster/lib/gridster.interface.js +3 -2
  42. package/esm5/gridster/lib/gridster.module.js +3 -2
  43. package/esm5/gridster/lib/gridsterCompact.service.js +3 -2
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +3 -2
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +20 -19
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +3 -2
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +3 -2
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +3 -2
  49. package/esm5/gridster/lib/gridsterItem.component.js +3 -2
  50. package/esm5/gridster/lib/gridsterItem.interface.js +3 -2
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +3 -2
  52. package/esm5/gridster/lib/gridsterPreview.component.js +3 -2
  53. package/esm5/gridster/lib/gridsterPush.service.js +3 -2
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +3 -2
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +3 -2
  56. package/esm5/gridster/lib/gridsterResizable.service.js +3 -2
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  58. package/esm5/gridster/lib/gridsterScroll.service.js +3 -2
  59. package/esm5/gridster/lib/gridsterSwap.service.js +3 -2
  60. package/esm5/gridster/lib/gridsterUtils.service.js +3 -2
  61. package/esm5/lib/custom.notifier.options.js +3 -2
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +11 -3
  64. package/esm5/lib/ra.base.dashboard.filter.js +3 -2
  65. package/esm5/lib/ra.base.dashboard.template.js +3 -2
  66. package/esm5/lib/ra.dashbard.event.bus.js +3 -2
  67. package/esm5/lib/ra.dashboard.module.js +3 -2
  68. package/esm5/lib/ra.dashboard.service.js +3 -2
  69. package/esm5/lib/ra.event.enum.js +3 -2
  70. package/esm5/lib/ra.gridster.config.js +3 -2
  71. package/esm5/public-api.js +3 -2
  72. package/esm5/schneideress-dashboardframework.js +3 -2
  73. package/fesm2015/schneideress-dashboardframework.js +1058 -66
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1061 -69
  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, Renderer2, Output, EventEmitter, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, HostListener, EventEmitter, Renderer2, Output, 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,7 +14,8 @@ import { RAUserControlModule } from '@schneideress/user-controls';
14
14
 
15
15
  /**
16
16
  * @fileoverview added by tsickle
17
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
+ * Generated from: lib/ra.dashboard.service.ts
18
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
18
19
  */
19
20
  var RaDashboardService = /** @class */ (function (_super) {
20
21
  __extends(RaDashboardService, _super);
@@ -218,11 +219,19 @@ var RaDashboardService = /** @class */ (function (_super) {
218
219
  ]; };
219
220
  /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
220
221
  return RaDashboardService;
221
- }(BaseService));
222
+ }(BaseService));
223
+ if (false) {
224
+ /**
225
+ * @type {?}
226
+ * @private
227
+ */
228
+ RaDashboardService.prototype.loadedScripts;
229
+ }
222
230
 
223
231
  /**
224
232
  * @fileoverview added by tsickle
225
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
233
+ * Generated from: lib/ra.dashbard.event.bus.ts
234
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
226
235
  */
227
236
  var RADashboardEventBus = /** @class */ (function () {
228
237
  function RADashboardEventBus() {
@@ -331,11 +340,19 @@ var RADashboardEventBus = /** @class */ (function () {
331
340
  ];
332
341
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
333
342
  return RADashboardEventBus;
334
- }());
343
+ }());
344
+ if (false) {
345
+ /**
346
+ * @type {?}
347
+ * @private
348
+ */
349
+ RADashboardEventBus.prototype.eventQueue;
350
+ }
335
351
 
336
352
  /**
337
353
  * @fileoverview added by tsickle
338
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
354
+ * Generated from: lib/ra.event.enum.ts
355
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
339
356
  */
340
357
  /** @enum {string} */
341
358
  var RAEvent = {
@@ -384,38 +401,225 @@ var RAEventKey = {
384
401
 
385
402
  /**
386
403
  * @fileoverview added by tsickle
387
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
404
+ * Generated from: gridster/lib/gridsterConfig.interface.ts
405
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
388
406
  */
389
407
  /** @enum {string} */
390
408
  var GridType = {
391
- Fit: 'fit',
392
- ScrollVertical: 'scrollVertical',
393
- ScrollHorizontal: 'scrollHorizontal',
394
- Fixed: 'fixed',
395
- VerticalFixed: 'verticalFixed',
396
- HorizontalFixed: 'horizontalFixed',
409
+ Fit: "fit",
410
+ ScrollVertical: "scrollVertical",
411
+ ScrollHorizontal: "scrollHorizontal",
412
+ Fixed: "fixed",
413
+ VerticalFixed: "verticalFixed",
414
+ HorizontalFixed: "horizontalFixed",
397
415
  };
398
416
  /** @enum {string} */
399
417
  var DisplayGrid = {
400
- Always: 'always',
401
- OnDragAndResize: 'onDrag&Resize',
402
- None: 'none',
418
+ Always: "always",
419
+ OnDragAndResize: "onDrag&Resize",
420
+ None: "none",
403
421
  };
404
422
  /** @enum {string} */
405
423
  var CompactType = {
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
- };
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
+ }
415
618
 
416
619
  /**
417
620
  * @fileoverview added by tsickle
418
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
621
+ * Generated from: lib/ra.gridster.config.ts
622
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
419
623
  */
420
624
  /** @type {?} */
421
625
  var GridsterConfigDefaultSettings = {
@@ -481,7 +685,8 @@ var GridsterConfigDefaultSettings = {
481
685
 
482
686
  /**
483
687
  * @fileoverview added by tsickle
484
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
688
+ * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
689
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
485
690
  */
486
691
  var RADashboardArea = /** @class */ (function () {
487
692
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -1032,11 +1237,88 @@ var RADashboardArea = /** @class */ (function () {
1032
1237
  onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
1033
1238
  };
1034
1239
  return RADashboardArea;
1035
- }());
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
+ }
1036
1317
 
1037
1318
  /**
1038
1319
  * @fileoverview added by tsickle
1039
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1320
+ * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1321
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1040
1322
  */
1041
1323
  var RAWidgetContainer = /** @class */ (function () {
1042
1324
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
@@ -1298,6 +1580,13 @@ var RAWidgetContainer = /** @class */ (function () {
1298
1580
  else
1299
1581
  _this.showPanel = false;
1300
1582
  }));
1583
+ widgetContainer.widgetElement.addEventListener('config-edit-clicked', (/**
1584
+ * @param {?} e
1585
+ * @return {?}
1586
+ */
1587
+ function (e) {
1588
+ widgetContainer.editWidget();
1589
+ }));
1301
1590
  titleLineEnabled = widgetContainer.widgetElement.titleLineEnabled();
1302
1591
  if (typeof (titleLineEnabled) != 'undefined') {
1303
1592
  this.enableTitleLine = titleLineEnabled;
@@ -1541,7 +1830,7 @@ var RAWidgetContainer = /** @class */ (function () {
1541
1830
  { type: Component, args: [{
1542
1831
  selector: 'ra-widget-container',
1543
1832
  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>",
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}"]
1833
+ 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}"]
1545
1834
  }] }
1546
1835
  ];
1547
1836
  /** @nocollapse */
@@ -1570,11 +1859,118 @@ var RAWidgetContainer = /** @class */ (function () {
1570
1859
  setResized: [{ type: Input, args: ['dom-resized',] }]
1571
1860
  };
1572
1861
  return RAWidgetContainer;
1573
- }());
1862
+ }());
1863
+ if (false) {
1864
+ /** @type {?} */
1865
+ RAWidgetContainer.prototype.showPanel;
1866
+ /**
1867
+ * @type {?}
1868
+ * @private
1869
+ */
1870
+ RAWidgetContainer.prototype.isWidgetLoaded;
1871
+ /**
1872
+ * @type {?}
1873
+ * @private
1874
+ */
1875
+ RAWidgetContainer.prototype.widgetElement;
1876
+ /**
1877
+ * @type {?}
1878
+ * @private
1879
+ */
1880
+ RAWidgetContainer.prototype.configChanged;
1881
+ /**
1882
+ * @type {?}
1883
+ * @private
1884
+ */
1885
+ RAWidgetContainer.prototype.isIEOrEdge;
1886
+ /** @type {?} */
1887
+ RAWidgetContainer.prototype.widgetHeight;
1888
+ /** @type {?} */
1889
+ RAWidgetContainer.prototype.lockClass;
1890
+ /** @type {?} */
1891
+ RAWidgetContainer.prototype.lockStatus;
1892
+ /** @type {?} */
1893
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1894
+ /** @type {?} */
1895
+ RAWidgetContainer.prototype.dropDownShown;
1896
+ /** @type {?} */
1897
+ RAWidgetContainer.prototype.isDownloadChartVisible;
1898
+ /** @type {?} */
1899
+ RAWidgetContainer.prototype.downloadIconType;
1900
+ /** @type {?} */
1901
+ RAWidgetContainer.prototype.enableTitleLine;
1902
+ /** @type {?} */
1903
+ RAWidgetContainer.prototype.toolTipValue;
1904
+ /** @type {?} */
1905
+ RAWidgetContainer.prototype.toolTipWidth;
1906
+ /** @type {?} */
1907
+ RAWidgetContainer.prototype.ctlWidget;
1908
+ /** @type {?} */
1909
+ RAWidgetContainer.prototype.widgetDropdown;
1910
+ /** @type {?} */
1911
+ RAWidgetContainer.prototype.widgetDownload;
1912
+ /** @type {?} */
1913
+ RAWidgetContainer.prototype.searchInput;
1914
+ /** @type {?} */
1915
+ RAWidgetContainer.prototype.widgetInstanceId;
1916
+ /** @type {?} */
1917
+ RAWidgetContainer.prototype.globalFilter;
1918
+ /** @type {?} */
1919
+ RAWidgetContainer.prototype.data;
1920
+ /** @type {?} */
1921
+ RAWidgetContainer.prototype.raDashboardEventBus;
1922
+ /** @type {?} */
1923
+ RAWidgetContainer.prototype.appConfig;
1924
+ /** @type {?} */
1925
+ RAWidgetContainer.prototype.width;
1926
+ /** @type {?} */
1927
+ RAWidgetContainer.prototype.height;
1928
+ /** @type {?} */
1929
+ RAWidgetContainer.prototype.gridCellHeight;
1930
+ /** @type {?} */
1931
+ RAWidgetContainer.prototype.widgetDeleted;
1932
+ /** @type {?} */
1933
+ RAWidgetContainer.prototype.lockTitle;
1934
+ /** @type {?} */
1935
+ RAWidgetContainer.prototype.domResized;
1936
+ /** @type {?} */
1937
+ RAWidgetContainer.prototype.lockVisible;
1938
+ /**
1939
+ * @type {?}
1940
+ * @private
1941
+ */
1942
+ RAWidgetContainer.prototype.dashboardService;
1943
+ /**
1944
+ * @type {?}
1945
+ * @private
1946
+ */
1947
+ RAWidgetContainer.prototype.ngxService;
1948
+ /**
1949
+ * @type {?}
1950
+ * @private
1951
+ */
1952
+ RAWidgetContainer.prototype.translateService;
1953
+ /**
1954
+ * @type {?}
1955
+ * @private
1956
+ */
1957
+ RAWidgetContainer.prototype.ngZone;
1958
+ /**
1959
+ * @type {?}
1960
+ * @private
1961
+ */
1962
+ RAWidgetContainer.prototype.notifier;
1963
+ /**
1964
+ * @type {?}
1965
+ * @private
1966
+ */
1967
+ RAWidgetContainer.prototype.renderer;
1968
+ }
1574
1969
 
1575
1970
  /**
1576
1971
  * @fileoverview added by tsickle
1577
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1972
+ * Generated from: lib/custom.notifier.options.ts
1973
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1578
1974
  */
1579
1975
  /** @type {?} */
1580
1976
  var customNotifierOptions = {
@@ -1620,7 +2016,8 @@ var customNotifierOptions = {
1620
2016
 
1621
2017
  /**
1622
2018
  * @fileoverview added by tsickle
1623
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2019
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
2020
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1624
2021
  */
1625
2022
  /** @type {?} */
1626
2023
  var GridsterConfigService = {
@@ -1798,7 +2195,8 @@ var GridsterConfigService = {
1798
2195
 
1799
2196
  /**
1800
2197
  * @fileoverview added by tsickle
1801
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2198
+ * Generated from: gridster/lib/gridsterUtils.service.ts
2199
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1802
2200
  */
1803
2201
  var GridsterUtils = /** @class */ (function () {
1804
2202
  function GridsterUtils() {
@@ -1973,7 +2371,8 @@ var GridsterUtils = /** @class */ (function () {
1973
2371
 
1974
2372
  /**
1975
2373
  * @fileoverview added by tsickle
1976
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2374
+ * Generated from: gridster/lib/gridster.interface.ts
2375
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1977
2376
  */
1978
2377
  /**
1979
2378
  * @abstract
@@ -1985,11 +2384,86 @@ GridsterComponentInterface = /** @class */ (function () {
1985
2384
  function GridsterComponentInterface() {
1986
2385
  }
1987
2386
  return GridsterComponentInterface;
1988
- }());
2387
+ }());
2388
+ if (false) {
2389
+ /** @type {?} */
2390
+ GridsterComponentInterface.prototype.$options;
2391
+ /** @type {?} */
2392
+ GridsterComponentInterface.prototype.grid;
2393
+ /** @type {?} */
2394
+ GridsterComponentInterface.prototype.checkCollision;
2395
+ /** @type {?} */
2396
+ GridsterComponentInterface.prototype.positionXToPixels;
2397
+ /** @type {?} */
2398
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2399
+ /** @type {?} */
2400
+ GridsterComponentInterface.prototype.positionYToPixels;
2401
+ /** @type {?} */
2402
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2403
+ /** @type {?} */
2404
+ GridsterComponentInterface.prototype.findItemWithItem;
2405
+ /** @type {?} */
2406
+ GridsterComponentInterface.prototype.findItemsWithItem;
2407
+ /** @type {?} */
2408
+ GridsterComponentInterface.prototype.checkGridCollision;
2409
+ /** @type {?} */
2410
+ GridsterComponentInterface.prototype.el;
2411
+ /** @type {?} */
2412
+ GridsterComponentInterface.prototype.renderer;
2413
+ /** @type {?} */
2414
+ GridsterComponentInterface.prototype.gridRenderer;
2415
+ /** @type {?} */
2416
+ GridsterComponentInterface.prototype.cdRef;
2417
+ /** @type {?} */
2418
+ GridsterComponentInterface.prototype.options;
2419
+ /** @type {?} */
2420
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2421
+ /** @type {?} */
2422
+ GridsterComponentInterface.prototype.updateGrid;
2423
+ /** @type {?} */
2424
+ GridsterComponentInterface.prototype.movingItem;
2425
+ /** @type {?} */
2426
+ GridsterComponentInterface.prototype.addItem;
2427
+ /** @type {?} */
2428
+ GridsterComponentInterface.prototype.removeItem;
2429
+ /** @type {?} */
2430
+ GridsterComponentInterface.prototype.previewStyle;
2431
+ /** @type {?} */
2432
+ GridsterComponentInterface.prototype.mobile;
2433
+ /** @type {?} */
2434
+ GridsterComponentInterface.prototype.curWidth;
2435
+ /** @type {?} */
2436
+ GridsterComponentInterface.prototype.curHeight;
2437
+ /** @type {?} */
2438
+ GridsterComponentInterface.prototype.columns;
2439
+ /** @type {?} */
2440
+ GridsterComponentInterface.prototype.rows;
2441
+ /** @type {?} */
2442
+ GridsterComponentInterface.prototype.curColWidth;
2443
+ /** @type {?} */
2444
+ GridsterComponentInterface.prototype.curRowHeight;
2445
+ /** @type {?} */
2446
+ GridsterComponentInterface.prototype.windowResize;
2447
+ /** @type {?} */
2448
+ GridsterComponentInterface.prototype.setGridDimensions;
2449
+ /** @type {?} */
2450
+ GridsterComponentInterface.prototype.dragInProgress;
2451
+ /** @type {?} */
2452
+ GridsterComponentInterface.prototype.emptyCell;
2453
+ /** @type {?} */
2454
+ GridsterComponentInterface.prototype.compact;
2455
+ /** @type {?} */
2456
+ GridsterComponentInterface.prototype.zone;
2457
+ /** @type {?} */
2458
+ GridsterComponentInterface.prototype.gridRows;
2459
+ /** @type {?} */
2460
+ GridsterComponentInterface.prototype.gridColumns;
2461
+ }
1989
2462
 
1990
2463
  /**
1991
2464
  * @fileoverview added by tsickle
1992
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2465
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2466
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1993
2467
  */
1994
2468
  var GridsterEmptyCell = /** @class */ (function () {
1995
2469
  function GridsterEmptyCell(gridster) {
@@ -2306,11 +2780,45 @@ var GridsterEmptyCell = /** @class */ (function () {
2306
2780
  { type: GridsterComponentInterface }
2307
2781
  ]; };
2308
2782
  return GridsterEmptyCell;
2309
- }());
2783
+ }());
2784
+ if (false) {
2785
+ /** @type {?} */
2786
+ GridsterEmptyCell.prototype.initialItem;
2787
+ /** @type {?} */
2788
+ GridsterEmptyCell.prototype.emptyCellClick;
2789
+ /** @type {?} */
2790
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2791
+ /** @type {?} */
2792
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2793
+ /** @type {?} */
2794
+ GridsterEmptyCell.prototype.emptyCellDrop;
2795
+ /** @type {?} */
2796
+ GridsterEmptyCell.prototype.emptyCellDrag;
2797
+ /** @type {?} */
2798
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2799
+ /** @type {?} */
2800
+ GridsterEmptyCell.prototype.emptyCellMMove;
2801
+ /** @type {?} */
2802
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2803
+ /** @type {?} */
2804
+ GridsterEmptyCell.prototype.emptyCellUp;
2805
+ /** @type {?} */
2806
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2807
+ /** @type {?} */
2808
+ GridsterEmptyCell.prototype.emptyCellMove;
2809
+ /** @type {?} */
2810
+ GridsterEmptyCell.prototype.emptyCellExit;
2811
+ /**
2812
+ * @type {?}
2813
+ * @private
2814
+ */
2815
+ GridsterEmptyCell.prototype.gridster;
2816
+ }
2310
2817
 
2311
2818
  /**
2312
2819
  * @fileoverview added by tsickle
2313
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2820
+ * Generated from: gridster/lib/gridsterCompact.service.ts
2821
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2314
2822
  */
2315
2823
  var GridsterCompact = /** @class */ (function () {
2316
2824
  function GridsterCompact(gridster) {
@@ -2548,11 +3056,19 @@ var GridsterCompact = /** @class */ (function () {
2548
3056
  { type: GridsterComponentInterface }
2549
3057
  ]; };
2550
3058
  return GridsterCompact;
2551
- }());
3059
+ }());
3060
+ if (false) {
3061
+ /**
3062
+ * @type {?}
3063
+ * @private
3064
+ */
3065
+ GridsterCompact.prototype.gridster;
3066
+ }
2552
3067
 
2553
3068
  /**
2554
3069
  * @fileoverview added by tsickle
2555
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3070
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
3071
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2556
3072
  */
2557
3073
  var GridsterRenderer = /** @class */ (function () {
2558
3074
  function GridsterRenderer(gridster) {
@@ -2859,11 +3375,19 @@ var GridsterRenderer = /** @class */ (function () {
2859
3375
  { type: GridsterComponentInterface }
2860
3376
  ]; };
2861
3377
  return GridsterRenderer;
2862
- }());
3378
+ }());
3379
+ if (false) {
3380
+ /**
3381
+ * @type {?}
3382
+ * @private
3383
+ */
3384
+ GridsterRenderer.prototype.gridster;
3385
+ }
2863
3386
 
2864
3387
  /**
2865
3388
  * @fileoverview added by tsickle
2866
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3389
+ * Generated from: gridster/lib/gridster.component.ts
3390
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2867
3391
  */
2868
3392
  var GridsterComponent = /** @class */ (function () {
2869
3393
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3018,6 +3542,17 @@ var GridsterComponent = /** @class */ (function () {
3018
3542
  if (this.options.destroyCallback) {
3019
3543
  this.options.destroyCallback(this);
3020
3544
  }
3545
+ //if (this.options.api) {
3546
+ /* this.options.api getting undefined for new dashboard load- temp fix
3547
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3548
+ * ondestroy of current this.options.api instance - needs to investigate further
3549
+ */
3550
+ if (false) {
3551
+ this.options.api.resize = undefined;
3552
+ this.options.api.optionsChanged = undefined;
3553
+ this.options.api.getNextPossiblePosition = undefined;
3554
+ this.options.api = undefined;
3555
+ }
3021
3556
  this.emptyCell.destroy();
3022
3557
  delete this.emptyCell;
3023
3558
  this.compact.destroy();
@@ -3594,11 +4129,62 @@ var GridsterComponent = /** @class */ (function () {
3594
4129
  options: [{ type: Input }]
3595
4130
  };
3596
4131
  return GridsterComponent;
3597
- }());
4132
+ }());
4133
+ if (false) {
4134
+ /** @type {?} */
4135
+ GridsterComponent.prototype.options;
4136
+ /** @type {?} */
4137
+ GridsterComponent.prototype.calculateLayoutDebounce;
4138
+ /** @type {?} */
4139
+ GridsterComponent.prototype.movingItem;
4140
+ /** @type {?} */
4141
+ GridsterComponent.prototype.previewStyle;
4142
+ /** @type {?} */
4143
+ GridsterComponent.prototype.el;
4144
+ /** @type {?} */
4145
+ GridsterComponent.prototype.$options;
4146
+ /** @type {?} */
4147
+ GridsterComponent.prototype.mobile;
4148
+ /** @type {?} */
4149
+ GridsterComponent.prototype.curWidth;
4150
+ /** @type {?} */
4151
+ GridsterComponent.prototype.curHeight;
4152
+ /** @type {?} */
4153
+ GridsterComponent.prototype.grid;
4154
+ /** @type {?} */
4155
+ GridsterComponent.prototype.columns;
4156
+ /** @type {?} */
4157
+ GridsterComponent.prototype.rows;
4158
+ /** @type {?} */
4159
+ GridsterComponent.prototype.curColWidth;
4160
+ /** @type {?} */
4161
+ GridsterComponent.prototype.curRowHeight;
4162
+ /** @type {?} */
4163
+ GridsterComponent.prototype.gridColumns;
4164
+ /** @type {?} */
4165
+ GridsterComponent.prototype.gridRows;
4166
+ /** @type {?} */
4167
+ GridsterComponent.prototype.windowResize;
4168
+ /** @type {?} */
4169
+ GridsterComponent.prototype.dragInProgress;
4170
+ /** @type {?} */
4171
+ GridsterComponent.prototype.emptyCell;
4172
+ /** @type {?} */
4173
+ GridsterComponent.prototype.compact;
4174
+ /** @type {?} */
4175
+ GridsterComponent.prototype.gridRenderer;
4176
+ /** @type {?} */
4177
+ GridsterComponent.prototype.renderer;
4178
+ /** @type {?} */
4179
+ GridsterComponent.prototype.cdRef;
4180
+ /** @type {?} */
4181
+ GridsterComponent.prototype.zone;
4182
+ }
3598
4183
 
3599
4184
  /**
3600
4185
  * @fileoverview added by tsickle
3601
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4186
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4187
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3602
4188
  */
3603
4189
  /**
3604
4190
  * @abstract
@@ -3610,11 +4196,50 @@ GridsterItemComponentInterface = /** @class */ (function () {
3610
4196
  function GridsterItemComponentInterface() {
3611
4197
  }
3612
4198
  return GridsterItemComponentInterface;
3613
- }());
4199
+ }());
4200
+ if (false) {
4201
+ /** @type {?} */
4202
+ GridsterItemComponentInterface.prototype.item;
4203
+ /** @type {?} */
4204
+ GridsterItemComponentInterface.prototype.$item;
4205
+ /** @type {?} */
4206
+ GridsterItemComponentInterface.prototype.top;
4207
+ /** @type {?} */
4208
+ GridsterItemComponentInterface.prototype.left;
4209
+ /** @type {?} */
4210
+ GridsterItemComponentInterface.prototype.width;
4211
+ /** @type {?} */
4212
+ GridsterItemComponentInterface.prototype.height;
4213
+ /** @type {?} */
4214
+ GridsterItemComponentInterface.prototype.drag;
4215
+ /** @type {?} */
4216
+ GridsterItemComponentInterface.prototype.resize;
4217
+ /** @type {?} */
4218
+ GridsterItemComponentInterface.prototype.notPlaced;
4219
+ /** @type {?} */
4220
+ GridsterItemComponentInterface.prototype.updateOptions;
4221
+ /** @type {?} */
4222
+ GridsterItemComponentInterface.prototype.itemChanged;
4223
+ /** @type {?} */
4224
+ GridsterItemComponentInterface.prototype.setSize;
4225
+ /** @type {?} */
4226
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4227
+ /** @type {?} */
4228
+ GridsterItemComponentInterface.prototype.canBeDragged;
4229
+ /** @type {?} */
4230
+ GridsterItemComponentInterface.prototype.canBeResized;
4231
+ /** @type {?} */
4232
+ GridsterItemComponentInterface.prototype.el;
4233
+ /** @type {?} */
4234
+ GridsterItemComponentInterface.prototype.gridster;
4235
+ /** @type {?} */
4236
+ GridsterItemComponentInterface.prototype.renderer;
4237
+ }
3614
4238
 
3615
4239
  /**
3616
4240
  * @fileoverview added by tsickle
3617
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4241
+ * Generated from: gridster/lib/gridsterSwap.service.ts
4242
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3618
4243
  */
3619
4244
  var GridsterSwap = /** @class */ (function () {
3620
4245
  function GridsterSwap(gridsterItem) {
@@ -3742,11 +4367,29 @@ var GridsterSwap = /** @class */ (function () {
3742
4367
  { type: GridsterItemComponentInterface }
3743
4368
  ]; };
3744
4369
  return GridsterSwap;
3745
- }());
4370
+ }());
4371
+ if (false) {
4372
+ /**
4373
+ * @type {?}
4374
+ * @private
4375
+ */
4376
+ GridsterSwap.prototype.swapedItem;
4377
+ /**
4378
+ * @type {?}
4379
+ * @private
4380
+ */
4381
+ GridsterSwap.prototype.gridsterItem;
4382
+ /**
4383
+ * @type {?}
4384
+ * @private
4385
+ */
4386
+ GridsterSwap.prototype.gridster;
4387
+ }
3746
4388
 
3747
4389
  /**
3748
4390
  * @fileoverview added by tsickle
3749
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4391
+ * Generated from: gridster/lib/gridsterScroll.service.ts
4392
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3750
4393
  */
3751
4394
  /** @type {?} */
3752
4395
  var scrollSensitivity;
@@ -3941,7 +4584,8 @@ function cancelN() {
3941
4584
 
3942
4585
  /**
3943
4586
  * @fileoverview added by tsickle
3944
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4587
+ * Generated from: gridster/lib/gridsterPush.service.ts
4588
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3945
4589
  */
3946
4590
  var GridsterPush = /** @class */ (function () {
3947
4591
  function GridsterPush(gridsterItem) {
@@ -4431,11 +5075,62 @@ var GridsterPush = /** @class */ (function () {
4431
5075
  { type: GridsterItemComponentInterface }
4432
5076
  ]; };
4433
5077
  return GridsterPush;
4434
- }());
5078
+ }());
5079
+ if (false) {
5080
+ /** @type {?} */
5081
+ GridsterPush.prototype.fromSouth;
5082
+ /** @type {?} */
5083
+ GridsterPush.prototype.fromNorth;
5084
+ /** @type {?} */
5085
+ GridsterPush.prototype.fromEast;
5086
+ /** @type {?} */
5087
+ GridsterPush.prototype.fromWest;
5088
+ /**
5089
+ * @type {?}
5090
+ * @private
5091
+ */
5092
+ GridsterPush.prototype.pushedItems;
5093
+ /**
5094
+ * @type {?}
5095
+ * @private
5096
+ */
5097
+ GridsterPush.prototype.pushedItemsTemp;
5098
+ /**
5099
+ * @type {?}
5100
+ * @private
5101
+ */
5102
+ GridsterPush.prototype.pushedItemsTempPath;
5103
+ /**
5104
+ * @type {?}
5105
+ * @private
5106
+ */
5107
+ GridsterPush.prototype.pushedItemsPath;
5108
+ /**
5109
+ * @type {?}
5110
+ * @private
5111
+ */
5112
+ GridsterPush.prototype.gridsterItem;
5113
+ /**
5114
+ * @type {?}
5115
+ * @private
5116
+ */
5117
+ GridsterPush.prototype.gridster;
5118
+ /**
5119
+ * @type {?}
5120
+ * @private
5121
+ */
5122
+ GridsterPush.prototype.pushedItemsOrder;
5123
+ /**
5124
+ * @type {?}
5125
+ * @private
5126
+ */
5127
+ GridsterPush.prototype.tryPattern;
5128
+ }
4435
5129
 
4436
5130
  /**
4437
5131
  * @fileoverview added by tsickle
4438
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5132
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
5133
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4439
5134
  */
4440
5135
  var GridsterDraggable = /** @class */ (function () {
4441
5136
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4739,6 +5434,10 @@ var GridsterDraggable = /** @class */ (function () {
4739
5434
  this.gridsterItem.$item.cols = itemColsbackup;
4740
5435
  this.gridsterItem.$item.rows = itemRowsbackup;
4741
5436
  }
5437
+ else {
5438
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5439
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5440
+ }
4742
5441
  return this.gridsterItem.$item;
4743
5442
  };
4744
5443
  /**
@@ -4895,11 +5594,85 @@ var GridsterDraggable = /** @class */ (function () {
4895
5594
  { type: NgZone }
4896
5595
  ]; };
4897
5596
  return GridsterDraggable;
4898
- }());
5597
+ }());
5598
+ if (false) {
5599
+ /** @type {?} */
5600
+ GridsterDraggable.prototype.gridsterItem;
5601
+ /** @type {?} */
5602
+ GridsterDraggable.prototype.gridster;
5603
+ /** @type {?} */
5604
+ GridsterDraggable.prototype.lastMouse;
5605
+ /** @type {?} */
5606
+ GridsterDraggable.prototype.offsetLeft;
5607
+ /** @type {?} */
5608
+ GridsterDraggable.prototype.offsetTop;
5609
+ /** @type {?} */
5610
+ GridsterDraggable.prototype.margin;
5611
+ /** @type {?} */
5612
+ GridsterDraggable.prototype.diffTop;
5613
+ /** @type {?} */
5614
+ GridsterDraggable.prototype.diffLeft;
5615
+ /** @type {?} */
5616
+ GridsterDraggable.prototype.top;
5617
+ /** @type {?} */
5618
+ GridsterDraggable.prototype.left;
5619
+ /** @type {?} */
5620
+ GridsterDraggable.prototype.height;
5621
+ /** @type {?} */
5622
+ GridsterDraggable.prototype.width;
5623
+ /** @type {?} */
5624
+ GridsterDraggable.prototype.positionX;
5625
+ /** @type {?} */
5626
+ GridsterDraggable.prototype.positionY;
5627
+ /** @type {?} */
5628
+ GridsterDraggable.prototype.positionXBackup;
5629
+ /** @type {?} */
5630
+ GridsterDraggable.prototype.positionYBackup;
5631
+ /** @type {?} */
5632
+ GridsterDraggable.prototype.enabled;
5633
+ /** @type {?} */
5634
+ GridsterDraggable.prototype.dragStartFunction;
5635
+ /** @type {?} */
5636
+ GridsterDraggable.prototype.dragFunction;
5637
+ /** @type {?} */
5638
+ GridsterDraggable.prototype.dragStopFunction;
5639
+ /** @type {?} */
5640
+ GridsterDraggable.prototype.mousemove;
5641
+ /** @type {?} */
5642
+ GridsterDraggable.prototype.mouseup;
5643
+ /** @type {?} */
5644
+ GridsterDraggable.prototype.mouseleave;
5645
+ /** @type {?} */
5646
+ GridsterDraggable.prototype.cancelOnBlur;
5647
+ /** @type {?} */
5648
+ GridsterDraggable.prototype.touchmove;
5649
+ /** @type {?} */
5650
+ GridsterDraggable.prototype.touchend;
5651
+ /** @type {?} */
5652
+ GridsterDraggable.prototype.touchcancel;
5653
+ /** @type {?} */
5654
+ GridsterDraggable.prototype.mousedown;
5655
+ /** @type {?} */
5656
+ GridsterDraggable.prototype.touchstart;
5657
+ /** @type {?} */
5658
+ GridsterDraggable.prototype.push;
5659
+ /** @type {?} */
5660
+ GridsterDraggable.prototype.swap;
5661
+ /** @type {?} */
5662
+ GridsterDraggable.prototype.path;
5663
+ /** @type {?} */
5664
+ GridsterDraggable.prototype.collision;
5665
+ /**
5666
+ * @type {?}
5667
+ * @private
5668
+ */
5669
+ GridsterDraggable.prototype.zone;
5670
+ }
4899
5671
 
4900
5672
  /**
4901
5673
  * @fileoverview added by tsickle
4902
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5674
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
5675
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4903
5676
  */
4904
5677
  var GridsterPushResize = /** @class */ (function () {
4905
5678
  function GridsterPushResize(gridsterItem) {
@@ -5279,11 +6052,47 @@ var GridsterPushResize = /** @class */ (function () {
5279
6052
  { type: GridsterItemComponentInterface }
5280
6053
  ]; };
5281
6054
  return GridsterPushResize;
5282
- }());
6055
+ }());
6056
+ if (false) {
6057
+ /** @type {?} */
6058
+ GridsterPushResize.prototype.fromSouth;
6059
+ /** @type {?} */
6060
+ GridsterPushResize.prototype.fromNorth;
6061
+ /** @type {?} */
6062
+ GridsterPushResize.prototype.fromEast;
6063
+ /** @type {?} */
6064
+ GridsterPushResize.prototype.fromWest;
6065
+ /**
6066
+ * @type {?}
6067
+ * @private
6068
+ */
6069
+ GridsterPushResize.prototype.pushedItems;
6070
+ /**
6071
+ * @type {?}
6072
+ * @private
6073
+ */
6074
+ GridsterPushResize.prototype.pushedItemsPath;
6075
+ /**
6076
+ * @type {?}
6077
+ * @private
6078
+ */
6079
+ GridsterPushResize.prototype.gridsterItem;
6080
+ /**
6081
+ * @type {?}
6082
+ * @private
6083
+ */
6084
+ GridsterPushResize.prototype.gridster;
6085
+ /**
6086
+ * @type {?}
6087
+ * @private
6088
+ */
6089
+ GridsterPushResize.prototype.tryPattern;
6090
+ }
5283
6091
 
5284
6092
  /**
5285
6093
  * @fileoverview added by tsickle
5286
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6094
+ * Generated from: gridster/lib/gridsterResizable.service.ts
6095
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5287
6096
  */
5288
6097
  var GridsterResizable = /** @class */ (function () {
5289
6098
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5825,11 +6634,87 @@ var GridsterResizable = /** @class */ (function () {
5825
6634
  { type: NgZone }
5826
6635
  ]; };
5827
6636
  return GridsterResizable;
5828
- }());
6637
+ }());
6638
+ if (false) {
6639
+ /** @type {?} */
6640
+ GridsterResizable.prototype.gridsterItem;
6641
+ /** @type {?} */
6642
+ GridsterResizable.prototype.gridster;
6643
+ /** @type {?} */
6644
+ GridsterResizable.prototype.lastMouse;
6645
+ /** @type {?} */
6646
+ GridsterResizable.prototype.itemBackup;
6647
+ /** @type {?} */
6648
+ GridsterResizable.prototype.resizeEventScrollType;
6649
+ /** @type {?} */
6650
+ GridsterResizable.prototype.directionFunction;
6651
+ /** @type {?} */
6652
+ GridsterResizable.prototype.dragFunction;
6653
+ /** @type {?} */
6654
+ GridsterResizable.prototype.dragStopFunction;
6655
+ /** @type {?} */
6656
+ GridsterResizable.prototype.resizeEnabled;
6657
+ /** @type {?} */
6658
+ GridsterResizable.prototype.mousemove;
6659
+ /** @type {?} */
6660
+ GridsterResizable.prototype.mouseup;
6661
+ /** @type {?} */
6662
+ GridsterResizable.prototype.mouseleave;
6663
+ /** @type {?} */
6664
+ GridsterResizable.prototype.cancelOnBlur;
6665
+ /** @type {?} */
6666
+ GridsterResizable.prototype.touchmove;
6667
+ /** @type {?} */
6668
+ GridsterResizable.prototype.touchend;
6669
+ /** @type {?} */
6670
+ GridsterResizable.prototype.touchcancel;
6671
+ /** @type {?} */
6672
+ GridsterResizable.prototype.push;
6673
+ /** @type {?} */
6674
+ GridsterResizable.prototype.pushResize;
6675
+ /** @type {?} */
6676
+ GridsterResizable.prototype.minHeight;
6677
+ /** @type {?} */
6678
+ GridsterResizable.prototype.minWidth;
6679
+ /** @type {?} */
6680
+ GridsterResizable.prototype.offsetTop;
6681
+ /** @type {?} */
6682
+ GridsterResizable.prototype.offsetLeft;
6683
+ /** @type {?} */
6684
+ GridsterResizable.prototype.diffTop;
6685
+ /** @type {?} */
6686
+ GridsterResizable.prototype.diffLeft;
6687
+ /** @type {?} */
6688
+ GridsterResizable.prototype.diffRight;
6689
+ /** @type {?} */
6690
+ GridsterResizable.prototype.diffBottom;
6691
+ /** @type {?} */
6692
+ GridsterResizable.prototype.margin;
6693
+ /** @type {?} */
6694
+ GridsterResizable.prototype.top;
6695
+ /** @type {?} */
6696
+ GridsterResizable.prototype.left;
6697
+ /** @type {?} */
6698
+ GridsterResizable.prototype.bottom;
6699
+ /** @type {?} */
6700
+ GridsterResizable.prototype.right;
6701
+ /** @type {?} */
6702
+ GridsterResizable.prototype.width;
6703
+ /** @type {?} */
6704
+ GridsterResizable.prototype.height;
6705
+ /** @type {?} */
6706
+ GridsterResizable.prototype.newPosition;
6707
+ /**
6708
+ * @type {?}
6709
+ * @private
6710
+ */
6711
+ GridsterResizable.prototype.zone;
6712
+ }
5829
6713
 
5830
6714
  /**
5831
6715
  * @fileoverview added by tsickle
5832
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6716
+ * Generated from: gridster/lib/gridsterItem.component.ts
6717
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5833
6718
  */
5834
6719
  var GridsterItemComponent = /** @class */ (function () {
5835
6720
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6024,11 +6909,45 @@ var GridsterItemComponent = /** @class */ (function () {
6024
6909
  item: [{ type: Input }]
6025
6910
  };
6026
6911
  return GridsterItemComponent;
6027
- }());
6912
+ }());
6913
+ if (false) {
6914
+ /** @type {?} */
6915
+ GridsterItemComponent.prototype.item;
6916
+ /** @type {?} */
6917
+ GridsterItemComponent.prototype.$item;
6918
+ /** @type {?} */
6919
+ GridsterItemComponent.prototype.el;
6920
+ /** @type {?} */
6921
+ GridsterItemComponent.prototype.gridster;
6922
+ /** @type {?} */
6923
+ GridsterItemComponent.prototype.top;
6924
+ /** @type {?} */
6925
+ GridsterItemComponent.prototype.left;
6926
+ /** @type {?} */
6927
+ GridsterItemComponent.prototype.width;
6928
+ /** @type {?} */
6929
+ GridsterItemComponent.prototype.height;
6930
+ /** @type {?} */
6931
+ GridsterItemComponent.prototype.drag;
6932
+ /** @type {?} */
6933
+ GridsterItemComponent.prototype.resize;
6934
+ /** @type {?} */
6935
+ GridsterItemComponent.prototype.notPlaced;
6936
+ /** @type {?} */
6937
+ GridsterItemComponent.prototype.init;
6938
+ /** @type {?} */
6939
+ GridsterItemComponent.prototype.renderer;
6940
+ /**
6941
+ * @type {?}
6942
+ * @private
6943
+ */
6944
+ GridsterItemComponent.prototype.zone;
6945
+ }
6028
6946
 
6029
6947
  /**
6030
6948
  * @fileoverview added by tsickle
6031
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6949
+ * Generated from: gridster/lib/gridsterPreview.component.ts
6950
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6032
6951
  */
6033
6952
  var GridsterPreviewComponent = /** @class */ (function () {
6034
6953
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6083,11 +7002,20 @@ var GridsterPreviewComponent = /** @class */ (function () {
6083
7002
  { type: Renderer2 }
6084
7003
  ]; };
6085
7004
  return GridsterPreviewComponent;
6086
- }());
7005
+ }());
7006
+ if (false) {
7007
+ /** @type {?} */
7008
+ GridsterPreviewComponent.prototype.el;
7009
+ /** @type {?} */
7010
+ GridsterPreviewComponent.prototype.gridster;
7011
+ /** @type {?} */
7012
+ GridsterPreviewComponent.prototype.renderer;
7013
+ }
6087
7014
 
6088
7015
  /**
6089
7016
  * @fileoverview added by tsickle
6090
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7017
+ * Generated from: gridster/lib/gridster.module.ts
7018
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6091
7019
  */
6092
7020
  var GridsterModule = /** @class */ (function () {
6093
7021
  function GridsterModule() {
@@ -6112,7 +7040,8 @@ var GridsterModule = /** @class */ (function () {
6112
7040
 
6113
7041
  /**
6114
7042
  * @fileoverview added by tsickle
6115
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7043
+ * Generated from: lib/ra.dashboard.module.ts
7044
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6116
7045
  */
6117
7046
  /** @type {?} */
6118
7047
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6153,7 +7082,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
6153
7082
 
6154
7083
  /**
6155
7084
  * @fileoverview added by tsickle
6156
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7085
+ * Generated from: lib/ra.base.dashboard.template.ts
7086
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6157
7087
  */
6158
7088
  /**
6159
7089
  * @abstract
@@ -6197,11 +7127,36 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6197
7127
  initialize: [{ type: Input }]
6198
7128
  };
6199
7129
  return RaBaseDashboardTemplate;
6200
- }());
7130
+ }());
7131
+ if (false) {
7132
+ /** @type {?} */
7133
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7134
+ /** @type {?} */
7135
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7136
+ /** @type {?} */
7137
+ RaBaseDashboardTemplate.prototype.appConfig;
7138
+ /** @type {?} */
7139
+ RaBaseDashboardTemplate.prototype.dashboardId;
7140
+ /** @type {?} */
7141
+ RaBaseDashboardTemplate.prototype.globalFilter;
7142
+ /** @type {?} */
7143
+ RaBaseDashboardTemplate.prototype.initialize;
7144
+ /**
7145
+ * @type {?}
7146
+ * @private
7147
+ */
7148
+ RaBaseDashboardTemplate.prototype.ngZone;
7149
+ /**
7150
+ * @abstract
7151
+ * @return {?}
7152
+ */
7153
+ RaBaseDashboardTemplate.prototype.init = function () { };
7154
+ }
6201
7155
 
6202
7156
  /**
6203
7157
  * @fileoverview added by tsickle
6204
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7158
+ * Generated from: lib/ra.base.dashboard.filter.ts
7159
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6205
7160
  */
6206
7161
  /**
6207
7162
  * @abstract
@@ -6255,16 +7210,53 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6255
7210
  clearAllData: [{ type: Input }]
6256
7211
  };
6257
7212
  return RaBaseDashboardFilter;
6258
- }());
7213
+ }());
7214
+ if (false) {
7215
+ /**
7216
+ * @type {?}
7217
+ * @private
7218
+ */
7219
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7220
+ /** @type {?} */
7221
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
7222
+ /** @type {?} */
7223
+ RaBaseDashboardFilter.prototype.isValidEntry;
7224
+ /** @type {?} */
7225
+ RaBaseDashboardFilter.prototype.clearAllData;
7226
+ /**
7227
+ * @abstract
7228
+ * @return {?}
7229
+ */
7230
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7231
+ /**
7232
+ * @abstract
7233
+ * @param {?} filter
7234
+ * @param {?} appConfig
7235
+ * @return {?}
7236
+ */
7237
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7238
+ /**
7239
+ * @abstract
7240
+ * @return {?}
7241
+ */
7242
+ RaBaseDashboardFilter.prototype.clearData = function () { };
7243
+ /**
7244
+ * @abstract
7245
+ * @return {?}
7246
+ */
7247
+ RaBaseDashboardFilter.prototype.isValid = function () { };
7248
+ }
6259
7249
 
6260
7250
  /**
6261
7251
  * @fileoverview added by tsickle
6262
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7252
+ * Generated from: public-api.ts
7253
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6263
7254
  */
6264
7255
 
6265
7256
  /**
6266
7257
  * @fileoverview added by tsickle
6267
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7258
+ * Generated from: schneideress-dashboardframework.ts
7259
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6268
7260
  */
6269
7261
 
6270
7262
  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 };