@schneideress/dashboardframework 0.0.79 → 0.0.81
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 +7065 -7033
- 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 +19 -18
- package/esm2015/gridster/lib/gridster.component.js +701 -700
- package/esm2015/gridster/lib/gridster.interface.js +85 -84
- package/esm2015/gridster/lib/gridster.module.js +28 -27
- package/esm2015/gridster/lib/gridsterCompact.service.js +224 -223
- package/esm2015/gridster/lib/gridsterConfig.constant.js +180 -179
- package/esm2015/gridster/lib/gridsterConfig.interface.js +220 -219
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +162 -161
- package/esm2015/gridster/lib/gridsterDraggable.service.js +511 -510
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +318 -317
- package/esm2015/gridster/lib/gridsterItem.component.js +214 -213
- package/esm2015/gridster/lib/gridsterItem.interface.js +47 -46
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +49 -48
- package/esm2015/gridster/lib/gridsterPreview.component.js +67 -66
- package/esm2015/gridster/lib/gridsterPush.service.js +468 -467
- package/esm2015/gridster/lib/gridsterPushResize.service.js +359 -358
- package/esm2015/gridster/lib/gridsterRenderer.service.js +278 -277
- package/esm2015/gridster/lib/gridsterResizable.service.js +553 -552
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +20 -19
- package/esm2015/gridster/lib/gridsterScroll.service.js +196 -195
- package/esm2015/gridster/lib/gridsterSwap.service.js +135 -134
- package/esm2015/gridster/lib/gridsterUtils.service.js +138 -137
- package/esm2015/lib/custom.notifier.options.js +47 -46
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +497 -496
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +476 -471
- package/esm2015/lib/ra.base.dashboard.filter.js +76 -75
- package/esm2015/lib/ra.base.dashboard.template.js +72 -71
- package/esm2015/lib/ra.dashbard.event.bus.js +86 -85
- package/esm2015/lib/ra.dashboard.module.js +52 -51
- package/esm2015/lib/ra.dashboard.service.js +145 -144
- package/esm2015/lib/ra.event.enum.js +52 -51
- package/esm2015/lib/ra.gridster.config.js +68 -67
- package/esm2015/public-api.js +17 -16
- package/esm2015/schneideress-dashboardframework.js +15 -14
- package/esm5/gridster/index.js +19 -18
- package/esm5/gridster/lib/gridster.component.js +804 -803
- package/esm5/gridster/lib/gridster.interface.js +95 -94
- package/esm5/gridster/lib/gridster.module.js +32 -31
- package/esm5/gridster/lib/gridsterCompact.service.js +254 -253
- package/esm5/gridster/lib/gridsterConfig.constant.js +180 -179
- package/esm5/gridster/lib/gridsterConfig.interface.js +220 -219
- package/esm5/gridster/lib/gridsterConfigS.interface.js +162 -161
- package/esm5/gridster/lib/gridsterDraggable.service.js +550 -549
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +359 -358
- package/esm5/gridster/lib/gridsterItem.component.js +239 -238
- package/esm5/gridster/lib/gridsterItem.interface.js +47 -46
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +59 -58
- package/esm5/gridster/lib/gridsterPreview.component.js +71 -70
- package/esm5/gridster/lib/gridsterPush.service.js +548 -547
- package/esm5/gridster/lib/gridsterPushResize.service.js +424 -423
- package/esm5/gridster/lib/gridsterRenderer.service.js +324 -323
- package/esm5/gridster/lib/gridsterResizable.service.js +630 -629
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +20 -19
- package/esm5/gridster/lib/gridsterScroll.service.js +196 -195
- package/esm5/gridster/lib/gridsterSwap.service.js +153 -152
- package/esm5/gridster/lib/gridsterUtils.service.js +178 -177
- package/esm5/lib/custom.notifier.options.js +47 -46
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +589 -588
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +589 -584
- package/esm5/lib/ra.base.dashboard.filter.js +82 -81
- package/esm5/lib/ra.base.dashboard.template.js +75 -74
- package/esm5/lib/ra.dashbard.event.bus.js +126 -125
- package/esm5/lib/ra.dashboard.module.js +56 -55
- package/esm5/lib/ra.dashboard.service.js +222 -221
- package/esm5/lib/ra.event.enum.js +52 -51
- package/esm5/lib/ra.gridster.config.js +68 -67
- package/esm5/public-api.js +17 -16
- package/esm5/schneideress-dashboardframework.js +15 -14
- package/fesm2015/schneideress-dashboardframework.js +6151 -6117
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +7048 -7014
- 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 +65 -64
- 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,161 +1,162 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
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=
|