@schneideress/dashboardframework 0.0.40 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +66 -1071
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +1 -1
  6. package/esm2015/gridster/lib/gridster.component.js +1 -1
  7. package/esm2015/gridster/lib/gridster.interface.js +1 -1
  8. package/esm2015/gridster/lib/gridster.module.js +1 -1
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
  15. package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
  19. package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
  27. package/esm2015/lib/custom.notifier.options.js +1 -1
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +18 -10
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +8 -8
  30. package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
  31. package/esm2015/lib/ra.base.dashboard.template.js +1 -1
  32. package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
  33. package/esm2015/lib/ra.dashboard.module.js +1 -1
  34. package/esm2015/lib/ra.dashboard.service.js +1 -1
  35. package/esm2015/lib/ra.event.enum.js +1 -1
  36. package/esm2015/lib/ra.gridster.config.js +1 -1
  37. package/esm2015/public-api.js +1 -1
  38. package/esm2015/schneideress-dashboardframework.js +1 -1
  39. package/esm5/gridster/index.js +1 -1
  40. package/esm5/gridster/lib/gridster.component.js +1 -1
  41. package/esm5/gridster/lib/gridster.interface.js +1 -1
  42. package/esm5/gridster/lib/gridster.module.js +1 -1
  43. package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
  49. package/esm5/gridster/lib/gridsterItem.component.js +1 -1
  50. package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
  52. package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
  53. package/esm5/gridster/lib/gridsterPush.service.js +1 -1
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
  56. package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
  58. package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
  59. package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
  60. package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
  61. package/esm5/lib/custom.notifier.options.js +1 -1
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +18 -10
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +4 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +1 -1
  65. package/esm5/lib/ra.base.dashboard.template.js +1 -1
  66. package/esm5/lib/ra.dashbard.event.bus.js +1 -1
  67. package/esm5/lib/ra.dashboard.module.js +1 -1
  68. package/esm5/lib/ra.dashboard.service.js +1 -1
  69. package/esm5/lib/ra.event.enum.js +1 -1
  70. package/esm5/lib/ra.gridster.config.js +1 -1
  71. package/esm5/public-api.js +1 -1
  72. package/esm5/schneideress-dashboardframework.js +1 -1
  73. package/fesm2015/schneideress-dashboardframework.js +68 -963
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +67 -962
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { __extends, __awaiter, __generator, __assign } from 'tslib';
2
- import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, EventEmitter, ViewChild, Output, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
2
+ import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, ViewChild, Output, EventEmitter, ViewEncapsulation, ElementRef, Renderer2, ChangeDetectorRef, Host, NgModule } from '@angular/core';
3
3
  import { of, Subject } from 'rxjs';
4
4
  import { BaseService } from '@schneideress/ess-util';
5
5
  import { filter, map } from 'rxjs/operators';
@@ -13,7 +13,7 @@ import { CommonModule } from '@angular/common';
13
13
 
14
14
  /**
15
15
  * @fileoverview added by tsickle
16
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
17
  */
18
18
  var RaDashboardService = /** @class */ (function (_super) {
19
19
  __extends(RaDashboardService, _super);
@@ -217,18 +217,11 @@ var RaDashboardService = /** @class */ (function (_super) {
217
217
  ]; };
218
218
  /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
219
219
  return RaDashboardService;
220
- }(BaseService));
221
- if (false) {
222
- /**
223
- * @type {?}
224
- * @private
225
- */
226
- RaDashboardService.prototype.loadedScripts;
227
- }
220
+ }(BaseService));
228
221
 
229
222
  /**
230
223
  * @fileoverview added by tsickle
231
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
232
225
  */
233
226
  var RADashboardEventBus = /** @class */ (function () {
234
227
  function RADashboardEventBus() {
@@ -337,18 +330,11 @@ var RADashboardEventBus = /** @class */ (function () {
337
330
  ];
338
331
  /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
339
332
  return RADashboardEventBus;
340
- }());
341
- if (false) {
342
- /**
343
- * @type {?}
344
- * @private
345
- */
346
- RADashboardEventBus.prototype.eventQueue;
347
- }
333
+ }());
348
334
 
349
335
  /**
350
336
  * @fileoverview added by tsickle
351
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
337
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
352
338
  */
353
339
  /** @enum {string} */
354
340
  var RAEvent = {
@@ -395,7 +381,7 @@ var RAEventKey = {
395
381
 
396
382
  /**
397
383
  * @fileoverview added by tsickle
398
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
384
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
399
385
  */
400
386
  /** @enum {string} */
401
387
  var GridType = {
@@ -422,196 +408,11 @@ var CompactType = {
422
408
  CompactRight: 'compactRight',
423
409
  CompactUpAndRight: 'compactUp&Right',
424
410
  CompactRightAndUp: 'compactRight&Up',
425
- };
426
- /**
427
- * @record
428
- */
429
- function GridsterConfig() { }
430
- if (false) {
431
- /** @type {?|undefined} */
432
- GridsterConfig.prototype.gridType;
433
- /** @type {?|undefined} */
434
- GridsterConfig.prototype.fixedColWidth;
435
- /** @type {?|undefined} */
436
- GridsterConfig.prototype.fixedRowHeight;
437
- /** @type {?|undefined} */
438
- GridsterConfig.prototype.keepFixedHeightInMobile;
439
- /** @type {?|undefined} */
440
- GridsterConfig.prototype.keepFixedWidthInMobile;
441
- /** @type {?|undefined} */
442
- GridsterConfig.prototype.setGridSize;
443
- /** @type {?|undefined} */
444
- GridsterConfig.prototype.compactType;
445
- /** @type {?|undefined} */
446
- GridsterConfig.prototype.mobileBreakpoint;
447
- /** @type {?|undefined} */
448
- GridsterConfig.prototype.minCols;
449
- /** @type {?|undefined} */
450
- GridsterConfig.prototype.maxCols;
451
- /** @type {?|undefined} */
452
- GridsterConfig.prototype.minRows;
453
- /** @type {?|undefined} */
454
- GridsterConfig.prototype.maxRows;
455
- /** @type {?|undefined} */
456
- GridsterConfig.prototype.defaultItemCols;
457
- /** @type {?|undefined} */
458
- GridsterConfig.prototype.defaultItemRows;
459
- /** @type {?|undefined} */
460
- GridsterConfig.prototype.maxItemCols;
461
- /** @type {?|undefined} */
462
- GridsterConfig.prototype.maxItemRows;
463
- /** @type {?|undefined} */
464
- GridsterConfig.prototype.minItemCols;
465
- /** @type {?|undefined} */
466
- GridsterConfig.prototype.minItemRows;
467
- /** @type {?|undefined} */
468
- GridsterConfig.prototype.minItemArea;
469
- /** @type {?|undefined} */
470
- GridsterConfig.prototype.maxItemArea;
471
- /** @type {?|undefined} */
472
- GridsterConfig.prototype.margin;
473
- /** @type {?|undefined} */
474
- GridsterConfig.prototype.outerMargin;
475
- /** @type {?|undefined} */
476
- GridsterConfig.prototype.outerMarginTop;
477
- /** @type {?|undefined} */
478
- GridsterConfig.prototype.outerMarginRight;
479
- /** @type {?|undefined} */
480
- GridsterConfig.prototype.outerMarginBottom;
481
- /** @type {?|undefined} */
482
- GridsterConfig.prototype.outerMarginLeft;
483
- /** @type {?|undefined} */
484
- GridsterConfig.prototype.useTransformPositioning;
485
- /** @type {?|undefined} */
486
- GridsterConfig.prototype.scrollSensitivity;
487
- /** @type {?|undefined} */
488
- GridsterConfig.prototype.scrollSpeed;
489
- /** @type {?|undefined} */
490
- GridsterConfig.prototype.initCallback;
491
- /** @type {?|undefined} */
492
- GridsterConfig.prototype.destroyCallback;
493
- /** @type {?|undefined} */
494
- GridsterConfig.prototype.gridSizeChangedCallback;
495
- /** @type {?|undefined} */
496
- GridsterConfig.prototype.itemChangeCallback;
497
- /** @type {?|undefined} */
498
- GridsterConfig.prototype.itemResizeCallback;
499
- /** @type {?|undefined} */
500
- GridsterConfig.prototype.itemInitCallback;
501
- /** @type {?|undefined} */
502
- GridsterConfig.prototype.itemRemovedCallback;
503
- /** @type {?|undefined} */
504
- GridsterConfig.prototype.itemValidateCallback;
505
- /** @type {?|undefined} */
506
- GridsterConfig.prototype.draggable;
507
- /** @type {?|undefined} */
508
- GridsterConfig.prototype.resizable;
509
- /** @type {?|undefined} */
510
- GridsterConfig.prototype.swap;
511
- /** @type {?|undefined} */
512
- GridsterConfig.prototype.pushItems;
513
- /** @type {?|undefined} */
514
- GridsterConfig.prototype.disablePushOnDrag;
515
- /** @type {?|undefined} */
516
- GridsterConfig.prototype.disablePushOnResize;
517
- /** @type {?|undefined} */
518
- GridsterConfig.prototype.disableAutoPositionOnConflict;
519
- /** @type {?|undefined} */
520
- GridsterConfig.prototype.pushDirections;
521
- /** @type {?|undefined} */
522
- GridsterConfig.prototype.pushResizeItems;
523
- /** @type {?|undefined} */
524
- GridsterConfig.prototype.displayGrid;
525
- /** @type {?|undefined} */
526
- GridsterConfig.prototype.disableWindowResize;
527
- /** @type {?|undefined} */
528
- GridsterConfig.prototype.disableWarnings;
529
- /** @type {?|undefined} */
530
- GridsterConfig.prototype.scrollToNewItems;
531
- /** @type {?|undefined} */
532
- GridsterConfig.prototype.enableEmptyCellClick;
533
- /** @type {?|undefined} */
534
- GridsterConfig.prototype.enableEmptyCellContextMenu;
535
- /** @type {?|undefined} */
536
- GridsterConfig.prototype.enableEmptyCellDrop;
537
- /** @type {?|undefined} */
538
- GridsterConfig.prototype.enableEmptyCellDrag;
539
- /** @type {?|undefined} */
540
- GridsterConfig.prototype.emptyCellClickCallback;
541
- /** @type {?|undefined} */
542
- GridsterConfig.prototype.emptyCellContextMenuCallback;
543
- /** @type {?|undefined} */
544
- GridsterConfig.prototype.emptyCellDropCallback;
545
- /** @type {?|undefined} */
546
- GridsterConfig.prototype.emptyCellDragCallback;
547
- /** @type {?|undefined} */
548
- GridsterConfig.prototype.emptyCellDragMaxCols;
549
- /** @type {?|undefined} */
550
- GridsterConfig.prototype.emptyCellDragMaxRows;
551
- /** @type {?|undefined} */
552
- GridsterConfig.prototype.ignoreMarginInRow;
553
- /** @type {?|undefined} */
554
- GridsterConfig.prototype.autoResizeonDrag;
555
- /** @type {?|undefined} */
556
- GridsterConfig.prototype.api;
557
- /* Skipping unhandled member: [propName: string]: any;*/
558
- }
559
- /**
560
- * @record
561
- */
562
- function DragBase() { }
563
- if (false) {
564
- /** @type {?|undefined} */
565
- DragBase.prototype.enabled;
566
- /** @type {?|undefined} */
567
- DragBase.prototype.stop;
568
- /** @type {?|undefined} */
569
- DragBase.prototype.start;
570
- /** @type {?|undefined} */
571
- DragBase.prototype.delayStart;
572
- }
573
- /**
574
- * @record
575
- */
576
- function Draggable() { }
577
- if (false) {
578
- /** @type {?|undefined} */
579
- Draggable.prototype.ignoreContentClass;
580
- /** @type {?|undefined} */
581
- Draggable.prototype.ignoreContent;
582
- /** @type {?|undefined} */
583
- Draggable.prototype.dragHandleClass;
584
- /** @type {?|undefined} */
585
- Draggable.prototype.dropOverItems;
586
- /** @type {?|undefined} */
587
- Draggable.prototype.dropOverItemsCallback;
588
- }
589
- /**
590
- * @record
591
- */
592
- function Resizable() { }
593
- if (false) {
594
- /** @type {?|undefined} */
595
- Resizable.prototype.handles;
596
- }
597
- /**
598
- * @record
599
- */
600
- function PushDirections() { }
601
- if (false) {
602
- /** @type {?} */
603
- PushDirections.prototype.north;
604
- /** @type {?} */
605
- PushDirections.prototype.east;
606
- /** @type {?} */
607
- PushDirections.prototype.south;
608
- /** @type {?} */
609
- PushDirections.prototype.west;
610
- }
411
+ };
611
412
 
612
413
  /**
613
414
  * @fileoverview added by tsickle
614
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
415
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
615
416
  */
616
417
  /** @type {?} */
617
418
  var GridsterConfigDefaultSettings = {
@@ -673,7 +474,7 @@ var GridsterConfigDefaultSettings = {
673
474
 
674
475
  /**
675
476
  * @fileoverview added by tsickle
676
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
477
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
677
478
  */
678
479
  var RADashboardArea = /** @class */ (function () {
679
480
  function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
@@ -685,8 +486,8 @@ var RADashboardArea = /** @class */ (function () {
685
486
  this.widgetList = Array();
686
487
  this.gridheight = 300;
687
488
  this.isWidgetLoaded = false;
688
- this.widgetHeight = 50;
689
- this.widgetWidth = 60;
489
+ this.widgetHeight = 30;
490
+ this.widgetWidth = 50;
690
491
  }
691
492
  /**
692
493
  * @return {?}
@@ -901,6 +702,7 @@ var RADashboardArea = /** @class */ (function () {
901
702
  dashboardId: userDashboarId.toString(),
902
703
  dashboardAreaKey: areaKey
903
704
  }));
705
+ areaContext.widgetList = [];
904
706
  this.dashboardService.getWidgetsByDashboardArea(widgetInfo, this.appConfig).subscribe((/**
905
707
  * @param {?} widgets
906
708
  * @return {?}
@@ -1011,11 +813,12 @@ var RADashboardArea = /** @class */ (function () {
1011
813
  data.position_y = 0;
1012
814
  /** @type {?} */
1013
815
  var gridsterItem = this.mapObjectsToGridsterItem(data);
1014
- if (this.options.api) {
1015
- gridsterItem = this.options.api.getFirstPossiblePosition(gridsterItem);
1016
- }
1017
- data.position_x = gridsterItem.x;
1018
- data.position_y = gridsterItem.y;
816
+ /** to find the available position in gridster, temp commenting the code-returning higher y value than normal */
817
+ // if (this.options.api) {
818
+ // gridsterItem = this.options.api.getFirstPossiblePosition(gridsterItem);
819
+ // }
820
+ // data.position_x = gridsterItem.x;
821
+ // data.position_y = gridsterItem.y;
1019
822
  data.dashboardAreaKey = this.areaKey;
1020
823
  data.dashboardId = this.userDashboardId;
1021
824
  this.ngxService.start();
@@ -1027,7 +830,13 @@ var RADashboardArea = /** @class */ (function () {
1027
830
  gridsterItem = _this.mapObjectsToGridsterItem(widget);
1028
831
  _this.widgetList.push(gridsterItem);
1029
832
  _this.setAreaHeight();
1030
- //this.ngxService.stop();
833
+ /**To save added widget position in db */
834
+ setTimeout((/**
835
+ * @return {?}
836
+ */
837
+ function () {
838
+ _this.updateWidgets();
839
+ }), 1000);
1031
840
  }));
1032
841
  };
1033
842
  /** To add widget to current widget list ,invoked from copy widget window*/
@@ -1161,83 +970,11 @@ var RADashboardArea = /** @class */ (function () {
1161
970
  appConfig: [{ type: Input, args: ['app-config',] }]
1162
971
  };
1163
972
  return RADashboardArea;
1164
- }());
1165
- if (false) {
1166
- /** @type {?} */
1167
- RADashboardArea.prototype.widgetList;
1168
- /** @type {?} */
1169
- RADashboardArea.prototype.options;
1170
- /** @type {?} */
1171
- RADashboardArea.prototype.gridheight;
1172
- /**
1173
- * @type {?}
1174
- * @private
1175
- */
1176
- RADashboardArea.prototype.conifgAddClick;
1177
- /**
1178
- * @type {?}
1179
- * @private
1180
- */
1181
- RADashboardArea.prototype.widgetDeleteEvent;
1182
- /**
1183
- * @type {?}
1184
- * @private
1185
- */
1186
- RADashboardArea.prototype.widgetAddEvent;
1187
- /**
1188
- * @type {?}
1189
- * @private
1190
- */
1191
- RADashboardArea.prototype.widgetLibraryDoneClick;
1192
- /**
1193
- * @type {?}
1194
- * @private
1195
- */
1196
- RADashboardArea.prototype.isWidgetLoaded;
1197
- /** @type {?} */
1198
- RADashboardArea.prototype.userDashboardId;
1199
- /** @type {?} */
1200
- RADashboardArea.prototype.areaKey;
1201
- /** @type {?} */
1202
- RADashboardArea.prototype.globalFilter;
1203
- /** @type {?} */
1204
- RADashboardArea.prototype.raDashboardEventBus;
1205
- /** @type {?} */
1206
- RADashboardArea.prototype.widgetHeight;
1207
- /** @type {?} */
1208
- RADashboardArea.prototype.widgetWidth;
1209
- /** @type {?} */
1210
- RADashboardArea.prototype.appConfig;
1211
- /**
1212
- * @type {?}
1213
- * @private
1214
- */
1215
- RADashboardArea.prototype.dashboardService;
1216
- /**
1217
- * @type {?}
1218
- * @private
1219
- */
1220
- RADashboardArea.prototype.ngZone;
1221
- /**
1222
- * @type {?}
1223
- * @private
1224
- */
1225
- RADashboardArea.prototype.ngxService;
1226
- /**
1227
- * @type {?}
1228
- * @private
1229
- */
1230
- RADashboardArea.prototype.translateService;
1231
- /**
1232
- * @type {?}
1233
- * @private
1234
- */
1235
- RADashboardArea.prototype.notifier;
1236
- }
973
+ }());
1237
974
 
1238
975
  /**
1239
976
  * @fileoverview added by tsickle
1240
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
977
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1241
978
  */
1242
979
  var RAWidgetContainer = /** @class */ (function () {
1243
980
  function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
@@ -1435,7 +1172,7 @@ var RAWidgetContainer = /** @class */ (function () {
1435
1172
  return __generator(this, function (_a) {
1436
1173
  switch (_a.label) {
1437
1174
  case 0:
1438
- console.log('widget initiate' + widgetInfo.widgetInstanceId);
1175
+ console.log('widget initiated' + widgetInfo.widgetInstanceId);
1439
1176
  widgetContainer.isWidgetLoaded = true;
1440
1177
  widgetConfigFilter.appConfig = this.appConfig;
1441
1178
  widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
@@ -1539,7 +1276,7 @@ var RAWidgetContainer = /** @class */ (function () {
1539
1276
  { type: Component, args: [{
1540
1277
  selector: 'ra-widget-container',
1541
1278
  template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div style=\"display:flex\">\r\n <div class=\"col-md-11 float-left widget-move\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" style=\"cursor:default;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"pr-3\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" [style.height.px]=\"widgetHeight\">\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1542
- styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.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:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.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}"]
1279
+ styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 10px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:26px;left:0;bottom:0}.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:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.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}"]
1543
1280
  }] }
1544
1281
  ];
1545
1282
  /** @nocollapse */
@@ -1562,82 +1299,11 @@ var RAWidgetContainer = /** @class */ (function () {
1562
1299
  widgetDeleted: [{ type: Output }]
1563
1300
  };
1564
1301
  return RAWidgetContainer;
1565
- }());
1566
- if (false) {
1567
- /**
1568
- * @type {?}
1569
- * @private
1570
- */
1571
- RAWidgetContainer.prototype.isWidgetLoaded;
1572
- /**
1573
- * @type {?}
1574
- * @private
1575
- */
1576
- RAWidgetContainer.prototype.widgetElement;
1577
- /**
1578
- * @type {?}
1579
- * @private
1580
- */
1581
- RAWidgetContainer.prototype.configChanged;
1582
- /**
1583
- * @type {?}
1584
- * @private
1585
- */
1586
- RAWidgetContainer.prototype.isIEOrEdge;
1587
- /** @type {?} */
1588
- RAWidgetContainer.prototype.widgetHeight;
1589
- /** @type {?} */
1590
- RAWidgetContainer.prototype.lockClass;
1591
- /** @type {?} */
1592
- RAWidgetContainer.prototype.lockStatus;
1593
- /** @type {?} */
1594
- RAWidgetContainer.prototype.ctlWidget;
1595
- /** @type {?} */
1596
- RAWidgetContainer.prototype.widgetInstanceId;
1597
- /** @type {?} */
1598
- RAWidgetContainer.prototype.globalFilter;
1599
- /** @type {?} */
1600
- RAWidgetContainer.prototype.data;
1601
- /** @type {?} */
1602
- RAWidgetContainer.prototype.raDashboardEventBus;
1603
- /** @type {?} */
1604
- RAWidgetContainer.prototype.appConfig;
1605
- /** @type {?} */
1606
- RAWidgetContainer.prototype.width;
1607
- /** @type {?} */
1608
- RAWidgetContainer.prototype.height;
1609
- /** @type {?} */
1610
- RAWidgetContainer.prototype.widgetDeleted;
1611
- /**
1612
- * @type {?}
1613
- * @private
1614
- */
1615
- RAWidgetContainer.prototype.dashboardService;
1616
- /**
1617
- * @type {?}
1618
- * @private
1619
- */
1620
- RAWidgetContainer.prototype.ngxService;
1621
- /**
1622
- * @type {?}
1623
- * @private
1624
- */
1625
- RAWidgetContainer.prototype.translateService;
1626
- /**
1627
- * @type {?}
1628
- * @private
1629
- */
1630
- RAWidgetContainer.prototype.ngZone;
1631
- /**
1632
- * @type {?}
1633
- * @private
1634
- */
1635
- RAWidgetContainer.prototype.notifier;
1636
- }
1302
+ }());
1637
1303
 
1638
1304
  /**
1639
1305
  * @fileoverview added by tsickle
1640
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1306
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1641
1307
  */
1642
1308
  /** @type {?} */
1643
1309
  var customNotifierOptions = {
@@ -1683,7 +1349,7 @@ var customNotifierOptions = {
1683
1349
 
1684
1350
  /**
1685
1351
  * @fileoverview added by tsickle
1686
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1352
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1687
1353
  */
1688
1354
  /** @type {?} */
1689
1355
  var GridsterConfigService = {
@@ -1861,7 +1527,7 @@ var GridsterConfigService = {
1861
1527
 
1862
1528
  /**
1863
1529
  * @fileoverview added by tsickle
1864
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1530
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1865
1531
  */
1866
1532
  var GridsterUtils = /** @class */ (function () {
1867
1533
  function GridsterUtils() {
@@ -2036,7 +1702,7 @@ var GridsterUtils = /** @class */ (function () {
2036
1702
 
2037
1703
  /**
2038
1704
  * @fileoverview added by tsickle
2039
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1705
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2040
1706
  */
2041
1707
  /**
2042
1708
  * @abstract
@@ -2048,85 +1714,11 @@ GridsterComponentInterface = /** @class */ (function () {
2048
1714
  function GridsterComponentInterface() {
2049
1715
  }
2050
1716
  return GridsterComponentInterface;
2051
- }());
2052
- if (false) {
2053
- /** @type {?} */
2054
- GridsterComponentInterface.prototype.$options;
2055
- /** @type {?} */
2056
- GridsterComponentInterface.prototype.grid;
2057
- /** @type {?} */
2058
- GridsterComponentInterface.prototype.checkCollision;
2059
- /** @type {?} */
2060
- GridsterComponentInterface.prototype.positionXToPixels;
2061
- /** @type {?} */
2062
- GridsterComponentInterface.prototype.pixelsToPositionX;
2063
- /** @type {?} */
2064
- GridsterComponentInterface.prototype.positionYToPixels;
2065
- /** @type {?} */
2066
- GridsterComponentInterface.prototype.pixelsToPositionY;
2067
- /** @type {?} */
2068
- GridsterComponentInterface.prototype.findItemWithItem;
2069
- /** @type {?} */
2070
- GridsterComponentInterface.prototype.findItemsWithItem;
2071
- /** @type {?} */
2072
- GridsterComponentInterface.prototype.checkGridCollision;
2073
- /** @type {?} */
2074
- GridsterComponentInterface.prototype.el;
2075
- /** @type {?} */
2076
- GridsterComponentInterface.prototype.renderer;
2077
- /** @type {?} */
2078
- GridsterComponentInterface.prototype.gridRenderer;
2079
- /** @type {?} */
2080
- GridsterComponentInterface.prototype.cdRef;
2081
- /** @type {?} */
2082
- GridsterComponentInterface.prototype.options;
2083
- /** @type {?} */
2084
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
2085
- /** @type {?} */
2086
- GridsterComponentInterface.prototype.updateGrid;
2087
- /** @type {?} */
2088
- GridsterComponentInterface.prototype.movingItem;
2089
- /** @type {?} */
2090
- GridsterComponentInterface.prototype.addItem;
2091
- /** @type {?} */
2092
- GridsterComponentInterface.prototype.removeItem;
2093
- /** @type {?} */
2094
- GridsterComponentInterface.prototype.previewStyle;
2095
- /** @type {?} */
2096
- GridsterComponentInterface.prototype.mobile;
2097
- /** @type {?} */
2098
- GridsterComponentInterface.prototype.curWidth;
2099
- /** @type {?} */
2100
- GridsterComponentInterface.prototype.curHeight;
2101
- /** @type {?} */
2102
- GridsterComponentInterface.prototype.columns;
2103
- /** @type {?} */
2104
- GridsterComponentInterface.prototype.rows;
2105
- /** @type {?} */
2106
- GridsterComponentInterface.prototype.curColWidth;
2107
- /** @type {?} */
2108
- GridsterComponentInterface.prototype.curRowHeight;
2109
- /** @type {?} */
2110
- GridsterComponentInterface.prototype.windowResize;
2111
- /** @type {?} */
2112
- GridsterComponentInterface.prototype.setGridDimensions;
2113
- /** @type {?} */
2114
- GridsterComponentInterface.prototype.dragInProgress;
2115
- /** @type {?} */
2116
- GridsterComponentInterface.prototype.emptyCell;
2117
- /** @type {?} */
2118
- GridsterComponentInterface.prototype.compact;
2119
- /** @type {?} */
2120
- GridsterComponentInterface.prototype.zone;
2121
- /** @type {?} */
2122
- GridsterComponentInterface.prototype.gridRows;
2123
- /** @type {?} */
2124
- GridsterComponentInterface.prototype.gridColumns;
2125
- }
1717
+ }());
2126
1718
 
2127
1719
  /**
2128
1720
  * @fileoverview added by tsickle
2129
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1721
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2130
1722
  */
2131
1723
  var GridsterEmptyCell = /** @class */ (function () {
2132
1724
  function GridsterEmptyCell(gridster) {
@@ -2443,44 +2035,11 @@ var GridsterEmptyCell = /** @class */ (function () {
2443
2035
  { type: GridsterComponentInterface }
2444
2036
  ]; };
2445
2037
  return GridsterEmptyCell;
2446
- }());
2447
- if (false) {
2448
- /** @type {?} */
2449
- GridsterEmptyCell.prototype.initialItem;
2450
- /** @type {?} */
2451
- GridsterEmptyCell.prototype.emptyCellClick;
2452
- /** @type {?} */
2453
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2454
- /** @type {?} */
2455
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2456
- /** @type {?} */
2457
- GridsterEmptyCell.prototype.emptyCellDrop;
2458
- /** @type {?} */
2459
- GridsterEmptyCell.prototype.emptyCellDrag;
2460
- /** @type {?} */
2461
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2462
- /** @type {?} */
2463
- GridsterEmptyCell.prototype.emptyCellMMove;
2464
- /** @type {?} */
2465
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2466
- /** @type {?} */
2467
- GridsterEmptyCell.prototype.emptyCellUp;
2468
- /** @type {?} */
2469
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2470
- /** @type {?} */
2471
- GridsterEmptyCell.prototype.emptyCellMove;
2472
- /** @type {?} */
2473
- GridsterEmptyCell.prototype.emptyCellExit;
2474
- /**
2475
- * @type {?}
2476
- * @private
2477
- */
2478
- GridsterEmptyCell.prototype.gridster;
2479
- }
2038
+ }());
2480
2039
 
2481
2040
  /**
2482
2041
  * @fileoverview added by tsickle
2483
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2042
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2484
2043
  */
2485
2044
  var GridsterCompact = /** @class */ (function () {
2486
2045
  function GridsterCompact(gridster) {
@@ -2718,18 +2277,11 @@ var GridsterCompact = /** @class */ (function () {
2718
2277
  { type: GridsterComponentInterface }
2719
2278
  ]; };
2720
2279
  return GridsterCompact;
2721
- }());
2722
- if (false) {
2723
- /**
2724
- * @type {?}
2725
- * @private
2726
- */
2727
- GridsterCompact.prototype.gridster;
2728
- }
2280
+ }());
2729
2281
 
2730
2282
  /**
2731
2283
  * @fileoverview added by tsickle
2732
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2284
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2733
2285
  */
2734
2286
  var GridsterRenderer = /** @class */ (function () {
2735
2287
  function GridsterRenderer(gridster) {
@@ -3036,18 +2588,11 @@ var GridsterRenderer = /** @class */ (function () {
3036
2588
  { type: GridsterComponentInterface }
3037
2589
  ]; };
3038
2590
  return GridsterRenderer;
3039
- }());
3040
- if (false) {
3041
- /**
3042
- * @type {?}
3043
- * @private
3044
- */
3045
- GridsterRenderer.prototype.gridster;
3046
- }
2591
+ }());
3047
2592
 
3048
2593
  /**
3049
2594
  * @fileoverview added by tsickle
3050
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2595
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3051
2596
  */
3052
2597
  var GridsterComponent = /** @class */ (function () {
3053
2598
  function GridsterComponent(el, renderer, cdRef, zone) {
@@ -3202,17 +2747,6 @@ var GridsterComponent = /** @class */ (function () {
3202
2747
  if (this.options.destroyCallback) {
3203
2748
  this.options.destroyCallback(this);
3204
2749
  }
3205
- //if (this.options.api) {
3206
- /* this.options.api getting undefined for new dashboard load- temp fix
3207
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3208
- * ondestroy of current this.options.api instance - needs to investigate further
3209
- */
3210
- if (false) {
3211
- this.options.api.resize = undefined;
3212
- this.options.api.optionsChanged = undefined;
3213
- this.options.api.getNextPossiblePosition = undefined;
3214
- this.options.api = undefined;
3215
- }
3216
2750
  this.emptyCell.destroy();
3217
2751
  delete this.emptyCell;
3218
2752
  this.compact.destroy();
@@ -3789,61 +3323,11 @@ var GridsterComponent = /** @class */ (function () {
3789
3323
  options: [{ type: Input }]
3790
3324
  };
3791
3325
  return GridsterComponent;
3792
- }());
3793
- if (false) {
3794
- /** @type {?} */
3795
- GridsterComponent.prototype.options;
3796
- /** @type {?} */
3797
- GridsterComponent.prototype.calculateLayoutDebounce;
3798
- /** @type {?} */
3799
- GridsterComponent.prototype.movingItem;
3800
- /** @type {?} */
3801
- GridsterComponent.prototype.previewStyle;
3802
- /** @type {?} */
3803
- GridsterComponent.prototype.el;
3804
- /** @type {?} */
3805
- GridsterComponent.prototype.$options;
3806
- /** @type {?} */
3807
- GridsterComponent.prototype.mobile;
3808
- /** @type {?} */
3809
- GridsterComponent.prototype.curWidth;
3810
- /** @type {?} */
3811
- GridsterComponent.prototype.curHeight;
3812
- /** @type {?} */
3813
- GridsterComponent.prototype.grid;
3814
- /** @type {?} */
3815
- GridsterComponent.prototype.columns;
3816
- /** @type {?} */
3817
- GridsterComponent.prototype.rows;
3818
- /** @type {?} */
3819
- GridsterComponent.prototype.curColWidth;
3820
- /** @type {?} */
3821
- GridsterComponent.prototype.curRowHeight;
3822
- /** @type {?} */
3823
- GridsterComponent.prototype.gridColumns;
3824
- /** @type {?} */
3825
- GridsterComponent.prototype.gridRows;
3826
- /** @type {?} */
3827
- GridsterComponent.prototype.windowResize;
3828
- /** @type {?} */
3829
- GridsterComponent.prototype.dragInProgress;
3830
- /** @type {?} */
3831
- GridsterComponent.prototype.emptyCell;
3832
- /** @type {?} */
3833
- GridsterComponent.prototype.compact;
3834
- /** @type {?} */
3835
- GridsterComponent.prototype.gridRenderer;
3836
- /** @type {?} */
3837
- GridsterComponent.prototype.renderer;
3838
- /** @type {?} */
3839
- GridsterComponent.prototype.cdRef;
3840
- /** @type {?} */
3841
- GridsterComponent.prototype.zone;
3842
- }
3326
+ }());
3843
3327
 
3844
3328
  /**
3845
3329
  * @fileoverview added by tsickle
3846
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3330
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3847
3331
  */
3848
3332
  /**
3849
3333
  * @abstract
@@ -3855,49 +3339,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
3855
3339
  function GridsterItemComponentInterface() {
3856
3340
  }
3857
3341
  return GridsterItemComponentInterface;
3858
- }());
3859
- if (false) {
3860
- /** @type {?} */
3861
- GridsterItemComponentInterface.prototype.item;
3862
- /** @type {?} */
3863
- GridsterItemComponentInterface.prototype.$item;
3864
- /** @type {?} */
3865
- GridsterItemComponentInterface.prototype.top;
3866
- /** @type {?} */
3867
- GridsterItemComponentInterface.prototype.left;
3868
- /** @type {?} */
3869
- GridsterItemComponentInterface.prototype.width;
3870
- /** @type {?} */
3871
- GridsterItemComponentInterface.prototype.height;
3872
- /** @type {?} */
3873
- GridsterItemComponentInterface.prototype.drag;
3874
- /** @type {?} */
3875
- GridsterItemComponentInterface.prototype.resize;
3876
- /** @type {?} */
3877
- GridsterItemComponentInterface.prototype.notPlaced;
3878
- /** @type {?} */
3879
- GridsterItemComponentInterface.prototype.updateOptions;
3880
- /** @type {?} */
3881
- GridsterItemComponentInterface.prototype.itemChanged;
3882
- /** @type {?} */
3883
- GridsterItemComponentInterface.prototype.setSize;
3884
- /** @type {?} */
3885
- GridsterItemComponentInterface.prototype.checkItemChanges;
3886
- /** @type {?} */
3887
- GridsterItemComponentInterface.prototype.canBeDragged;
3888
- /** @type {?} */
3889
- GridsterItemComponentInterface.prototype.canBeResized;
3890
- /** @type {?} */
3891
- GridsterItemComponentInterface.prototype.el;
3892
- /** @type {?} */
3893
- GridsterItemComponentInterface.prototype.gridster;
3894
- /** @type {?} */
3895
- GridsterItemComponentInterface.prototype.renderer;
3896
- }
3342
+ }());
3897
3343
 
3898
3344
  /**
3899
3345
  * @fileoverview added by tsickle
3900
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3346
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3901
3347
  */
3902
3348
  var GridsterSwap = /** @class */ (function () {
3903
3349
  function GridsterSwap(gridsterItem) {
@@ -4025,28 +3471,11 @@ var GridsterSwap = /** @class */ (function () {
4025
3471
  { type: GridsterItemComponentInterface }
4026
3472
  ]; };
4027
3473
  return GridsterSwap;
4028
- }());
4029
- if (false) {
4030
- /**
4031
- * @type {?}
4032
- * @private
4033
- */
4034
- GridsterSwap.prototype.swapedItem;
4035
- /**
4036
- * @type {?}
4037
- * @private
4038
- */
4039
- GridsterSwap.prototype.gridsterItem;
4040
- /**
4041
- * @type {?}
4042
- * @private
4043
- */
4044
- GridsterSwap.prototype.gridster;
4045
- }
3474
+ }());
4046
3475
 
4047
3476
  /**
4048
3477
  * @fileoverview added by tsickle
4049
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3478
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4050
3479
  */
4051
3480
  /** @type {?} */
4052
3481
  var scrollSensitivity;
@@ -4241,7 +3670,7 @@ function cancelN() {
4241
3670
 
4242
3671
  /**
4243
3672
  * @fileoverview added by tsickle
4244
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3673
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4245
3674
  */
4246
3675
  var GridsterPush = /** @class */ (function () {
4247
3676
  function GridsterPush(gridsterItem) {
@@ -4731,61 +4160,11 @@ var GridsterPush = /** @class */ (function () {
4731
4160
  { type: GridsterItemComponentInterface }
4732
4161
  ]; };
4733
4162
  return GridsterPush;
4734
- }());
4735
- if (false) {
4736
- /** @type {?} */
4737
- GridsterPush.prototype.fromSouth;
4738
- /** @type {?} */
4739
- GridsterPush.prototype.fromNorth;
4740
- /** @type {?} */
4741
- GridsterPush.prototype.fromEast;
4742
- /** @type {?} */
4743
- GridsterPush.prototype.fromWest;
4744
- /**
4745
- * @type {?}
4746
- * @private
4747
- */
4748
- GridsterPush.prototype.pushedItems;
4749
- /**
4750
- * @type {?}
4751
- * @private
4752
- */
4753
- GridsterPush.prototype.pushedItemsTemp;
4754
- /**
4755
- * @type {?}
4756
- * @private
4757
- */
4758
- GridsterPush.prototype.pushedItemsTempPath;
4759
- /**
4760
- * @type {?}
4761
- * @private
4762
- */
4763
- GridsterPush.prototype.pushedItemsPath;
4764
- /**
4765
- * @type {?}
4766
- * @private
4767
- */
4768
- GridsterPush.prototype.gridsterItem;
4769
- /**
4770
- * @type {?}
4771
- * @private
4772
- */
4773
- GridsterPush.prototype.gridster;
4774
- /**
4775
- * @type {?}
4776
- * @private
4777
- */
4778
- GridsterPush.prototype.pushedItemsOrder;
4779
- /**
4780
- * @type {?}
4781
- * @private
4782
- */
4783
- GridsterPush.prototype.tryPattern;
4784
- }
4163
+ }());
4785
4164
 
4786
4165
  /**
4787
4166
  * @fileoverview added by tsickle
4788
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4167
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4789
4168
  */
4790
4169
  var GridsterDraggable = /** @class */ (function () {
4791
4170
  function GridsterDraggable(gridsterItem, gridster, zone) {
@@ -5089,10 +4468,6 @@ var GridsterDraggable = /** @class */ (function () {
5089
4468
  this.gridsterItem.$item.cols = itemColsbackup;
5090
4469
  this.gridsterItem.$item.rows = itemRowsbackup;
5091
4470
  }
5092
- else {
5093
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
5094
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
5095
- }
5096
4471
  return this.gridsterItem.$item;
5097
4472
  };
5098
4473
  /**
@@ -5249,84 +4624,11 @@ var GridsterDraggable = /** @class */ (function () {
5249
4624
  { type: NgZone }
5250
4625
  ]; };
5251
4626
  return GridsterDraggable;
5252
- }());
5253
- if (false) {
5254
- /** @type {?} */
5255
- GridsterDraggable.prototype.gridsterItem;
5256
- /** @type {?} */
5257
- GridsterDraggable.prototype.gridster;
5258
- /** @type {?} */
5259
- GridsterDraggable.prototype.lastMouse;
5260
- /** @type {?} */
5261
- GridsterDraggable.prototype.offsetLeft;
5262
- /** @type {?} */
5263
- GridsterDraggable.prototype.offsetTop;
5264
- /** @type {?} */
5265
- GridsterDraggable.prototype.margin;
5266
- /** @type {?} */
5267
- GridsterDraggable.prototype.diffTop;
5268
- /** @type {?} */
5269
- GridsterDraggable.prototype.diffLeft;
5270
- /** @type {?} */
5271
- GridsterDraggable.prototype.top;
5272
- /** @type {?} */
5273
- GridsterDraggable.prototype.left;
5274
- /** @type {?} */
5275
- GridsterDraggable.prototype.height;
5276
- /** @type {?} */
5277
- GridsterDraggable.prototype.width;
5278
- /** @type {?} */
5279
- GridsterDraggable.prototype.positionX;
5280
- /** @type {?} */
5281
- GridsterDraggable.prototype.positionY;
5282
- /** @type {?} */
5283
- GridsterDraggable.prototype.positionXBackup;
5284
- /** @type {?} */
5285
- GridsterDraggable.prototype.positionYBackup;
5286
- /** @type {?} */
5287
- GridsterDraggable.prototype.enabled;
5288
- /** @type {?} */
5289
- GridsterDraggable.prototype.dragStartFunction;
5290
- /** @type {?} */
5291
- GridsterDraggable.prototype.dragFunction;
5292
- /** @type {?} */
5293
- GridsterDraggable.prototype.dragStopFunction;
5294
- /** @type {?} */
5295
- GridsterDraggable.prototype.mousemove;
5296
- /** @type {?} */
5297
- GridsterDraggable.prototype.mouseup;
5298
- /** @type {?} */
5299
- GridsterDraggable.prototype.mouseleave;
5300
- /** @type {?} */
5301
- GridsterDraggable.prototype.cancelOnBlur;
5302
- /** @type {?} */
5303
- GridsterDraggable.prototype.touchmove;
5304
- /** @type {?} */
5305
- GridsterDraggable.prototype.touchend;
5306
- /** @type {?} */
5307
- GridsterDraggable.prototype.touchcancel;
5308
- /** @type {?} */
5309
- GridsterDraggable.prototype.mousedown;
5310
- /** @type {?} */
5311
- GridsterDraggable.prototype.touchstart;
5312
- /** @type {?} */
5313
- GridsterDraggable.prototype.push;
5314
- /** @type {?} */
5315
- GridsterDraggable.prototype.swap;
5316
- /** @type {?} */
5317
- GridsterDraggable.prototype.path;
5318
- /** @type {?} */
5319
- GridsterDraggable.prototype.collision;
5320
- /**
5321
- * @type {?}
5322
- * @private
5323
- */
5324
- GridsterDraggable.prototype.zone;
5325
- }
4627
+ }());
5326
4628
 
5327
4629
  /**
5328
4630
  * @fileoverview added by tsickle
5329
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4631
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5330
4632
  */
5331
4633
  var GridsterPushResize = /** @class */ (function () {
5332
4634
  function GridsterPushResize(gridsterItem) {
@@ -5706,46 +5008,11 @@ var GridsterPushResize = /** @class */ (function () {
5706
5008
  { type: GridsterItemComponentInterface }
5707
5009
  ]; };
5708
5010
  return GridsterPushResize;
5709
- }());
5710
- if (false) {
5711
- /** @type {?} */
5712
- GridsterPushResize.prototype.fromSouth;
5713
- /** @type {?} */
5714
- GridsterPushResize.prototype.fromNorth;
5715
- /** @type {?} */
5716
- GridsterPushResize.prototype.fromEast;
5717
- /** @type {?} */
5718
- GridsterPushResize.prototype.fromWest;
5719
- /**
5720
- * @type {?}
5721
- * @private
5722
- */
5723
- GridsterPushResize.prototype.pushedItems;
5724
- /**
5725
- * @type {?}
5726
- * @private
5727
- */
5728
- GridsterPushResize.prototype.pushedItemsPath;
5729
- /**
5730
- * @type {?}
5731
- * @private
5732
- */
5733
- GridsterPushResize.prototype.gridsterItem;
5734
- /**
5735
- * @type {?}
5736
- * @private
5737
- */
5738
- GridsterPushResize.prototype.gridster;
5739
- /**
5740
- * @type {?}
5741
- * @private
5742
- */
5743
- GridsterPushResize.prototype.tryPattern;
5744
- }
5011
+ }());
5745
5012
 
5746
5013
  /**
5747
5014
  * @fileoverview added by tsickle
5748
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5015
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5749
5016
  */
5750
5017
  var GridsterResizable = /** @class */ (function () {
5751
5018
  function GridsterResizable(gridsterItem, gridster, zone) {
@@ -6287,86 +5554,11 @@ var GridsterResizable = /** @class */ (function () {
6287
5554
  { type: NgZone }
6288
5555
  ]; };
6289
5556
  return GridsterResizable;
6290
- }());
6291
- if (false) {
6292
- /** @type {?} */
6293
- GridsterResizable.prototype.gridsterItem;
6294
- /** @type {?} */
6295
- GridsterResizable.prototype.gridster;
6296
- /** @type {?} */
6297
- GridsterResizable.prototype.lastMouse;
6298
- /** @type {?} */
6299
- GridsterResizable.prototype.itemBackup;
6300
- /** @type {?} */
6301
- GridsterResizable.prototype.resizeEventScrollType;
6302
- /** @type {?} */
6303
- GridsterResizable.prototype.directionFunction;
6304
- /** @type {?} */
6305
- GridsterResizable.prototype.dragFunction;
6306
- /** @type {?} */
6307
- GridsterResizable.prototype.dragStopFunction;
6308
- /** @type {?} */
6309
- GridsterResizable.prototype.resizeEnabled;
6310
- /** @type {?} */
6311
- GridsterResizable.prototype.mousemove;
6312
- /** @type {?} */
6313
- GridsterResizable.prototype.mouseup;
6314
- /** @type {?} */
6315
- GridsterResizable.prototype.mouseleave;
6316
- /** @type {?} */
6317
- GridsterResizable.prototype.cancelOnBlur;
6318
- /** @type {?} */
6319
- GridsterResizable.prototype.touchmove;
6320
- /** @type {?} */
6321
- GridsterResizable.prototype.touchend;
6322
- /** @type {?} */
6323
- GridsterResizable.prototype.touchcancel;
6324
- /** @type {?} */
6325
- GridsterResizable.prototype.push;
6326
- /** @type {?} */
6327
- GridsterResizable.prototype.pushResize;
6328
- /** @type {?} */
6329
- GridsterResizable.prototype.minHeight;
6330
- /** @type {?} */
6331
- GridsterResizable.prototype.minWidth;
6332
- /** @type {?} */
6333
- GridsterResizable.prototype.offsetTop;
6334
- /** @type {?} */
6335
- GridsterResizable.prototype.offsetLeft;
6336
- /** @type {?} */
6337
- GridsterResizable.prototype.diffTop;
6338
- /** @type {?} */
6339
- GridsterResizable.prototype.diffLeft;
6340
- /** @type {?} */
6341
- GridsterResizable.prototype.diffRight;
6342
- /** @type {?} */
6343
- GridsterResizable.prototype.diffBottom;
6344
- /** @type {?} */
6345
- GridsterResizable.prototype.margin;
6346
- /** @type {?} */
6347
- GridsterResizable.prototype.top;
6348
- /** @type {?} */
6349
- GridsterResizable.prototype.left;
6350
- /** @type {?} */
6351
- GridsterResizable.prototype.bottom;
6352
- /** @type {?} */
6353
- GridsterResizable.prototype.right;
6354
- /** @type {?} */
6355
- GridsterResizable.prototype.width;
6356
- /** @type {?} */
6357
- GridsterResizable.prototype.height;
6358
- /** @type {?} */
6359
- GridsterResizable.prototype.newPosition;
6360
- /**
6361
- * @type {?}
6362
- * @private
6363
- */
6364
- GridsterResizable.prototype.zone;
6365
- }
5557
+ }());
6366
5558
 
6367
5559
  /**
6368
5560
  * @fileoverview added by tsickle
6369
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5561
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6370
5562
  */
6371
5563
  var GridsterItemComponent = /** @class */ (function () {
6372
5564
  function GridsterItemComponent(el, gridster, renderer, zone) {
@@ -6561,44 +5753,11 @@ var GridsterItemComponent = /** @class */ (function () {
6561
5753
  item: [{ type: Input }]
6562
5754
  };
6563
5755
  return GridsterItemComponent;
6564
- }());
6565
- if (false) {
6566
- /** @type {?} */
6567
- GridsterItemComponent.prototype.item;
6568
- /** @type {?} */
6569
- GridsterItemComponent.prototype.$item;
6570
- /** @type {?} */
6571
- GridsterItemComponent.prototype.el;
6572
- /** @type {?} */
6573
- GridsterItemComponent.prototype.gridster;
6574
- /** @type {?} */
6575
- GridsterItemComponent.prototype.top;
6576
- /** @type {?} */
6577
- GridsterItemComponent.prototype.left;
6578
- /** @type {?} */
6579
- GridsterItemComponent.prototype.width;
6580
- /** @type {?} */
6581
- GridsterItemComponent.prototype.height;
6582
- /** @type {?} */
6583
- GridsterItemComponent.prototype.drag;
6584
- /** @type {?} */
6585
- GridsterItemComponent.prototype.resize;
6586
- /** @type {?} */
6587
- GridsterItemComponent.prototype.notPlaced;
6588
- /** @type {?} */
6589
- GridsterItemComponent.prototype.init;
6590
- /** @type {?} */
6591
- GridsterItemComponent.prototype.renderer;
6592
- /**
6593
- * @type {?}
6594
- * @private
6595
- */
6596
- GridsterItemComponent.prototype.zone;
6597
- }
5756
+ }());
6598
5757
 
6599
5758
  /**
6600
5759
  * @fileoverview added by tsickle
6601
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5760
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6602
5761
  */
6603
5762
  var GridsterPreviewComponent = /** @class */ (function () {
6604
5763
  function GridsterPreviewComponent(el, gridster, renderer) {
@@ -6653,19 +5812,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
6653
5812
  { type: Renderer2 }
6654
5813
  ]; };
6655
5814
  return GridsterPreviewComponent;
6656
- }());
6657
- if (false) {
6658
- /** @type {?} */
6659
- GridsterPreviewComponent.prototype.el;
6660
- /** @type {?} */
6661
- GridsterPreviewComponent.prototype.gridster;
6662
- /** @type {?} */
6663
- GridsterPreviewComponent.prototype.renderer;
6664
- }
5815
+ }());
6665
5816
 
6666
5817
  /**
6667
5818
  * @fileoverview added by tsickle
6668
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5819
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6669
5820
  */
6670
5821
  var GridsterModule = /** @class */ (function () {
6671
5822
  function GridsterModule() {
@@ -6690,7 +5841,7 @@ var GridsterModule = /** @class */ (function () {
6690
5841
 
6691
5842
  /**
6692
5843
  * @fileoverview added by tsickle
6693
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5844
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6694
5845
  */
6695
5846
  /** @type {?} */
6696
5847
  var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6731,7 +5882,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
6731
5882
 
6732
5883
  /**
6733
5884
  * @fileoverview added by tsickle
6734
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5885
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6735
5886
  */
6736
5887
  /**
6737
5888
  * @abstract
@@ -6775,35 +5926,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
6775
5926
  initialize: [{ type: Input }]
6776
5927
  };
6777
5928
  return RaBaseDashboardTemplate;
6778
- }());
6779
- if (false) {
6780
- /** @type {?} */
6781
- RaBaseDashboardTemplate.prototype.userDashboardId;
6782
- /** @type {?} */
6783
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6784
- /** @type {?} */
6785
- RaBaseDashboardTemplate.prototype.appConfig;
6786
- /** @type {?} */
6787
- RaBaseDashboardTemplate.prototype.dashboardId;
6788
- /** @type {?} */
6789
- RaBaseDashboardTemplate.prototype.globalFilter;
6790
- /** @type {?} */
6791
- RaBaseDashboardTemplate.prototype.initialize;
6792
- /**
6793
- * @type {?}
6794
- * @private
6795
- */
6796
- RaBaseDashboardTemplate.prototype.ngZone;
6797
- /**
6798
- * @abstract
6799
- * @return {?}
6800
- */
6801
- RaBaseDashboardTemplate.prototype.init = function () { };
6802
- }
5929
+ }());
6803
5930
 
6804
5931
  /**
6805
5932
  * @fileoverview added by tsickle
6806
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5933
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6807
5934
  */
6808
5935
  /**
6809
5936
  * @abstract
@@ -6823,29 +5950,7 @@ var RaBaseDashboardFilter = /** @class */ (function () {
6823
5950
  getAllFilterConfig: [{ type: Input }]
6824
5951
  };
6825
5952
  return RaBaseDashboardFilter;
6826
- }());
6827
- if (false) {
6828
- /**
6829
- * @type {?}
6830
- * @private
6831
- */
6832
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6833
- /**
6834
- * @abstract
6835
- * @return {?}
6836
- */
6837
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6838
- }
6839
-
6840
- /**
6841
- * @fileoverview added by tsickle
6842
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6843
- */
6844
-
6845
- /**
6846
- * @fileoverview added by tsickle
6847
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6848
- */
5953
+ }());
6849
5954
 
6850
5955
  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 };
6851
5956
  //# sourceMappingURL=schneideress-dashboardframework.js.map