@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,220 +1,219 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: gridster/lib/gridsterConfig.interface.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- /** @enum {string} */
7
- const GridType = {
8
- Fit: "fit",
9
- ScrollVertical: "scrollVertical",
10
- ScrollHorizontal: "scrollHorizontal",
11
- Fixed: "fixed",
12
- VerticalFixed: "verticalFixed",
13
- HorizontalFixed: "horizontalFixed",
14
- };
15
- export { GridType };
16
- /** @enum {string} */
17
- const DisplayGrid = {
18
- Always: "always",
19
- OnDragAndResize: "onDrag&Resize",
20
- None: "none",
21
- };
22
- export { DisplayGrid };
23
- /** @enum {string} */
24
- const CompactType = {
25
- None: "none",
26
- CompactUp: "compactUp",
27
- CompactLeft: "compactLeft",
28
- CompactUpAndLeft: "compactUp&Left",
29
- CompactLeftAndUp: "compactLeft&Up",
30
- CompactRight: "compactRight",
31
- CompactUpAndRight: "compactUp&Right",
32
- CompactRightAndUp: "compactRight&Up",
33
- };
34
- export { CompactType };
35
- /**
36
- * @record
37
- */
38
- export function GridsterConfig() { }
39
- if (false) {
40
- /** @type {?|undefined} */
41
- GridsterConfig.prototype.gridType;
42
- /** @type {?|undefined} */
43
- GridsterConfig.prototype.fixedColWidth;
44
- /** @type {?|undefined} */
45
- GridsterConfig.prototype.fixedRowHeight;
46
- /** @type {?|undefined} */
47
- GridsterConfig.prototype.keepFixedHeightInMobile;
48
- /** @type {?|undefined} */
49
- GridsterConfig.prototype.keepFixedWidthInMobile;
50
- /** @type {?|undefined} */
51
- GridsterConfig.prototype.setGridSize;
52
- /** @type {?|undefined} */
53
- GridsterConfig.prototype.compactType;
54
- /** @type {?|undefined} */
55
- GridsterConfig.prototype.mobileBreakpoint;
56
- /** @type {?|undefined} */
57
- GridsterConfig.prototype.minCols;
58
- /** @type {?|undefined} */
59
- GridsterConfig.prototype.maxCols;
60
- /** @type {?|undefined} */
61
- GridsterConfig.prototype.minRows;
62
- /** @type {?|undefined} */
63
- GridsterConfig.prototype.maxRows;
64
- /** @type {?|undefined} */
65
- GridsterConfig.prototype.defaultItemCols;
66
- /** @type {?|undefined} */
67
- GridsterConfig.prototype.defaultItemRows;
68
- /** @type {?|undefined} */
69
- GridsterConfig.prototype.maxItemCols;
70
- /** @type {?|undefined} */
71
- GridsterConfig.prototype.maxItemRows;
72
- /** @type {?|undefined} */
73
- GridsterConfig.prototype.minItemCols;
74
- /** @type {?|undefined} */
75
- GridsterConfig.prototype.minItemRows;
76
- /** @type {?|undefined} */
77
- GridsterConfig.prototype.minItemArea;
78
- /** @type {?|undefined} */
79
- GridsterConfig.prototype.maxItemArea;
80
- /** @type {?|undefined} */
81
- GridsterConfig.prototype.margin;
82
- /** @type {?|undefined} */
83
- GridsterConfig.prototype.outerMargin;
84
- /** @type {?|undefined} */
85
- GridsterConfig.prototype.outerMarginTop;
86
- /** @type {?|undefined} */
87
- GridsterConfig.prototype.outerMarginRight;
88
- /** @type {?|undefined} */
89
- GridsterConfig.prototype.outerMarginBottom;
90
- /** @type {?|undefined} */
91
- GridsterConfig.prototype.outerMarginLeft;
92
- /** @type {?|undefined} */
93
- GridsterConfig.prototype.useTransformPositioning;
94
- /** @type {?|undefined} */
95
- GridsterConfig.prototype.scrollSensitivity;
96
- /** @type {?|undefined} */
97
- GridsterConfig.prototype.scrollSpeed;
98
- /** @type {?|undefined} */
99
- GridsterConfig.prototype.initCallback;
100
- /** @type {?|undefined} */
101
- GridsterConfig.prototype.destroyCallback;
102
- /** @type {?|undefined} */
103
- GridsterConfig.prototype.gridSizeChangedCallback;
104
- /** @type {?|undefined} */
105
- GridsterConfig.prototype.itemChangeCallback;
106
- /** @type {?|undefined} */
107
- GridsterConfig.prototype.itemResizeCallback;
108
- /** @type {?|undefined} */
109
- GridsterConfig.prototype.itemInitCallback;
110
- /** @type {?|undefined} */
111
- GridsterConfig.prototype.itemRemovedCallback;
112
- /** @type {?|undefined} */
113
- GridsterConfig.prototype.itemValidateCallback;
114
- /** @type {?|undefined} */
115
- GridsterConfig.prototype.draggable;
116
- /** @type {?|undefined} */
117
- GridsterConfig.prototype.resizable;
118
- /** @type {?|undefined} */
119
- GridsterConfig.prototype.swap;
120
- /** @type {?|undefined} */
121
- GridsterConfig.prototype.pushItems;
122
- /** @type {?|undefined} */
123
- GridsterConfig.prototype.disablePushOnDrag;
124
- /** @type {?|undefined} */
125
- GridsterConfig.prototype.disablePushOnResize;
126
- /** @type {?|undefined} */
127
- GridsterConfig.prototype.disableAutoPositionOnConflict;
128
- /** @type {?|undefined} */
129
- GridsterConfig.prototype.pushDirections;
130
- /** @type {?|undefined} */
131
- GridsterConfig.prototype.pushResizeItems;
132
- /** @type {?|undefined} */
133
- GridsterConfig.prototype.displayGrid;
134
- /** @type {?|undefined} */
135
- GridsterConfig.prototype.disableWindowResize;
136
- /** @type {?|undefined} */
137
- GridsterConfig.prototype.disableWarnings;
138
- /** @type {?|undefined} */
139
- GridsterConfig.prototype.scrollToNewItems;
140
- /** @type {?|undefined} */
141
- GridsterConfig.prototype.enableEmptyCellClick;
142
- /** @type {?|undefined} */
143
- GridsterConfig.prototype.enableEmptyCellContextMenu;
144
- /** @type {?|undefined} */
145
- GridsterConfig.prototype.enableEmptyCellDrop;
146
- /** @type {?|undefined} */
147
- GridsterConfig.prototype.enableEmptyCellDrag;
148
- /** @type {?|undefined} */
149
- GridsterConfig.prototype.emptyCellClickCallback;
150
- /** @type {?|undefined} */
151
- GridsterConfig.prototype.emptyCellContextMenuCallback;
152
- /** @type {?|undefined} */
153
- GridsterConfig.prototype.emptyCellDropCallback;
154
- /** @type {?|undefined} */
155
- GridsterConfig.prototype.emptyCellDragCallback;
156
- /** @type {?|undefined} */
157
- GridsterConfig.prototype.emptyCellDragMaxCols;
158
- /** @type {?|undefined} */
159
- GridsterConfig.prototype.emptyCellDragMaxRows;
160
- /** @type {?|undefined} */
161
- GridsterConfig.prototype.ignoreMarginInRow;
162
- /** @type {?|undefined} */
163
- GridsterConfig.prototype.autoResizeonDrag;
164
- /** @type {?|undefined} */
165
- GridsterConfig.prototype.api;
166
- /* Skipping unhandled member: [propName: string]: any;*/
167
- }
168
- /**
169
- * @record
170
- */
171
- export function DragBase() { }
172
- if (false) {
173
- /** @type {?|undefined} */
174
- DragBase.prototype.enabled;
175
- /** @type {?|undefined} */
176
- DragBase.prototype.stop;
177
- /** @type {?|undefined} */
178
- DragBase.prototype.start;
179
- /** @type {?|undefined} */
180
- DragBase.prototype.delayStart;
181
- }
182
- /**
183
- * @record
184
- */
185
- export function Draggable() { }
186
- if (false) {
187
- /** @type {?|undefined} */
188
- Draggable.prototype.ignoreContentClass;
189
- /** @type {?|undefined} */
190
- Draggable.prototype.ignoreContent;
191
- /** @type {?|undefined} */
192
- Draggable.prototype.dragHandleClass;
193
- /** @type {?|undefined} */
194
- Draggable.prototype.dropOverItems;
195
- /** @type {?|undefined} */
196
- Draggable.prototype.dropOverItemsCallback;
197
- }
198
- /**
199
- * @record
200
- */
201
- export function Resizable() { }
202
- if (false) {
203
- /** @type {?|undefined} */
204
- Resizable.prototype.handles;
205
- }
206
- /**
207
- * @record
208
- */
209
- export function PushDirections() { }
210
- if (false) {
211
- /** @type {?} */
212
- PushDirections.prototype.north;
213
- /** @type {?} */
214
- PushDirections.prototype.east;
215
- /** @type {?} */
216
- PushDirections.prototype.south;
217
- /** @type {?} */
218
- PushDirections.prototype.west;
219
- }
220
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZHN0ZXJDb25maWcuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNjaG5laWRlcmVzcy9kYXNoYm9hcmRmcmFtZXdvcmsvIiwic291cmNlcyI6WyJncmlkc3Rlci9saWIvZ3JpZHN0ZXJDb25maWcuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztBQWdCQSxNQUFZLFFBQVE7SUFDbEIsR0FBRyxPQUFRO0lBQ1gsY0FBYyxrQkFBbUI7SUFDakMsZ0JBQWdCLG9CQUFxQjtJQUNyQyxLQUFLLFNBQVU7SUFDZixhQUFhLGlCQUFrQjtJQUMvQixlQUFlLG1CQUFvQjtFQUNwQzs7O0FBRUQsTUFBWSxXQUFXO0lBQ3JCLE1BQU0sVUFBVztJQUNqQixlQUFlLGlCQUFrQjtJQUNqQyxJQUFJLFFBQVM7RUFDZDs7O0FBRUQsTUFBWSxXQUFXO0lBQ3JCLElBQUksUUFBUztJQUNiLFNBQVMsYUFBYztJQUN2QixXQUFXLGVBQWdCO0lBQzNCLGdCQUFnQixrQkFBbUI7SUFDbkMsZ0JBQWdCLGtCQUFtQjtJQUNuQyxZQUFZLGdCQUFpQjtJQUM3QixpQkFBaUIsbUJBQW9CO0lBQ3JDLGlCQUFpQixtQkFBb0I7RUFDdEM7Ozs7O0FBRUQsb0NBeUVDOzs7SUF4RUMsa0NBQXFCOztJQUNyQix1Q0FBdUI7O0lBQ3ZCLHdDQUF3Qjs7SUFDeEIsaURBQWtDOztJQUNsQyxnREFBaUM7O0lBQ2pDLHFDQUFzQjs7SUFDdEIscUNBQTJCOztJQUMzQiwwQ0FBMEI7O0lBQzFCLGlDQUFpQjs7SUFDakIsaUNBQWlCOztJQUNqQixpQ0FBaUI7O0lBQ2pCLGlDQUFpQjs7SUFDakIseUNBQXlCOztJQUN6Qix5Q0FBeUI7O0lBQ3pCLHFDQUFxQjs7SUFDckIscUNBQXFCOztJQUNyQixxQ0FBcUI7O0lBQ3JCLHFDQUFxQjs7SUFDckIscUNBQXFCOztJQUNyQixxQ0FBcUI7O0lBQ3JCLGdDQUFnQjs7SUFDaEIscUNBQXNCOztJQUN0Qix3Q0FBK0I7O0lBQy9CLDBDQUFpQzs7SUFDakMsMkNBQWtDOztJQUNsQyx5Q0FBZ0M7O0lBQ2hDLGlEQUFrQzs7SUFDbEMsMkNBQWtDOztJQUNsQyxxQ0FBcUI7O0lBQ3JCLHNDQUE4RDs7SUFDOUQseUNBQWlFOztJQUNqRSxpREFBeUU7O0lBQ3pFLDRDQUFpRzs7SUFDakcsNENBQWlHOztJQUNqRywwQ0FBK0Y7O0lBQy9GLDZDQUFrRzs7SUFDbEcsOENBQXVEOztJQUN2RCxtQ0FBc0I7O0lBQ3RCLG1DQUFzQjs7SUFDdEIsOEJBQWU7O0lBQ2YsbUNBQW9COztJQUNwQiwyQ0FBNEI7O0lBQzVCLDZDQUE4Qjs7SUFDOUIsdURBQXdDOztJQUN4Qyx3Q0FBZ0M7O0lBQ2hDLHlDQUEwQjs7SUFDMUIscUNBQTJCOztJQUMzQiw2Q0FBOEI7O0lBQzlCLHlDQUEwQjs7SUFDMUIsMENBQTJCOztJQUMzQiw4Q0FBK0I7O0lBQy9CLG9EQUFxQzs7SUFDckMsNkNBQThCOztJQUM5Qiw2Q0FBOEI7O0lBQzlCLGdEQUF5RTs7SUFDekUsc0RBQStFOztJQUMvRSwrQ0FBd0U7O0lBQ3hFLCtDQUF3RTs7SUFDeEUsOENBQThCOztJQUM5Qiw4Q0FBOEI7O0lBQzlCLDJDQUE0Qjs7SUFDNUIsMENBQTBCOztJQUMxQiw2QkFPRTs7Ozs7O0FBS0osOEJBS0M7OztJQUpDLDJCQUFrQjs7SUFDbEIsd0JBQXFIOztJQUNySCx5QkFBdUc7O0lBQ3ZHLDhCQUFvQjs7Ozs7QUFHdEIsK0JBTUM7OztJQUxDLHVDQUE0Qjs7SUFDNUIsa0NBQXdCOztJQUN4QixvQ0FBeUI7O0lBQ3pCLGtDQUF3Qjs7SUFDeEIsMENBQWdIOzs7OztBQUdsSCwrQkFXQzs7O0lBVkMsNEJBU0U7Ozs7O0FBR0osb0NBS0M7OztJQUpDLCtCQUFlOztJQUNmLDhCQUFjOztJQUNkLCtCQUFlOztJQUNmLDhCQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtHcmlkc3Rlckl0ZW19IGZyb20gJy4vZ3JpZHN0ZXJJdGVtLmludGVyZmFjZSc7XHJcbmltcG9ydCB7R3JpZHN0ZXJJdGVtQ29tcG9uZW50SW50ZXJmYWNlfSBmcm9tICcuL2dyaWRzdGVySXRlbUNvbXBvbmVudC5pbnRlcmZhY2UnO1xyXG5pbXBvcnQge0dyaWRzdGVyQ29tcG9uZW50SW50ZXJmYWNlfSBmcm9tICcuL2dyaWRzdGVyLmludGVyZmFjZSc7XHJcblxyXG5leHBvcnQgdHlwZSBncmlkVHlwZXMgPSAnZml0JyB8ICdzY3JvbGxWZXJ0aWNhbCcgfCAnc2Nyb2xsSG9yaXpvbnRhbCcgfCAnZml4ZWQnIHwgJ3ZlcnRpY2FsRml4ZWQnIHwgJ2hvcml6b250YWxGaXhlZCc7XHJcbmV4cG9ydCB0eXBlIGRpc3BsYXlHcmlkcyA9ICdhbHdheXMnIHwgJ29uRHJhZyZSZXNpemUnIHwgJ25vbmUnO1xyXG5leHBvcnQgdHlwZSBjb21wYWN0VHlwZXMgPVxyXG4gICdub25lJ1xyXG4gIHwgJ2NvbXBhY3RVcCdcclxuICB8ICdjb21wYWN0TGVmdCdcclxuICB8ICdjb21wYWN0VXAmTGVmdCdcclxuICB8ICdjb21wYWN0TGVmdCZVcCdcclxuICB8ICdjb21wYWN0UmlnaHQnXHJcbiAgfCAnY29tcGFjdFVwJlJpZ2h0J1xyXG4gIHwgJ2NvbXBhY3RSaWdodCZVcCc7XHJcblxyXG5leHBvcnQgZW51bSBHcmlkVHlwZSB7XHJcbiAgRml0ID0gJ2ZpdCcsXHJcbiAgU2Nyb2xsVmVydGljYWwgPSAnc2Nyb2xsVmVydGljYWwnLFxyXG4gIFNjcm9sbEhvcml6b250YWwgPSAnc2Nyb2xsSG9yaXpvbnRhbCcsXHJcbiAgRml4ZWQgPSAnZml4ZWQnLFxyXG4gIFZlcnRpY2FsRml4ZWQgPSAndmVydGljYWxGaXhlZCcsXHJcbiAgSG9yaXpvbnRhbEZpeGVkID0gJ2hvcml6b250YWxGaXhlZCdcclxufVxyXG5cclxuZXhwb3J0IGVudW0gRGlzcGxheUdyaWQge1xyXG4gIEFsd2F5cyA9ICdhbHdheXMnLFxyXG4gIE9uRHJhZ0FuZFJlc2l6ZSA9ICdvbkRyYWcmUmVzaXplJyxcclxuICBOb25lID0gJ25vbmUnXHJcbn1cclxuXHJcbmV4cG9ydCBlbnVtIENvbXBhY3RUeXBlIHtcclxuICBOb25lID0gJ25vbmUnLFxyXG4gIENvbXBhY3RVcCA9ICdjb21wYWN0VXAnLFxyXG4gIENvbXBhY3RMZWZ0ID0gJ2NvbXBhY3RMZWZ0JyxcclxuICBDb21wYWN0VXBBbmRMZWZ0ID0gJ2NvbXBhY3RVcCZMZWZ0JyxcclxuICBDb21wYWN0TGVmdEFuZFVwID0gJ2NvbXBhY3RMZWZ0JlVwJyxcclxuICBDb21wYWN0UmlnaHQgPSAnY29tcGFjdFJpZ2h0JyxcclxuICBDb21wYWN0VXBBbmRSaWdodCA9ICdjb21wYWN0VXAmUmlnaHQnLFxyXG4gIENvbXBhY3RSaWdodEFuZFVwID0gJ2NvbXBhY3RSaWdodCZVcCcsXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgR3JpZHN0ZXJDb25maWcge1xyXG4gIGdyaWRUeXBlPzogZ3JpZFR5cGVzO1xyXG4gIGZpeGVkQ29sV2lkdGg/OiBudW1iZXI7XHJcbiAgZml4ZWRSb3dIZWlnaHQ/OiBudW1iZXI7XHJcbiAga2VlcEZpeGVkSGVpZ2h0SW5Nb2JpbGU/OiBib29sZWFuO1xyXG4gIGtlZXBGaXhlZFdpZHRoSW5Nb2JpbGU/OiBib29sZWFuO1xyXG4gIHNldEdyaWRTaXplPzogYm9vbGVhbjtcclxuICBjb21wYWN0VHlwZT86IGNvbXBhY3RUeXBlcztcclxuICBtb2JpbGVCcmVha3BvaW50PzogbnVtYmVyO1xyXG4gIG1pbkNvbHM/OiBudW1iZXI7XHJcbiAgbWF4Q29scz86IG51bWJlcjtcclxuICBtaW5Sb3dzPzogbnVtYmVyO1xyXG4gIG1heFJvd3M/OiBudW1iZXI7XHJcbiAgZGVmYXVsdEl0ZW1Db2xzPzogbnVtYmVyO1xyXG4gIGRlZmF1bHRJdGVtUm93cz86IG51bWJlcjtcclxuICBtYXhJdGVtQ29scz86IG51bWJlcjtcclxuICBtYXhJdGVtUm93cz86IG51bWJlcjtcclxuICBtaW5JdGVtQ29scz86IG51bWJlcjtcclxuICBtaW5JdGVtUm93cz86IG51bWJlcjtcclxuICBtaW5JdGVtQXJlYT86IG51bWJlcjtcclxuICBtYXhJdGVtQXJlYT86IG51bWJlcjtcclxuICBtYXJnaW4/OiBudW1iZXI7XHJcbiAgb3V0ZXJNYXJnaW4/OiBib29sZWFuO1xyXG4gIG91dGVyTWFyZ2luVG9wPzogbnVtYmVyIHwgbnVsbDtcclxuICBvdXRlck1hcmdpblJpZ2h0PzogbnVtYmVyIHwgbnVsbDtcclxuICBvdXRlck1hcmdpbkJvdHRvbT86IG51bWJlciB8IG51bGw7XHJcbiAgb3V0ZXJNYXJnaW5MZWZ0PzogbnVtYmVyIHwgbnVsbDtcclxuICB1c2VUcmFuc2Zvcm1Qb3NpdGlvbmluZz86IGJvb2xlYW47XHJcbiAgc2Nyb2xsU2Vuc2l0aXZpdHk/OiBudW1iZXIgfCBudWxsO1xyXG4gIHNjcm9sbFNwZWVkPzogbnVtYmVyO1xyXG4gIGluaXRDYWxsYmFjaz86IChncmlkc3RlcjogR3JpZHN0ZXJDb21wb25lbnRJbnRlcmZhY2UpID0+IHZvaWQ7XHJcbiAgZGVzdHJveUNhbGxiYWNrPzogKGdyaWRzdGVyOiBHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcclxuICBncmlkU2l6ZUNoYW5nZWRDYWxsYmFjaz86IChncmlkc3RlcjogR3JpZHN0ZXJDb21wb25lbnRJbnRlcmZhY2UpID0+IHZvaWQ7XHJcbiAgaXRlbUNoYW5nZUNhbGxiYWNrPzogKGl0ZW06IEdyaWRzdGVySXRlbSwgaXRlbUNvbXBvbmVudDogR3JpZHN0ZXJJdGVtQ29tcG9uZW50SW50ZXJmYWNlKSA9PiB2b2lkO1xyXG4gIGl0ZW1SZXNpemVDYWxsYmFjaz86IChpdGVtOiBHcmlkc3Rlckl0ZW0sIGl0ZW1Db21wb25lbnQ6IEdyaWRzdGVySXRlbUNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcclxuICBpdGVtSW5pdENhbGxiYWNrPzogKGl0ZW06IEdyaWRzdGVySXRlbSwgaXRlbUNvbXBvbmVudDogR3JpZHN0ZXJJdGVtQ29tcG9uZW50SW50ZXJmYWNlKSA9PiB2b2lkO1xyXG4gIGl0ZW1SZW1vdmVkQ2FsbGJhY2s/OiAoaXRlbTogR3JpZHN0ZXJJdGVtLCBpdGVtQ29tcG9uZW50OiBHcmlkc3Rlckl0ZW1Db21wb25lbnRJbnRlcmZhY2UpID0+IHZvaWQ7XHJcbiAgaXRlbVZhbGlkYXRlQ2FsbGJhY2s/OiAoaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiBib29sZWFuO1xyXG4gIGRyYWdnYWJsZT86IERyYWdnYWJsZTtcclxuICByZXNpemFibGU/OiBSZXNpemFibGU7XHJcbiAgc3dhcD86IGJvb2xlYW47XHJcbiAgcHVzaEl0ZW1zPzogYm9vbGVhbjtcclxuICBkaXNhYmxlUHVzaE9uRHJhZz86IGJvb2xlYW47XHJcbiAgZGlzYWJsZVB1c2hPblJlc2l6ZT86IGJvb2xlYW47XHJcbiAgZGlzYWJsZUF1dG9Qb3NpdGlvbk9uQ29uZmxpY3Q/OiBib29sZWFuO1xyXG4gIHB1c2hEaXJlY3Rpb25zPzogUHVzaERpcmVjdGlvbnM7XHJcbiAgcHVzaFJlc2l6ZUl0ZW1zPzogYm9vbGVhbjtcclxuICBkaXNwbGF5R3JpZD86IGRpc3BsYXlHcmlkcztcclxuICBkaXNhYmxlV2luZG93UmVzaXplPzogYm9vbGVhbjtcclxuICBkaXNhYmxlV2FybmluZ3M/OiBib29sZWFuO1xyXG4gIHNjcm9sbFRvTmV3SXRlbXM/OiBib29sZWFuO1xyXG4gIGVuYWJsZUVtcHR5Q2VsbENsaWNrPzogYm9vbGVhbjtcclxuICBlbmFibGVFbXB0eUNlbGxDb250ZXh0TWVudT86IGJvb2xlYW47XHJcbiAgZW5hYmxlRW1wdHlDZWxsRHJvcD86IGJvb2xlYW47XHJcbiAgZW5hYmxlRW1wdHlDZWxsRHJhZz86IGJvb2xlYW47XHJcbiAgZW1wdHlDZWxsQ2xpY2tDYWxsYmFjaz86IChldmVudDogTW91c2VFdmVudCwgaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiB2b2lkO1xyXG4gIGVtcHR5Q2VsbENvbnRleHRNZW51Q2FsbGJhY2s/OiAoZXZlbnQ6IE1vdXNlRXZlbnQsIGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gdm9pZDtcclxuICBlbXB0eUNlbGxEcm9wQ2FsbGJhY2s/OiAoZXZlbnQ6IE1vdXNlRXZlbnQsIGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gdm9pZDtcclxuICBlbXB0eUNlbGxEcmFnQ2FsbGJhY2s/OiAoZXZlbnQ6IE1vdXNlRXZlbnQsIGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gdm9pZDtcclxuICBlbXB0eUNlbGxEcmFnTWF4Q29scz86IG51bWJlcjtcclxuICBlbXB0eUNlbGxEcmFnTWF4Um93cz86IG51bWJlcjtcclxuICBpZ25vcmVNYXJnaW5JblJvdz86IGJvb2xlYW47XHJcbiAgYXV0b1Jlc2l6ZW9uRHJhZz86Ym9vbGVhbjtcclxuICBhcGk/OiB7XHJcbiAgICByZXNpemU/OiAoKSA9PiB2b2lkLFxyXG4gICAgb3B0aW9uc0NoYW5nZWQ/OiAoKSA9PiB2b2lkLFxyXG4gICAgZ2V0TmV4dFBvc3NpYmxlUG9zaXRpb24/OiAobmV3SXRlbTogR3JpZHN0ZXJJdGVtKSA9PiBib29sZWFuLFxyXG4gICAgZ2V0Rmlyc3RQb3NzaWJsZVBvc2l0aW9uPzogKGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gR3JpZHN0ZXJJdGVtLFxyXG4gICAgZ2V0TGFzdFBvc3NpYmxlUG9zaXRpb24/OiAoaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiBHcmlkc3Rlckl0ZW0sXHJcbiAgICBnZXRDdXJyZW50Um93SGVpZ2h0PzooKT0+bnVtYmVyXHJcbiAgfTtcclxuXHJcbiAgW3Byb3BOYW1lOiBzdHJpbmddOiBhbnk7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRHJhZ0Jhc2Uge1xyXG4gIGVuYWJsZWQ/OiBib29sZWFuO1xyXG4gIHN0b3A/OiAoaXRlbTogR3JpZHN0ZXJJdGVtLCBpdGVtQ29tcG9uZW50OiBHcmlkc3Rlckl0ZW1Db21wb25lbnRJbnRlcmZhY2UsIGV2ZW50OiBNb3VzZUV2ZW50KSA9PiBQcm9taXNlPGFueT4gfCB2b2lkO1xyXG4gIHN0YXJ0PzogKGl0ZW06IEdyaWRzdGVySXRlbSwgaXRlbUNvbXBvbmVudDogR3JpZHN0ZXJJdGVtQ29tcG9uZW50SW50ZXJmYWNlLCBldmVudDogTW91c2VFdmVudCkgPT4gdm9pZDtcclxuICBkZWxheVN0YXJ0PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIERyYWdnYWJsZSBleHRlbmRzIERyYWdCYXNlIHtcclxuICBpZ25vcmVDb250ZW50Q2xhc3M/OiBzdHJpbmc7XHJcbiAgaWdub3JlQ29udGVudD86IGJvb2xlYW47XHJcbiAgZHJhZ0hhbmRsZUNsYXNzPzogc3RyaW5nO1xyXG4gIGRyb3BPdmVySXRlbXM/OiBib29sZWFuO1xyXG4gIGRyb3BPdmVySXRlbXNDYWxsYmFjaz86IChzb3VyY2U6IEdyaWRzdGVySXRlbSwgdGFyZ2V0OiBHcmlkc3Rlckl0ZW0sIGdyaWQ/OiBHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBSZXNpemFibGUgZXh0ZW5kcyBEcmFnQmFzZSB7XHJcbiAgaGFuZGxlcz86IHtcclxuICAgIHM6IGJvb2xlYW4sXHJcbiAgICBlOiBib29sZWFuLFxyXG4gICAgbjogYm9vbGVhbixcclxuICAgIHc6IGJvb2xlYW4sXHJcbiAgICBzZTogYm9vbGVhbixcclxuICAgIG5lOiBib29sZWFuLFxyXG4gICAgc3c6IGJvb2xlYW4sXHJcbiAgICBudzogYm9vbGVhblxyXG4gIH07XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHVzaERpcmVjdGlvbnMge1xyXG4gIG5vcnRoOiBib29sZWFuO1xyXG4gIGVhc3Q6IGJvb2xlYW47XHJcbiAgc291dGg6IGJvb2xlYW47XHJcbiAgd2VzdDogYm9vbGVhbjtcclxufVxyXG4iXX0=
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ /** @enum {string} */
6
+ const GridType = {
7
+ Fit: 'fit',
8
+ ScrollVertical: 'scrollVertical',
9
+ ScrollHorizontal: 'scrollHorizontal',
10
+ Fixed: 'fixed',
11
+ VerticalFixed: 'verticalFixed',
12
+ HorizontalFixed: 'horizontalFixed',
13
+ };
14
+ export { GridType };
15
+ /** @enum {string} */
16
+ const DisplayGrid = {
17
+ Always: 'always',
18
+ OnDragAndResize: 'onDrag&Resize',
19
+ None: 'none',
20
+ };
21
+ export { DisplayGrid };
22
+ /** @enum {string} */
23
+ const CompactType = {
24
+ None: 'none',
25
+ CompactUp: 'compactUp',
26
+ CompactLeft: 'compactLeft',
27
+ CompactUpAndLeft: 'compactUp&Left',
28
+ CompactLeftAndUp: 'compactLeft&Up',
29
+ CompactRight: 'compactRight',
30
+ CompactUpAndRight: 'compactUp&Right',
31
+ CompactRightAndUp: 'compactRight&Up',
32
+ };
33
+ export { CompactType };
34
+ /**
35
+ * @record
36
+ */
37
+ export function GridsterConfig() { }
38
+ if (false) {
39
+ /** @type {?|undefined} */
40
+ GridsterConfig.prototype.gridType;
41
+ /** @type {?|undefined} */
42
+ GridsterConfig.prototype.fixedColWidth;
43
+ /** @type {?|undefined} */
44
+ GridsterConfig.prototype.fixedRowHeight;
45
+ /** @type {?|undefined} */
46
+ GridsterConfig.prototype.keepFixedHeightInMobile;
47
+ /** @type {?|undefined} */
48
+ GridsterConfig.prototype.keepFixedWidthInMobile;
49
+ /** @type {?|undefined} */
50
+ GridsterConfig.prototype.setGridSize;
51
+ /** @type {?|undefined} */
52
+ GridsterConfig.prototype.compactType;
53
+ /** @type {?|undefined} */
54
+ GridsterConfig.prototype.mobileBreakpoint;
55
+ /** @type {?|undefined} */
56
+ GridsterConfig.prototype.minCols;
57
+ /** @type {?|undefined} */
58
+ GridsterConfig.prototype.maxCols;
59
+ /** @type {?|undefined} */
60
+ GridsterConfig.prototype.minRows;
61
+ /** @type {?|undefined} */
62
+ GridsterConfig.prototype.maxRows;
63
+ /** @type {?|undefined} */
64
+ GridsterConfig.prototype.defaultItemCols;
65
+ /** @type {?|undefined} */
66
+ GridsterConfig.prototype.defaultItemRows;
67
+ /** @type {?|undefined} */
68
+ GridsterConfig.prototype.maxItemCols;
69
+ /** @type {?|undefined} */
70
+ GridsterConfig.prototype.maxItemRows;
71
+ /** @type {?|undefined} */
72
+ GridsterConfig.prototype.minItemCols;
73
+ /** @type {?|undefined} */
74
+ GridsterConfig.prototype.minItemRows;
75
+ /** @type {?|undefined} */
76
+ GridsterConfig.prototype.minItemArea;
77
+ /** @type {?|undefined} */
78
+ GridsterConfig.prototype.maxItemArea;
79
+ /** @type {?|undefined} */
80
+ GridsterConfig.prototype.margin;
81
+ /** @type {?|undefined} */
82
+ GridsterConfig.prototype.outerMargin;
83
+ /** @type {?|undefined} */
84
+ GridsterConfig.prototype.outerMarginTop;
85
+ /** @type {?|undefined} */
86
+ GridsterConfig.prototype.outerMarginRight;
87
+ /** @type {?|undefined} */
88
+ GridsterConfig.prototype.outerMarginBottom;
89
+ /** @type {?|undefined} */
90
+ GridsterConfig.prototype.outerMarginLeft;
91
+ /** @type {?|undefined} */
92
+ GridsterConfig.prototype.useTransformPositioning;
93
+ /** @type {?|undefined} */
94
+ GridsterConfig.prototype.scrollSensitivity;
95
+ /** @type {?|undefined} */
96
+ GridsterConfig.prototype.scrollSpeed;
97
+ /** @type {?|undefined} */
98
+ GridsterConfig.prototype.initCallback;
99
+ /** @type {?|undefined} */
100
+ GridsterConfig.prototype.destroyCallback;
101
+ /** @type {?|undefined} */
102
+ GridsterConfig.prototype.gridSizeChangedCallback;
103
+ /** @type {?|undefined} */
104
+ GridsterConfig.prototype.itemChangeCallback;
105
+ /** @type {?|undefined} */
106
+ GridsterConfig.prototype.itemResizeCallback;
107
+ /** @type {?|undefined} */
108
+ GridsterConfig.prototype.itemInitCallback;
109
+ /** @type {?|undefined} */
110
+ GridsterConfig.prototype.itemRemovedCallback;
111
+ /** @type {?|undefined} */
112
+ GridsterConfig.prototype.itemValidateCallback;
113
+ /** @type {?|undefined} */
114
+ GridsterConfig.prototype.draggable;
115
+ /** @type {?|undefined} */
116
+ GridsterConfig.prototype.resizable;
117
+ /** @type {?|undefined} */
118
+ GridsterConfig.prototype.swap;
119
+ /** @type {?|undefined} */
120
+ GridsterConfig.prototype.pushItems;
121
+ /** @type {?|undefined} */
122
+ GridsterConfig.prototype.disablePushOnDrag;
123
+ /** @type {?|undefined} */
124
+ GridsterConfig.prototype.disablePushOnResize;
125
+ /** @type {?|undefined} */
126
+ GridsterConfig.prototype.disableAutoPositionOnConflict;
127
+ /** @type {?|undefined} */
128
+ GridsterConfig.prototype.pushDirections;
129
+ /** @type {?|undefined} */
130
+ GridsterConfig.prototype.pushResizeItems;
131
+ /** @type {?|undefined} */
132
+ GridsterConfig.prototype.displayGrid;
133
+ /** @type {?|undefined} */
134
+ GridsterConfig.prototype.disableWindowResize;
135
+ /** @type {?|undefined} */
136
+ GridsterConfig.prototype.disableWarnings;
137
+ /** @type {?|undefined} */
138
+ GridsterConfig.prototype.scrollToNewItems;
139
+ /** @type {?|undefined} */
140
+ GridsterConfig.prototype.enableEmptyCellClick;
141
+ /** @type {?|undefined} */
142
+ GridsterConfig.prototype.enableEmptyCellContextMenu;
143
+ /** @type {?|undefined} */
144
+ GridsterConfig.prototype.enableEmptyCellDrop;
145
+ /** @type {?|undefined} */
146
+ GridsterConfig.prototype.enableEmptyCellDrag;
147
+ /** @type {?|undefined} */
148
+ GridsterConfig.prototype.emptyCellClickCallback;
149
+ /** @type {?|undefined} */
150
+ GridsterConfig.prototype.emptyCellContextMenuCallback;
151
+ /** @type {?|undefined} */
152
+ GridsterConfig.prototype.emptyCellDropCallback;
153
+ /** @type {?|undefined} */
154
+ GridsterConfig.prototype.emptyCellDragCallback;
155
+ /** @type {?|undefined} */
156
+ GridsterConfig.prototype.emptyCellDragMaxCols;
157
+ /** @type {?|undefined} */
158
+ GridsterConfig.prototype.emptyCellDragMaxRows;
159
+ /** @type {?|undefined} */
160
+ GridsterConfig.prototype.ignoreMarginInRow;
161
+ /** @type {?|undefined} */
162
+ GridsterConfig.prototype.autoResizeonDrag;
163
+ /** @type {?|undefined} */
164
+ GridsterConfig.prototype.api;
165
+ /* Skipping unhandled member: [propName: string]: any;*/
166
+ }
167
+ /**
168
+ * @record
169
+ */
170
+ export function DragBase() { }
171
+ if (false) {
172
+ /** @type {?|undefined} */
173
+ DragBase.prototype.enabled;
174
+ /** @type {?|undefined} */
175
+ DragBase.prototype.stop;
176
+ /** @type {?|undefined} */
177
+ DragBase.prototype.start;
178
+ /** @type {?|undefined} */
179
+ DragBase.prototype.delayStart;
180
+ }
181
+ /**
182
+ * @record
183
+ */
184
+ export function Draggable() { }
185
+ if (false) {
186
+ /** @type {?|undefined} */
187
+ Draggable.prototype.ignoreContentClass;
188
+ /** @type {?|undefined} */
189
+ Draggable.prototype.ignoreContent;
190
+ /** @type {?|undefined} */
191
+ Draggable.prototype.dragHandleClass;
192
+ /** @type {?|undefined} */
193
+ Draggable.prototype.dropOverItems;
194
+ /** @type {?|undefined} */
195
+ Draggable.prototype.dropOverItemsCallback;
196
+ }
197
+ /**
198
+ * @record
199
+ */
200
+ export function Resizable() { }
201
+ if (false) {
202
+ /** @type {?|undefined} */
203
+ Resizable.prototype.handles;
204
+ }
205
+ /**
206
+ * @record
207
+ */
208
+ export function PushDirections() { }
209
+ if (false) {
210
+ /** @type {?} */
211
+ PushDirections.prototype.north;
212
+ /** @type {?} */
213
+ PushDirections.prototype.east;
214
+ /** @type {?} */
215
+ PushDirections.prototype.south;
216
+ /** @type {?} */
217
+ PushDirections.prototype.west;
218
+ }
219
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZHN0ZXJDb25maWcuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNjaG5laWRlcmVzcy9kYXNoYm9hcmRmcmFtZXdvcmsvIiwic291cmNlcyI6WyJncmlkc3Rlci9saWIvZ3JpZHN0ZXJDb25maWcuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztJQWlCRSxLQUFNLEtBQUs7SUFDWCxnQkFBaUIsZ0JBQWdCO0lBQ2pDLGtCQUFtQixrQkFBa0I7SUFDckMsT0FBUSxPQUFPO0lBQ2YsZUFBZ0IsZUFBZTtJQUMvQixpQkFBa0IsaUJBQWlCOzs7OztJQUluQyxRQUFTLFFBQVE7SUFDakIsaUJBQWtCLGVBQWU7SUFDakMsTUFBTyxNQUFNOzs7OztJQUliLE1BQU8sTUFBTTtJQUNiLFdBQVksV0FBVztJQUN2QixhQUFjLGFBQWE7SUFDM0Isa0JBQW1CLGdCQUFnQjtJQUNuQyxrQkFBbUIsZ0JBQWdCO0lBQ25DLGNBQWUsY0FBYztJQUM3QixtQkFBb0IsaUJBQWlCO0lBQ3JDLG1CQUFvQixpQkFBaUI7Ozs7OztBQUd2QyxvQ0F5RUM7OztJQXhFQyxrQ0FBcUI7O0lBQ3JCLHVDQUF1Qjs7SUFDdkIsd0NBQXdCOztJQUN4QixpREFBa0M7O0lBQ2xDLGdEQUFpQzs7SUFDakMscUNBQXNCOztJQUN0QixxQ0FBMkI7O0lBQzNCLDBDQUEwQjs7SUFDMUIsaUNBQWlCOztJQUNqQixpQ0FBaUI7O0lBQ2pCLGlDQUFpQjs7SUFDakIsaUNBQWlCOztJQUNqQix5Q0FBeUI7O0lBQ3pCLHlDQUF5Qjs7SUFDekIscUNBQXFCOztJQUNyQixxQ0FBcUI7O0lBQ3JCLHFDQUFxQjs7SUFDckIscUNBQXFCOztJQUNyQixxQ0FBcUI7O0lBQ3JCLHFDQUFxQjs7SUFDckIsZ0NBQWdCOztJQUNoQixxQ0FBc0I7O0lBQ3RCLHdDQUErQjs7SUFDL0IsMENBQWlDOztJQUNqQywyQ0FBa0M7O0lBQ2xDLHlDQUFnQzs7SUFDaEMsaURBQWtDOztJQUNsQywyQ0FBa0M7O0lBQ2xDLHFDQUFxQjs7SUFDckIsc0NBQThEOztJQUM5RCx5Q0FBaUU7O0lBQ2pFLGlEQUF5RTs7SUFDekUsNENBQWlHOztJQUNqRyw0Q0FBaUc7O0lBQ2pHLDBDQUErRjs7SUFDL0YsNkNBQWtHOztJQUNsRyw4Q0FBdUQ7O0lBQ3ZELG1DQUFzQjs7SUFDdEIsbUNBQXNCOztJQUN0Qiw4QkFBZTs7SUFDZixtQ0FBb0I7O0lBQ3BCLDJDQUE0Qjs7SUFDNUIsNkNBQThCOztJQUM5Qix1REFBd0M7O0lBQ3hDLHdDQUFnQzs7SUFDaEMseUNBQTBCOztJQUMxQixxQ0FBMkI7O0lBQzNCLDZDQUE4Qjs7SUFDOUIseUNBQTBCOztJQUMxQiwwQ0FBMkI7O0lBQzNCLDhDQUErQjs7SUFDL0Isb0RBQXFDOztJQUNyQyw2Q0FBOEI7O0lBQzlCLDZDQUE4Qjs7SUFDOUIsZ0RBQXlFOztJQUN6RSxzREFBK0U7O0lBQy9FLCtDQUF3RTs7SUFDeEUsK0NBQXdFOztJQUN4RSw4Q0FBOEI7O0lBQzlCLDhDQUE4Qjs7SUFDOUIsMkNBQTRCOztJQUM1QiwwQ0FBMEI7O0lBQzFCLDZCQU9FOzs7Ozs7QUFLSiw4QkFLQzs7O0lBSkMsMkJBQWtCOztJQUNsQix3QkFBcUg7O0lBQ3JILHlCQUF1Rzs7SUFDdkcsOEJBQW9COzs7OztBQUd0QiwrQkFNQzs7O0lBTEMsdUNBQTRCOztJQUM1QixrQ0FBd0I7O0lBQ3hCLG9DQUF5Qjs7SUFDekIsa0NBQXdCOztJQUN4QiwwQ0FBZ0g7Ozs7O0FBR2xILCtCQVdDOzs7SUFWQyw0QkFTRTs7Ozs7QUFHSixvQ0FLQzs7O0lBSkMsK0JBQWU7O0lBQ2YsOEJBQWM7O0lBQ2QsK0JBQWU7O0lBQ2YsOEJBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0dyaWRzdGVySXRlbX0gZnJvbSAnLi9ncmlkc3Rlckl0ZW0uaW50ZXJmYWNlJztcbmltcG9ydCB7R3JpZHN0ZXJJdGVtQ29tcG9uZW50SW50ZXJmYWNlfSBmcm9tICcuL2dyaWRzdGVySXRlbUNvbXBvbmVudC5pbnRlcmZhY2UnO1xuaW1wb3J0IHtHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZX0gZnJvbSAnLi9ncmlkc3Rlci5pbnRlcmZhY2UnO1xuXG5leHBvcnQgdHlwZSBncmlkVHlwZXMgPSAnZml0JyB8ICdzY3JvbGxWZXJ0aWNhbCcgfCAnc2Nyb2xsSG9yaXpvbnRhbCcgfCAnZml4ZWQnIHwgJ3ZlcnRpY2FsRml4ZWQnIHwgJ2hvcml6b250YWxGaXhlZCc7XG5leHBvcnQgdHlwZSBkaXNwbGF5R3JpZHMgPSAnYWx3YXlzJyB8ICdvbkRyYWcmUmVzaXplJyB8ICdub25lJztcbmV4cG9ydCB0eXBlIGNvbXBhY3RUeXBlcyA9XG4gICdub25lJ1xuICB8ICdjb21wYWN0VXAnXG4gIHwgJ2NvbXBhY3RMZWZ0J1xuICB8ICdjb21wYWN0VXAmTGVmdCdcbiAgfCAnY29tcGFjdExlZnQmVXAnXG4gIHwgJ2NvbXBhY3RSaWdodCdcbiAgfCAnY29tcGFjdFVwJlJpZ2h0J1xuICB8ICdjb21wYWN0UmlnaHQmVXAnO1xuXG5leHBvcnQgZW51bSBHcmlkVHlwZSB7XG4gIEZpdCA9ICdmaXQnLFxuICBTY3JvbGxWZXJ0aWNhbCA9ICdzY3JvbGxWZXJ0aWNhbCcsXG4gIFNjcm9sbEhvcml6b250YWwgPSAnc2Nyb2xsSG9yaXpvbnRhbCcsXG4gIEZpeGVkID0gJ2ZpeGVkJyxcbiAgVmVydGljYWxGaXhlZCA9ICd2ZXJ0aWNhbEZpeGVkJyxcbiAgSG9yaXpvbnRhbEZpeGVkID0gJ2hvcml6b250YWxGaXhlZCdcbn1cblxuZXhwb3J0IGVudW0gRGlzcGxheUdyaWQge1xuICBBbHdheXMgPSAnYWx3YXlzJyxcbiAgT25EcmFnQW5kUmVzaXplID0gJ29uRHJhZyZSZXNpemUnLFxuICBOb25lID0gJ25vbmUnXG59XG5cbmV4cG9ydCBlbnVtIENvbXBhY3RUeXBlIHtcbiAgTm9uZSA9ICdub25lJyxcbiAgQ29tcGFjdFVwID0gJ2NvbXBhY3RVcCcsXG4gIENvbXBhY3RMZWZ0ID0gJ2NvbXBhY3RMZWZ0JyxcbiAgQ29tcGFjdFVwQW5kTGVmdCA9ICdjb21wYWN0VXAmTGVmdCcsXG4gIENvbXBhY3RMZWZ0QW5kVXAgPSAnY29tcGFjdExlZnQmVXAnLFxuICBDb21wYWN0UmlnaHQgPSAnY29tcGFjdFJpZ2h0JyxcbiAgQ29tcGFjdFVwQW5kUmlnaHQgPSAnY29tcGFjdFVwJlJpZ2h0JyxcbiAgQ29tcGFjdFJpZ2h0QW5kVXAgPSAnY29tcGFjdFJpZ2h0JlVwJyxcbn1cblxuZXhwb3J0IGludGVyZmFjZSBHcmlkc3RlckNvbmZpZyB7XG4gIGdyaWRUeXBlPzogZ3JpZFR5cGVzO1xuICBmaXhlZENvbFdpZHRoPzogbnVtYmVyO1xuICBmaXhlZFJvd0hlaWdodD86IG51bWJlcjtcbiAga2VlcEZpeGVkSGVpZ2h0SW5Nb2JpbGU/OiBib29sZWFuO1xuICBrZWVwRml4ZWRXaWR0aEluTW9iaWxlPzogYm9vbGVhbjtcbiAgc2V0R3JpZFNpemU/OiBib29sZWFuO1xuICBjb21wYWN0VHlwZT86IGNvbXBhY3RUeXBlcztcbiAgbW9iaWxlQnJlYWtwb2ludD86IG51bWJlcjtcbiAgbWluQ29scz86IG51bWJlcjtcbiAgbWF4Q29scz86IG51bWJlcjtcbiAgbWluUm93cz86IG51bWJlcjtcbiAgbWF4Um93cz86IG51bWJlcjtcbiAgZGVmYXVsdEl0ZW1Db2xzPzogbnVtYmVyO1xuICBkZWZhdWx0SXRlbVJvd3M/OiBudW1iZXI7XG4gIG1heEl0ZW1Db2xzPzogbnVtYmVyO1xuICBtYXhJdGVtUm93cz86IG51bWJlcjtcbiAgbWluSXRlbUNvbHM/OiBudW1iZXI7XG4gIG1pbkl0ZW1Sb3dzPzogbnVtYmVyO1xuICBtaW5JdGVtQXJlYT86IG51bWJlcjtcbiAgbWF4SXRlbUFyZWE/OiBudW1iZXI7XG4gIG1hcmdpbj86IG51bWJlcjtcbiAgb3V0ZXJNYXJnaW4/OiBib29sZWFuO1xuICBvdXRlck1hcmdpblRvcD86IG51bWJlciB8IG51bGw7XG4gIG91dGVyTWFyZ2luUmlnaHQ/OiBudW1iZXIgfCBudWxsO1xuICBvdXRlck1hcmdpbkJvdHRvbT86IG51bWJlciB8IG51bGw7XG4gIG91dGVyTWFyZ2luTGVmdD86IG51bWJlciB8IG51bGw7XG4gIHVzZVRyYW5zZm9ybVBvc2l0aW9uaW5nPzogYm9vbGVhbjtcbiAgc2Nyb2xsU2Vuc2l0aXZpdHk/OiBudW1iZXIgfCBudWxsO1xuICBzY3JvbGxTcGVlZD86IG51bWJlcjtcbiAgaW5pdENhbGxiYWNrPzogKGdyaWRzdGVyOiBHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcbiAgZGVzdHJveUNhbGxiYWNrPzogKGdyaWRzdGVyOiBHcmlkc3RlckNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcbiAgZ3JpZFNpemVDaGFuZ2VkQ2FsbGJhY2s/OiAoZ3JpZHN0ZXI6IEdyaWRzdGVyQ29tcG9uZW50SW50ZXJmYWNlKSA9PiB2b2lkO1xuICBpdGVtQ2hhbmdlQ2FsbGJhY2s/OiAoaXRlbTogR3JpZHN0ZXJJdGVtLCBpdGVtQ29tcG9uZW50OiBHcmlkc3Rlckl0ZW1Db21wb25lbnRJbnRlcmZhY2UpID0+IHZvaWQ7XG4gIGl0ZW1SZXNpemVDYWxsYmFjaz86IChpdGVtOiBHcmlkc3Rlckl0ZW0sIGl0ZW1Db21wb25lbnQ6IEdyaWRzdGVySXRlbUNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcbiAgaXRlbUluaXRDYWxsYmFjaz86IChpdGVtOiBHcmlkc3Rlckl0ZW0sIGl0ZW1Db21wb25lbnQ6IEdyaWRzdGVySXRlbUNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcbiAgaXRlbVJlbW92ZWRDYWxsYmFjaz86IChpdGVtOiBHcmlkc3Rlckl0ZW0sIGl0ZW1Db21wb25lbnQ6IEdyaWRzdGVySXRlbUNvbXBvbmVudEludGVyZmFjZSkgPT4gdm9pZDtcbiAgaXRlbVZhbGlkYXRlQ2FsbGJhY2s/OiAoaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiBib29sZWFuO1xuICBkcmFnZ2FibGU/OiBEcmFnZ2FibGU7XG4gIHJlc2l6YWJsZT86IFJlc2l6YWJsZTtcbiAgc3dhcD86IGJvb2xlYW47XG4gIHB1c2hJdGVtcz86IGJvb2xlYW47XG4gIGRpc2FibGVQdXNoT25EcmFnPzogYm9vbGVhbjtcbiAgZGlzYWJsZVB1c2hPblJlc2l6ZT86IGJvb2xlYW47XG4gIGRpc2FibGVBdXRvUG9zaXRpb25PbkNvbmZsaWN0PzogYm9vbGVhbjtcbiAgcHVzaERpcmVjdGlvbnM/OiBQdXNoRGlyZWN0aW9ucztcbiAgcHVzaFJlc2l6ZUl0ZW1zPzogYm9vbGVhbjtcbiAgZGlzcGxheUdyaWQ/OiBkaXNwbGF5R3JpZHM7XG4gIGRpc2FibGVXaW5kb3dSZXNpemU/OiBib29sZWFuO1xuICBkaXNhYmxlV2FybmluZ3M/OiBib29sZWFuO1xuICBzY3JvbGxUb05ld0l0ZW1zPzogYm9vbGVhbjtcbiAgZW5hYmxlRW1wdHlDZWxsQ2xpY2s/OiBib29sZWFuO1xuICBlbmFibGVFbXB0eUNlbGxDb250ZXh0TWVudT86IGJvb2xlYW47XG4gIGVuYWJsZUVtcHR5Q2VsbERyb3A/OiBib29sZWFuO1xuICBlbmFibGVFbXB0eUNlbGxEcmFnPzogYm9vbGVhbjtcbiAgZW1wdHlDZWxsQ2xpY2tDYWxsYmFjaz86IChldmVudDogTW91c2VFdmVudCwgaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiB2b2lkO1xuICBlbXB0eUNlbGxDb250ZXh0TWVudUNhbGxiYWNrPzogKGV2ZW50OiBNb3VzZUV2ZW50LCBpdGVtOiBHcmlkc3Rlckl0ZW0pID0+IHZvaWQ7XG4gIGVtcHR5Q2VsbERyb3BDYWxsYmFjaz86IChldmVudDogTW91c2VFdmVudCwgaXRlbTogR3JpZHN0ZXJJdGVtKSA9PiB2b2lkO1xuICBlbXB0eUNlbGxEcmFnQ2FsbGJhY2s/OiAoZXZlbnQ6IE1vdXNlRXZlbnQsIGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gdm9pZDtcbiAgZW1wdHlDZWxsRHJhZ01heENvbHM/OiBudW1iZXI7XG4gIGVtcHR5Q2VsbERyYWdNYXhSb3dzPzogbnVtYmVyO1xuICBpZ25vcmVNYXJnaW5JblJvdz86IGJvb2xlYW47XG4gIGF1dG9SZXNpemVvbkRyYWc/OmJvb2xlYW47XG4gIGFwaT86IHtcbiAgICByZXNpemU/OiAoKSA9PiB2b2lkLFxuICAgIG9wdGlvbnNDaGFuZ2VkPzogKCkgPT4gdm9pZCxcbiAgICBnZXROZXh0UG9zc2libGVQb3NpdGlvbj86IChuZXdJdGVtOiBHcmlkc3Rlckl0ZW0pID0+IGJvb2xlYW4sXG4gICAgZ2V0Rmlyc3RQb3NzaWJsZVBvc2l0aW9uPzogKGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gR3JpZHN0ZXJJdGVtLFxuICAgIGdldExhc3RQb3NzaWJsZVBvc2l0aW9uPzogKGl0ZW06IEdyaWRzdGVySXRlbSkgPT4gR3JpZHN0ZXJJdGVtLFxuICAgIGdldEN1cnJlbnRSb3dIZWlnaHQ/OigpPT5udW1iZXJcbiAgfTtcblxuICBbcHJvcE5hbWU6IHN0cmluZ106IGFueTtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBEcmFnQmFzZSB7XG4gIGVuYWJsZWQ/OiBib29sZWFuO1xuICBzdG9wPzogKGl0ZW06IEdyaWRzdGVySXRlbSwgaXRlbUNvbXBvbmVudDogR3JpZHN0ZXJJdGVtQ29tcG9uZW50SW50ZXJmYWNlLCBldmVudDogTW91c2VFdmVudCkgPT4gUHJvbWlzZTxhbnk+IHwgdm9pZDtcbiAgc3RhcnQ/OiAoaXRlbTogR3JpZHN0ZXJJdGVtLCBpdGVtQ29tcG9uZW50OiBHcmlkc3Rlckl0ZW1Db21wb25lbnRJbnRlcmZhY2UsIGV2ZW50OiBNb3VzZUV2ZW50KSA9PiB2b2lkO1xuICBkZWxheVN0YXJ0PzogbnVtYmVyO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIERyYWdnYWJsZSBleHRlbmRzIERyYWdCYXNlIHtcbiAgaWdub3JlQ29udGVudENsYXNzPzogc3RyaW5nO1xuICBpZ25vcmVDb250ZW50PzogYm9vbGVhbjtcbiAgZHJhZ0hhbmRsZUNsYXNzPzogc3RyaW5nO1xuICBkcm9wT3Zlckl0ZW1zPzogYm9vbGVhbjtcbiAgZHJvcE92ZXJJdGVtc0NhbGxiYWNrPzogKHNvdXJjZTogR3JpZHN0ZXJJdGVtLCB0YXJnZXQ6IEdyaWRzdGVySXRlbSwgZ3JpZD86IEdyaWRzdGVyQ29tcG9uZW50SW50ZXJmYWNlKSA9PiB2b2lkO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFJlc2l6YWJsZSBleHRlbmRzIERyYWdCYXNlIHtcbiAgaGFuZGxlcz86IHtcbiAgICBzOiBib29sZWFuLFxuICAgIGU6IGJvb2xlYW4sXG4gICAgbjogYm9vbGVhbixcbiAgICB3OiBib29sZWFuLFxuICAgIHNlOiBib29sZWFuLFxuICAgIG5lOiBib29sZWFuLFxuICAgIHN3OiBib29sZWFuLFxuICAgIG53OiBib29sZWFuXG4gIH07XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUHVzaERpcmVjdGlvbnMge1xuICBub3J0aDogYm9vbGVhbjtcbiAgZWFzdDogYm9vbGVhbjtcbiAgc291dGg6IGJvb2xlYW47XG4gIHdlc3Q6IGJvb2xlYW47XG59XG4iXX0=