vue-openlayers-plugin 1.1.13 → 1.1.15
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 +209 -0
- package/lib/{BasemapPanel-a8d7373d.mjs → BasemapPanel-7664fc20.mjs} +1 -1
- package/lib/{CoordinateLocationDialog-274aff1a.mjs → CoordinateLocationDialog-f505c006.mjs} +1 -1
- package/lib/{MapPrintDialog-97054260.mjs → FilterPanel-4cfbbfeb.mjs} +1 -1
- package/lib/{FilterPanel-ccdaaac3.mjs → LayerPanel-354b6ac7.mjs} +1 -1
- package/lib/{LayerPanel-c716b7cc.mjs → MapPrintDialog-0cf04cae.mjs} +1 -1
- package/lib/{MeasurementDialog-7c08ba58.mjs → MeasurementDialog-4fd11413.mjs} +1 -1
- package/lib/{MyMarkersDialog-89bd594e.mjs → MyMarkersDialog-f413337c.mjs} +1 -1
- package/lib/{QuadCompareDialog-78dd2cf6.mjs → QuadCompareDialog-176a8178.mjs} +1 -1
- package/lib/{RegionNavigationDialog-4b7b4e5f.mjs → RegionNavigationDialog-1edd078f.mjs} +1 -1
- package/lib/{SplitCompareDialog-b51b55c1.mjs → SplitCompareDialog-3fe419de.mjs} +1 -1
- package/lib/{SwipeCompareDialog-2b89b65e.mjs → SwipeCompareDialog-e2c28122.mjs} +1 -1
- package/lib/{ViewBookmarksDialog-7ee33d4e.mjs → ViewBookmarksDialog-9873fb3c.mjs} +1 -1
- package/lib/{index-98c677b7.mjs → index-923f7253.mjs} +549 -48
- package/lib/{index-3699244d.mjs → index-a30f4100.mjs} +1 -1
- package/lib/{index.es-e3be4489.mjs → index.es-b7728855.mjs} +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +536 -35
- package/lib/style.css +5 -5
- package/package.json +1 -1
- package/types/components/OlDialogs/LayerPanel.vue.d.ts +204 -0
- package/types/components/OlDialogs/LayerPanel.vue.d.ts.map +1 -1
- package/types/components/OlMap.vue.d.ts +413 -0
- package/types/components/OlMap.vue.d.ts.map +1 -1
- package/types/components/OlMapContainer.vue.d.ts +1 -0
- package/types/components/OlMapContainer.vue.d.ts.map +1 -1
- package/types/core/LayerManager.d.ts +5 -0
- package/types/core/LayerManager.d.ts.map +1 -1
- package/types/core/layers/GeoJSONLayerHandler.d.ts +31 -2
- package/types/core/layers/GeoJSONLayerHandler.d.ts.map +1 -1
- package/types/core/layers/interfaces.d.ts +5 -0
- package/types/core/layers/interfaces.d.ts.map +1 -1
- package/types/core/storage.d.ts.map +1 -1
- package/types/lowcode-entry.d.ts +423 -0
- package/types/lowcode-entry.d.ts.map +1 -1
- package/types/types/map.d.ts +64 -0
- package/types/types/map.d.ts.map +1 -1
package/lib/style.css
CHANGED
|
@@ -1674,7 +1674,7 @@ label {
|
|
|
1674
1674
|
width: 100% !important;
|
|
1675
1675
|
height: 100% !important;
|
|
1676
1676
|
}
|
|
1677
|
-
.context-menu[data-v-
|
|
1677
|
+
.context-menu[data-v-888f37cb] {
|
|
1678
1678
|
background: var(--el-bg-color-overlay);
|
|
1679
1679
|
border: 1px solid var(--el-border-color-light);
|
|
1680
1680
|
border-radius: var(--el-border-radius-base);
|
|
@@ -1683,7 +1683,7 @@ label {
|
|
|
1683
1683
|
min-width: 140px;
|
|
1684
1684
|
overflow: hidden;
|
|
1685
1685
|
}
|
|
1686
|
-
.context-menu .context-menu-item[data-v-
|
|
1686
|
+
.context-menu .context-menu-item[data-v-888f37cb] {
|
|
1687
1687
|
display: flex;
|
|
1688
1688
|
align-items: center;
|
|
1689
1689
|
padding: 8px 16px;
|
|
@@ -1692,14 +1692,14 @@ label {
|
|
|
1692
1692
|
color: var(--el-text-color-primary);
|
|
1693
1693
|
transition: all 0.2s;
|
|
1694
1694
|
}
|
|
1695
|
-
.context-menu .context-menu-item[data-v-
|
|
1695
|
+
.context-menu .context-menu-item[data-v-888f37cb]:hover {
|
|
1696
1696
|
background-color: var(--el-fill-color-light);
|
|
1697
1697
|
color: var(--el-color-primary);
|
|
1698
1698
|
}
|
|
1699
|
-
.context-menu .context-menu-item:hover .el-icon[data-v-
|
|
1699
|
+
.context-menu .context-menu-item:hover .el-icon[data-v-888f37cb] {
|
|
1700
1700
|
color: var(--el-color-primary);
|
|
1701
1701
|
}
|
|
1702
|
-
.context-menu .context-menu-item .el-icon[data-v-
|
|
1702
|
+
.context-menu .context-menu-item .el-icon[data-v-888f37cb] {
|
|
1703
1703
|
margin-right: 8px;
|
|
1704
1704
|
font-size: 16px;
|
|
1705
1705
|
color: var(--el-text-color-secondary);
|
package/package.json
CHANGED
|
@@ -27,6 +27,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
27
27
|
name: string;
|
|
28
28
|
type: string;
|
|
29
29
|
url?: string;
|
|
30
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
31
|
+
headers?: Record<string, string>;
|
|
32
|
+
body?: string | Record<string, any>;
|
|
33
|
+
dataPath?: string;
|
|
30
34
|
visible: boolean;
|
|
31
35
|
opacity: number;
|
|
32
36
|
zIndex: number;
|
|
@@ -67,6 +71,55 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
67
71
|
autoFetchMetadata?: boolean;
|
|
68
72
|
projection?: string;
|
|
69
73
|
projectionDefinition?: string;
|
|
74
|
+
geojsonConfig?: {
|
|
75
|
+
data?: string | object;
|
|
76
|
+
request?: {
|
|
77
|
+
url?: string;
|
|
78
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
79
|
+
headers?: Record<string, string>;
|
|
80
|
+
params?: Record<string, any>;
|
|
81
|
+
body?: string | Record<string, any>;
|
|
82
|
+
dataPath?: string;
|
|
83
|
+
managementUnit?: string;
|
|
84
|
+
managementUnitParamName?: string;
|
|
85
|
+
landType?: string;
|
|
86
|
+
landTypeParamName?: string;
|
|
87
|
+
requestInterceptor?: (request: {
|
|
88
|
+
url: string;
|
|
89
|
+
method: import('../../types').GeoJSONRequestMethod;
|
|
90
|
+
headers: Record<string, string>;
|
|
91
|
+
params: Record<string, any>;
|
|
92
|
+
body?: string | Record<string, any>;
|
|
93
|
+
}, context: import('../../types').GeoJSONRequestContext) => {
|
|
94
|
+
url?: string;
|
|
95
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
96
|
+
headers?: Record<string, string>;
|
|
97
|
+
params?: Record<string, any>;
|
|
98
|
+
body?: string | Record<string, any>;
|
|
99
|
+
} | Promise<{
|
|
100
|
+
url?: string;
|
|
101
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
102
|
+
headers?: Record<string, string>;
|
|
103
|
+
params?: Record<string, any>;
|
|
104
|
+
body?: string | Record<string, any>;
|
|
105
|
+
}>;
|
|
106
|
+
responseInterceptor?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
107
|
+
responseParser?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
108
|
+
};
|
|
109
|
+
dataPath?: string;
|
|
110
|
+
refresh?: {
|
|
111
|
+
enabled?: boolean;
|
|
112
|
+
interval?: number;
|
|
113
|
+
onMoveEnd?: boolean;
|
|
114
|
+
onZoomEnd?: boolean;
|
|
115
|
+
debounce?: number;
|
|
116
|
+
useExtent?: boolean;
|
|
117
|
+
extentParamName?: string;
|
|
118
|
+
extentTarget?: "body" | "params";
|
|
119
|
+
extentProjection?: string;
|
|
120
|
+
};
|
|
121
|
+
clearOnError?: boolean;
|
|
122
|
+
};
|
|
70
123
|
config?: {
|
|
71
124
|
wms?: {
|
|
72
125
|
layers: string;
|
|
@@ -155,6 +208,55 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
155
208
|
value: any;
|
|
156
209
|
}[];
|
|
157
210
|
};
|
|
211
|
+
geojson?: {
|
|
212
|
+
data?: string | object;
|
|
213
|
+
request?: {
|
|
214
|
+
url?: string;
|
|
215
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
216
|
+
headers?: Record<string, string>;
|
|
217
|
+
params?: Record<string, any>;
|
|
218
|
+
body?: string | Record<string, any>;
|
|
219
|
+
dataPath?: string;
|
|
220
|
+
managementUnit?: string;
|
|
221
|
+
managementUnitParamName?: string;
|
|
222
|
+
landType?: string;
|
|
223
|
+
landTypeParamName?: string;
|
|
224
|
+
requestInterceptor?: (request: {
|
|
225
|
+
url: string;
|
|
226
|
+
method: import('../../types').GeoJSONRequestMethod;
|
|
227
|
+
headers: Record<string, string>;
|
|
228
|
+
params: Record<string, any>;
|
|
229
|
+
body?: string | Record<string, any>;
|
|
230
|
+
}, context: import('../../types').GeoJSONRequestContext) => {
|
|
231
|
+
url?: string;
|
|
232
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
233
|
+
headers?: Record<string, string>;
|
|
234
|
+
params?: Record<string, any>;
|
|
235
|
+
body?: string | Record<string, any>;
|
|
236
|
+
} | Promise<{
|
|
237
|
+
url?: string;
|
|
238
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
239
|
+
headers?: Record<string, string>;
|
|
240
|
+
params?: Record<string, any>;
|
|
241
|
+
body?: string | Record<string, any>;
|
|
242
|
+
}>;
|
|
243
|
+
responseInterceptor?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
244
|
+
responseParser?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
245
|
+
};
|
|
246
|
+
dataPath?: string;
|
|
247
|
+
refresh?: {
|
|
248
|
+
enabled?: boolean;
|
|
249
|
+
interval?: number;
|
|
250
|
+
onMoveEnd?: boolean;
|
|
251
|
+
onZoomEnd?: boolean;
|
|
252
|
+
debounce?: number;
|
|
253
|
+
useExtent?: boolean;
|
|
254
|
+
extentParamName?: string;
|
|
255
|
+
extentTarget?: "body" | "params";
|
|
256
|
+
extentProjection?: string;
|
|
257
|
+
};
|
|
258
|
+
clearOnError?: boolean;
|
|
259
|
+
};
|
|
158
260
|
};
|
|
159
261
|
filterLogic?: import('../../types').FilterLogic;
|
|
160
262
|
wmsLayers?: string;
|
|
@@ -803,6 +905,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
803
905
|
name: string;
|
|
804
906
|
type: string;
|
|
805
907
|
url?: string;
|
|
908
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
909
|
+
headers?: Record<string, string>;
|
|
910
|
+
body?: string | Record<string, any>;
|
|
911
|
+
dataPath?: string;
|
|
806
912
|
visible: boolean;
|
|
807
913
|
opacity: number;
|
|
808
914
|
zIndex: number;
|
|
@@ -843,6 +949,55 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
843
949
|
autoFetchMetadata?: boolean;
|
|
844
950
|
projection?: string;
|
|
845
951
|
projectionDefinition?: string;
|
|
952
|
+
geojsonConfig?: {
|
|
953
|
+
data?: string | object;
|
|
954
|
+
request?: {
|
|
955
|
+
url?: string;
|
|
956
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
957
|
+
headers?: Record<string, string>;
|
|
958
|
+
params?: Record<string, any>;
|
|
959
|
+
body?: string | Record<string, any>;
|
|
960
|
+
dataPath?: string;
|
|
961
|
+
managementUnit?: string;
|
|
962
|
+
managementUnitParamName?: string;
|
|
963
|
+
landType?: string;
|
|
964
|
+
landTypeParamName?: string;
|
|
965
|
+
requestInterceptor?: (request: {
|
|
966
|
+
url: string;
|
|
967
|
+
method: import('../../types').GeoJSONRequestMethod;
|
|
968
|
+
headers: Record<string, string>;
|
|
969
|
+
params: Record<string, any>;
|
|
970
|
+
body?: string | Record<string, any>;
|
|
971
|
+
}, context: import('../../types').GeoJSONRequestContext) => {
|
|
972
|
+
url?: string;
|
|
973
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
974
|
+
headers?: Record<string, string>;
|
|
975
|
+
params?: Record<string, any>;
|
|
976
|
+
body?: string | Record<string, any>;
|
|
977
|
+
} | Promise<{
|
|
978
|
+
url?: string;
|
|
979
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
980
|
+
headers?: Record<string, string>;
|
|
981
|
+
params?: Record<string, any>;
|
|
982
|
+
body?: string | Record<string, any>;
|
|
983
|
+
}>;
|
|
984
|
+
responseInterceptor?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
985
|
+
responseParser?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
986
|
+
};
|
|
987
|
+
dataPath?: string;
|
|
988
|
+
refresh?: {
|
|
989
|
+
enabled?: boolean;
|
|
990
|
+
interval?: number;
|
|
991
|
+
onMoveEnd?: boolean;
|
|
992
|
+
onZoomEnd?: boolean;
|
|
993
|
+
debounce?: number;
|
|
994
|
+
useExtent?: boolean;
|
|
995
|
+
extentParamName?: string;
|
|
996
|
+
extentTarget?: "body" | "params";
|
|
997
|
+
extentProjection?: string;
|
|
998
|
+
};
|
|
999
|
+
clearOnError?: boolean;
|
|
1000
|
+
};
|
|
846
1001
|
config?: {
|
|
847
1002
|
wms?: {
|
|
848
1003
|
layers: string;
|
|
@@ -931,6 +1086,55 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
931
1086
|
value: any;
|
|
932
1087
|
}[];
|
|
933
1088
|
};
|
|
1089
|
+
geojson?: {
|
|
1090
|
+
data?: string | object;
|
|
1091
|
+
request?: {
|
|
1092
|
+
url?: string;
|
|
1093
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
1094
|
+
headers?: Record<string, string>;
|
|
1095
|
+
params?: Record<string, any>;
|
|
1096
|
+
body?: string | Record<string, any>;
|
|
1097
|
+
dataPath?: string;
|
|
1098
|
+
managementUnit?: string;
|
|
1099
|
+
managementUnitParamName?: string;
|
|
1100
|
+
landType?: string;
|
|
1101
|
+
landTypeParamName?: string;
|
|
1102
|
+
requestInterceptor?: (request: {
|
|
1103
|
+
url: string;
|
|
1104
|
+
method: import('../../types').GeoJSONRequestMethod;
|
|
1105
|
+
headers: Record<string, string>;
|
|
1106
|
+
params: Record<string, any>;
|
|
1107
|
+
body?: string | Record<string, any>;
|
|
1108
|
+
}, context: import('../../types').GeoJSONRequestContext) => {
|
|
1109
|
+
url?: string;
|
|
1110
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
1111
|
+
headers?: Record<string, string>;
|
|
1112
|
+
params?: Record<string, any>;
|
|
1113
|
+
body?: string | Record<string, any>;
|
|
1114
|
+
} | Promise<{
|
|
1115
|
+
url?: string;
|
|
1116
|
+
method?: import('../../types').GeoJSONRequestMethod;
|
|
1117
|
+
headers?: Record<string, string>;
|
|
1118
|
+
params?: Record<string, any>;
|
|
1119
|
+
body?: string | Record<string, any>;
|
|
1120
|
+
}>;
|
|
1121
|
+
responseInterceptor?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
1122
|
+
responseParser?: (response: any, context: import('../../types').GeoJSONRequestContext) => any;
|
|
1123
|
+
};
|
|
1124
|
+
dataPath?: string;
|
|
1125
|
+
refresh?: {
|
|
1126
|
+
enabled?: boolean;
|
|
1127
|
+
interval?: number;
|
|
1128
|
+
onMoveEnd?: boolean;
|
|
1129
|
+
onZoomEnd?: boolean;
|
|
1130
|
+
debounce?: number;
|
|
1131
|
+
useExtent?: boolean;
|
|
1132
|
+
extentParamName?: string;
|
|
1133
|
+
extentTarget?: "body" | "params";
|
|
1134
|
+
extentProjection?: string;
|
|
1135
|
+
};
|
|
1136
|
+
clearOnError?: boolean;
|
|
1137
|
+
};
|
|
934
1138
|
};
|
|
935
1139
|
filterLogic?: import('../../types').FilterLogic;
|
|
936
1140
|
wmsLayers?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayerPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/OlDialogs/LayerPanel.vue"],"names":[],"mappings":"AA6RA;AAcA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,mCAAmC,CAAC
|
|
1
|
+
{"version":3,"file":"LayerPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/OlDialogs/LayerPanel.vue"],"names":[],"mappings":"AA6RA;AAcA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,mCAAmC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAg+D3C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|