@schneideress/dashboardframework 0.0.106 → 0.0.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1178 -68
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +15 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +3 -2
  6. package/esm2015/gridster/lib/gridster.component.js +3 -2
  7. package/esm2015/gridster/lib/gridster.interface.js +3 -2
  8. package/esm2015/gridster/lib/gridster.module.js +3 -2
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +3 -2
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +3 -2
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +20 -19
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +3 -2
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +3 -2
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +3 -2
  15. package/esm2015/gridster/lib/gridsterItem.component.js +3 -2
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +3 -2
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +3 -2
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +3 -2
  19. package/esm2015/gridster/lib/gridsterPush.service.js +3 -2
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +3 -2
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +3 -2
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +3 -2
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +3 -2
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +3 -2
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +3 -2
  27. package/esm2015/lib/custom.notifier.options.js +3 -2
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +11 -3
  30. package/esm2015/lib/ra.base.dashboard.filter.js +3 -2
  31. package/esm2015/lib/ra.base.dashboard.template.js +3 -2
  32. package/esm2015/lib/ra.dashbard.event.bus.js +3 -2
  33. package/esm2015/lib/ra.dashboard.module.js +3 -2
  34. package/esm2015/lib/ra.dashboard.service.js +3 -2
  35. package/esm2015/lib/ra.event.enum.js +3 -2
  36. package/esm2015/lib/ra.gridster.config.js +3 -2
  37. package/esm2015/public-api.js +3 -2
  38. package/esm2015/schneideress-dashboardframework.js +3 -2
  39. package/esm5/gridster/index.js +3 -2
  40. package/esm5/gridster/lib/gridster.component.js +3 -2
  41. package/esm5/gridster/lib/gridster.interface.js +3 -2
  42. package/esm5/gridster/lib/gridster.module.js +3 -2
  43. package/esm5/gridster/lib/gridsterCompact.service.js +3 -2
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +3 -2
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +20 -19
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +3 -2
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +3 -2
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +3 -2
  49. package/esm5/gridster/lib/gridsterItem.component.js +3 -2
  50. package/esm5/gridster/lib/gridsterItem.interface.js +3 -2
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +3 -2
  52. package/esm5/gridster/lib/gridsterPreview.component.js +3 -2
  53. package/esm5/gridster/lib/gridsterPush.service.js +3 -2
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +3 -2
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +3 -2
  56. package/esm5/gridster/lib/gridsterResizable.service.js +3 -2
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  58. package/esm5/gridster/lib/gridsterScroll.service.js +3 -2
  59. package/esm5/gridster/lib/gridsterSwap.service.js +3 -2
  60. package/esm5/gridster/lib/gridsterUtils.service.js +3 -2
  61. package/esm5/lib/custom.notifier.options.js +3 -2
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +11 -3
  64. package/esm5/lib/ra.base.dashboard.filter.js +3 -2
  65. package/esm5/lib/ra.base.dashboard.template.js +3 -2
  66. package/esm5/lib/ra.dashbard.event.bus.js +3 -2
  67. package/esm5/lib/ra.dashboard.module.js +3 -2
  68. package/esm5/lib/ra.dashboard.service.js +3 -2
  69. package/esm5/lib/ra.event.enum.js +3 -2
  70. package/esm5/lib/ra.gridster.config.js +3 -2
  71. package/esm5/public-api.js +3 -2
  72. package/esm5/schneideress-dashboardframework.js +3 -2
  73. package/fesm2015/schneideress-dashboardframework.js +1058 -66
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1061 -69
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/package.json +1 -1
  78. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -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
  class RaDashboardService extends BaseService {
20
21
  /**
@@ -143,11 +144,19 @@ RaDashboardService.decorators = [
143
144
  RaDashboardService.ctorParameters = () => [
144
145
  { type: Injector }
145
146
  ];
146
- /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
147
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
148
+ if (false) {
149
+ /**
150
+ * @type {?}
151
+ * @private
152
+ */
153
+ RaDashboardService.prototype.loadedScripts;
154
+ }
147
155
 
148
156
  /**
149
157
  * @fileoverview added by tsickle
150
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
158
+ * Generated from: lib/ra.dashbard.event.bus.ts
159
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
151
160
  */
152
161
  class RADashboardEventBus {
153
162
  constructor() {
@@ -217,11 +226,19 @@ RADashboardEventBus.decorators = [
217
226
  providedIn: 'root'
218
227
  },] }
219
228
  ];
220
- /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
229
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
230
+ if (false) {
231
+ /**
232
+ * @type {?}
233
+ * @private
234
+ */
235
+ RADashboardEventBus.prototype.eventQueue;
236
+ }
221
237
 
222
238
  /**
223
239
  * @fileoverview added by tsickle
224
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
240
+ * Generated from: lib/ra.event.enum.ts
241
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
225
242
  */
226
243
  /** @enum {string} */
227
244
  const RAEvent = {
@@ -270,38 +287,225 @@ const RAEventKey = {
270
287
 
271
288
  /**
272
289
  * @fileoverview added by tsickle
273
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
290
+ * Generated from: gridster/lib/gridsterConfig.interface.ts
291
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
274
292
  */
275
293
  /** @enum {string} */
276
294
  const GridType = {
277
- Fit: 'fit',
278
- ScrollVertical: 'scrollVertical',
279
- ScrollHorizontal: 'scrollHorizontal',
280
- Fixed: 'fixed',
281
- VerticalFixed: 'verticalFixed',
282
- HorizontalFixed: 'horizontalFixed',
295
+ Fit: "fit",
296
+ ScrollVertical: "scrollVertical",
297
+ ScrollHorizontal: "scrollHorizontal",
298
+ Fixed: "fixed",
299
+ VerticalFixed: "verticalFixed",
300
+ HorizontalFixed: "horizontalFixed",
283
301
  };
284
302
  /** @enum {string} */
285
303
  const DisplayGrid = {
286
- Always: 'always',
287
- OnDragAndResize: 'onDrag&Resize',
288
- None: 'none',
304
+ Always: "always",
305
+ OnDragAndResize: "onDrag&Resize",
306
+ None: "none",
289
307
  };
290
308
  /** @enum {string} */
291
309
  const CompactType = {
292
- None: 'none',
293
- CompactUp: 'compactUp',
294
- CompactLeft: 'compactLeft',
295
- CompactUpAndLeft: 'compactUp&Left',
296
- CompactLeftAndUp: 'compactLeft&Up',
297
- CompactRight: 'compactRight',
298
- CompactUpAndRight: 'compactUp&Right',
299
- CompactRightAndUp: 'compactRight&Up',
300
- };
310
+ None: "none",
311
+ CompactUp: "compactUp",
312
+ CompactLeft: "compactLeft",
313
+ CompactUpAndLeft: "compactUp&Left",
314
+ CompactLeftAndUp: "compactLeft&Up",
315
+ CompactRight: "compactRight",
316
+ CompactUpAndRight: "compactUp&Right",
317
+ CompactRightAndUp: "compactRight&Up",
318
+ };
319
+ /**
320
+ * @record
321
+ */
322
+ function GridsterConfig() { }
323
+ if (false) {
324
+ /** @type {?|undefined} */
325
+ GridsterConfig.prototype.gridType;
326
+ /** @type {?|undefined} */
327
+ GridsterConfig.prototype.fixedColWidth;
328
+ /** @type {?|undefined} */
329
+ GridsterConfig.prototype.fixedRowHeight;
330
+ /** @type {?|undefined} */
331
+ GridsterConfig.prototype.keepFixedHeightInMobile;
332
+ /** @type {?|undefined} */
333
+ GridsterConfig.prototype.keepFixedWidthInMobile;
334
+ /** @type {?|undefined} */
335
+ GridsterConfig.prototype.setGridSize;
336
+ /** @type {?|undefined} */
337
+ GridsterConfig.prototype.compactType;
338
+ /** @type {?|undefined} */
339
+ GridsterConfig.prototype.mobileBreakpoint;
340
+ /** @type {?|undefined} */
341
+ GridsterConfig.prototype.minCols;
342
+ /** @type {?|undefined} */
343
+ GridsterConfig.prototype.maxCols;
344
+ /** @type {?|undefined} */
345
+ GridsterConfig.prototype.minRows;
346
+ /** @type {?|undefined} */
347
+ GridsterConfig.prototype.maxRows;
348
+ /** @type {?|undefined} */
349
+ GridsterConfig.prototype.defaultItemCols;
350
+ /** @type {?|undefined} */
351
+ GridsterConfig.prototype.defaultItemRows;
352
+ /** @type {?|undefined} */
353
+ GridsterConfig.prototype.maxItemCols;
354
+ /** @type {?|undefined} */
355
+ GridsterConfig.prototype.maxItemRows;
356
+ /** @type {?|undefined} */
357
+ GridsterConfig.prototype.minItemCols;
358
+ /** @type {?|undefined} */
359
+ GridsterConfig.prototype.minItemRows;
360
+ /** @type {?|undefined} */
361
+ GridsterConfig.prototype.minItemArea;
362
+ /** @type {?|undefined} */
363
+ GridsterConfig.prototype.maxItemArea;
364
+ /** @type {?|undefined} */
365
+ GridsterConfig.prototype.margin;
366
+ /** @type {?|undefined} */
367
+ GridsterConfig.prototype.outerMargin;
368
+ /** @type {?|undefined} */
369
+ GridsterConfig.prototype.outerMarginTop;
370
+ /** @type {?|undefined} */
371
+ GridsterConfig.prototype.outerMarginRight;
372
+ /** @type {?|undefined} */
373
+ GridsterConfig.prototype.outerMarginBottom;
374
+ /** @type {?|undefined} */
375
+ GridsterConfig.prototype.outerMarginLeft;
376
+ /** @type {?|undefined} */
377
+ GridsterConfig.prototype.useTransformPositioning;
378
+ /** @type {?|undefined} */
379
+ GridsterConfig.prototype.scrollSensitivity;
380
+ /** @type {?|undefined} */
381
+ GridsterConfig.prototype.scrollSpeed;
382
+ /** @type {?|undefined} */
383
+ GridsterConfig.prototype.initCallback;
384
+ /** @type {?|undefined} */
385
+ GridsterConfig.prototype.destroyCallback;
386
+ /** @type {?|undefined} */
387
+ GridsterConfig.prototype.gridSizeChangedCallback;
388
+ /** @type {?|undefined} */
389
+ GridsterConfig.prototype.itemChangeCallback;
390
+ /** @type {?|undefined} */
391
+ GridsterConfig.prototype.itemResizeCallback;
392
+ /** @type {?|undefined} */
393
+ GridsterConfig.prototype.itemInitCallback;
394
+ /** @type {?|undefined} */
395
+ GridsterConfig.prototype.itemRemovedCallback;
396
+ /** @type {?|undefined} */
397
+ GridsterConfig.prototype.itemValidateCallback;
398
+ /** @type {?|undefined} */
399
+ GridsterConfig.prototype.draggable;
400
+ /** @type {?|undefined} */
401
+ GridsterConfig.prototype.resizable;
402
+ /** @type {?|undefined} */
403
+ GridsterConfig.prototype.swap;
404
+ /** @type {?|undefined} */
405
+ GridsterConfig.prototype.pushItems;
406
+ /** @type {?|undefined} */
407
+ GridsterConfig.prototype.disablePushOnDrag;
408
+ /** @type {?|undefined} */
409
+ GridsterConfig.prototype.disablePushOnResize;
410
+ /** @type {?|undefined} */
411
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
412
+ /** @type {?|undefined} */
413
+ GridsterConfig.prototype.pushDirections;
414
+ /** @type {?|undefined} */
415
+ GridsterConfig.prototype.pushResizeItems;
416
+ /** @type {?|undefined} */
417
+ GridsterConfig.prototype.displayGrid;
418
+ /** @type {?|undefined} */
419
+ GridsterConfig.prototype.disableWindowResize;
420
+ /** @type {?|undefined} */
421
+ GridsterConfig.prototype.disableWarnings;
422
+ /** @type {?|undefined} */
423
+ GridsterConfig.prototype.scrollToNewItems;
424
+ /** @type {?|undefined} */
425
+ GridsterConfig.prototype.enableEmptyCellClick;
426
+ /** @type {?|undefined} */
427
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
428
+ /** @type {?|undefined} */
429
+ GridsterConfig.prototype.enableEmptyCellDrop;
430
+ /** @type {?|undefined} */
431
+ GridsterConfig.prototype.enableEmptyCellDrag;
432
+ /** @type {?|undefined} */
433
+ GridsterConfig.prototype.emptyCellClickCallback;
434
+ /** @type {?|undefined} */
435
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
436
+ /** @type {?|undefined} */
437
+ GridsterConfig.prototype.emptyCellDropCallback;
438
+ /** @type {?|undefined} */
439
+ GridsterConfig.prototype.emptyCellDragCallback;
440
+ /** @type {?|undefined} */
441
+ GridsterConfig.prototype.emptyCellDragMaxCols;
442
+ /** @type {?|undefined} */
443
+ GridsterConfig.prototype.emptyCellDragMaxRows;
444
+ /** @type {?|undefined} */
445
+ GridsterConfig.prototype.ignoreMarginInRow;
446
+ /** @type {?|undefined} */
447
+ GridsterConfig.prototype.autoResizeonDrag;
448
+ /** @type {?|undefined} */
449
+ GridsterConfig.prototype.api;
450
+ /* Skipping unhandled member: [propName: string]: any;*/
451
+ }
452
+ /**
453
+ * @record
454
+ */
455
+ function DragBase() { }
456
+ if (false) {
457
+ /** @type {?|undefined} */
458
+ DragBase.prototype.enabled;
459
+ /** @type {?|undefined} */
460
+ DragBase.prototype.stop;
461
+ /** @type {?|undefined} */
462
+ DragBase.prototype.start;
463
+ /** @type {?|undefined} */
464
+ DragBase.prototype.delayStart;
465
+ }
466
+ /**
467
+ * @record
468
+ */
469
+ function Draggable() { }
470
+ if (false) {
471
+ /** @type {?|undefined} */
472
+ Draggable.prototype.ignoreContentClass;
473
+ /** @type {?|undefined} */
474
+ Draggable.prototype.ignoreContent;
475
+ /** @type {?|undefined} */
476
+ Draggable.prototype.dragHandleClass;
477
+ /** @type {?|undefined} */
478
+ Draggable.prototype.dropOverItems;
479
+ /** @type {?|undefined} */
480
+ Draggable.prototype.dropOverItemsCallback;
481
+ }
482
+ /**
483
+ * @record
484
+ */
485
+ function Resizable() { }
486
+ if (false) {
487
+ /** @type {?|undefined} */
488
+ Resizable.prototype.handles;
489
+ }
490
+ /**
491
+ * @record
492
+ */
493
+ function PushDirections() { }
494
+ if (false) {
495
+ /** @type {?} */
496
+ PushDirections.prototype.north;
497
+ /** @type {?} */
498
+ PushDirections.prototype.east;
499
+ /** @type {?} */
500
+ PushDirections.prototype.south;
501
+ /** @type {?} */
502
+ PushDirections.prototype.west;
503
+ }
301
504
 
302
505
  /**
303
506
  * @fileoverview added by tsickle
304
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
507
+ * Generated from: lib/ra.gridster.config.ts
508
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
305
509
  */
306
510
  /** @type {?} */
307
511
  const GridsterConfigDefaultSettings = {
@@ -367,7 +571,8 @@ const GridsterConfigDefaultSettings = {
367
571
 
368
572
  /**
369
573
  * @fileoverview added by tsickle
370
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
574
+ * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
575
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
371
576
  */
372
577
  class RADashboardArea {
373
578
  /**
@@ -812,11 +1017,88 @@ RADashboardArea.propDecorators = {
812
1017
  appConfig: [{ type: Input, args: ['app-config',] }],
813
1018
  gridWrapper: [{ type: ViewChild, args: ['gridWrapper', { static: false },] }],
814
1019
  onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
815
- };
1020
+ };
1021
+ if (false) {
1022
+ /** @type {?} */
1023
+ RADashboardArea.prototype.widgetList;
1024
+ /** @type {?} */
1025
+ RADashboardArea.prototype.options;
1026
+ /** @type {?} */
1027
+ RADashboardArea.prototype.gridheight;
1028
+ /**
1029
+ * @type {?}
1030
+ * @private
1031
+ */
1032
+ RADashboardArea.prototype.conifgAddClick;
1033
+ /**
1034
+ * @type {?}
1035
+ * @private
1036
+ */
1037
+ RADashboardArea.prototype.widgetDeleteEvent;
1038
+ /**
1039
+ * @type {?}
1040
+ * @private
1041
+ */
1042
+ RADashboardArea.prototype.widgetAddEvent;
1043
+ /**
1044
+ * @type {?}
1045
+ * @private
1046
+ */
1047
+ RADashboardArea.prototype.widgetLibraryDoneClick;
1048
+ /**
1049
+ * @type {?}
1050
+ * @private
1051
+ */
1052
+ RADashboardArea.prototype.isWidgetLoaded;
1053
+ /** @type {?} */
1054
+ RADashboardArea.prototype.domResized;
1055
+ /** @type {?} */
1056
+ RADashboardArea.prototype.userDashboardId;
1057
+ /** @type {?} */
1058
+ RADashboardArea.prototype.areaKey;
1059
+ /** @type {?} */
1060
+ RADashboardArea.prototype.globalFilter;
1061
+ /** @type {?} */
1062
+ RADashboardArea.prototype.raDashboardEventBus;
1063
+ /** @type {?} */
1064
+ RADashboardArea.prototype.widgetHeight;
1065
+ /** @type {?} */
1066
+ RADashboardArea.prototype.widgetWidth;
1067
+ /** @type {?} */
1068
+ RADashboardArea.prototype.appConfig;
1069
+ /** @type {?} */
1070
+ RADashboardArea.prototype.gridWrapper;
1071
+ /**
1072
+ * @type {?}
1073
+ * @private
1074
+ */
1075
+ RADashboardArea.prototype.dashboardService;
1076
+ /**
1077
+ * @type {?}
1078
+ * @private
1079
+ */
1080
+ RADashboardArea.prototype.ngZone;
1081
+ /**
1082
+ * @type {?}
1083
+ * @private
1084
+ */
1085
+ RADashboardArea.prototype.ngxService;
1086
+ /**
1087
+ * @type {?}
1088
+ * @private
1089
+ */
1090
+ RADashboardArea.prototype.translateService;
1091
+ /**
1092
+ * @type {?}
1093
+ * @private
1094
+ */
1095
+ RADashboardArea.prototype.notifier;
1096
+ }
816
1097
 
817
1098
  /**
818
1099
  * @fileoverview added by tsickle
819
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1100
+ * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1101
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
820
1102
  */
821
1103
  class RAWidgetContainer {
822
1104
  /**
@@ -1027,6 +1309,13 @@ class RAWidgetContainer {
1027
1309
  else
1028
1310
  this.showPanel = false;
1029
1311
  }));
1312
+ widgetContainer.widgetElement.addEventListener('config-edit-clicked', (/**
1313
+ * @param {?} e
1314
+ * @return {?}
1315
+ */
1316
+ (e) => {
1317
+ widgetContainer.editWidget();
1318
+ }));
1030
1319
  /** @type {?} */
1031
1320
  let titleLineEnabled = widgetContainer.widgetElement.titleLineEnabled();
1032
1321
  if (typeof (titleLineEnabled) != 'undefined') {
@@ -1200,7 +1489,7 @@ RAWidgetContainer.decorators = [
1200
1489
  { type: Component, args: [{
1201
1490
  selector: 'ra-widget-container',
1202
1491
  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>",
1203
- 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}"]
1492
+ styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1204
1493
  }] }
1205
1494
  ];
1206
1495
  /** @nocollapse */
@@ -1227,11 +1516,118 @@ RAWidgetContainer.propDecorators = {
1227
1516
  gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
1228
1517
  widgetDeleted: [{ type: Output }],
1229
1518
  setResized: [{ type: Input, args: ['dom-resized',] }]
1230
- };
1519
+ };
1520
+ if (false) {
1521
+ /** @type {?} */
1522
+ RAWidgetContainer.prototype.showPanel;
1523
+ /**
1524
+ * @type {?}
1525
+ * @private
1526
+ */
1527
+ RAWidgetContainer.prototype.isWidgetLoaded;
1528
+ /**
1529
+ * @type {?}
1530
+ * @private
1531
+ */
1532
+ RAWidgetContainer.prototype.widgetElement;
1533
+ /**
1534
+ * @type {?}
1535
+ * @private
1536
+ */
1537
+ RAWidgetContainer.prototype.configChanged;
1538
+ /**
1539
+ * @type {?}
1540
+ * @private
1541
+ */
1542
+ RAWidgetContainer.prototype.isIEOrEdge;
1543
+ /** @type {?} */
1544
+ RAWidgetContainer.prototype.widgetHeight;
1545
+ /** @type {?} */
1546
+ RAWidgetContainer.prototype.lockClass;
1547
+ /** @type {?} */
1548
+ RAWidgetContainer.prototype.lockStatus;
1549
+ /** @type {?} */
1550
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1551
+ /** @type {?} */
1552
+ RAWidgetContainer.prototype.dropDownShown;
1553
+ /** @type {?} */
1554
+ RAWidgetContainer.prototype.isDownloadChartVisible;
1555
+ /** @type {?} */
1556
+ RAWidgetContainer.prototype.downloadIconType;
1557
+ /** @type {?} */
1558
+ RAWidgetContainer.prototype.enableTitleLine;
1559
+ /** @type {?} */
1560
+ RAWidgetContainer.prototype.toolTipValue;
1561
+ /** @type {?} */
1562
+ RAWidgetContainer.prototype.toolTipWidth;
1563
+ /** @type {?} */
1564
+ RAWidgetContainer.prototype.ctlWidget;
1565
+ /** @type {?} */
1566
+ RAWidgetContainer.prototype.widgetDropdown;
1567
+ /** @type {?} */
1568
+ RAWidgetContainer.prototype.widgetDownload;
1569
+ /** @type {?} */
1570
+ RAWidgetContainer.prototype.searchInput;
1571
+ /** @type {?} */
1572
+ RAWidgetContainer.prototype.widgetInstanceId;
1573
+ /** @type {?} */
1574
+ RAWidgetContainer.prototype.globalFilter;
1575
+ /** @type {?} */
1576
+ RAWidgetContainer.prototype.data;
1577
+ /** @type {?} */
1578
+ RAWidgetContainer.prototype.raDashboardEventBus;
1579
+ /** @type {?} */
1580
+ RAWidgetContainer.prototype.appConfig;
1581
+ /** @type {?} */
1582
+ RAWidgetContainer.prototype.width;
1583
+ /** @type {?} */
1584
+ RAWidgetContainer.prototype.height;
1585
+ /** @type {?} */
1586
+ RAWidgetContainer.prototype.gridCellHeight;
1587
+ /** @type {?} */
1588
+ RAWidgetContainer.prototype.widgetDeleted;
1589
+ /** @type {?} */
1590
+ RAWidgetContainer.prototype.lockTitle;
1591
+ /** @type {?} */
1592
+ RAWidgetContainer.prototype.domResized;
1593
+ /** @type {?} */
1594
+ RAWidgetContainer.prototype.lockVisible;
1595
+ /**
1596
+ * @type {?}
1597
+ * @private
1598
+ */
1599
+ RAWidgetContainer.prototype.dashboardService;
1600
+ /**
1601
+ * @type {?}
1602
+ * @private
1603
+ */
1604
+ RAWidgetContainer.prototype.ngxService;
1605
+ /**
1606
+ * @type {?}
1607
+ * @private
1608
+ */
1609
+ RAWidgetContainer.prototype.translateService;
1610
+ /**
1611
+ * @type {?}
1612
+ * @private
1613
+ */
1614
+ RAWidgetContainer.prototype.ngZone;
1615
+ /**
1616
+ * @type {?}
1617
+ * @private
1618
+ */
1619
+ RAWidgetContainer.prototype.notifier;
1620
+ /**
1621
+ * @type {?}
1622
+ * @private
1623
+ */
1624
+ RAWidgetContainer.prototype.renderer;
1625
+ }
1231
1626
 
1232
1627
  /**
1233
1628
  * @fileoverview added by tsickle
1234
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1629
+ * Generated from: lib/custom.notifier.options.ts
1630
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1235
1631
  */
1236
1632
  /** @type {?} */
1237
1633
  const customNotifierOptions = {
@@ -1277,7 +1673,8 @@ const customNotifierOptions = {
1277
1673
 
1278
1674
  /**
1279
1675
  * @fileoverview added by tsickle
1280
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1676
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
1677
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1281
1678
  */
1282
1679
  /** @type {?} */
1283
1680
  const GridsterConfigService = {
@@ -1455,7 +1852,8 @@ const GridsterConfigService = {
1455
1852
 
1456
1853
  /**
1457
1854
  * @fileoverview added by tsickle
1458
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1855
+ * Generated from: gridster/lib/gridsterUtils.service.ts
1856
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1459
1857
  */
1460
1858
  class GridsterUtils {
1461
1859
  /**
@@ -1591,17 +1989,93 @@ GridsterUtils.decorators = [
1591
1989
 
1592
1990
  /**
1593
1991
  * @fileoverview added by tsickle
1594
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1992
+ * Generated from: gridster/lib/gridster.interface.ts
1993
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1595
1994
  */
1596
1995
  /**
1597
1996
  * @abstract
1598
1997
  */
1599
1998
  class GridsterComponentInterface {
1999
+ }
2000
+ if (false) {
2001
+ /** @type {?} */
2002
+ GridsterComponentInterface.prototype.$options;
2003
+ /** @type {?} */
2004
+ GridsterComponentInterface.prototype.grid;
2005
+ /** @type {?} */
2006
+ GridsterComponentInterface.prototype.checkCollision;
2007
+ /** @type {?} */
2008
+ GridsterComponentInterface.prototype.positionXToPixels;
2009
+ /** @type {?} */
2010
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2011
+ /** @type {?} */
2012
+ GridsterComponentInterface.prototype.positionYToPixels;
2013
+ /** @type {?} */
2014
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2015
+ /** @type {?} */
2016
+ GridsterComponentInterface.prototype.findItemWithItem;
2017
+ /** @type {?} */
2018
+ GridsterComponentInterface.prototype.findItemsWithItem;
2019
+ /** @type {?} */
2020
+ GridsterComponentInterface.prototype.checkGridCollision;
2021
+ /** @type {?} */
2022
+ GridsterComponentInterface.prototype.el;
2023
+ /** @type {?} */
2024
+ GridsterComponentInterface.prototype.renderer;
2025
+ /** @type {?} */
2026
+ GridsterComponentInterface.prototype.gridRenderer;
2027
+ /** @type {?} */
2028
+ GridsterComponentInterface.prototype.cdRef;
2029
+ /** @type {?} */
2030
+ GridsterComponentInterface.prototype.options;
2031
+ /** @type {?} */
2032
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2033
+ /** @type {?} */
2034
+ GridsterComponentInterface.prototype.updateGrid;
2035
+ /** @type {?} */
2036
+ GridsterComponentInterface.prototype.movingItem;
2037
+ /** @type {?} */
2038
+ GridsterComponentInterface.prototype.addItem;
2039
+ /** @type {?} */
2040
+ GridsterComponentInterface.prototype.removeItem;
2041
+ /** @type {?} */
2042
+ GridsterComponentInterface.prototype.previewStyle;
2043
+ /** @type {?} */
2044
+ GridsterComponentInterface.prototype.mobile;
2045
+ /** @type {?} */
2046
+ GridsterComponentInterface.prototype.curWidth;
2047
+ /** @type {?} */
2048
+ GridsterComponentInterface.prototype.curHeight;
2049
+ /** @type {?} */
2050
+ GridsterComponentInterface.prototype.columns;
2051
+ /** @type {?} */
2052
+ GridsterComponentInterface.prototype.rows;
2053
+ /** @type {?} */
2054
+ GridsterComponentInterface.prototype.curColWidth;
2055
+ /** @type {?} */
2056
+ GridsterComponentInterface.prototype.curRowHeight;
2057
+ /** @type {?} */
2058
+ GridsterComponentInterface.prototype.windowResize;
2059
+ /** @type {?} */
2060
+ GridsterComponentInterface.prototype.setGridDimensions;
2061
+ /** @type {?} */
2062
+ GridsterComponentInterface.prototype.dragInProgress;
2063
+ /** @type {?} */
2064
+ GridsterComponentInterface.prototype.emptyCell;
2065
+ /** @type {?} */
2066
+ GridsterComponentInterface.prototype.compact;
2067
+ /** @type {?} */
2068
+ GridsterComponentInterface.prototype.zone;
2069
+ /** @type {?} */
2070
+ GridsterComponentInterface.prototype.gridRows;
2071
+ /** @type {?} */
2072
+ GridsterComponentInterface.prototype.gridColumns;
1600
2073
  }
1601
2074
 
1602
2075
  /**
1603
2076
  * @fileoverview added by tsickle
1604
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2077
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2078
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1605
2079
  */
1606
2080
  class GridsterEmptyCell {
1607
2081
  /**
@@ -1878,11 +2352,45 @@ GridsterEmptyCell.decorators = [
1878
2352
  /** @nocollapse */
1879
2353
  GridsterEmptyCell.ctorParameters = () => [
1880
2354
  { type: GridsterComponentInterface }
1881
- ];
2355
+ ];
2356
+ if (false) {
2357
+ /** @type {?} */
2358
+ GridsterEmptyCell.prototype.initialItem;
2359
+ /** @type {?} */
2360
+ GridsterEmptyCell.prototype.emptyCellClick;
2361
+ /** @type {?} */
2362
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2363
+ /** @type {?} */
2364
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2365
+ /** @type {?} */
2366
+ GridsterEmptyCell.prototype.emptyCellDrop;
2367
+ /** @type {?} */
2368
+ GridsterEmptyCell.prototype.emptyCellDrag;
2369
+ /** @type {?} */
2370
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2371
+ /** @type {?} */
2372
+ GridsterEmptyCell.prototype.emptyCellMMove;
2373
+ /** @type {?} */
2374
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2375
+ /** @type {?} */
2376
+ GridsterEmptyCell.prototype.emptyCellUp;
2377
+ /** @type {?} */
2378
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2379
+ /** @type {?} */
2380
+ GridsterEmptyCell.prototype.emptyCellMove;
2381
+ /** @type {?} */
2382
+ GridsterEmptyCell.prototype.emptyCellExit;
2383
+ /**
2384
+ * @type {?}
2385
+ * @private
2386
+ */
2387
+ GridsterEmptyCell.prototype.gridster;
2388
+ }
1882
2389
 
1883
2390
  /**
1884
2391
  * @fileoverview added by tsickle
1885
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2392
+ * Generated from: gridster/lib/gridsterCompact.service.ts
2393
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1886
2394
  */
1887
2395
  class GridsterCompact {
1888
2396
  /**
@@ -2091,11 +2599,19 @@ GridsterCompact.decorators = [
2091
2599
  /** @nocollapse */
2092
2600
  GridsterCompact.ctorParameters = () => [
2093
2601
  { type: GridsterComponentInterface }
2094
- ];
2602
+ ];
2603
+ if (false) {
2604
+ /**
2605
+ * @type {?}
2606
+ * @private
2607
+ */
2608
+ GridsterCompact.prototype.gridster;
2609
+ }
2095
2610
 
2096
2611
  /**
2097
2612
  * @fileoverview added by tsickle
2098
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2613
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
2614
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2099
2615
  */
2100
2616
  class GridsterRenderer {
2101
2617
  /**
@@ -2358,11 +2874,19 @@ GridsterRenderer.decorators = [
2358
2874
  /** @nocollapse */
2359
2875
  GridsterRenderer.ctorParameters = () => [
2360
2876
  { type: GridsterComponentInterface }
2361
- ];
2877
+ ];
2878
+ if (false) {
2879
+ /**
2880
+ * @type {?}
2881
+ * @private
2882
+ */
2883
+ GridsterRenderer.prototype.gridster;
2884
+ }
2362
2885
 
2363
2886
  /**
2364
2887
  * @fileoverview added by tsickle
2365
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2888
+ * Generated from: gridster/lib/gridster.component.ts
2889
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2366
2890
  */
2367
2891
  class GridsterComponent {
2368
2892
  /**
@@ -2496,6 +3020,17 @@ class GridsterComponent {
2496
3020
  if (this.options.destroyCallback) {
2497
3021
  this.options.destroyCallback(this);
2498
3022
  }
3023
+ //if (this.options.api) {
3024
+ /* this.options.api getting undefined for new dashboard load- temp fix
3025
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3026
+ * ondestroy of current this.options.api instance - needs to investigate further
3027
+ */
3028
+ if (false) {
3029
+ this.options.api.resize = undefined;
3030
+ this.options.api.optionsChanged = undefined;
3031
+ this.options.api.getNextPossiblePosition = undefined;
3032
+ this.options.api = undefined;
3033
+ }
2499
3034
  this.emptyCell.destroy();
2500
3035
  delete this.emptyCell;
2501
3036
  this.compact.destroy();
@@ -2991,21 +3526,111 @@ GridsterComponent.ctorParameters = () => [
2991
3526
  ];
2992
3527
  GridsterComponent.propDecorators = {
2993
3528
  options: [{ type: Input }]
2994
- };
3529
+ };
3530
+ if (false) {
3531
+ /** @type {?} */
3532
+ GridsterComponent.prototype.options;
3533
+ /** @type {?} */
3534
+ GridsterComponent.prototype.calculateLayoutDebounce;
3535
+ /** @type {?} */
3536
+ GridsterComponent.prototype.movingItem;
3537
+ /** @type {?} */
3538
+ GridsterComponent.prototype.previewStyle;
3539
+ /** @type {?} */
3540
+ GridsterComponent.prototype.el;
3541
+ /** @type {?} */
3542
+ GridsterComponent.prototype.$options;
3543
+ /** @type {?} */
3544
+ GridsterComponent.prototype.mobile;
3545
+ /** @type {?} */
3546
+ GridsterComponent.prototype.curWidth;
3547
+ /** @type {?} */
3548
+ GridsterComponent.prototype.curHeight;
3549
+ /** @type {?} */
3550
+ GridsterComponent.prototype.grid;
3551
+ /** @type {?} */
3552
+ GridsterComponent.prototype.columns;
3553
+ /** @type {?} */
3554
+ GridsterComponent.prototype.rows;
3555
+ /** @type {?} */
3556
+ GridsterComponent.prototype.curColWidth;
3557
+ /** @type {?} */
3558
+ GridsterComponent.prototype.curRowHeight;
3559
+ /** @type {?} */
3560
+ GridsterComponent.prototype.gridColumns;
3561
+ /** @type {?} */
3562
+ GridsterComponent.prototype.gridRows;
3563
+ /** @type {?} */
3564
+ GridsterComponent.prototype.windowResize;
3565
+ /** @type {?} */
3566
+ GridsterComponent.prototype.dragInProgress;
3567
+ /** @type {?} */
3568
+ GridsterComponent.prototype.emptyCell;
3569
+ /** @type {?} */
3570
+ GridsterComponent.prototype.compact;
3571
+ /** @type {?} */
3572
+ GridsterComponent.prototype.gridRenderer;
3573
+ /** @type {?} */
3574
+ GridsterComponent.prototype.renderer;
3575
+ /** @type {?} */
3576
+ GridsterComponent.prototype.cdRef;
3577
+ /** @type {?} */
3578
+ GridsterComponent.prototype.zone;
3579
+ }
2995
3580
 
2996
3581
  /**
2997
3582
  * @fileoverview added by tsickle
2998
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3583
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
3584
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2999
3585
  */
3000
3586
  /**
3001
3587
  * @abstract
3002
3588
  */
3003
3589
  class GridsterItemComponentInterface {
3590
+ }
3591
+ if (false) {
3592
+ /** @type {?} */
3593
+ GridsterItemComponentInterface.prototype.item;
3594
+ /** @type {?} */
3595
+ GridsterItemComponentInterface.prototype.$item;
3596
+ /** @type {?} */
3597
+ GridsterItemComponentInterface.prototype.top;
3598
+ /** @type {?} */
3599
+ GridsterItemComponentInterface.prototype.left;
3600
+ /** @type {?} */
3601
+ GridsterItemComponentInterface.prototype.width;
3602
+ /** @type {?} */
3603
+ GridsterItemComponentInterface.prototype.height;
3604
+ /** @type {?} */
3605
+ GridsterItemComponentInterface.prototype.drag;
3606
+ /** @type {?} */
3607
+ GridsterItemComponentInterface.prototype.resize;
3608
+ /** @type {?} */
3609
+ GridsterItemComponentInterface.prototype.notPlaced;
3610
+ /** @type {?} */
3611
+ GridsterItemComponentInterface.prototype.updateOptions;
3612
+ /** @type {?} */
3613
+ GridsterItemComponentInterface.prototype.itemChanged;
3614
+ /** @type {?} */
3615
+ GridsterItemComponentInterface.prototype.setSize;
3616
+ /** @type {?} */
3617
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3618
+ /** @type {?} */
3619
+ GridsterItemComponentInterface.prototype.canBeDragged;
3620
+ /** @type {?} */
3621
+ GridsterItemComponentInterface.prototype.canBeResized;
3622
+ /** @type {?} */
3623
+ GridsterItemComponentInterface.prototype.el;
3624
+ /** @type {?} */
3625
+ GridsterItemComponentInterface.prototype.gridster;
3626
+ /** @type {?} */
3627
+ GridsterItemComponentInterface.prototype.renderer;
3004
3628
  }
3005
3629
 
3006
3630
  /**
3007
3631
  * @fileoverview added by tsickle
3008
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3632
+ * Generated from: gridster/lib/gridsterSwap.service.ts
3633
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3009
3634
  */
3010
3635
  class GridsterSwap {
3011
3636
  /**
@@ -3116,11 +3741,29 @@ GridsterSwap.decorators = [
3116
3741
  /** @nocollapse */
3117
3742
  GridsterSwap.ctorParameters = () => [
3118
3743
  { type: GridsterItemComponentInterface }
3119
- ];
3744
+ ];
3745
+ if (false) {
3746
+ /**
3747
+ * @type {?}
3748
+ * @private
3749
+ */
3750
+ GridsterSwap.prototype.swapedItem;
3751
+ /**
3752
+ * @type {?}
3753
+ * @private
3754
+ */
3755
+ GridsterSwap.prototype.gridsterItem;
3756
+ /**
3757
+ * @type {?}
3758
+ * @private
3759
+ */
3760
+ GridsterSwap.prototype.gridster;
3761
+ }
3120
3762
 
3121
3763
  /**
3122
3764
  * @fileoverview added by tsickle
3123
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3765
+ * Generated from: gridster/lib/gridsterScroll.service.ts
3766
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3124
3767
  */
3125
3768
  /** @type {?} */
3126
3769
  let scrollSensitivity;
@@ -3315,7 +3958,8 @@ function cancelN() {
3315
3958
 
3316
3959
  /**
3317
3960
  * @fileoverview added by tsickle
3318
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3961
+ * Generated from: gridster/lib/gridsterPush.service.ts
3962
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3319
3963
  */
3320
3964
  class GridsterPush {
3321
3965
  /**
@@ -3726,11 +4370,62 @@ GridsterPush.decorators = [
3726
4370
  /** @nocollapse */
3727
4371
  GridsterPush.ctorParameters = () => [
3728
4372
  { type: GridsterItemComponentInterface }
3729
- ];
4373
+ ];
4374
+ if (false) {
4375
+ /** @type {?} */
4376
+ GridsterPush.prototype.fromSouth;
4377
+ /** @type {?} */
4378
+ GridsterPush.prototype.fromNorth;
4379
+ /** @type {?} */
4380
+ GridsterPush.prototype.fromEast;
4381
+ /** @type {?} */
4382
+ GridsterPush.prototype.fromWest;
4383
+ /**
4384
+ * @type {?}
4385
+ * @private
4386
+ */
4387
+ GridsterPush.prototype.pushedItems;
4388
+ /**
4389
+ * @type {?}
4390
+ * @private
4391
+ */
4392
+ GridsterPush.prototype.pushedItemsTemp;
4393
+ /**
4394
+ * @type {?}
4395
+ * @private
4396
+ */
4397
+ GridsterPush.prototype.pushedItemsTempPath;
4398
+ /**
4399
+ * @type {?}
4400
+ * @private
4401
+ */
4402
+ GridsterPush.prototype.pushedItemsPath;
4403
+ /**
4404
+ * @type {?}
4405
+ * @private
4406
+ */
4407
+ GridsterPush.prototype.gridsterItem;
4408
+ /**
4409
+ * @type {?}
4410
+ * @private
4411
+ */
4412
+ GridsterPush.prototype.gridster;
4413
+ /**
4414
+ * @type {?}
4415
+ * @private
4416
+ */
4417
+ GridsterPush.prototype.pushedItemsOrder;
4418
+ /**
4419
+ * @type {?}
4420
+ * @private
4421
+ */
4422
+ GridsterPush.prototype.tryPattern;
4423
+ }
3730
4424
 
3731
4425
  /**
3732
4426
  * @fileoverview added by tsickle
3733
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4427
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
4428
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3734
4429
  */
3735
4430
  class GridsterDraggable {
3736
4431
  /**
@@ -4008,6 +4703,10 @@ class GridsterDraggable {
4008
4703
  this.gridsterItem.$item.cols = itemColsbackup;
4009
4704
  this.gridsterItem.$item.rows = itemRowsbackup;
4010
4705
  }
4706
+ else {
4707
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4708
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4709
+ }
4011
4710
  return this.gridsterItem.$item;
4012
4711
  }
4013
4712
  /**
@@ -4152,11 +4851,85 @@ GridsterDraggable.ctorParameters = () => [
4152
4851
  { type: GridsterItemComponentInterface },
4153
4852
  { type: GridsterComponentInterface },
4154
4853
  { type: NgZone }
4155
- ];
4854
+ ];
4855
+ if (false) {
4856
+ /** @type {?} */
4857
+ GridsterDraggable.prototype.gridsterItem;
4858
+ /** @type {?} */
4859
+ GridsterDraggable.prototype.gridster;
4860
+ /** @type {?} */
4861
+ GridsterDraggable.prototype.lastMouse;
4862
+ /** @type {?} */
4863
+ GridsterDraggable.prototype.offsetLeft;
4864
+ /** @type {?} */
4865
+ GridsterDraggable.prototype.offsetTop;
4866
+ /** @type {?} */
4867
+ GridsterDraggable.prototype.margin;
4868
+ /** @type {?} */
4869
+ GridsterDraggable.prototype.diffTop;
4870
+ /** @type {?} */
4871
+ GridsterDraggable.prototype.diffLeft;
4872
+ /** @type {?} */
4873
+ GridsterDraggable.prototype.top;
4874
+ /** @type {?} */
4875
+ GridsterDraggable.prototype.left;
4876
+ /** @type {?} */
4877
+ GridsterDraggable.prototype.height;
4878
+ /** @type {?} */
4879
+ GridsterDraggable.prototype.width;
4880
+ /** @type {?} */
4881
+ GridsterDraggable.prototype.positionX;
4882
+ /** @type {?} */
4883
+ GridsterDraggable.prototype.positionY;
4884
+ /** @type {?} */
4885
+ GridsterDraggable.prototype.positionXBackup;
4886
+ /** @type {?} */
4887
+ GridsterDraggable.prototype.positionYBackup;
4888
+ /** @type {?} */
4889
+ GridsterDraggable.prototype.enabled;
4890
+ /** @type {?} */
4891
+ GridsterDraggable.prototype.dragStartFunction;
4892
+ /** @type {?} */
4893
+ GridsterDraggable.prototype.dragFunction;
4894
+ /** @type {?} */
4895
+ GridsterDraggable.prototype.dragStopFunction;
4896
+ /** @type {?} */
4897
+ GridsterDraggable.prototype.mousemove;
4898
+ /** @type {?} */
4899
+ GridsterDraggable.prototype.mouseup;
4900
+ /** @type {?} */
4901
+ GridsterDraggable.prototype.mouseleave;
4902
+ /** @type {?} */
4903
+ GridsterDraggable.prototype.cancelOnBlur;
4904
+ /** @type {?} */
4905
+ GridsterDraggable.prototype.touchmove;
4906
+ /** @type {?} */
4907
+ GridsterDraggable.prototype.touchend;
4908
+ /** @type {?} */
4909
+ GridsterDraggable.prototype.touchcancel;
4910
+ /** @type {?} */
4911
+ GridsterDraggable.prototype.mousedown;
4912
+ /** @type {?} */
4913
+ GridsterDraggable.prototype.touchstart;
4914
+ /** @type {?} */
4915
+ GridsterDraggable.prototype.push;
4916
+ /** @type {?} */
4917
+ GridsterDraggable.prototype.swap;
4918
+ /** @type {?} */
4919
+ GridsterDraggable.prototype.path;
4920
+ /** @type {?} */
4921
+ GridsterDraggable.prototype.collision;
4922
+ /**
4923
+ * @type {?}
4924
+ * @private
4925
+ */
4926
+ GridsterDraggable.prototype.zone;
4927
+ }
4156
4928
 
4157
4929
  /**
4158
4930
  * @fileoverview added by tsickle
4159
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4931
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
4932
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4160
4933
  */
4161
4934
  class GridsterPushResize {
4162
4935
  /**
@@ -4472,11 +5245,47 @@ GridsterPushResize.decorators = [
4472
5245
  /** @nocollapse */
4473
5246
  GridsterPushResize.ctorParameters = () => [
4474
5247
  { type: GridsterItemComponentInterface }
4475
- ];
5248
+ ];
5249
+ if (false) {
5250
+ /** @type {?} */
5251
+ GridsterPushResize.prototype.fromSouth;
5252
+ /** @type {?} */
5253
+ GridsterPushResize.prototype.fromNorth;
5254
+ /** @type {?} */
5255
+ GridsterPushResize.prototype.fromEast;
5256
+ /** @type {?} */
5257
+ GridsterPushResize.prototype.fromWest;
5258
+ /**
5259
+ * @type {?}
5260
+ * @private
5261
+ */
5262
+ GridsterPushResize.prototype.pushedItems;
5263
+ /**
5264
+ * @type {?}
5265
+ * @private
5266
+ */
5267
+ GridsterPushResize.prototype.pushedItemsPath;
5268
+ /**
5269
+ * @type {?}
5270
+ * @private
5271
+ */
5272
+ GridsterPushResize.prototype.gridsterItem;
5273
+ /**
5274
+ * @type {?}
5275
+ * @private
5276
+ */
5277
+ GridsterPushResize.prototype.gridster;
5278
+ /**
5279
+ * @type {?}
5280
+ * @private
5281
+ */
5282
+ GridsterPushResize.prototype.tryPattern;
5283
+ }
4476
5284
 
4477
5285
  /**
4478
5286
  * @fileoverview added by tsickle
4479
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5287
+ * Generated from: gridster/lib/gridsterResizable.service.ts
5288
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4480
5289
  */
4481
5290
  class GridsterResizable {
4482
5291
  /**
@@ -4942,11 +5751,87 @@ GridsterResizable.ctorParameters = () => [
4942
5751
  { type: GridsterItemComponentInterface },
4943
5752
  { type: GridsterComponentInterface },
4944
5753
  { type: NgZone }
4945
- ];
5754
+ ];
5755
+ if (false) {
5756
+ /** @type {?} */
5757
+ GridsterResizable.prototype.gridsterItem;
5758
+ /** @type {?} */
5759
+ GridsterResizable.prototype.gridster;
5760
+ /** @type {?} */
5761
+ GridsterResizable.prototype.lastMouse;
5762
+ /** @type {?} */
5763
+ GridsterResizable.prototype.itemBackup;
5764
+ /** @type {?} */
5765
+ GridsterResizable.prototype.resizeEventScrollType;
5766
+ /** @type {?} */
5767
+ GridsterResizable.prototype.directionFunction;
5768
+ /** @type {?} */
5769
+ GridsterResizable.prototype.dragFunction;
5770
+ /** @type {?} */
5771
+ GridsterResizable.prototype.dragStopFunction;
5772
+ /** @type {?} */
5773
+ GridsterResizable.prototype.resizeEnabled;
5774
+ /** @type {?} */
5775
+ GridsterResizable.prototype.mousemove;
5776
+ /** @type {?} */
5777
+ GridsterResizable.prototype.mouseup;
5778
+ /** @type {?} */
5779
+ GridsterResizable.prototype.mouseleave;
5780
+ /** @type {?} */
5781
+ GridsterResizable.prototype.cancelOnBlur;
5782
+ /** @type {?} */
5783
+ GridsterResizable.prototype.touchmove;
5784
+ /** @type {?} */
5785
+ GridsterResizable.prototype.touchend;
5786
+ /** @type {?} */
5787
+ GridsterResizable.prototype.touchcancel;
5788
+ /** @type {?} */
5789
+ GridsterResizable.prototype.push;
5790
+ /** @type {?} */
5791
+ GridsterResizable.prototype.pushResize;
5792
+ /** @type {?} */
5793
+ GridsterResizable.prototype.minHeight;
5794
+ /** @type {?} */
5795
+ GridsterResizable.prototype.minWidth;
5796
+ /** @type {?} */
5797
+ GridsterResizable.prototype.offsetTop;
5798
+ /** @type {?} */
5799
+ GridsterResizable.prototype.offsetLeft;
5800
+ /** @type {?} */
5801
+ GridsterResizable.prototype.diffTop;
5802
+ /** @type {?} */
5803
+ GridsterResizable.prototype.diffLeft;
5804
+ /** @type {?} */
5805
+ GridsterResizable.prototype.diffRight;
5806
+ /** @type {?} */
5807
+ GridsterResizable.prototype.diffBottom;
5808
+ /** @type {?} */
5809
+ GridsterResizable.prototype.margin;
5810
+ /** @type {?} */
5811
+ GridsterResizable.prototype.top;
5812
+ /** @type {?} */
5813
+ GridsterResizable.prototype.left;
5814
+ /** @type {?} */
5815
+ GridsterResizable.prototype.bottom;
5816
+ /** @type {?} */
5817
+ GridsterResizable.prototype.right;
5818
+ /** @type {?} */
5819
+ GridsterResizable.prototype.width;
5820
+ /** @type {?} */
5821
+ GridsterResizable.prototype.height;
5822
+ /** @type {?} */
5823
+ GridsterResizable.prototype.newPosition;
5824
+ /**
5825
+ * @type {?}
5826
+ * @private
5827
+ */
5828
+ GridsterResizable.prototype.zone;
5829
+ }
4946
5830
 
4947
5831
  /**
4948
5832
  * @fileoverview added by tsickle
4949
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5833
+ * Generated from: gridster/lib/gridsterItem.component.ts
5834
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4950
5835
  */
4951
5836
  class GridsterItemComponent {
4952
5837
  /**
@@ -5117,11 +6002,45 @@ GridsterItemComponent.ctorParameters = () => [
5117
6002
  ];
5118
6003
  GridsterItemComponent.propDecorators = {
5119
6004
  item: [{ type: Input }]
5120
- };
6005
+ };
6006
+ if (false) {
6007
+ /** @type {?} */
6008
+ GridsterItemComponent.prototype.item;
6009
+ /** @type {?} */
6010
+ GridsterItemComponent.prototype.$item;
6011
+ /** @type {?} */
6012
+ GridsterItemComponent.prototype.el;
6013
+ /** @type {?} */
6014
+ GridsterItemComponent.prototype.gridster;
6015
+ /** @type {?} */
6016
+ GridsterItemComponent.prototype.top;
6017
+ /** @type {?} */
6018
+ GridsterItemComponent.prototype.left;
6019
+ /** @type {?} */
6020
+ GridsterItemComponent.prototype.width;
6021
+ /** @type {?} */
6022
+ GridsterItemComponent.prototype.height;
6023
+ /** @type {?} */
6024
+ GridsterItemComponent.prototype.drag;
6025
+ /** @type {?} */
6026
+ GridsterItemComponent.prototype.resize;
6027
+ /** @type {?} */
6028
+ GridsterItemComponent.prototype.notPlaced;
6029
+ /** @type {?} */
6030
+ GridsterItemComponent.prototype.init;
6031
+ /** @type {?} */
6032
+ GridsterItemComponent.prototype.renderer;
6033
+ /**
6034
+ * @type {?}
6035
+ * @private
6036
+ */
6037
+ GridsterItemComponent.prototype.zone;
6038
+ }
5121
6039
 
5122
6040
  /**
5123
6041
  * @fileoverview added by tsickle
5124
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6042
+ * Generated from: gridster/lib/gridsterPreview.component.ts
6043
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5125
6044
  */
5126
6045
  class GridsterPreviewComponent {
5127
6046
  /**
@@ -5173,11 +6092,20 @@ GridsterPreviewComponent.ctorParameters = () => [
5173
6092
  { type: ElementRef },
5174
6093
  { type: GridsterComponent, decorators: [{ type: Host }] },
5175
6094
  { type: Renderer2 }
5176
- ];
6095
+ ];
6096
+ if (false) {
6097
+ /** @type {?} */
6098
+ GridsterPreviewComponent.prototype.el;
6099
+ /** @type {?} */
6100
+ GridsterPreviewComponent.prototype.gridster;
6101
+ /** @type {?} */
6102
+ GridsterPreviewComponent.prototype.renderer;
6103
+ }
5177
6104
 
5178
6105
  /**
5179
6106
  * @fileoverview added by tsickle
5180
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6107
+ * Generated from: gridster/lib/gridster.module.ts
6108
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5181
6109
  */
5182
6110
  class GridsterModule {
5183
6111
  }
@@ -5199,7 +6127,8 @@ GridsterModule.decorators = [
5199
6127
 
5200
6128
  /**
5201
6129
  * @fileoverview added by tsickle
5202
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6130
+ * Generated from: lib/ra.dashboard.module.ts
6131
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5203
6132
  */
5204
6133
  /** @type {?} */
5205
6134
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5237,7 +6166,8 @@ DashboardFrameworkModule.decorators = [
5237
6166
 
5238
6167
  /**
5239
6168
  * @fileoverview added by tsickle
5240
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6169
+ * Generated from: lib/ra.base.dashboard.template.ts
6170
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5241
6171
  */
5242
6172
  /**
5243
6173
  * @abstract
@@ -5279,11 +6209,36 @@ RaBaseDashboardTemplate.propDecorators = {
5279
6209
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5280
6210
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5281
6211
  initialize: [{ type: Input }]
5282
- };
6212
+ };
6213
+ if (false) {
6214
+ /** @type {?} */
6215
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6216
+ /** @type {?} */
6217
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6218
+ /** @type {?} */
6219
+ RaBaseDashboardTemplate.prototype.appConfig;
6220
+ /** @type {?} */
6221
+ RaBaseDashboardTemplate.prototype.dashboardId;
6222
+ /** @type {?} */
6223
+ RaBaseDashboardTemplate.prototype.globalFilter;
6224
+ /** @type {?} */
6225
+ RaBaseDashboardTemplate.prototype.initialize;
6226
+ /**
6227
+ * @type {?}
6228
+ * @private
6229
+ */
6230
+ RaBaseDashboardTemplate.prototype.ngZone;
6231
+ /**
6232
+ * @abstract
6233
+ * @return {?}
6234
+ */
6235
+ RaBaseDashboardTemplate.prototype.init = function () { };
6236
+ }
5283
6237
 
5284
6238
  /**
5285
6239
  * @fileoverview added by tsickle
5286
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6240
+ * Generated from: lib/ra.base.dashboard.filter.ts
6241
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5287
6242
  */
5288
6243
  /**
5289
6244
  * @abstract
@@ -5332,16 +6287,53 @@ RaBaseDashboardFilter.propDecorators = {
5332
6287
  setAllFilterConfig: [{ type: Input }],
5333
6288
  isValidEntry: [{ type: Input }],
5334
6289
  clearAllData: [{ type: Input }]
5335
- };
6290
+ };
6291
+ if (false) {
6292
+ /**
6293
+ * @type {?}
6294
+ * @private
6295
+ */
6296
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6297
+ /** @type {?} */
6298
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
6299
+ /** @type {?} */
6300
+ RaBaseDashboardFilter.prototype.isValidEntry;
6301
+ /** @type {?} */
6302
+ RaBaseDashboardFilter.prototype.clearAllData;
6303
+ /**
6304
+ * @abstract
6305
+ * @return {?}
6306
+ */
6307
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6308
+ /**
6309
+ * @abstract
6310
+ * @param {?} filter
6311
+ * @param {?} appConfig
6312
+ * @return {?}
6313
+ */
6314
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
6315
+ /**
6316
+ * @abstract
6317
+ * @return {?}
6318
+ */
6319
+ RaBaseDashboardFilter.prototype.clearData = function () { };
6320
+ /**
6321
+ * @abstract
6322
+ * @return {?}
6323
+ */
6324
+ RaBaseDashboardFilter.prototype.isValid = function () { };
6325
+ }
5336
6326
 
5337
6327
  /**
5338
6328
  * @fileoverview added by tsickle
5339
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6329
+ * Generated from: public-api.ts
6330
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5340
6331
  */
5341
6332
 
5342
6333
  /**
5343
6334
  * @fileoverview added by tsickle
5344
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6335
+ * Generated from: schneideress-dashboardframework.ts
6336
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5345
6337
  */
5346
6338
 
5347
6339
  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 };