@schneideress/dashboardframework 0.0.101 → 0.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/bundles/schneideress-dashboardframework.umd.js +1178 -72
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +15 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +3 -2
  6. package/esm2015/gridster/lib/gridster.component.js +4 -3
  7. package/esm2015/gridster/lib/gridster.interface.js +3 -2
  8. package/esm2015/gridster/lib/gridster.module.js +3 -2
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +3 -2
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +3 -2
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +20 -19
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +3 -2
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +3 -2
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +3 -2
  15. package/esm2015/gridster/lib/gridsterItem.component.js +4 -3
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +3 -2
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +3 -2
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +3 -2
  19. package/esm2015/gridster/lib/gridsterPush.service.js +3 -2
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +3 -2
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +3 -2
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +3 -2
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +3 -2
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +3 -2
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +3 -2
  27. package/esm2015/lib/custom.notifier.options.js +3 -2
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +4 -3
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +10 -4
  30. package/esm2015/lib/ra.base.dashboard.filter.js +3 -2
  31. package/esm2015/lib/ra.base.dashboard.template.js +3 -2
  32. package/esm2015/lib/ra.dashbard.event.bus.js +3 -2
  33. package/esm2015/lib/ra.dashboard.module.js +3 -2
  34. package/esm2015/lib/ra.dashboard.service.js +3 -2
  35. package/esm2015/lib/ra.event.enum.js +3 -2
  36. package/esm2015/lib/ra.gridster.config.js +3 -2
  37. package/esm2015/public-api.js +3 -2
  38. package/esm2015/schneideress-dashboardframework.js +3 -2
  39. package/esm5/gridster/index.js +3 -2
  40. package/esm5/gridster/lib/gridster.component.js +4 -3
  41. package/esm5/gridster/lib/gridster.interface.js +3 -2
  42. package/esm5/gridster/lib/gridster.module.js +3 -2
  43. package/esm5/gridster/lib/gridsterCompact.service.js +3 -2
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +3 -2
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +20 -19
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +3 -2
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +3 -2
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +3 -2
  49. package/esm5/gridster/lib/gridsterItem.component.js +4 -3
  50. package/esm5/gridster/lib/gridsterItem.interface.js +3 -2
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +3 -2
  52. package/esm5/gridster/lib/gridsterPreview.component.js +3 -2
  53. package/esm5/gridster/lib/gridsterPush.service.js +3 -2
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +3 -2
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +3 -2
  56. package/esm5/gridster/lib/gridsterResizable.service.js +3 -2
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +3 -2
  58. package/esm5/gridster/lib/gridsterScroll.service.js +3 -2
  59. package/esm5/gridster/lib/gridsterSwap.service.js +3 -2
  60. package/esm5/gridster/lib/gridsterUtils.service.js +3 -2
  61. package/esm5/lib/custom.notifier.options.js +3 -2
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +4 -3
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +10 -4
  64. package/esm5/lib/ra.base.dashboard.filter.js +3 -2
  65. package/esm5/lib/ra.base.dashboard.template.js +3 -2
  66. package/esm5/lib/ra.dashbard.event.bus.js +3 -2
  67. package/esm5/lib/ra.dashboard.module.js +3 -2
  68. package/esm5/lib/ra.dashboard.service.js +3 -2
  69. package/esm5/lib/ra.event.enum.js +3 -2
  70. package/esm5/lib/ra.gridster.config.js +3 -2
  71. package/esm5/public-api.js +3 -2
  72. package/esm5/schneideress-dashboardframework.js +3 -2
  73. package/fesm2015/schneideress-dashboardframework.js +1058 -70
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +1061 -73
  76. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  77. package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -0
  78. package/package.json +1 -1
  79. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -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
  /**
@@ -791,7 +996,7 @@ RADashboardArea.decorators = [
791
996
  { type: Component, args: [{
792
997
  selector: 'ra-dashboard-area',
793
998
  template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
794
- styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
999
+ styles: ["gridster{width:inherit;resize:height;display:-webkit-box;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
795
1000
  }] }
796
1001
  ];
797
1002
  /** @nocollapse */
@@ -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
  /**
@@ -846,6 +1128,7 @@ class RAWidgetContainer {
846
1128
  this.toolTipValue = ' ';
847
1129
  this.toolTipWidth = '0px';
848
1130
  this.widgetDeleted = new EventEmitter();
1131
+ this.lockVisible = false;
849
1132
  this.renderer.listen('window', 'click', (/**
850
1133
  * @param {?} e
851
1134
  * @return {?}
@@ -1108,6 +1391,7 @@ class RAWidgetContainer {
1108
1391
  }
1109
1392
  case RaWidgetlockStatus.Unlocked: {
1110
1393
  this.lockClass = "unlocked";
1394
+ this.lockVisible = true;
1111
1395
  break;
1112
1396
  }
1113
1397
  case RaWidgetlockStatus.PartiallyLocked: {
@@ -1116,6 +1400,7 @@ class RAWidgetContainer {
1116
1400
  }
1117
1401
  default: {
1118
1402
  this.lockClass = "unlocked";
1403
+ this.lockVisible = true;
1119
1404
  break;
1120
1405
  }
1121
1406
  }
@@ -1194,8 +1479,8 @@ class RAWidgetContainer {
1194
1479
  RAWidgetContainer.decorators = [
1195
1480
  { type: Component, args: [{
1196
1481
  selector: 'ra-widget-container',
1197
- template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;\"></i>\r\n <span>{{'Delete'|translate}}</span>\r\n </a>\r\n </div>\r\n </div>\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
1198
- styles: [".wcheader{width:100%;height:45px;background:#fff;color:#3dcd58;position:absolute;left:0;top:0}.underLine{border-bottom:1px solid;border-color:#a9afb1}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1482
+ 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>",
1483
+ styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-icon{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
1199
1484
  }] }
1200
1485
  ];
1201
1486
  /** @nocollapse */
@@ -1222,11 +1507,118 @@ RAWidgetContainer.propDecorators = {
1222
1507
  gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
1223
1508
  widgetDeleted: [{ type: Output }],
1224
1509
  setResized: [{ type: Input, args: ['dom-resized',] }]
1225
- };
1510
+ };
1511
+ if (false) {
1512
+ /** @type {?} */
1513
+ RAWidgetContainer.prototype.showPanel;
1514
+ /**
1515
+ * @type {?}
1516
+ * @private
1517
+ */
1518
+ RAWidgetContainer.prototype.isWidgetLoaded;
1519
+ /**
1520
+ * @type {?}
1521
+ * @private
1522
+ */
1523
+ RAWidgetContainer.prototype.widgetElement;
1524
+ /**
1525
+ * @type {?}
1526
+ * @private
1527
+ */
1528
+ RAWidgetContainer.prototype.configChanged;
1529
+ /**
1530
+ * @type {?}
1531
+ * @private
1532
+ */
1533
+ RAWidgetContainer.prototype.isIEOrEdge;
1534
+ /** @type {?} */
1535
+ RAWidgetContainer.prototype.widgetHeight;
1536
+ /** @type {?} */
1537
+ RAWidgetContainer.prototype.lockClass;
1538
+ /** @type {?} */
1539
+ RAWidgetContainer.prototype.lockStatus;
1540
+ /** @type {?} */
1541
+ RAWidgetContainer.prototype.isDownloadIconVisible;
1542
+ /** @type {?} */
1543
+ RAWidgetContainer.prototype.dropDownShown;
1544
+ /** @type {?} */
1545
+ RAWidgetContainer.prototype.isDownloadChartVisible;
1546
+ /** @type {?} */
1547
+ RAWidgetContainer.prototype.downloadIconType;
1548
+ /** @type {?} */
1549
+ RAWidgetContainer.prototype.enableTitleLine;
1550
+ /** @type {?} */
1551
+ RAWidgetContainer.prototype.toolTipValue;
1552
+ /** @type {?} */
1553
+ RAWidgetContainer.prototype.toolTipWidth;
1554
+ /** @type {?} */
1555
+ RAWidgetContainer.prototype.ctlWidget;
1556
+ /** @type {?} */
1557
+ RAWidgetContainer.prototype.widgetDropdown;
1558
+ /** @type {?} */
1559
+ RAWidgetContainer.prototype.widgetDownload;
1560
+ /** @type {?} */
1561
+ RAWidgetContainer.prototype.searchInput;
1562
+ /** @type {?} */
1563
+ RAWidgetContainer.prototype.widgetInstanceId;
1564
+ /** @type {?} */
1565
+ RAWidgetContainer.prototype.globalFilter;
1566
+ /** @type {?} */
1567
+ RAWidgetContainer.prototype.data;
1568
+ /** @type {?} */
1569
+ RAWidgetContainer.prototype.raDashboardEventBus;
1570
+ /** @type {?} */
1571
+ RAWidgetContainer.prototype.appConfig;
1572
+ /** @type {?} */
1573
+ RAWidgetContainer.prototype.width;
1574
+ /** @type {?} */
1575
+ RAWidgetContainer.prototype.height;
1576
+ /** @type {?} */
1577
+ RAWidgetContainer.prototype.gridCellHeight;
1578
+ /** @type {?} */
1579
+ RAWidgetContainer.prototype.widgetDeleted;
1580
+ /** @type {?} */
1581
+ RAWidgetContainer.prototype.lockTitle;
1582
+ /** @type {?} */
1583
+ RAWidgetContainer.prototype.domResized;
1584
+ /** @type {?} */
1585
+ RAWidgetContainer.prototype.lockVisible;
1586
+ /**
1587
+ * @type {?}
1588
+ * @private
1589
+ */
1590
+ RAWidgetContainer.prototype.dashboardService;
1591
+ /**
1592
+ * @type {?}
1593
+ * @private
1594
+ */
1595
+ RAWidgetContainer.prototype.ngxService;
1596
+ /**
1597
+ * @type {?}
1598
+ * @private
1599
+ */
1600
+ RAWidgetContainer.prototype.translateService;
1601
+ /**
1602
+ * @type {?}
1603
+ * @private
1604
+ */
1605
+ RAWidgetContainer.prototype.ngZone;
1606
+ /**
1607
+ * @type {?}
1608
+ * @private
1609
+ */
1610
+ RAWidgetContainer.prototype.notifier;
1611
+ /**
1612
+ * @type {?}
1613
+ * @private
1614
+ */
1615
+ RAWidgetContainer.prototype.renderer;
1616
+ }
1226
1617
 
1227
1618
  /**
1228
1619
  * @fileoverview added by tsickle
1229
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1620
+ * Generated from: lib/custom.notifier.options.ts
1621
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1230
1622
  */
1231
1623
  /** @type {?} */
1232
1624
  const customNotifierOptions = {
@@ -1272,7 +1664,8 @@ const customNotifierOptions = {
1272
1664
 
1273
1665
  /**
1274
1666
  * @fileoverview added by tsickle
1275
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1667
+ * Generated from: gridster/lib/gridsterConfig.constant.ts
1668
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1276
1669
  */
1277
1670
  /** @type {?} */
1278
1671
  const GridsterConfigService = {
@@ -1450,7 +1843,8 @@ const GridsterConfigService = {
1450
1843
 
1451
1844
  /**
1452
1845
  * @fileoverview added by tsickle
1453
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1846
+ * Generated from: gridster/lib/gridsterUtils.service.ts
1847
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1454
1848
  */
1455
1849
  class GridsterUtils {
1456
1850
  /**
@@ -1586,17 +1980,93 @@ GridsterUtils.decorators = [
1586
1980
 
1587
1981
  /**
1588
1982
  * @fileoverview added by tsickle
1589
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1983
+ * Generated from: gridster/lib/gridster.interface.ts
1984
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1590
1985
  */
1591
1986
  /**
1592
1987
  * @abstract
1593
1988
  */
1594
1989
  class GridsterComponentInterface {
1990
+ }
1991
+ if (false) {
1992
+ /** @type {?} */
1993
+ GridsterComponentInterface.prototype.$options;
1994
+ /** @type {?} */
1995
+ GridsterComponentInterface.prototype.grid;
1996
+ /** @type {?} */
1997
+ GridsterComponentInterface.prototype.checkCollision;
1998
+ /** @type {?} */
1999
+ GridsterComponentInterface.prototype.positionXToPixels;
2000
+ /** @type {?} */
2001
+ GridsterComponentInterface.prototype.pixelsToPositionX;
2002
+ /** @type {?} */
2003
+ GridsterComponentInterface.prototype.positionYToPixels;
2004
+ /** @type {?} */
2005
+ GridsterComponentInterface.prototype.pixelsToPositionY;
2006
+ /** @type {?} */
2007
+ GridsterComponentInterface.prototype.findItemWithItem;
2008
+ /** @type {?} */
2009
+ GridsterComponentInterface.prototype.findItemsWithItem;
2010
+ /** @type {?} */
2011
+ GridsterComponentInterface.prototype.checkGridCollision;
2012
+ /** @type {?} */
2013
+ GridsterComponentInterface.prototype.el;
2014
+ /** @type {?} */
2015
+ GridsterComponentInterface.prototype.renderer;
2016
+ /** @type {?} */
2017
+ GridsterComponentInterface.prototype.gridRenderer;
2018
+ /** @type {?} */
2019
+ GridsterComponentInterface.prototype.cdRef;
2020
+ /** @type {?} */
2021
+ GridsterComponentInterface.prototype.options;
2022
+ /** @type {?} */
2023
+ GridsterComponentInterface.prototype.calculateLayoutDebounce;
2024
+ /** @type {?} */
2025
+ GridsterComponentInterface.prototype.updateGrid;
2026
+ /** @type {?} */
2027
+ GridsterComponentInterface.prototype.movingItem;
2028
+ /** @type {?} */
2029
+ GridsterComponentInterface.prototype.addItem;
2030
+ /** @type {?} */
2031
+ GridsterComponentInterface.prototype.removeItem;
2032
+ /** @type {?} */
2033
+ GridsterComponentInterface.prototype.previewStyle;
2034
+ /** @type {?} */
2035
+ GridsterComponentInterface.prototype.mobile;
2036
+ /** @type {?} */
2037
+ GridsterComponentInterface.prototype.curWidth;
2038
+ /** @type {?} */
2039
+ GridsterComponentInterface.prototype.curHeight;
2040
+ /** @type {?} */
2041
+ GridsterComponentInterface.prototype.columns;
2042
+ /** @type {?} */
2043
+ GridsterComponentInterface.prototype.rows;
2044
+ /** @type {?} */
2045
+ GridsterComponentInterface.prototype.curColWidth;
2046
+ /** @type {?} */
2047
+ GridsterComponentInterface.prototype.curRowHeight;
2048
+ /** @type {?} */
2049
+ GridsterComponentInterface.prototype.windowResize;
2050
+ /** @type {?} */
2051
+ GridsterComponentInterface.prototype.setGridDimensions;
2052
+ /** @type {?} */
2053
+ GridsterComponentInterface.prototype.dragInProgress;
2054
+ /** @type {?} */
2055
+ GridsterComponentInterface.prototype.emptyCell;
2056
+ /** @type {?} */
2057
+ GridsterComponentInterface.prototype.compact;
2058
+ /** @type {?} */
2059
+ GridsterComponentInterface.prototype.zone;
2060
+ /** @type {?} */
2061
+ GridsterComponentInterface.prototype.gridRows;
2062
+ /** @type {?} */
2063
+ GridsterComponentInterface.prototype.gridColumns;
1595
2064
  }
1596
2065
 
1597
2066
  /**
1598
2067
  * @fileoverview added by tsickle
1599
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2068
+ * Generated from: gridster/lib/gridsterEmptyCell.service.ts
2069
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1600
2070
  */
1601
2071
  class GridsterEmptyCell {
1602
2072
  /**
@@ -1873,11 +2343,45 @@ GridsterEmptyCell.decorators = [
1873
2343
  /** @nocollapse */
1874
2344
  GridsterEmptyCell.ctorParameters = () => [
1875
2345
  { type: GridsterComponentInterface }
1876
- ];
2346
+ ];
2347
+ if (false) {
2348
+ /** @type {?} */
2349
+ GridsterEmptyCell.prototype.initialItem;
2350
+ /** @type {?} */
2351
+ GridsterEmptyCell.prototype.emptyCellClick;
2352
+ /** @type {?} */
2353
+ GridsterEmptyCell.prototype.emptyCellClickTouch;
2354
+ /** @type {?} */
2355
+ GridsterEmptyCell.prototype.emptyCellContextMenu;
2356
+ /** @type {?} */
2357
+ GridsterEmptyCell.prototype.emptyCellDrop;
2358
+ /** @type {?} */
2359
+ GridsterEmptyCell.prototype.emptyCellDrag;
2360
+ /** @type {?} */
2361
+ GridsterEmptyCell.prototype.emptyCellDragTouch;
2362
+ /** @type {?} */
2363
+ GridsterEmptyCell.prototype.emptyCellMMove;
2364
+ /** @type {?} */
2365
+ GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2366
+ /** @type {?} */
2367
+ GridsterEmptyCell.prototype.emptyCellUp;
2368
+ /** @type {?} */
2369
+ GridsterEmptyCell.prototype.emptyCellUpTouch;
2370
+ /** @type {?} */
2371
+ GridsterEmptyCell.prototype.emptyCellMove;
2372
+ /** @type {?} */
2373
+ GridsterEmptyCell.prototype.emptyCellExit;
2374
+ /**
2375
+ * @type {?}
2376
+ * @private
2377
+ */
2378
+ GridsterEmptyCell.prototype.gridster;
2379
+ }
1877
2380
 
1878
2381
  /**
1879
2382
  * @fileoverview added by tsickle
1880
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2383
+ * Generated from: gridster/lib/gridsterCompact.service.ts
2384
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1881
2385
  */
1882
2386
  class GridsterCompact {
1883
2387
  /**
@@ -2086,11 +2590,19 @@ GridsterCompact.decorators = [
2086
2590
  /** @nocollapse */
2087
2591
  GridsterCompact.ctorParameters = () => [
2088
2592
  { type: GridsterComponentInterface }
2089
- ];
2593
+ ];
2594
+ if (false) {
2595
+ /**
2596
+ * @type {?}
2597
+ * @private
2598
+ */
2599
+ GridsterCompact.prototype.gridster;
2600
+ }
2090
2601
 
2091
2602
  /**
2092
2603
  * @fileoverview added by tsickle
2093
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2604
+ * Generated from: gridster/lib/gridsterRenderer.service.ts
2605
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2094
2606
  */
2095
2607
  class GridsterRenderer {
2096
2608
  /**
@@ -2353,11 +2865,19 @@ GridsterRenderer.decorators = [
2353
2865
  /** @nocollapse */
2354
2866
  GridsterRenderer.ctorParameters = () => [
2355
2867
  { type: GridsterComponentInterface }
2356
- ];
2868
+ ];
2869
+ if (false) {
2870
+ /**
2871
+ * @type {?}
2872
+ * @private
2873
+ */
2874
+ GridsterRenderer.prototype.gridster;
2875
+ }
2357
2876
 
2358
2877
  /**
2359
2878
  * @fileoverview added by tsickle
2360
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2879
+ * Generated from: gridster/lib/gridster.component.ts
2880
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2361
2881
  */
2362
2882
  class GridsterComponent {
2363
2883
  /**
@@ -2491,6 +3011,17 @@ class GridsterComponent {
2491
3011
  if (this.options.destroyCallback) {
2492
3012
  this.options.destroyCallback(this);
2493
3013
  }
3014
+ //if (this.options.api) {
3015
+ /* this.options.api getting undefined for new dashboard load- temp fix
3016
+ * on new dashboard area load, old dashboard area gets destroyed, but that leads to
3017
+ * ondestroy of current this.options.api instance - needs to investigate further
3018
+ */
3019
+ if (false) {
3020
+ this.options.api.resize = undefined;
3021
+ this.options.api.optionsChanged = undefined;
3022
+ this.options.api.getNextPossiblePosition = undefined;
3023
+ this.options.api = undefined;
3024
+ }
2494
3025
  this.emptyCell.destroy();
2495
3026
  delete this.emptyCell;
2496
3027
  this.compact.destroy();
@@ -2974,7 +3505,7 @@ GridsterComponent.decorators = [
2974
3505
  selector: 'gridster',
2975
3506
  template: "<div class=\"gridster-column\" *ngFor=\"let column of gridColumns; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridColumnStyle(i)\"></div>\r\n<div class=\"gridster-row\" *ngFor=\"let row of gridRows; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridRowStyle(i)\"></div>\r\n<ng-content></ng-content>\r\n<gridster-preview class=\"gridster-preview\"></gridster-preview>\r\n",
2976
3507
  encapsulation: ViewEncapsulation.None,
2977
- styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
3508
+ styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;-webkit-transition:.3s;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
2978
3509
  }] }
2979
3510
  ];
2980
3511
  /** @nocollapse */
@@ -2986,21 +3517,111 @@ GridsterComponent.ctorParameters = () => [
2986
3517
  ];
2987
3518
  GridsterComponent.propDecorators = {
2988
3519
  options: [{ type: Input }]
2989
- };
3520
+ };
3521
+ if (false) {
3522
+ /** @type {?} */
3523
+ GridsterComponent.prototype.options;
3524
+ /** @type {?} */
3525
+ GridsterComponent.prototype.calculateLayoutDebounce;
3526
+ /** @type {?} */
3527
+ GridsterComponent.prototype.movingItem;
3528
+ /** @type {?} */
3529
+ GridsterComponent.prototype.previewStyle;
3530
+ /** @type {?} */
3531
+ GridsterComponent.prototype.el;
3532
+ /** @type {?} */
3533
+ GridsterComponent.prototype.$options;
3534
+ /** @type {?} */
3535
+ GridsterComponent.prototype.mobile;
3536
+ /** @type {?} */
3537
+ GridsterComponent.prototype.curWidth;
3538
+ /** @type {?} */
3539
+ GridsterComponent.prototype.curHeight;
3540
+ /** @type {?} */
3541
+ GridsterComponent.prototype.grid;
3542
+ /** @type {?} */
3543
+ GridsterComponent.prototype.columns;
3544
+ /** @type {?} */
3545
+ GridsterComponent.prototype.rows;
3546
+ /** @type {?} */
3547
+ GridsterComponent.prototype.curColWidth;
3548
+ /** @type {?} */
3549
+ GridsterComponent.prototype.curRowHeight;
3550
+ /** @type {?} */
3551
+ GridsterComponent.prototype.gridColumns;
3552
+ /** @type {?} */
3553
+ GridsterComponent.prototype.gridRows;
3554
+ /** @type {?} */
3555
+ GridsterComponent.prototype.windowResize;
3556
+ /** @type {?} */
3557
+ GridsterComponent.prototype.dragInProgress;
3558
+ /** @type {?} */
3559
+ GridsterComponent.prototype.emptyCell;
3560
+ /** @type {?} */
3561
+ GridsterComponent.prototype.compact;
3562
+ /** @type {?} */
3563
+ GridsterComponent.prototype.gridRenderer;
3564
+ /** @type {?} */
3565
+ GridsterComponent.prototype.renderer;
3566
+ /** @type {?} */
3567
+ GridsterComponent.prototype.cdRef;
3568
+ /** @type {?} */
3569
+ GridsterComponent.prototype.zone;
3570
+ }
2990
3571
 
2991
3572
  /**
2992
3573
  * @fileoverview added by tsickle
2993
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3574
+ * Generated from: gridster/lib/gridsterItemComponent.interface.ts
3575
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2994
3576
  */
2995
3577
  /**
2996
3578
  * @abstract
2997
3579
  */
2998
3580
  class GridsterItemComponentInterface {
3581
+ }
3582
+ if (false) {
3583
+ /** @type {?} */
3584
+ GridsterItemComponentInterface.prototype.item;
3585
+ /** @type {?} */
3586
+ GridsterItemComponentInterface.prototype.$item;
3587
+ /** @type {?} */
3588
+ GridsterItemComponentInterface.prototype.top;
3589
+ /** @type {?} */
3590
+ GridsterItemComponentInterface.prototype.left;
3591
+ /** @type {?} */
3592
+ GridsterItemComponentInterface.prototype.width;
3593
+ /** @type {?} */
3594
+ GridsterItemComponentInterface.prototype.height;
3595
+ /** @type {?} */
3596
+ GridsterItemComponentInterface.prototype.drag;
3597
+ /** @type {?} */
3598
+ GridsterItemComponentInterface.prototype.resize;
3599
+ /** @type {?} */
3600
+ GridsterItemComponentInterface.prototype.notPlaced;
3601
+ /** @type {?} */
3602
+ GridsterItemComponentInterface.prototype.updateOptions;
3603
+ /** @type {?} */
3604
+ GridsterItemComponentInterface.prototype.itemChanged;
3605
+ /** @type {?} */
3606
+ GridsterItemComponentInterface.prototype.setSize;
3607
+ /** @type {?} */
3608
+ GridsterItemComponentInterface.prototype.checkItemChanges;
3609
+ /** @type {?} */
3610
+ GridsterItemComponentInterface.prototype.canBeDragged;
3611
+ /** @type {?} */
3612
+ GridsterItemComponentInterface.prototype.canBeResized;
3613
+ /** @type {?} */
3614
+ GridsterItemComponentInterface.prototype.el;
3615
+ /** @type {?} */
3616
+ GridsterItemComponentInterface.prototype.gridster;
3617
+ /** @type {?} */
3618
+ GridsterItemComponentInterface.prototype.renderer;
2999
3619
  }
3000
3620
 
3001
3621
  /**
3002
3622
  * @fileoverview added by tsickle
3003
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3623
+ * Generated from: gridster/lib/gridsterSwap.service.ts
3624
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3004
3625
  */
3005
3626
  class GridsterSwap {
3006
3627
  /**
@@ -3111,11 +3732,29 @@ GridsterSwap.decorators = [
3111
3732
  /** @nocollapse */
3112
3733
  GridsterSwap.ctorParameters = () => [
3113
3734
  { type: GridsterItemComponentInterface }
3114
- ];
3735
+ ];
3736
+ if (false) {
3737
+ /**
3738
+ * @type {?}
3739
+ * @private
3740
+ */
3741
+ GridsterSwap.prototype.swapedItem;
3742
+ /**
3743
+ * @type {?}
3744
+ * @private
3745
+ */
3746
+ GridsterSwap.prototype.gridsterItem;
3747
+ /**
3748
+ * @type {?}
3749
+ * @private
3750
+ */
3751
+ GridsterSwap.prototype.gridster;
3752
+ }
3115
3753
 
3116
3754
  /**
3117
3755
  * @fileoverview added by tsickle
3118
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3756
+ * Generated from: gridster/lib/gridsterScroll.service.ts
3757
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3119
3758
  */
3120
3759
  /** @type {?} */
3121
3760
  let scrollSensitivity;
@@ -3310,7 +3949,8 @@ function cancelN() {
3310
3949
 
3311
3950
  /**
3312
3951
  * @fileoverview added by tsickle
3313
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3952
+ * Generated from: gridster/lib/gridsterPush.service.ts
3953
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3314
3954
  */
3315
3955
  class GridsterPush {
3316
3956
  /**
@@ -3721,11 +4361,62 @@ GridsterPush.decorators = [
3721
4361
  /** @nocollapse */
3722
4362
  GridsterPush.ctorParameters = () => [
3723
4363
  { type: GridsterItemComponentInterface }
3724
- ];
4364
+ ];
4365
+ if (false) {
4366
+ /** @type {?} */
4367
+ GridsterPush.prototype.fromSouth;
4368
+ /** @type {?} */
4369
+ GridsterPush.prototype.fromNorth;
4370
+ /** @type {?} */
4371
+ GridsterPush.prototype.fromEast;
4372
+ /** @type {?} */
4373
+ GridsterPush.prototype.fromWest;
4374
+ /**
4375
+ * @type {?}
4376
+ * @private
4377
+ */
4378
+ GridsterPush.prototype.pushedItems;
4379
+ /**
4380
+ * @type {?}
4381
+ * @private
4382
+ */
4383
+ GridsterPush.prototype.pushedItemsTemp;
4384
+ /**
4385
+ * @type {?}
4386
+ * @private
4387
+ */
4388
+ GridsterPush.prototype.pushedItemsTempPath;
4389
+ /**
4390
+ * @type {?}
4391
+ * @private
4392
+ */
4393
+ GridsterPush.prototype.pushedItemsPath;
4394
+ /**
4395
+ * @type {?}
4396
+ * @private
4397
+ */
4398
+ GridsterPush.prototype.gridsterItem;
4399
+ /**
4400
+ * @type {?}
4401
+ * @private
4402
+ */
4403
+ GridsterPush.prototype.gridster;
4404
+ /**
4405
+ * @type {?}
4406
+ * @private
4407
+ */
4408
+ GridsterPush.prototype.pushedItemsOrder;
4409
+ /**
4410
+ * @type {?}
4411
+ * @private
4412
+ */
4413
+ GridsterPush.prototype.tryPattern;
4414
+ }
3725
4415
 
3726
4416
  /**
3727
4417
  * @fileoverview added by tsickle
3728
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4418
+ * Generated from: gridster/lib/gridsterDraggable.service.ts
4419
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3729
4420
  */
3730
4421
  class GridsterDraggable {
3731
4422
  /**
@@ -4003,6 +4694,10 @@ class GridsterDraggable {
4003
4694
  this.gridsterItem.$item.cols = itemColsbackup;
4004
4695
  this.gridsterItem.$item.rows = itemRowsbackup;
4005
4696
  }
4697
+ else {
4698
+ // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4699
+ // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4700
+ }
4006
4701
  return this.gridsterItem.$item;
4007
4702
  }
4008
4703
  /**
@@ -4147,11 +4842,85 @@ GridsterDraggable.ctorParameters = () => [
4147
4842
  { type: GridsterItemComponentInterface },
4148
4843
  { type: GridsterComponentInterface },
4149
4844
  { type: NgZone }
4150
- ];
4845
+ ];
4846
+ if (false) {
4847
+ /** @type {?} */
4848
+ GridsterDraggable.prototype.gridsterItem;
4849
+ /** @type {?} */
4850
+ GridsterDraggable.prototype.gridster;
4851
+ /** @type {?} */
4852
+ GridsterDraggable.prototype.lastMouse;
4853
+ /** @type {?} */
4854
+ GridsterDraggable.prototype.offsetLeft;
4855
+ /** @type {?} */
4856
+ GridsterDraggable.prototype.offsetTop;
4857
+ /** @type {?} */
4858
+ GridsterDraggable.prototype.margin;
4859
+ /** @type {?} */
4860
+ GridsterDraggable.prototype.diffTop;
4861
+ /** @type {?} */
4862
+ GridsterDraggable.prototype.diffLeft;
4863
+ /** @type {?} */
4864
+ GridsterDraggable.prototype.top;
4865
+ /** @type {?} */
4866
+ GridsterDraggable.prototype.left;
4867
+ /** @type {?} */
4868
+ GridsterDraggable.prototype.height;
4869
+ /** @type {?} */
4870
+ GridsterDraggable.prototype.width;
4871
+ /** @type {?} */
4872
+ GridsterDraggable.prototype.positionX;
4873
+ /** @type {?} */
4874
+ GridsterDraggable.prototype.positionY;
4875
+ /** @type {?} */
4876
+ GridsterDraggable.prototype.positionXBackup;
4877
+ /** @type {?} */
4878
+ GridsterDraggable.prototype.positionYBackup;
4879
+ /** @type {?} */
4880
+ GridsterDraggable.prototype.enabled;
4881
+ /** @type {?} */
4882
+ GridsterDraggable.prototype.dragStartFunction;
4883
+ /** @type {?} */
4884
+ GridsterDraggable.prototype.dragFunction;
4885
+ /** @type {?} */
4886
+ GridsterDraggable.prototype.dragStopFunction;
4887
+ /** @type {?} */
4888
+ GridsterDraggable.prototype.mousemove;
4889
+ /** @type {?} */
4890
+ GridsterDraggable.prototype.mouseup;
4891
+ /** @type {?} */
4892
+ GridsterDraggable.prototype.mouseleave;
4893
+ /** @type {?} */
4894
+ GridsterDraggable.prototype.cancelOnBlur;
4895
+ /** @type {?} */
4896
+ GridsterDraggable.prototype.touchmove;
4897
+ /** @type {?} */
4898
+ GridsterDraggable.prototype.touchend;
4899
+ /** @type {?} */
4900
+ GridsterDraggable.prototype.touchcancel;
4901
+ /** @type {?} */
4902
+ GridsterDraggable.prototype.mousedown;
4903
+ /** @type {?} */
4904
+ GridsterDraggable.prototype.touchstart;
4905
+ /** @type {?} */
4906
+ GridsterDraggable.prototype.push;
4907
+ /** @type {?} */
4908
+ GridsterDraggable.prototype.swap;
4909
+ /** @type {?} */
4910
+ GridsterDraggable.prototype.path;
4911
+ /** @type {?} */
4912
+ GridsterDraggable.prototype.collision;
4913
+ /**
4914
+ * @type {?}
4915
+ * @private
4916
+ */
4917
+ GridsterDraggable.prototype.zone;
4918
+ }
4151
4919
 
4152
4920
  /**
4153
4921
  * @fileoverview added by tsickle
4154
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4922
+ * Generated from: gridster/lib/gridsterPushResize.service.ts
4923
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4155
4924
  */
4156
4925
  class GridsterPushResize {
4157
4926
  /**
@@ -4467,11 +5236,47 @@ GridsterPushResize.decorators = [
4467
5236
  /** @nocollapse */
4468
5237
  GridsterPushResize.ctorParameters = () => [
4469
5238
  { type: GridsterItemComponentInterface }
4470
- ];
5239
+ ];
5240
+ if (false) {
5241
+ /** @type {?} */
5242
+ GridsterPushResize.prototype.fromSouth;
5243
+ /** @type {?} */
5244
+ GridsterPushResize.prototype.fromNorth;
5245
+ /** @type {?} */
5246
+ GridsterPushResize.prototype.fromEast;
5247
+ /** @type {?} */
5248
+ GridsterPushResize.prototype.fromWest;
5249
+ /**
5250
+ * @type {?}
5251
+ * @private
5252
+ */
5253
+ GridsterPushResize.prototype.pushedItems;
5254
+ /**
5255
+ * @type {?}
5256
+ * @private
5257
+ */
5258
+ GridsterPushResize.prototype.pushedItemsPath;
5259
+ /**
5260
+ * @type {?}
5261
+ * @private
5262
+ */
5263
+ GridsterPushResize.prototype.gridsterItem;
5264
+ /**
5265
+ * @type {?}
5266
+ * @private
5267
+ */
5268
+ GridsterPushResize.prototype.gridster;
5269
+ /**
5270
+ * @type {?}
5271
+ * @private
5272
+ */
5273
+ GridsterPushResize.prototype.tryPattern;
5274
+ }
4471
5275
 
4472
5276
  /**
4473
5277
  * @fileoverview added by tsickle
4474
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5278
+ * Generated from: gridster/lib/gridsterResizable.service.ts
5279
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4475
5280
  */
4476
5281
  class GridsterResizable {
4477
5282
  /**
@@ -4937,11 +5742,87 @@ GridsterResizable.ctorParameters = () => [
4937
5742
  { type: GridsterItemComponentInterface },
4938
5743
  { type: GridsterComponentInterface },
4939
5744
  { type: NgZone }
4940
- ];
5745
+ ];
5746
+ if (false) {
5747
+ /** @type {?} */
5748
+ GridsterResizable.prototype.gridsterItem;
5749
+ /** @type {?} */
5750
+ GridsterResizable.prototype.gridster;
5751
+ /** @type {?} */
5752
+ GridsterResizable.prototype.lastMouse;
5753
+ /** @type {?} */
5754
+ GridsterResizable.prototype.itemBackup;
5755
+ /** @type {?} */
5756
+ GridsterResizable.prototype.resizeEventScrollType;
5757
+ /** @type {?} */
5758
+ GridsterResizable.prototype.directionFunction;
5759
+ /** @type {?} */
5760
+ GridsterResizable.prototype.dragFunction;
5761
+ /** @type {?} */
5762
+ GridsterResizable.prototype.dragStopFunction;
5763
+ /** @type {?} */
5764
+ GridsterResizable.prototype.resizeEnabled;
5765
+ /** @type {?} */
5766
+ GridsterResizable.prototype.mousemove;
5767
+ /** @type {?} */
5768
+ GridsterResizable.prototype.mouseup;
5769
+ /** @type {?} */
5770
+ GridsterResizable.prototype.mouseleave;
5771
+ /** @type {?} */
5772
+ GridsterResizable.prototype.cancelOnBlur;
5773
+ /** @type {?} */
5774
+ GridsterResizable.prototype.touchmove;
5775
+ /** @type {?} */
5776
+ GridsterResizable.prototype.touchend;
5777
+ /** @type {?} */
5778
+ GridsterResizable.prototype.touchcancel;
5779
+ /** @type {?} */
5780
+ GridsterResizable.prototype.push;
5781
+ /** @type {?} */
5782
+ GridsterResizable.prototype.pushResize;
5783
+ /** @type {?} */
5784
+ GridsterResizable.prototype.minHeight;
5785
+ /** @type {?} */
5786
+ GridsterResizable.prototype.minWidth;
5787
+ /** @type {?} */
5788
+ GridsterResizable.prototype.offsetTop;
5789
+ /** @type {?} */
5790
+ GridsterResizable.prototype.offsetLeft;
5791
+ /** @type {?} */
5792
+ GridsterResizable.prototype.diffTop;
5793
+ /** @type {?} */
5794
+ GridsterResizable.prototype.diffLeft;
5795
+ /** @type {?} */
5796
+ GridsterResizable.prototype.diffRight;
5797
+ /** @type {?} */
5798
+ GridsterResizable.prototype.diffBottom;
5799
+ /** @type {?} */
5800
+ GridsterResizable.prototype.margin;
5801
+ /** @type {?} */
5802
+ GridsterResizable.prototype.top;
5803
+ /** @type {?} */
5804
+ GridsterResizable.prototype.left;
5805
+ /** @type {?} */
5806
+ GridsterResizable.prototype.bottom;
5807
+ /** @type {?} */
5808
+ GridsterResizable.prototype.right;
5809
+ /** @type {?} */
5810
+ GridsterResizable.prototype.width;
5811
+ /** @type {?} */
5812
+ GridsterResizable.prototype.height;
5813
+ /** @type {?} */
5814
+ GridsterResizable.prototype.newPosition;
5815
+ /**
5816
+ * @type {?}
5817
+ * @private
5818
+ */
5819
+ GridsterResizable.prototype.zone;
5820
+ }
4941
5821
 
4942
5822
  /**
4943
5823
  * @fileoverview added by tsickle
4944
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5824
+ * Generated from: gridster/lib/gridsterItem.component.ts
5825
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4945
5826
  */
4946
5827
  class GridsterItemComponent {
4947
5828
  /**
@@ -5100,7 +5981,7 @@ GridsterItemComponent.decorators = [
5100
5981
  selector: 'gridster-item',
5101
5982
  template: "<ng-content></ng-content>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.s || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-s\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.e || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-e\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.n || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-n\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.w || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-w\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.se || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-se\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.ne || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-ne\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.sw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-sw\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.nw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-nw\"></div>\r\n",
5102
5983
  encapsulation: ViewEncapsulation.None,
5103
- styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
5984
+ styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{-webkit-transition:none;transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
5104
5985
  }] }
5105
5986
  ];
5106
5987
  /** @nocollapse */
@@ -5112,11 +5993,45 @@ GridsterItemComponent.ctorParameters = () => [
5112
5993
  ];
5113
5994
  GridsterItemComponent.propDecorators = {
5114
5995
  item: [{ type: Input }]
5115
- };
5996
+ };
5997
+ if (false) {
5998
+ /** @type {?} */
5999
+ GridsterItemComponent.prototype.item;
6000
+ /** @type {?} */
6001
+ GridsterItemComponent.prototype.$item;
6002
+ /** @type {?} */
6003
+ GridsterItemComponent.prototype.el;
6004
+ /** @type {?} */
6005
+ GridsterItemComponent.prototype.gridster;
6006
+ /** @type {?} */
6007
+ GridsterItemComponent.prototype.top;
6008
+ /** @type {?} */
6009
+ GridsterItemComponent.prototype.left;
6010
+ /** @type {?} */
6011
+ GridsterItemComponent.prototype.width;
6012
+ /** @type {?} */
6013
+ GridsterItemComponent.prototype.height;
6014
+ /** @type {?} */
6015
+ GridsterItemComponent.prototype.drag;
6016
+ /** @type {?} */
6017
+ GridsterItemComponent.prototype.resize;
6018
+ /** @type {?} */
6019
+ GridsterItemComponent.prototype.notPlaced;
6020
+ /** @type {?} */
6021
+ GridsterItemComponent.prototype.init;
6022
+ /** @type {?} */
6023
+ GridsterItemComponent.prototype.renderer;
6024
+ /**
6025
+ * @type {?}
6026
+ * @private
6027
+ */
6028
+ GridsterItemComponent.prototype.zone;
6029
+ }
5116
6030
 
5117
6031
  /**
5118
6032
  * @fileoverview added by tsickle
5119
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6033
+ * Generated from: gridster/lib/gridsterPreview.component.ts
6034
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5120
6035
  */
5121
6036
  class GridsterPreviewComponent {
5122
6037
  /**
@@ -5168,11 +6083,20 @@ GridsterPreviewComponent.ctorParameters = () => [
5168
6083
  { type: ElementRef },
5169
6084
  { type: GridsterComponent, decorators: [{ type: Host }] },
5170
6085
  { type: Renderer2 }
5171
- ];
6086
+ ];
6087
+ if (false) {
6088
+ /** @type {?} */
6089
+ GridsterPreviewComponent.prototype.el;
6090
+ /** @type {?} */
6091
+ GridsterPreviewComponent.prototype.gridster;
6092
+ /** @type {?} */
6093
+ GridsterPreviewComponent.prototype.renderer;
6094
+ }
5172
6095
 
5173
6096
  /**
5174
6097
  * @fileoverview added by tsickle
5175
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6098
+ * Generated from: gridster/lib/gridster.module.ts
6099
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5176
6100
  */
5177
6101
  class GridsterModule {
5178
6102
  }
@@ -5194,7 +6118,8 @@ GridsterModule.decorators = [
5194
6118
 
5195
6119
  /**
5196
6120
  * @fileoverview added by tsickle
5197
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6121
+ * Generated from: lib/ra.dashboard.module.ts
6122
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5198
6123
  */
5199
6124
  /** @type {?} */
5200
6125
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -5232,7 +6157,8 @@ DashboardFrameworkModule.decorators = [
5232
6157
 
5233
6158
  /**
5234
6159
  * @fileoverview added by tsickle
5235
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6160
+ * Generated from: lib/ra.base.dashboard.template.ts
6161
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5236
6162
  */
5237
6163
  /**
5238
6164
  * @abstract
@@ -5274,11 +6200,36 @@ RaBaseDashboardTemplate.propDecorators = {
5274
6200
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
5275
6201
  globalFilter: [{ type: Input, args: ['global-filter',] }],
5276
6202
  initialize: [{ type: Input }]
5277
- };
6203
+ };
6204
+ if (false) {
6205
+ /** @type {?} */
6206
+ RaBaseDashboardTemplate.prototype.userDashboardId;
6207
+ /** @type {?} */
6208
+ RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6209
+ /** @type {?} */
6210
+ RaBaseDashboardTemplate.prototype.appConfig;
6211
+ /** @type {?} */
6212
+ RaBaseDashboardTemplate.prototype.dashboardId;
6213
+ /** @type {?} */
6214
+ RaBaseDashboardTemplate.prototype.globalFilter;
6215
+ /** @type {?} */
6216
+ RaBaseDashboardTemplate.prototype.initialize;
6217
+ /**
6218
+ * @type {?}
6219
+ * @private
6220
+ */
6221
+ RaBaseDashboardTemplate.prototype.ngZone;
6222
+ /**
6223
+ * @abstract
6224
+ * @return {?}
6225
+ */
6226
+ RaBaseDashboardTemplate.prototype.init = function () { };
6227
+ }
5278
6228
 
5279
6229
  /**
5280
6230
  * @fileoverview added by tsickle
5281
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6231
+ * Generated from: lib/ra.base.dashboard.filter.ts
6232
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5282
6233
  */
5283
6234
  /**
5284
6235
  * @abstract
@@ -5327,16 +6278,53 @@ RaBaseDashboardFilter.propDecorators = {
5327
6278
  setAllFilterConfig: [{ type: Input }],
5328
6279
  isValidEntry: [{ type: Input }],
5329
6280
  clearAllData: [{ type: Input }]
5330
- };
6281
+ };
6282
+ if (false) {
6283
+ /**
6284
+ * @type {?}
6285
+ * @private
6286
+ */
6287
+ RaBaseDashboardFilter.prototype.getAllFilterConfig;
6288
+ /** @type {?} */
6289
+ RaBaseDashboardFilter.prototype.setAllFilterConfig;
6290
+ /** @type {?} */
6291
+ RaBaseDashboardFilter.prototype.isValidEntry;
6292
+ /** @type {?} */
6293
+ RaBaseDashboardFilter.prototype.clearAllData;
6294
+ /**
6295
+ * @abstract
6296
+ * @return {?}
6297
+ */
6298
+ RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6299
+ /**
6300
+ * @abstract
6301
+ * @param {?} filter
6302
+ * @param {?} appConfig
6303
+ * @return {?}
6304
+ */
6305
+ RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
6306
+ /**
6307
+ * @abstract
6308
+ * @return {?}
6309
+ */
6310
+ RaBaseDashboardFilter.prototype.clearData = function () { };
6311
+ /**
6312
+ * @abstract
6313
+ * @return {?}
6314
+ */
6315
+ RaBaseDashboardFilter.prototype.isValid = function () { };
6316
+ }
5331
6317
 
5332
6318
  /**
5333
6319
  * @fileoverview added by tsickle
5334
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6320
+ * Generated from: public-api.ts
6321
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5335
6322
  */
5336
6323
 
5337
6324
  /**
5338
6325
  * @fileoverview added by tsickle
5339
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6326
+ * Generated from: schneideress-dashboardframework.ts
6327
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5340
6328
  */
5341
6329
 
5342
6330
  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 };