@schneideress/dashboardframework 0.0.76 → 0.0.78

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 (113) hide show
  1. package/README.md +24 -24
  2. package/bundles/schneideress-dashboardframework.umd.js +7013 -7030
  3. package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
  4. package/bundles/schneideress-dashboardframework.umd.min.js +2 -2
  5. package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
  6. package/esm2015/gridster/index.js +18 -19
  7. package/esm2015/gridster/lib/gridster.component.js +700 -701
  8. package/esm2015/gridster/lib/gridster.interface.js +84 -85
  9. package/esm2015/gridster/lib/gridster.module.js +27 -28
  10. package/esm2015/gridster/lib/gridsterCompact.service.js +223 -224
  11. package/esm2015/gridster/lib/gridsterConfig.constant.js +179 -180
  12. package/esm2015/gridster/lib/gridsterConfig.interface.js +219 -220
  13. package/esm2015/gridster/lib/gridsterConfigS.interface.js +161 -162
  14. package/esm2015/gridster/lib/gridsterDraggable.service.js +510 -511
  15. package/esm2015/gridster/lib/gridsterEmptyCell.service.js +317 -318
  16. package/esm2015/gridster/lib/gridsterItem.component.js +213 -214
  17. package/esm2015/gridster/lib/gridsterItem.interface.js +46 -47
  18. package/esm2015/gridster/lib/gridsterItemComponent.interface.js +48 -49
  19. package/esm2015/gridster/lib/gridsterPreview.component.js +66 -67
  20. package/esm2015/gridster/lib/gridsterPush.service.js +467 -468
  21. package/esm2015/gridster/lib/gridsterPushResize.service.js +358 -359
  22. package/esm2015/gridster/lib/gridsterRenderer.service.js +277 -278
  23. package/esm2015/gridster/lib/gridsterResizable.service.js +552 -553
  24. package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +19 -20
  25. package/esm2015/gridster/lib/gridsterScroll.service.js +195 -196
  26. package/esm2015/gridster/lib/gridsterSwap.service.js +134 -135
  27. package/esm2015/gridster/lib/gridsterUtils.service.js +137 -138
  28. package/esm2015/lib/custom.notifier.options.js +46 -47
  29. package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +496 -497
  30. package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +471 -462
  31. package/esm2015/lib/ra.base.dashboard.filter.js +75 -76
  32. package/esm2015/lib/ra.base.dashboard.template.js +71 -72
  33. package/esm2015/lib/ra.dashbard.event.bus.js +85 -86
  34. package/esm2015/lib/ra.dashboard.module.js +51 -50
  35. package/esm2015/lib/ra.dashboard.service.js +144 -145
  36. package/esm2015/lib/ra.event.enum.js +51 -52
  37. package/esm2015/lib/ra.gridster.config.js +67 -68
  38. package/esm2015/public-api.js +16 -17
  39. package/esm2015/schneideress-dashboardframework.js +14 -15
  40. package/esm5/gridster/index.js +18 -19
  41. package/esm5/gridster/lib/gridster.component.js +803 -804
  42. package/esm5/gridster/lib/gridster.interface.js +94 -95
  43. package/esm5/gridster/lib/gridster.module.js +31 -32
  44. package/esm5/gridster/lib/gridsterCompact.service.js +253 -254
  45. package/esm5/gridster/lib/gridsterConfig.constant.js +179 -180
  46. package/esm5/gridster/lib/gridsterConfig.interface.js +219 -220
  47. package/esm5/gridster/lib/gridsterConfigS.interface.js +161 -162
  48. package/esm5/gridster/lib/gridsterDraggable.service.js +549 -550
  49. package/esm5/gridster/lib/gridsterEmptyCell.service.js +358 -359
  50. package/esm5/gridster/lib/gridsterItem.component.js +238 -239
  51. package/esm5/gridster/lib/gridsterItem.interface.js +46 -47
  52. package/esm5/gridster/lib/gridsterItemComponent.interface.js +58 -59
  53. package/esm5/gridster/lib/gridsterPreview.component.js +70 -71
  54. package/esm5/gridster/lib/gridsterPush.service.js +547 -548
  55. package/esm5/gridster/lib/gridsterPushResize.service.js +423 -424
  56. package/esm5/gridster/lib/gridsterRenderer.service.js +323 -324
  57. package/esm5/gridster/lib/gridsterResizable.service.js +629 -630
  58. package/esm5/gridster/lib/gridsterResizeEventType.interface.js +19 -20
  59. package/esm5/gridster/lib/gridsterScroll.service.js +195 -196
  60. package/esm5/gridster/lib/gridsterSwap.service.js +152 -153
  61. package/esm5/gridster/lib/gridsterUtils.service.js +177 -178
  62. package/esm5/lib/custom.notifier.options.js +46 -47
  63. package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +588 -589
  64. package/esm5/lib/ra-widget-container/ra.widget.container.component.js +584 -575
  65. package/esm5/lib/ra.base.dashboard.filter.js +81 -82
  66. package/esm5/lib/ra.base.dashboard.template.js +74 -75
  67. package/esm5/lib/ra.dashbard.event.bus.js +125 -126
  68. package/esm5/lib/ra.dashboard.module.js +55 -54
  69. package/esm5/lib/ra.dashboard.service.js +221 -222
  70. package/esm5/lib/ra.event.enum.js +51 -52
  71. package/esm5/lib/ra.gridster.config.js +67 -68
  72. package/esm5/public-api.js +16 -17
  73. package/esm5/schneideress-dashboardframework.js +14 -15
  74. package/fesm2015/schneideress-dashboardframework.js +6118 -6136
  75. package/fesm2015/schneideress-dashboardframework.js.map +1 -1
  76. package/fesm5/schneideress-dashboardframework.js +7015 -7033
  77. package/fesm5/schneideress-dashboardframework.js.map +1 -1
  78. package/gridster/index.d.ts +11 -11
  79. package/gridster/lib/gridster.component.d.ts +67 -67
  80. package/gridster/lib/gridster.interface.d.ts +46 -46
  81. package/gridster/lib/gridster.module.d.ts +2 -2
  82. package/gridster/lib/gridsterCompact.service.d.ts +15 -15
  83. package/gridster/lib/gridsterConfig.constant.d.ts +2 -2
  84. package/gridster/lib/gridsterConfig.interface.d.ts +133 -133
  85. package/gridster/lib/gridsterConfigS.interface.d.ts +93 -93
  86. package/gridster/lib/gridsterDraggable.service.d.ts +59 -59
  87. package/gridster/lib/gridsterEmptyCell.service.d.ts +29 -29
  88. package/gridster/lib/gridsterItem.component.d.ts +32 -32
  89. package/gridster/lib/gridsterItem.interface.d.ts +21 -21
  90. package/gridster/lib/gridsterItemComponent.interface.d.ts +25 -25
  91. package/gridster/lib/gridsterPreview.component.d.ts +10 -10
  92. package/gridster/lib/gridsterPush.service.d.ts +33 -33
  93. package/gridster/lib/gridsterPushResize.service.d.ts +26 -26
  94. package/gridster/lib/gridsterRenderer.service.d.ts +38 -38
  95. package/gridster/lib/gridsterResizable.service.d.ts +67 -67
  96. package/gridster/lib/gridsterResizeEventType.interface.d.ts +6 -6
  97. package/gridster/lib/gridsterScroll.service.d.ts +4 -4
  98. package/gridster/lib/gridsterSwap.service.d.ts +13 -13
  99. package/gridster/lib/gridsterUtils.service.d.ts +16 -16
  100. package/lib/custom.notifier.options.d.ts +2 -2
  101. package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +64 -64
  102. package/lib/ra-widget-container/ra.widget.container.component.d.ts +64 -63
  103. package/lib/ra.base.dashboard.filter.d.ts +10 -10
  104. package/lib/ra.base.dashboard.template.d.ts +15 -15
  105. package/lib/ra.dashbard.event.bus.d.ts +20 -20
  106. package/lib/ra.dashboard.module.d.ts +2 -2
  107. package/lib/ra.dashboard.service.d.ts +22 -22
  108. package/lib/ra.event.enum.d.ts +42 -42
  109. package/lib/ra.gridster.config.d.ts +2 -2
  110. package/package.json +1 -1
  111. package/public-api.d.ts +8 -8
  112. package/schneideress-dashboardframework.d.ts +9 -9
  113. package/schneideress-dashboardframework.metadata.json +1 -1
@@ -1,162 +1,161 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: gridster/lib/gridsterConfigS.interface.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- /**
7
- * @record
8
- */
9
- export function GridsterConfigS() { }
10
- if (false) {
11
- /** @type {?} */
12
- GridsterConfigS.prototype.gridType;
13
- /** @type {?} */
14
- GridsterConfigS.prototype.fixedColWidth;
15
- /** @type {?} */
16
- GridsterConfigS.prototype.fixedRowHeight;
17
- /** @type {?} */
18
- GridsterConfigS.prototype.keepFixedHeightInMobile;
19
- /** @type {?} */
20
- GridsterConfigS.prototype.keepFixedWidthInMobile;
21
- /** @type {?} */
22
- GridsterConfigS.prototype.setGridSize;
23
- /** @type {?} */
24
- GridsterConfigS.prototype.compactType;
25
- /** @type {?} */
26
- GridsterConfigS.prototype.mobileBreakpoint;
27
- /** @type {?} */
28
- GridsterConfigS.prototype.minCols;
29
- /** @type {?} */
30
- GridsterConfigS.prototype.maxCols;
31
- /** @type {?} */
32
- GridsterConfigS.prototype.minRows;
33
- /** @type {?} */
34
- GridsterConfigS.prototype.maxRows;
35
- /** @type {?} */
36
- GridsterConfigS.prototype.defaultItemCols;
37
- /** @type {?} */
38
- GridsterConfigS.prototype.defaultItemRows;
39
- /** @type {?} */
40
- GridsterConfigS.prototype.maxItemCols;
41
- /** @type {?} */
42
- GridsterConfigS.prototype.maxItemRows;
43
- /** @type {?} */
44
- GridsterConfigS.prototype.minItemCols;
45
- /** @type {?} */
46
- GridsterConfigS.prototype.minItemRows;
47
- /** @type {?} */
48
- GridsterConfigS.prototype.minItemArea;
49
- /** @type {?} */
50
- GridsterConfigS.prototype.maxItemArea;
51
- /** @type {?} */
52
- GridsterConfigS.prototype.margin;
53
- /** @type {?} */
54
- GridsterConfigS.prototype.outerMargin;
55
- /** @type {?} */
56
- GridsterConfigS.prototype.outerMarginTop;
57
- /** @type {?} */
58
- GridsterConfigS.prototype.outerMarginRight;
59
- /** @type {?} */
60
- GridsterConfigS.prototype.outerMarginBottom;
61
- /** @type {?} */
62
- GridsterConfigS.prototype.outerMarginLeft;
63
- /** @type {?} */
64
- GridsterConfigS.prototype.useTransformPositioning;
65
- /** @type {?} */
66
- GridsterConfigS.prototype.scrollSensitivity;
67
- /** @type {?} */
68
- GridsterConfigS.prototype.scrollSpeed;
69
- /** @type {?} */
70
- GridsterConfigS.prototype.draggable;
71
- /** @type {?} */
72
- GridsterConfigS.prototype.resizable;
73
- /** @type {?} */
74
- GridsterConfigS.prototype.swap;
75
- /** @type {?} */
76
- GridsterConfigS.prototype.pushItems;
77
- /** @type {?} */
78
- GridsterConfigS.prototype.disablePushOnDrag;
79
- /** @type {?} */
80
- GridsterConfigS.prototype.disablePushOnResize;
81
- /** @type {?} */
82
- GridsterConfigS.prototype.disableAutoPositionOnConflict;
83
- /** @type {?} */
84
- GridsterConfigS.prototype.pushDirections;
85
- /** @type {?} */
86
- GridsterConfigS.prototype.pushResizeItems;
87
- /** @type {?} */
88
- GridsterConfigS.prototype.displayGrid;
89
- /** @type {?} */
90
- GridsterConfigS.prototype.disableWindowResize;
91
- /** @type {?} */
92
- GridsterConfigS.prototype.disableWarnings;
93
- /** @type {?} */
94
- GridsterConfigS.prototype.scrollToNewItems;
95
- /** @type {?} */
96
- GridsterConfigS.prototype.enableEmptyCellClick;
97
- /** @type {?} */
98
- GridsterConfigS.prototype.enableEmptyCellContextMenu;
99
- /** @type {?} */
100
- GridsterConfigS.prototype.enableEmptyCellDrop;
101
- /** @type {?} */
102
- GridsterConfigS.prototype.enableEmptyCellDrag;
103
- /** @type {?} */
104
- GridsterConfigS.prototype.emptyCellDragMaxCols;
105
- /** @type {?} */
106
- GridsterConfigS.prototype.emptyCellDragMaxRows;
107
- /** @type {?} */
108
- GridsterConfigS.prototype.ignoreMarginInRow;
109
- /** @type {?} */
110
- GridsterConfigS.prototype.api;
111
- /* Skipping unhandled member: [propName: string]: any;*/
112
- }
113
- /**
114
- * @record
115
- */
116
- export function DragBase() { }
117
- if (false) {
118
- /** @type {?} */
119
- DragBase.prototype.enabled;
120
- /** @type {?} */
121
- DragBase.prototype.delayStart;
122
- /* Skipping unhandled member: [propName: string]: any;*/
123
- }
124
- /**
125
- * @record
126
- */
127
- export function Draggable() { }
128
- if (false) {
129
- /** @type {?} */
130
- Draggable.prototype.ignoreContentClass;
131
- /** @type {?} */
132
- Draggable.prototype.ignoreContent;
133
- /** @type {?} */
134
- Draggable.prototype.dragHandleClass;
135
- /** @type {?} */
136
- Draggable.prototype.dropOverItems;
137
- /** @type {?} */
138
- Draggable.prototype.dropOverItemsCallback;
139
- }
140
- /**
141
- * @record
142
- */
143
- export function Resizable() { }
144
- if (false) {
145
- /** @type {?} */
146
- Resizable.prototype.handles;
147
- }
148
- /**
149
- * @record
150
- */
151
- export function PushDirections() { }
152
- if (false) {
153
- /** @type {?} */
154
- PushDirections.prototype.north;
155
- /** @type {?} */
156
- PushDirections.prototype.east;
157
- /** @type {?} */
158
- PushDirections.prototype.south;
159
- /** @type {?} */
160
- PushDirections.prototype.west;
161
- }
162
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZHN0ZXJDb25maWdTLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzY2huZWlkZXJlc3MvZGFzaGJvYXJkZnJhbWV3b3JrLyIsInNvdXJjZXMiOlsiZ3JpZHN0ZXIvbGliL2dyaWRzdGVyQ29uZmlnUy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7QUFJQSxxQ0E0REM7OztJQTNEQyxtQ0FBb0I7O0lBQ3BCLHdDQUFzQjs7SUFDdEIseUNBQXVCOztJQUN2QixrREFBaUM7O0lBQ2pDLGlEQUFnQzs7SUFDaEMsc0NBQXFCOztJQUNyQixzQ0FBMEI7O0lBQzFCLDJDQUF5Qjs7SUFDekIsa0NBQWdCOztJQUNoQixrQ0FBZ0I7O0lBQ2hCLGtDQUFnQjs7SUFDaEIsa0NBQWdCOztJQUNoQiwwQ0FBd0I7O0lBQ3hCLDBDQUF3Qjs7SUFDeEIsc0NBQW9COztJQUNwQixzQ0FBb0I7O0lBQ3BCLHNDQUFvQjs7SUFDcEIsc0NBQW9COztJQUNwQixzQ0FBb0I7O0lBQ3BCLHNDQUFvQjs7SUFDcEIsaUNBQWU7O0lBQ2Ysc0NBQXFCOztJQUNyQix5Q0FBOEI7O0lBQzlCLDJDQUFnQzs7SUFDaEMsNENBQWlDOztJQUNqQywwQ0FBK0I7O0lBQy9CLGtEQUFpQzs7SUFDakMsNENBQTBCOztJQUMxQixzQ0FBb0I7O0lBQ3BCLG9DQUFxQjs7SUFDckIsb0NBQXFCOztJQUNyQiwrQkFBYzs7SUFDZCxvQ0FBbUI7O0lBQ25CLDRDQUEyQjs7SUFDM0IsOENBQTZCOztJQUM3Qix3REFBdUM7O0lBQ3ZDLHlDQUErQjs7SUFDL0IsMENBQXlCOztJQUN6QixzQ0FBMEI7O0lBQzFCLDhDQUE2Qjs7SUFDN0IsMENBQXlCOztJQUN6QiwyQ0FBMEI7O0lBQzFCLCtDQUE4Qjs7SUFDOUIscURBQW9DOztJQUNwQyw4Q0FBNkI7O0lBQzdCLDhDQUE2Qjs7SUFDN0IsK0NBQTZCOztJQUM3QiwrQ0FBNkI7O0lBQzdCLDRDQUEyQjs7SUFDM0IsOEJBT0U7Ozs7OztBQUtKLDhCQUtDOzs7SUFKQywyQkFBaUI7O0lBQ2pCLDhCQUFtQjs7Ozs7O0FBS3JCLCtCQU1DOzs7SUFMQyx1Q0FBMkI7O0lBQzNCLGtDQUF1Qjs7SUFDdkIsb0NBQXdCOztJQUN4QixrQ0FBdUI7O0lBQ3ZCLDBDQUErRzs7Ozs7QUFHakgsK0JBV0M7OztJQVZDLDRCQVNFOzs7OztBQUdKLG9DQUtDOzs7SUFKQywrQkFBZTs7SUFDZiw4QkFBYzs7SUFDZCwrQkFBZTs7SUFDZiw4QkFBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Y29tcGFjdFR5cGVzLCBkaXNwbGF5R3JpZHMsIGdyaWRUeXBlc30gZnJvbSAnLi9ncmlkc3RlckNvbmZpZy5pbnRlcmZhY2UnO1xyXG5pbXBvcnQge0dyaWRzdGVySXRlbX0gZnJvbSAnLi9ncmlkc3Rlckl0ZW0uaW50ZXJmYWNlJztcclxuaW1wb3J0IHtHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZX0gZnJvbSAnLi9ncmlkc3Rlci5pbnRlcmZhY2UnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBHcmlkc3RlckNvbmZpZ1Mge1xyXG4gIGdyaWRUeXBlOiBncmlkVHlwZXM7XHJcbiAgZml4ZWRDb2xXaWR0aDogbnVtYmVyO1xyXG4gIGZpeGVkUm93SGVpZ2h0OiBudW1iZXI7XHJcbiAga2VlcEZpeGVkSGVpZ2h0SW5Nb2JpbGU6IGJvb2xlYW47XHJcbiAga2VlcEZpeGVkV2lkdGhJbk1vYmlsZTogYm9vbGVhbjtcclxuICBzZXRHcmlkU2l6ZTogYm9vbGVhbjtcclxuICBjb21wYWN0VHlwZTogY29tcGFjdFR5cGVzO1xyXG4gIG1vYmlsZUJyZWFrcG9pbnQ6IG51bWJlcjtcclxuICBtaW5Db2xzOiBudW1iZXI7XHJcbiAgbWF4Q29sczogbnVtYmVyO1xyXG4gIG1pblJvd3M6IG51bWJlcjtcclxuICBtYXhSb3dzOiBudW1iZXI7XHJcbiAgZGVmYXVsdEl0ZW1Db2xzOiBudW1iZXI7XHJcbiAgZGVmYXVsdEl0ZW1Sb3dzOiBudW1iZXI7XHJcbiAgbWF4SXRlbUNvbHM6IG51bWJlcjtcclxuICBtYXhJdGVtUm93czogbnVtYmVyO1xyXG4gIG1pbkl0ZW1Db2xzOiBudW1iZXI7XHJcbiAgbWluSXRlbVJvd3M6IG51bWJlcjtcclxuICBtaW5JdGVtQXJlYTogbnVtYmVyO1xyXG4gIG1heEl0ZW1BcmVhOiBudW1iZXI7XHJcbiAgbWFyZ2luOiBudW1iZXI7XHJcbiAgb3V0ZXJNYXJnaW46IGJvb2xlYW47XHJcbiAgb3V0ZXJNYXJnaW5Ub3A6IG51bWJlciB8IG51bGw7XHJcbiAgb3V0ZXJNYXJnaW5SaWdodDogbnVtYmVyIHwgbnVsbDtcclxuICBvdXRlck1hcmdpbkJvdHRvbTogbnVtYmVyIHwgbnVsbDtcclxuICBvdXRlck1hcmdpbkxlZnQ6IG51bWJlciB8IG51bGw7XHJcbiAgdXNlVHJhbnNmb3JtUG9zaXRpb25pbmc6IGJvb2xlYW47XHJcbiAgc2Nyb2xsU2Vuc2l0aXZpdHk6IG51bWJlcjtcclxuICBzY3JvbGxTcGVlZDogbnVtYmVyO1xyXG4gIGRyYWdnYWJsZTogRHJhZ2dhYmxlO1xyXG4gIHJlc2l6YWJsZTogUmVzaXphYmxlO1xyXG4gIHN3YXA6IGJvb2xlYW47XHJcbiAgcHVzaEl0ZW1zOiBib29sZWFuO1xyXG4gIGRpc2FibGVQdXNoT25EcmFnOiBib29sZWFuO1xyXG4gIGRpc2FibGVQdXNoT25SZXNpemU6IGJvb2xlYW47XHJcbiAgZGlzYWJsZUF1dG9Qb3NpdGlvbk9uQ29uZmxpY3Q6IGJvb2xlYW47XHJcbiAgcHVzaERpcmVjdGlvbnM6IFB1c2hEaXJlY3Rpb25zO1xyXG4gIHB1c2hSZXNpemVJdGVtczogYm9vbGVhbjtcclxuICBkaXNwbGF5R3JpZDogZGlzcGxheUdyaWRzO1xyXG4gIGRpc2FibGVXaW5kb3dSZXNpemU6IGJvb2xlYW47XHJcbiAgZGlzYWJsZVdhcm5pbmdzOiBib29sZWFuO1xyXG4gIHNjcm9sbFRvTmV3SXRlbXM6IGJvb2xlYW47XHJcbiAgZW5hYmxlRW1wdHlDZWxsQ2xpY2s6IGJvb2xlYW47XHJcbiAgZW5hYmxlRW1wdHlDZWxsQ29udGV4dE1lbnU6IGJvb2xlYW47XHJcbiAgZW5hYmxlRW1wdHlDZWxsRHJvcDogYm9vbGVhbjtcclxuICBlbmFibGVFbXB0eUNlbGxEcmFnOiBib29sZWFuO1xyXG4gIGVtcHR5Q2VsbERyYWdNYXhDb2xzOiBudW1iZXI7XHJcbiAgZW1wdHlDZWxsRHJhZ01heFJvd3M6IG51bWJlcjtcclxuICBpZ25vcmVNYXJnaW5JblJvdzogYm9vbGVhbjtcclxuICBhcGk6IHtcclxuICAgIHJlc2l6ZTogKCkgPT4gdm9pZCxcclxuICAgIG9wdGlvbnNDaGFuZ2VkOiAoKSA9PiB2b2lkLFxyXG4gICAgZ2V0TmV4dFBvc3NpYmxlUG9zaXRpb246IChuZXdJdGVtOiBHcmlkc3Rlckl0ZW0pID0+IGJvb2xlYW4sXHJcbiAgICBnZXRGaXJzdFBvc3NpYmxlUG9zaXRpb246IChpdGVtOiBHcmlkc3Rlckl0ZW0pID0+IEdyaWRzdGVySXRlbSxcclxuICAgIGdldExhc3RQb3NzaWJsZVBvc2l0aW9uOiAoaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiBHcmlkc3Rlckl0ZW0sXHJcbiAgICBnZXRDdXJyZW50Um93SGVpZ2h0OigpPT5udW1iZXJcclxuICB9O1xyXG5cclxuICBbcHJvcE5hbWU6IHN0cmluZ106IGFueTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBEcmFnQmFzZSB7XHJcbiAgZW5hYmxlZDogYm9vbGVhbjtcclxuICBkZWxheVN0YXJ0OiBudW1iZXI7XHJcblxyXG4gIFtwcm9wTmFtZTogc3RyaW5nXTogYW55O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIERyYWdnYWJsZSBleHRlbmRzIERyYWdCYXNlIHtcclxuICBpZ25vcmVDb250ZW50Q2xhc3M6IHN0cmluZztcclxuICBpZ25vcmVDb250ZW50OiBib29sZWFuO1xyXG4gIGRyYWdIYW5kbGVDbGFzczogc3RyaW5nO1xyXG4gIGRyb3BPdmVySXRlbXM6IGJvb2xlYW47XHJcbiAgZHJvcE92ZXJJdGVtc0NhbGxiYWNrOiAoc291cmNlOiBHcmlkc3Rlckl0ZW0sIHRhcmdldDogR3JpZHN0ZXJJdGVtLCBncmlkPzogR3JpZHN0ZXJDb21wb25lbnRJbnRlcmZhY2UpID0+IHZvaWQ7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUmVzaXphYmxlIGV4dGVuZHMgRHJhZ0Jhc2Uge1xyXG4gIGhhbmRsZXM6IHtcclxuICAgIHM6IGJvb2xlYW4sXHJcbiAgICBlOiBib29sZWFuLFxyXG4gICAgbjogYm9vbGVhbixcclxuICAgIHc6IGJvb2xlYW4sXHJcbiAgICBzZTogYm9vbGVhbixcclxuICAgIG5lOiBib29sZWFuLFxyXG4gICAgc3c6IGJvb2xlYW4sXHJcbiAgICBudzogYm9vbGVhblxyXG4gIH07XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHVzaERpcmVjdGlvbnMge1xyXG4gIG5vcnRoOiBib29sZWFuO1xyXG4gIGVhc3Q6IGJvb2xlYW47XHJcbiAgc291dGg6IGJvb2xlYW47XHJcbiAgd2VzdDogYm9vbGVhbjtcclxufVxyXG4iXX0=
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ /**
6
+ * @record
7
+ */
8
+ export function GridsterConfigS() { }
9
+ if (false) {
10
+ /** @type {?} */
11
+ GridsterConfigS.prototype.gridType;
12
+ /** @type {?} */
13
+ GridsterConfigS.prototype.fixedColWidth;
14
+ /** @type {?} */
15
+ GridsterConfigS.prototype.fixedRowHeight;
16
+ /** @type {?} */
17
+ GridsterConfigS.prototype.keepFixedHeightInMobile;
18
+ /** @type {?} */
19
+ GridsterConfigS.prototype.keepFixedWidthInMobile;
20
+ /** @type {?} */
21
+ GridsterConfigS.prototype.setGridSize;
22
+ /** @type {?} */
23
+ GridsterConfigS.prototype.compactType;
24
+ /** @type {?} */
25
+ GridsterConfigS.prototype.mobileBreakpoint;
26
+ /** @type {?} */
27
+ GridsterConfigS.prototype.minCols;
28
+ /** @type {?} */
29
+ GridsterConfigS.prototype.maxCols;
30
+ /** @type {?} */
31
+ GridsterConfigS.prototype.minRows;
32
+ /** @type {?} */
33
+ GridsterConfigS.prototype.maxRows;
34
+ /** @type {?} */
35
+ GridsterConfigS.prototype.defaultItemCols;
36
+ /** @type {?} */
37
+ GridsterConfigS.prototype.defaultItemRows;
38
+ /** @type {?} */
39
+ GridsterConfigS.prototype.maxItemCols;
40
+ /** @type {?} */
41
+ GridsterConfigS.prototype.maxItemRows;
42
+ /** @type {?} */
43
+ GridsterConfigS.prototype.minItemCols;
44
+ /** @type {?} */
45
+ GridsterConfigS.prototype.minItemRows;
46
+ /** @type {?} */
47
+ GridsterConfigS.prototype.minItemArea;
48
+ /** @type {?} */
49
+ GridsterConfigS.prototype.maxItemArea;
50
+ /** @type {?} */
51
+ GridsterConfigS.prototype.margin;
52
+ /** @type {?} */
53
+ GridsterConfigS.prototype.outerMargin;
54
+ /** @type {?} */
55
+ GridsterConfigS.prototype.outerMarginTop;
56
+ /** @type {?} */
57
+ GridsterConfigS.prototype.outerMarginRight;
58
+ /** @type {?} */
59
+ GridsterConfigS.prototype.outerMarginBottom;
60
+ /** @type {?} */
61
+ GridsterConfigS.prototype.outerMarginLeft;
62
+ /** @type {?} */
63
+ GridsterConfigS.prototype.useTransformPositioning;
64
+ /** @type {?} */
65
+ GridsterConfigS.prototype.scrollSensitivity;
66
+ /** @type {?} */
67
+ GridsterConfigS.prototype.scrollSpeed;
68
+ /** @type {?} */
69
+ GridsterConfigS.prototype.draggable;
70
+ /** @type {?} */
71
+ GridsterConfigS.prototype.resizable;
72
+ /** @type {?} */
73
+ GridsterConfigS.prototype.swap;
74
+ /** @type {?} */
75
+ GridsterConfigS.prototype.pushItems;
76
+ /** @type {?} */
77
+ GridsterConfigS.prototype.disablePushOnDrag;
78
+ /** @type {?} */
79
+ GridsterConfigS.prototype.disablePushOnResize;
80
+ /** @type {?} */
81
+ GridsterConfigS.prototype.disableAutoPositionOnConflict;
82
+ /** @type {?} */
83
+ GridsterConfigS.prototype.pushDirections;
84
+ /** @type {?} */
85
+ GridsterConfigS.prototype.pushResizeItems;
86
+ /** @type {?} */
87
+ GridsterConfigS.prototype.displayGrid;
88
+ /** @type {?} */
89
+ GridsterConfigS.prototype.disableWindowResize;
90
+ /** @type {?} */
91
+ GridsterConfigS.prototype.disableWarnings;
92
+ /** @type {?} */
93
+ GridsterConfigS.prototype.scrollToNewItems;
94
+ /** @type {?} */
95
+ GridsterConfigS.prototype.enableEmptyCellClick;
96
+ /** @type {?} */
97
+ GridsterConfigS.prototype.enableEmptyCellContextMenu;
98
+ /** @type {?} */
99
+ GridsterConfigS.prototype.enableEmptyCellDrop;
100
+ /** @type {?} */
101
+ GridsterConfigS.prototype.enableEmptyCellDrag;
102
+ /** @type {?} */
103
+ GridsterConfigS.prototype.emptyCellDragMaxCols;
104
+ /** @type {?} */
105
+ GridsterConfigS.prototype.emptyCellDragMaxRows;
106
+ /** @type {?} */
107
+ GridsterConfigS.prototype.ignoreMarginInRow;
108
+ /** @type {?} */
109
+ GridsterConfigS.prototype.api;
110
+ /* Skipping unhandled member: [propName: string]: any;*/
111
+ }
112
+ /**
113
+ * @record
114
+ */
115
+ export function DragBase() { }
116
+ if (false) {
117
+ /** @type {?} */
118
+ DragBase.prototype.enabled;
119
+ /** @type {?} */
120
+ DragBase.prototype.delayStart;
121
+ /* Skipping unhandled member: [propName: string]: any;*/
122
+ }
123
+ /**
124
+ * @record
125
+ */
126
+ export function Draggable() { }
127
+ if (false) {
128
+ /** @type {?} */
129
+ Draggable.prototype.ignoreContentClass;
130
+ /** @type {?} */
131
+ Draggable.prototype.ignoreContent;
132
+ /** @type {?} */
133
+ Draggable.prototype.dragHandleClass;
134
+ /** @type {?} */
135
+ Draggable.prototype.dropOverItems;
136
+ /** @type {?} */
137
+ Draggable.prototype.dropOverItemsCallback;
138
+ }
139
+ /**
140
+ * @record
141
+ */
142
+ export function Resizable() { }
143
+ if (false) {
144
+ /** @type {?} */
145
+ Resizable.prototype.handles;
146
+ }
147
+ /**
148
+ * @record
149
+ */
150
+ export function PushDirections() { }
151
+ if (false) {
152
+ /** @type {?} */
153
+ PushDirections.prototype.north;
154
+ /** @type {?} */
155
+ PushDirections.prototype.east;
156
+ /** @type {?} */
157
+ PushDirections.prototype.south;
158
+ /** @type {?} */
159
+ PushDirections.prototype.west;
160
+ }
161
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZHN0ZXJDb25maWdTLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzY2huZWlkZXJlc3MvZGFzaGJvYXJkZnJhbWV3b3JrLyIsInNvdXJjZXMiOlsiZ3JpZHN0ZXIvbGliL2dyaWRzdGVyQ29uZmlnUy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUlBLHFDQTREQzs7O0lBM0RDLG1DQUFvQjs7SUFDcEIsd0NBQXNCOztJQUN0Qix5Q0FBdUI7O0lBQ3ZCLGtEQUFpQzs7SUFDakMsaURBQWdDOztJQUNoQyxzQ0FBcUI7O0lBQ3JCLHNDQUEwQjs7SUFDMUIsMkNBQXlCOztJQUN6QixrQ0FBZ0I7O0lBQ2hCLGtDQUFnQjs7SUFDaEIsa0NBQWdCOztJQUNoQixrQ0FBZ0I7O0lBQ2hCLDBDQUF3Qjs7SUFDeEIsMENBQXdCOztJQUN4QixzQ0FBb0I7O0lBQ3BCLHNDQUFvQjs7SUFDcEIsc0NBQW9COztJQUNwQixzQ0FBb0I7O0lBQ3BCLHNDQUFvQjs7SUFDcEIsc0NBQW9COztJQUNwQixpQ0FBZTs7SUFDZixzQ0FBcUI7O0lBQ3JCLHlDQUE4Qjs7SUFDOUIsMkNBQWdDOztJQUNoQyw0Q0FBaUM7O0lBQ2pDLDBDQUErQjs7SUFDL0Isa0RBQWlDOztJQUNqQyw0Q0FBMEI7O0lBQzFCLHNDQUFvQjs7SUFDcEIsb0NBQXFCOztJQUNyQixvQ0FBcUI7O0lBQ3JCLCtCQUFjOztJQUNkLG9DQUFtQjs7SUFDbkIsNENBQTJCOztJQUMzQiw4Q0FBNkI7O0lBQzdCLHdEQUF1Qzs7SUFDdkMseUNBQStCOztJQUMvQiwwQ0FBeUI7O0lBQ3pCLHNDQUEwQjs7SUFDMUIsOENBQTZCOztJQUM3QiwwQ0FBeUI7O0lBQ3pCLDJDQUEwQjs7SUFDMUIsK0NBQThCOztJQUM5QixxREFBb0M7O0lBQ3BDLDhDQUE2Qjs7SUFDN0IsOENBQTZCOztJQUM3QiwrQ0FBNkI7O0lBQzdCLCtDQUE2Qjs7SUFDN0IsNENBQTJCOztJQUMzQiw4QkFPRTs7Ozs7O0FBS0osOEJBS0M7OztJQUpDLDJCQUFpQjs7SUFDakIsOEJBQW1COzs7Ozs7QUFLckIsK0JBTUM7OztJQUxDLHVDQUEyQjs7SUFDM0Isa0NBQXVCOztJQUN2QixvQ0FBd0I7O0lBQ3hCLGtDQUF1Qjs7SUFDdkIsMENBQStHOzs7OztBQUdqSCwrQkFXQzs7O0lBVkMsNEJBU0U7Ozs7O0FBR0osb0NBS0M7OztJQUpDLCtCQUFlOztJQUNmLDhCQUFjOztJQUNkLCtCQUFlOztJQUNmLDhCQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtjb21wYWN0VHlwZXMsIGRpc3BsYXlHcmlkcywgZ3JpZFR5cGVzfSBmcm9tICcuL2dyaWRzdGVyQ29uZmlnLmludGVyZmFjZSc7XG5pbXBvcnQge0dyaWRzdGVySXRlbX0gZnJvbSAnLi9ncmlkc3Rlckl0ZW0uaW50ZXJmYWNlJztcbmltcG9ydCB7R3JpZHN0ZXJDb21wb25lbnRJbnRlcmZhY2V9IGZyb20gJy4vZ3JpZHN0ZXIuaW50ZXJmYWNlJztcblxuZXhwb3J0IGludGVyZmFjZSBHcmlkc3RlckNvbmZpZ1Mge1xuICBncmlkVHlwZTogZ3JpZFR5cGVzO1xuICBmaXhlZENvbFdpZHRoOiBudW1iZXI7XG4gIGZpeGVkUm93SGVpZ2h0OiBudW1iZXI7XG4gIGtlZXBGaXhlZEhlaWdodEluTW9iaWxlOiBib29sZWFuO1xuICBrZWVwRml4ZWRXaWR0aEluTW9iaWxlOiBib29sZWFuO1xuICBzZXRHcmlkU2l6ZTogYm9vbGVhbjtcbiAgY29tcGFjdFR5cGU6IGNvbXBhY3RUeXBlcztcbiAgbW9iaWxlQnJlYWtwb2ludDogbnVtYmVyO1xuICBtaW5Db2xzOiBudW1iZXI7XG4gIG1heENvbHM6IG51bWJlcjtcbiAgbWluUm93czogbnVtYmVyO1xuICBtYXhSb3dzOiBudW1iZXI7XG4gIGRlZmF1bHRJdGVtQ29sczogbnVtYmVyO1xuICBkZWZhdWx0SXRlbVJvd3M6IG51bWJlcjtcbiAgbWF4SXRlbUNvbHM6IG51bWJlcjtcbiAgbWF4SXRlbVJvd3M6IG51bWJlcjtcbiAgbWluSXRlbUNvbHM6IG51bWJlcjtcbiAgbWluSXRlbVJvd3M6IG51bWJlcjtcbiAgbWluSXRlbUFyZWE6IG51bWJlcjtcbiAgbWF4SXRlbUFyZWE6IG51bWJlcjtcbiAgbWFyZ2luOiBudW1iZXI7XG4gIG91dGVyTWFyZ2luOiBib29sZWFuO1xuICBvdXRlck1hcmdpblRvcDogbnVtYmVyIHwgbnVsbDtcbiAgb3V0ZXJNYXJnaW5SaWdodDogbnVtYmVyIHwgbnVsbDtcbiAgb3V0ZXJNYXJnaW5Cb3R0b206IG51bWJlciB8IG51bGw7XG4gIG91dGVyTWFyZ2luTGVmdDogbnVtYmVyIHwgbnVsbDtcbiAgdXNlVHJhbnNmb3JtUG9zaXRpb25pbmc6IGJvb2xlYW47XG4gIHNjcm9sbFNlbnNpdGl2aXR5OiBudW1iZXI7XG4gIHNjcm9sbFNwZWVkOiBudW1iZXI7XG4gIGRyYWdnYWJsZTogRHJhZ2dhYmxlO1xuICByZXNpemFibGU6IFJlc2l6YWJsZTtcbiAgc3dhcDogYm9vbGVhbjtcbiAgcHVzaEl0ZW1zOiBib29sZWFuO1xuICBkaXNhYmxlUHVzaE9uRHJhZzogYm9vbGVhbjtcbiAgZGlzYWJsZVB1c2hPblJlc2l6ZTogYm9vbGVhbjtcbiAgZGlzYWJsZUF1dG9Qb3NpdGlvbk9uQ29uZmxpY3Q6IGJvb2xlYW47XG4gIHB1c2hEaXJlY3Rpb25zOiBQdXNoRGlyZWN0aW9ucztcbiAgcHVzaFJlc2l6ZUl0ZW1zOiBib29sZWFuO1xuICBkaXNwbGF5R3JpZDogZGlzcGxheUdyaWRzO1xuICBkaXNhYmxlV2luZG93UmVzaXplOiBib29sZWFuO1xuICBkaXNhYmxlV2FybmluZ3M6IGJvb2xlYW47XG4gIHNjcm9sbFRvTmV3SXRlbXM6IGJvb2xlYW47XG4gIGVuYWJsZUVtcHR5Q2VsbENsaWNrOiBib29sZWFuO1xuICBlbmFibGVFbXB0eUNlbGxDb250ZXh0TWVudTogYm9vbGVhbjtcbiAgZW5hYmxlRW1wdHlDZWxsRHJvcDogYm9vbGVhbjtcbiAgZW5hYmxlRW1wdHlDZWxsRHJhZzogYm9vbGVhbjtcbiAgZW1wdHlDZWxsRHJhZ01heENvbHM6IG51bWJlcjtcbiAgZW1wdHlDZWxsRHJhZ01heFJvd3M6IG51bWJlcjtcbiAgaWdub3JlTWFyZ2luSW5Sb3c6IGJvb2xlYW47XG4gIGFwaToge1xuICAgIHJlc2l6ZTogKCkgPT4gdm9pZCxcbiAgICBvcHRpb25zQ2hhbmdlZDogKCkgPT4gdm9pZCxcbiAgICBnZXROZXh0UG9zc2libGVQb3NpdGlvbjogKG5ld0l0ZW06IEdyaWRzdGVySXRlbSkgPT4gYm9vbGVhbixcbiAgICBnZXRGaXJzdFBvc3NpYmxlUG9zaXRpb246IChpdGVtOiBHcmlkc3Rlckl0ZW0pID0+IEdyaWRzdGVySXRlbSxcbiAgICBnZXRMYXN0UG9zc2libGVQb3NpdGlvbjogKGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gR3JpZHN0ZXJJdGVtLFxuICAgIGdldEN1cnJlbnRSb3dIZWlnaHQ6KCk9Pm51bWJlclxuICB9O1xuXG4gIFtwcm9wTmFtZTogc3RyaW5nXTogYW55O1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIERyYWdCYXNlIHtcbiAgZW5hYmxlZDogYm9vbGVhbjtcbiAgZGVsYXlTdGFydDogbnVtYmVyO1xuXG4gIFtwcm9wTmFtZTogc3RyaW5nXTogYW55O1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIERyYWdnYWJsZSBleHRlbmRzIERyYWdCYXNlIHtcbiAgaWdub3JlQ29udGVudENsYXNzOiBzdHJpbmc7XG4gIGlnbm9yZUNvbnRlbnQ6IGJvb2xlYW47XG4gIGRyYWdIYW5kbGVDbGFzczogc3RyaW5nO1xuICBkcm9wT3Zlckl0ZW1zOiBib29sZWFuO1xuICBkcm9wT3Zlckl0ZW1zQ2FsbGJhY2s6IChzb3VyY2U6IEdyaWRzdGVySXRlbSwgdGFyZ2V0OiBHcmlkc3Rlckl0ZW0sIGdyaWQ/OiBHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBSZXNpemFibGUgZXh0ZW5kcyBEcmFnQmFzZSB7XG4gIGhhbmRsZXM6IHtcbiAgICBzOiBib29sZWFuLFxuICAgIGU6IGJvb2xlYW4sXG4gICAgbjogYm9vbGVhbixcbiAgICB3OiBib29sZWFuLFxuICAgIHNlOiBib29sZWFuLFxuICAgIG5lOiBib29sZWFuLFxuICAgIHN3OiBib29sZWFuLFxuICAgIG53OiBib29sZWFuXG4gIH07XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUHVzaERpcmVjdGlvbnMge1xuICBub3J0aDogYm9vbGVhbjtcbiAgZWFzdDogYm9vbGVhbjtcbiAgc291dGg6IGJvb2xlYW47XG4gIHdlc3Q6IGJvb2xlYW47XG59XG4iXX0=