@schneideress/dashboardframework 0.0.106 → 0.0.108

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 +1210 -73
  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 +37 -7
  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 +43 -8
  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 +1084 -70
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1093 -74
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -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) {
@@ -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.isNotConfigured = false;
1062
1345
  this.lockVisible = false;
1063
1346
  this.renderer.listen('window', 'click', (/**
1064
1347
  * @param {?} e
@@ -1267,6 +1550,7 @@ var RAWidgetContainer = /** @class */ (function () {
1267
1550
  * @return {?}
1268
1551
  */
1269
1552
  function () {
1553
+ _this.setNotConfiguredState(widgetInfo);
1270
1554
  _this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, _this.data.widgetInfo.widgetName, false).then((/**
1271
1555
  * @return {?}
1272
1556
  */
@@ -1284,19 +1568,25 @@ var RAWidgetContainer = /** @class */ (function () {
1284
1568
  */
1285
1569
  function () { return __awaiter(_this, void 0, void 0, function () {
1286
1570
  var titleLineEnabled;
1287
- var _this = this;
1288
1571
  return __generator(this, function (_a) {
1289
1572
  switch (_a.label) {
1290
1573
  case 0:
1291
- this.widgetElement.addEventListener('on-data-load', (/**
1574
+ widgetContainer.widgetElement.addEventListener('on-data-load', (/**
1292
1575
  * @param {?} e
1293
1576
  * @return {?}
1294
1577
  */
1295
1578
  function (e) {
1296
1579
  if (e.detail)
1297
- _this.showPanel = true;
1580
+ widgetContainer.showPanel = true;
1298
1581
  else
1299
- _this.showPanel = false;
1582
+ widgetContainer.showPanel = false;
1583
+ }));
1584
+ widgetContainer.widgetElement.addEventListener('config-edit-clicked', (/**
1585
+ * @param {?} e
1586
+ * @return {?}
1587
+ */
1588
+ function (e) {
1589
+ widgetContainer.editWidget();
1300
1590
  }));
1301
1591
  titleLineEnabled = widgetContainer.widgetElement.titleLineEnabled();
1302
1592
  if (typeof (titleLineEnabled) != 'undefined') {
@@ -1328,6 +1618,29 @@ var RAWidgetContainer = /** @class */ (function () {
1328
1618
  });
1329
1619
  });
1330
1620
  };
1621
+ /**To set Default State for the widget when it is not configured */
1622
+ /**
1623
+ * To set Default State for the widget when it is not configured
1624
+ * @param {?} widgetInfo
1625
+ * @return {?}
1626
+ */
1627
+ RAWidgetContainer.prototype.setNotConfiguredState = /**
1628
+ * To set Default State for the widget when it is not configured
1629
+ * @param {?} widgetInfo
1630
+ * @return {?}
1631
+ */
1632
+ function (widgetInfo) {
1633
+ console.log('in set not configured state');
1634
+ console.log(widgetInfo);
1635
+ /**Temp commit, will be reading data from db to check whether it needs default state */
1636
+ if ((widgetInfo.widgetId == 870 || widgetInfo.widgetId == 864) && (widgetInfo.widgetConfigInfo.config == "" || typeof (JSON.parse(widgetInfo.widgetConfigInfo.config).length) == 'undefined')) {
1637
+ this.isNotConfigured = true;
1638
+ }
1639
+ else {
1640
+ this.isNotConfigured = false;
1641
+ }
1642
+ console.log(this.isNotConfigured);
1643
+ };
1331
1644
  /** To refresh widget on input config changes */
1332
1645
  /**
1333
1646
  * To refresh widget on input config changes
@@ -1345,6 +1658,7 @@ var RAWidgetContainer = /** @class */ (function () {
1345
1658
  return __generator(this, function (_a) {
1346
1659
  switch (_a.label) {
1347
1660
  case 0:
1661
+ this.setNotConfiguredState(widgetInfo);
1348
1662
  widgetContainerContext = this;
1349
1663
  widgetConfigFilter = (/** @type {?} */ ({
1350
1664
  config: widgetInfo.widgetConfigInfo.config,
@@ -1540,8 +1854,8 @@ var RAWidgetContainer = /** @class */ (function () {
1540
1854
  RAWidgetContainer.decorators = [
1541
1855
  { type: Component, args: [{
1542
1856
  selector: 'ra-widget-container',
1543
- template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\" >\r\n <div class=\"float-right\" style=\"display: flex;\" [ngClass]=\"{'lockInvisible': lockVisible}\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\" style=\"margin-right: -12px;\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
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}"]
1857
+ template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isNotConfigured}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;padding-right: 0px;\">\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 <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 class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-ellipsis-v\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n \r\n <div style=\"color: #9FA0A4;font-size: 12px;padding-top: 8px;padding-left: 12px;\">{{'Common.settings'|translate}}</div>\r\n \r\n <a style=\"padding-top: 10px;\" (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Common.edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Common.copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Common.move'|translate}}</span>\r\n </a>\r\n <a >\r\n <i style=\"padding-left: 4px;\" class=\"fal fa-angle-right\"></i>\r\n <span style=\"padding-left: 16px;\">{{'Common.visitpage'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\" style=\"padding-bottom: 9px;\">\r\n <span style=\"color: #9FA0A4;font-size: 12px;\">{{'Common.downloads'|translate}}</span>\r\n <a style=\"padding-top: 10px;\" (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'Common.png'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'Common.jpeg'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'Common.pdf'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'Common.svg'|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;color: red;\"></i>\r\n <span>{{'Common.delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div [hidden]=\"isNotConfigured\" 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 <div class=\"wc\" [hidden]=\"isNotConfigured\">\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n <div [hidden]=\"!isNotConfigured\" class=\"defaultConfig\">\r\n <div class=\"button\" (click)=\"editWidget()\">\r\n <span class=\"editIcon\"><i class=\"fal fa-edit\"></i></span><span class=\"text\">Configure Widget</span>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n",
1858
+ 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:#fff;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400;height:334px;width:122px}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.wc{height:100%}.defaultConfig{background:no-repeat padding-box #ededed;height:100%}.defaultConfig .button{width:25%;float:left;position:relative;top:46%;left:36%;height:34px;color:#fff;background:no-repeat padding-box #3dcd58}.defaultConfig .button span{position:relative;float:left;top:23%;height:50%}.defaultConfig .button .editIcon{width:20%;text-align:center}.defaultConfig .button .text{width:80%}.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{color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}.settingstyle{color:#9fa0a4;font-size:12px}@-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
1859
  }] }
1546
1860
  ];
1547
1861
  /** @nocollapse */
@@ -1570,11 +1884,120 @@ var RAWidgetContainer = /** @class */ (function () {
1570
1884
  setResized: [{ type: Input, args: ['dom-resized',] }]
1571
1885
  };
1572
1886
  return RAWidgetContainer;
1573
- }());
1887
+ }());
1888
+ if (false) {
1889
+ /** @type {?} */
1890
+ RAWidgetContainer.prototype.showPanel;
1891
+ /**
1892
+ * @type {?}
1893
+ * @private
1894
+ */
1895
+ RAWidgetContainer.prototype.isWidgetLoaded;
1896
+ /**
1897
+ * @type {?}
1898
+ * @private
1899
+ */
1900
+ RAWidgetContainer.prototype.widgetElement;
1901
+ /**
1902
+ * @type {?}
1903
+ * @private
1904
+ */
1905
+ RAWidgetContainer.prototype.configChanged;
1906
+ /**
1907
+ * @type {?}
1908
+ * @private
1909
+ */
1910
+ RAWidgetContainer.prototype.isIEOrEdge;
1911
+ /** @type {?} */
1912
+ RAWidgetContainer.prototype.widgetHeight;
1913
+ /** @type {?} */
1914
+ RAWidgetContainer.prototype.lockClass;
1915
+ /** @type {?} */
1916
+ RAWidgetContainer.prototype.lockStatus;
1917
+ /** @type {?} */
1918
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1919
+ /** @type {?} */
1920
+ RAWidgetContainer.prototype.dropDownShown;
1921
+ /** @type {?} */
1922
+ RAWidgetContainer.prototype.isDownloadChartVisible;
1923
+ /** @type {?} */
1924
+ RAWidgetContainer.prototype.downloadIconType;
1925
+ /** @type {?} */
1926
+ RAWidgetContainer.prototype.enableTitleLine;
1927
+ /** @type {?} */
1928
+ RAWidgetContainer.prototype.toolTipValue;
1929
+ /** @type {?} */
1930
+ RAWidgetContainer.prototype.toolTipWidth;
1931
+ /** @type {?} */
1932
+ RAWidgetContainer.prototype.ctlWidget;
1933
+ /** @type {?} */
1934
+ RAWidgetContainer.prototype.widgetDropdown;
1935
+ /** @type {?} */
1936
+ RAWidgetContainer.prototype.widgetDownload;
1937
+ /** @type {?} */
1938
+ RAWidgetContainer.prototype.searchInput;
1939
+ /** @type {?} */
1940
+ RAWidgetContainer.prototype.widgetInstanceId;
1941
+ /** @type {?} */
1942
+ RAWidgetContainer.prototype.globalFilter;
1943
+ /** @type {?} */
1944
+ RAWidgetContainer.prototype.data;
1945
+ /** @type {?} */
1946
+ RAWidgetContainer.prototype.raDashboardEventBus;
1947
+ /** @type {?} */
1948
+ RAWidgetContainer.prototype.appConfig;
1949
+ /** @type {?} */
1950
+ RAWidgetContainer.prototype.width;
1951
+ /** @type {?} */
1952
+ RAWidgetContainer.prototype.height;
1953
+ /** @type {?} */
1954
+ RAWidgetContainer.prototype.gridCellHeight;
1955
+ /** @type {?} */
1956
+ RAWidgetContainer.prototype.widgetDeleted;
1957
+ /** @type {?} */
1958
+ RAWidgetContainer.prototype.lockTitle;
1959
+ /** @type {?} */
1960
+ RAWidgetContainer.prototype.isNotConfigured;
1961
+ /** @type {?} */
1962
+ RAWidgetContainer.prototype.domResized;
1963
+ /** @type {?} */
1964
+ RAWidgetContainer.prototype.lockVisible;
1965
+ /**
1966
+ * @type {?}
1967
+ * @private
1968
+ */
1969
+ RAWidgetContainer.prototype.dashboardService;
1970
+ /**
1971
+ * @type {?}
1972
+ * @private
1973
+ */
1974
+ RAWidgetContainer.prototype.ngxService;
1975
+ /**
1976
+ * @type {?}
1977
+ * @private
1978
+ */
1979
+ RAWidgetContainer.prototype.translateService;
1980
+ /**
1981
+ * @type {?}
1982
+ * @private
1983
+ */
1984
+ RAWidgetContainer.prototype.ngZone;
1985
+ /**
1986
+ * @type {?}
1987
+ * @private
1988
+ */
1989
+ RAWidgetContainer.prototype.notifier;
1990
+ /**
1991
+ * @type {?}
1992
+ * @private
1993
+ */
1994
+ RAWidgetContainer.prototype.renderer;
1995
+ }
1574
1996
 
1575
1997
  /**
1576
1998
  * @fileoverview added by tsickle
1577
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1999
+ * Generated from: lib/custom.notifier.options.ts
2000
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1578
2001
  */
1579
2002
  /** @type {?} */
1580
2003
  var customNotifierOptions = {
@@ -1620,7 +2043,8 @@ var customNotifierOptions = {
1620
2043
 
1621
2044
  /**
1622
2045
  * @fileoverview added by tsickle
1623
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2046
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
2047
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1624
2048
  */
1625
2049
  /** @type {?} */
1626
2050
  var GridsterConfigService = {
@@ -1798,7 +2222,8 @@ var GridsterConfigService = {
1798
2222
 
1799
2223
  /**
1800
2224
  * @fileoverview added by tsickle
1801
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2225
+ * Generated from: gridster/lib/gridsterUtils.service.ts
2226
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1802
2227
  */
1803
2228
  var GridsterUtils = /** @class */ (function () {
1804
2229
  function GridsterUtils() {
@@ -1973,7 +2398,8 @@ var GridsterUtils = /** @class */ (function () {
1973
2398
 
1974
2399
  /**
1975
2400
  * @fileoverview added by tsickle
1976
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2401
+ * Generated from: gridster/lib/gridster.interface.ts
2402
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1977
2403
  */
1978
2404
  /**
1979
2405
  * @abstract
@@ -1985,11 +2411,86 @@ GridsterComponentInterface = /** @class */ (function () {
1985
2411
  function GridsterComponentInterface() {
1986
2412
  }
1987
2413
  return GridsterComponentInterface;
1988
- }());
2414
+ }());
2415
+ if (false) {
2416
+ /** @type {?} */
2417
+ GridsterComponentInterface.prototype.$options;
2418
+ /** @type {?} */
2419
+ GridsterComponentInterface.prototype.grid;
2420
+ /** @type {?} */
2421
+ GridsterComponentInterface.prototype.checkCollision;
2422
+ /** @type {?} */
2423
+ GridsterComponentInterface.prototype.positionXToPixels;
2424
+ /** @type {?} */
2425
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2426
+ /** @type {?} */
2427
+ GridsterComponentInterface.prototype.positionYToPixels;
2428
+ /** @type {?} */
2429
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2430
+ /** @type {?} */
2431
+ GridsterComponentInterface.prototype.findItemWithItem;
2432
+ /** @type {?} */
2433
+ GridsterComponentInterface.prototype.findItemsWithItem;
2434
+ /** @type {?} */
2435
+ GridsterComponentInterface.prototype.checkGridCollision;
2436
+ /** @type {?} */
2437
+ GridsterComponentInterface.prototype.el;
2438
+ /** @type {?} */
2439
+ GridsterComponentInterface.prototype.renderer;
2440
+ /** @type {?} */
2441
+ GridsterComponentInterface.prototype.gridRenderer;
2442
+ /** @type {?} */
2443
+ GridsterComponentInterface.prototype.cdRef;
2444
+ /** @type {?} */
2445
+ GridsterComponentInterface.prototype.options;
2446
+ /** @type {?} */
2447
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2448
+ /** @type {?} */
2449
+ GridsterComponentInterface.prototype.updateGrid;
2450
+ /** @type {?} */
2451
+ GridsterComponentInterface.prototype.movingItem;
2452
+ /** @type {?} */
2453
+ GridsterComponentInterface.prototype.addItem;
2454
+ /** @type {?} */
2455
+ GridsterComponentInterface.prototype.removeItem;
2456
+ /** @type {?} */
2457
+ GridsterComponentInterface.prototype.previewStyle;
2458
+ /** @type {?} */
2459
+ GridsterComponentInterface.prototype.mobile;
2460
+ /** @type {?} */
2461
+ GridsterComponentInterface.prototype.curWidth;
2462
+ /** @type {?} */
2463
+ GridsterComponentInterface.prototype.curHeight;
2464
+ /** @type {?} */
2465
+ GridsterComponentInterface.prototype.columns;
2466
+ /** @type {?} */
2467
+ GridsterComponentInterface.prototype.rows;
2468
+ /** @type {?} */
2469
+ GridsterComponentInterface.prototype.curColWidth;
2470
+ /** @type {?} */
2471
+ GridsterComponentInterface.prototype.curRowHeight;
2472
+ /** @type {?} */
2473
+ GridsterComponentInterface.prototype.windowResize;
2474
+ /** @type {?} */
2475
+ GridsterComponentInterface.prototype.setGridDimensions;
2476
+ /** @type {?} */
2477
+ GridsterComponentInterface.prototype.dragInProgress;
2478
+ /** @type {?} */
2479
+ GridsterComponentInterface.prototype.emptyCell;
2480
+ /** @type {?} */
2481
+ GridsterComponentInterface.prototype.compact;
2482
+ /** @type {?} */
2483
+ GridsterComponentInterface.prototype.zone;
2484
+ /** @type {?} */
2485
+ GridsterComponentInterface.prototype.gridRows;
2486
+ /** @type {?} */
2487
+ GridsterComponentInterface.prototype.gridColumns;
2488
+ }
1989
2489
 
1990
2490
  /**
1991
2491
  * @fileoverview added by tsickle
1992
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2492
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2493
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1993
2494
  */
1994
2495
  var GridsterEmptyCell = /** @class */ (function () {
1995
2496
  function GridsterEmptyCell(gridster) {
@@ -2306,11 +2807,45 @@ var GridsterEmptyCell = /** @class */ (function () {
2306
2807
  { type: GridsterComponentInterface }
2307
2808
  ]; };
2308
2809
  return GridsterEmptyCell;
2309
- }());
2810
+ }());
2811
+ if (false) {
2812
+ /** @type {?} */
2813
+ GridsterEmptyCell.prototype.initialItem;
2814
+ /** @type {?} */
2815
+ GridsterEmptyCell.prototype.emptyCellClick;
2816
+ /** @type {?} */
2817
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2818
+ /** @type {?} */
2819
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2820
+ /** @type {?} */
2821
+ GridsterEmptyCell.prototype.emptyCellDrop;
2822
+ /** @type {?} */
2823
+ GridsterEmptyCell.prototype.emptyCellDrag;
2824
+ /** @type {?} */
2825
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2826
+ /** @type {?} */
2827
+ GridsterEmptyCell.prototype.emptyCellMMove;
2828
+ /** @type {?} */
2829
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2830
+ /** @type {?} */
2831
+ GridsterEmptyCell.prototype.emptyCellUp;
2832
+ /** @type {?} */
2833
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2834
+ /** @type {?} */
2835
+ GridsterEmptyCell.prototype.emptyCellMove;
2836
+ /** @type {?} */
2837
+ GridsterEmptyCell.prototype.emptyCellExit;
2838
+ /**
2839
+ * @type {?}
2840
+ * @private
2841
+ */
2842
+ GridsterEmptyCell.prototype.gridster;
2843
+ }
2310
2844
 
2311
2845
  /**
2312
2846
  * @fileoverview added by tsickle
2313
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2847
+ * Generated from: gridster/lib/gridsterCompact.service.ts
2848
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2314
2849
  */
2315
2850
  var GridsterCompact = /** @class */ (function () {
2316
2851
  function GridsterCompact(gridster) {
@@ -2548,11 +3083,19 @@ var GridsterCompact = /** @class */ (function () {
2548
3083
  { type: GridsterComponentInterface }
2549
3084
  ]; };
2550
3085
  return GridsterCompact;
2551
- }());
3086
+ }());
3087
+ if (false) {
3088
+ /**
3089
+ * @type {?}
3090
+ * @private
3091
+ */
3092
+ GridsterCompact.prototype.gridster;
3093
+ }
2552
3094
 
2553
3095
  /**
2554
3096
  * @fileoverview added by tsickle
2555
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3097
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
3098
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2556
3099
  */
2557
3100
  var GridsterRenderer = /** @class */ (function () {
2558
3101
  function GridsterRenderer(gridster) {
@@ -2859,11 +3402,19 @@ var GridsterRenderer = /** @class */ (function () {
2859
3402
  { type: GridsterComponentInterface }
2860
3403
  ]; };
2861
3404
  return GridsterRenderer;
2862
- }());
3405
+ }());
3406
+ if (false) {
3407
+ /**
3408
+ * @type {?}
3409
+ * @private
3410
+ */
3411
+ GridsterRenderer.prototype.gridster;
3412
+ }
2863
3413
 
2864
3414
  /**
2865
3415
  * @fileoverview added by tsickle
2866
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3416
+ * Generated from: gridster/lib/gridster.component.ts
3417
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2867
3418
  */
2868
3419
  var GridsterComponent = /** @class */ (function () {
2869
3420
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3018,6 +3569,17 @@ var GridsterComponent = /** @class */ (function () {
3018
3569
  if (this.options.destroyCallback) {
3019
3570
  this.options.destroyCallback(this);
3020
3571
  }
3572
+ //if (this.options.api) {
3573
+ /* this.options.api getting undefined for new dashboard load- temp fix
3574
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3575
+ * ondestroy of current this.options.api instance - needs to investigate further
3576
+ */
3577
+ if (false) {
3578
+ this.options.api.resize = undefined;
3579
+ this.options.api.optionsChanged = undefined;
3580
+ this.options.api.getNextPossiblePosition = undefined;
3581
+ this.options.api = undefined;
3582
+ }
3021
3583
  this.emptyCell.destroy();
3022
3584
  delete this.emptyCell;
3023
3585
  this.compact.destroy();
@@ -3594,11 +4156,62 @@ var GridsterComponent = /** @class */ (function () {
3594
4156
  options: [{ type: Input }]
3595
4157
  };
3596
4158
  return GridsterComponent;
3597
- }());
4159
+ }());
4160
+ if (false) {
4161
+ /** @type {?} */
4162
+ GridsterComponent.prototype.options;
4163
+ /** @type {?} */
4164
+ GridsterComponent.prototype.calculateLayoutDebounce;
4165
+ /** @type {?} */
4166
+ GridsterComponent.prototype.movingItem;
4167
+ /** @type {?} */
4168
+ GridsterComponent.prototype.previewStyle;
4169
+ /** @type {?} */
4170
+ GridsterComponent.prototype.el;
4171
+ /** @type {?} */
4172
+ GridsterComponent.prototype.$options;
4173
+ /** @type {?} */
4174
+ GridsterComponent.prototype.mobile;
4175
+ /** @type {?} */
4176
+ GridsterComponent.prototype.curWidth;
4177
+ /** @type {?} */
4178
+ GridsterComponent.prototype.curHeight;
4179
+ /** @type {?} */
4180
+ GridsterComponent.prototype.grid;
4181
+ /** @type {?} */
4182
+ GridsterComponent.prototype.columns;
4183
+ /** @type {?} */
4184
+ GridsterComponent.prototype.rows;
4185
+ /** @type {?} */
4186
+ GridsterComponent.prototype.curColWidth;
4187
+ /** @type {?} */
4188
+ GridsterComponent.prototype.curRowHeight;
4189
+ /** @type {?} */
4190
+ GridsterComponent.prototype.gridColumns;
4191
+ /** @type {?} */
4192
+ GridsterComponent.prototype.gridRows;
4193
+ /** @type {?} */
4194
+ GridsterComponent.prototype.windowResize;
4195
+ /** @type {?} */
4196
+ GridsterComponent.prototype.dragInProgress;
4197
+ /** @type {?} */
4198
+ GridsterComponent.prototype.emptyCell;
4199
+ /** @type {?} */
4200
+ GridsterComponent.prototype.compact;
4201
+ /** @type {?} */
4202
+ GridsterComponent.prototype.gridRenderer;
4203
+ /** @type {?} */
4204
+ GridsterComponent.prototype.renderer;
4205
+ /** @type {?} */
4206
+ GridsterComponent.prototype.cdRef;
4207
+ /** @type {?} */
4208
+ GridsterComponent.prototype.zone;
4209
+ }
3598
4210
 
3599
4211
  /**
3600
4212
  * @fileoverview added by tsickle
3601
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4213
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
4214
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3602
4215
  */
3603
4216
  /**
3604
4217
  * @abstract
@@ -3610,11 +4223,50 @@ GridsterItemComponentInterface = /** @class */ (function () {
3610
4223
  function GridsterItemComponentInterface() {
3611
4224
  }
3612
4225
  return GridsterItemComponentInterface;
3613
- }());
4226
+ }());
4227
+ if (false) {
4228
+ /** @type {?} */
4229
+ GridsterItemComponentInterface.prototype.item;
4230
+ /** @type {?} */
4231
+ GridsterItemComponentInterface.prototype.$item;
4232
+ /** @type {?} */
4233
+ GridsterItemComponentInterface.prototype.top;
4234
+ /** @type {?} */
4235
+ GridsterItemComponentInterface.prototype.left;
4236
+ /** @type {?} */
4237
+ GridsterItemComponentInterface.prototype.width;
4238
+ /** @type {?} */
4239
+ GridsterItemComponentInterface.prototype.height;
4240
+ /** @type {?} */
4241
+ GridsterItemComponentInterface.prototype.drag;
4242
+ /** @type {?} */
4243
+ GridsterItemComponentInterface.prototype.resize;
4244
+ /** @type {?} */
4245
+ GridsterItemComponentInterface.prototype.notPlaced;
4246
+ /** @type {?} */
4247
+ GridsterItemComponentInterface.prototype.updateOptions;
4248
+ /** @type {?} */
4249
+ GridsterItemComponentInterface.prototype.itemChanged;
4250
+ /** @type {?} */
4251
+ GridsterItemComponentInterface.prototype.setSize;
4252
+ /** @type {?} */
4253
+ GridsterItemComponentInterface.prototype.checkItemChanges;
4254
+ /** @type {?} */
4255
+ GridsterItemComponentInterface.prototype.canBeDragged;
4256
+ /** @type {?} */
4257
+ GridsterItemComponentInterface.prototype.canBeResized;
4258
+ /** @type {?} */
4259
+ GridsterItemComponentInterface.prototype.el;
4260
+ /** @type {?} */
4261
+ GridsterItemComponentInterface.prototype.gridster;
4262
+ /** @type {?} */
4263
+ GridsterItemComponentInterface.prototype.renderer;
4264
+ }
3614
4265
 
3615
4266
  /**
3616
4267
  * @fileoverview added by tsickle
3617
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4268
+ * Generated from: gridster/lib/gridsterSwap.service.ts
4269
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3618
4270
  */
3619
4271
  var GridsterSwap = /** @class */ (function () {
3620
4272
  function GridsterSwap(gridsterItem) {
@@ -3742,11 +4394,29 @@ var GridsterSwap = /** @class */ (function () {
3742
4394
  { type: GridsterItemComponentInterface }
3743
4395
  ]; };
3744
4396
  return GridsterSwap;
3745
- }());
4397
+ }());
4398
+ if (false) {
4399
+ /**
4400
+ * @type {?}
4401
+ * @private
4402
+ */
4403
+ GridsterSwap.prototype.swapedItem;
4404
+ /**
4405
+ * @type {?}
4406
+ * @private
4407
+ */
4408
+ GridsterSwap.prototype.gridsterItem;
4409
+ /**
4410
+ * @type {?}
4411
+ * @private
4412
+ */
4413
+ GridsterSwap.prototype.gridster;
4414
+ }
3746
4415
 
3747
4416
  /**
3748
4417
  * @fileoverview added by tsickle
3749
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4418
+ * Generated from: gridster/lib/gridsterScroll.service.ts
4419
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3750
4420
  */
3751
4421
  /** @type {?} */
3752
4422
  var scrollSensitivity;
@@ -3941,7 +4611,8 @@ function cancelN() {
3941
4611
 
3942
4612
  /**
3943
4613
  * @fileoverview added by tsickle
3944
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4614
+ * Generated from: gridster/lib/gridsterPush.service.ts
4615
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3945
4616
  */
3946
4617
  var GridsterPush = /** @class */ (function () {
3947
4618
  function GridsterPush(gridsterItem) {
@@ -4431,11 +5102,62 @@ var GridsterPush = /** @class */ (function () {
4431
5102
  { type: GridsterItemComponentInterface }
4432
5103
  ]; };
4433
5104
  return GridsterPush;
4434
- }());
5105
+ }());
5106
+ if (false) {
5107
+ /** @type {?} */
5108
+ GridsterPush.prototype.fromSouth;
5109
+ /** @type {?} */
5110
+ GridsterPush.prototype.fromNorth;
5111
+ /** @type {?} */
5112
+ GridsterPush.prototype.fromEast;
5113
+ /** @type {?} */
5114
+ GridsterPush.prototype.fromWest;
5115
+ /**
5116
+ * @type {?}
5117
+ * @private
5118
+ */
5119
+ GridsterPush.prototype.pushedItems;
5120
+ /**
5121
+ * @type {?}
5122
+ * @private
5123
+ */
5124
+ GridsterPush.prototype.pushedItemsTemp;
5125
+ /**
5126
+ * @type {?}
5127
+ * @private
5128
+ */
5129
+ GridsterPush.prototype.pushedItemsTempPath;
5130
+ /**
5131
+ * @type {?}
5132
+ * @private
5133
+ */
5134
+ GridsterPush.prototype.pushedItemsPath;
5135
+ /**
5136
+ * @type {?}
5137
+ * @private
5138
+ */
5139
+ GridsterPush.prototype.gridsterItem;
5140
+ /**
5141
+ * @type {?}
5142
+ * @private
5143
+ */
5144
+ GridsterPush.prototype.gridster;
5145
+ /**
5146
+ * @type {?}
5147
+ * @private
5148
+ */
5149
+ GridsterPush.prototype.pushedItemsOrder;
5150
+ /**
5151
+ * @type {?}
5152
+ * @private
5153
+ */
5154
+ GridsterPush.prototype.tryPattern;
5155
+ }
4435
5156
 
4436
5157
  /**
4437
5158
  * @fileoverview added by tsickle
4438
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5159
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
5160
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4439
5161
  */
4440
5162
  var GridsterDraggable = /** @class */ (function () {
4441
5163
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -4739,6 +5461,10 @@ var GridsterDraggable = /** @class */ (function () {
4739
5461
  this.gridsterItem.$item.cols = itemColsbackup;
4740
5462
  this.gridsterItem.$item.rows = itemRowsbackup;
4741
5463
  }
5464
+ else {
5465
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5466
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5467
+ }
4742
5468
  return this.gridsterItem.$item;
4743
5469
  };
4744
5470
  /**
@@ -4895,11 +5621,85 @@ var GridsterDraggable = /** @class */ (function () {
4895
5621
  { type: NgZone }
4896
5622
  ]; };
4897
5623
  return GridsterDraggable;
4898
- }());
5624
+ }());
5625
+ if (false) {
5626
+ /** @type {?} */
5627
+ GridsterDraggable.prototype.gridsterItem;
5628
+ /** @type {?} */
5629
+ GridsterDraggable.prototype.gridster;
5630
+ /** @type {?} */
5631
+ GridsterDraggable.prototype.lastMouse;
5632
+ /** @type {?} */
5633
+ GridsterDraggable.prototype.offsetLeft;
5634
+ /** @type {?} */
5635
+ GridsterDraggable.prototype.offsetTop;
5636
+ /** @type {?} */
5637
+ GridsterDraggable.prototype.margin;
5638
+ /** @type {?} */
5639
+ GridsterDraggable.prototype.diffTop;
5640
+ /** @type {?} */
5641
+ GridsterDraggable.prototype.diffLeft;
5642
+ /** @type {?} */
5643
+ GridsterDraggable.prototype.top;
5644
+ /** @type {?} */
5645
+ GridsterDraggable.prototype.left;
5646
+ /** @type {?} */
5647
+ GridsterDraggable.prototype.height;
5648
+ /** @type {?} */
5649
+ GridsterDraggable.prototype.width;
5650
+ /** @type {?} */
5651
+ GridsterDraggable.prototype.positionX;
5652
+ /** @type {?} */
5653
+ GridsterDraggable.prototype.positionY;
5654
+ /** @type {?} */
5655
+ GridsterDraggable.prototype.positionXBackup;
5656
+ /** @type {?} */
5657
+ GridsterDraggable.prototype.positionYBackup;
5658
+ /** @type {?} */
5659
+ GridsterDraggable.prototype.enabled;
5660
+ /** @type {?} */
5661
+ GridsterDraggable.prototype.dragStartFunction;
5662
+ /** @type {?} */
5663
+ GridsterDraggable.prototype.dragFunction;
5664
+ /** @type {?} */
5665
+ GridsterDraggable.prototype.dragStopFunction;
5666
+ /** @type {?} */
5667
+ GridsterDraggable.prototype.mousemove;
5668
+ /** @type {?} */
5669
+ GridsterDraggable.prototype.mouseup;
5670
+ /** @type {?} */
5671
+ GridsterDraggable.prototype.mouseleave;
5672
+ /** @type {?} */
5673
+ GridsterDraggable.prototype.cancelOnBlur;
5674
+ /** @type {?} */
5675
+ GridsterDraggable.prototype.touchmove;
5676
+ /** @type {?} */
5677
+ GridsterDraggable.prototype.touchend;
5678
+ /** @type {?} */
5679
+ GridsterDraggable.prototype.touchcancel;
5680
+ /** @type {?} */
5681
+ GridsterDraggable.prototype.mousedown;
5682
+ /** @type {?} */
5683
+ GridsterDraggable.prototype.touchstart;
5684
+ /** @type {?} */
5685
+ GridsterDraggable.prototype.push;
5686
+ /** @type {?} */
5687
+ GridsterDraggable.prototype.swap;
5688
+ /** @type {?} */
5689
+ GridsterDraggable.prototype.path;
5690
+ /** @type {?} */
5691
+ GridsterDraggable.prototype.collision;
5692
+ /**
5693
+ * @type {?}
5694
+ * @private
5695
+ */
5696
+ GridsterDraggable.prototype.zone;
5697
+ }
4899
5698
 
4900
5699
  /**
4901
5700
  * @fileoverview added by tsickle
4902
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5701
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
5702
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4903
5703
  */
4904
5704
  var GridsterPushResize = /** @class */ (function () {
4905
5705
  function GridsterPushResize(gridsterItem) {
@@ -5279,11 +6079,47 @@ var GridsterPushResize = /** @class */ (function () {
5279
6079
  { type: GridsterItemComponentInterface }
5280
6080
  ]; };
5281
6081
  return GridsterPushResize;
5282
- }());
6082
+ }());
6083
+ if (false) {
6084
+ /** @type {?} */
6085
+ GridsterPushResize.prototype.fromSouth;
6086
+ /** @type {?} */
6087
+ GridsterPushResize.prototype.fromNorth;
6088
+ /** @type {?} */
6089
+ GridsterPushResize.prototype.fromEast;
6090
+ /** @type {?} */
6091
+ GridsterPushResize.prototype.fromWest;
6092
+ /**
6093
+ * @type {?}
6094
+ * @private
6095
+ */
6096
+ GridsterPushResize.prototype.pushedItems;
6097
+ /**
6098
+ * @type {?}
6099
+ * @private
6100
+ */
6101
+ GridsterPushResize.prototype.pushedItemsPath;
6102
+ /**
6103
+ * @type {?}
6104
+ * @private
6105
+ */
6106
+ GridsterPushResize.prototype.gridsterItem;
6107
+ /**
6108
+ * @type {?}
6109
+ * @private
6110
+ */
6111
+ GridsterPushResize.prototype.gridster;
6112
+ /**
6113
+ * @type {?}
6114
+ * @private
6115
+ */
6116
+ GridsterPushResize.prototype.tryPattern;
6117
+ }
5283
6118
 
5284
6119
  /**
5285
6120
  * @fileoverview added by tsickle
5286
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6121
+ * Generated from: gridster/lib/gridsterResizable.service.ts
6122
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5287
6123
  */
5288
6124
  var GridsterResizable = /** @class */ (function () {
5289
6125
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -5825,11 +6661,87 @@ var GridsterResizable = /** @class */ (function () {
5825
6661
  { type: NgZone }
5826
6662
  ]; };
5827
6663
  return GridsterResizable;
5828
- }());
6664
+ }());
6665
+ if (false) {
6666
+ /** @type {?} */
6667
+ GridsterResizable.prototype.gridsterItem;
6668
+ /** @type {?} */
6669
+ GridsterResizable.prototype.gridster;
6670
+ /** @type {?} */
6671
+ GridsterResizable.prototype.lastMouse;
6672
+ /** @type {?} */
6673
+ GridsterResizable.prototype.itemBackup;
6674
+ /** @type {?} */
6675
+ GridsterResizable.prototype.resizeEventScrollType;
6676
+ /** @type {?} */
6677
+ GridsterResizable.prototype.directionFunction;
6678
+ /** @type {?} */
6679
+ GridsterResizable.prototype.dragFunction;
6680
+ /** @type {?} */
6681
+ GridsterResizable.prototype.dragStopFunction;
6682
+ /** @type {?} */
6683
+ GridsterResizable.prototype.resizeEnabled;
6684
+ /** @type {?} */
6685
+ GridsterResizable.prototype.mousemove;
6686
+ /** @type {?} */
6687
+ GridsterResizable.prototype.mouseup;
6688
+ /** @type {?} */
6689
+ GridsterResizable.prototype.mouseleave;
6690
+ /** @type {?} */
6691
+ GridsterResizable.prototype.cancelOnBlur;
6692
+ /** @type {?} */
6693
+ GridsterResizable.prototype.touchmove;
6694
+ /** @type {?} */
6695
+ GridsterResizable.prototype.touchend;
6696
+ /** @type {?} */
6697
+ GridsterResizable.prototype.touchcancel;
6698
+ /** @type {?} */
6699
+ GridsterResizable.prototype.push;
6700
+ /** @type {?} */
6701
+ GridsterResizable.prototype.pushResize;
6702
+ /** @type {?} */
6703
+ GridsterResizable.prototype.minHeight;
6704
+ /** @type {?} */
6705
+ GridsterResizable.prototype.minWidth;
6706
+ /** @type {?} */
6707
+ GridsterResizable.prototype.offsetTop;
6708
+ /** @type {?} */
6709
+ GridsterResizable.prototype.offsetLeft;
6710
+ /** @type {?} */
6711
+ GridsterResizable.prototype.diffTop;
6712
+ /** @type {?} */
6713
+ GridsterResizable.prototype.diffLeft;
6714
+ /** @type {?} */
6715
+ GridsterResizable.prototype.diffRight;
6716
+ /** @type {?} */
6717
+ GridsterResizable.prototype.diffBottom;
6718
+ /** @type {?} */
6719
+ GridsterResizable.prototype.margin;
6720
+ /** @type {?} */
6721
+ GridsterResizable.prototype.top;
6722
+ /** @type {?} */
6723
+ GridsterResizable.prototype.left;
6724
+ /** @type {?} */
6725
+ GridsterResizable.prototype.bottom;
6726
+ /** @type {?} */
6727
+ GridsterResizable.prototype.right;
6728
+ /** @type {?} */
6729
+ GridsterResizable.prototype.width;
6730
+ /** @type {?} */
6731
+ GridsterResizable.prototype.height;
6732
+ /** @type {?} */
6733
+ GridsterResizable.prototype.newPosition;
6734
+ /**
6735
+ * @type {?}
6736
+ * @private
6737
+ */
6738
+ GridsterResizable.prototype.zone;
6739
+ }
5829
6740
 
5830
6741
  /**
5831
6742
  * @fileoverview added by tsickle
5832
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6743
+ * Generated from: gridster/lib/gridsterItem.component.ts
6744
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5833
6745
  */
5834
6746
  var GridsterItemComponent = /** @class */ (function () {
5835
6747
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6024,11 +6936,45 @@ var GridsterItemComponent = /** @class */ (function () {
6024
6936
  item: [{ type: Input }]
6025
6937
  };
6026
6938
  return GridsterItemComponent;
6027
- }());
6939
+ }());
6940
+ if (false) {
6941
+ /** @type {?} */
6942
+ GridsterItemComponent.prototype.item;
6943
+ /** @type {?} */
6944
+ GridsterItemComponent.prototype.$item;
6945
+ /** @type {?} */
6946
+ GridsterItemComponent.prototype.el;
6947
+ /** @type {?} */
6948
+ GridsterItemComponent.prototype.gridster;
6949
+ /** @type {?} */
6950
+ GridsterItemComponent.prototype.top;
6951
+ /** @type {?} */
6952
+ GridsterItemComponent.prototype.left;
6953
+ /** @type {?} */
6954
+ GridsterItemComponent.prototype.width;
6955
+ /** @type {?} */
6956
+ GridsterItemComponent.prototype.height;
6957
+ /** @type {?} */
6958
+ GridsterItemComponent.prototype.drag;
6959
+ /** @type {?} */
6960
+ GridsterItemComponent.prototype.resize;
6961
+ /** @type {?} */
6962
+ GridsterItemComponent.prototype.notPlaced;
6963
+ /** @type {?} */
6964
+ GridsterItemComponent.prototype.init;
6965
+ /** @type {?} */
6966
+ GridsterItemComponent.prototype.renderer;
6967
+ /**
6968
+ * @type {?}
6969
+ * @private
6970
+ */
6971
+ GridsterItemComponent.prototype.zone;
6972
+ }
6028
6973
 
6029
6974
  /**
6030
6975
  * @fileoverview added by tsickle
6031
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6976
+ * Generated from: gridster/lib/gridsterPreview.component.ts
6977
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6032
6978
  */
6033
6979
  var GridsterPreviewComponent = /** @class */ (function () {
6034
6980
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6083,11 +7029,20 @@ var GridsterPreviewComponent = /** @class */ (function () {
6083
7029
  { type: Renderer2 }
6084
7030
  ]; };
6085
7031
  return GridsterPreviewComponent;
6086
- }());
7032
+ }());
7033
+ if (false) {
7034
+ /** @type {?} */
7035
+ GridsterPreviewComponent.prototype.el;
7036
+ /** @type {?} */
7037
+ GridsterPreviewComponent.prototype.gridster;
7038
+ /** @type {?} */
7039
+ GridsterPreviewComponent.prototype.renderer;
7040
+ }
6087
7041
 
6088
7042
  /**
6089
7043
  * @fileoverview added by tsickle
6090
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7044
+ * Generated from: gridster/lib/gridster.module.ts
7045
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6091
7046
  */
6092
7047
  var GridsterModule = /** @class */ (function () {
6093
7048
  function GridsterModule() {
@@ -6112,7 +7067,8 @@ var GridsterModule = /** @class */ (function () {
6112
7067
 
6113
7068
  /**
6114
7069
  * @fileoverview added by tsickle
6115
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7070
+ * Generated from: lib/ra.dashboard.module.ts
7071
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6116
7072
  */
6117
7073
  /** @type {?} */
6118
7074
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6153,7 +7109,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
6153
7109
 
6154
7110
  /**
6155
7111
  * @fileoverview added by tsickle
6156
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7112
+ * Generated from: lib/ra.base.dashboard.template.ts
7113
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6157
7114
  */
6158
7115
  /**
6159
7116
  * @abstract
@@ -6197,11 +7154,36 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6197
7154
  initialize: [{ type: Input }]
6198
7155
  };
6199
7156
  return RaBaseDashboardTemplate;
6200
- }());
7157
+ }());
7158
+ if (false) {
7159
+ /** @type {?} */
7160
+ RaBaseDashboardTemplate.prototype.userDashboardId;
7161
+ /** @type {?} */
7162
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
7163
+ /** @type {?} */
7164
+ RaBaseDashboardTemplate.prototype.appConfig;
7165
+ /** @type {?} */
7166
+ RaBaseDashboardTemplate.prototype.dashboardId;
7167
+ /** @type {?} */
7168
+ RaBaseDashboardTemplate.prototype.globalFilter;
7169
+ /** @type {?} */
7170
+ RaBaseDashboardTemplate.prototype.initialize;
7171
+ /**
7172
+ * @type {?}
7173
+ * @private
7174
+ */
7175
+ RaBaseDashboardTemplate.prototype.ngZone;
7176
+ /**
7177
+ * @abstract
7178
+ * @return {?}
7179
+ */
7180
+ RaBaseDashboardTemplate.prototype.init = function () { };
7181
+ }
6201
7182
 
6202
7183
  /**
6203
7184
  * @fileoverview added by tsickle
6204
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7185
+ * Generated from: lib/ra.base.dashboard.filter.ts
7186
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6205
7187
  */
6206
7188
  /**
6207
7189
  * @abstract
@@ -6255,16 +7237,53 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6255
7237
  clearAllData: [{ type: Input }]
6256
7238
  };
6257
7239
  return RaBaseDashboardFilter;
6258
- }());
7240
+ }());
7241
+ if (false) {
7242
+ /**
7243
+ * @type {?}
7244
+ * @private
7245
+ */
7246
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
7247
+ /** @type {?} */
7248
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
7249
+ /** @type {?} */
7250
+ RaBaseDashboardFilter.prototype.isValidEntry;
7251
+ /** @type {?} */
7252
+ RaBaseDashboardFilter.prototype.clearAllData;
7253
+ /**
7254
+ * @abstract
7255
+ * @return {?}
7256
+ */
7257
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
7258
+ /**
7259
+ * @abstract
7260
+ * @param {?} filter
7261
+ * @param {?} appConfig
7262
+ * @return {?}
7263
+ */
7264
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
7265
+ /**
7266
+ * @abstract
7267
+ * @return {?}
7268
+ */
7269
+ RaBaseDashboardFilter.prototype.clearData = function () { };
7270
+ /**
7271
+ * @abstract
7272
+ * @return {?}
7273
+ */
7274
+ RaBaseDashboardFilter.prototype.isValid = function () { };
7275
+ }
6259
7276
 
6260
7277
  /**
6261
7278
  * @fileoverview added by tsickle
6262
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7279
+ * Generated from: public-api.ts
7280
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6263
7281
  */
6264
7282
 
6265
7283
  /**
6266
7284
  * @fileoverview added by tsickle
6267
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7285
+ * Generated from: schneideress-dashboardframework.ts
7286
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6268
7287
  */
6269
7288
 
6270
7289
  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 };