@schneideress/dashboardframework 0.0.101 → 0.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1178 -72
  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 +4 -3
  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 +4 -3
  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 +4 -3
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +10 -4
  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 +4 -3
  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 +4 -3
  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 +4 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +10 -4
  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 -70
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1061 -73
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { __extends, __awaiter, __generator, __assign } from 'tslib';
2
- import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, 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) {
@@ -1009,7 +1214,7 @@ var RADashboardArea = /** @class */ (function () {
1009
1214
  { type: Component, args: [{
1010
1215
  selector: 'ra-dashboard-area',
1011
1216
  template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
1012
- styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
1217
+ styles: ["gridster{width:inherit;resize:height;display:-webkit-box;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
1013
1218
  }] }
1014
1219
  ];
1015
1220
  /** @nocollapse */
@@ -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) {
@@ -1059,6 +1341,7 @@ var RAWidgetContainer = /** @class */ (function () {
1059
1341
  this.toolTipValue = ' ';
1060
1342
  this.toolTipWidth = '0px';
1061
1343
  this.widgetDeleted = new EventEmitter();
1344
+ this.lockVisible = false;
1062
1345
  this.renderer.listen('window', 'click', (/**
1063
1346
  * @param {?} e
1064
1347
  * @return {?}
@@ -1420,6 +1703,7 @@ var RAWidgetContainer = /** @class */ (function () {
1420
1703
  }
1421
1704
  case RaWidgetlockStatus.Unlocked: {
1422
1705
  this.lockClass = "unlocked";
1706
+ this.lockVisible = true;
1423
1707
  break;
1424
1708
  }
1425
1709
  case RaWidgetlockStatus.PartiallyLocked: {
@@ -1428,6 +1712,7 @@ var RAWidgetContainer = /** @class */ (function () {
1428
1712
  }
1429
1713
  default: {
1430
1714
  this.lockClass = "unlocked";
1715
+ this.lockVisible = true;
1431
1716
  break;
1432
1717
  }
1433
1718
  }
@@ -1535,8 +1820,8 @@ var RAWidgetContainer = /** @class */ (function () {
1535
1820
  RAWidgetContainer.decorators = [
1536
1821
  { type: Component, args: [{
1537
1822
  selector: 'ra-widget-container',
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}"]
1823
+ 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>",
1824
+ styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;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;-webkit-transition:visibility,opacity .5s linear;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}"]
1540
1825
  }] }
1541
1826
  ];
1542
1827
  /** @nocollapse */
@@ -1565,11 +1850,118 @@ var RAWidgetContainer = /** @class */ (function () {
1565
1850
  setResized: [{ type: Input, args: ['dom-resized',] }]
1566
1851
  };
1567
1852
  return RAWidgetContainer;
1568
- }());
1853
+ }());
1854
+ if (false) {
1855
+ /** @type {?} */
1856
+ RAWidgetContainer.prototype.showPanel;
1857
+ /**
1858
+ * @type {?}
1859
+ * @private
1860
+ */
1861
+ RAWidgetContainer.prototype.isWidgetLoaded;
1862
+ /**
1863
+ * @type {?}
1864
+ * @private
1865
+ */
1866
+ RAWidgetContainer.prototype.widgetElement;
1867
+ /**
1868
+ * @type {?}
1869
+ * @private
1870
+ */
1871
+ RAWidgetContainer.prototype.configChanged;
1872
+ /**
1873
+ * @type {?}
1874
+ * @private
1875
+ */
1876
+ RAWidgetContainer.prototype.isIEOrEdge;
1877
+ /** @type {?} */
1878
+ RAWidgetContainer.prototype.widgetHeight;
1879
+ /** @type {?} */
1880
+ RAWidgetContainer.prototype.lockClass;
1881
+ /** @type {?} */
1882
+ RAWidgetContainer.prototype.lockStatus;
1883
+ /** @type {?} */
1884
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1885
+ /** @type {?} */
1886
+ RAWidgetContainer.prototype.dropDownShown;
1887
+ /** @type {?} */
1888
+ RAWidgetContainer.prototype.isDownloadChartVisible;
1889
+ /** @type {?} */
1890
+ RAWidgetContainer.prototype.downloadIconType;
1891
+ /** @type {?} */
1892
+ RAWidgetContainer.prototype.enableTitleLine;
1893
+ /** @type {?} */
1894
+ RAWidgetContainer.prototype.toolTipValue;
1895
+ /** @type {?} */
1896
+ RAWidgetContainer.prototype.toolTipWidth;
1897
+ /** @type {?} */
1898
+ RAWidgetContainer.prototype.ctlWidget;
1899
+ /** @type {?} */
1900
+ RAWidgetContainer.prototype.widgetDropdown;
1901
+ /** @type {?} */
1902
+ RAWidgetContainer.prototype.widgetDownload;
1903
+ /** @type {?} */
1904
+ RAWidgetContainer.prototype.searchInput;
1905
+ /** @type {?} */
1906
+ RAWidgetContainer.prototype.widgetInstanceId;
1907
+ /** @type {?} */
1908
+ RAWidgetContainer.prototype.globalFilter;
1909
+ /** @type {?} */
1910
+ RAWidgetContainer.prototype.data;
1911
+ /** @type {?} */
1912
+ RAWidgetContainer.prototype.raDashboardEventBus;
1913
+ /** @type {?} */
1914
+ RAWidgetContainer.prototype.appConfig;
1915
+ /** @type {?} */
1916
+ RAWidgetContainer.prototype.width;
1917
+ /** @type {?} */
1918
+ RAWidgetContainer.prototype.height;
1919
+ /** @type {?} */
1920
+ RAWidgetContainer.prototype.gridCellHeight;
1921
+ /** @type {?} */
1922
+ RAWidgetContainer.prototype.widgetDeleted;
1923
+ /** @type {?} */
1924
+ RAWidgetContainer.prototype.lockTitle;
1925
+ /** @type {?} */
1926
+ RAWidgetContainer.prototype.domResized;
1927
+ /** @type {?} */
1928
+ RAWidgetContainer.prototype.lockVisible;
1929
+ /**
1930
+ * @type {?}
1931
+ * @private
1932
+ */
1933
+ RAWidgetContainer.prototype.dashboardService;
1934
+ /**
1935
+ * @type {?}
1936
+ * @private
1937
+ */
1938
+ RAWidgetContainer.prototype.ngxService;
1939
+ /**
1940
+ * @type {?}
1941
+ * @private
1942
+ */
1943
+ RAWidgetContainer.prototype.translateService;
1944
+ /**
1945
+ * @type {?}
1946
+ * @private
1947
+ */
1948
+ RAWidgetContainer.prototype.ngZone;
1949
+ /**
1950
+ * @type {?}
1951
+ * @private
1952
+ */
1953
+ RAWidgetContainer.prototype.notifier;
1954
+ /**
1955
+ * @type {?}
1956
+ * @private
1957
+ */
1958
+ RAWidgetContainer.prototype.renderer;
1959
+ }
1569
1960
 
1570
1961
  /**
1571
1962
  * @fileoverview added by tsickle
1572
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1963
+ * Generated from: lib/custom.notifier.options.ts
1964
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1573
1965
  */
1574
1966
  /** @type {?} */
1575
1967
  var customNotifierOptions = {
@@ -1615,7 +2007,8 @@ var customNotifierOptions = {
1615
2007
 
1616
2008
  /**
1617
2009
  * @fileoverview added by tsickle
1618
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2010
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
2011
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1619
2012
  */
1620
2013
  /** @type {?} */
1621
2014
  var GridsterConfigService = {
@@ -1793,7 +2186,8 @@ var GridsterConfigService = {
1793
2186
 
1794
2187
  /**
1795
2188
  * @fileoverview added by tsickle
1796
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2189
+ * Generated from: gridster/lib/gridsterUtils.service.ts
2190
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1797
2191
  */
1798
2192
  var GridsterUtils = /** @class */ (function () {
1799
2193
  function GridsterUtils() {
@@ -1968,7 +2362,8 @@ var GridsterUtils = /** @class */ (function () {
1968
2362
 
1969
2363
  /**
1970
2364
  * @fileoverview added by tsickle
1971
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2365
+ * Generated from: gridster/lib/gridster.interface.ts
2366
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1972
2367
  */
1973
2368
  /**
1974
2369
  * @abstract
@@ -1980,11 +2375,86 @@ GridsterComponentInterface = /** @class */ (function () {
1980
2375
  function GridsterComponentInterface() {
1981
2376
  }
1982
2377
  return GridsterComponentInterface;
1983
- }());
2378
+ }());
2379
+ if (false) {
2380
+ /** @type {?} */
2381
+ GridsterComponentInterface.prototype.$options;
2382
+ /** @type {?} */
2383
+ GridsterComponentInterface.prototype.grid;
2384
+ /** @type {?} */
2385
+ GridsterComponentInterface.prototype.checkCollision;
2386
+ /** @type {?} */
2387
+ GridsterComponentInterface.prototype.positionXToPixels;
2388
+ /** @type {?} */
2389
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2390
+ /** @type {?} */
2391
+ GridsterComponentInterface.prototype.positionYToPixels;
2392
+ /** @type {?} */
2393
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2394
+ /** @type {?} */
2395
+ GridsterComponentInterface.prototype.findItemWithItem;
2396
+ /** @type {?} */
2397
+ GridsterComponentInterface.prototype.findItemsWithItem;
2398
+ /** @type {?} */
2399
+ GridsterComponentInterface.prototype.checkGridCollision;
2400
+ /** @type {?} */
2401
+ GridsterComponentInterface.prototype.el;
2402
+ /** @type {?} */
2403
+ GridsterComponentInterface.prototype.renderer;
2404
+ /** @type {?} */
2405
+ GridsterComponentInterface.prototype.gridRenderer;
2406
+ /** @type {?} */
2407
+ GridsterComponentInterface.prototype.cdRef;
2408
+ /** @type {?} */
2409
+ GridsterComponentInterface.prototype.options;
2410
+ /** @type {?} */
2411
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2412
+ /** @type {?} */
2413
+ GridsterComponentInterface.prototype.updateGrid;
2414
+ /** @type {?} */
2415
+ GridsterComponentInterface.prototype.movingItem;
2416
+ /** @type {?} */
2417
+ GridsterComponentInterface.prototype.addItem;
2418
+ /** @type {?} */
2419
+ GridsterComponentInterface.prototype.removeItem;
2420
+ /** @type {?} */
2421
+ GridsterComponentInterface.prototype.previewStyle;
2422
+ /** @type {?} */
2423
+ GridsterComponentInterface.prototype.mobile;
2424
+ /** @type {?} */
2425
+ GridsterComponentInterface.prototype.curWidth;
2426
+ /** @type {?} */
2427
+ GridsterComponentInterface.prototype.curHeight;
2428
+ /** @type {?} */
2429
+ GridsterComponentInterface.prototype.columns;
2430
+ /** @type {?} */
2431
+ GridsterComponentInterface.prototype.rows;
2432
+ /** @type {?} */
2433
+ GridsterComponentInterface.prototype.curColWidth;
2434
+ /** @type {?} */
2435
+ GridsterComponentInterface.prototype.curRowHeight;
2436
+ /** @type {?} */
2437
+ GridsterComponentInterface.prototype.windowResize;
2438
+ /** @type {?} */
2439
+ GridsterComponentInterface.prototype.setGridDimensions;
2440
+ /** @type {?} */
2441
+ GridsterComponentInterface.prototype.dragInProgress;
2442
+ /** @type {?} */
2443
+ GridsterComponentInterface.prototype.emptyCell;
2444
+ /** @type {?} */
2445
+ GridsterComponentInterface.prototype.compact;
2446
+ /** @type {?} */
2447
+ GridsterComponentInterface.prototype.zone;
2448
+ /** @type {?} */
2449
+ GridsterComponentInterface.prototype.gridRows;
2450
+ /** @type {?} */
2451
+ GridsterComponentInterface.prototype.gridColumns;
2452
+ }
1984
2453
 
1985
2454
  /**
1986
2455
  * @fileoverview added by tsickle
1987
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2456
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2457
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1988
2458
  */
1989
2459
  var GridsterEmptyCell = /** @class */ (function () {
1990
2460
  function GridsterEmptyCell(gridster) {
@@ -2301,11 +2771,45 @@ var GridsterEmptyCell = /** @class */ (function () {
2301
2771
  { type: GridsterComponentInterface }
2302
2772
  ]; };
2303
2773
  return GridsterEmptyCell;
2304
- }());
2774
+ }());
2775
+ if (false) {
2776
+ /** @type {?} */
2777
+ GridsterEmptyCell.prototype.initialItem;
2778
+ /** @type {?} */
2779
+ GridsterEmptyCell.prototype.emptyCellClick;
2780
+ /** @type {?} */
2781
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2782
+ /** @type {?} */
2783
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2784
+ /** @type {?} */
2785
+ GridsterEmptyCell.prototype.emptyCellDrop;
2786
+ /** @type {?} */
2787
+ GridsterEmptyCell.prototype.emptyCellDrag;
2788
+ /** @type {?} */
2789
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2790
+ /** @type {?} */
2791
+ GridsterEmptyCell.prototype.emptyCellMMove;
2792
+ /** @type {?} */
2793
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2794
+ /** @type {?} */
2795
+ GridsterEmptyCell.prototype.emptyCellUp;
2796
+ /** @type {?} */
2797
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2798
+ /** @type {?} */
2799
+ GridsterEmptyCell.prototype.emptyCellMove;
2800
+ /** @type {?} */
2801
+ GridsterEmptyCell.prototype.emptyCellExit;
2802
+ /**
2803
+ * @type {?}
2804
+ * @private
2805
+ */
2806
+ GridsterEmptyCell.prototype.gridster;
2807
+ }
2305
2808
 
2306
2809
  /**
2307
2810
  * @fileoverview added by tsickle
2308
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2811
+ * Generated from: gridster/lib/gridsterCompact.service.ts
2812
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2309
2813
  */
2310
2814
  var GridsterCompact = /** @class */ (function () {
2311
2815
  function GridsterCompact(gridster) {
@@ -2543,11 +3047,19 @@ var GridsterCompact = /** @class */ (function () {
2543
3047
  { type: GridsterComponentInterface }
2544
3048
  ]; };
2545
3049
  return GridsterCompact;
2546
- }());
3050
+ }());
3051
+ if (false) {
3052
+ /**
3053
+ * @type {?}
3054
+ * @private
3055
+ */
3056
+ GridsterCompact.prototype.gridster;
3057
+ }
2547
3058
 
2548
3059
  /**
2549
3060
  * @fileoverview added by tsickle
2550
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3061
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
3062
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2551
3063
  */
2552
3064
  var GridsterRenderer = /** @class */ (function () {
2553
3065
  function GridsterRenderer(gridster) {
@@ -2854,11 +3366,19 @@ var GridsterRenderer = /** @class */ (function () {
2854
3366
  { type: GridsterComponentInterface }
2855
3367
  ]; };
2856
3368
  return GridsterRenderer;
2857
- }());
3369
+ }());
3370
+ if (false) {
3371
+ /**
3372
+ * @type {?}
3373
+ * @private
3374
+ */
3375
+ GridsterRenderer.prototype.gridster;
3376
+ }
2858
3377
 
2859
3378
  /**
2860
3379
  * @fileoverview added by tsickle
2861
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3380
+ * Generated from: gridster/lib/gridster.component.ts
3381
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2862
3382
  */
2863
3383
  var GridsterComponent = /** @class */ (function () {
2864
3384
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3013,6 +3533,17 @@ var GridsterComponent = /** @class */ (function () {
3013
3533
  if (this.options.destroyCallback) {
3014
3534
  this.options.destroyCallback(this);
3015
3535
  }
3536
+ //if (this.options.api) {
3537
+ /* this.options.api getting undefined for new dashboard load- temp fix
3538
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3539
+ * ondestroy of current this.options.api instance - needs to investigate further
3540
+ */
3541
+ if (false) {
3542
+ this.options.api.resize = undefined;
3543
+ this.options.api.optionsChanged = undefined;
3544
+ this.options.api.getNextPossiblePosition = undefined;
3545
+ this.options.api = undefined;
3546
+ }
3016
3547
  this.emptyCell.destroy();
3017
3548
  delete this.emptyCell;
3018
3549
  this.compact.destroy();
@@ -3575,7 +4106,7 @@ var GridsterComponent = /** @class */ (function () {
3575
4106
  selector: 'gridster',
3576
4107
  template: "<div class=\"gridster-column\" *ngFor=\"let column of gridColumns; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridColumnStyle(i)\"></div>\r\n<div class=\"gridster-row\" *ngFor=\"let row of gridRows; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridRowStyle(i)\"></div>\r\n<ng-content></ng-content>\r\n<gridster-preview class=\"gridster-preview\"></gridster-preview>\r\n",
3577
4108
  encapsulation: ViewEncapsulation.None,
3578
- styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
4109
+ styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;-webkit-transition:.3s;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
3579
4110
  }] }
3580
4111
  ];
3581
4112
  /** @nocollapse */
@@ -3589,11 +4120,62 @@ var GridsterComponent = /** @class */ (function () {
3589
4120
  options: [{ type: Input }]
3590
4121
  };
3591
4122
  return GridsterComponent;
3592
- }());
4123
+ }());
4124
+ if (false) {
4125
+ /** @type {?} */
4126
+ GridsterComponent.prototype.options;
4127
+ /** @type {?} */
4128
+ GridsterComponent.prototype.calculateLayoutDebounce;
4129
+ /** @type {?} */
4130
+ GridsterComponent.prototype.movingItem;
4131
+ /** @type {?} */
4132
+ GridsterComponent.prototype.previewStyle;
4133
+ /** @type {?} */
4134
+ GridsterComponent.prototype.el;
4135
+ /** @type {?} */
4136
+ GridsterComponent.prototype.$options;
4137
+ /** @type {?} */
4138
+ GridsterComponent.prototype.mobile;
4139
+ /** @type {?} */
4140
+ GridsterComponent.prototype.curWidth;
4141
+ /** @type {?} */
4142
+ GridsterComponent.prototype.curHeight;
4143
+ /** @type {?} */
4144
+ GridsterComponent.prototype.grid;
4145
+ /** @type {?} */
4146
+ GridsterComponent.prototype.columns;
4147
+ /** @type {?} */
4148
+ GridsterComponent.prototype.rows;
4149
+ /** @type {?} */
4150
+ GridsterComponent.prototype.curColWidth;
4151
+ /** @type {?} */
4152
+ GridsterComponent.prototype.curRowHeight;
4153
+ /** @type {?} */
4154
+ GridsterComponent.prototype.gridColumns;
4155
+ /** @type {?} */
4156
+ GridsterComponent.prototype.gridRows;
4157
+ /** @type {?} */
4158
+ GridsterComponent.prototype.windowResize;
4159
+ /** @type {?} */
4160
+ GridsterComponent.prototype.dragInProgress;
4161
+ /** @type {?} */
4162
+ GridsterComponent.prototype.emptyCell;
4163
+ /** @type {?} */
4164
+ GridsterComponent.prototype.compact;
4165
+ /** @type {?} */
4166
+ GridsterComponent.prototype.gridRenderer;
4167
+ /** @type {?} */
4168
+ GridsterComponent.prototype.renderer;
4169
+ /** @type {?} */
4170
+ GridsterComponent.prototype.cdRef;
4171
+ /** @type {?} */
4172
+ GridsterComponent.prototype.zone;
4173
+ }
3593
4174
 
3594
4175
  /**
3595
4176
  * @fileoverview added by tsickle
3596
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4177
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4178
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3597
4179
  */
3598
4180
  /**
3599
4181
  * @abstract
@@ -3605,11 +4187,50 @@ GridsterItemComponentInterface = /** @class */ (function () {
3605
4187
  function GridsterItemComponentInterface() {
3606
4188
  }
3607
4189
  return GridsterItemComponentInterface;
3608
- }());
4190
+ }());
4191
+ if (false) {
4192
+ /** @type {?} */
4193
+ GridsterItemComponentInterface.prototype.item;
4194
+ /** @type {?} */
4195
+ GridsterItemComponentInterface.prototype.$item;
4196
+ /** @type {?} */
4197
+ GridsterItemComponentInterface.prototype.top;
4198
+ /** @type {?} */
4199
+ GridsterItemComponentInterface.prototype.left;
4200
+ /** @type {?} */
4201
+ GridsterItemComponentInterface.prototype.width;
4202
+ /** @type {?} */
4203
+ GridsterItemComponentInterface.prototype.height;
4204
+ /** @type {?} */
4205
+ GridsterItemComponentInterface.prototype.drag;
4206
+ /** @type {?} */
4207
+ GridsterItemComponentInterface.prototype.resize;
4208
+ /** @type {?} */
4209
+ GridsterItemComponentInterface.prototype.notPlaced;
4210
+ /** @type {?} */
4211
+ GridsterItemComponentInterface.prototype.updateOptions;
4212
+ /** @type {?} */
4213
+ GridsterItemComponentInterface.prototype.itemChanged;
4214
+ /** @type {?} */
4215
+ GridsterItemComponentInterface.prototype.setSize;
4216
+ /** @type {?} */
4217
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4218
+ /** @type {?} */
4219
+ GridsterItemComponentInterface.prototype.canBeDragged;
4220
+ /** @type {?} */
4221
+ GridsterItemComponentInterface.prototype.canBeResized;
4222
+ /** @type {?} */
4223
+ GridsterItemComponentInterface.prototype.el;
4224
+ /** @type {?} */
4225
+ GridsterItemComponentInterface.prototype.gridster;
4226
+ /** @type {?} */
4227
+ GridsterItemComponentInterface.prototype.renderer;
4228
+ }
3609
4229
 
3610
4230
  /**
3611
4231
  * @fileoverview added by tsickle
3612
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4232
+ * Generated from: gridster/lib/gridsterSwap.service.ts
4233
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3613
4234
  */
3614
4235
  var GridsterSwap = /** @class */ (function () {
3615
4236
  function GridsterSwap(gridsterItem) {
@@ -3737,11 +4358,29 @@ var GridsterSwap = /** @class */ (function () {
3737
4358
  { type: GridsterItemComponentInterface }
3738
4359
  ]; };
3739
4360
  return GridsterSwap;
3740
- }());
4361
+ }());
4362
+ if (false) {
4363
+ /**
4364
+ * @type {?}
4365
+ * @private
4366
+ */
4367
+ GridsterSwap.prototype.swapedItem;
4368
+ /**
4369
+ * @type {?}
4370
+ * @private
4371
+ */
4372
+ GridsterSwap.prototype.gridsterItem;
4373
+ /**
4374
+ * @type {?}
4375
+ * @private
4376
+ */
4377
+ GridsterSwap.prototype.gridster;
4378
+ }
3741
4379
 
3742
4380
  /**
3743
4381
  * @fileoverview added by tsickle
3744
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4382
+ * Generated from: gridster/lib/gridsterScroll.service.ts
4383
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3745
4384
  */
3746
4385
  /** @type {?} */
3747
4386
  var scrollSensitivity;
@@ -3936,7 +4575,8 @@ function cancelN() {
3936
4575
 
3937
4576
  /**
3938
4577
  * @fileoverview added by tsickle
3939
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4578
+ * Generated from: gridster/lib/gridsterPush.service.ts
4579
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3940
4580
  */
3941
4581
  var GridsterPush = /** @class */ (function () {
3942
4582
  function GridsterPush(gridsterItem) {
@@ -4426,11 +5066,62 @@ var GridsterPush = /** @class */ (function () {
4426
5066
  { type: GridsterItemComponentInterface }
4427
5067
  ]; };
4428
5068
  return GridsterPush;
4429
- }());
5069
+ }());
5070
+ if (false) {
5071
+ /** @type {?} */
5072
+ GridsterPush.prototype.fromSouth;
5073
+ /** @type {?} */
5074
+ GridsterPush.prototype.fromNorth;
5075
+ /** @type {?} */
5076
+ GridsterPush.prototype.fromEast;
5077
+ /** @type {?} */
5078
+ GridsterPush.prototype.fromWest;
5079
+ /**
5080
+ * @type {?}
5081
+ * @private
5082
+ */
5083
+ GridsterPush.prototype.pushedItems;
5084
+ /**
5085
+ * @type {?}
5086
+ * @private
5087
+ */
5088
+ GridsterPush.prototype.pushedItemsTemp;
5089
+ /**
5090
+ * @type {?}
5091
+ * @private
5092
+ */
5093
+ GridsterPush.prototype.pushedItemsTempPath;
5094
+ /**
5095
+ * @type {?}
5096
+ * @private
5097
+ */
5098
+ GridsterPush.prototype.pushedItemsPath;
5099
+ /**
5100
+ * @type {?}
5101
+ * @private
5102
+ */
5103
+ GridsterPush.prototype.gridsterItem;
5104
+ /**
5105
+ * @type {?}
5106
+ * @private
5107
+ */
5108
+ GridsterPush.prototype.gridster;
5109
+ /**
5110
+ * @type {?}
5111
+ * @private
5112
+ */
5113
+ GridsterPush.prototype.pushedItemsOrder;
5114
+ /**
5115
+ * @type {?}
5116
+ * @private
5117
+ */
5118
+ GridsterPush.prototype.tryPattern;
5119
+ }
4430
5120
 
4431
5121
  /**
4432
5122
  * @fileoverview added by tsickle
4433
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5123
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
5124
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4434
5125
  */
4435
5126
  var GridsterDraggable = /** @class */ (function () {
4436
5127
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4734,6 +5425,10 @@ var GridsterDraggable = /** @class */ (function () {
4734
5425
  this.gridsterItem.$item.cols = itemColsbackup;
4735
5426
  this.gridsterItem.$item.rows = itemRowsbackup;
4736
5427
  }
5428
+ else {
5429
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5430
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5431
+ }
4737
5432
  return this.gridsterItem.$item;
4738
5433
  };
4739
5434
  /**
@@ -4890,11 +5585,85 @@ var GridsterDraggable = /** @class */ (function () {
4890
5585
  { type: NgZone }
4891
5586
  ]; };
4892
5587
  return GridsterDraggable;
4893
- }());
5588
+ }());
5589
+ if (false) {
5590
+ /** @type {?} */
5591
+ GridsterDraggable.prototype.gridsterItem;
5592
+ /** @type {?} */
5593
+ GridsterDraggable.prototype.gridster;
5594
+ /** @type {?} */
5595
+ GridsterDraggable.prototype.lastMouse;
5596
+ /** @type {?} */
5597
+ GridsterDraggable.prototype.offsetLeft;
5598
+ /** @type {?} */
5599
+ GridsterDraggable.prototype.offsetTop;
5600
+ /** @type {?} */
5601
+ GridsterDraggable.prototype.margin;
5602
+ /** @type {?} */
5603
+ GridsterDraggable.prototype.diffTop;
5604
+ /** @type {?} */
5605
+ GridsterDraggable.prototype.diffLeft;
5606
+ /** @type {?} */
5607
+ GridsterDraggable.prototype.top;
5608
+ /** @type {?} */
5609
+ GridsterDraggable.prototype.left;
5610
+ /** @type {?} */
5611
+ GridsterDraggable.prototype.height;
5612
+ /** @type {?} */
5613
+ GridsterDraggable.prototype.width;
5614
+ /** @type {?} */
5615
+ GridsterDraggable.prototype.positionX;
5616
+ /** @type {?} */
5617
+ GridsterDraggable.prototype.positionY;
5618
+ /** @type {?} */
5619
+ GridsterDraggable.prototype.positionXBackup;
5620
+ /** @type {?} */
5621
+ GridsterDraggable.prototype.positionYBackup;
5622
+ /** @type {?} */
5623
+ GridsterDraggable.prototype.enabled;
5624
+ /** @type {?} */
5625
+ GridsterDraggable.prototype.dragStartFunction;
5626
+ /** @type {?} */
5627
+ GridsterDraggable.prototype.dragFunction;
5628
+ /** @type {?} */
5629
+ GridsterDraggable.prototype.dragStopFunction;
5630
+ /** @type {?} */
5631
+ GridsterDraggable.prototype.mousemove;
5632
+ /** @type {?} */
5633
+ GridsterDraggable.prototype.mouseup;
5634
+ /** @type {?} */
5635
+ GridsterDraggable.prototype.mouseleave;
5636
+ /** @type {?} */
5637
+ GridsterDraggable.prototype.cancelOnBlur;
5638
+ /** @type {?} */
5639
+ GridsterDraggable.prototype.touchmove;
5640
+ /** @type {?} */
5641
+ GridsterDraggable.prototype.touchend;
5642
+ /** @type {?} */
5643
+ GridsterDraggable.prototype.touchcancel;
5644
+ /** @type {?} */
5645
+ GridsterDraggable.prototype.mousedown;
5646
+ /** @type {?} */
5647
+ GridsterDraggable.prototype.touchstart;
5648
+ /** @type {?} */
5649
+ GridsterDraggable.prototype.push;
5650
+ /** @type {?} */
5651
+ GridsterDraggable.prototype.swap;
5652
+ /** @type {?} */
5653
+ GridsterDraggable.prototype.path;
5654
+ /** @type {?} */
5655
+ GridsterDraggable.prototype.collision;
5656
+ /**
5657
+ * @type {?}
5658
+ * @private
5659
+ */
5660
+ GridsterDraggable.prototype.zone;
5661
+ }
4894
5662
 
4895
5663
  /**
4896
5664
  * @fileoverview added by tsickle
4897
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5665
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
5666
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4898
5667
  */
4899
5668
  var GridsterPushResize = /** @class */ (function () {
4900
5669
  function GridsterPushResize(gridsterItem) {
@@ -5274,11 +6043,47 @@ var GridsterPushResize = /** @class */ (function () {
5274
6043
  { type: GridsterItemComponentInterface }
5275
6044
  ]; };
5276
6045
  return GridsterPushResize;
5277
- }());
6046
+ }());
6047
+ if (false) {
6048
+ /** @type {?} */
6049
+ GridsterPushResize.prototype.fromSouth;
6050
+ /** @type {?} */
6051
+ GridsterPushResize.prototype.fromNorth;
6052
+ /** @type {?} */
6053
+ GridsterPushResize.prototype.fromEast;
6054
+ /** @type {?} */
6055
+ GridsterPushResize.prototype.fromWest;
6056
+ /**
6057
+ * @type {?}
6058
+ * @private
6059
+ */
6060
+ GridsterPushResize.prototype.pushedItems;
6061
+ /**
6062
+ * @type {?}
6063
+ * @private
6064
+ */
6065
+ GridsterPushResize.prototype.pushedItemsPath;
6066
+ /**
6067
+ * @type {?}
6068
+ * @private
6069
+ */
6070
+ GridsterPushResize.prototype.gridsterItem;
6071
+ /**
6072
+ * @type {?}
6073
+ * @private
6074
+ */
6075
+ GridsterPushResize.prototype.gridster;
6076
+ /**
6077
+ * @type {?}
6078
+ * @private
6079
+ */
6080
+ GridsterPushResize.prototype.tryPattern;
6081
+ }
5278
6082
 
5279
6083
  /**
5280
6084
  * @fileoverview added by tsickle
5281
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6085
+ * Generated from: gridster/lib/gridsterResizable.service.ts
6086
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5282
6087
  */
5283
6088
  var GridsterResizable = /** @class */ (function () {
5284
6089
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5820,11 +6625,87 @@ var GridsterResizable = /** @class */ (function () {
5820
6625
  { type: NgZone }
5821
6626
  ]; };
5822
6627
  return GridsterResizable;
5823
- }());
6628
+ }());
6629
+ if (false) {
6630
+ /** @type {?} */
6631
+ GridsterResizable.prototype.gridsterItem;
6632
+ /** @type {?} */
6633
+ GridsterResizable.prototype.gridster;
6634
+ /** @type {?} */
6635
+ GridsterResizable.prototype.lastMouse;
6636
+ /** @type {?} */
6637
+ GridsterResizable.prototype.itemBackup;
6638
+ /** @type {?} */
6639
+ GridsterResizable.prototype.resizeEventScrollType;
6640
+ /** @type {?} */
6641
+ GridsterResizable.prototype.directionFunction;
6642
+ /** @type {?} */
6643
+ GridsterResizable.prototype.dragFunction;
6644
+ /** @type {?} */
6645
+ GridsterResizable.prototype.dragStopFunction;
6646
+ /** @type {?} */
6647
+ GridsterResizable.prototype.resizeEnabled;
6648
+ /** @type {?} */
6649
+ GridsterResizable.prototype.mousemove;
6650
+ /** @type {?} */
6651
+ GridsterResizable.prototype.mouseup;
6652
+ /** @type {?} */
6653
+ GridsterResizable.prototype.mouseleave;
6654
+ /** @type {?} */
6655
+ GridsterResizable.prototype.cancelOnBlur;
6656
+ /** @type {?} */
6657
+ GridsterResizable.prototype.touchmove;
6658
+ /** @type {?} */
6659
+ GridsterResizable.prototype.touchend;
6660
+ /** @type {?} */
6661
+ GridsterResizable.prototype.touchcancel;
6662
+ /** @type {?} */
6663
+ GridsterResizable.prototype.push;
6664
+ /** @type {?} */
6665
+ GridsterResizable.prototype.pushResize;
6666
+ /** @type {?} */
6667
+ GridsterResizable.prototype.minHeight;
6668
+ /** @type {?} */
6669
+ GridsterResizable.prototype.minWidth;
6670
+ /** @type {?} */
6671
+ GridsterResizable.prototype.offsetTop;
6672
+ /** @type {?} */
6673
+ GridsterResizable.prototype.offsetLeft;
6674
+ /** @type {?} */
6675
+ GridsterResizable.prototype.diffTop;
6676
+ /** @type {?} */
6677
+ GridsterResizable.prototype.diffLeft;
6678
+ /** @type {?} */
6679
+ GridsterResizable.prototype.diffRight;
6680
+ /** @type {?} */
6681
+ GridsterResizable.prototype.diffBottom;
6682
+ /** @type {?} */
6683
+ GridsterResizable.prototype.margin;
6684
+ /** @type {?} */
6685
+ GridsterResizable.prototype.top;
6686
+ /** @type {?} */
6687
+ GridsterResizable.prototype.left;
6688
+ /** @type {?} */
6689
+ GridsterResizable.prototype.bottom;
6690
+ /** @type {?} */
6691
+ GridsterResizable.prototype.right;
6692
+ /** @type {?} */
6693
+ GridsterResizable.prototype.width;
6694
+ /** @type {?} */
6695
+ GridsterResizable.prototype.height;
6696
+ /** @type {?} */
6697
+ GridsterResizable.prototype.newPosition;
6698
+ /**
6699
+ * @type {?}
6700
+ * @private
6701
+ */
6702
+ GridsterResizable.prototype.zone;
6703
+ }
5824
6704
 
5825
6705
  /**
5826
6706
  * @fileoverview added by tsickle
5827
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6707
+ * Generated from: gridster/lib/gridsterItem.component.ts
6708
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5828
6709
  */
5829
6710
  var GridsterItemComponent = /** @class */ (function () {
5830
6711
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6005,7 +6886,7 @@ var GridsterItemComponent = /** @class */ (function () {
6005
6886
  selector: 'gridster-item',
6006
6887
  template: "<ng-content></ng-content>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.s || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-s\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.e || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-e\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.n || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-n\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.w || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-w\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.se || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-se\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.ne || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-ne\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.sw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-sw\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.nw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-nw\"></div>\r\n",
6007
6888
  encapsulation: ViewEncapsulation.None,
6008
- styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
6889
+ styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{-webkit-transition:none;transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
6009
6890
  }] }
6010
6891
  ];
6011
6892
  /** @nocollapse */
@@ -6019,11 +6900,45 @@ var GridsterItemComponent = /** @class */ (function () {
6019
6900
  item: [{ type: Input }]
6020
6901
  };
6021
6902
  return GridsterItemComponent;
6022
- }());
6903
+ }());
6904
+ if (false) {
6905
+ /** @type {?} */
6906
+ GridsterItemComponent.prototype.item;
6907
+ /** @type {?} */
6908
+ GridsterItemComponent.prototype.$item;
6909
+ /** @type {?} */
6910
+ GridsterItemComponent.prototype.el;
6911
+ /** @type {?} */
6912
+ GridsterItemComponent.prototype.gridster;
6913
+ /** @type {?} */
6914
+ GridsterItemComponent.prototype.top;
6915
+ /** @type {?} */
6916
+ GridsterItemComponent.prototype.left;
6917
+ /** @type {?} */
6918
+ GridsterItemComponent.prototype.width;
6919
+ /** @type {?} */
6920
+ GridsterItemComponent.prototype.height;
6921
+ /** @type {?} */
6922
+ GridsterItemComponent.prototype.drag;
6923
+ /** @type {?} */
6924
+ GridsterItemComponent.prototype.resize;
6925
+ /** @type {?} */
6926
+ GridsterItemComponent.prototype.notPlaced;
6927
+ /** @type {?} */
6928
+ GridsterItemComponent.prototype.init;
6929
+ /** @type {?} */
6930
+ GridsterItemComponent.prototype.renderer;
6931
+ /**
6932
+ * @type {?}
6933
+ * @private
6934
+ */
6935
+ GridsterItemComponent.prototype.zone;
6936
+ }
6023
6937
 
6024
6938
  /**
6025
6939
  * @fileoverview added by tsickle
6026
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6940
+ * Generated from: gridster/lib/gridsterPreview.component.ts
6941
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6027
6942
  */
6028
6943
  var GridsterPreviewComponent = /** @class */ (function () {
6029
6944
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6078,11 +6993,20 @@ var GridsterPreviewComponent = /** @class */ (function () {
6078
6993
  { type: Renderer2 }
6079
6994
  ]; };
6080
6995
  return GridsterPreviewComponent;
6081
- }());
6996
+ }());
6997
+ if (false) {
6998
+ /** @type {?} */
6999
+ GridsterPreviewComponent.prototype.el;
7000
+ /** @type {?} */
7001
+ GridsterPreviewComponent.prototype.gridster;
7002
+ /** @type {?} */
7003
+ GridsterPreviewComponent.prototype.renderer;
7004
+ }
6082
7005
 
6083
7006
  /**
6084
7007
  * @fileoverview added by tsickle
6085
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7008
+ * Generated from: gridster/lib/gridster.module.ts
7009
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6086
7010
  */
6087
7011
  var GridsterModule = /** @class */ (function () {
6088
7012
  function GridsterModule() {
@@ -6107,7 +7031,8 @@ var GridsterModule = /** @class */ (function () {
6107
7031
 
6108
7032
  /**
6109
7033
  * @fileoverview added by tsickle
6110
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7034
+ * Generated from: lib/ra.dashboard.module.ts
7035
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6111
7036
  */
6112
7037
  /** @type {?} */
6113
7038
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6148,7 +7073,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
6148
7073
 
6149
7074
  /**
6150
7075
  * @fileoverview added by tsickle
6151
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7076
+ * Generated from: lib/ra.base.dashboard.template.ts
7077
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6152
7078
  */
6153
7079
  /**
6154
7080
  * @abstract
@@ -6192,11 +7118,36 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6192
7118
  initialize: [{ type: Input }]
6193
7119
  };
6194
7120
  return RaBaseDashboardTemplate;
6195
- }());
7121
+ }());
7122
+ if (false) {
7123
+ /** @type {?} */
7124
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7125
+ /** @type {?} */
7126
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7127
+ /** @type {?} */
7128
+ RaBaseDashboardTemplate.prototype.appConfig;
7129
+ /** @type {?} */
7130
+ RaBaseDashboardTemplate.prototype.dashboardId;
7131
+ /** @type {?} */
7132
+ RaBaseDashboardTemplate.prototype.globalFilter;
7133
+ /** @type {?} */
7134
+ RaBaseDashboardTemplate.prototype.initialize;
7135
+ /**
7136
+ * @type {?}
7137
+ * @private
7138
+ */
7139
+ RaBaseDashboardTemplate.prototype.ngZone;
7140
+ /**
7141
+ * @abstract
7142
+ * @return {?}
7143
+ */
7144
+ RaBaseDashboardTemplate.prototype.init = function () { };
7145
+ }
6196
7146
 
6197
7147
  /**
6198
7148
  * @fileoverview added by tsickle
6199
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7149
+ * Generated from: lib/ra.base.dashboard.filter.ts
7150
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6200
7151
  */
6201
7152
  /**
6202
7153
  * @abstract
@@ -6250,16 +7201,53 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6250
7201
  clearAllData: [{ type: Input }]
6251
7202
  };
6252
7203
  return RaBaseDashboardFilter;
6253
- }());
7204
+ }());
7205
+ if (false) {
7206
+ /**
7207
+ * @type {?}
7208
+ * @private
7209
+ */
7210
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7211
+ /** @type {?} */
7212
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
7213
+ /** @type {?} */
7214
+ RaBaseDashboardFilter.prototype.isValidEntry;
7215
+ /** @type {?} */
7216
+ RaBaseDashboardFilter.prototype.clearAllData;
7217
+ /**
7218
+ * @abstract
7219
+ * @return {?}
7220
+ */
7221
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7222
+ /**
7223
+ * @abstract
7224
+ * @param {?} filter
7225
+ * @param {?} appConfig
7226
+ * @return {?}
7227
+ */
7228
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7229
+ /**
7230
+ * @abstract
7231
+ * @return {?}
7232
+ */
7233
+ RaBaseDashboardFilter.prototype.clearData = function () { };
7234
+ /**
7235
+ * @abstract
7236
+ * @return {?}
7237
+ */
7238
+ RaBaseDashboardFilter.prototype.isValid = function () { };
7239
+ }
6254
7240
 
6255
7241
  /**
6256
7242
  * @fileoverview added by tsickle
6257
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7243
+ * Generated from: public-api.ts
7244
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6258
7245
  */
6259
7246
 
6260
7247
  /**
6261
7248
  * @fileoverview added by tsickle
6262
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7249
+ * Generated from: schneideress-dashboardframework.ts
7250
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6263
7251
  */
6264
7252
 
6265
7253
  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 };