@schneideress/dashboardframework 0.0.76 → 0.0.77

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 +85 -1152
  2. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  3. package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
  4. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  5. package/esm2015/gridster/index.js +2 -3
  6. package/esm2015/gridster/lib/gridster.component.js +3 -4
  7. package/esm2015/gridster/lib/gridster.interface.js +2 -3
  8. package/esm2015/gridster/lib/gridster.module.js +2 -3
  9. package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
  10. package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
  11. package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
  12. package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
  13. package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
  14. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
  15. package/esm2015/gridster/lib/gridsterItem.component.js +3 -4
  16. package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
  17. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
  18. package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
  19. package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
  20. package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
  21. package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
  22. package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
  23. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  24. package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
  25. package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
  26. package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
  27. package/esm2015/lib/custom.notifier.options.js +2 -3
  28. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -4
  29. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +14 -5
  30. package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
  31. package/esm2015/lib/ra.base.dashboard.template.js +2 -3
  32. package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
  33. package/esm2015/lib/ra.dashboard.module.js +5 -4
  34. package/esm2015/lib/ra.dashboard.service.js +2 -3
  35. package/esm2015/lib/ra.event.enum.js +2 -3
  36. package/esm2015/lib/ra.gridster.config.js +2 -3
  37. package/esm2015/public-api.js +2 -3
  38. package/esm2015/schneideress-dashboardframework.js +2 -3
  39. package/esm5/gridster/index.js +2 -3
  40. package/esm5/gridster/lib/gridster.component.js +3 -4
  41. package/esm5/gridster/lib/gridster.interface.js +2 -3
  42. package/esm5/gridster/lib/gridster.module.js +2 -3
  43. package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
  44. package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
  45. package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
  46. package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
  47. package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
  48. package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
  49. package/esm5/gridster/lib/gridsterItem.component.js +3 -4
  50. package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
  51. package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
  52. package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
  53. package/esm5/gridster/lib/gridsterPush.service.js +2 -3
  54. package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
  55. package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
  56. package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
  57. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
  58. package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
  59. package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
  60. package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
  61. package/esm5/lib/custom.notifier.options.js +2 -3
  62. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -4
  63. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +14 -5
  64. package/esm5/lib/ra.base.dashboard.filter.js +2 -3
  65. package/esm5/lib/ra.base.dashboard.template.js +2 -3
  66. package/esm5/lib/ra.dashbard.event.bus.js +2 -3
  67. package/esm5/lib/ra.dashboard.module.js +5 -4
  68. package/esm5/lib/ra.dashboard.service.js +2 -3
  69. package/esm5/lib/ra.event.enum.js +2 -3
  70. package/esm5/lib/ra.gridster.config.js +2 -3
  71. package/esm5/public-api.js +2 -3
  72. package/esm5/schneideress-dashboardframework.js +2 -3
  73. package/fesm2015/schneideress-dashboardframework.js +79 -1037
  74. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  75. package/fesm5/schneideress-dashboardframework.js +82 -1040
  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
@@ -10,11 +10,11 @@ import { BrowserModule } from '@angular/platform-browser';
10
10
  import { HttpClientModule } from '@angular/common/http';
11
11
  import { PerfectScrollbarModule, PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar';
12
12
  import { CommonModule } from '@angular/common';
13
+ import { RAUserControlModule } from '@schneideress/user-controls';
13
14
 
14
15
  /**
15
16
  * @fileoverview added by tsickle
16
- * Generated from: lib/ra.dashboard.service.ts
17
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
17
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
18
18
  */
19
19
  class RaDashboardService extends BaseService {
20
20
  /**
@@ -143,19 +143,11 @@ RaDashboardService.decorators = [
143
143
  RaDashboardService.ctorParameters = () => [
144
144
  { type: Injector }
145
145
  ];
146
- /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
147
- if (false) {
148
- /**
149
- * @type {?}
150
- * @private
151
- */
152
- RaDashboardService.prototype.loadedScripts;
153
- }
146
+ /** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
154
147
 
155
148
  /**
156
149
  * @fileoverview added by tsickle
157
- * Generated from: lib/ra.dashbard.event.bus.ts
158
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
150
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
159
151
  */
160
152
  class RADashboardEventBus {
161
153
  constructor() {
@@ -225,19 +217,11 @@ RADashboardEventBus.decorators = [
225
217
  providedIn: 'root'
226
218
  },] }
227
219
  ];
228
- /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
229
- if (false) {
230
- /**
231
- * @type {?}
232
- * @private
233
- */
234
- RADashboardEventBus.prototype.eventQueue;
235
- }
220
+ /** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
236
221
 
237
222
  /**
238
223
  * @fileoverview added by tsickle
239
- * Generated from: lib/ra.event.enum.ts
240
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
224
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
241
225
  */
242
226
  /** @enum {string} */
243
227
  const RAEvent = {
@@ -286,225 +270,38 @@ const RAEventKey = {
286
270
 
287
271
  /**
288
272
  * @fileoverview added by tsickle
289
- * Generated from: gridster/lib/gridsterConfig.interface.ts
290
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
273
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
291
274
  */
292
275
  /** @enum {string} */
293
276
  const GridType = {
294
- Fit: "fit",
295
- ScrollVertical: "scrollVertical",
296
- ScrollHorizontal: "scrollHorizontal",
297
- Fixed: "fixed",
298
- VerticalFixed: "verticalFixed",
299
- HorizontalFixed: "horizontalFixed",
277
+ Fit: 'fit',
278
+ ScrollVertical: 'scrollVertical',
279
+ ScrollHorizontal: 'scrollHorizontal',
280
+ Fixed: 'fixed',
281
+ VerticalFixed: 'verticalFixed',
282
+ HorizontalFixed: 'horizontalFixed',
300
283
  };
301
284
  /** @enum {string} */
302
285
  const DisplayGrid = {
303
- Always: "always",
304
- OnDragAndResize: "onDrag&Resize",
305
- None: "none",
286
+ Always: 'always',
287
+ OnDragAndResize: 'onDrag&Resize',
288
+ None: 'none',
306
289
  };
307
290
  /** @enum {string} */
308
291
  const CompactType = {
309
- None: "none",
310
- CompactUp: "compactUp",
311
- CompactLeft: "compactLeft",
312
- CompactUpAndLeft: "compactUp&Left",
313
- CompactLeftAndUp: "compactLeft&Up",
314
- CompactRight: "compactRight",
315
- CompactUpAndRight: "compactUp&Right",
316
- CompactRightAndUp: "compactRight&Up",
317
- };
318
- /**
319
- * @record
320
- */
321
- function GridsterConfig() { }
322
- if (false) {
323
- /** @type {?|undefined} */
324
- GridsterConfig.prototype.gridType;
325
- /** @type {?|undefined} */
326
- GridsterConfig.prototype.fixedColWidth;
327
- /** @type {?|undefined} */
328
- GridsterConfig.prototype.fixedRowHeight;
329
- /** @type {?|undefined} */
330
- GridsterConfig.prototype.keepFixedHeightInMobile;
331
- /** @type {?|undefined} */
332
- GridsterConfig.prototype.keepFixedWidthInMobile;
333
- /** @type {?|undefined} */
334
- GridsterConfig.prototype.setGridSize;
335
- /** @type {?|undefined} */
336
- GridsterConfig.prototype.compactType;
337
- /** @type {?|undefined} */
338
- GridsterConfig.prototype.mobileBreakpoint;
339
- /** @type {?|undefined} */
340
- GridsterConfig.prototype.minCols;
341
- /** @type {?|undefined} */
342
- GridsterConfig.prototype.maxCols;
343
- /** @type {?|undefined} */
344
- GridsterConfig.prototype.minRows;
345
- /** @type {?|undefined} */
346
- GridsterConfig.prototype.maxRows;
347
- /** @type {?|undefined} */
348
- GridsterConfig.prototype.defaultItemCols;
349
- /** @type {?|undefined} */
350
- GridsterConfig.prototype.defaultItemRows;
351
- /** @type {?|undefined} */
352
- GridsterConfig.prototype.maxItemCols;
353
- /** @type {?|undefined} */
354
- GridsterConfig.prototype.maxItemRows;
355
- /** @type {?|undefined} */
356
- GridsterConfig.prototype.minItemCols;
357
- /** @type {?|undefined} */
358
- GridsterConfig.prototype.minItemRows;
359
- /** @type {?|undefined} */
360
- GridsterConfig.prototype.minItemArea;
361
- /** @type {?|undefined} */
362
- GridsterConfig.prototype.maxItemArea;
363
- /** @type {?|undefined} */
364
- GridsterConfig.prototype.margin;
365
- /** @type {?|undefined} */
366
- GridsterConfig.prototype.outerMargin;
367
- /** @type {?|undefined} */
368
- GridsterConfig.prototype.outerMarginTop;
369
- /** @type {?|undefined} */
370
- GridsterConfig.prototype.outerMarginRight;
371
- /** @type {?|undefined} */
372
- GridsterConfig.prototype.outerMarginBottom;
373
- /** @type {?|undefined} */
374
- GridsterConfig.prototype.outerMarginLeft;
375
- /** @type {?|undefined} */
376
- GridsterConfig.prototype.useTransformPositioning;
377
- /** @type {?|undefined} */
378
- GridsterConfig.prototype.scrollSensitivity;
379
- /** @type {?|undefined} */
380
- GridsterConfig.prototype.scrollSpeed;
381
- /** @type {?|undefined} */
382
- GridsterConfig.prototype.initCallback;
383
- /** @type {?|undefined} */
384
- GridsterConfig.prototype.destroyCallback;
385
- /** @type {?|undefined} */
386
- GridsterConfig.prototype.gridSizeChangedCallback;
387
- /** @type {?|undefined} */
388
- GridsterConfig.prototype.itemChangeCallback;
389
- /** @type {?|undefined} */
390
- GridsterConfig.prototype.itemResizeCallback;
391
- /** @type {?|undefined} */
392
- GridsterConfig.prototype.itemInitCallback;
393
- /** @type {?|undefined} */
394
- GridsterConfig.prototype.itemRemovedCallback;
395
- /** @type {?|undefined} */
396
- GridsterConfig.prototype.itemValidateCallback;
397
- /** @type {?|undefined} */
398
- GridsterConfig.prototype.draggable;
399
- /** @type {?|undefined} */
400
- GridsterConfig.prototype.resizable;
401
- /** @type {?|undefined} */
402
- GridsterConfig.prototype.swap;
403
- /** @type {?|undefined} */
404
- GridsterConfig.prototype.pushItems;
405
- /** @type {?|undefined} */
406
- GridsterConfig.prototype.disablePushOnDrag;
407
- /** @type {?|undefined} */
408
- GridsterConfig.prototype.disablePushOnResize;
409
- /** @type {?|undefined} */
410
- GridsterConfig.prototype.disableAutoPositionOnConflict;
411
- /** @type {?|undefined} */
412
- GridsterConfig.prototype.pushDirections;
413
- /** @type {?|undefined} */
414
- GridsterConfig.prototype.pushResizeItems;
415
- /** @type {?|undefined} */
416
- GridsterConfig.prototype.displayGrid;
417
- /** @type {?|undefined} */
418
- GridsterConfig.prototype.disableWindowResize;
419
- /** @type {?|undefined} */
420
- GridsterConfig.prototype.disableWarnings;
421
- /** @type {?|undefined} */
422
- GridsterConfig.prototype.scrollToNewItems;
423
- /** @type {?|undefined} */
424
- GridsterConfig.prototype.enableEmptyCellClick;
425
- /** @type {?|undefined} */
426
- GridsterConfig.prototype.enableEmptyCellContextMenu;
427
- /** @type {?|undefined} */
428
- GridsterConfig.prototype.enableEmptyCellDrop;
429
- /** @type {?|undefined} */
430
- GridsterConfig.prototype.enableEmptyCellDrag;
431
- /** @type {?|undefined} */
432
- GridsterConfig.prototype.emptyCellClickCallback;
433
- /** @type {?|undefined} */
434
- GridsterConfig.prototype.emptyCellContextMenuCallback;
435
- /** @type {?|undefined} */
436
- GridsterConfig.prototype.emptyCellDropCallback;
437
- /** @type {?|undefined} */
438
- GridsterConfig.prototype.emptyCellDragCallback;
439
- /** @type {?|undefined} */
440
- GridsterConfig.prototype.emptyCellDragMaxCols;
441
- /** @type {?|undefined} */
442
- GridsterConfig.prototype.emptyCellDragMaxRows;
443
- /** @type {?|undefined} */
444
- GridsterConfig.prototype.ignoreMarginInRow;
445
- /** @type {?|undefined} */
446
- GridsterConfig.prototype.autoResizeonDrag;
447
- /** @type {?|undefined} */
448
- GridsterConfig.prototype.api;
449
- /* Skipping unhandled member: [propName: string]: any;*/
450
- }
451
- /**
452
- * @record
453
- */
454
- function DragBase() { }
455
- if (false) {
456
- /** @type {?|undefined} */
457
- DragBase.prototype.enabled;
458
- /** @type {?|undefined} */
459
- DragBase.prototype.stop;
460
- /** @type {?|undefined} */
461
- DragBase.prototype.start;
462
- /** @type {?|undefined} */
463
- DragBase.prototype.delayStart;
464
- }
465
- /**
466
- * @record
467
- */
468
- function Draggable() { }
469
- if (false) {
470
- /** @type {?|undefined} */
471
- Draggable.prototype.ignoreContentClass;
472
- /** @type {?|undefined} */
473
- Draggable.prototype.ignoreContent;
474
- /** @type {?|undefined} */
475
- Draggable.prototype.dragHandleClass;
476
- /** @type {?|undefined} */
477
- Draggable.prototype.dropOverItems;
478
- /** @type {?|undefined} */
479
- Draggable.prototype.dropOverItemsCallback;
480
- }
481
- /**
482
- * @record
483
- */
484
- function Resizable() { }
485
- if (false) {
486
- /** @type {?|undefined} */
487
- Resizable.prototype.handles;
488
- }
489
- /**
490
- * @record
491
- */
492
- function PushDirections() { }
493
- if (false) {
494
- /** @type {?} */
495
- PushDirections.prototype.north;
496
- /** @type {?} */
497
- PushDirections.prototype.east;
498
- /** @type {?} */
499
- PushDirections.prototype.south;
500
- /** @type {?} */
501
- PushDirections.prototype.west;
502
- }
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
+ };
503
301
 
504
302
  /**
505
303
  * @fileoverview added by tsickle
506
- * Generated from: lib/ra.gridster.config.ts
507
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
304
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
508
305
  */
509
306
  /** @type {?} */
510
307
  const GridsterConfigDefaultSettings = {
@@ -570,8 +367,7 @@ const GridsterConfigDefaultSettings = {
570
367
 
571
368
  /**
572
369
  * @fileoverview added by tsickle
573
- * Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
574
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
370
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
575
371
  */
576
372
  class RADashboardArea {
577
373
  /**
@@ -964,7 +760,7 @@ RADashboardArea.decorators = [
964
760
  { type: Component, args: [{
965
761
  selector: 'ra-dashboard-area',
966
762
  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\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
967
- 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)}"]
763
+ 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)}"]
968
764
  }] }
969
765
  ];
970
766
  /** @nocollapse */
@@ -983,84 +779,11 @@ RADashboardArea.propDecorators = {
983
779
  widgetHeight: [{ type: Input, args: ['widget-height',] }],
984
780
  widgetWidth: [{ type: Input, args: ['widget-width',] }],
985
781
  appConfig: [{ type: Input, args: ['app-config',] }]
986
- };
987
- if (false) {
988
- /** @type {?} */
989
- RADashboardArea.prototype.widgetList;
990
- /** @type {?} */
991
- RADashboardArea.prototype.options;
992
- /** @type {?} */
993
- RADashboardArea.prototype.gridheight;
994
- /**
995
- * @type {?}
996
- * @private
997
- */
998
- RADashboardArea.prototype.conifgAddClick;
999
- /**
1000
- * @type {?}
1001
- * @private
1002
- */
1003
- RADashboardArea.prototype.widgetDeleteEvent;
1004
- /**
1005
- * @type {?}
1006
- * @private
1007
- */
1008
- RADashboardArea.prototype.widgetAddEvent;
1009
- /**
1010
- * @type {?}
1011
- * @private
1012
- */
1013
- RADashboardArea.prototype.widgetLibraryDoneClick;
1014
- /**
1015
- * @type {?}
1016
- * @private
1017
- */
1018
- RADashboardArea.prototype.isWidgetLoaded;
1019
- /** @type {?} */
1020
- RADashboardArea.prototype.userDashboardId;
1021
- /** @type {?} */
1022
- RADashboardArea.prototype.areaKey;
1023
- /** @type {?} */
1024
- RADashboardArea.prototype.globalFilter;
1025
- /** @type {?} */
1026
- RADashboardArea.prototype.raDashboardEventBus;
1027
- /** @type {?} */
1028
- RADashboardArea.prototype.widgetHeight;
1029
- /** @type {?} */
1030
- RADashboardArea.prototype.widgetWidth;
1031
- /** @type {?} */
1032
- RADashboardArea.prototype.appConfig;
1033
- /**
1034
- * @type {?}
1035
- * @private
1036
- */
1037
- RADashboardArea.prototype.dashboardService;
1038
- /**
1039
- * @type {?}
1040
- * @private
1041
- */
1042
- RADashboardArea.prototype.ngZone;
1043
- /**
1044
- * @type {?}
1045
- * @private
1046
- */
1047
- RADashboardArea.prototype.ngxService;
1048
- /**
1049
- * @type {?}
1050
- * @private
1051
- */
1052
- RADashboardArea.prototype.translateService;
1053
- /**
1054
- * @type {?}
1055
- * @private
1056
- */
1057
- RADashboardArea.prototype.notifier;
1058
- }
782
+ };
1059
783
 
1060
784
  /**
1061
785
  * @fileoverview added by tsickle
1062
- * Generated from: lib/ra-widget-container/ra.widget.container.component.ts
1063
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
786
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1064
787
  */
1065
788
  class RAWidgetContainer {
1066
789
  /**
@@ -1298,7 +1021,15 @@ class RAWidgetContainer {
1298
1021
  */
1299
1022
  setLock(config) {
1300
1023
  return __awaiter(this, void 0, void 0, function* () {
1024
+ debugger;
1301
1025
  this.lockStatus = yield this.widgetElement.loadLockStatus(config);
1026
+ if (this.lockStatus == 'lock') {
1027
+ this.lockTitle = 'Locked';
1028
+ console.log(this.lockTitle);
1029
+ }
1030
+ else {
1031
+ this.lockTitle = 'Partially Locked';
1032
+ }
1302
1033
  if (this.lockStatus) {
1303
1034
  switch (this.lockStatus) {
1304
1035
  case "lock": {
@@ -1393,8 +1124,8 @@ class RAWidgetContainer {
1393
1124
  RAWidgetContainer.decorators = [
1394
1125
  { type: Component, args: [{
1395
1126
  selector: 'ra-widget-container',
1396
- template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" 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=\"fas fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload (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=\"fas 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 <div class=\"title-bar-lock-icon\"><i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i></div>\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>\r\n",
1397
- styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.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;-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}.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;-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}"]
1127
+ template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" 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=\"fas 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=\"fas 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 \r\n <i [ngClass]=\"lockClass\" ></i>\r\n \r\n <!-- <i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i> -->\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>",
1128
+ styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.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}"]
1398
1129
  }] }
1399
1130
  ];
1400
1131
  /** @nocollapse */
@@ -1418,102 +1149,11 @@ RAWidgetContainer.propDecorators = {
1418
1149
  width: [{ type: Input, args: ['widget-width',] }],
1419
1150
  height: [{ type: Input, args: ['widget-height',] }],
1420
1151
  widgetDeleted: [{ type: Output }]
1421
- };
1422
- if (false) {
1423
- /** @type {?} */
1424
- RAWidgetContainer.prototype.showPanel;
1425
- /**
1426
- * @type {?}
1427
- * @private
1428
- */
1429
- RAWidgetContainer.prototype.isWidgetLoaded;
1430
- /**
1431
- * @type {?}
1432
- * @private
1433
- */
1434
- RAWidgetContainer.prototype.widgetElement;
1435
- /**
1436
- * @type {?}
1437
- * @private
1438
- */
1439
- RAWidgetContainer.prototype.configChanged;
1440
- /**
1441
- * @type {?}
1442
- * @private
1443
- */
1444
- RAWidgetContainer.prototype.isIEOrEdge;
1445
- /** @type {?} */
1446
- RAWidgetContainer.prototype.widgetHeight;
1447
- /** @type {?} */
1448
- RAWidgetContainer.prototype.lockClass;
1449
- /** @type {?} */
1450
- RAWidgetContainer.prototype.lockStatus;
1451
- /** @type {?} */
1452
- RAWidgetContainer.prototype.isDownloadIconVisible;
1453
- /** @type {?} */
1454
- RAWidgetContainer.prototype.dropDownShown;
1455
- /** @type {?} */
1456
- RAWidgetContainer.prototype.isDownloadChartVisible;
1457
- /** @type {?} */
1458
- RAWidgetContainer.prototype.downloadIconType;
1459
- /** @type {?} */
1460
- RAWidgetContainer.prototype.ctlWidget;
1461
- /** @type {?} */
1462
- RAWidgetContainer.prototype.widgetDropdown;
1463
- /** @type {?} */
1464
- RAWidgetContainer.prototype.widgetDownload;
1465
- /** @type {?} */
1466
- RAWidgetContainer.prototype.widgetInstanceId;
1467
- /** @type {?} */
1468
- RAWidgetContainer.prototype.globalFilter;
1469
- /** @type {?} */
1470
- RAWidgetContainer.prototype.data;
1471
- /** @type {?} */
1472
- RAWidgetContainer.prototype.raDashboardEventBus;
1473
- /** @type {?} */
1474
- RAWidgetContainer.prototype.appConfig;
1475
- /** @type {?} */
1476
- RAWidgetContainer.prototype.width;
1477
- /** @type {?} */
1478
- RAWidgetContainer.prototype.height;
1479
- /** @type {?} */
1480
- RAWidgetContainer.prototype.widgetDeleted;
1481
- /**
1482
- * @type {?}
1483
- * @private
1484
- */
1485
- RAWidgetContainer.prototype.dashboardService;
1486
- /**
1487
- * @type {?}
1488
- * @private
1489
- */
1490
- RAWidgetContainer.prototype.ngxService;
1491
- /**
1492
- * @type {?}
1493
- * @private
1494
- */
1495
- RAWidgetContainer.prototype.translateService;
1496
- /**
1497
- * @type {?}
1498
- * @private
1499
- */
1500
- RAWidgetContainer.prototype.ngZone;
1501
- /**
1502
- * @type {?}
1503
- * @private
1504
- */
1505
- RAWidgetContainer.prototype.notifier;
1506
- /**
1507
- * @type {?}
1508
- * @private
1509
- */
1510
- RAWidgetContainer.prototype.renderer;
1511
- }
1152
+ };
1512
1153
 
1513
1154
  /**
1514
1155
  * @fileoverview added by tsickle
1515
- * Generated from: lib/custom.notifier.options.ts
1516
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1156
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1517
1157
  */
1518
1158
  /** @type {?} */
1519
1159
  const customNotifierOptions = {
@@ -1559,8 +1199,7 @@ const customNotifierOptions = {
1559
1199
 
1560
1200
  /**
1561
1201
  * @fileoverview added by tsickle
1562
- * Generated from: gridster/lib/gridsterConfig.constant.ts
1563
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1202
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1564
1203
  */
1565
1204
  /** @type {?} */
1566
1205
  const GridsterConfigService = {
@@ -1738,8 +1377,7 @@ const GridsterConfigService = {
1738
1377
 
1739
1378
  /**
1740
1379
  * @fileoverview added by tsickle
1741
- * Generated from: gridster/lib/gridsterUtils.service.ts
1742
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1380
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1743
1381
  */
1744
1382
  class GridsterUtils {
1745
1383
  /**
@@ -1875,93 +1513,17 @@ GridsterUtils.decorators = [
1875
1513
 
1876
1514
  /**
1877
1515
  * @fileoverview added by tsickle
1878
- * Generated from: gridster/lib/gridster.interface.ts
1879
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1516
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1880
1517
  */
1881
1518
  /**
1882
1519
  * @abstract
1883
1520
  */
1884
1521
  class GridsterComponentInterface {
1885
- }
1886
- if (false) {
1887
- /** @type {?} */
1888
- GridsterComponentInterface.prototype.$options;
1889
- /** @type {?} */
1890
- GridsterComponentInterface.prototype.grid;
1891
- /** @type {?} */
1892
- GridsterComponentInterface.prototype.checkCollision;
1893
- /** @type {?} */
1894
- GridsterComponentInterface.prototype.positionXToPixels;
1895
- /** @type {?} */
1896
- GridsterComponentInterface.prototype.pixelsToPositionX;
1897
- /** @type {?} */
1898
- GridsterComponentInterface.prototype.positionYToPixels;
1899
- /** @type {?} */
1900
- GridsterComponentInterface.prototype.pixelsToPositionY;
1901
- /** @type {?} */
1902
- GridsterComponentInterface.prototype.findItemWithItem;
1903
- /** @type {?} */
1904
- GridsterComponentInterface.prototype.findItemsWithItem;
1905
- /** @type {?} */
1906
- GridsterComponentInterface.prototype.checkGridCollision;
1907
- /** @type {?} */
1908
- GridsterComponentInterface.prototype.el;
1909
- /** @type {?} */
1910
- GridsterComponentInterface.prototype.renderer;
1911
- /** @type {?} */
1912
- GridsterComponentInterface.prototype.gridRenderer;
1913
- /** @type {?} */
1914
- GridsterComponentInterface.prototype.cdRef;
1915
- /** @type {?} */
1916
- GridsterComponentInterface.prototype.options;
1917
- /** @type {?} */
1918
- GridsterComponentInterface.prototype.calculateLayoutDebounce;
1919
- /** @type {?} */
1920
- GridsterComponentInterface.prototype.updateGrid;
1921
- /** @type {?} */
1922
- GridsterComponentInterface.prototype.movingItem;
1923
- /** @type {?} */
1924
- GridsterComponentInterface.prototype.addItem;
1925
- /** @type {?} */
1926
- GridsterComponentInterface.prototype.removeItem;
1927
- /** @type {?} */
1928
- GridsterComponentInterface.prototype.previewStyle;
1929
- /** @type {?} */
1930
- GridsterComponentInterface.prototype.mobile;
1931
- /** @type {?} */
1932
- GridsterComponentInterface.prototype.curWidth;
1933
- /** @type {?} */
1934
- GridsterComponentInterface.prototype.curHeight;
1935
- /** @type {?} */
1936
- GridsterComponentInterface.prototype.columns;
1937
- /** @type {?} */
1938
- GridsterComponentInterface.prototype.rows;
1939
- /** @type {?} */
1940
- GridsterComponentInterface.prototype.curColWidth;
1941
- /** @type {?} */
1942
- GridsterComponentInterface.prototype.curRowHeight;
1943
- /** @type {?} */
1944
- GridsterComponentInterface.prototype.windowResize;
1945
- /** @type {?} */
1946
- GridsterComponentInterface.prototype.setGridDimensions;
1947
- /** @type {?} */
1948
- GridsterComponentInterface.prototype.dragInProgress;
1949
- /** @type {?} */
1950
- GridsterComponentInterface.prototype.emptyCell;
1951
- /** @type {?} */
1952
- GridsterComponentInterface.prototype.compact;
1953
- /** @type {?} */
1954
- GridsterComponentInterface.prototype.zone;
1955
- /** @type {?} */
1956
- GridsterComponentInterface.prototype.gridRows;
1957
- /** @type {?} */
1958
- GridsterComponentInterface.prototype.gridColumns;
1959
1522
  }
1960
1523
 
1961
1524
  /**
1962
1525
  * @fileoverview added by tsickle
1963
- * Generated from: gridster/lib/gridsterEmptyCell.service.ts
1964
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1526
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1965
1527
  */
1966
1528
  class GridsterEmptyCell {
1967
1529
  /**
@@ -2238,45 +1800,11 @@ GridsterEmptyCell.decorators = [
2238
1800
  /** @nocollapse */
2239
1801
  GridsterEmptyCell.ctorParameters = () => [
2240
1802
  { type: GridsterComponentInterface }
2241
- ];
2242
- if (false) {
2243
- /** @type {?} */
2244
- GridsterEmptyCell.prototype.initialItem;
2245
- /** @type {?} */
2246
- GridsterEmptyCell.prototype.emptyCellClick;
2247
- /** @type {?} */
2248
- GridsterEmptyCell.prototype.emptyCellClickTouch;
2249
- /** @type {?} */
2250
- GridsterEmptyCell.prototype.emptyCellContextMenu;
2251
- /** @type {?} */
2252
- GridsterEmptyCell.prototype.emptyCellDrop;
2253
- /** @type {?} */
2254
- GridsterEmptyCell.prototype.emptyCellDrag;
2255
- /** @type {?} */
2256
- GridsterEmptyCell.prototype.emptyCellDragTouch;
2257
- /** @type {?} */
2258
- GridsterEmptyCell.prototype.emptyCellMMove;
2259
- /** @type {?} */
2260
- GridsterEmptyCell.prototype.emptyCellMMoveTouch;
2261
- /** @type {?} */
2262
- GridsterEmptyCell.prototype.emptyCellUp;
2263
- /** @type {?} */
2264
- GridsterEmptyCell.prototype.emptyCellUpTouch;
2265
- /** @type {?} */
2266
- GridsterEmptyCell.prototype.emptyCellMove;
2267
- /** @type {?} */
2268
- GridsterEmptyCell.prototype.emptyCellExit;
2269
- /**
2270
- * @type {?}
2271
- * @private
2272
- */
2273
- GridsterEmptyCell.prototype.gridster;
2274
- }
1803
+ ];
2275
1804
 
2276
1805
  /**
2277
1806
  * @fileoverview added by tsickle
2278
- * Generated from: gridster/lib/gridsterCompact.service.ts
2279
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1807
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2280
1808
  */
2281
1809
  class GridsterCompact {
2282
1810
  /**
@@ -2485,19 +2013,11 @@ GridsterCompact.decorators = [
2485
2013
  /** @nocollapse */
2486
2014
  GridsterCompact.ctorParameters = () => [
2487
2015
  { type: GridsterComponentInterface }
2488
- ];
2489
- if (false) {
2490
- /**
2491
- * @type {?}
2492
- * @private
2493
- */
2494
- GridsterCompact.prototype.gridster;
2495
- }
2016
+ ];
2496
2017
 
2497
2018
  /**
2498
2019
  * @fileoverview added by tsickle
2499
- * Generated from: gridster/lib/gridsterRenderer.service.ts
2500
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2020
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2501
2021
  */
2502
2022
  class GridsterRenderer {
2503
2023
  /**
@@ -2760,19 +2280,11 @@ GridsterRenderer.decorators = [
2760
2280
  /** @nocollapse */
2761
2281
  GridsterRenderer.ctorParameters = () => [
2762
2282
  { type: GridsterComponentInterface }
2763
- ];
2764
- if (false) {
2765
- /**
2766
- * @type {?}
2767
- * @private
2768
- */
2769
- GridsterRenderer.prototype.gridster;
2770
- }
2283
+ ];
2771
2284
 
2772
2285
  /**
2773
2286
  * @fileoverview added by tsickle
2774
- * Generated from: gridster/lib/gridster.component.ts
2775
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2287
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2776
2288
  */
2777
2289
  class GridsterComponent {
2778
2290
  /**
@@ -2906,17 +2418,6 @@ class GridsterComponent {
2906
2418
  if (this.options.destroyCallback) {
2907
2419
  this.options.destroyCallback(this);
2908
2420
  }
2909
- //if (this.options.api) {
2910
- /* this.options.api getting undefined for new dashboard load- temp fix
2911
- * on new dashboard area load, old dashboard area gets destroyed, but that leads to
2912
- * ondestroy of current this.options.api instance - needs to investigate further
2913
- */
2914
- if (false) {
2915
- this.options.api.resize = undefined;
2916
- this.options.api.optionsChanged = undefined;
2917
- this.options.api.getNextPossiblePosition = undefined;
2918
- this.options.api = undefined;
2919
- }
2920
2421
  this.emptyCell.destroy();
2921
2422
  delete this.emptyCell;
2922
2423
  this.compact.destroy();
@@ -3400,7 +2901,7 @@ GridsterComponent.decorators = [
3400
2901
  selector: 'gridster',
3401
2902
  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",
3402
2903
  encapsulation: ViewEncapsulation.None,
3403
- 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}gridster.mobile gridster-item{position:relative}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}"]
2904
+ 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}gridster.mobile gridster-item{position:relative}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}"]
3404
2905
  }] }
3405
2906
  ];
3406
2907
  /** @nocollapse */
@@ -3412,111 +2913,21 @@ GridsterComponent.ctorParameters = () => [
3412
2913
  ];
3413
2914
  GridsterComponent.propDecorators = {
3414
2915
  options: [{ type: Input }]
3415
- };
3416
- if (false) {
3417
- /** @type {?} */
3418
- GridsterComponent.prototype.options;
3419
- /** @type {?} */
3420
- GridsterComponent.prototype.calculateLayoutDebounce;
3421
- /** @type {?} */
3422
- GridsterComponent.prototype.movingItem;
3423
- /** @type {?} */
3424
- GridsterComponent.prototype.previewStyle;
3425
- /** @type {?} */
3426
- GridsterComponent.prototype.el;
3427
- /** @type {?} */
3428
- GridsterComponent.prototype.$options;
3429
- /** @type {?} */
3430
- GridsterComponent.prototype.mobile;
3431
- /** @type {?} */
3432
- GridsterComponent.prototype.curWidth;
3433
- /** @type {?} */
3434
- GridsterComponent.prototype.curHeight;
3435
- /** @type {?} */
3436
- GridsterComponent.prototype.grid;
3437
- /** @type {?} */
3438
- GridsterComponent.prototype.columns;
3439
- /** @type {?} */
3440
- GridsterComponent.prototype.rows;
3441
- /** @type {?} */
3442
- GridsterComponent.prototype.curColWidth;
3443
- /** @type {?} */
3444
- GridsterComponent.prototype.curRowHeight;
3445
- /** @type {?} */
3446
- GridsterComponent.prototype.gridColumns;
3447
- /** @type {?} */
3448
- GridsterComponent.prototype.gridRows;
3449
- /** @type {?} */
3450
- GridsterComponent.prototype.windowResize;
3451
- /** @type {?} */
3452
- GridsterComponent.prototype.dragInProgress;
3453
- /** @type {?} */
3454
- GridsterComponent.prototype.emptyCell;
3455
- /** @type {?} */
3456
- GridsterComponent.prototype.compact;
3457
- /** @type {?} */
3458
- GridsterComponent.prototype.gridRenderer;
3459
- /** @type {?} */
3460
- GridsterComponent.prototype.renderer;
3461
- /** @type {?} */
3462
- GridsterComponent.prototype.cdRef;
3463
- /** @type {?} */
3464
- GridsterComponent.prototype.zone;
3465
- }
2916
+ };
3466
2917
 
3467
2918
  /**
3468
2919
  * @fileoverview added by tsickle
3469
- * Generated from: gridster/lib/gridsterItemComponent.interface.ts
3470
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2920
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3471
2921
  */
3472
2922
  /**
3473
2923
  * @abstract
3474
2924
  */
3475
2925
  class GridsterItemComponentInterface {
3476
- }
3477
- if (false) {
3478
- /** @type {?} */
3479
- GridsterItemComponentInterface.prototype.item;
3480
- /** @type {?} */
3481
- GridsterItemComponentInterface.prototype.$item;
3482
- /** @type {?} */
3483
- GridsterItemComponentInterface.prototype.top;
3484
- /** @type {?} */
3485
- GridsterItemComponentInterface.prototype.left;
3486
- /** @type {?} */
3487
- GridsterItemComponentInterface.prototype.width;
3488
- /** @type {?} */
3489
- GridsterItemComponentInterface.prototype.height;
3490
- /** @type {?} */
3491
- GridsterItemComponentInterface.prototype.drag;
3492
- /** @type {?} */
3493
- GridsterItemComponentInterface.prototype.resize;
3494
- /** @type {?} */
3495
- GridsterItemComponentInterface.prototype.notPlaced;
3496
- /** @type {?} */
3497
- GridsterItemComponentInterface.prototype.updateOptions;
3498
- /** @type {?} */
3499
- GridsterItemComponentInterface.prototype.itemChanged;
3500
- /** @type {?} */
3501
- GridsterItemComponentInterface.prototype.setSize;
3502
- /** @type {?} */
3503
- GridsterItemComponentInterface.prototype.checkItemChanges;
3504
- /** @type {?} */
3505
- GridsterItemComponentInterface.prototype.canBeDragged;
3506
- /** @type {?} */
3507
- GridsterItemComponentInterface.prototype.canBeResized;
3508
- /** @type {?} */
3509
- GridsterItemComponentInterface.prototype.el;
3510
- /** @type {?} */
3511
- GridsterItemComponentInterface.prototype.gridster;
3512
- /** @type {?} */
3513
- GridsterItemComponentInterface.prototype.renderer;
3514
2926
  }
3515
2927
 
3516
2928
  /**
3517
2929
  * @fileoverview added by tsickle
3518
- * Generated from: gridster/lib/gridsterSwap.service.ts
3519
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2930
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3520
2931
  */
3521
2932
  class GridsterSwap {
3522
2933
  /**
@@ -3627,29 +3038,11 @@ GridsterSwap.decorators = [
3627
3038
  /** @nocollapse */
3628
3039
  GridsterSwap.ctorParameters = () => [
3629
3040
  { type: GridsterItemComponentInterface }
3630
- ];
3631
- if (false) {
3632
- /**
3633
- * @type {?}
3634
- * @private
3635
- */
3636
- GridsterSwap.prototype.swapedItem;
3637
- /**
3638
- * @type {?}
3639
- * @private
3640
- */
3641
- GridsterSwap.prototype.gridsterItem;
3642
- /**
3643
- * @type {?}
3644
- * @private
3645
- */
3646
- GridsterSwap.prototype.gridster;
3647
- }
3041
+ ];
3648
3042
 
3649
3043
  /**
3650
3044
  * @fileoverview added by tsickle
3651
- * Generated from: gridster/lib/gridsterScroll.service.ts
3652
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3045
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3653
3046
  */
3654
3047
  /** @type {?} */
3655
3048
  let scrollSensitivity;
@@ -3844,8 +3237,7 @@ function cancelN() {
3844
3237
 
3845
3238
  /**
3846
3239
  * @fileoverview added by tsickle
3847
- * Generated from: gridster/lib/gridsterPush.service.ts
3848
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3240
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3849
3241
  */
3850
3242
  class GridsterPush {
3851
3243
  /**
@@ -4256,62 +3648,11 @@ GridsterPush.decorators = [
4256
3648
  /** @nocollapse */
4257
3649
  GridsterPush.ctorParameters = () => [
4258
3650
  { type: GridsterItemComponentInterface }
4259
- ];
4260
- if (false) {
4261
- /** @type {?} */
4262
- GridsterPush.prototype.fromSouth;
4263
- /** @type {?} */
4264
- GridsterPush.prototype.fromNorth;
4265
- /** @type {?} */
4266
- GridsterPush.prototype.fromEast;
4267
- /** @type {?} */
4268
- GridsterPush.prototype.fromWest;
4269
- /**
4270
- * @type {?}
4271
- * @private
4272
- */
4273
- GridsterPush.prototype.pushedItems;
4274
- /**
4275
- * @type {?}
4276
- * @private
4277
- */
4278
- GridsterPush.prototype.pushedItemsTemp;
4279
- /**
4280
- * @type {?}
4281
- * @private
4282
- */
4283
- GridsterPush.prototype.pushedItemsTempPath;
4284
- /**
4285
- * @type {?}
4286
- * @private
4287
- */
4288
- GridsterPush.prototype.pushedItemsPath;
4289
- /**
4290
- * @type {?}
4291
- * @private
4292
- */
4293
- GridsterPush.prototype.gridsterItem;
4294
- /**
4295
- * @type {?}
4296
- * @private
4297
- */
4298
- GridsterPush.prototype.gridster;
4299
- /**
4300
- * @type {?}
4301
- * @private
4302
- */
4303
- GridsterPush.prototype.pushedItemsOrder;
4304
- /**
4305
- * @type {?}
4306
- * @private
4307
- */
4308
- GridsterPush.prototype.tryPattern;
4309
- }
3651
+ ];
4310
3652
 
4311
3653
  /**
4312
3654
  * @fileoverview added by tsickle
4313
- * Generated from: gridster/lib/gridsterDraggable.service.ts
4314
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3655
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4315
3656
  */
4316
3657
  class GridsterDraggable {
4317
3658
  /**
@@ -4589,10 +3930,6 @@ class GridsterDraggable {
4589
3930
  this.gridsterItem.$item.cols = itemColsbackup;
4590
3931
  this.gridsterItem.$item.rows = itemRowsbackup;
4591
3932
  }
4592
- else {
4593
- // this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
4594
- // this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
4595
- }
4596
3933
  return this.gridsterItem.$item;
4597
3934
  }
4598
3935
  /**
@@ -4737,85 +4074,11 @@ GridsterDraggable.ctorParameters = () => [
4737
4074
  { type: GridsterItemComponentInterface },
4738
4075
  { type: GridsterComponentInterface },
4739
4076
  { type: NgZone }
4740
- ];
4741
- if (false) {
4742
- /** @type {?} */
4743
- GridsterDraggable.prototype.gridsterItem;
4744
- /** @type {?} */
4745
- GridsterDraggable.prototype.gridster;
4746
- /** @type {?} */
4747
- GridsterDraggable.prototype.lastMouse;
4748
- /** @type {?} */
4749
- GridsterDraggable.prototype.offsetLeft;
4750
- /** @type {?} */
4751
- GridsterDraggable.prototype.offsetTop;
4752
- /** @type {?} */
4753
- GridsterDraggable.prototype.margin;
4754
- /** @type {?} */
4755
- GridsterDraggable.prototype.diffTop;
4756
- /** @type {?} */
4757
- GridsterDraggable.prototype.diffLeft;
4758
- /** @type {?} */
4759
- GridsterDraggable.prototype.top;
4760
- /** @type {?} */
4761
- GridsterDraggable.prototype.left;
4762
- /** @type {?} */
4763
- GridsterDraggable.prototype.height;
4764
- /** @type {?} */
4765
- GridsterDraggable.prototype.width;
4766
- /** @type {?} */
4767
- GridsterDraggable.prototype.positionX;
4768
- /** @type {?} */
4769
- GridsterDraggable.prototype.positionY;
4770
- /** @type {?} */
4771
- GridsterDraggable.prototype.positionXBackup;
4772
- /** @type {?} */
4773
- GridsterDraggable.prototype.positionYBackup;
4774
- /** @type {?} */
4775
- GridsterDraggable.prototype.enabled;
4776
- /** @type {?} */
4777
- GridsterDraggable.prototype.dragStartFunction;
4778
- /** @type {?} */
4779
- GridsterDraggable.prototype.dragFunction;
4780
- /** @type {?} */
4781
- GridsterDraggable.prototype.dragStopFunction;
4782
- /** @type {?} */
4783
- GridsterDraggable.prototype.mousemove;
4784
- /** @type {?} */
4785
- GridsterDraggable.prototype.mouseup;
4786
- /** @type {?} */
4787
- GridsterDraggable.prototype.mouseleave;
4788
- /** @type {?} */
4789
- GridsterDraggable.prototype.cancelOnBlur;
4790
- /** @type {?} */
4791
- GridsterDraggable.prototype.touchmove;
4792
- /** @type {?} */
4793
- GridsterDraggable.prototype.touchend;
4794
- /** @type {?} */
4795
- GridsterDraggable.prototype.touchcancel;
4796
- /** @type {?} */
4797
- GridsterDraggable.prototype.mousedown;
4798
- /** @type {?} */
4799
- GridsterDraggable.prototype.touchstart;
4800
- /** @type {?} */
4801
- GridsterDraggable.prototype.push;
4802
- /** @type {?} */
4803
- GridsterDraggable.prototype.swap;
4804
- /** @type {?} */
4805
- GridsterDraggable.prototype.path;
4806
- /** @type {?} */
4807
- GridsterDraggable.prototype.collision;
4808
- /**
4809
- * @type {?}
4810
- * @private
4811
- */
4812
- GridsterDraggable.prototype.zone;
4813
- }
4077
+ ];
4814
4078
 
4815
4079
  /**
4816
4080
  * @fileoverview added by tsickle
4817
- * Generated from: gridster/lib/gridsterPushResize.service.ts
4818
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4081
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4819
4082
  */
4820
4083
  class GridsterPushResize {
4821
4084
  /**
@@ -5131,47 +4394,11 @@ GridsterPushResize.decorators = [
5131
4394
  /** @nocollapse */
5132
4395
  GridsterPushResize.ctorParameters = () => [
5133
4396
  { type: GridsterItemComponentInterface }
5134
- ];
5135
- if (false) {
5136
- /** @type {?} */
5137
- GridsterPushResize.prototype.fromSouth;
5138
- /** @type {?} */
5139
- GridsterPushResize.prototype.fromNorth;
5140
- /** @type {?} */
5141
- GridsterPushResize.prototype.fromEast;
5142
- /** @type {?} */
5143
- GridsterPushResize.prototype.fromWest;
5144
- /**
5145
- * @type {?}
5146
- * @private
5147
- */
5148
- GridsterPushResize.prototype.pushedItems;
5149
- /**
5150
- * @type {?}
5151
- * @private
5152
- */
5153
- GridsterPushResize.prototype.pushedItemsPath;
5154
- /**
5155
- * @type {?}
5156
- * @private
5157
- */
5158
- GridsterPushResize.prototype.gridsterItem;
5159
- /**
5160
- * @type {?}
5161
- * @private
5162
- */
5163
- GridsterPushResize.prototype.gridster;
5164
- /**
5165
- * @type {?}
5166
- * @private
5167
- */
5168
- GridsterPushResize.prototype.tryPattern;
5169
- }
4397
+ ];
5170
4398
 
5171
4399
  /**
5172
4400
  * @fileoverview added by tsickle
5173
- * Generated from: gridster/lib/gridsterResizable.service.ts
5174
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4401
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5175
4402
  */
5176
4403
  class GridsterResizable {
5177
4404
  /**
@@ -5637,87 +4864,11 @@ GridsterResizable.ctorParameters = () => [
5637
4864
  { type: GridsterItemComponentInterface },
5638
4865
  { type: GridsterComponentInterface },
5639
4866
  { type: NgZone }
5640
- ];
5641
- if (false) {
5642
- /** @type {?} */
5643
- GridsterResizable.prototype.gridsterItem;
5644
- /** @type {?} */
5645
- GridsterResizable.prototype.gridster;
5646
- /** @type {?} */
5647
- GridsterResizable.prototype.lastMouse;
5648
- /** @type {?} */
5649
- GridsterResizable.prototype.itemBackup;
5650
- /** @type {?} */
5651
- GridsterResizable.prototype.resizeEventScrollType;
5652
- /** @type {?} */
5653
- GridsterResizable.prototype.directionFunction;
5654
- /** @type {?} */
5655
- GridsterResizable.prototype.dragFunction;
5656
- /** @type {?} */
5657
- GridsterResizable.prototype.dragStopFunction;
5658
- /** @type {?} */
5659
- GridsterResizable.prototype.resizeEnabled;
5660
- /** @type {?} */
5661
- GridsterResizable.prototype.mousemove;
5662
- /** @type {?} */
5663
- GridsterResizable.prototype.mouseup;
5664
- /** @type {?} */
5665
- GridsterResizable.prototype.mouseleave;
5666
- /** @type {?} */
5667
- GridsterResizable.prototype.cancelOnBlur;
5668
- /** @type {?} */
5669
- GridsterResizable.prototype.touchmove;
5670
- /** @type {?} */
5671
- GridsterResizable.prototype.touchend;
5672
- /** @type {?} */
5673
- GridsterResizable.prototype.touchcancel;
5674
- /** @type {?} */
5675
- GridsterResizable.prototype.push;
5676
- /** @type {?} */
5677
- GridsterResizable.prototype.pushResize;
5678
- /** @type {?} */
5679
- GridsterResizable.prototype.minHeight;
5680
- /** @type {?} */
5681
- GridsterResizable.prototype.minWidth;
5682
- /** @type {?} */
5683
- GridsterResizable.prototype.offsetTop;
5684
- /** @type {?} */
5685
- GridsterResizable.prototype.offsetLeft;
5686
- /** @type {?} */
5687
- GridsterResizable.prototype.diffTop;
5688
- /** @type {?} */
5689
- GridsterResizable.prototype.diffLeft;
5690
- /** @type {?} */
5691
- GridsterResizable.prototype.diffRight;
5692
- /** @type {?} */
5693
- GridsterResizable.prototype.diffBottom;
5694
- /** @type {?} */
5695
- GridsterResizable.prototype.margin;
5696
- /** @type {?} */
5697
- GridsterResizable.prototype.top;
5698
- /** @type {?} */
5699
- GridsterResizable.prototype.left;
5700
- /** @type {?} */
5701
- GridsterResizable.prototype.bottom;
5702
- /** @type {?} */
5703
- GridsterResizable.prototype.right;
5704
- /** @type {?} */
5705
- GridsterResizable.prototype.width;
5706
- /** @type {?} */
5707
- GridsterResizable.prototype.height;
5708
- /** @type {?} */
5709
- GridsterResizable.prototype.newPosition;
5710
- /**
5711
- * @type {?}
5712
- * @private
5713
- */
5714
- GridsterResizable.prototype.zone;
5715
- }
4867
+ ];
5716
4868
 
5717
4869
  /**
5718
4870
  * @fileoverview added by tsickle
5719
- * Generated from: gridster/lib/gridsterItem.component.ts
5720
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4871
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5721
4872
  */
5722
4873
  class GridsterItemComponent {
5723
4874
  /**
@@ -5876,7 +5027,7 @@ GridsterItemComponent.decorators = [
5876
5027
  selector: 'gridster-item',
5877
5028
  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",
5878
5029
  encapsulation: ViewEncapsulation.None,
5879
- 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}"]
5030
+ 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}"]
5880
5031
  }] }
5881
5032
  ];
5882
5033
  /** @nocollapse */
@@ -5888,45 +5039,11 @@ GridsterItemComponent.ctorParameters = () => [
5888
5039
  ];
5889
5040
  GridsterItemComponent.propDecorators = {
5890
5041
  item: [{ type: Input }]
5891
- };
5892
- if (false) {
5893
- /** @type {?} */
5894
- GridsterItemComponent.prototype.item;
5895
- /** @type {?} */
5896
- GridsterItemComponent.prototype.$item;
5897
- /** @type {?} */
5898
- GridsterItemComponent.prototype.el;
5899
- /** @type {?} */
5900
- GridsterItemComponent.prototype.gridster;
5901
- /** @type {?} */
5902
- GridsterItemComponent.prototype.top;
5903
- /** @type {?} */
5904
- GridsterItemComponent.prototype.left;
5905
- /** @type {?} */
5906
- GridsterItemComponent.prototype.width;
5907
- /** @type {?} */
5908
- GridsterItemComponent.prototype.height;
5909
- /** @type {?} */
5910
- GridsterItemComponent.prototype.drag;
5911
- /** @type {?} */
5912
- GridsterItemComponent.prototype.resize;
5913
- /** @type {?} */
5914
- GridsterItemComponent.prototype.notPlaced;
5915
- /** @type {?} */
5916
- GridsterItemComponent.prototype.init;
5917
- /** @type {?} */
5918
- GridsterItemComponent.prototype.renderer;
5919
- /**
5920
- * @type {?}
5921
- * @private
5922
- */
5923
- GridsterItemComponent.prototype.zone;
5924
- }
5042
+ };
5925
5043
 
5926
5044
  /**
5927
5045
  * @fileoverview added by tsickle
5928
- * Generated from: gridster/lib/gridsterPreview.component.ts
5929
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5046
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5930
5047
  */
5931
5048
  class GridsterPreviewComponent {
5932
5049
  /**
@@ -5978,20 +5095,11 @@ GridsterPreviewComponent.ctorParameters = () => [
5978
5095
  { type: ElementRef },
5979
5096
  { type: GridsterComponent, decorators: [{ type: Host }] },
5980
5097
  { type: Renderer2 }
5981
- ];
5982
- if (false) {
5983
- /** @type {?} */
5984
- GridsterPreviewComponent.prototype.el;
5985
- /** @type {?} */
5986
- GridsterPreviewComponent.prototype.gridster;
5987
- /** @type {?} */
5988
- GridsterPreviewComponent.prototype.renderer;
5989
- }
5098
+ ];
5990
5099
 
5991
5100
  /**
5992
5101
  * @fileoverview added by tsickle
5993
- * Generated from: gridster/lib/gridster.module.ts
5994
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5102
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5995
5103
  */
5996
5104
  class GridsterModule {
5997
5105
  }
@@ -6013,8 +5121,7 @@ GridsterModule.decorators = [
6013
5121
 
6014
5122
  /**
6015
5123
  * @fileoverview added by tsickle
6016
- * Generated from: lib/ra.dashboard.module.ts
6017
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5124
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6018
5125
  */
6019
5126
  /** @type {?} */
6020
5127
  const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
@@ -6036,7 +5143,8 @@ DashboardFrameworkModule.decorators = [
6036
5143
  NgxUiLoaderModule,
6037
5144
  NotifierModule.withConfig(customNotifierOptions),
6038
5145
  PerfectScrollbarModule,
6039
- RACommonModule.forRoot()
5146
+ RACommonModule,
5147
+ RAUserControlModule
6040
5148
  ],
6041
5149
  exports: [
6042
5150
  RADashboardArea
@@ -6051,8 +5159,7 @@ DashboardFrameworkModule.decorators = [
6051
5159
 
6052
5160
  /**
6053
5161
  * @fileoverview added by tsickle
6054
- * Generated from: lib/ra.base.dashboard.template.ts
6055
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5162
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6056
5163
  */
6057
5164
  /**
6058
5165
  * @abstract
@@ -6094,36 +5201,11 @@ RaBaseDashboardTemplate.propDecorators = {
6094
5201
  dashboardId: [{ type: Input, args: ['dashboard-id',] }],
6095
5202
  globalFilter: [{ type: Input, args: ['global-filter',] }],
6096
5203
  initialize: [{ type: Input }]
6097
- };
6098
- if (false) {
6099
- /** @type {?} */
6100
- RaBaseDashboardTemplate.prototype.userDashboardId;
6101
- /** @type {?} */
6102
- RaBaseDashboardTemplate.prototype.raDashboardEventBus;
6103
- /** @type {?} */
6104
- RaBaseDashboardTemplate.prototype.appConfig;
6105
- /** @type {?} */
6106
- RaBaseDashboardTemplate.prototype.dashboardId;
6107
- /** @type {?} */
6108
- RaBaseDashboardTemplate.prototype.globalFilter;
6109
- /** @type {?} */
6110
- RaBaseDashboardTemplate.prototype.initialize;
6111
- /**
6112
- * @type {?}
6113
- * @private
6114
- */
6115
- RaBaseDashboardTemplate.prototype.ngZone;
6116
- /**
6117
- * @abstract
6118
- * @return {?}
6119
- */
6120
- RaBaseDashboardTemplate.prototype.init = function () { };
6121
- }
5204
+ };
6122
5205
 
6123
5206
  /**
6124
5207
  * @fileoverview added by tsickle
6125
- * Generated from: lib/ra.base.dashboard.filter.ts
6126
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5208
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6127
5209
  */
6128
5210
  /**
6129
5211
  * @abstract
@@ -6165,47 +5247,7 @@ RaBaseDashboardFilter.propDecorators = {
6165
5247
  getAllFilterConfig: [{ type: Input }],
6166
5248
  setAllFilterConfig: [{ type: Input }],
6167
5249
  clearAllData: [{ type: Input }]
6168
- };
6169
- if (false) {
6170
- /**
6171
- * @type {?}
6172
- * @private
6173
- */
6174
- RaBaseDashboardFilter.prototype.getAllFilterConfig;
6175
- /** @type {?} */
6176
- RaBaseDashboardFilter.prototype.setAllFilterConfig;
6177
- /** @type {?} */
6178
- RaBaseDashboardFilter.prototype.clearAllData;
6179
- /**
6180
- * @abstract
6181
- * @return {?}
6182
- */
6183
- RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
6184
- /**
6185
- * @abstract
6186
- * @param {?} filter
6187
- * @param {?} appConfig
6188
- * @return {?}
6189
- */
6190
- RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
6191
- /**
6192
- * @abstract
6193
- * @return {?}
6194
- */
6195
- RaBaseDashboardFilter.prototype.clearData = function () { };
6196
- }
6197
-
6198
- /**
6199
- * @fileoverview added by tsickle
6200
- * Generated from: public-api.ts
6201
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6202
- */
6203
-
6204
- /**
6205
- * @fileoverview added by tsickle
6206
- * Generated from: schneideress-dashboardframework.ts
6207
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6208
- */
5250
+ };
6209
5251
 
6210
5252
  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 };
6211
5253
  //# sourceMappingURL=schneideress-dashboardframework.js.map