@schneideress/dashboardframework 0.0.71 → 0.0.73
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.
- package/README.md +24 -24
- package/bundles/schneideress-dashboardframework.umd.js +6997 -6992
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +18 -18
- package/esm2015/gridster/lib/gridster.component.js +700 -700
- package/esm2015/gridster/lib/gridster.interface.js +84 -84
- package/esm2015/gridster/lib/gridster.module.js +27 -27
- package/esm2015/gridster/lib/gridsterCompact.service.js +223 -223
- package/esm2015/gridster/lib/gridsterConfig.constant.js +179 -179
- package/esm2015/gridster/lib/gridsterConfig.interface.js +219 -219
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +161 -161
- package/esm2015/gridster/lib/gridsterDraggable.service.js +510 -510
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +317 -317
- package/esm2015/gridster/lib/gridsterItem.component.js +213 -213
- package/esm2015/gridster/lib/gridsterItem.interface.js +46 -46
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +48 -48
- package/esm2015/gridster/lib/gridsterPreview.component.js +66 -66
- package/esm2015/gridster/lib/gridsterPush.service.js +467 -467
- package/esm2015/gridster/lib/gridsterPushResize.service.js +358 -358
- package/esm2015/gridster/lib/gridsterRenderer.service.js +277 -277
- package/esm2015/gridster/lib/gridsterResizable.service.js +552 -552
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +19 -19
- package/esm2015/gridster/lib/gridsterScroll.service.js +195 -195
- package/esm2015/gridster/lib/gridsterSwap.service.js +134 -134
- package/esm2015/gridster/lib/gridsterUtils.service.js +137 -137
- package/esm2015/lib/custom.notifier.options.js +46 -46
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +494 -494
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +461 -456
- package/esm2015/lib/ra.base.dashboard.filter.js +75 -75
- package/esm2015/lib/ra.base.dashboard.template.js +71 -71
- package/esm2015/lib/ra.dashbard.event.bus.js +85 -85
- package/esm2015/lib/ra.dashboard.module.js +49 -49
- package/esm2015/lib/ra.dashboard.service.js +144 -144
- package/esm2015/lib/ra.event.enum.js +51 -51
- package/esm2015/lib/ra.gridster.config.js +67 -67
- package/esm2015/public-api.js +16 -16
- package/esm2015/schneideress-dashboardframework.js +13 -13
- package/esm5/gridster/index.js +18 -18
- package/esm5/gridster/lib/gridster.component.js +803 -803
- package/esm5/gridster/lib/gridster.interface.js +94 -94
- package/esm5/gridster/lib/gridster.module.js +31 -31
- package/esm5/gridster/lib/gridsterCompact.service.js +253 -253
- package/esm5/gridster/lib/gridsterConfig.constant.js +179 -179
- package/esm5/gridster/lib/gridsterConfig.interface.js +219 -219
- package/esm5/gridster/lib/gridsterConfigS.interface.js +161 -161
- package/esm5/gridster/lib/gridsterDraggable.service.js +549 -549
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +358 -358
- package/esm5/gridster/lib/gridsterItem.component.js +238 -238
- package/esm5/gridster/lib/gridsterItem.interface.js +46 -46
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +58 -58
- package/esm5/gridster/lib/gridsterPreview.component.js +70 -70
- package/esm5/gridster/lib/gridsterPush.service.js +547 -547
- package/esm5/gridster/lib/gridsterPushResize.service.js +423 -423
- package/esm5/gridster/lib/gridsterRenderer.service.js +323 -323
- package/esm5/gridster/lib/gridsterResizable.service.js +629 -629
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +19 -19
- package/esm5/gridster/lib/gridsterScroll.service.js +195 -195
- package/esm5/gridster/lib/gridsterSwap.service.js +152 -152
- package/esm5/gridster/lib/gridsterUtils.service.js +177 -177
- package/esm5/lib/custom.notifier.options.js +46 -46
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +586 -586
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +574 -569
- package/esm5/lib/ra.base.dashboard.filter.js +81 -81
- package/esm5/lib/ra.base.dashboard.template.js +74 -74
- package/esm5/lib/ra.dashbard.event.bus.js +125 -125
- package/esm5/lib/ra.dashboard.module.js +53 -53
- package/esm5/lib/ra.dashboard.service.js +221 -221
- package/esm5/lib/ra.event.enum.js +51 -51
- package/esm5/lib/ra.gridster.config.js +67 -67
- package/esm5/public-api.js +16 -16
- package/esm5/schneideress-dashboardframework.js +13 -13
- package/fesm2015/schneideress-dashboardframework.js +6104 -6099
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +7001 -6996
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/gridster/index.d.ts +11 -11
- package/gridster/lib/gridster.component.d.ts +67 -67
- package/gridster/lib/gridster.interface.d.ts +46 -46
- package/gridster/lib/gridster.module.d.ts +2 -2
- package/gridster/lib/gridsterCompact.service.d.ts +15 -15
- package/gridster/lib/gridsterConfig.constant.d.ts +2 -2
- package/gridster/lib/gridsterConfig.interface.d.ts +133 -133
- package/gridster/lib/gridsterConfigS.interface.d.ts +93 -93
- package/gridster/lib/gridsterDraggable.service.d.ts +59 -59
- package/gridster/lib/gridsterEmptyCell.service.d.ts +29 -29
- package/gridster/lib/gridsterItem.component.d.ts +32 -32
- package/gridster/lib/gridsterItem.interface.d.ts +21 -21
- package/gridster/lib/gridsterItemComponent.interface.d.ts +25 -25
- package/gridster/lib/gridsterPreview.component.d.ts +10 -10
- package/gridster/lib/gridsterPush.service.d.ts +33 -33
- package/gridster/lib/gridsterPushResize.service.d.ts +26 -26
- package/gridster/lib/gridsterRenderer.service.d.ts +38 -38
- package/gridster/lib/gridsterResizable.service.d.ts +67 -67
- package/gridster/lib/gridsterResizeEventType.interface.d.ts +6 -6
- package/gridster/lib/gridsterScroll.service.d.ts +4 -4
- package/gridster/lib/gridsterSwap.service.d.ts +13 -13
- package/gridster/lib/gridsterUtils.service.d.ts +16 -16
- package/lib/custom.notifier.options.d.ts +2 -2
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +64 -64
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +63 -63
- package/lib/ra.base.dashboard.filter.d.ts +10 -10
- package/lib/ra.base.dashboard.template.d.ts +15 -15
- package/lib/ra.dashbard.event.bus.d.ts +20 -20
- package/lib/ra.dashboard.module.d.ts +2 -2
- package/lib/ra.dashboard.service.d.ts +22 -22
- package/lib/ra.event.enum.d.ts +42 -42
- package/lib/ra.gridster.config.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +8 -8
- package/schneideress-dashboardframework.d.ts +9 -9
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,219 +1,219 @@
|
|
|
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,
|
|
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=
|