@opengis/gis 0.2.36 → 0.2.37
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/dist/index.js +877 -847
- package/dist/index.umd.cjs +30 -25
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as An, defineComponent as ae, mergeModels as kt, defineAsyncComponent as
|
|
1
|
+
import { h as An, defineComponent as ae, mergeModels as kt, defineAsyncComponent as at, useModel as ot, ref as z, watch as X, openBlock as m, createElementBlock as x, createElementVNode as s, createVNode as ie, unref as se, withCtx as Pe, createStaticVNode as $t, useSlots as qr, computed as D, Fragment as G, createTextVNode as ge, createCommentVNode as W, renderList as le, normalizeStyle as Re, toDisplayString as Y, normalizeClass as me, withModifiers as He, createBlock as te, resolveDynamicComponent as Rt, withDirectives as We, renderSlot as Xt, onBeforeUnmount as _e, onMounted as Fe, shallowRef as Mo, onUnmounted as To, provide as Hr, inject as Yr, vModelText as Ot, getCurrentInstance as Ct, nextTick as je, reactive as Qe, Teleport as gt, Transition as Nn, createSlots as Wr, resolveDirective as Zr, vShow as ln, vModelRadio as Kr } from "vue";
|
|
2
2
|
import { useRoute as Dt, useRouter as Bt } from "vue-router";
|
|
3
3
|
import { notify as Me, TooltipDirective as Gr } from "@opengis/core";
|
|
4
4
|
/**
|
|
@@ -59,7 +59,7 @@ const el = ({ size: e, strokeWidth: t = 2, absoluteStrokeWidth: n, color: o, ico
|
|
|
59
59
|
* This source code is licensed under the ISC license.
|
|
60
60
|
* See the LICENSE file in the root directory of this source tree.
|
|
61
61
|
*/
|
|
62
|
-
const
|
|
62
|
+
const rt = (e, t) => (n, { slots: o }) => An(
|
|
63
63
|
el,
|
|
64
64
|
{
|
|
65
65
|
...n,
|
|
@@ -74,7 +74,7 @@ const at = (e, t) => (n, { slots: o }) => An(
|
|
|
74
74
|
* This source code is licensed under the ISC license.
|
|
75
75
|
* See the LICENSE file in the root directory of this source tree.
|
|
76
76
|
*/
|
|
77
|
-
const to =
|
|
77
|
+
const to = rt("arrow-left", [
|
|
78
78
|
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
79
79
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
80
80
|
]);
|
|
@@ -84,7 +84,7 @@ const to = at("arrow-left", [
|
|
|
84
84
|
* This source code is licensed under the ISC license.
|
|
85
85
|
* See the LICENSE file in the root directory of this source tree.
|
|
86
86
|
*/
|
|
87
|
-
const no =
|
|
87
|
+
const no = rt("arrow-right", [
|
|
88
88
|
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
89
89
|
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
90
90
|
]);
|
|
@@ -94,7 +94,7 @@ const no = at("arrow-right", [
|
|
|
94
94
|
* This source code is licensed under the ISC license.
|
|
95
95
|
* See the LICENSE file in the root directory of this source tree.
|
|
96
96
|
*/
|
|
97
|
-
const tl =
|
|
97
|
+
const tl = rt("arrow-up-left", [
|
|
98
98
|
["path", { d: "M7 17V7h10", key: "11bw93" }],
|
|
99
99
|
["path", { d: "M17 17 7 7", key: "2786uv" }]
|
|
100
100
|
]);
|
|
@@ -104,7 +104,7 @@ const tl = at("arrow-up-left", [
|
|
|
104
104
|
* This source code is licensed under the ISC license.
|
|
105
105
|
* See the LICENSE file in the root directory of this source tree.
|
|
106
106
|
*/
|
|
107
|
-
const nl =
|
|
107
|
+
const nl = rt("chevron-down", [
|
|
108
108
|
["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]
|
|
109
109
|
]);
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ const nl = at("chevron-down", [
|
|
|
113
113
|
* This source code is licensed under the ISC license.
|
|
114
114
|
* See the LICENSE file in the root directory of this source tree.
|
|
115
115
|
*/
|
|
116
|
-
const ol =
|
|
116
|
+
const ol = rt("chevron-up", [
|
|
117
117
|
["path", { d: "m18 15-6-6-6 6", key: "153udz" }]
|
|
118
118
|
]);
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ const ol = at("chevron-up", [
|
|
|
122
122
|
* This source code is licensed under the ISC license.
|
|
123
123
|
* See the LICENSE file in the root directory of this source tree.
|
|
124
124
|
*/
|
|
125
|
-
const rl =
|
|
125
|
+
const rl = rt("contrast", [
|
|
126
126
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
127
127
|
["path", { d: "M12 18a6 6 0 0 0 0-12v12z", key: "j4l70d" }]
|
|
128
128
|
]);
|
|
@@ -132,7 +132,31 @@ const rl = at("contrast", [
|
|
|
132
132
|
* This source code is licensed under the ISC license.
|
|
133
133
|
* See the LICENSE file in the root directory of this source tree.
|
|
134
134
|
*/
|
|
135
|
-
const ll =
|
|
135
|
+
const ll = rt("eye-off", [
|
|
136
|
+
[
|
|
137
|
+
"path",
|
|
138
|
+
{
|
|
139
|
+
d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
|
|
140
|
+
key: "ct8e1f"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242", key: "151rxh" }],
|
|
144
|
+
[
|
|
145
|
+
"path",
|
|
146
|
+
{
|
|
147
|
+
d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
|
|
148
|
+
key: "13bj9a"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
152
|
+
]);
|
|
153
|
+
/**
|
|
154
|
+
* @license lucide-vue-next v0.514.0 - ISC
|
|
155
|
+
*
|
|
156
|
+
* This source code is licensed under the ISC license.
|
|
157
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
158
|
+
*/
|
|
159
|
+
const il = rt("house", [
|
|
136
160
|
["path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8", key: "5wwlr5" }],
|
|
137
161
|
[
|
|
138
162
|
"path",
|
|
@@ -148,7 +172,7 @@ const ll = at("house", [
|
|
|
148
172
|
* This source code is licensed under the ISC license.
|
|
149
173
|
* See the LICENSE file in the root directory of this source tree.
|
|
150
174
|
*/
|
|
151
|
-
const
|
|
175
|
+
const sl = rt("square-pen", [
|
|
152
176
|
["path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7", key: "1m0v6g" }],
|
|
153
177
|
[
|
|
154
178
|
"path",
|
|
@@ -164,7 +188,7 @@ const il = at("square-pen", [
|
|
|
164
188
|
* This source code is licensed under the ISC license.
|
|
165
189
|
* See the LICENSE file in the root directory of this source tree.
|
|
166
190
|
*/
|
|
167
|
-
const
|
|
191
|
+
const al = rt("trash", [
|
|
168
192
|
["path", { d: "M3 6h18", key: "d0wm0j" }],
|
|
169
193
|
["path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6", key: "4alrt4" }],
|
|
170
194
|
["path", { d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2", key: "v07s0e" }]
|
|
@@ -175,10 +199,10 @@ const sl = at("trash", [
|
|
|
175
199
|
* This source code is licensed under the ISC license.
|
|
176
200
|
* See the LICENSE file in the root directory of this source tree.
|
|
177
201
|
*/
|
|
178
|
-
const
|
|
202
|
+
const ul = rt("x", [
|
|
179
203
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
180
204
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
181
|
-
]),
|
|
205
|
+
]), cl = { class: "flex items-center justify-center col-span-3 gap-2" }, dl = { class: "flex justify-end p-[20px] gap-[10px] border-t w-full" }, fl = /* @__PURE__ */ ae({
|
|
182
206
|
__name: "vs-datatable-controls",
|
|
183
207
|
props: /* @__PURE__ */ kt({
|
|
184
208
|
index: {},
|
|
@@ -193,7 +217,7 @@ const al = at("x", [
|
|
|
193
217
|
}),
|
|
194
218
|
emits: ["update:columns"],
|
|
195
219
|
setup(e) {
|
|
196
|
-
const t =
|
|
220
|
+
const t = at(() => import("@opengis/form")), n = at(() => import("@opengis/core").then((b) => b.VsModal)), o = e, r = ot(e, "columns"), l = z(!1), i = z({}), u = z({ ...o.data || {} });
|
|
197
221
|
X(
|
|
198
222
|
() => o.data,
|
|
199
223
|
(b) => {
|
|
@@ -210,20 +234,20 @@ const al = at("x", [
|
|
|
210
234
|
}
|
|
211
235
|
r.value[o.index] = u.value, l.value = !1;
|
|
212
236
|
};
|
|
213
|
-
return (b, a) => (m(), x("div",
|
|
237
|
+
return (b, a) => (m(), x("div", cl, [
|
|
214
238
|
s("button", {
|
|
215
239
|
onClick: a[0] || (a[0] = (v) => {
|
|
216
240
|
l.value = !0;
|
|
217
241
|
}),
|
|
218
242
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:text-accent-foreground h-8 w-8 rounded-full hover:bg-gray-100"
|
|
219
243
|
}, [
|
|
220
|
-
ie(se(
|
|
244
|
+
ie(se(sl), { class: "w-4 h-4" })
|
|
221
245
|
]),
|
|
222
246
|
s("button", {
|
|
223
247
|
onClick: f,
|
|
224
248
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 h-8 w-8 rounded-full hover:bg-red-100 text-red-600 hover:text-red-700"
|
|
225
249
|
}, [
|
|
226
|
-
ie(se(
|
|
250
|
+
ie(se(al), { class: "w-4 h-4" })
|
|
227
251
|
]),
|
|
228
252
|
ie(se(n), {
|
|
229
253
|
teleport: "#modal",
|
|
@@ -233,7 +257,7 @@ const al = at("x", [
|
|
|
233
257
|
title: "Редагувати поле"
|
|
234
258
|
}, {
|
|
235
259
|
footer: Pe(() => [
|
|
236
|
-
s("div",
|
|
260
|
+
s("div", dl, [
|
|
237
261
|
s("button", {
|
|
238
262
|
type: "button",
|
|
239
263
|
class: "py-2 px-3 inline-flex items-center gap-x-2 text-sm whitespace-nowrap text-black border border-gray-200 rounded-lg hover:bg-gray-100 duration-300",
|
|
@@ -258,7 +282,7 @@ const al = at("x", [
|
|
|
258
282
|
}, 8, ["visible"])
|
|
259
283
|
]));
|
|
260
284
|
}
|
|
261
|
-
}),
|
|
285
|
+
}), pl = {
|
|
262
286
|
mounted(e) {
|
|
263
287
|
setTimeout(() => {
|
|
264
288
|
e.scrollWidth > e.clientWidth ? e.setAttribute("title", e.textContent) : e.removeAttribute("title");
|
|
@@ -269,7 +293,7 @@ const al = at("x", [
|
|
|
269
293
|
e.scrollWidth > e.clientWidth ? e.setAttribute("title", e.textContent) : e.removeAttribute("title");
|
|
270
294
|
});
|
|
271
295
|
}
|
|
272
|
-
},
|
|
296
|
+
}, vl = {
|
|
273
297
|
array: "purple",
|
|
274
298
|
boolean: "red",
|
|
275
299
|
date: "red",
|
|
@@ -291,7 +315,7 @@ const al = at("x", [
|
|
|
291
315
|
autocomplete: "yellow",
|
|
292
316
|
other: "gray",
|
|
293
317
|
"yes/no": "green"
|
|
294
|
-
}, Io = (e) =>
|
|
318
|
+
}, Io = (e) => vl[e == null ? void 0 : e.toLowerCase()] || "gray", ml = [
|
|
295
319
|
"array",
|
|
296
320
|
"boolean",
|
|
297
321
|
"date",
|
|
@@ -313,13 +337,13 @@ const al = at("x", [
|
|
|
313
337
|
"autocomplete"
|
|
314
338
|
], jo = (e) => {
|
|
315
339
|
var t;
|
|
316
|
-
return
|
|
340
|
+
return ml.includes((t = e || "") == null ? void 0 : t.toLowerCase());
|
|
317
341
|
}, fe = (e, t) => {
|
|
318
342
|
const n = e.__vccOpts || e;
|
|
319
343
|
for (const [o, r] of t)
|
|
320
344
|
n[o] = r;
|
|
321
345
|
return n;
|
|
322
|
-
},
|
|
346
|
+
}, gl = {}, hl = {
|
|
323
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
324
348
|
width: "24",
|
|
325
349
|
height: "24",
|
|
@@ -332,8 +356,8 @@ const al = at("x", [
|
|
|
332
356
|
class: "w-4 h-4 text-gray-700 lucide lucide-type",
|
|
333
357
|
__v0_r: "0,5361,5384"
|
|
334
358
|
};
|
|
335
|
-
function
|
|
336
|
-
return m(), x("svg",
|
|
359
|
+
function yl(e, t) {
|
|
360
|
+
return m(), x("svg", hl, [...t[0] || (t[0] = [
|
|
337
361
|
s("polyline", { points: "4 7 4 4 20 4 20 7" }, null, -1),
|
|
338
362
|
s("line", {
|
|
339
363
|
x1: "9",
|
|
@@ -349,7 +373,7 @@ function hl(e, t) {
|
|
|
349
373
|
}, null, -1)
|
|
350
374
|
])]);
|
|
351
375
|
}
|
|
352
|
-
const
|
|
376
|
+
const xl = /* @__PURE__ */ fe(gl, [["render", yl]]), bl = {}, wl = {
|
|
353
377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
354
378
|
width: "24",
|
|
355
379
|
height: "24",
|
|
@@ -362,8 +386,8 @@ const yl = /* @__PURE__ */ fe(ml, [["render", hl]]), xl = {}, bl = {
|
|
|
362
386
|
class: "w-4 h-4 text-gray-700 lucide lucide-hash",
|
|
363
387
|
__v0_r: "0,5361,5384"
|
|
364
388
|
};
|
|
365
|
-
function
|
|
366
|
-
return m(), x("svg",
|
|
389
|
+
function _l(e, t) {
|
|
390
|
+
return m(), x("svg", wl, [...t[0] || (t[0] = [
|
|
367
391
|
s("line", {
|
|
368
392
|
x1: "4",
|
|
369
393
|
x2: "20",
|
|
@@ -390,7 +414,7 @@ function wl(e, t) {
|
|
|
390
414
|
}, null, -1)
|
|
391
415
|
])]);
|
|
392
416
|
}
|
|
393
|
-
const
|
|
417
|
+
const kl = /* @__PURE__ */ fe(bl, [["render", _l]]), $l = {}, Cl = {
|
|
394
418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
395
419
|
width: "24",
|
|
396
420
|
height: "24",
|
|
@@ -403,8 +427,8 @@ const _l = /* @__PURE__ */ fe(xl, [["render", wl]]), kl = {}, $l = {
|
|
|
403
427
|
class: "w-4 h-4 text-gray-700 lucide lucide-calendar",
|
|
404
428
|
__v0_r: "0,5361,5384"
|
|
405
429
|
};
|
|
406
|
-
function
|
|
407
|
-
return m(), x("svg",
|
|
430
|
+
function Al(e, t) {
|
|
431
|
+
return m(), x("svg", Cl, [...t[0] || (t[0] = [
|
|
408
432
|
s("path", { d: "M8 2v4" }, null, -1),
|
|
409
433
|
s("path", { d: "M16 2v4" }, null, -1),
|
|
410
434
|
s("rect", {
|
|
@@ -417,7 +441,7 @@ function Cl(e, t) {
|
|
|
417
441
|
s("path", { d: "M3 10h18" }, null, -1)
|
|
418
442
|
])]);
|
|
419
443
|
}
|
|
420
|
-
const
|
|
444
|
+
const Ll = /* @__PURE__ */ fe($l, [["render", Al]]), Sl = {}, El = {
|
|
421
445
|
xmlns: "http://www.w3.org/2000/svg",
|
|
422
446
|
width: "24",
|
|
423
447
|
height: "24",
|
|
@@ -430,8 +454,8 @@ const Al = /* @__PURE__ */ fe(kl, [["render", Cl]]), Ll = {}, Sl = {
|
|
|
430
454
|
class: "w-4 h-4 text-gray-700 lucide lucide-calendar",
|
|
431
455
|
__v0_r: "0,5361,5384"
|
|
432
456
|
};
|
|
433
|
-
function
|
|
434
|
-
return m(), x("svg",
|
|
457
|
+
function Fl(e, t) {
|
|
458
|
+
return m(), x("svg", El, [...t[0] || (t[0] = [
|
|
435
459
|
s("path", { d: "M8 2v4" }, null, -1),
|
|
436
460
|
s("path", { d: "M16 2v4" }, null, -1),
|
|
437
461
|
s("rect", {
|
|
@@ -444,7 +468,7 @@ function El(e, t) {
|
|
|
444
468
|
s("path", { d: "M3 10h18" }, null, -1)
|
|
445
469
|
])]);
|
|
446
470
|
}
|
|
447
|
-
const
|
|
471
|
+
const Ml = /* @__PURE__ */ fe(Sl, [["render", Fl]]), Tl = {}, Il = {
|
|
448
472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
449
473
|
width: "24",
|
|
450
474
|
height: "24",
|
|
@@ -457,13 +481,13 @@ const Fl = /* @__PURE__ */ fe(Ll, [["render", El]]), Ml = {}, Tl = {
|
|
|
457
481
|
class: "w-4 h-4 text-gray-700 lucide lucide-code",
|
|
458
482
|
__v0_r: "0,5361,5384"
|
|
459
483
|
};
|
|
460
|
-
function
|
|
461
|
-
return m(), x("svg",
|
|
484
|
+
function jl(e, t) {
|
|
485
|
+
return m(), x("svg", Il, [...t[0] || (t[0] = [
|
|
462
486
|
s("polyline", { points: "16 18 22 12 16 6" }, null, -1),
|
|
463
487
|
s("polyline", { points: "8 6 2 12 8 18" }, null, -1)
|
|
464
488
|
])]);
|
|
465
489
|
}
|
|
466
|
-
const
|
|
490
|
+
const Ol = /* @__PURE__ */ fe(Tl, [["render", jl]]), Nl = {}, zl = {
|
|
467
491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
468
492
|
width: "24",
|
|
469
493
|
height: "24",
|
|
@@ -476,8 +500,8 @@ const jl = /* @__PURE__ */ fe(Ml, [["render", Il]]), Ol = {}, Nl = {
|
|
|
476
500
|
class: "w-4 h-4 text-gray-700 lucide lucide-toggle-left",
|
|
477
501
|
__v0_r: "0,5361,5384"
|
|
478
502
|
};
|
|
479
|
-
function
|
|
480
|
-
return m(), x("svg",
|
|
503
|
+
function Pl(e, t) {
|
|
504
|
+
return m(), x("svg", zl, [...t[0] || (t[0] = [
|
|
481
505
|
s("rect", {
|
|
482
506
|
width: "20",
|
|
483
507
|
height: "12",
|
|
@@ -493,7 +517,7 @@ function zl(e, t) {
|
|
|
493
517
|
}, null, -1)
|
|
494
518
|
])]);
|
|
495
519
|
}
|
|
496
|
-
const
|
|
520
|
+
const Rl = /* @__PURE__ */ fe(Nl, [["render", Pl]]), Dl = {}, Bl = {
|
|
497
521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
498
522
|
width: "24",
|
|
499
523
|
height: "24",
|
|
@@ -506,12 +530,12 @@ const Pl = /* @__PURE__ */ fe(Ol, [["render", zl]]), Rl = {}, Dl = {
|
|
|
506
530
|
class: "w-4 h-4 text-gray-700 lucide lucide-file-text",
|
|
507
531
|
__v0_r: "0,5361,5384"
|
|
508
532
|
};
|
|
509
|
-
function
|
|
510
|
-
return m(), x("svg",
|
|
533
|
+
function Vl(e, t) {
|
|
534
|
+
return m(), x("svg", Bl, [...t[0] || (t[0] = [
|
|
511
535
|
$t('<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path>', 5)
|
|
512
536
|
])]);
|
|
513
537
|
}
|
|
514
|
-
const
|
|
538
|
+
const Ul = /* @__PURE__ */ fe(Dl, [["render", Vl]]), ql = {}, Hl = {
|
|
515
539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
516
540
|
width: "24",
|
|
517
541
|
height: "24",
|
|
@@ -524,8 +548,8 @@ const Vl = /* @__PURE__ */ fe(Rl, [["render", Bl]]), Ul = {}, ql = {
|
|
|
524
548
|
class: "w-4 h-4 text-gray-700 lucide lucide-image",
|
|
525
549
|
__v0_r: "0,5361,5384"
|
|
526
550
|
};
|
|
527
|
-
function
|
|
528
|
-
return m(), x("svg",
|
|
551
|
+
function Yl(e, t) {
|
|
552
|
+
return m(), x("svg", Hl, [...t[0] || (t[0] = [
|
|
529
553
|
s("rect", {
|
|
530
554
|
width: "18",
|
|
531
555
|
height: "18",
|
|
@@ -542,7 +566,7 @@ function Hl(e, t) {
|
|
|
542
566
|
s("path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }, null, -1)
|
|
543
567
|
])]);
|
|
544
568
|
}
|
|
545
|
-
const
|
|
569
|
+
const Wl = /* @__PURE__ */ fe(ql, [["render", Yl]]), Zl = {}, Kl = {
|
|
546
570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
547
571
|
width: "24",
|
|
548
572
|
height: "24",
|
|
@@ -555,12 +579,12 @@ const Yl = /* @__PURE__ */ fe(Ul, [["render", Hl]]), Wl = {}, Zl = {
|
|
|
555
579
|
class: "w-4 h-4 text-gray-700 lucide lucide-list",
|
|
556
580
|
__v0_r: "0,5361,5384"
|
|
557
581
|
};
|
|
558
|
-
function
|
|
559
|
-
return m(), x("svg",
|
|
582
|
+
function Gl(e, t) {
|
|
583
|
+
return m(), x("svg", Kl, [...t[0] || (t[0] = [
|
|
560
584
|
$t('<line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line>', 6)
|
|
561
585
|
])]);
|
|
562
586
|
}
|
|
563
|
-
const
|
|
587
|
+
const Xl = /* @__PURE__ */ fe(Zl, [["render", Gl]]), Jl = {}, Ql = {
|
|
564
588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
565
589
|
width: "24",
|
|
566
590
|
height: "24",
|
|
@@ -573,12 +597,12 @@ const Gl = /* @__PURE__ */ fe(Wl, [["render", Kl]]), Xl = {}, Jl = {
|
|
|
573
597
|
class: "w-4 h-4 text-gray-700 lucide lucide-list",
|
|
574
598
|
__v0_r: "0,5361,5384"
|
|
575
599
|
};
|
|
576
|
-
function
|
|
577
|
-
return m(), x("svg",
|
|
600
|
+
function ei(e, t) {
|
|
601
|
+
return m(), x("svg", Ql, [...t[0] || (t[0] = [
|
|
578
602
|
$t('<line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line>', 6)
|
|
579
603
|
])]);
|
|
580
604
|
}
|
|
581
|
-
const
|
|
605
|
+
const ti = /* @__PURE__ */ fe(Jl, [["render", ei]]), ni = {}, oi = {
|
|
582
606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
583
607
|
width: "24",
|
|
584
608
|
height: "24",
|
|
@@ -591,8 +615,8 @@ const ei = /* @__PURE__ */ fe(Xl, [["render", Ql]]), ti = {}, ni = {
|
|
|
591
615
|
class: "w-4 h-4 text-gray-700 lucide lucide-link2",
|
|
592
616
|
__v0_r: "0,5361,5384"
|
|
593
617
|
};
|
|
594
|
-
function
|
|
595
|
-
return m(), x("svg",
|
|
618
|
+
function ri(e, t) {
|
|
619
|
+
return m(), x("svg", oi, [...t[0] || (t[0] = [
|
|
596
620
|
s("path", { d: "M9 17H7A5 5 0 0 1 7 7h2" }, null, -1),
|
|
597
621
|
s("path", { d: "M15 7h2a5 5 0 1 1 0 10h-2" }, null, -1),
|
|
598
622
|
s("line", {
|
|
@@ -603,7 +627,7 @@ function oi(e, t) {
|
|
|
603
627
|
}, null, -1)
|
|
604
628
|
])]);
|
|
605
629
|
}
|
|
606
|
-
const
|
|
630
|
+
const li = /* @__PURE__ */ fe(ni, [["render", ri]]), ii = {}, si = {
|
|
607
631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
608
632
|
width: "24",
|
|
609
633
|
height: "24",
|
|
@@ -616,12 +640,12 @@ const ri = /* @__PURE__ */ fe(ti, [["render", oi]]), li = {}, ii = {
|
|
|
616
640
|
class: "w-4 h-4 text-gray-700 lucide lucide-list",
|
|
617
641
|
__v0_r: "0,5361,5384"
|
|
618
642
|
};
|
|
619
|
-
function
|
|
620
|
-
return m(), x("svg",
|
|
643
|
+
function ai(e, t) {
|
|
644
|
+
return m(), x("svg", si, [...t[0] || (t[0] = [
|
|
621
645
|
$t('<line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line>', 6)
|
|
622
646
|
])]);
|
|
623
647
|
}
|
|
624
|
-
const
|
|
648
|
+
const ui = /* @__PURE__ */ fe(ii, [["render", ai]]), ci = {}, di = {
|
|
625
649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
626
650
|
width: "24",
|
|
627
651
|
height: "24",
|
|
@@ -634,8 +658,8 @@ const ai = /* @__PURE__ */ fe(li, [["render", si]]), ui = {}, ci = {
|
|
|
634
658
|
class: "w-4 h-4 text-gray-700 lucide lucide-link2",
|
|
635
659
|
__v0_r: "0,5361,5384"
|
|
636
660
|
};
|
|
637
|
-
function
|
|
638
|
-
return m(), x("svg",
|
|
661
|
+
function fi(e, t) {
|
|
662
|
+
return m(), x("svg", di, [...t[0] || (t[0] = [
|
|
639
663
|
s("path", { d: "M9 17H7A5 5 0 0 1 7 7h2" }, null, -1),
|
|
640
664
|
s("path", { d: "M15 7h2a5 5 0 1 1 0 10h-2" }, null, -1),
|
|
641
665
|
s("line", {
|
|
@@ -646,7 +670,7 @@ function di(e, t) {
|
|
|
646
670
|
}, null, -1)
|
|
647
671
|
])]);
|
|
648
672
|
}
|
|
649
|
-
const
|
|
673
|
+
const pi = /* @__PURE__ */ fe(ci, [["render", fi]]), vi = {}, mi = {
|
|
650
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
651
675
|
width: "24",
|
|
652
676
|
height: "24",
|
|
@@ -659,12 +683,12 @@ const fi = /* @__PURE__ */ fe(ui, [["render", di]]), pi = {}, vi = {
|
|
|
659
683
|
class: "w-4 h-4 text-gray-700 lucide lucide-list",
|
|
660
684
|
__v0_r: "0,5361,5384"
|
|
661
685
|
};
|
|
662
|
-
function
|
|
663
|
-
return m(), x("svg",
|
|
686
|
+
function gi(e, t) {
|
|
687
|
+
return m(), x("svg", mi, [...t[0] || (t[0] = [
|
|
664
688
|
$t('<line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line>', 6)
|
|
665
689
|
])]);
|
|
666
690
|
}
|
|
667
|
-
const
|
|
691
|
+
const hi = /* @__PURE__ */ fe(vi, [["render", gi]]), yi = {}, xi = {
|
|
668
692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
669
693
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
670
694
|
height: "800px",
|
|
@@ -674,8 +698,8 @@ const gi = /* @__PURE__ */ fe(pi, [["render", mi]]), hi = {}, yi = {
|
|
|
674
698
|
viewBox: "0 0 512 512",
|
|
675
699
|
"xml:space": "preserve"
|
|
676
700
|
};
|
|
677
|
-
function
|
|
678
|
-
return m(), x("svg",
|
|
701
|
+
function bi(e, t) {
|
|
702
|
+
return m(), x("svg", xi, [...t[0] || (t[0] = [
|
|
679
703
|
s("g", null, [
|
|
680
704
|
s("path", {
|
|
681
705
|
class: "st0",
|
|
@@ -688,15 +712,15 @@ function xi(e, t) {
|
|
|
688
712
|
], -1)
|
|
689
713
|
])]);
|
|
690
714
|
}
|
|
691
|
-
const
|
|
715
|
+
const wi = /* @__PURE__ */ fe(yi, [["render", bi]]), _i = {}, ki = {
|
|
692
716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
693
717
|
width: "800px",
|
|
694
718
|
height: "800px",
|
|
695
719
|
viewBox: "0 0 24 24",
|
|
696
720
|
fill: "none"
|
|
697
721
|
};
|
|
698
|
-
function
|
|
699
|
-
return m(), x("svg",
|
|
722
|
+
function $i(e, t) {
|
|
723
|
+
return m(), x("svg", ki, [...t[0] || (t[0] = [
|
|
700
724
|
s("path", {
|
|
701
725
|
d: "M3 12C3 4.5885 4.5885 3 12 3C19.4115 3 21 4.5885 21 12C21 19.4115 19.4115 21 12 21C4.5885 21 3 19.4115 3 12Z",
|
|
702
726
|
stroke: "#323232",
|
|
@@ -711,39 +735,39 @@ function ki(e, t) {
|
|
|
711
735
|
}, null, -1)
|
|
712
736
|
])]);
|
|
713
737
|
}
|
|
714
|
-
const
|
|
715
|
-
IconText:
|
|
716
|
-
IconNumber:
|
|
717
|
-
IconDate:
|
|
718
|
-
IconDatetime:
|
|
719
|
-
IconRichtext:
|
|
720
|
-
IconBoolean:
|
|
721
|
-
IconFile:
|
|
722
|
-
IconImage:
|
|
723
|
-
IconArray:
|
|
724
|
-
IconSelect:
|
|
725
|
-
IconSlug:
|
|
726
|
-
IconDatalist:
|
|
727
|
-
IconReference:
|
|
728
|
-
IconReferenceList:
|
|
729
|
-
IconBadge:
|
|
730
|
-
IconCheck:
|
|
731
|
-
},
|
|
738
|
+
const Ci = /* @__PURE__ */ fe(_i, [["render", $i]]), oo = {
|
|
739
|
+
IconText: xl,
|
|
740
|
+
IconNumber: kl,
|
|
741
|
+
IconDate: Ll,
|
|
742
|
+
IconDatetime: Ml,
|
|
743
|
+
IconRichtext: Ol,
|
|
744
|
+
IconBoolean: Rl,
|
|
745
|
+
IconFile: Ul,
|
|
746
|
+
IconImage: Wl,
|
|
747
|
+
IconArray: Xl,
|
|
748
|
+
IconSelect: ti,
|
|
749
|
+
IconSlug: li,
|
|
750
|
+
IconDatalist: ui,
|
|
751
|
+
IconReference: pi,
|
|
752
|
+
IconReferenceList: hi,
|
|
753
|
+
IconBadge: wi,
|
|
754
|
+
IconCheck: Ci
|
|
755
|
+
}, Ai = {
|
|
732
756
|
key: 0,
|
|
733
757
|
class: "flex items-center justify-between mb-6"
|
|
734
|
-
},
|
|
758
|
+
}, Li = { class: "flex justify-end w-full" }, Si = { class: "overflow-hidden bg-white border border-gray-200 shadow-sm rounded-xl flex flex-col flex-1 min-h-0" }, Ei = { class: "table-scroll-wrapper flex-1 overflow-y-auto min-h-0" }, Fi = { class: "table-fixed w-full text-[13px]" }, Mi = { class: "bg-gray-50 border-b border-gray-200" }, Ti = { key: 0 }, Ii = ["onDragstart", "onDragover", "onDrop"], ji = {
|
|
735
759
|
key: 0,
|
|
736
760
|
class: "flex w-fit items-center gap-2 text-left"
|
|
737
|
-
},
|
|
761
|
+
}, Oi = { class: "flex-1 min-w-0" }, Ni = { class: "font-medium text-gray-900 truncate" }, zi = { class: "text-xs text-gray-500" }, Pi = {
|
|
738
762
|
key: 1,
|
|
739
763
|
class: "flex items-center justify-center"
|
|
740
|
-
},
|
|
764
|
+
}, Ri = {
|
|
741
765
|
key: 0,
|
|
742
766
|
class: "inline-flex items-center px-2 py-1 h-fit text-[13px] font-medium rounded-md ring-1 ring-inset ring-gray-500/10 bg-gray-100"
|
|
743
|
-
},
|
|
767
|
+
}, Di = {
|
|
744
768
|
key: 1,
|
|
745
769
|
class: "text-gray-500 text-sm"
|
|
746
|
-
},
|
|
770
|
+
}, Bi = { key: 3 }, Vi = { class: "px-6 py-4" }, Ui = { key: 1 }, qi = ["colspan"], Hi = /* @__PURE__ */ ae({
|
|
747
771
|
__name: "vs-datatable",
|
|
748
772
|
props: /* @__PURE__ */ kt({
|
|
749
773
|
columnsScheme: {},
|
|
@@ -759,7 +783,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
759
783
|
function n(N) {
|
|
760
784
|
return N.charAt(0).toUpperCase() + N.slice(1);
|
|
761
785
|
}
|
|
762
|
-
const o =
|
|
786
|
+
const o = at(() => import("@opengis/core").then((N) => N.VsModal)), r = at(() => import("@opengis/form")), l = ot(e, "modelValue"), i = e, u = z({}), f = z(!1), p = z({}), b = z(null), a = qr(), v = (N) => !!(N && a[N]);
|
|
763
787
|
t({
|
|
764
788
|
openCreateDialog: () => {
|
|
765
789
|
f.value = !0;
|
|
@@ -821,8 +845,8 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
821
845
|
I.splice(N, 0, M), c.value = I, y.value = null, k.value = null;
|
|
822
846
|
};
|
|
823
847
|
return (N, I) => (m(), x(G, null, [
|
|
824
|
-
e.addButton ? (m(), x("div",
|
|
825
|
-
s("div",
|
|
848
|
+
e.addButton ? (m(), x("div", Ai, [
|
|
849
|
+
s("div", Li, [
|
|
826
850
|
s("button", {
|
|
827
851
|
onClick: I[0] || (I[0] = (M) => f.value = !0),
|
|
828
852
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring [&_svg]:shrink-0 bg-primary hover:bg-primary/90 h-10 px-4 py-2 bg-gradient-to-r from-blue-600 to-blue-500 hover:from-blue-700 hover:to-blue-600 text-white"
|
|
@@ -845,9 +869,9 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
845
869
|
])])
|
|
846
870
|
])
|
|
847
871
|
])) : W("", !0),
|
|
848
|
-
s("div",
|
|
849
|
-
s("div",
|
|
850
|
-
s("table",
|
|
872
|
+
s("div", Si, [
|
|
873
|
+
s("div", Ei, [
|
|
874
|
+
s("table", Fi, [
|
|
851
875
|
s("colgroup", null, [
|
|
852
876
|
(m(!0), x(G, null, le(d.value, (M) => (m(), x("col", {
|
|
853
877
|
key: M.key,
|
|
@@ -858,7 +882,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
858
882
|
I[5] || (I[5] = s("col", null, null, -1))
|
|
859
883
|
]),
|
|
860
884
|
s("thead", null, [
|
|
861
|
-
s("tr",
|
|
885
|
+
s("tr", Mi, [
|
|
862
886
|
(m(!0), x(G, null, le(d.value, (M) => (m(), x("th", {
|
|
863
887
|
key: M.key,
|
|
864
888
|
class: "px-6 py-4"
|
|
@@ -866,7 +890,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
866
890
|
I[6] || (I[6] = s("th", { class: "px-6 py-4" }, "Дії", -1))
|
|
867
891
|
])
|
|
868
892
|
]),
|
|
869
|
-
c.value.length ? (m(), x("tbody",
|
|
893
|
+
c.value.length ? (m(), x("tbody", Ti, [
|
|
870
894
|
(m(!0), x(G, null, le(c.value, (M, O) => (m(), x("tr", {
|
|
871
895
|
key: M.id || M.name || O,
|
|
872
896
|
class: me(["transition-colors hover:bg-gray-50/50 cursor-move", {
|
|
@@ -882,7 +906,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
882
906
|
key: V.key,
|
|
883
907
|
class: "px-6 py-4 align-middle text-center"
|
|
884
908
|
}, [
|
|
885
|
-
V.type === "main" ? (m(), x("div",
|
|
909
|
+
V.type === "main" ? (m(), x("div", ji, [
|
|
886
910
|
I[7] || (I[7] = s("span", { class: "drag-handle cursor-move mr-2 text-gray-400" }, "☰", -1)),
|
|
887
911
|
se(jo)(
|
|
888
912
|
M.format === "yes/no" ? "check" : M.format || M.type
|
|
@@ -896,13 +920,13 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
896
920
|
M.format === "yes/no" ? "icon-check" : se(oo)["Icon" + n(M.format || M.type)] || se(oo).IconText
|
|
897
921
|
), { class: "w-4 h-4" }))
|
|
898
922
|
], 2)) : W("", !0),
|
|
899
|
-
s("div",
|
|
900
|
-
We((m(), x("p",
|
|
923
|
+
s("div", Oi, [
|
|
924
|
+
We((m(), x("p", Ni, [
|
|
901
925
|
ge(Y(M.name || M.id), 1)
|
|
902
926
|
])), [
|
|
903
|
-
[se(
|
|
927
|
+
[se(pl)]
|
|
904
928
|
]),
|
|
905
|
-
s("p",
|
|
929
|
+
s("p", zi, Y(M.label || M.ua || M.name || M.id), 1)
|
|
906
930
|
])
|
|
907
931
|
])) : (m(), x(G, { key: 1 }, [
|
|
908
932
|
V.slot && v(V.slot) ? Xt(N.$slots, V.slot, {
|
|
@@ -911,17 +935,17 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
911
935
|
column: V,
|
|
912
936
|
value: M[V.key],
|
|
913
937
|
rowIndex: O
|
|
914
|
-
}, void 0, !0) : V.type === "color" ? (m(), x("div",
|
|
938
|
+
}, void 0, !0) : V.type === "color" ? (m(), x("div", Pi, [
|
|
915
939
|
s("div", {
|
|
916
940
|
class: me(["w-4 h-4 rounded-full align-middle", `bg-[${M[V.key]}]`])
|
|
917
941
|
}, null, 2)
|
|
918
942
|
])) : ["format", "type", "meta"].includes(V.key) ? (m(), x(G, { key: 2 }, [
|
|
919
|
-
M[V.key] ? (m(), x("span",
|
|
920
|
-
], 64)) : (m(), x("span",
|
|
943
|
+
M[V.key] ? (m(), x("span", Ri, Y(M[V.key]), 1)) : (m(), x("span", Di, "Не вказано"))
|
|
944
|
+
], 64)) : (m(), x("span", Bi, Y(M[V.key]), 1))
|
|
921
945
|
], 64))
|
|
922
946
|
]))), 128)),
|
|
923
|
-
s("td",
|
|
924
|
-
ie(
|
|
947
|
+
s("td", Vi, [
|
|
948
|
+
ie(fl, {
|
|
925
949
|
columns: c.value,
|
|
926
950
|
"onUpdate:columns": I[1] || (I[1] = (V) => c.value = V),
|
|
927
951
|
data: M,
|
|
@@ -929,12 +953,12 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
929
953
|
scheme: e.formScheme
|
|
930
954
|
}, null, 8, ["columns", "data", "index", "scheme"])
|
|
931
955
|
])
|
|
932
|
-
], 42,
|
|
933
|
-
])) : (m(), x("tr",
|
|
956
|
+
], 42, Ii))), 128))
|
|
957
|
+
])) : (m(), x("tr", Ui, [
|
|
934
958
|
s("td", {
|
|
935
959
|
colspan: d.value.length + 1,
|
|
936
960
|
class: "text-gray-500 text-center py-4"
|
|
937
|
-
}, " Поля не знайдені ", 8,
|
|
961
|
+
}, " Поля не знайдені ", 8, qi)
|
|
938
962
|
]))
|
|
939
963
|
])
|
|
940
964
|
])
|
|
@@ -973,7 +997,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
973
997
|
}, 8, ["visible"])
|
|
974
998
|
], 64));
|
|
975
999
|
}
|
|
976
|
-
}), At = /* @__PURE__ */ fe(
|
|
1000
|
+
}), At = /* @__PURE__ */ fe(Hi, [["__scopeId", "data-v-93fedaf0"]]), Yi = { class: "p-4 text-[13px]" }, Wi = { class: "grid grid-cols-2 gap-x-6 gap-y-2" }, Zi = ["id", "checked", "onChange"], Ki = { class: "ml-2 flex-1 min-w-0 flex items-center gap-2" }, Gi = { class: "font-medium text-gray-900 truncate" }, Xi = { class: "text-xs text-gray-500" }, Ji = { class: "flex justify-end gap-2 p-4 border-t w-full" }, Vt = /* @__PURE__ */ ae({
|
|
977
1001
|
__name: "import-fields-dialog",
|
|
978
1002
|
props: /* @__PURE__ */ kt({
|
|
979
1003
|
fields: { default: () => [] },
|
|
@@ -989,7 +1013,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
989
1013
|
}),
|
|
990
1014
|
emits: /* @__PURE__ */ kt(["confirm", "cancel"], ["update:visible", "update:selection"]),
|
|
991
1015
|
setup(e, { emit: t }) {
|
|
992
|
-
const n = ot(e, "visible"), o = ot(e, "selection"), r = e, l = t, i =
|
|
1016
|
+
const n = ot(e, "visible"), o = ot(e, "selection"), r = e, l = t, i = at(
|
|
993
1017
|
() => import("@opengis/core").then((k) => k.VsModal)
|
|
994
1018
|
), u = D(
|
|
995
1019
|
() => Array.isArray(r.fields) ? r.fields.filter(Boolean) : []
|
|
@@ -1013,7 +1037,7 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
1013
1037
|
size: "lg"
|
|
1014
1038
|
}, {
|
|
1015
1039
|
footer: Pe(() => [
|
|
1016
|
-
s("div",
|
|
1040
|
+
s("div", Ji, [
|
|
1017
1041
|
s("button", {
|
|
1018
1042
|
onClick: h,
|
|
1019
1043
|
class: "px-4 py-2 rounded bg-gray-100 text-gray-700"
|
|
@@ -1025,8 +1049,8 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
1025
1049
|
])
|
|
1026
1050
|
]),
|
|
1027
1051
|
default: Pe(() => [
|
|
1028
|
-
s("div",
|
|
1029
|
-
s("div",
|
|
1052
|
+
s("div", Yi, [
|
|
1053
|
+
s("div", Wi, [
|
|
1030
1054
|
(m(!0), x(G, null, le(u.value, (P) => (m(), x("label", {
|
|
1031
1055
|
key: p(P),
|
|
1032
1056
|
class: "flex items-center hover:bg-gray-100 rounded p-2 cursor-pointer"
|
|
@@ -1036,8 +1060,8 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
1036
1060
|
id: `${e.idPrefix}-${p(P)}`,
|
|
1037
1061
|
checked: v(P),
|
|
1038
1062
|
onChange: (H) => c(P)
|
|
1039
|
-
}, null, 40,
|
|
1040
|
-
s("div",
|
|
1063
|
+
}, null, 40, Zi),
|
|
1064
|
+
s("div", Ki, [
|
|
1041
1065
|
se(jo)(P.type) ? (m(), x("div", {
|
|
1042
1066
|
key: 0,
|
|
1043
1067
|
class: me(`bg-${se(Io)(P.type)}-100 p-1 rounded`)
|
|
@@ -1045,8 +1069,8 @@ const $i = /* @__PURE__ */ fe(wi, [["render", ki]]), oo = {
|
|
|
1045
1069
|
(m(), te(Rt(`icon-${P.type}`), { class: "w-4 h-4" }))
|
|
1046
1070
|
], 2)) : W("", !0),
|
|
1047
1071
|
s("div", null, [
|
|
1048
|
-
s("p",
|
|
1049
|
-
s("p",
|
|
1072
|
+
s("p", Gi, Y(p(P)), 1),
|
|
1073
|
+
s("p", Xi, Y(b(P)), 1)
|
|
1050
1074
|
])
|
|
1051
1075
|
])
|
|
1052
1076
|
]))), 128))
|
|
@@ -1084,7 +1108,7 @@ function Ut(e, t, n) {
|
|
|
1084
1108
|
}
|
|
1085
1109
|
return p;
|
|
1086
1110
|
}
|
|
1087
|
-
const
|
|
1111
|
+
const Qi = { class: "vs-form" }, es = { class: "vs-form__body auto-rows-max container" }, ts = { class: "flex flex-wrap" }, ns = { class: "h-fit w-full mb-6 px-2" }, os = { class: "h-fit w-full flex flex-wrap" }, rs = { class: "w-full" }, ls = /* @__PURE__ */ ae({
|
|
1088
1112
|
__name: "list-tab",
|
|
1089
1113
|
props: /* @__PURE__ */ kt({
|
|
1090
1114
|
fields: {}
|
|
@@ -1098,7 +1122,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1098
1122
|
setup(e) {
|
|
1099
1123
|
const t = ot(e, "data"), n = ot(e, "form"), o = e, r = D(
|
|
1100
1124
|
() => Array.isArray(o.fields) ? o.fields : []
|
|
1101
|
-
), l = (k) => ht(k || {}), i =
|
|
1125
|
+
), l = (k) => ht(k || {}), i = at(() => import("@opengis/form")), u = z(), f = z(!1), p = z([]), b = () => {
|
|
1102
1126
|
const k = v.value.map((j) => l(j)).filter((j) => j.length > 0);
|
|
1103
1127
|
p.value = [...k], f.value = !0;
|
|
1104
1128
|
}, a = D(
|
|
@@ -1228,10 +1252,10 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1228
1252
|
};
|
|
1229
1253
|
return _e(() => {
|
|
1230
1254
|
n.value = null;
|
|
1231
|
-
}), (k, j) => (m(), x("div",
|
|
1232
|
-
s("div",
|
|
1233
|
-
s("div",
|
|
1234
|
-
s("div",
|
|
1255
|
+
}), (k, j) => (m(), x("div", Qi, [
|
|
1256
|
+
s("div", es, [
|
|
1257
|
+
s("div", ts, [
|
|
1258
|
+
s("div", ns, [
|
|
1235
1259
|
(m(), te(se(i), {
|
|
1236
1260
|
ref_key: "formEl",
|
|
1237
1261
|
ref: u,
|
|
@@ -1241,7 +1265,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1241
1265
|
"onUpdate:modelValue": j[0] || (j[0] = (P) => c.value = P)
|
|
1242
1266
|
}, null, 8, ["modelValue"]))
|
|
1243
1267
|
]),
|
|
1244
|
-
s("div",
|
|
1268
|
+
s("div", os, [
|
|
1245
1269
|
s("div", { class: "flex justify-end mb-3 gap-2 w-full" }, [
|
|
1246
1270
|
s("button", {
|
|
1247
1271
|
onClick: b,
|
|
@@ -1266,7 +1290,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1266
1290
|
ge(" Імпорт ", -1)
|
|
1267
1291
|
])])
|
|
1268
1292
|
]),
|
|
1269
|
-
s("div",
|
|
1293
|
+
s("div", rs, [
|
|
1270
1294
|
ie(At, {
|
|
1271
1295
|
modelValue: v.value,
|
|
1272
1296
|
"onUpdate:modelValue": j[1] || (j[1] = (P) => v.value = P),
|
|
@@ -1291,7 +1315,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1291
1315
|
}, null, 8, ["visible", "selection", "fields"])
|
|
1292
1316
|
]));
|
|
1293
1317
|
}
|
|
1294
|
-
}),
|
|
1318
|
+
}), is = { class: "vs-form" }, ss = { class: "vs-form__body auto-rows-max container" }, as = { class: "flex flex-wrap" }, us = { class: "h-fit w-full flex flex-wrap" }, cs = { class: "w-full" }, ds = /* @__PURE__ */ ae({
|
|
1295
1319
|
__name: "filter-tab",
|
|
1296
1320
|
props: /* @__PURE__ */ kt({
|
|
1297
1321
|
fields: {}
|
|
@@ -1361,13 +1385,13 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1361
1385
|
};
|
|
1362
1386
|
return _e(() => {
|
|
1363
1387
|
n.value = null;
|
|
1364
|
-
}), (c, d) => (m(), x("div",
|
|
1365
|
-
s("div",
|
|
1366
|
-
s("div",
|
|
1388
|
+
}), (c, d) => (m(), x("div", is, [
|
|
1389
|
+
s("div", ss, [
|
|
1390
|
+
s("div", as, [
|
|
1367
1391
|
d[4] || (d[4] = s("div", { class: "h-fit w-full flex flex-wrap mb-6 px-2" }, [
|
|
1368
1392
|
s("p", { class: "text-sm text-gray-600" }, " Налаштуйте фільтри реєстру. Оберіть поля для імпорту або відредагуйте властивості вручну. ")
|
|
1369
1393
|
], -1)),
|
|
1370
|
-
s("div",
|
|
1394
|
+
s("div", us, [
|
|
1371
1395
|
s("div", { class: "flex justify-end mb-3 gap-2 w-full" }, [
|
|
1372
1396
|
s("button", {
|
|
1373
1397
|
onClick: f,
|
|
@@ -1392,7 +1416,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1392
1416
|
ge(" Імпорт ", -1)
|
|
1393
1417
|
])])
|
|
1394
1418
|
]),
|
|
1395
|
-
s("div",
|
|
1419
|
+
s("div", cs, [
|
|
1396
1420
|
ie(At, {
|
|
1397
1421
|
modelValue: p.value,
|
|
1398
1422
|
"onUpdate:modelValue": d[0] || (d[0] = (g) => p.value = g),
|
|
@@ -1417,7 +1441,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1417
1441
|
}, null, 8, ["visible", "selection", "fields"])
|
|
1418
1442
|
]));
|
|
1419
1443
|
}
|
|
1420
|
-
}),
|
|
1444
|
+
}), fs = { class: "vs-form" }, ps = { class: "vs-form__body auto-rows-max container" }, vs = { class: "flex flex-wrap" }, ms = { class: "h-fit w-full flex flex-wrap" }, gs = { class: "w-full" }, hs = /* @__PURE__ */ ae({
|
|
1421
1445
|
__name: "card-tab",
|
|
1422
1446
|
props: /* @__PURE__ */ kt({
|
|
1423
1447
|
fields: {}
|
|
@@ -1503,13 +1527,13 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1503
1527
|
};
|
|
1504
1528
|
return _e(() => {
|
|
1505
1529
|
n.value = null;
|
|
1506
|
-
}), (c, d) => (m(), x("div",
|
|
1507
|
-
s("div",
|
|
1508
|
-
s("div",
|
|
1530
|
+
}), (c, d) => (m(), x("div", fs, [
|
|
1531
|
+
s("div", ps, [
|
|
1532
|
+
s("div", vs, [
|
|
1509
1533
|
d[4] || (d[4] = s("div", { class: "h-fit w-full flex flex-wrap mb-6 px-2" }, [
|
|
1510
1534
|
s("p", { class: "text-sm text-gray-600" }, " Налаштуйте відображення картки. Оберіть потрібні поля та відредагуйте їхні властивості. ")
|
|
1511
1535
|
], -1)),
|
|
1512
|
-
s("div",
|
|
1536
|
+
s("div", ms, [
|
|
1513
1537
|
s("div", { class: "flex justify-end mb-3 gap-2 w-full" }, [
|
|
1514
1538
|
s("button", {
|
|
1515
1539
|
onClick: f,
|
|
@@ -1534,7 +1558,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1534
1558
|
ge(" Імпорт ", -1)
|
|
1535
1559
|
])])
|
|
1536
1560
|
]),
|
|
1537
|
-
s("div",
|
|
1561
|
+
s("div", gs, [
|
|
1538
1562
|
ie(At, {
|
|
1539
1563
|
modelValue: p.value,
|
|
1540
1564
|
"onUpdate:modelValue": d[0] || (d[0] = (g) => p.value = g),
|
|
@@ -1559,7 +1583,7 @@ const Ji = { class: "vs-form" }, Qi = { class: "vs-form__body auto-rows-max cont
|
|
|
1559
1583
|
}, null, 8, ["visible", "selection", "fields"])
|
|
1560
1584
|
]));
|
|
1561
1585
|
}
|
|
1562
|
-
}),
|
|
1586
|
+
}), ys = [
|
|
1563
1587
|
"",
|
|
1564
1588
|
"січня",
|
|
1565
1589
|
"лютого",
|
|
@@ -1580,7 +1604,7 @@ function Jt(e) {
|
|
|
1580
1604
|
if (!t) return e;
|
|
1581
1605
|
const [o, r, l] = t.split("-");
|
|
1582
1606
|
if (!o || !r || !l) return e;
|
|
1583
|
-
const i = parseInt(r, 10), u =
|
|
1607
|
+
const i = parseInt(r, 10), u = ys[i] || r;
|
|
1584
1608
|
let f = `${parseInt(l, 10)} ${u} ${o}`;
|
|
1585
1609
|
if (n) {
|
|
1586
1610
|
const p = n.split(".")[0], [b, a, v] = p.split(":");
|
|
@@ -1588,20 +1612,20 @@ function Jt(e) {
|
|
|
1588
1612
|
}
|
|
1589
1613
|
return f;
|
|
1590
1614
|
}
|
|
1591
|
-
const
|
|
1615
|
+
const xs = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg:justify-between p-3 md:p-3.5 lg:p-4 pb-2 bg-slate-50 gap-3 md:gap-3.5 lg:gap-4" }, bs = { class: "flex flex-col gap-2 md:flex-row md:items-center md:justify-between md:gap-3 lg:flex-row lg:items-center lg:justify-between lg:gap-0" }, ws = { class: "flex flex-col gap-2 md:flex-row md:items-center" }, _s = { class: "text-base md:text-base lg:text-lg font-bold line-clamp-2" }, ks = {
|
|
1592
1616
|
key: 0,
|
|
1593
1617
|
class: "flex flex-wrap items-center gap-1 md:gap-1.5 lg:gap-2 md:ml-2 lg:ml-2"
|
|
1594
|
-
},
|
|
1618
|
+
}, $s = {
|
|
1595
1619
|
key: 0,
|
|
1596
1620
|
class: "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-foreground whitespace-nowrap",
|
|
1597
1621
|
"data-v0-t": "badge"
|
|
1598
|
-
},
|
|
1622
|
+
}, Cs = {
|
|
1599
1623
|
key: 0,
|
|
1600
1624
|
class: "flex flex-wrap items-center gap-1 md:gap-1.5 lg:gap-2"
|
|
1601
|
-
},
|
|
1625
|
+
}, As = {
|
|
1602
1626
|
key: 0,
|
|
1603
1627
|
class: "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 text-foreground whitespace-nowrap"
|
|
1604
|
-
},
|
|
1628
|
+
}, Ls = { class: "p-3 md:p-3.5 lg:p-4 pt-2" }, Ss = { class: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-2 md:gap-2.5 lg:gap-3 text-sm" }, Es = { class: "text-gray-500 shrink-0 md:max-w-[50%]" }, Fs = { class: "font-medium break-words" }, Ms = { class: "items-center p-3 bg-slate-50 flex flex-col md:flex-row justify-end gap-2" }, Ts = ["href"], Is = ["href"], js = /* @__PURE__ */ ae({
|
|
1605
1629
|
__name: "template-1",
|
|
1606
1630
|
props: {
|
|
1607
1631
|
items: {},
|
|
@@ -1629,37 +1653,37 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1629
1653
|
class: "rounded-lg border bg-card text-card-foreground overflow-hidden border-none shadow-md relative",
|
|
1630
1654
|
"data-v0-t": "card"
|
|
1631
1655
|
}, [
|
|
1632
|
-
s("div",
|
|
1633
|
-
s("div",
|
|
1634
|
-
s("div",
|
|
1635
|
-
s("h2",
|
|
1636
|
-
Array.isArray(l.value) && l.value.length ? (m(), x("div",
|
|
1656
|
+
s("div", xs, [
|
|
1657
|
+
s("div", bs, [
|
|
1658
|
+
s("div", ws, [
|
|
1659
|
+
s("h2", _s, Y(c[`${(d = r.value) == null ? void 0 : d.name}_text`] || c[(g = r.value) == null ? void 0 : g.name] || c[(h = r.value) == null ? void 0 : h.label] || "Не вказано"), 1),
|
|
1660
|
+
Array.isArray(l.value) && l.value.length ? (m(), x("div", ks, [
|
|
1637
1661
|
(m(!0), x(G, null, le(l.value, (y) => (m(), x(G, {
|
|
1638
1662
|
key: y.name
|
|
1639
1663
|
}, [
|
|
1640
|
-
c[y.name] ? (m(), x("div",
|
|
1664
|
+
c[y.name] ? (m(), x("div", $s, Y(c[`${y.name}_text`] || c[y.name]), 1)) : W("", !0)
|
|
1641
1665
|
], 64))), 128))
|
|
1642
1666
|
])) : W("", !0)
|
|
1643
1667
|
])
|
|
1644
1668
|
]),
|
|
1645
|
-
Array.isArray(i.value) && i.value.length ? (m(), x("div",
|
|
1669
|
+
Array.isArray(i.value) && i.value.length ? (m(), x("div", Cs, [
|
|
1646
1670
|
(m(!0), x(G, null, le(i.value, (y) => (m(), x(G, {
|
|
1647
1671
|
key: y.name
|
|
1648
1672
|
}, [
|
|
1649
|
-
c[y.name] ? (m(), x("span",
|
|
1673
|
+
c[y.name] ? (m(), x("span", As, Y(c[`${y.name}_text`] || c[y.name]), 1)) : W("", !0)
|
|
1650
1674
|
], 64))), 128))
|
|
1651
1675
|
])) : W("", !0)
|
|
1652
1676
|
]),
|
|
1653
|
-
s("div",
|
|
1654
|
-
s("div",
|
|
1677
|
+
s("div", Ls, [
|
|
1678
|
+
s("div", Ss, [
|
|
1655
1679
|
(m(!0), x(G, null, le(u.value, (y) => {
|
|
1656
1680
|
var k;
|
|
1657
1681
|
return m(), x("div", {
|
|
1658
1682
|
key: y.name,
|
|
1659
1683
|
class: "flex flex-col md:flex-row md:items-center lg:flex-row lg:items-center gap-1 md:gap-1.5 lg:gap-1.5"
|
|
1660
1684
|
}, [
|
|
1661
|
-
s("span",
|
|
1662
|
-
s("span",
|
|
1685
|
+
s("span", Es, Y((y == null ? void 0 : y.ua) || y.label || y.name) + ": ", 1),
|
|
1686
|
+
s("span", Fs, [
|
|
1663
1687
|
Array.isArray(c[y == null ? void 0 : y.name]) ? (m(!0), x(G, { key: 0 }, le(c[(y == null ? void 0 : y.name) + "_text"] || c[y == null ? void 0 : y.name], (j, P) => (m(), x("span", {
|
|
1664
1688
|
key: P,
|
|
1665
1689
|
class: "bg-gray-200 px-1 py-0.5 rounded-lg mr-1"
|
|
@@ -1675,7 +1699,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1675
1699
|
}), 128))
|
|
1676
1700
|
])
|
|
1677
1701
|
]),
|
|
1678
|
-
s("div",
|
|
1702
|
+
s("div", Ms, [
|
|
1679
1703
|
o(c) ? (m(), x("a", {
|
|
1680
1704
|
key: 0,
|
|
1681
1705
|
href: b(c, c == null ? void 0 : c.service_id),
|
|
@@ -1697,7 +1721,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1697
1721
|
s("path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }),
|
|
1698
1722
|
s("path", { d: "m9 10 2 2 4-4" })
|
|
1699
1723
|
], -1)
|
|
1700
|
-
])], 8,
|
|
1724
|
+
])], 8, Ts)) : W("", !0),
|
|
1701
1725
|
s("a", {
|
|
1702
1726
|
href: p(c),
|
|
1703
1727
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3"
|
|
@@ -1718,22 +1742,22 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1718
1742
|
s("path", { d: "M5 12h14" }),
|
|
1719
1743
|
s("path", { d: "m12 5 7 7-7 7" })
|
|
1720
1744
|
], -1)
|
|
1721
|
-
])], 8,
|
|
1745
|
+
])], 8, Is)
|
|
1722
1746
|
])
|
|
1723
1747
|
]);
|
|
1724
1748
|
}), 128));
|
|
1725
1749
|
}
|
|
1726
|
-
}),
|
|
1750
|
+
}), Os = { class: "p-0" }, Ns = { class: "border-l-4 border-l-slate-400" }, zs = { class: "p-4" }, Ps = { class: "flex flex-wrap items-center gap-2 mb-3" }, Rs = { class: "text-lg font-bold" }, Ds = {
|
|
1727
1751
|
key: 0,
|
|
1728
1752
|
class: "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-green-100 text-green-800 hover:bg-green-100",
|
|
1729
1753
|
"data-v0-t": "badge"
|
|
1730
|
-
},
|
|
1754
|
+
}, Bs = {
|
|
1731
1755
|
key: 1,
|
|
1732
1756
|
class: "flex"
|
|
1733
|
-
},
|
|
1757
|
+
}, Vs = {
|
|
1734
1758
|
key: 0,
|
|
1735
1759
|
class: "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold border-transparent bg-gray-100 text-gray-800"
|
|
1736
|
-
},
|
|
1760
|
+
}, Us = { class: "grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-3 text-sm border-t pt-3" }, qs = { class: "text-xs text-gray-500 mb-1" }, Hs = { class: "font-medium" }, Ys = { class: "flex justify-end gap-2 mt-3 border-t pt-3" }, Ws = ["href"], Zs = ["href"], Ks = /* @__PURE__ */ ae({
|
|
1737
1761
|
__name: "template-2",
|
|
1738
1762
|
props: {
|
|
1739
1763
|
items: {},
|
|
@@ -1761,33 +1785,33 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1761
1785
|
class: "rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden",
|
|
1762
1786
|
"data-v0-t": "card"
|
|
1763
1787
|
}, [
|
|
1764
|
-
s("div",
|
|
1765
|
-
s("div",
|
|
1766
|
-
s("div",
|
|
1767
|
-
s("div",
|
|
1768
|
-
s("h2",
|
|
1788
|
+
s("div", Os, [
|
|
1789
|
+
s("div", Ns, [
|
|
1790
|
+
s("div", zs, [
|
|
1791
|
+
s("div", Ps, [
|
|
1792
|
+
s("h2", Rs, Y(c[`${(d = r.value) == null ? void 0 : d.name}_text`] || c[(g = r.value) == null ? void 0 : g.name] || c[(h = r.value) == null ? void 0 : h.label] || "Не вказано"), 1),
|
|
1769
1793
|
Array.isArray(l.value) && l.value.length ? (m(!0), x(G, { key: 0 }, le(l.value, (y) => (m(), x(G, {
|
|
1770
1794
|
key: y.name
|
|
1771
1795
|
}, [
|
|
1772
|
-
c[y.name] ? (m(), x("div",
|
|
1796
|
+
c[y.name] ? (m(), x("div", Ds, Y(c[`${y.name}_text`] || c[y.name]), 1)) : W("", !0)
|
|
1773
1797
|
], 64))), 128)) : W("", !0),
|
|
1774
|
-
Array.isArray(i.value) && i.value.length ? (m(), x("div",
|
|
1798
|
+
Array.isArray(i.value) && i.value.length ? (m(), x("div", Bs, [
|
|
1775
1799
|
(m(!0), x(G, null, le(i.value, (y) => (m(), x("div", {
|
|
1776
1800
|
key: y.name,
|
|
1777
1801
|
class: "flex flex-wrap gap-1 ml-2"
|
|
1778
1802
|
}, [
|
|
1779
|
-
c[y.name] ? (m(), x("span",
|
|
1803
|
+
c[y.name] ? (m(), x("span", Vs, Y(c[`${y.name}_text`] || c[y.name]), 1)) : W("", !0)
|
|
1780
1804
|
]))), 128))
|
|
1781
1805
|
])) : W("", !0)
|
|
1782
1806
|
]),
|
|
1783
|
-
s("div",
|
|
1807
|
+
s("div", Us, [
|
|
1784
1808
|
(m(!0), x(G, null, le(u.value, (y) => {
|
|
1785
1809
|
var k;
|
|
1786
1810
|
return m(), x("div", {
|
|
1787
1811
|
key: y.name
|
|
1788
1812
|
}, [
|
|
1789
|
-
s("p",
|
|
1790
|
-
s("p",
|
|
1813
|
+
s("p", qs, Y(y.ua), 1),
|
|
1814
|
+
s("p", Hs, [
|
|
1791
1815
|
Array.isArray(c[y == null ? void 0 : y.name]) ? (m(!0), x(G, { key: 0 }, le(c[y == null ? void 0 : y.name], (j, P) => (m(), x("span", {
|
|
1792
1816
|
key: P,
|
|
1793
1817
|
class: "bg-gray-200 px-1 py-0.5 rounded-lg mr-1"
|
|
@@ -1802,7 +1826,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1802
1826
|
]);
|
|
1803
1827
|
}), 128))
|
|
1804
1828
|
]),
|
|
1805
|
-
s("div",
|
|
1829
|
+
s("div", Ys, [
|
|
1806
1830
|
o(c) ? (m(), x("a", {
|
|
1807
1831
|
key: 0,
|
|
1808
1832
|
href: b(c, c == null ? void 0 : c.service_id),
|
|
@@ -1824,7 +1848,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1824
1848
|
s("path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }),
|
|
1825
1849
|
s("path", { d: "m9 10 2 2 4-4" })
|
|
1826
1850
|
], -1)
|
|
1827
|
-
])], 8,
|
|
1851
|
+
])], 8, Ws)) : W("", !0),
|
|
1828
1852
|
s("a", {
|
|
1829
1853
|
href: p(c),
|
|
1830
1854
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3"
|
|
@@ -1846,7 +1870,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1846
1870
|
s("path", { d: "M10 14 21 3" }),
|
|
1847
1871
|
s("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
1848
1872
|
], -1)
|
|
1849
|
-
])], 8,
|
|
1873
|
+
])], 8, Zs)
|
|
1850
1874
|
])
|
|
1851
1875
|
])
|
|
1852
1876
|
])
|
|
@@ -1854,17 +1878,17 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1854
1878
|
]);
|
|
1855
1879
|
}), 128));
|
|
1856
1880
|
}
|
|
1857
|
-
}),
|
|
1881
|
+
}), Gs = { class: "space-y-4" }, Xs = { class: "flex flex-col lg:flex-row lg:items-center py-2 px-2 lg:px-3" }, Js = { class: "flex-1" }, Qs = { class: "grid grid-cols-1 lg:grid-cols-12 gap-2 lg:gap-2 w-full text-xs" }, ea = { class: "col-span-1 lg:col-span-4" }, ta = { class: "flex flex-row items-center justify-center h-full" }, na = {
|
|
1858
1882
|
key: 0,
|
|
1859
1883
|
class: "inline-flex items-center rounded-full border transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80 mt-1 text-[9px] lg:text-[10px] font-normal px-1 lg:px-1.5 py-0",
|
|
1860
1884
|
"data-v0-t": "badge"
|
|
1861
|
-
},
|
|
1885
|
+
}, oa = {
|
|
1862
1886
|
key: 1,
|
|
1863
1887
|
class: "flex flex-wrap gap-1 mt-1"
|
|
1864
|
-
},
|
|
1888
|
+
}, ra = {
|
|
1865
1889
|
key: 0,
|
|
1866
1890
|
class: "inline-flex items-center rounded-full border px-2 lg:px-2.5 py-0.5 text-[10px] lg:text-xs font-semibold border-transparent bg-gray-100 text-gray-800"
|
|
1867
|
-
},
|
|
1891
|
+
}, la = { class: "col-span-1 lg:col-span-7 mt-2 lg:mt-0" }, ia = { class: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-2 lg:gap-3" }, sa = { class: "text-[9px] lg:text-[10px] text-gray-500 mb-1" }, aa = { class: "truncate font-medium text-xs lg:text-sm" }, ua = { class: "flex items-center justify-center gap-2 mt-3 lg:mt-0" }, ca = ["href"], da = ["href"], fa = /* @__PURE__ */ ae({
|
|
1868
1892
|
__name: "template-3",
|
|
1869
1893
|
props: {
|
|
1870
1894
|
items: {},
|
|
@@ -1885,18 +1909,18 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1885
1909
|
const d = p(v, t.id_key);
|
|
1886
1910
|
return `/map?layers=${c}&info=${c},${d}`;
|
|
1887
1911
|
};
|
|
1888
|
-
return (v, c) => (m(), x("div",
|
|
1912
|
+
return (v, c) => (m(), x("div", Gs, [
|
|
1889
1913
|
(m(!0), x(G, null, le(n.value, (d) => {
|
|
1890
1914
|
var g, h, y;
|
|
1891
1915
|
return m(), x("div", {
|
|
1892
1916
|
key: d.id,
|
|
1893
1917
|
class: "border-b border-slate-200 hover:bg-slate-50 transition-colors"
|
|
1894
1918
|
}, [
|
|
1895
|
-
s("div",
|
|
1896
|
-
s("div",
|
|
1897
|
-
s("div",
|
|
1898
|
-
s("div",
|
|
1899
|
-
s("div",
|
|
1919
|
+
s("div", Xs, [
|
|
1920
|
+
s("div", Js, [
|
|
1921
|
+
s("div", Qs, [
|
|
1922
|
+
s("div", ea, [
|
|
1923
|
+
s("div", ta, [
|
|
1900
1924
|
s("div", {
|
|
1901
1925
|
class: me(["w-1 h-6 lg:h-8 rounded-full mr-2 lg:mr-3 mb-2 lg:mb-0", f.value])
|
|
1902
1926
|
}, null, 2),
|
|
@@ -1909,26 +1933,26 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1909
1933
|
Array.isArray(l.value) && l.value.length ? (m(!0), x(G, { key: 0 }, le(l.value, (k) => (m(), x(G, {
|
|
1910
1934
|
key: k.name
|
|
1911
1935
|
}, [
|
|
1912
|
-
d[k.name] ? (m(), x("div",
|
|
1936
|
+
d[k.name] ? (m(), x("div", na, Y(d[`${k.name}_text`] || d[k.name]), 1)) : W("", !0)
|
|
1913
1937
|
], 64))), 128)) : W("", !0),
|
|
1914
|
-
Array.isArray(i.value) && i.value.length ? (m(), x("div",
|
|
1938
|
+
Array.isArray(i.value) && i.value.length ? (m(), x("div", oa, [
|
|
1915
1939
|
(m(!0), x(G, null, le(i.value, (k) => (m(), x("div", {
|
|
1916
1940
|
key: k.name,
|
|
1917
1941
|
class: "flex flex-wrap gap-1 mt-1"
|
|
1918
1942
|
}, [
|
|
1919
|
-
d[k.name] ? (m(), x("span",
|
|
1943
|
+
d[k.name] ? (m(), x("span", ra, Y(d[`${k.name}_text`] || d[k.name]), 1)) : W("", !0)
|
|
1920
1944
|
]))), 128))
|
|
1921
1945
|
])) : W("", !0)
|
|
1922
1946
|
]),
|
|
1923
|
-
s("div",
|
|
1924
|
-
s("div",
|
|
1947
|
+
s("div", la, [
|
|
1948
|
+
s("div", ia, [
|
|
1925
1949
|
(m(!0), x(G, null, le(u.value, (k) => {
|
|
1926
1950
|
var j;
|
|
1927
1951
|
return m(), x("div", {
|
|
1928
1952
|
key: k.name
|
|
1929
1953
|
}, [
|
|
1930
|
-
s("p",
|
|
1931
|
-
s("p",
|
|
1954
|
+
s("p", sa, Y(k.ua), 1),
|
|
1955
|
+
s("p", aa, [
|
|
1932
1956
|
Array.isArray(d[k == null ? void 0 : k.name]) ? (m(!0), x(G, { key: 0 }, le(d[k == null ? void 0 : k.name], (P, H) => (m(), x("span", {
|
|
1933
1957
|
key: H,
|
|
1934
1958
|
class: "bg-gray-200 px-1 py-0.5 rounded-lg mr-1 text-[10px] lg:text-xs"
|
|
@@ -1946,7 +1970,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1946
1970
|
])
|
|
1947
1971
|
])
|
|
1948
1972
|
]),
|
|
1949
|
-
s("div",
|
|
1973
|
+
s("div", ua, [
|
|
1950
1974
|
o(d) ? (m(), x("a", {
|
|
1951
1975
|
key: 0,
|
|
1952
1976
|
href: a(d, d == null ? void 0 : d.service_id),
|
|
@@ -1967,7 +1991,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1967
1991
|
s("path", { d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }),
|
|
1968
1992
|
s("path", { d: "m9 10 2 2 4-4" })
|
|
1969
1993
|
], -1)
|
|
1970
|
-
])], 8,
|
|
1994
|
+
])], 8, ca)) : W("", !0),
|
|
1971
1995
|
s("a", {
|
|
1972
1996
|
href: b(d),
|
|
1973
1997
|
class: "ml-auto flex items-center justify-center gap-2 whitespace-nowrap text-xs lg:text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 hover:bg-accent hover:text-accent-foreground rounded-md h-8 w-8 lg:h-7 lg:w-7 p-0",
|
|
@@ -1987,24 +2011,24 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
1987
2011
|
}, [
|
|
1988
2012
|
s("path", { d: "m9 18 6-6-6-6" })
|
|
1989
2013
|
], -1)
|
|
1990
|
-
])], 8,
|
|
2014
|
+
])], 8, da)
|
|
1991
2015
|
])
|
|
1992
2016
|
])
|
|
1993
2017
|
]);
|
|
1994
2018
|
}), 128))
|
|
1995
2019
|
]));
|
|
1996
2020
|
}
|
|
1997
|
-
}),
|
|
2021
|
+
}), pa = { class: "flex flex-col space-y-1.5 p-6 pb-2" }, va = { class: "flex items-center gap-2" }, ma = { class: "tracking-tight text-lg font-medium" }, ga = {
|
|
1998
2022
|
key: 0,
|
|
1999
2023
|
class: "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-blue-100 text-blue-800 ml-2",
|
|
2000
2024
|
"data-v0-t": "badge"
|
|
2001
|
-
},
|
|
2025
|
+
}, ha = {
|
|
2002
2026
|
key: 1,
|
|
2003
2027
|
class: "flex"
|
|
2004
|
-
},
|
|
2028
|
+
}, ya = {
|
|
2005
2029
|
key: 0,
|
|
2006
2030
|
class: "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold border-transparent bg-gray-100 text-gray-800"
|
|
2007
|
-
},
|
|
2031
|
+
}, xa = { class: "p-6 pt-0 pb-4" }, ba = { class: "grid grid-cols-2 gap-4" }, wa = { class: "text-sm text-gray-500" }, _a = { class: "font-medium" }, ka = { class: "flex items-center p-6 pt-0 gap-2" }, $a = ["href"], Ca = ["href"], Aa = /* @__PURE__ */ ae({
|
|
2008
2032
|
__name: "template-4",
|
|
2009
2033
|
props: {
|
|
2010
2034
|
items: {},
|
|
@@ -2032,33 +2056,33 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2032
2056
|
class: "rounded-lg border bg-card text-card-foreground shadow-sm border-l-4 border-l-blue-600",
|
|
2033
2057
|
"data-v0-t": "card"
|
|
2034
2058
|
}, [
|
|
2035
|
-
s("div",
|
|
2036
|
-
s("div",
|
|
2037
|
-
s("h3",
|
|
2059
|
+
s("div", pa, [
|
|
2060
|
+
s("div", va, [
|
|
2061
|
+
s("h3", ma, Y(c[`${(d = r.value) == null ? void 0 : d.name}_text`] || c[(g = r.value) == null ? void 0 : g.name] || c[(h = r.value) == null ? void 0 : h.label] || "Не вказано"), 1),
|
|
2038
2062
|
Array.isArray(l.value) && l.value.length ? (m(!0), x(G, { key: 0 }, le(l.value, (y) => (m(), x(G, {
|
|
2039
2063
|
key: y.name
|
|
2040
2064
|
}, [
|
|
2041
|
-
c[y.name] ? (m(), x("div",
|
|
2065
|
+
c[y.name] ? (m(), x("div", ga, Y(c[`${y.name}_text`] || c[y.name]), 1)) : W("", !0)
|
|
2042
2066
|
], 64))), 128)) : W("", !0),
|
|
2043
|
-
Array.isArray(i.value) && i.value.length ? (m(), x("div",
|
|
2067
|
+
Array.isArray(i.value) && i.value.length ? (m(), x("div", ha, [
|
|
2044
2068
|
(m(!0), x(G, null, le(i.value, (y) => (m(), x("div", {
|
|
2045
2069
|
key: y.name,
|
|
2046
2070
|
class: "flex flex-wrap gap-1 ml-2"
|
|
2047
2071
|
}, [
|
|
2048
|
-
c[y.name] ? (m(), x("span",
|
|
2072
|
+
c[y.name] ? (m(), x("span", ya, Y(c[`${y.name}_text`] || c[y.name]), 1)) : W("", !0)
|
|
2049
2073
|
]))), 128))
|
|
2050
2074
|
])) : W("", !0)
|
|
2051
2075
|
])
|
|
2052
2076
|
]),
|
|
2053
|
-
s("div",
|
|
2054
|
-
s("div",
|
|
2077
|
+
s("div", xa, [
|
|
2078
|
+
s("div", ba, [
|
|
2055
2079
|
(m(!0), x(G, null, le(u.value, (y) => {
|
|
2056
2080
|
var k;
|
|
2057
2081
|
return m(), x("div", {
|
|
2058
2082
|
key: y.name
|
|
2059
2083
|
}, [
|
|
2060
|
-
s("p",
|
|
2061
|
-
s("p",
|
|
2084
|
+
s("p", wa, Y(y.ua), 1),
|
|
2085
|
+
s("p", _a, [
|
|
2062
2086
|
Array.isArray(c[y == null ? void 0 : y.name]) ? (m(!0), x(G, { key: 0 }, le(c[y == null ? void 0 : y.name], (j, P) => (m(), x("span", {
|
|
2063
2087
|
key: P,
|
|
2064
2088
|
class: "bg-gray-200 px-1 py-0.5 rounded-lg mr-1"
|
|
@@ -2074,36 +2098,36 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2074
2098
|
}), 128))
|
|
2075
2099
|
])
|
|
2076
2100
|
]),
|
|
2077
|
-
s("div",
|
|
2101
|
+
s("div", ka, [
|
|
2078
2102
|
o(c) ? (m(), x("a", {
|
|
2079
2103
|
key: 0,
|
|
2080
2104
|
href: b(c, c == null ? void 0 : c.service_id),
|
|
2081
2105
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 border bg-background h-10 px-4 py-2 rounded-md text-black border-black hover:bg-gray-100 hover:text-black"
|
|
2082
|
-
}, " На карті ", 8,
|
|
2106
|
+
}, " На карті ", 8, $a)) : W("", !0),
|
|
2083
2107
|
s("a", {
|
|
2084
2108
|
href: p(c),
|
|
2085
2109
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 border bg-background h-10 px-4 py-2 rounded-md text-black border-black hover:bg-gray-100 hover:text-black"
|
|
2086
|
-
}, " Детальніше ", 8,
|
|
2110
|
+
}, " Детальніше ", 8, Ca)
|
|
2087
2111
|
])
|
|
2088
2112
|
]);
|
|
2089
2113
|
}), 128));
|
|
2090
2114
|
}
|
|
2091
|
-
}),
|
|
2115
|
+
}), La = { class: "grid grid-cols-1 lg:grid-cols-12 lg:divide-x divide-y lg:divide-y-0 divide-gray-100" }, Sa = {
|
|
2092
2116
|
key: 0,
|
|
2093
2117
|
class: "w-full lg:w-auto lg:col-span-1"
|
|
2094
|
-
},
|
|
2118
|
+
}, Ea = ["src"], Fa = {
|
|
2095
2119
|
key: 1,
|
|
2096
2120
|
class: "hidden lg:flex lg:col-span-1 items-center justify-center py-4 lg:py-0"
|
|
2097
|
-
},
|
|
2121
|
+
}, Ma = { class: "col-span-1 lg:col-span-7 p-4 lg:p-4" }, Ta = { class: "flex flex-col mb-3 lg:flex-row lg:items-center lg:mb-1" }, Ia = { class: "text-base lg:text-base font-bold text-gray-900 mb-2 lg:mr-2 lg:mb-0" }, ja = { class: "flex flex-wrap gap-2 lg:gap-0" }, Oa = {
|
|
2098
2122
|
key: 0,
|
|
2099
2123
|
class: "inline-flex items-center rounded-full px-2.5 py-0.5 font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent hover:bg-primary/80 bg-blue-100 text-blue-800 border-0 text-xs lg:ml-2"
|
|
2100
|
-
},
|
|
2124
|
+
}, Na = { class: "text-sm text-gray-600 line-clamp-2 lg:line-clamp-1 mb-3 lg:mb-2" }, za = { class: "grid grid-cols-1 md:grid-cols-2 gap-y-3 md:gap-x-4 md:gap-y-1 text-sm" }, Pa = { class: "flex items-center mb-1 md:mb-0 md:mr-1 max-w-[50%]" }, Ra = ["innerHTML"], Da = { class: "text-gray-500 font-medium md:font-normal" }, Ba = { class: "text-gray-600 break-words line-clamp-2" }, Va = { class: "col-span-1 lg:col-span-2 p-4 lg:p-3 bg-gray-50 flex flex-col justify-center border-t lg:border-t-0 lg:border-l border-gray-100" }, Ua = { class: "text-xs text-gray-500 mb-2 lg:mb-1.5" }, qa = {
|
|
2101
2125
|
key: 0,
|
|
2102
2126
|
class: "flex flex-wrap gap-1.5 lg:gap-1"
|
|
2103
|
-
},
|
|
2127
|
+
}, Ha = {
|
|
2104
2128
|
key: 0,
|
|
2105
2129
|
class: "inline-flex items-center rounded-full font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 hover:bg-secondary/80 bg-white border border-gray-200 text-gray-700 text-xs px-2 py-0.5 lg:px-1.5 lg:py-0"
|
|
2106
|
-
},
|
|
2130
|
+
}, Ya = { class: "col-span-1 lg:col-span-2 flex flex-col justify-center items-stretch lg:items-center bg-gray-50 border-t lg:border-t-0 lg:border-l border-gray-100 p-4 lg:p-2" }, Wa = { class: "w-full space-y-2" }, Za = ["href"], Ka = ["href"], Ga = /* @__PURE__ */ ae({
|
|
2107
2131
|
__name: "template-5",
|
|
2108
2132
|
props: {
|
|
2109
2133
|
items: {},
|
|
@@ -2132,49 +2156,49 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2132
2156
|
key: g.id,
|
|
2133
2157
|
class: "bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-200 hover:shadow-md"
|
|
2134
2158
|
}, [
|
|
2135
|
-
s("div",
|
|
2136
|
-
f.value ? (m(), x("div",
|
|
2159
|
+
s("div", La, [
|
|
2160
|
+
f.value ? (m(), x("div", Sa, [
|
|
2137
2161
|
g[(h = f.value) == null ? void 0 : h.name] ? (m(), x("img", {
|
|
2138
2162
|
key: 0,
|
|
2139
2163
|
src: g[(y = f.value) == null ? void 0 : y.name],
|
|
2140
2164
|
alt: "image",
|
|
2141
2165
|
class: "object-cover w-full h-48 lg:h-full lg:w-auto"
|
|
2142
|
-
}, null, 8,
|
|
2143
|
-
])) : (m(), x("div",
|
|
2166
|
+
}, null, 8, Ea)) : W("", !0)
|
|
2167
|
+
])) : (m(), x("div", Fa, [...d[0] || (d[0] = [
|
|
2144
2168
|
s("div", {
|
|
2145
2169
|
class: "w-3 h-12 rounded-sm bg-blue-500",
|
|
2146
2170
|
title: "Пріоритет: Високий",
|
|
2147
2171
|
"aria-hidden": "true"
|
|
2148
2172
|
}, null, -1)
|
|
2149
2173
|
])])),
|
|
2150
|
-
s("div",
|
|
2151
|
-
s("div",
|
|
2152
|
-
s("h3",
|
|
2153
|
-
s("div",
|
|
2174
|
+
s("div", Ma, [
|
|
2175
|
+
s("div", Ta, [
|
|
2176
|
+
s("h3", Ia, Y(g[`${(k = r.value) == null ? void 0 : k.name}_text`] || g[(j = r.value) == null ? void 0 : j.name] || g[(P = r.value) == null ? void 0 : P.label] || "Не вказано"), 1),
|
|
2177
|
+
s("div", ja, [
|
|
2154
2178
|
Array.isArray(l.value) && l.value.length ? (m(!0), x(G, { key: 0 }, le(l.value, (O) => (m(), x(G, {
|
|
2155
2179
|
key: O.name
|
|
2156
2180
|
}, [
|
|
2157
|
-
g[O.name] ? (m(), x("div",
|
|
2181
|
+
g[O.name] ? (m(), x("div", Oa, Y(g[`${O.name}_text`] || g[O.name]), 1)) : W("", !0)
|
|
2158
2182
|
], 64))), 128)) : W("", !0)
|
|
2159
2183
|
])
|
|
2160
2184
|
]),
|
|
2161
|
-
s("p",
|
|
2162
|
-
s("div",
|
|
2185
|
+
s("p", Na, Y(((N = g[((H = p.value) == null ? void 0 : H.name) + "_data"]) == null ? void 0 : N.text) || g[((I = p.value) == null ? void 0 : I.name) + "_text"] || g[(M = p.value) == null ? void 0 : M.name]), 1),
|
|
2186
|
+
s("div", za, [
|
|
2163
2187
|
(m(!0), x(G, null, le(u.value, (O) => {
|
|
2164
2188
|
var V;
|
|
2165
2189
|
return m(), x("div", {
|
|
2166
2190
|
key: O.name,
|
|
2167
2191
|
class: "flex flex-col md:flex-row md:items-center"
|
|
2168
2192
|
}, [
|
|
2169
|
-
s("div",
|
|
2193
|
+
s("div", Pa, [
|
|
2170
2194
|
O.icon ? (m(), x("span", {
|
|
2171
2195
|
key: 0,
|
|
2172
2196
|
class: "mr-1 flex-shrink-0",
|
|
2173
2197
|
innerHTML: O.icon
|
|
2174
|
-
}, null, 8,
|
|
2175
|
-
s("span",
|
|
2198
|
+
}, null, 8, Ra)) : W("", !0),
|
|
2199
|
+
s("span", Da, Y((O == null ? void 0 : O.ua) || O.label || O.name) + ":", 1)
|
|
2176
2200
|
]),
|
|
2177
|
-
s("span",
|
|
2201
|
+
s("span", Ba, [
|
|
2178
2202
|
Array.isArray(g[O == null ? void 0 : O.name]) ? (m(!0), x(G, { key: 0 }, le(g[O == null ? void 0 : O.name], (Q, K) => (m(), x("span", {
|
|
2179
2203
|
key: K,
|
|
2180
2204
|
class: "bg-gray-200 px-1 py-0.5 rounded-lg mr-1 inline-block"
|
|
@@ -2190,28 +2214,28 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2190
2214
|
}), 128))
|
|
2191
2215
|
])
|
|
2192
2216
|
]),
|
|
2193
|
-
s("div",
|
|
2194
|
-
s("p",
|
|
2195
|
-
Array.isArray(i.value) && i.value.length ? (m(), x("div",
|
|
2217
|
+
s("div", Va, [
|
|
2218
|
+
s("p", Ua, " Теги: " + Y(i.value.length && g[i.value[0].name] ? "" : "відсутні"), 1),
|
|
2219
|
+
Array.isArray(i.value) && i.value.length ? (m(), x("div", qa, [
|
|
2196
2220
|
(m(!0), x(G, null, le(i.value, (O) => (m(), x("div", {
|
|
2197
2221
|
key: O.name,
|
|
2198
2222
|
class: "flex flex-wrap gap-1"
|
|
2199
2223
|
}, [
|
|
2200
|
-
g[O.name] ? (m(), x("span",
|
|
2224
|
+
g[O.name] ? (m(), x("span", Ha, Y(g[`${O.name}_text`] || g[O.name]), 1)) : W("", !0)
|
|
2201
2225
|
]))), 128))
|
|
2202
2226
|
])) : W("", !0)
|
|
2203
2227
|
]),
|
|
2204
|
-
s("div",
|
|
2205
|
-
s("div",
|
|
2228
|
+
s("div", Ya, [
|
|
2229
|
+
s("div", Wa, [
|
|
2206
2230
|
o(g) ? (m(), x("a", {
|
|
2207
2231
|
key: 0,
|
|
2208
2232
|
href: v(g, g == null ? void 0 : g.service_id),
|
|
2209
2233
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-md px-3 w-full bg-blue-600 hover:bg-blue-700 text-white text-xs h-8"
|
|
2210
|
-
}, " На карті ", 8,
|
|
2234
|
+
}, " На карті ", 8, Za)) : W("", !0),
|
|
2211
2235
|
s("a", {
|
|
2212
2236
|
href: a(g),
|
|
2213
2237
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-md px-3 w-full bg-blue-600 hover:bg-blue-700 text-white text-xs h-8"
|
|
2214
|
-
}, " Детальніше ", 8,
|
|
2238
|
+
}, " Детальніше ", 8, Ka)
|
|
2215
2239
|
])
|
|
2216
2240
|
])
|
|
2217
2241
|
])
|
|
@@ -2219,18 +2243,18 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2219
2243
|
}), 128));
|
|
2220
2244
|
}
|
|
2221
2245
|
}), ro = {
|
|
2222
|
-
template1:
|
|
2223
|
-
template2:
|
|
2224
|
-
template3:
|
|
2225
|
-
template4:
|
|
2226
|
-
template5:
|
|
2227
|
-
},
|
|
2246
|
+
template1: js,
|
|
2247
|
+
template2: Ks,
|
|
2248
|
+
template3: fa,
|
|
2249
|
+
template4: Aa,
|
|
2250
|
+
template5: Ga
|
|
2251
|
+
}, Xa = { class: "space-y-4" }, Ja = { class: "flex items-center gap-4" }, Qa = { class: "text-lg font-semibold mb-4" }, eu = {
|
|
2228
2252
|
key: 1,
|
|
2229
2253
|
class: "text-gray-400 text-center py-12"
|
|
2230
|
-
},
|
|
2254
|
+
}, tu = {
|
|
2231
2255
|
key: 2,
|
|
2232
2256
|
class: "text-gray-400 text-center py-12"
|
|
2233
|
-
},
|
|
2257
|
+
}, nu = /* @__PURE__ */ ae({
|
|
2234
2258
|
__name: "preview-tab",
|
|
2235
2259
|
props: {
|
|
2236
2260
|
data: { default: {} },
|
|
@@ -2238,7 +2262,7 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2238
2262
|
},
|
|
2239
2263
|
emits: ["update:data"],
|
|
2240
2264
|
setup(e) {
|
|
2241
|
-
const t =
|
|
2265
|
+
const t = at(() => import("@opengis/form")), n = ot(e, "data"), o = [
|
|
2242
2266
|
{ text: "template1", id: "template1" },
|
|
2243
2267
|
{ text: "template2", id: "template2" },
|
|
2244
2268
|
{ text: "template3", id: "template3" },
|
|
@@ -2273,8 +2297,8 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2273
2297
|
is_map: (c = n.value) == null ? void 0 : c.is_map
|
|
2274
2298
|
};
|
|
2275
2299
|
}));
|
|
2276
|
-
return (b, a) => (m(), x("div",
|
|
2277
|
-
s("div",
|
|
2300
|
+
return (b, a) => (m(), x("div", Xa, [
|
|
2301
|
+
s("div", Ja, [
|
|
2278
2302
|
(m(), te(se(t), {
|
|
2279
2303
|
key: n.value.id,
|
|
2280
2304
|
schema: r,
|
|
@@ -2282,17 +2306,17 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2282
2306
|
"onUpdate:modelValue": a[0] || (a[0] = (v) => n.value = v)
|
|
2283
2307
|
}, null, 8, ["modelValue"]))
|
|
2284
2308
|
]),
|
|
2285
|
-
s("h2",
|
|
2309
|
+
s("h2", Qa, " Превʼю таблиці (" + Y(f.value) + ") ", 1),
|
|
2286
2310
|
u.value && p.value.length && l.value.length ? (m(), te(Rt(u.value), {
|
|
2287
2311
|
items: p.value,
|
|
2288
2312
|
columns: l.value,
|
|
2289
2313
|
path: "#",
|
|
2290
2314
|
id_key: "id",
|
|
2291
2315
|
key: i.value
|
|
2292
|
-
}, null, 8, ["items", "columns"])) : p.value.length ? (m(), x("div",
|
|
2316
|
+
}, null, 8, ["items", "columns"])) : p.value.length ? (m(), x("div", tu, " Додайте колонки та виберіть вигляд для перегляду ")) : (m(), x("div", eu, " Немає даних для превʼю "))
|
|
2293
2317
|
]));
|
|
2294
2318
|
}
|
|
2295
|
-
}),
|
|
2319
|
+
}), ou = { class: "relative h-screen flex flex-col bg-white p-8" }, ru = { class: "flex-1 flex flex-col min-h-0 overflow-hidden" }, lu = { class: "max-w-6xl mx-auto flex-1 flex flex-col min-h-0 w-full" }, iu = { class: "flex items-center justify-between mb-6 flex-shrink-0" }, su = { class: "flex items-center gap-2" }, au = { class: "w-full flex-shrink-0 mb-6" }, uu = { class: "flex items-center w-full h-10 max-w-md grid-cols-3 p-1 bg-white border border-gray-200 rounded-md text-muted-foreground" }, cu = ["onClick"], du = { class: "flex-1 min-h-0 overflow-y-auto" }, q0 = /* @__PURE__ */ ae({
|
|
2296
2320
|
__name: "register",
|
|
2297
2321
|
setup(e) {
|
|
2298
2322
|
const t = Dt(), n = Bt(), o = z("list"), r = z(""), l = [
|
|
@@ -2301,10 +2325,10 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2301
2325
|
{ name: "Картка", id: "card" },
|
|
2302
2326
|
{ name: "Перегляд", id: "preview" }
|
|
2303
2327
|
], i = {
|
|
2304
|
-
list:
|
|
2305
|
-
filters:
|
|
2306
|
-
card:
|
|
2307
|
-
preview:
|
|
2328
|
+
list: ls,
|
|
2329
|
+
filters: ds,
|
|
2330
|
+
card: hs,
|
|
2331
|
+
preview: nu
|
|
2308
2332
|
}, u = l.map((c) => c.id), f = z({ columns: [], filters: [], card: [], tableData: [] }), p = z([]), b = async () => {
|
|
2309
2333
|
var d;
|
|
2310
2334
|
if (!((d = f.value) == null ? void 0 : d.token)) {
|
|
@@ -2371,15 +2395,15 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2371
2395
|
(c) => {
|
|
2372
2396
|
typeof c == "string" && u.includes(c) && o.value !== c && (o.value = c);
|
|
2373
2397
|
}
|
|
2374
|
-
), (c, d) => (m(), x("main",
|
|
2375
|
-
s("div",
|
|
2376
|
-
s("div",
|
|
2377
|
-
s("div",
|
|
2398
|
+
), (c, d) => (m(), x("main", ou, [
|
|
2399
|
+
s("div", ru, [
|
|
2400
|
+
s("div", lu, [
|
|
2401
|
+
s("div", iu, [
|
|
2378
2402
|
d[2] || (d[2] = s("div", null, [
|
|
2379
2403
|
s("h1", { class: "mb-2 text-2xl font-semibold text-gray-900" }, "Створити контент"),
|
|
2380
2404
|
s("p", { class: "text-gray-600" }, "Створити контент для вашого сайту")
|
|
2381
2405
|
], -1)),
|
|
2382
|
-
s("div",
|
|
2406
|
+
s("div", su, [
|
|
2383
2407
|
s("button", {
|
|
2384
2408
|
onClick: d[0] || (d[0] = (g) => se(n).back()),
|
|
2385
2409
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 border bg-background hover:text-accent-foreground h-10 px-4 py-2 border-gray-300 text-gray-700 hover:bg-gray-50"
|
|
@@ -2390,16 +2414,16 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2390
2414
|
}, " Зберегти ")
|
|
2391
2415
|
])
|
|
2392
2416
|
]),
|
|
2393
|
-
s("div",
|
|
2394
|
-
s("div",
|
|
2417
|
+
s("div", au, [
|
|
2418
|
+
s("div", uu, [
|
|
2395
2419
|
(m(), x(G, null, le(l, (g) => s("button", {
|
|
2396
2420
|
key: g.id,
|
|
2397
2421
|
onClick: (h) => o.value = g.id,
|
|
2398
2422
|
class: me(["inline-flex flex-1 items-center justify-center whitespace-nowrap rounded-sm px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm data-[state=active]:bg-blue-50 data-[state=active]:text-blue-700 data-[state=active]:border-blue-200", g.id === o.value ? "bg-blue-50 text-blue-700 border-blue-200" : ""])
|
|
2399
|
-
}, Y(g.name), 11,
|
|
2423
|
+
}, Y(g.name), 11, cu)), 64))
|
|
2400
2424
|
])
|
|
2401
2425
|
]),
|
|
2402
|
-
s("div",
|
|
2426
|
+
s("div", du, [
|
|
2403
2427
|
(m(), te(Rt(i[o.value]), {
|
|
2404
2428
|
data: f.value,
|
|
2405
2429
|
"onUpdate:data": d[1] || (d[1] = (g) => f.value = g),
|
|
@@ -2416,35 +2440,35 @@ const ys = { class: "flex flex-col md:flex-row md:justify-between lg:flex-row lg
|
|
|
2416
2440
|
function Oo(e) {
|
|
2417
2441
|
return typeof e > "u" || e === null;
|
|
2418
2442
|
}
|
|
2419
|
-
function
|
|
2443
|
+
function fu(e) {
|
|
2420
2444
|
return typeof e == "object" && e !== null;
|
|
2421
2445
|
}
|
|
2422
|
-
function
|
|
2446
|
+
function pu(e) {
|
|
2423
2447
|
return Array.isArray(e) ? e : Oo(e) ? [] : [e];
|
|
2424
2448
|
}
|
|
2425
|
-
function
|
|
2449
|
+
function vu(e, t) {
|
|
2426
2450
|
var n, o, r, l;
|
|
2427
2451
|
if (t)
|
|
2428
2452
|
for (l = Object.keys(t), n = 0, o = l.length; n < o; n += 1)
|
|
2429
2453
|
r = l[n], e[r] = t[r];
|
|
2430
2454
|
return e;
|
|
2431
2455
|
}
|
|
2432
|
-
function
|
|
2456
|
+
function mu(e, t) {
|
|
2433
2457
|
var n = "", o;
|
|
2434
2458
|
for (o = 0; o < t; o += 1)
|
|
2435
2459
|
n += e;
|
|
2436
2460
|
return n;
|
|
2437
2461
|
}
|
|
2438
|
-
function
|
|
2462
|
+
function gu(e) {
|
|
2439
2463
|
return e === 0 && Number.NEGATIVE_INFINITY === 1 / e;
|
|
2440
2464
|
}
|
|
2441
|
-
var
|
|
2442
|
-
isNothing:
|
|
2443
|
-
isObject:
|
|
2444
|
-
toArray:
|
|
2445
|
-
repeat:
|
|
2446
|
-
isNegativeZero:
|
|
2447
|
-
extend:
|
|
2465
|
+
var hu = Oo, yu = fu, xu = pu, bu = mu, wu = gu, _u = vu, Te = {
|
|
2466
|
+
isNothing: hu,
|
|
2467
|
+
isObject: yu,
|
|
2468
|
+
toArray: xu,
|
|
2469
|
+
repeat: bu,
|
|
2470
|
+
isNegativeZero: wu,
|
|
2471
|
+
extend: _u
|
|
2448
2472
|
};
|
|
2449
2473
|
function No(e, t) {
|
|
2450
2474
|
var n = "", o = e.reason || "(unknown reason)";
|
|
@@ -2472,7 +2496,7 @@ function hn(e, t, n, o, r) {
|
|
|
2472
2496
|
function yn(e, t) {
|
|
2473
2497
|
return Te.repeat(" ", t - e.length) + e;
|
|
2474
2498
|
}
|
|
2475
|
-
function
|
|
2499
|
+
function ku(e, t) {
|
|
2476
2500
|
if (t = Object.create(t || null), !e.buffer) return null;
|
|
2477
2501
|
t.maxLength || (t.maxLength = 79), typeof t.indent != "number" && (t.indent = 1), typeof t.linesBefore != "number" && (t.linesBefore = 3), typeof t.linesAfter != "number" && (t.linesAfter = 2);
|
|
2478
2502
|
for (var n = /\r?\n|\r|\0/g, o = [0], r = [], l, i = -1; l = n.exec(e.buffer); )
|
|
@@ -2501,7 +2525,7 @@ function _u(e, t) {
|
|
|
2501
2525
|
`;
|
|
2502
2526
|
return u.replace(/\n$/, "");
|
|
2503
2527
|
}
|
|
2504
|
-
var
|
|
2528
|
+
var $u = ku, Cu = [
|
|
2505
2529
|
"kind",
|
|
2506
2530
|
"multi",
|
|
2507
2531
|
"resolve",
|
|
@@ -2512,12 +2536,12 @@ var ku = _u, $u = [
|
|
|
2512
2536
|
"representName",
|
|
2513
2537
|
"defaultStyle",
|
|
2514
2538
|
"styleAliases"
|
|
2515
|
-
],
|
|
2539
|
+
], Au = [
|
|
2516
2540
|
"scalar",
|
|
2517
2541
|
"sequence",
|
|
2518
2542
|
"mapping"
|
|
2519
2543
|
];
|
|
2520
|
-
function
|
|
2544
|
+
function Lu(e) {
|
|
2521
2545
|
var t = {};
|
|
2522
2546
|
return e !== null && Object.keys(e).forEach(function(n) {
|
|
2523
2547
|
e[n].forEach(function(o) {
|
|
@@ -2525,18 +2549,18 @@ function Au(e) {
|
|
|
2525
2549
|
});
|
|
2526
2550
|
}), t;
|
|
2527
2551
|
}
|
|
2528
|
-
function
|
|
2552
|
+
function Su(e, t) {
|
|
2529
2553
|
if (t = t || {}, Object.keys(t).forEach(function(n) {
|
|
2530
|
-
if (
|
|
2554
|
+
if (Cu.indexOf(n) === -1)
|
|
2531
2555
|
throw new Ve('Unknown option "' + n + '" is met in definition of "' + e + '" YAML type.');
|
|
2532
2556
|
}), this.options = t, this.tag = e, this.kind = t.kind || null, this.resolve = t.resolve || function() {
|
|
2533
2557
|
return !0;
|
|
2534
2558
|
}, this.construct = t.construct || function(n) {
|
|
2535
2559
|
return n;
|
|
2536
|
-
}, this.instanceOf = t.instanceOf || null, this.predicate = t.predicate || null, this.represent = t.represent || null, this.representName = t.representName || null, this.defaultStyle = t.defaultStyle || null, this.multi = t.multi || !1, this.styleAliases =
|
|
2560
|
+
}, this.instanceOf = t.instanceOf || null, this.predicate = t.predicate || null, this.represent = t.represent || null, this.representName = t.representName || null, this.defaultStyle = t.defaultStyle || null, this.multi = t.multi || !1, this.styleAliases = Lu(t.styleAliases || null), Au.indexOf(this.kind) === -1)
|
|
2537
2561
|
throw new Ve('Unknown kind "' + this.kind + '" is specified for "' + e + '" YAML type.');
|
|
2538
2562
|
}
|
|
2539
|
-
var Ne =
|
|
2563
|
+
var Ne = Su;
|
|
2540
2564
|
function lo(e, t) {
|
|
2541
2565
|
var n = [];
|
|
2542
2566
|
return e[t].forEach(function(o) {
|
|
@@ -2546,7 +2570,7 @@ function lo(e, t) {
|
|
|
2546
2570
|
}), n[r] = o;
|
|
2547
2571
|
}), n;
|
|
2548
2572
|
}
|
|
2549
|
-
function
|
|
2573
|
+
function Eu() {
|
|
2550
2574
|
var e = {
|
|
2551
2575
|
scalar: {},
|
|
2552
2576
|
sequence: {},
|
|
@@ -2591,7 +2615,7 @@ Ln.prototype.extend = function(t) {
|
|
|
2591
2615
|
throw new Ve("Specified list of YAML types (or a single Type object) contains a non-Type object.");
|
|
2592
2616
|
});
|
|
2593
2617
|
var r = Object.create(Ln.prototype);
|
|
2594
|
-
return r.implicit = (this.implicit || []).concat(n), r.explicit = (this.explicit || []).concat(o), r.compiledImplicit = lo(r, "implicit"), r.compiledExplicit = lo(r, "explicit"), r.compiledTypeMap =
|
|
2618
|
+
return r.implicit = (this.implicit || []).concat(n), r.explicit = (this.explicit || []).concat(o), r.compiledImplicit = lo(r, "implicit"), r.compiledExplicit = lo(r, "explicit"), r.compiledTypeMap = Eu(r.compiledImplicit, r.compiledExplicit), r;
|
|
2595
2619
|
};
|
|
2596
2620
|
var zo = Ln, Po = new Ne("tag:yaml.org,2002:str", {
|
|
2597
2621
|
kind: "scalar",
|
|
@@ -2615,22 +2639,22 @@ var zo = Ln, Po = new Ne("tag:yaml.org,2002:str", {
|
|
|
2615
2639
|
Do
|
|
2616
2640
|
]
|
|
2617
2641
|
});
|
|
2618
|
-
function
|
|
2642
|
+
function Fu(e) {
|
|
2619
2643
|
if (e === null) return !0;
|
|
2620
2644
|
var t = e.length;
|
|
2621
2645
|
return t === 1 && e === "~" || t === 4 && (e === "null" || e === "Null" || e === "NULL");
|
|
2622
2646
|
}
|
|
2623
|
-
function
|
|
2647
|
+
function Mu() {
|
|
2624
2648
|
return null;
|
|
2625
2649
|
}
|
|
2626
|
-
function
|
|
2650
|
+
function Tu(e) {
|
|
2627
2651
|
return e === null;
|
|
2628
2652
|
}
|
|
2629
2653
|
var Vo = new Ne("tag:yaml.org,2002:null", {
|
|
2630
2654
|
kind: "scalar",
|
|
2631
|
-
resolve:
|
|
2632
|
-
construct:
|
|
2633
|
-
predicate:
|
|
2655
|
+
resolve: Fu,
|
|
2656
|
+
construct: Mu,
|
|
2657
|
+
predicate: Tu,
|
|
2634
2658
|
represent: {
|
|
2635
2659
|
canonical: function() {
|
|
2636
2660
|
return "~";
|
|
@@ -2650,22 +2674,22 @@ var Vo = new Ne("tag:yaml.org,2002:null", {
|
|
|
2650
2674
|
},
|
|
2651
2675
|
defaultStyle: "lowercase"
|
|
2652
2676
|
});
|
|
2653
|
-
function
|
|
2677
|
+
function Iu(e) {
|
|
2654
2678
|
if (e === null) return !1;
|
|
2655
2679
|
var t = e.length;
|
|
2656
2680
|
return t === 4 && (e === "true" || e === "True" || e === "TRUE") || t === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
2657
2681
|
}
|
|
2658
|
-
function
|
|
2682
|
+
function ju(e) {
|
|
2659
2683
|
return e === "true" || e === "True" || e === "TRUE";
|
|
2660
2684
|
}
|
|
2661
|
-
function
|
|
2685
|
+
function Ou(e) {
|
|
2662
2686
|
return Object.prototype.toString.call(e) === "[object Boolean]";
|
|
2663
2687
|
}
|
|
2664
2688
|
var Uo = new Ne("tag:yaml.org,2002:bool", {
|
|
2665
2689
|
kind: "scalar",
|
|
2666
|
-
resolve:
|
|
2667
|
-
construct:
|
|
2668
|
-
predicate:
|
|
2690
|
+
resolve: Iu,
|
|
2691
|
+
construct: ju,
|
|
2692
|
+
predicate: Ou,
|
|
2669
2693
|
represent: {
|
|
2670
2694
|
lowercase: function(e) {
|
|
2671
2695
|
return e ? "true" : "false";
|
|
@@ -2679,16 +2703,16 @@ var Uo = new Ne("tag:yaml.org,2002:bool", {
|
|
|
2679
2703
|
},
|
|
2680
2704
|
defaultStyle: "lowercase"
|
|
2681
2705
|
});
|
|
2682
|
-
function
|
|
2706
|
+
function Nu(e) {
|
|
2683
2707
|
return 48 <= e && e <= 57 || 65 <= e && e <= 70 || 97 <= e && e <= 102;
|
|
2684
2708
|
}
|
|
2685
|
-
function
|
|
2709
|
+
function zu(e) {
|
|
2686
2710
|
return 48 <= e && e <= 55;
|
|
2687
2711
|
}
|
|
2688
|
-
function
|
|
2712
|
+
function Pu(e) {
|
|
2689
2713
|
return 48 <= e && e <= 57;
|
|
2690
2714
|
}
|
|
2691
|
-
function
|
|
2715
|
+
function Ru(e) {
|
|
2692
2716
|
if (e === null) return !1;
|
|
2693
2717
|
var t = e.length, n = 0, o = !1, r;
|
|
2694
2718
|
if (!t) return !1;
|
|
@@ -2705,7 +2729,7 @@ function Pu(e) {
|
|
|
2705
2729
|
if (r === "x") {
|
|
2706
2730
|
for (n++; n < t; n++)
|
|
2707
2731
|
if (r = e[n], r !== "_") {
|
|
2708
|
-
if (!
|
|
2732
|
+
if (!Nu(e.charCodeAt(n))) return !1;
|
|
2709
2733
|
o = !0;
|
|
2710
2734
|
}
|
|
2711
2735
|
return o && r !== "_";
|
|
@@ -2713,7 +2737,7 @@ function Pu(e) {
|
|
|
2713
2737
|
if (r === "o") {
|
|
2714
2738
|
for (n++; n < t; n++)
|
|
2715
2739
|
if (r = e[n], r !== "_") {
|
|
2716
|
-
if (!
|
|
2740
|
+
if (!zu(e.charCodeAt(n))) return !1;
|
|
2717
2741
|
o = !0;
|
|
2718
2742
|
}
|
|
2719
2743
|
return o && r !== "_";
|
|
@@ -2722,13 +2746,13 @@ function Pu(e) {
|
|
|
2722
2746
|
if (r === "_") return !1;
|
|
2723
2747
|
for (; n < t; n++)
|
|
2724
2748
|
if (r = e[n], r !== "_") {
|
|
2725
|
-
if (!
|
|
2749
|
+
if (!Pu(e.charCodeAt(n)))
|
|
2726
2750
|
return !1;
|
|
2727
2751
|
o = !0;
|
|
2728
2752
|
}
|
|
2729
2753
|
return !(!o || r === "_");
|
|
2730
2754
|
}
|
|
2731
|
-
function
|
|
2755
|
+
function Du(e) {
|
|
2732
2756
|
var t = e, n = 1, o;
|
|
2733
2757
|
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), o = t[0], (o === "-" || o === "+") && (o === "-" && (n = -1), t = t.slice(1), o = t[0]), t === "0") return 0;
|
|
2734
2758
|
if (o === "0") {
|
|
@@ -2738,14 +2762,14 @@ function Ru(e) {
|
|
|
2738
2762
|
}
|
|
2739
2763
|
return n * parseInt(t, 10);
|
|
2740
2764
|
}
|
|
2741
|
-
function
|
|
2765
|
+
function Bu(e) {
|
|
2742
2766
|
return Object.prototype.toString.call(e) === "[object Number]" && e % 1 === 0 && !Te.isNegativeZero(e);
|
|
2743
2767
|
}
|
|
2744
2768
|
var qo = new Ne("tag:yaml.org,2002:int", {
|
|
2745
2769
|
kind: "scalar",
|
|
2746
|
-
resolve:
|
|
2747
|
-
construct:
|
|
2748
|
-
predicate:
|
|
2770
|
+
resolve: Ru,
|
|
2771
|
+
construct: Du,
|
|
2772
|
+
predicate: Bu,
|
|
2749
2773
|
represent: {
|
|
2750
2774
|
binary: function(e) {
|
|
2751
2775
|
return e >= 0 ? "0b" + e.toString(2) : "-0b" + e.toString(2).slice(1);
|
|
@@ -2768,21 +2792,21 @@ var qo = new Ne("tag:yaml.org,2002:int", {
|
|
|
2768
2792
|
decimal: [10, "dec"],
|
|
2769
2793
|
hexadecimal: [16, "hex"]
|
|
2770
2794
|
}
|
|
2771
|
-
}),
|
|
2795
|
+
}), Vu = new RegExp(
|
|
2772
2796
|
// 2.5e4, 2.5 and integers
|
|
2773
2797
|
"^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"
|
|
2774
2798
|
);
|
|
2775
|
-
function
|
|
2776
|
-
return !(e === null || !
|
|
2799
|
+
function Uu(e) {
|
|
2800
|
+
return !(e === null || !Vu.test(e) || // Quick hack to not allow integers end with `_`
|
|
2777
2801
|
// Probably should update regexp & check speed
|
|
2778
2802
|
e[e.length - 1] === "_");
|
|
2779
2803
|
}
|
|
2780
|
-
function
|
|
2804
|
+
function qu(e) {
|
|
2781
2805
|
var t, n;
|
|
2782
2806
|
return t = e.replace(/_/g, "").toLowerCase(), n = t[0] === "-" ? -1 : 1, "+-".indexOf(t[0]) >= 0 && (t = t.slice(1)), t === ".inf" ? n === 1 ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY : t === ".nan" ? NaN : n * parseFloat(t, 10);
|
|
2783
2807
|
}
|
|
2784
|
-
var
|
|
2785
|
-
function
|
|
2808
|
+
var Hu = /^[-+]?[0-9]+e/;
|
|
2809
|
+
function Yu(e, t) {
|
|
2786
2810
|
var n;
|
|
2787
2811
|
if (isNaN(e))
|
|
2788
2812
|
switch (t) {
|
|
@@ -2813,17 +2837,17 @@ function Hu(e, t) {
|
|
|
2813
2837
|
}
|
|
2814
2838
|
else if (Te.isNegativeZero(e))
|
|
2815
2839
|
return "-0.0";
|
|
2816
|
-
return n = e.toString(10),
|
|
2840
|
+
return n = e.toString(10), Hu.test(n) ? n.replace("e", ".e") : n;
|
|
2817
2841
|
}
|
|
2818
|
-
function
|
|
2842
|
+
function Wu(e) {
|
|
2819
2843
|
return Object.prototype.toString.call(e) === "[object Number]" && (e % 1 !== 0 || Te.isNegativeZero(e));
|
|
2820
2844
|
}
|
|
2821
2845
|
var Ho = new Ne("tag:yaml.org,2002:float", {
|
|
2822
2846
|
kind: "scalar",
|
|
2823
|
-
resolve:
|
|
2824
|
-
construct:
|
|
2825
|
-
predicate:
|
|
2826
|
-
represent:
|
|
2847
|
+
resolve: Uu,
|
|
2848
|
+
construct: qu,
|
|
2849
|
+
predicate: Wu,
|
|
2850
|
+
represent: Yu,
|
|
2827
2851
|
defaultStyle: "lowercase"
|
|
2828
2852
|
}), Yo = Bo.extend({
|
|
2829
2853
|
implicit: [
|
|
@@ -2837,10 +2861,10 @@ var Ho = new Ne("tag:yaml.org,2002:float", {
|
|
|
2837
2861
|
), Ko = new RegExp(
|
|
2838
2862
|
"^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$"
|
|
2839
2863
|
);
|
|
2840
|
-
function
|
|
2864
|
+
function Zu(e) {
|
|
2841
2865
|
return e === null ? !1 : Zo.exec(e) !== null || Ko.exec(e) !== null;
|
|
2842
2866
|
}
|
|
2843
|
-
function
|
|
2867
|
+
function Ku(e) {
|
|
2844
2868
|
var t, n, o, r, l, i, u, f = 0, p = null, b, a, v;
|
|
2845
2869
|
if (t = Zo.exec(e), t === null && (t = Ko.exec(e)), t === null) throw new Error("Date resolve error");
|
|
2846
2870
|
if (n = +t[1], o = +t[2] - 1, r = +t[3], !t[4])
|
|
@@ -2852,25 +2876,25 @@ function Zu(e) {
|
|
|
2852
2876
|
}
|
|
2853
2877
|
return t[9] && (b = +t[10], a = +(t[11] || 0), p = (b * 60 + a) * 6e4, t[9] === "-" && (p = -p)), v = new Date(Date.UTC(n, o, r, l, i, u, f)), p && v.setTime(v.getTime() - p), v;
|
|
2854
2878
|
}
|
|
2855
|
-
function
|
|
2879
|
+
function Gu(e) {
|
|
2856
2880
|
return e.toISOString();
|
|
2857
2881
|
}
|
|
2858
2882
|
var Go = new Ne("tag:yaml.org,2002:timestamp", {
|
|
2859
2883
|
kind: "scalar",
|
|
2860
|
-
resolve:
|
|
2861
|
-
construct:
|
|
2884
|
+
resolve: Zu,
|
|
2885
|
+
construct: Ku,
|
|
2862
2886
|
instanceOf: Date,
|
|
2863
|
-
represent:
|
|
2887
|
+
represent: Gu
|
|
2864
2888
|
});
|
|
2865
|
-
function
|
|
2889
|
+
function Xu(e) {
|
|
2866
2890
|
return e === "<<" || e === null;
|
|
2867
2891
|
}
|
|
2868
2892
|
var Xo = new Ne("tag:yaml.org,2002:merge", {
|
|
2869
2893
|
kind: "scalar",
|
|
2870
|
-
resolve:
|
|
2894
|
+
resolve: Xu
|
|
2871
2895
|
}), zn = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
2872
2896
|
\r`;
|
|
2873
|
-
function
|
|
2897
|
+
function Ju(e) {
|
|
2874
2898
|
if (e === null) return !1;
|
|
2875
2899
|
var t, n, o = 0, r = e.length, l = zn;
|
|
2876
2900
|
for (n = 0; n < r; n++)
|
|
@@ -2880,35 +2904,35 @@ function Xu(e) {
|
|
|
2880
2904
|
}
|
|
2881
2905
|
return o % 8 === 0;
|
|
2882
2906
|
}
|
|
2883
|
-
function
|
|
2907
|
+
function Qu(e) {
|
|
2884
2908
|
var t, n, o = e.replace(/[\r\n=]/g, ""), r = o.length, l = zn, i = 0, u = [];
|
|
2885
2909
|
for (t = 0; t < r; t++)
|
|
2886
2910
|
t % 4 === 0 && t && (u.push(i >> 16 & 255), u.push(i >> 8 & 255), u.push(i & 255)), i = i << 6 | l.indexOf(o.charAt(t));
|
|
2887
2911
|
return n = r % 4 * 6, n === 0 ? (u.push(i >> 16 & 255), u.push(i >> 8 & 255), u.push(i & 255)) : n === 18 ? (u.push(i >> 10 & 255), u.push(i >> 2 & 255)) : n === 12 && u.push(i >> 4 & 255), new Uint8Array(u);
|
|
2888
2912
|
}
|
|
2889
|
-
function
|
|
2913
|
+
function ec(e) {
|
|
2890
2914
|
var t = "", n = 0, o, r, l = e.length, i = zn;
|
|
2891
2915
|
for (o = 0; o < l; o++)
|
|
2892
2916
|
o % 3 === 0 && o && (t += i[n >> 18 & 63], t += i[n >> 12 & 63], t += i[n >> 6 & 63], t += i[n & 63]), n = (n << 8) + e[o];
|
|
2893
2917
|
return r = l % 3, r === 0 ? (t += i[n >> 18 & 63], t += i[n >> 12 & 63], t += i[n >> 6 & 63], t += i[n & 63]) : r === 2 ? (t += i[n >> 10 & 63], t += i[n >> 4 & 63], t += i[n << 2 & 63], t += i[64]) : r === 1 && (t += i[n >> 2 & 63], t += i[n << 4 & 63], t += i[64], t += i[64]), t;
|
|
2894
2918
|
}
|
|
2895
|
-
function
|
|
2919
|
+
function tc(e) {
|
|
2896
2920
|
return Object.prototype.toString.call(e) === "[object Uint8Array]";
|
|
2897
2921
|
}
|
|
2898
2922
|
var Jo = new Ne("tag:yaml.org,2002:binary", {
|
|
2899
2923
|
kind: "scalar",
|
|
2900
|
-
resolve:
|
|
2901
|
-
construct:
|
|
2902
|
-
predicate:
|
|
2903
|
-
represent:
|
|
2904
|
-
}),
|
|
2905
|
-
function
|
|
2924
|
+
resolve: Ju,
|
|
2925
|
+
construct: Qu,
|
|
2926
|
+
predicate: tc,
|
|
2927
|
+
represent: ec
|
|
2928
|
+
}), nc = Object.prototype.hasOwnProperty, oc = Object.prototype.toString;
|
|
2929
|
+
function rc(e) {
|
|
2906
2930
|
if (e === null) return !0;
|
|
2907
2931
|
var t = [], n, o, r, l, i, u = e;
|
|
2908
2932
|
for (n = 0, o = u.length; n < o; n += 1) {
|
|
2909
|
-
if (r = u[n], i = !1,
|
|
2933
|
+
if (r = u[n], i = !1, oc.call(r) !== "[object Object]") return !1;
|
|
2910
2934
|
for (l in r)
|
|
2911
|
-
if (
|
|
2935
|
+
if (nc.call(r, l))
|
|
2912
2936
|
if (!i) i = !0;
|
|
2913
2937
|
else return !1;
|
|
2914
2938
|
if (!i) return !1;
|
|
@@ -2917,24 +2941,24 @@ function oc(e) {
|
|
|
2917
2941
|
}
|
|
2918
2942
|
return !0;
|
|
2919
2943
|
}
|
|
2920
|
-
function
|
|
2944
|
+
function lc(e) {
|
|
2921
2945
|
return e !== null ? e : [];
|
|
2922
2946
|
}
|
|
2923
2947
|
var Qo = new Ne("tag:yaml.org,2002:omap", {
|
|
2924
2948
|
kind: "sequence",
|
|
2925
|
-
resolve:
|
|
2926
|
-
construct:
|
|
2927
|
-
}),
|
|
2928
|
-
function
|
|
2949
|
+
resolve: rc,
|
|
2950
|
+
construct: lc
|
|
2951
|
+
}), ic = Object.prototype.toString;
|
|
2952
|
+
function sc(e) {
|
|
2929
2953
|
if (e === null) return !0;
|
|
2930
2954
|
var t, n, o, r, l, i = e;
|
|
2931
2955
|
for (l = new Array(i.length), t = 0, n = i.length; t < n; t += 1) {
|
|
2932
|
-
if (o = i[t],
|
|
2956
|
+
if (o = i[t], ic.call(o) !== "[object Object]" || (r = Object.keys(o), r.length !== 1)) return !1;
|
|
2933
2957
|
l[t] = [r[0], o[r[0]]];
|
|
2934
2958
|
}
|
|
2935
2959
|
return !0;
|
|
2936
2960
|
}
|
|
2937
|
-
function
|
|
2961
|
+
function ac(e) {
|
|
2938
2962
|
if (e === null) return [];
|
|
2939
2963
|
var t, n, o, r, l, i = e;
|
|
2940
2964
|
for (l = new Array(i.length), t = 0, n = i.length; t < n; t += 1)
|
|
@@ -2943,24 +2967,24 @@ function sc(e) {
|
|
|
2943
2967
|
}
|
|
2944
2968
|
var er = new Ne("tag:yaml.org,2002:pairs", {
|
|
2945
2969
|
kind: "sequence",
|
|
2946
|
-
resolve:
|
|
2947
|
-
construct:
|
|
2948
|
-
}),
|
|
2949
|
-
function
|
|
2970
|
+
resolve: sc,
|
|
2971
|
+
construct: ac
|
|
2972
|
+
}), uc = Object.prototype.hasOwnProperty;
|
|
2973
|
+
function cc(e) {
|
|
2950
2974
|
if (e === null) return !0;
|
|
2951
2975
|
var t, n = e;
|
|
2952
2976
|
for (t in n)
|
|
2953
|
-
if (
|
|
2977
|
+
if (uc.call(n, t) && n[t] !== null)
|
|
2954
2978
|
return !1;
|
|
2955
2979
|
return !0;
|
|
2956
2980
|
}
|
|
2957
|
-
function
|
|
2981
|
+
function dc(e) {
|
|
2958
2982
|
return e !== null ? e : {};
|
|
2959
2983
|
}
|
|
2960
2984
|
var tr = new Ne("tag:yaml.org,2002:set", {
|
|
2961
2985
|
kind: "mapping",
|
|
2962
|
-
resolve:
|
|
2963
|
-
construct:
|
|
2986
|
+
resolve: cc,
|
|
2987
|
+
construct: dc
|
|
2964
2988
|
}), Pn = Wo.extend({
|
|
2965
2989
|
implicit: [
|
|
2966
2990
|
Go,
|
|
@@ -2972,11 +2996,11 @@ var tr = new Ne("tag:yaml.org,2002:set", {
|
|
|
2972
2996
|
er,
|
|
2973
2997
|
tr
|
|
2974
2998
|
]
|
|
2975
|
-
}), yt = Object.prototype.hasOwnProperty, sn = 1, nr = 2, or = 3, an = 4, xn = 1,
|
|
2999
|
+
}), yt = Object.prototype.hasOwnProperty, sn = 1, nr = 2, or = 3, an = 4, xn = 1, fc = 2, io = 3, pc = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, vc = /[\x85\u2028\u2029]/, mc = /[,\[\]\{\}]/, rr = /^(?:!|!!|![a-z\-]+!)$/i, lr = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;
|
|
2976
3000
|
function so(e) {
|
|
2977
3001
|
return Object.prototype.toString.call(e);
|
|
2978
3002
|
}
|
|
2979
|
-
function
|
|
3003
|
+
function st(e) {
|
|
2980
3004
|
return e === 10 || e === 13;
|
|
2981
3005
|
}
|
|
2982
3006
|
function _t(e) {
|
|
@@ -2988,21 +3012,21 @@ function qe(e) {
|
|
|
2988
3012
|
function It(e) {
|
|
2989
3013
|
return e === 44 || e === 91 || e === 93 || e === 123 || e === 125;
|
|
2990
3014
|
}
|
|
2991
|
-
function
|
|
3015
|
+
function gc(e) {
|
|
2992
3016
|
var t;
|
|
2993
3017
|
return 48 <= e && e <= 57 ? e - 48 : (t = e | 32, 97 <= t && t <= 102 ? t - 97 + 10 : -1);
|
|
2994
3018
|
}
|
|
2995
|
-
function
|
|
3019
|
+
function hc(e) {
|
|
2996
3020
|
return e === 120 ? 2 : e === 117 ? 4 : e === 85 ? 8 : 0;
|
|
2997
3021
|
}
|
|
2998
|
-
function
|
|
3022
|
+
function yc(e) {
|
|
2999
3023
|
return 48 <= e && e <= 57 ? e - 48 : -1;
|
|
3000
3024
|
}
|
|
3001
3025
|
function ao(e) {
|
|
3002
3026
|
return e === 48 ? "\0" : e === 97 ? "\x07" : e === 98 ? "\b" : e === 116 || e === 9 ? " " : e === 110 ? `
|
|
3003
3027
|
` : e === 118 ? "\v" : e === 102 ? "\f" : e === 114 ? "\r" : e === 101 ? "\x1B" : e === 32 ? " " : e === 34 ? '"' : e === 47 ? "/" : e === 92 ? "\\" : e === 78 ? "
" : e === 95 ? " " : e === 76 ? "\u2028" : e === 80 ? "\u2029" : "";
|
|
3004
3028
|
}
|
|
3005
|
-
function
|
|
3029
|
+
function xc(e) {
|
|
3006
3030
|
return e <= 65535 ? String.fromCharCode(e) : String.fromCharCode(
|
|
3007
3031
|
(e - 65536 >> 10) + 55296,
|
|
3008
3032
|
(e - 65536 & 1023) + 56320
|
|
@@ -3011,7 +3035,7 @@ function yc(e) {
|
|
|
3011
3035
|
var ir = new Array(256), sr = new Array(256);
|
|
3012
3036
|
for (var Et = 0; Et < 256; Et++)
|
|
3013
3037
|
ir[Et] = ao(Et) ? 1 : 0, sr[Et] = ao(Et);
|
|
3014
|
-
function
|
|
3038
|
+
function bc(e, t) {
|
|
3015
3039
|
this.input = e, this.filename = t.filename || null, this.schema = t.schema || Pn, this.onWarning = t.onWarning || null, this.legacy = t.legacy || !1, this.json = t.json || !1, this.listener = t.listener || null, this.implicitTypes = this.schema.compiledImplicit, this.typeMap = this.schema.compiledTypeMap, this.length = e.length, this.position = 0, this.line = 0, this.lineStart = 0, this.lineIndent = 0, this.firstTabInLine = -1, this.documents = [];
|
|
3016
3040
|
}
|
|
3017
3041
|
function ar(e, t) {
|
|
@@ -3023,7 +3047,7 @@ function ar(e, t) {
|
|
|
3023
3047
|
line: e.line,
|
|
3024
3048
|
column: e.position - e.lineStart
|
|
3025
3049
|
};
|
|
3026
|
-
return n.snippet =
|
|
3050
|
+
return n.snippet = $u(n), new Ve(t, n);
|
|
3027
3051
|
}
|
|
3028
3052
|
function re(e, t) {
|
|
3029
3053
|
throw ar(e, t);
|
|
@@ -3053,7 +3077,7 @@ function mt(e, t, n, o) {
|
|
|
3053
3077
|
if (u = e.input.slice(t, n), o)
|
|
3054
3078
|
for (r = 0, l = u.length; r < l; r += 1)
|
|
3055
3079
|
i = u.charCodeAt(r), i === 9 || 32 <= i && i <= 1114111 || re(e, "expected valid JSON character");
|
|
3056
|
-
else
|
|
3080
|
+
else pc.test(u) && re(e, "the stream contains non-printable characters");
|
|
3057
3081
|
e.result += u;
|
|
3058
3082
|
}
|
|
3059
3083
|
}
|
|
@@ -3094,7 +3118,7 @@ function Ee(e, t, n) {
|
|
|
3094
3118
|
do
|
|
3095
3119
|
r = e.input.charCodeAt(++e.position);
|
|
3096
3120
|
while (r !== 10 && r !== 13 && r !== 0);
|
|
3097
|
-
if (
|
|
3121
|
+
if (st(r))
|
|
3098
3122
|
for (Rn(e), r = e.input.charCodeAt(e.position), o++, e.lineIndent = 0; r === 32; )
|
|
3099
3123
|
e.lineIndent++, r = e.input.charCodeAt(++e.position);
|
|
3100
3124
|
else
|
|
@@ -3110,7 +3134,7 @@ function Dn(e, t) {
|
|
|
3110
3134
|
t === 1 ? e.result += " " : t > 1 && (e.result += Te.repeat(`
|
|
3111
3135
|
`, t - 1));
|
|
3112
3136
|
}
|
|
3113
|
-
function
|
|
3137
|
+
function wc(e, t, n) {
|
|
3114
3138
|
var o, r, l, i, u, f, p, b, a = e.kind, v = e.result, c;
|
|
3115
3139
|
if (c = e.input.charCodeAt(e.position), qe(c) || It(c) || c === 35 || c === 38 || c === 42 || c === 33 || c === 124 || c === 62 || c === 39 || c === 34 || c === 37 || c === 64 || c === 96 || (c === 63 || c === 45) && (r = e.input.charCodeAt(e.position + 1), qe(r) || n && It(r)))
|
|
3116
3140
|
return !1;
|
|
@@ -3124,7 +3148,7 @@ function bc(e, t, n) {
|
|
|
3124
3148
|
} else {
|
|
3125
3149
|
if (e.position === e.lineStart && fn(e) || n && It(c))
|
|
3126
3150
|
break;
|
|
3127
|
-
if (
|
|
3151
|
+
if (st(c))
|
|
3128
3152
|
if (f = e.line, p = e.lineStart, b = e.lineIndent, Ee(e, !1, -1), e.lineIndent >= t) {
|
|
3129
3153
|
u = !0, c = e.input.charCodeAt(e.position);
|
|
3130
3154
|
continue;
|
|
@@ -3137,7 +3161,7 @@ function bc(e, t, n) {
|
|
|
3137
3161
|
}
|
|
3138
3162
|
return mt(e, l, i, !1), e.result ? !0 : (e.kind = a, e.result = v, !1);
|
|
3139
3163
|
}
|
|
3140
|
-
function
|
|
3164
|
+
function _c(e, t) {
|
|
3141
3165
|
var n, o, r;
|
|
3142
3166
|
if (n = e.input.charCodeAt(e.position), n !== 39)
|
|
3143
3167
|
return !1;
|
|
@@ -3147,10 +3171,10 @@ function wc(e, t) {
|
|
|
3147
3171
|
o = e.position, e.position++, r = e.position;
|
|
3148
3172
|
else
|
|
3149
3173
|
return !0;
|
|
3150
|
-
else
|
|
3174
|
+
else st(n) ? (mt(e, o, r, !0), Dn(e, Ee(e, !1, t)), o = r = e.position) : e.position === e.lineStart && fn(e) ? re(e, "unexpected end of the document within a single quoted scalar") : (e.position++, r = e.position);
|
|
3151
3175
|
re(e, "unexpected end of the stream within a single quoted scalar");
|
|
3152
3176
|
}
|
|
3153
|
-
function
|
|
3177
|
+
function kc(e, t) {
|
|
3154
3178
|
var n, o, r, l, i, u;
|
|
3155
3179
|
if (u = e.input.charCodeAt(e.position), u !== 34)
|
|
3156
3180
|
return !1;
|
|
@@ -3158,22 +3182,22 @@ function _c(e, t) {
|
|
|
3158
3182
|
if (u === 34)
|
|
3159
3183
|
return mt(e, n, e.position, !0), e.position++, !0;
|
|
3160
3184
|
if (u === 92) {
|
|
3161
|
-
if (mt(e, n, e.position, !0), u = e.input.charCodeAt(++e.position),
|
|
3185
|
+
if (mt(e, n, e.position, !0), u = e.input.charCodeAt(++e.position), st(u))
|
|
3162
3186
|
Ee(e, !1, t);
|
|
3163
3187
|
else if (u < 256 && ir[u])
|
|
3164
3188
|
e.result += sr[u], e.position++;
|
|
3165
|
-
else if ((i =
|
|
3189
|
+
else if ((i = hc(u)) > 0) {
|
|
3166
3190
|
for (r = i, l = 0; r > 0; r--)
|
|
3167
|
-
u = e.input.charCodeAt(++e.position), (i =
|
|
3168
|
-
e.result +=
|
|
3191
|
+
u = e.input.charCodeAt(++e.position), (i = gc(u)) >= 0 ? l = (l << 4) + i : re(e, "expected hexadecimal character");
|
|
3192
|
+
e.result += xc(l), e.position++;
|
|
3169
3193
|
} else
|
|
3170
3194
|
re(e, "unknown escape sequence");
|
|
3171
3195
|
n = o = e.position;
|
|
3172
|
-
} else
|
|
3196
|
+
} else st(u) ? (mt(e, n, o, !0), Dn(e, Ee(e, !1, t)), n = o = e.position) : e.position === e.lineStart && fn(e) ? re(e, "unexpected end of the document within a double quoted scalar") : (e.position++, o = e.position);
|
|
3173
3197
|
}
|
|
3174
3198
|
re(e, "unexpected end of the stream within a double quoted scalar");
|
|
3175
3199
|
}
|
|
3176
|
-
function
|
|
3200
|
+
function $c(e, t) {
|
|
3177
3201
|
var n = !0, o, r, l, i = e.tag, u, f = e.anchor, p, b, a, v, c, d = /* @__PURE__ */ Object.create(null), g, h, y, k;
|
|
3178
3202
|
if (k = e.input.charCodeAt(e.position), k === 91)
|
|
3179
3203
|
b = 93, c = !1, u = [];
|
|
@@ -3188,7 +3212,7 @@ function kc(e, t) {
|
|
|
3188
3212
|
}
|
|
3189
3213
|
re(e, "unexpected end of the stream within a flow collection");
|
|
3190
3214
|
}
|
|
3191
|
-
function
|
|
3215
|
+
function Cc(e, t) {
|
|
3192
3216
|
var n, o, r = xn, l = !1, i = !1, u = t, f = 0, p = !1, b, a;
|
|
3193
3217
|
if (a = e.input.charCodeAt(e.position), a === 124)
|
|
3194
3218
|
o = !1;
|
|
@@ -3198,8 +3222,8 @@ function $c(e, t) {
|
|
|
3198
3222
|
return !1;
|
|
3199
3223
|
for (e.kind = "scalar", e.result = ""; a !== 0; )
|
|
3200
3224
|
if (a = e.input.charCodeAt(++e.position), a === 43 || a === 45)
|
|
3201
|
-
xn === r ? r = a === 43 ? io :
|
|
3202
|
-
else if ((b =
|
|
3225
|
+
xn === r ? r = a === 43 ? io : fc : re(e, "repeat of a chomping mode identifier");
|
|
3226
|
+
else if ((b = yc(a)) >= 0)
|
|
3203
3227
|
b === 0 ? re(e, "bad explicit indentation width of a block scalar; it cannot be less than one") : i ? re(e, "repeat of an indentation width identifier") : (u = t + b - 1, i = !0);
|
|
3204
3228
|
else
|
|
3205
3229
|
break;
|
|
@@ -3210,12 +3234,12 @@ function $c(e, t) {
|
|
|
3210
3234
|
if (a === 35)
|
|
3211
3235
|
do
|
|
3212
3236
|
a = e.input.charCodeAt(++e.position);
|
|
3213
|
-
while (!
|
|
3237
|
+
while (!st(a) && a !== 0);
|
|
3214
3238
|
}
|
|
3215
3239
|
for (; a !== 0; ) {
|
|
3216
3240
|
for (Rn(e), e.lineIndent = 0, a = e.input.charCodeAt(e.position); (!i || e.lineIndent < u) && a === 32; )
|
|
3217
3241
|
e.lineIndent++, a = e.input.charCodeAt(++e.position);
|
|
3218
|
-
if (!i && e.lineIndent > u && (u = e.lineIndent),
|
|
3242
|
+
if (!i && e.lineIndent > u && (u = e.lineIndent), st(a)) {
|
|
3219
3243
|
f++;
|
|
3220
3244
|
continue;
|
|
3221
3245
|
}
|
|
@@ -3229,7 +3253,7 @@ function $c(e, t) {
|
|
|
3229
3253
|
`, l ? 1 + f : f)) : p ? (p = !1, e.result += Te.repeat(`
|
|
3230
3254
|
`, f + 1)) : f === 0 ? l && (e.result += " ") : e.result += Te.repeat(`
|
|
3231
3255
|
`, f) : e.result += Te.repeat(`
|
|
3232
|
-
`, l ? 1 + f : f), l = !0, i = !0, f = 0, n = e.position; !
|
|
3256
|
+
`, l ? 1 + f : f), l = !0, i = !0, f = 0, n = e.position; !st(a) && a !== 0; )
|
|
3233
3257
|
a = e.input.charCodeAt(++e.position);
|
|
3234
3258
|
mt(e, n, e.position, !1);
|
|
3235
3259
|
}
|
|
@@ -3250,7 +3274,7 @@ function fo(e, t) {
|
|
|
3250
3274
|
}
|
|
3251
3275
|
return u ? (e.tag = o, e.anchor = r, e.kind = "sequence", e.result = l, !0) : !1;
|
|
3252
3276
|
}
|
|
3253
|
-
function
|
|
3277
|
+
function Ac(e, t, n) {
|
|
3254
3278
|
var o, r, l, i, u, f, p = e.tag, b = e.anchor, a = {}, v = /* @__PURE__ */ Object.create(null), c = null, d = null, g = null, h = !1, y = !1, k;
|
|
3255
3279
|
if (e.firstTabInLine !== -1) return !1;
|
|
3256
3280
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = a), k = e.input.charCodeAt(e.position); k !== 0; ) {
|
|
@@ -3280,7 +3304,7 @@ function Cc(e, t, n) {
|
|
|
3280
3304
|
}
|
|
3281
3305
|
return h && jt(e, a, v, c, d, null, i, u, f), y && (e.tag = p, e.anchor = b, e.kind = "mapping", e.result = a), y;
|
|
3282
3306
|
}
|
|
3283
|
-
function
|
|
3307
|
+
function Lc(e) {
|
|
3284
3308
|
var t, n = !1, o = !1, r, l, i;
|
|
3285
3309
|
if (i = e.input.charCodeAt(e.position), i !== 33) return !1;
|
|
3286
3310
|
if (e.tag !== null && re(e, "duplication of a tag property"), i = e.input.charCodeAt(++e.position), i === 60 ? (n = !0, i = e.input.charCodeAt(++e.position)) : i === 33 ? (o = !0, r = "!!", i = e.input.charCodeAt(++e.position)) : r = "!", t = e.position, n) {
|
|
@@ -3291,7 +3315,7 @@ function Ac(e) {
|
|
|
3291
3315
|
} else {
|
|
3292
3316
|
for (; i !== 0 && !qe(i); )
|
|
3293
3317
|
i === 33 && (o ? re(e, "tag suffix cannot contain exclamation marks") : (r = e.input.slice(t - 1, e.position + 1), rr.test(r) || re(e, "named tag handle cannot contain such characters"), o = !0, t = e.position + 1)), i = e.input.charCodeAt(++e.position);
|
|
3294
|
-
l = e.input.slice(t, e.position),
|
|
3318
|
+
l = e.input.slice(t, e.position), mc.test(l) && re(e, "tag suffix cannot contain flow indicator characters");
|
|
3295
3319
|
}
|
|
3296
3320
|
l && !lr.test(l) && re(e, "tag name cannot contain such characters: " + l);
|
|
3297
3321
|
try {
|
|
@@ -3301,14 +3325,14 @@ function Ac(e) {
|
|
|
3301
3325
|
}
|
|
3302
3326
|
return n ? e.tag = l : yt.call(e.tagMap, r) ? e.tag = e.tagMap[r] + l : r === "!" ? e.tag = "!" + l : r === "!!" ? e.tag = "tag:yaml.org,2002:" + l : re(e, 'undeclared tag handle "' + r + '"'), !0;
|
|
3303
3327
|
}
|
|
3304
|
-
function
|
|
3328
|
+
function Sc(e) {
|
|
3305
3329
|
var t, n;
|
|
3306
3330
|
if (n = e.input.charCodeAt(e.position), n !== 38) return !1;
|
|
3307
3331
|
for (e.anchor !== null && re(e, "duplication of an anchor property"), n = e.input.charCodeAt(++e.position), t = e.position; n !== 0 && !qe(n) && !It(n); )
|
|
3308
3332
|
n = e.input.charCodeAt(++e.position);
|
|
3309
3333
|
return e.position === t && re(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(t, e.position), !0;
|
|
3310
3334
|
}
|
|
3311
|
-
function
|
|
3335
|
+
function Ec(e) {
|
|
3312
3336
|
var t, n, o;
|
|
3313
3337
|
if (o = e.input.charCodeAt(e.position), o !== 42) return !1;
|
|
3314
3338
|
for (o = e.input.charCodeAt(++e.position), t = e.position; o !== 0 && !qe(o) && !It(o); )
|
|
@@ -3318,9 +3342,9 @@ function Sc(e) {
|
|
|
3318
3342
|
function Pt(e, t, n, o, r) {
|
|
3319
3343
|
var l, i, u, f = 1, p = !1, b = !1, a, v, c, d, g, h;
|
|
3320
3344
|
if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, l = i = u = an === n || or === n, o && Ee(e, !0, -1) && (p = !0, e.lineIndent > t ? f = 1 : e.lineIndent === t ? f = 0 : e.lineIndent < t && (f = -1)), f === 1)
|
|
3321
|
-
for (;
|
|
3345
|
+
for (; Lc(e) || Sc(e); )
|
|
3322
3346
|
Ee(e, !0, -1) ? (p = !0, u = l, e.lineIndent > t ? f = 1 : e.lineIndent === t ? f = 0 : e.lineIndent < t && (f = -1)) : u = !1;
|
|
3323
|
-
if (u && (u = p || r), (f === 1 || an === n) && (sn === n || nr === n ? g = t : g = t + 1, h = e.position - e.lineStart, f === 1 ? u && (fo(e, h) ||
|
|
3347
|
+
if (u && (u = p || r), (f === 1 || an === n) && (sn === n || nr === n ? g = t : g = t + 1, h = e.position - e.lineStart, f === 1 ? u && (fo(e, h) || Ac(e, h, g)) || $c(e, g) ? b = !0 : (i && Cc(e, g) || _c(e, g) || kc(e, g) ? b = !0 : Ec(e) ? (b = !0, (e.tag !== null || e.anchor !== null) && re(e, "alias node should not have any properties")) : wc(e, g, sn === n) && (b = !0, e.tag === null && (e.tag = "?")), e.anchor !== null && (e.anchorMap[e.anchor] = e.result)) : f === 0 && (b = u && fo(e, h))), e.tag === null)
|
|
3324
3348
|
e.anchor !== null && (e.anchorMap[e.anchor] = e.result);
|
|
3325
3349
|
else if (e.tag === "?") {
|
|
3326
3350
|
for (e.result !== null && e.kind !== "scalar" && re(e, 'unacceptable node kind for !<?> tag; it should be "scalar", not "' + e.kind + '"'), a = 0, v = e.implicitTypes.length; a < v; a += 1)
|
|
@@ -3341,7 +3365,7 @@ function Pt(e, t, n, o, r) {
|
|
|
3341
3365
|
}
|
|
3342
3366
|
return e.listener !== null && e.listener("close", e), e.tag !== null || e.anchor !== null || b;
|
|
3343
3367
|
}
|
|
3344
|
-
function
|
|
3368
|
+
function Fc(e) {
|
|
3345
3369
|
var t = e.position, n, o, r, l = !1, i;
|
|
3346
3370
|
for (e.version = null, e.checkLineBreaks = e.legacy, e.tagMap = /* @__PURE__ */ Object.create(null), e.anchorMap = /* @__PURE__ */ Object.create(null); (i = e.input.charCodeAt(e.position)) !== 0 && (Ee(e, !0, -1), i = e.input.charCodeAt(e.position), !(e.lineIndent > 0 || i !== 37)); ) {
|
|
3347
3371
|
for (l = !0, i = e.input.charCodeAt(++e.position), n = e.position; i !== 0 && !qe(i); )
|
|
@@ -3352,17 +3376,17 @@ function Ec(e) {
|
|
|
3352
3376
|
if (i === 35) {
|
|
3353
3377
|
do
|
|
3354
3378
|
i = e.input.charCodeAt(++e.position);
|
|
3355
|
-
while (i !== 0 && !
|
|
3379
|
+
while (i !== 0 && !st(i));
|
|
3356
3380
|
break;
|
|
3357
3381
|
}
|
|
3358
|
-
if (
|
|
3382
|
+
if (st(i)) break;
|
|
3359
3383
|
for (n = e.position; i !== 0 && !qe(i); )
|
|
3360
3384
|
i = e.input.charCodeAt(++e.position);
|
|
3361
3385
|
r.push(e.input.slice(n, e.position));
|
|
3362
3386
|
}
|
|
3363
3387
|
i !== 0 && Rn(e), yt.call(uo, o) ? uo[o](e, o, r) : un(e, 'unknown document directive "' + o + '"');
|
|
3364
3388
|
}
|
|
3365
|
-
if (Ee(e, !0, -1), e.lineIndent === 0 && e.input.charCodeAt(e.position) === 45 && e.input.charCodeAt(e.position + 1) === 45 && e.input.charCodeAt(e.position + 2) === 45 ? (e.position += 3, Ee(e, !0, -1)) : l && re(e, "directives end mark is expected"), Pt(e, e.lineIndent - 1, an, !1, !0), Ee(e, !0, -1), e.checkLineBreaks &&
|
|
3389
|
+
if (Ee(e, !0, -1), e.lineIndent === 0 && e.input.charCodeAt(e.position) === 45 && e.input.charCodeAt(e.position + 1) === 45 && e.input.charCodeAt(e.position + 2) === 45 ? (e.position += 3, Ee(e, !0, -1)) : l && re(e, "directives end mark is expected"), Pt(e, e.lineIndent - 1, an, !1, !0), Ee(e, !0, -1), e.checkLineBreaks && vc.test(e.input.slice(t, e.position)) && un(e, "non-ASCII line breaks are interpreted as content"), e.documents.push(e.result), e.position === e.lineStart && fn(e)) {
|
|
3366
3390
|
e.input.charCodeAt(e.position) === 46 && (e.position += 3, Ee(e, !0, -1));
|
|
3367
3391
|
return;
|
|
3368
3392
|
}
|
|
@@ -3374,14 +3398,14 @@ function Ec(e) {
|
|
|
3374
3398
|
function ur(e, t) {
|
|
3375
3399
|
e = String(e), t = t || {}, e.length !== 0 && (e.charCodeAt(e.length - 1) !== 10 && e.charCodeAt(e.length - 1) !== 13 && (e += `
|
|
3376
3400
|
`), e.charCodeAt(0) === 65279 && (e = e.slice(1)));
|
|
3377
|
-
var n = new
|
|
3401
|
+
var n = new bc(e, t), o = e.indexOf("\0");
|
|
3378
3402
|
for (o !== -1 && (n.position = o, re(n, "null byte is not allowed in input")), n.input += "\0"; n.input.charCodeAt(n.position) === 32; )
|
|
3379
3403
|
n.lineIndent += 1, n.position += 1;
|
|
3380
3404
|
for (; n.position < n.length - 1; )
|
|
3381
|
-
|
|
3405
|
+
Fc(n);
|
|
3382
3406
|
return n.documents;
|
|
3383
3407
|
}
|
|
3384
|
-
function
|
|
3408
|
+
function Mc(e, t, n) {
|
|
3385
3409
|
t !== null && typeof t == "object" && typeof n > "u" && (n = t, t = null);
|
|
3386
3410
|
var o = ur(e, n);
|
|
3387
3411
|
if (typeof t != "function")
|
|
@@ -3389,7 +3413,7 @@ function Fc(e, t, n) {
|
|
|
3389
3413
|
for (var r = 0, l = o.length; r < l; r += 1)
|
|
3390
3414
|
t(o[r]);
|
|
3391
3415
|
}
|
|
3392
|
-
function
|
|
3416
|
+
function Tc(e, t) {
|
|
3393
3417
|
var n = ur(e, t);
|
|
3394
3418
|
if (n.length !== 0) {
|
|
3395
3419
|
if (n.length === 1)
|
|
@@ -3397,10 +3421,10 @@ function Mc(e, t) {
|
|
|
3397
3421
|
throw new Ve("expected a single document in the stream, but found more");
|
|
3398
3422
|
}
|
|
3399
3423
|
}
|
|
3400
|
-
var
|
|
3401
|
-
loadAll:
|
|
3402
|
-
load:
|
|
3403
|
-
}, dr = Object.prototype.toString, fr = Object.prototype.hasOwnProperty, Bn = 65279,
|
|
3424
|
+
var Ic = Mc, jc = Tc, cr = {
|
|
3425
|
+
loadAll: Ic,
|
|
3426
|
+
load: jc
|
|
3427
|
+
}, dr = Object.prototype.toString, fr = Object.prototype.hasOwnProperty, Bn = 65279, Oc = 9, Zt = 10, Nc = 13, zc = 32, Pc = 33, Rc = 34, Sn = 35, Dc = 37, Bc = 38, Vc = 39, Uc = 42, pr = 44, qc = 45, cn = 58, Hc = 61, Yc = 62, Wc = 63, Zc = 64, vr = 91, mr = 93, Kc = 96, gr = 123, Gc = 124, hr = 125, De = {};
|
|
3404
3428
|
De[0] = "\\0";
|
|
3405
3429
|
De[7] = "\\a";
|
|
3406
3430
|
De[8] = "\\b";
|
|
@@ -3416,7 +3440,7 @@ De[133] = "\\N";
|
|
|
3416
3440
|
De[160] = "\\_";
|
|
3417
3441
|
De[8232] = "\\L";
|
|
3418
3442
|
De[8233] = "\\P";
|
|
3419
|
-
var
|
|
3443
|
+
var Xc = [
|
|
3420
3444
|
"y",
|
|
3421
3445
|
"Y",
|
|
3422
3446
|
"yes",
|
|
@@ -3433,15 +3457,15 @@ var Gc = [
|
|
|
3433
3457
|
"off",
|
|
3434
3458
|
"Off",
|
|
3435
3459
|
"OFF"
|
|
3436
|
-
],
|
|
3437
|
-
function
|
|
3460
|
+
], Jc = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
|
|
3461
|
+
function Qc(e, t) {
|
|
3438
3462
|
var n, o, r, l, i, u, f;
|
|
3439
3463
|
if (t === null) return {};
|
|
3440
3464
|
for (n = {}, o = Object.keys(t), r = 0, l = o.length; r < l; r += 1)
|
|
3441
3465
|
i = o[r], u = String(t[i]), i.slice(0, 2) === "!!" && (i = "tag:yaml.org,2002:" + i.slice(2)), f = e.compiledTypeMap.fallback[i], f && fr.call(f.styleAliases, u) && (u = f.styleAliases[u]), n[i] = u;
|
|
3442
3466
|
return n;
|
|
3443
3467
|
}
|
|
3444
|
-
function
|
|
3468
|
+
function ed(e) {
|
|
3445
3469
|
var t, n, o;
|
|
3446
3470
|
if (t = e.toString(16).toUpperCase(), e <= 255)
|
|
3447
3471
|
n = "x", o = 2;
|
|
@@ -3453,9 +3477,9 @@ function Qc(e) {
|
|
|
3453
3477
|
throw new Ve("code point within a string may not be greater than 0xFFFFFFFF");
|
|
3454
3478
|
return "\\" + n + Te.repeat("0", o - t.length) + t;
|
|
3455
3479
|
}
|
|
3456
|
-
var
|
|
3457
|
-
function
|
|
3458
|
-
this.schema = e.schema || Pn, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = Te.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap =
|
|
3480
|
+
var td = 1, Kt = 2;
|
|
3481
|
+
function nd(e) {
|
|
3482
|
+
this.schema = e.schema || Pn, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = Te.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap = Qc(this.schema, e.styles || null), this.sortKeys = e.sortKeys || !1, this.lineWidth = e.lineWidth || 80, this.noRefs = e.noRefs || !1, this.noCompatMode = e.noCompatMode || !1, this.condenseFlow = e.condenseFlow || !1, this.quotingType = e.quotingType === '"' ? Kt : td, this.forceQuotes = e.forceQuotes || !1, this.replacer = typeof e.replacer == "function" ? e.replacer : null, this.implicitTypes = this.schema.compiledImplicit, this.explicitTypes = this.schema.compiledExplicit, this.tag = null, this.result = "", this.duplicates = [], this.usedDuplicates = null;
|
|
3459
3483
|
}
|
|
3460
3484
|
function po(e, t) {
|
|
3461
3485
|
for (var n = Te.repeat(" ", t), o = 0, r = -1, l = "", i, u = e.length; o < u; )
|
|
@@ -3468,7 +3492,7 @@ function En(e, t) {
|
|
|
3468
3492
|
return `
|
|
3469
3493
|
` + Te.repeat(" ", e.indent * t);
|
|
3470
3494
|
}
|
|
3471
|
-
function
|
|
3495
|
+
function od(e, t) {
|
|
3472
3496
|
var n, o, r;
|
|
3473
3497
|
for (n = 0, o = e.implicitTypes.length; n < o; n += 1)
|
|
3474
3498
|
if (r = e.implicitTypes[n], r.resolve(t))
|
|
@@ -3476,13 +3500,13 @@ function nd(e, t) {
|
|
|
3476
3500
|
return !1;
|
|
3477
3501
|
}
|
|
3478
3502
|
function dn(e) {
|
|
3479
|
-
return e ===
|
|
3503
|
+
return e === zc || e === Oc;
|
|
3480
3504
|
}
|
|
3481
3505
|
function Gt(e) {
|
|
3482
3506
|
return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !== Bn || 65536 <= e && e <= 1114111;
|
|
3483
3507
|
}
|
|
3484
3508
|
function vo(e) {
|
|
3485
|
-
return Gt(e) && e !== Bn && e !==
|
|
3509
|
+
return Gt(e) && e !== Bn && e !== Nc && e !== Zt;
|
|
3486
3510
|
}
|
|
3487
3511
|
function mo(e, t, n) {
|
|
3488
3512
|
var o = vo(e), r = o && !dn(e);
|
|
@@ -3494,10 +3518,10 @@ function mo(e, t, n) {
|
|
|
3494
3518
|
) : o && e !== pr && e !== vr && e !== mr && e !== gr && e !== hr) && e !== Sn && !(t === cn && !r) || vo(t) && !dn(t) && e === Sn || t === cn && r
|
|
3495
3519
|
);
|
|
3496
3520
|
}
|
|
3497
|
-
function od(e) {
|
|
3498
|
-
return Gt(e) && e !== Bn && !dn(e) && e !== Uc && e !== Yc && e !== cn && e !== pr && e !== vr && e !== mr && e !== gr && e !== hr && e !== Sn && e !== Dc && e !== Vc && e !== zc && e !== Kc && e !== qc && e !== Hc && e !== Bc && e !== Pc && e !== Rc && e !== Wc && e !== Zc;
|
|
3499
|
-
}
|
|
3500
3521
|
function rd(e) {
|
|
3522
|
+
return Gt(e) && e !== Bn && !dn(e) && e !== qc && e !== Wc && e !== cn && e !== pr && e !== vr && e !== mr && e !== gr && e !== hr && e !== Sn && e !== Bc && e !== Uc && e !== Pc && e !== Gc && e !== Hc && e !== Yc && e !== Vc && e !== Rc && e !== Dc && e !== Zc && e !== Kc;
|
|
3523
|
+
}
|
|
3524
|
+
function ld(e) {
|
|
3501
3525
|
return !dn(e) && e !== cn;
|
|
3502
3526
|
}
|
|
3503
3527
|
function Ht(e, t) {
|
|
@@ -3509,8 +3533,8 @@ function yr(e) {
|
|
|
3509
3533
|
return t.test(e);
|
|
3510
3534
|
}
|
|
3511
3535
|
var xr = 1, Fn = 2, br = 3, wr = 4, Tt = 5;
|
|
3512
|
-
function
|
|
3513
|
-
var f, p = 0, b = null, a = !1, v = !1, c = o !== -1, d = -1, g =
|
|
3536
|
+
function id(e, t, n, o, r, l, i, u) {
|
|
3537
|
+
var f, p = 0, b = null, a = !1, v = !1, c = o !== -1, d = -1, g = rd(Ht(e, 0)) && ld(Ht(e, e.length - 1));
|
|
3514
3538
|
if (t || i)
|
|
3515
3539
|
for (f = 0; f < e.length; p >= 65536 ? f += 2 : f++) {
|
|
3516
3540
|
if (p = Ht(e, f), !Gt(p))
|
|
@@ -3530,17 +3554,17 @@ function ld(e, t, n, o, r, l, i, u) {
|
|
|
3530
3554
|
}
|
|
3531
3555
|
return !a && !v ? g && !i && !r(e) ? xr : l === Kt ? Tt : Fn : n > 9 && yr(e) ? Tt : i ? l === Kt ? Tt : Fn : v ? wr : br;
|
|
3532
3556
|
}
|
|
3533
|
-
function
|
|
3557
|
+
function sd(e, t, n, o, r) {
|
|
3534
3558
|
e.dump = (function() {
|
|
3535
3559
|
if (t.length === 0)
|
|
3536
3560
|
return e.quotingType === Kt ? '""' : "''";
|
|
3537
|
-
if (!e.noCompatMode && (
|
|
3561
|
+
if (!e.noCompatMode && (Xc.indexOf(t) !== -1 || Jc.test(t)))
|
|
3538
3562
|
return e.quotingType === Kt ? '"' + t + '"' : "'" + t + "'";
|
|
3539
3563
|
var l = e.indent * Math.max(1, n), i = e.lineWidth === -1 ? -1 : Math.max(Math.min(e.lineWidth, 40), e.lineWidth - l), u = o || e.flowLevel > -1 && n >= e.flowLevel;
|
|
3540
3564
|
function f(p) {
|
|
3541
|
-
return
|
|
3565
|
+
return od(e, p);
|
|
3542
3566
|
}
|
|
3543
|
-
switch (
|
|
3567
|
+
switch (id(
|
|
3544
3568
|
t,
|
|
3545
3569
|
u,
|
|
3546
3570
|
e.indent,
|
|
@@ -3557,9 +3581,9 @@ function id(e, t, n, o, r) {
|
|
|
3557
3581
|
case br:
|
|
3558
3582
|
return "|" + go(t, e.indent) + ho(po(t, l));
|
|
3559
3583
|
case wr:
|
|
3560
|
-
return ">" + go(t, e.indent) + ho(po(
|
|
3584
|
+
return ">" + go(t, e.indent) + ho(po(ad(t, i), l));
|
|
3561
3585
|
case Tt:
|
|
3562
|
-
return '"' +
|
|
3586
|
+
return '"' + ud(t) + '"';
|
|
3563
3587
|
default:
|
|
3564
3588
|
throw new Ve("impossible error: invalid scalar style");
|
|
3565
3589
|
}
|
|
@@ -3577,7 +3601,7 @@ function ho(e) {
|
|
|
3577
3601
|
return e[e.length - 1] === `
|
|
3578
3602
|
` ? e.slice(0, -1) : e;
|
|
3579
3603
|
}
|
|
3580
|
-
function
|
|
3604
|
+
function ad(e, t) {
|
|
3581
3605
|
for (var n = /(\n+)([^\n]*)/g, o = (function() {
|
|
3582
3606
|
var p = e.indexOf(`
|
|
3583
3607
|
`);
|
|
@@ -3599,12 +3623,12 @@ function yo(e, t) {
|
|
|
3599
3623
|
`, e.length - r > t && i > r ? f += e.slice(r, i) + `
|
|
3600
3624
|
` + e.slice(i + 1) : f += e.slice(r), f.slice(1);
|
|
3601
3625
|
}
|
|
3602
|
-
function
|
|
3626
|
+
function ud(e) {
|
|
3603
3627
|
for (var t = "", n = 0, o, r = 0; r < e.length; n >= 65536 ? r += 2 : r++)
|
|
3604
|
-
n = Ht(e, r), o = De[n], !o && Gt(n) ? (t += e[r], n >= 65536 && (t += e[r + 1])) : t += o ||
|
|
3628
|
+
n = Ht(e, r), o = De[n], !o && Gt(n) ? (t += e[r], n >= 65536 && (t += e[r + 1])) : t += o || ed(n);
|
|
3605
3629
|
return t;
|
|
3606
3630
|
}
|
|
3607
|
-
function
|
|
3631
|
+
function cd(e, t, n) {
|
|
3608
3632
|
var o = "", r = e.tag, l, i, u;
|
|
3609
3633
|
for (l = 0, i = n.length; l < i; l += 1)
|
|
3610
3634
|
u = n[l], e.replacer && (u = e.replacer.call(n, String(l), u)), (ft(e, t, u, !1, !1) || typeof u > "u" && ft(e, t, null, !1, !1)) && (o !== "" && (o += "," + (e.condenseFlow ? "" : " ")), o += e.dump);
|
|
@@ -3616,13 +3640,13 @@ function xo(e, t, n, o) {
|
|
|
3616
3640
|
f = n[i], e.replacer && (f = e.replacer.call(n, String(i), f)), (ft(e, t + 1, f, !0, !0, !1, !0) || typeof f > "u" && ft(e, t + 1, null, !0, !0, !1, !0)) && ((!o || r !== "") && (r += En(e, t)), e.dump && Zt === e.dump.charCodeAt(0) ? r += "-" : r += "- ", r += e.dump);
|
|
3617
3641
|
e.tag = l, e.dump = r || "[]";
|
|
3618
3642
|
}
|
|
3619
|
-
function
|
|
3643
|
+
function dd(e, t, n) {
|
|
3620
3644
|
var o = "", r = e.tag, l = Object.keys(n), i, u, f, p, b;
|
|
3621
3645
|
for (i = 0, u = l.length; i < u; i += 1)
|
|
3622
3646
|
b = "", o !== "" && (b += ", "), e.condenseFlow && (b += '"'), f = l[i], p = n[f], e.replacer && (p = e.replacer.call(n, f, p)), ft(e, t, f, !1, !1) && (e.dump.length > 1024 && (b += "? "), b += e.dump + (e.condenseFlow ? '"' : "") + ":" + (e.condenseFlow ? "" : " "), ft(e, t, p, !1, !1) && (b += e.dump, o += b));
|
|
3623
3647
|
e.tag = r, e.dump = "{" + o + "}";
|
|
3624
3648
|
}
|
|
3625
|
-
function
|
|
3649
|
+
function fd(e, t, n, o) {
|
|
3626
3650
|
var r = "", l = e.tag, i = Object.keys(n), u, f, p, b, a, v;
|
|
3627
3651
|
if (e.sortKeys === !0)
|
|
3628
3652
|
i.sort();
|
|
@@ -3660,11 +3684,11 @@ function ft(e, t, n, o, r, l, i) {
|
|
|
3660
3684
|
e.dump = "*ref_" + a;
|
|
3661
3685
|
else {
|
|
3662
3686
|
if (b && v && !e.usedDuplicates[a] && (e.usedDuplicates[a] = !0), u === "[object Object]")
|
|
3663
|
-
o && Object.keys(e.dump).length !== 0 ? (
|
|
3687
|
+
o && Object.keys(e.dump).length !== 0 ? (fd(e, t, e.dump, r), v && (e.dump = "&ref_" + a + e.dump)) : (dd(e, t, e.dump), v && (e.dump = "&ref_" + a + " " + e.dump));
|
|
3664
3688
|
else if (u === "[object Array]")
|
|
3665
|
-
o && e.dump.length !== 0 ? (e.noArrayIndent && !i && t > 0 ? xo(e, t - 1, e.dump, r) : xo(e, t, e.dump, r), v && (e.dump = "&ref_" + a + e.dump)) : (
|
|
3689
|
+
o && e.dump.length !== 0 ? (e.noArrayIndent && !i && t > 0 ? xo(e, t - 1, e.dump, r) : xo(e, t, e.dump, r), v && (e.dump = "&ref_" + a + e.dump)) : (cd(e, t, e.dump), v && (e.dump = "&ref_" + a + " " + e.dump));
|
|
3666
3690
|
else if (u === "[object String]")
|
|
3667
|
-
e.tag !== "?" &&
|
|
3691
|
+
e.tag !== "?" && sd(e, e.dump, t, l, f);
|
|
3668
3692
|
else {
|
|
3669
3693
|
if (u === "[object Undefined]")
|
|
3670
3694
|
return !1;
|
|
@@ -3677,7 +3701,7 @@ function ft(e, t, n, o, r, l, i) {
|
|
|
3677
3701
|
}
|
|
3678
3702
|
return !0;
|
|
3679
3703
|
}
|
|
3680
|
-
function
|
|
3704
|
+
function pd(e, t) {
|
|
3681
3705
|
var n = [], o = [], r, l;
|
|
3682
3706
|
for (Mn(e, n, o), r = 0, l = o.length; r < l; r += 1)
|
|
3683
3707
|
t.duplicates.push(n[o[r]]);
|
|
@@ -3695,23 +3719,23 @@ function Mn(e, t, n) {
|
|
|
3695
3719
|
for (o = Object.keys(e), r = 0, l = o.length; r < l; r += 1)
|
|
3696
3720
|
Mn(e[o[r]], t, n);
|
|
3697
3721
|
}
|
|
3698
|
-
function
|
|
3722
|
+
function vd(e, t) {
|
|
3699
3723
|
t = t || {};
|
|
3700
|
-
var n = new
|
|
3701
|
-
n.noRefs ||
|
|
3724
|
+
var n = new nd(t);
|
|
3725
|
+
n.noRefs || pd(e, n);
|
|
3702
3726
|
var o = e;
|
|
3703
3727
|
return n.replacer && (o = n.replacer.call({ "": o }, "", o)), ft(n, 0, o, !0, !0) ? n.dump + `
|
|
3704
3728
|
` : "";
|
|
3705
3729
|
}
|
|
3706
|
-
var
|
|
3707
|
-
dump:
|
|
3730
|
+
var md = vd, gd = {
|
|
3731
|
+
dump: md
|
|
3708
3732
|
};
|
|
3709
3733
|
function Vn(e, t) {
|
|
3710
3734
|
return function() {
|
|
3711
3735
|
throw new Error("Function yaml." + e + " is removed in js-yaml 4. Use yaml." + t + " instead, which is now safe by default.");
|
|
3712
3736
|
};
|
|
3713
3737
|
}
|
|
3714
|
-
var
|
|
3738
|
+
var hd = Ne, yd = zo, xd = Bo, bd = Yo, wd = Wo, _d = Pn, _r = cr.load, kd = cr.loadAll, Tn = gd.dump, $d = Ve, Cd = {
|
|
3715
3739
|
binary: Jo,
|
|
3716
3740
|
float: Ho,
|
|
3717
3741
|
map: Do,
|
|
@@ -3725,23 +3749,23 @@ var gd = Ne, hd = zo, yd = Bo, xd = Yo, bd = Wo, wd = Pn, _r = cr.load, _d = cr.
|
|
|
3725
3749
|
omap: Qo,
|
|
3726
3750
|
seq: Ro,
|
|
3727
3751
|
str: Po
|
|
3728
|
-
},
|
|
3729
|
-
Type:
|
|
3730
|
-
Schema:
|
|
3731
|
-
FAILSAFE_SCHEMA:
|
|
3732
|
-
JSON_SCHEMA:
|
|
3733
|
-
CORE_SCHEMA:
|
|
3734
|
-
DEFAULT_SCHEMA:
|
|
3752
|
+
}, Ad = Vn("safeLoad", "load"), Ld = Vn("safeLoadAll", "loadAll"), Sd = Vn("safeDump", "dump"), Ed = {
|
|
3753
|
+
Type: hd,
|
|
3754
|
+
Schema: yd,
|
|
3755
|
+
FAILSAFE_SCHEMA: xd,
|
|
3756
|
+
JSON_SCHEMA: bd,
|
|
3757
|
+
CORE_SCHEMA: wd,
|
|
3758
|
+
DEFAULT_SCHEMA: _d,
|
|
3735
3759
|
load: _r,
|
|
3736
|
-
loadAll:
|
|
3760
|
+
loadAll: kd,
|
|
3737
3761
|
dump: Tn,
|
|
3738
|
-
YAMLException:
|
|
3739
|
-
types:
|
|
3740
|
-
safeLoad:
|
|
3741
|
-
safeLoadAll:
|
|
3742
|
-
safeDump:
|
|
3762
|
+
YAMLException: $d,
|
|
3763
|
+
types: Cd,
|
|
3764
|
+
safeLoad: Ad,
|
|
3765
|
+
safeLoadAll: Ld,
|
|
3766
|
+
safeDump: Sd
|
|
3743
3767
|
};
|
|
3744
|
-
const
|
|
3768
|
+
const Fd = {}, Md = {
|
|
3745
3769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3746
3770
|
width: "24",
|
|
3747
3771
|
height: "24",
|
|
@@ -3753,8 +3777,8 @@ const Ed = {}, Fd = {
|
|
|
3753
3777
|
"stroke-linejoin": "round",
|
|
3754
3778
|
class: "lucide lucide-settings"
|
|
3755
3779
|
};
|
|
3756
|
-
function
|
|
3757
|
-
return m(), x("svg",
|
|
3780
|
+
function Td(e, t) {
|
|
3781
|
+
return m(), x("svg", Md, [...t[0] || (t[0] = [
|
|
3758
3782
|
s("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }, null, -1),
|
|
3759
3783
|
s("circle", {
|
|
3760
3784
|
cx: "12",
|
|
@@ -3763,7 +3787,7 @@ function Md(e, t) {
|
|
|
3763
3787
|
}, null, -1)
|
|
3764
3788
|
])]);
|
|
3765
3789
|
}
|
|
3766
|
-
const
|
|
3790
|
+
const Id = /* @__PURE__ */ fe(Fd, [["render", Td]]), jd = {}, Od = {
|
|
3767
3791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3768
3792
|
width: "24",
|
|
3769
3793
|
height: "24",
|
|
@@ -3775,14 +3799,14 @@ const Td = /* @__PURE__ */ fe(Ed, [["render", Md]]), Id = {}, jd = {
|
|
|
3775
3799
|
"stroke-linejoin": "round",
|
|
3776
3800
|
class: "lucide lucide-layers"
|
|
3777
3801
|
};
|
|
3778
|
-
function
|
|
3779
|
-
return m(), x("svg",
|
|
3802
|
+
function Nd(e, t) {
|
|
3803
|
+
return m(), x("svg", Od, [...t[0] || (t[0] = [
|
|
3780
3804
|
s("path", { d: "m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z" }, null, -1),
|
|
3781
3805
|
s("path", { d: "m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65" }, null, -1),
|
|
3782
3806
|
s("path", { d: "m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65" }, null, -1)
|
|
3783
3807
|
])]);
|
|
3784
3808
|
}
|
|
3785
|
-
const
|
|
3809
|
+
const zd = /* @__PURE__ */ fe(jd, [["render", Nd]]), Pd = {}, Rd = {
|
|
3786
3810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3787
3811
|
width: "24",
|
|
3788
3812
|
height: "24",
|
|
@@ -3794,8 +3818,8 @@ const Nd = /* @__PURE__ */ fe(Id, [["render", Od]]), zd = {}, Pd = {
|
|
|
3794
3818
|
"stroke-linejoin": "round",
|
|
3795
3819
|
class: "lucide lucide-eye"
|
|
3796
3820
|
};
|
|
3797
|
-
function
|
|
3798
|
-
return m(), x("svg",
|
|
3821
|
+
function Dd(e, t) {
|
|
3822
|
+
return m(), x("svg", Rd, [...t[0] || (t[0] = [
|
|
3799
3823
|
s("path", { d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }, null, -1),
|
|
3800
3824
|
s("circle", {
|
|
3801
3825
|
cx: "12",
|
|
@@ -3804,7 +3828,7 @@ function Rd(e, t) {
|
|
|
3804
3828
|
}, null, -1)
|
|
3805
3829
|
])]);
|
|
3806
3830
|
}
|
|
3807
|
-
const
|
|
3831
|
+
const Bd = /* @__PURE__ */ fe(Pd, [["render", Dd]]), Vd = {}, Ud = {
|
|
3808
3832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3809
3833
|
width: "24",
|
|
3810
3834
|
height: "24",
|
|
@@ -3816,14 +3840,14 @@ const Dd = /* @__PURE__ */ fe(zd, [["render", Rd]]), Bd = {}, Vd = {
|
|
|
3816
3840
|
"stroke-linejoin": "round",
|
|
3817
3841
|
class: "lucide lucide-map"
|
|
3818
3842
|
};
|
|
3819
|
-
function
|
|
3820
|
-
return m(), x("svg",
|
|
3843
|
+
function qd(e, t) {
|
|
3844
|
+
return m(), x("svg", Ud, [...t[0] || (t[0] = [
|
|
3821
3845
|
s("path", { d: "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z" }, null, -1),
|
|
3822
3846
|
s("path", { d: "M15 5.764v15" }, null, -1),
|
|
3823
3847
|
s("path", { d: "M9 3.236v15" }, null, -1)
|
|
3824
3848
|
])]);
|
|
3825
3849
|
}
|
|
3826
|
-
const
|
|
3850
|
+
const Hd = /* @__PURE__ */ fe(Vd, [["render", qd]]), Yd = {}, Wd = {
|
|
3827
3851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3828
3852
|
width: "24",
|
|
3829
3853
|
height: "24",
|
|
@@ -3835,12 +3859,12 @@ const qd = /* @__PURE__ */ fe(Bd, [["render", Ud]]), Hd = {}, Yd = {
|
|
|
3835
3859
|
"stroke-linejoin": "round",
|
|
3836
3860
|
class: "lucide lucide-filter"
|
|
3837
3861
|
};
|
|
3838
|
-
function
|
|
3839
|
-
return m(), x("svg",
|
|
3862
|
+
function Zd(e, t) {
|
|
3863
|
+
return m(), x("svg", Wd, [...t[0] || (t[0] = [
|
|
3840
3864
|
s("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" }, null, -1)
|
|
3841
3865
|
])]);
|
|
3842
3866
|
}
|
|
3843
|
-
const
|
|
3867
|
+
const Kd = /* @__PURE__ */ fe(Yd, [["render", Zd]]), kr = /* @__PURE__ */ ae({
|
|
3844
3868
|
__name: "MonacoEditor",
|
|
3845
3869
|
props: {
|
|
3846
3870
|
modelValue: {},
|
|
@@ -3908,7 +3932,7 @@ const Zd = /* @__PURE__ */ fe(Hd, [["render", Wd]]), kr = /* @__PURE__ */ ae({
|
|
|
3908
3932
|
class: "w-full h-full"
|
|
3909
3933
|
}, null, 512));
|
|
3910
3934
|
}
|
|
3911
|
-
}),
|
|
3935
|
+
}), Gd = { class: "flex flex-col flex-1 overflow-hidden" }, Xd = { class: "flex justify-end gap-2" }, Jd = { class: "w-min-20 gap-2 whitespace-nowrap rounded-md font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 bg-primary hover:bg-primary/90 px-4 py-2 h-9 text-xs bg-gradient-to-r from-sky-400 to-blue-400 hover:from-sky-500 hover:to-blue-500 text-white shadow-sm transition-all duration-300 hover:shadow-md hover:scale-[1.02] relative overflow-hidden" }, Qd = ["href"], ef = { class: "flex flex-col flex-1 overflow-hidden" }, tf = { class: "bg-white rounded-xl border border-gray-200 shadow-sm overflow-hidden mt-3 flex flex-col flex-1" }, nf = { class: "relative bg-gradient-to-br from-slate-50 to-white flex-1" }, of = /* @__PURE__ */ ae({
|
|
3912
3936
|
__name: "vs-tab-style",
|
|
3913
3937
|
props: {
|
|
3914
3938
|
token: {},
|
|
@@ -3970,13 +3994,13 @@ const Zd = /* @__PURE__ */ fe(Hd, [["render", Wd]]), kr = /* @__PURE__ */ ae({
|
|
|
3970
3994
|
Me({ type: "error", title: "Помилка", message: "Не вдалося зберегти стилі" }), console.log(f);
|
|
3971
3995
|
}
|
|
3972
3996
|
};
|
|
3973
|
-
return (f, p) => (m(), x("div",
|
|
3974
|
-
s("div",
|
|
3975
|
-
s("button",
|
|
3997
|
+
return (f, p) => (m(), x("div", Gd, [
|
|
3998
|
+
s("div", Xd, [
|
|
3999
|
+
s("button", Jd, [
|
|
3976
4000
|
s("a", {
|
|
3977
4001
|
target: "_blank",
|
|
3978
4002
|
href: "/api/gis-service/" + n.token + "/col"
|
|
3979
|
-
}, "Атрибути", 8,
|
|
4003
|
+
}, "Атрибути", 8, Qd)
|
|
3980
4004
|
]),
|
|
3981
4005
|
s("button", {
|
|
3982
4006
|
onClick: u,
|
|
@@ -4001,12 +4025,12 @@ const Zd = /* @__PURE__ */ fe(Hd, [["render", Wd]]), kr = /* @__PURE__ */ ae({
|
|
|
4001
4025
|
ge(" Зберегти стилі ", -1)
|
|
4002
4026
|
])])
|
|
4003
4027
|
]),
|
|
4004
|
-
s("div",
|
|
4005
|
-
s("div",
|
|
4028
|
+
s("div", ef, [
|
|
4029
|
+
s("div", tf, [
|
|
4006
4030
|
p[2] || (p[2] = s("div", { class: "bg-gradient-to-r from-gray-50 to-gray-100 px-4 py-2 border-b border-gray-200 flex items-center justify-between" }, [
|
|
4007
4031
|
s("div", { class: "text-xs text-gray-400" }, "YAML")
|
|
4008
4032
|
], -1)),
|
|
4009
|
-
s("div",
|
|
4033
|
+
s("div", nf, [
|
|
4010
4034
|
ie(kr, {
|
|
4011
4035
|
modelValue: r.value,
|
|
4012
4036
|
"onUpdate:modelValue": p[0] || (p[0] = (b) => r.value = b),
|
|
@@ -4048,7 +4072,7 @@ function Nt(e) {
|
|
|
4048
4072
|
return null;
|
|
4049
4073
|
}
|
|
4050
4074
|
const $r = Symbol("MapContext");
|
|
4051
|
-
function
|
|
4075
|
+
function rf(e) {
|
|
4052
4076
|
const t = Mo(null), n = z(!1);
|
|
4053
4077
|
let o = !1;
|
|
4054
4078
|
const r = [], l = () => {
|
|
@@ -4151,7 +4175,7 @@ function Ye(e) {
|
|
|
4151
4175
|
if (!t) throw new Error("useMap() called outside of a Map provider");
|
|
4152
4176
|
return t;
|
|
4153
4177
|
}
|
|
4154
|
-
const
|
|
4178
|
+
const lf = ["Noto Sans Regular"], sf = 12, af = "#0f172a", uf = "#fff", cf = 14;
|
|
4155
4179
|
function Se(e, t) {
|
|
4156
4180
|
if (!e) return;
|
|
4157
4181
|
for (const o of t)
|
|
@@ -4164,8 +4188,8 @@ function Se(e, t) {
|
|
|
4164
4188
|
return n[o];
|
|
4165
4189
|
}
|
|
4166
4190
|
}
|
|
4167
|
-
function
|
|
4168
|
-
return e ? Array.isArray(e) ? e : [e] :
|
|
4191
|
+
function df(e) {
|
|
4192
|
+
return e ? Array.isArray(e) ? e : [e] : lf;
|
|
4169
4193
|
}
|
|
4170
4194
|
function bn(e, t) {
|
|
4171
4195
|
if (typeof e == "number")
|
|
@@ -4175,18 +4199,18 @@ function bn(e, t) {
|
|
|
4175
4199
|
const n = Number(e);
|
|
4176
4200
|
return Number.isFinite(n) ? n : t;
|
|
4177
4201
|
}
|
|
4178
|
-
function
|
|
4202
|
+
function ff(e) {
|
|
4179
4203
|
if (e == null) return null;
|
|
4180
4204
|
if (Array.isArray(e)) return e;
|
|
4181
4205
|
const t = String(e).trim(), n = t.match(/^\{([^{}]+)\}$/);
|
|
4182
4206
|
return n ? ["get", n[1]] : t;
|
|
4183
4207
|
}
|
|
4184
|
-
function
|
|
4208
|
+
function pf(e, t) {
|
|
4185
4209
|
const n = [];
|
|
4186
4210
|
if (e != null && n.push(e), t && n.push(["!", ["has", "point_count"]]), !!n.length)
|
|
4187
4211
|
return n.length === 1 ? n[0] : ["all", ...n];
|
|
4188
4212
|
}
|
|
4189
|
-
function
|
|
4213
|
+
function vf(e, t = {}) {
|
|
4190
4214
|
if (!e) return [];
|
|
4191
4215
|
const n = Se(e, [
|
|
4192
4216
|
"text-field",
|
|
@@ -4196,19 +4220,19 @@ function pf(e, t = {}) {
|
|
|
4196
4220
|
"label"
|
|
4197
4221
|
]);
|
|
4198
4222
|
if (!n) return [];
|
|
4199
|
-
const o =
|
|
4223
|
+
const o = ff(n);
|
|
4200
4224
|
if (!o) return [];
|
|
4201
|
-
const r = o, l = (t.geometry || e.type || "point").toString().toLowerCase(), i = Se(e, ["text-font", "textFont"]), u = bn(Se(e, ["text-size", "textSize"]),
|
|
4225
|
+
const r = o, l = (t.geometry || e.type || "point").toString().toLowerCase(), i = Se(e, ["text-font", "textFont"]), u = bn(Se(e, ["text-size", "textSize"]), sf), f = Se(e, ["text-allow-overlap", "textAllowOverlap"]), p = Se(e, [
|
|
4202
4226
|
"text-minzoom",
|
|
4203
4227
|
"textMinZoom",
|
|
4204
4228
|
"textZoom",
|
|
4205
4229
|
"text-zoom"
|
|
4206
|
-
]), b = Se(e, ["text-maxzoom", "textMaxZoom", "maxzoom"]), a = Se(e, ["text-color", "textColor"]) ||
|
|
4230
|
+
]), b = Se(e, ["text-maxzoom", "textMaxZoom", "maxzoom"]), a = Se(e, ["text-color", "textColor"]) || af, v = Se(e, ["text-halo-color", "textHaloColor"]) || uf, c = Se(e, ["text-halo-width", "textHaloWidth"]), d = Se(e, ["text-halo-blur", "textHaloBlur"]), g = Se(e, ["text-offset", "textOffset"]), h = Se(e, ["text-anchor", "textAnchor"]), y = Se(e, ["text-justify", "textJustify"]), k = Se(e, ["text-letter-spacing", "textLetterSpacing"]), j = Se(e, ["text-transform", "textTransform"]), P = Se(e, ["symbol-placement", "symbolPlacement"]), H = Se(e, ["symbol-spacing", "symbolSpacing"]), N = Se(e, [
|
|
4207
4231
|
"text-rotation-alignment",
|
|
4208
4232
|
"textRotationAlignment"
|
|
4209
4233
|
]), I = Se(e, ["text-pitch-alignment", "textPitchAlignment"]), M = Se(e, ["text-opacity", "textOpacity"]), O = {
|
|
4210
4234
|
"text-field": r,
|
|
4211
|
-
"text-font":
|
|
4235
|
+
"text-font": df(i),
|
|
4212
4236
|
"text-size": u,
|
|
4213
4237
|
"text-allow-overlap": f ?? !1
|
|
4214
4238
|
};
|
|
@@ -4222,12 +4246,12 @@ function pf(e, t = {}) {
|
|
|
4222
4246
|
type: "symbol",
|
|
4223
4247
|
layout: O,
|
|
4224
4248
|
paint: V
|
|
4225
|
-
}, K = bn(p,
|
|
4249
|
+
}, K = bn(p, cf);
|
|
4226
4250
|
if (Q.minzoom = K, b !== void 0) {
|
|
4227
4251
|
const A = bn(b, void 0);
|
|
4228
4252
|
A !== void 0 && (Q.maxzoom = A);
|
|
4229
4253
|
}
|
|
4230
|
-
const L =
|
|
4254
|
+
const L = pf(t.filter, t.excludeClusters);
|
|
4231
4255
|
return L && (Q.filter = L), [Q];
|
|
4232
4256
|
}
|
|
4233
4257
|
const wn = /* @__PURE__ */ new Map(), _n = {};
|
|
@@ -4244,7 +4268,7 @@ function Un(e) {
|
|
|
4244
4268
|
}
|
|
4245
4269
|
return null;
|
|
4246
4270
|
}
|
|
4247
|
-
function
|
|
4271
|
+
function mf(e) {
|
|
4248
4272
|
if (!e.icon || !e.colors) return null;
|
|
4249
4273
|
const t = [], n = e.icon.split("+")[0];
|
|
4250
4274
|
return Object.values(e.colors).forEach((o) => {
|
|
@@ -4263,7 +4287,7 @@ function vf(e) {
|
|
|
4263
4287
|
function Mt(e, t) {
|
|
4264
4288
|
t && (Array.isArray(t) ? e.push(...t) : e.push(t));
|
|
4265
4289
|
}
|
|
4266
|
-
function
|
|
4290
|
+
function gf(e, t) {
|
|
4267
4291
|
const n = (e == null ? void 0 : e.clusterZoom) ?? (e == null ? void 0 : e.pointZoom) ?? (e == null ? void 0 : e.iconZoom) ?? 12, o = Number(n);
|
|
4268
4292
|
if (!Number.isFinite(o)) return null;
|
|
4269
4293
|
const r = ["get", "point_count"], l = ["has", "point_count"], i = ["!", l], p = {
|
|
@@ -4342,10 +4366,10 @@ function wo(e, t) {
|
|
|
4342
4366
|
"circle-stroke-width": e.width || 1,
|
|
4343
4367
|
"circle-radius": e.radius || 5
|
|
4344
4368
|
}
|
|
4345
|
-
}, r =
|
|
4369
|
+
}, r = gf(e, o);
|
|
4346
4370
|
return r || o;
|
|
4347
4371
|
}
|
|
4348
|
-
function
|
|
4372
|
+
function hf(e) {
|
|
4349
4373
|
const t = Un(e);
|
|
4350
4374
|
return {
|
|
4351
4375
|
type: "fill",
|
|
@@ -4357,7 +4381,7 @@ function gf(e) {
|
|
|
4357
4381
|
}
|
|
4358
4382
|
};
|
|
4359
4383
|
}
|
|
4360
|
-
function
|
|
4384
|
+
function yf(e) {
|
|
4361
4385
|
return {
|
|
4362
4386
|
type: "line",
|
|
4363
4387
|
paint: {
|
|
@@ -4367,8 +4391,8 @@ function hf(e) {
|
|
|
4367
4391
|
}
|
|
4368
4392
|
};
|
|
4369
4393
|
}
|
|
4370
|
-
function
|
|
4371
|
-
const t =
|
|
4394
|
+
function xf(e) {
|
|
4395
|
+
const t = mf(e);
|
|
4372
4396
|
return {
|
|
4373
4397
|
type: "symbol",
|
|
4374
4398
|
minzoom: e.iconZoom || 0,
|
|
@@ -4382,20 +4406,20 @@ function yf(e) {
|
|
|
4382
4406
|
}
|
|
4383
4407
|
function _o(e, t = {}) {
|
|
4384
4408
|
if (!e) return [];
|
|
4385
|
-
if (!
|
|
4409
|
+
if (!bf(e)) return [];
|
|
4386
4410
|
const n = [];
|
|
4387
|
-
e.icon && Mt(n,
|
|
4388
|
-
const r = t.sourceType !== "raster" ?
|
|
4411
|
+
e.icon && Mt(n, xf(e)), e.pointZoom && Mt(n, wo(e, e.pointZoom)), e.type === "polygon" ? Mt(n, hf(e)) : e.type === "line" ? Mt(n, yf(e)) : Mt(n, wo(e));
|
|
4412
|
+
const r = t.sourceType !== "raster" ? vf(e, {
|
|
4389
4413
|
geometry: e.type || "point",
|
|
4390
4414
|
filter: e.filter,
|
|
4391
4415
|
excludeClusters: !!e.clusterZoom
|
|
4392
4416
|
}) : [];
|
|
4393
4417
|
return Mt(n, r), n.filter(Boolean);
|
|
4394
4418
|
}
|
|
4395
|
-
function
|
|
4419
|
+
function bf(e) {
|
|
4396
4420
|
return e ? !!((/* @__PURE__ */ new Set(["point", "line", "polygon"])).has(e.type) || e.icon || e.attrType || e.color || e.stroke || e.radius || e.width) : !1;
|
|
4397
4421
|
}
|
|
4398
|
-
function
|
|
4422
|
+
function wf(e) {
|
|
4399
4423
|
return {
|
|
4400
4424
|
type: "geojson",
|
|
4401
4425
|
data: {
|
|
@@ -4429,7 +4453,7 @@ function ye(e, t, n) {
|
|
|
4429
4453
|
if (!e) return _n;
|
|
4430
4454
|
if (!t) return _n[e];
|
|
4431
4455
|
const { map: o, ready: r = () => Promise.resolve() } = Ye(n), l = e || ((K = t.layer) == null ? void 0 : K.id), i = t.sourceId ?? e, u = { ...t };
|
|
4432
|
-
u.point && (u.source =
|
|
4456
|
+
u.point && (u.source = wf(u.point)), !u.layer && ((L = u.source) == null ? void 0 : L.type) === "raster" && (u.layer = { id: i, type: "raster", source: i }), u.layer && !u.layer.source && Object.assign(u.layer, { source: i });
|
|
4433
4457
|
let f = !1, p = !1;
|
|
4434
4458
|
const b = () => {
|
|
4435
4459
|
var A, $, _, w, C, S, T, R;
|
|
@@ -4584,7 +4608,7 @@ function ye(e, t, n) {
|
|
|
4584
4608
|
V(), Q();
|
|
4585
4609
|
}, _e(O.remove), _n[e] = O, O;
|
|
4586
4610
|
}
|
|
4587
|
-
const
|
|
4611
|
+
const _f = { class: "flex flex-col flex-1 min-h-0" }, kf = { class: "flex flex-col flex-1 min-h-0" }, $f = /* @__PURE__ */ ae({
|
|
4588
4612
|
__name: "vs-tab-popup",
|
|
4589
4613
|
props: {
|
|
4590
4614
|
token: {},
|
|
@@ -4641,7 +4665,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4641
4665
|
let d = [];
|
|
4642
4666
|
l.value === "all" ? d = n.fields || [] : l.value === "none" ? d = [] : d = r.value, d.filter((g) => !g.label).forEach((g) => g.label = g.ua), o("save", d);
|
|
4643
4667
|
}
|
|
4644
|
-
return (d, g) => (m(), x("div",
|
|
4668
|
+
return (d, g) => (m(), x("div", _f, [
|
|
4645
4669
|
s("div", { class: "flex justify-between mb-3 gap-2" }, [
|
|
4646
4670
|
s("button", {
|
|
4647
4671
|
onClick: b,
|
|
@@ -4652,7 +4676,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4652
4676
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium bg-gradient-to-r from-sky-400 to-blue-400 hover:from-sky-500 hover:to-blue-500 text-white shadow-sm px-4 py-2 h-9 text-xs transition-all duration-300"
|
|
4653
4677
|
}, " Зберегти попап ")
|
|
4654
4678
|
]),
|
|
4655
|
-
s("div",
|
|
4679
|
+
s("div", kf, [
|
|
4656
4680
|
l.value === "list" ? (m(), te(At, {
|
|
4657
4681
|
key: 0,
|
|
4658
4682
|
modelValue: r.value,
|
|
@@ -4676,7 +4700,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4676
4700
|
}, null, 8, ["visible", "selection", "fields"])
|
|
4677
4701
|
]));
|
|
4678
4702
|
}
|
|
4679
|
-
}),
|
|
4703
|
+
}), Cf = { class: "flex flex-col flex-1 min-h-0" }, Af = { class: "flex justify-between mb-3 gap-2" }, Lf = { class: "p-4 space-y-4 text-sm" }, Sf = { class: "space-y-1" }, Ef = { class: "space-y-1" }, Ff = { class: "flex items-center gap-3" }, Mf = { class: "flex justify-end gap-2 p-4 border-t" }, Tf = /* @__PURE__ */ ae({
|
|
4680
4704
|
__name: "vs-tab-legend",
|
|
4681
4705
|
props: {
|
|
4682
4706
|
mapInfo: {},
|
|
@@ -4697,7 +4721,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4697
4721
|
const l = z(!1), i = z({
|
|
4698
4722
|
name: "",
|
|
4699
4723
|
color: "#2E86DE"
|
|
4700
|
-
}), u =
|
|
4724
|
+
}), u = at(
|
|
4701
4725
|
() => import("@opengis/core").then((d) => d.VsModal)
|
|
4702
4726
|
), f = [
|
|
4703
4727
|
{ key: "name", label: "Назва" },
|
|
@@ -4739,8 +4763,8 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4739
4763
|
function c() {
|
|
4740
4764
|
o("save", r.value);
|
|
4741
4765
|
}
|
|
4742
|
-
return (d, g) => (m(), x("div",
|
|
4743
|
-
s("div",
|
|
4766
|
+
return (d, g) => (m(), x("div", Cf, [
|
|
4767
|
+
s("div", Af, [
|
|
4744
4768
|
s("button", {
|
|
4745
4769
|
onClick: g[0] || (g[0] = (h) => l.value = !0),
|
|
4746
4770
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium bg-gradient-to-r from-gray-500 to-gray-400 text-white h-9 px-4 py-2 hover:from-gray-600 hover:to-gray-500"
|
|
@@ -4765,7 +4789,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4765
4789
|
"onUpdate:visible": b
|
|
4766
4790
|
}, {
|
|
4767
4791
|
footer: Pe(() => [
|
|
4768
|
-
s("div",
|
|
4792
|
+
s("div", Mf, [
|
|
4769
4793
|
s("button", {
|
|
4770
4794
|
type: "button",
|
|
4771
4795
|
class: "px-4 py-2 rounded bg-gray-100 text-gray-700",
|
|
@@ -4779,8 +4803,8 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4779
4803
|
])
|
|
4780
4804
|
]),
|
|
4781
4805
|
default: Pe(() => [
|
|
4782
|
-
s("div",
|
|
4783
|
-
s("div",
|
|
4806
|
+
s("div", Lf, [
|
|
4807
|
+
s("div", Sf, [
|
|
4784
4808
|
g[6] || (g[6] = s("label", { class: "block text-xs font-medium text-gray-500 uppercase tracking-wide" }, " Назва ", -1)),
|
|
4785
4809
|
We(s("input", {
|
|
4786
4810
|
"onUpdate:modelValue": g[2] || (g[2] = (h) => i.value.name = h),
|
|
@@ -4791,9 +4815,9 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4791
4815
|
[Ot, i.value.name]
|
|
4792
4816
|
])
|
|
4793
4817
|
]),
|
|
4794
|
-
s("div",
|
|
4818
|
+
s("div", Ef, [
|
|
4795
4819
|
g[7] || (g[7] = s("label", { class: "block text-xs font-medium text-gray-500 uppercase tracking-wide" }, " Колір ", -1)),
|
|
4796
|
-
s("div",
|
|
4820
|
+
s("div", Ff, [
|
|
4797
4821
|
We(s("input", {
|
|
4798
4822
|
"onUpdate:modelValue": g[3] || (g[3] = (h) => i.value.color = h),
|
|
4799
4823
|
type: "color",
|
|
@@ -4817,7 +4841,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4817
4841
|
}, 8, ["visible"])
|
|
4818
4842
|
]));
|
|
4819
4843
|
}
|
|
4820
|
-
}),
|
|
4844
|
+
}), If = { class: "space-y-3 bg-gradient-to-br from-sky-50 to-blue-50 p-4 rounded-xl border border-sky-100 shadow-sm" }, jf = ["onClick"], Of = ["aria-checked", "value"], Nf = { key: 0 }, zf = /* @__PURE__ */ ae({
|
|
4821
4845
|
__name: "view-mode-toggle",
|
|
4822
4846
|
props: {
|
|
4823
4847
|
modelValue: {},
|
|
@@ -4831,7 +4855,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4831
4855
|
{ value: "list", label: "List" },
|
|
4832
4856
|
{ value: "none", label: "None" }
|
|
4833
4857
|
];
|
|
4834
|
-
return (i, u) => (m(), x("div",
|
|
4858
|
+
return (i, u) => (m(), x("div", If, [
|
|
4835
4859
|
u[1] || (u[1] = s("label", { class: "text-sm font-medium text-gray-600" }, "Режим відображення", -1)),
|
|
4836
4860
|
s("div", {
|
|
4837
4861
|
role: "radiogroup",
|
|
@@ -4851,7 +4875,7 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4851
4875
|
value: f.value,
|
|
4852
4876
|
class: "aspect-square rounded-full border border-primary h-4 w-4 flex items-center justify-center text-sky-500"
|
|
4853
4877
|
}, [
|
|
4854
|
-
e.modelValue === f.value ? (m(), x("span",
|
|
4878
|
+
e.modelValue === f.value ? (m(), x("span", Nf, [...u[0] || (u[0] = [
|
|
4855
4879
|
s("svg", {
|
|
4856
4880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4857
4881
|
viewBox: "0 0 24 24",
|
|
@@ -4869,15 +4893,15 @@ const wf = { class: "flex flex-col flex-1 min-h-0" }, _f = { class: "flex flex-c
|
|
|
4869
4893
|
})
|
|
4870
4894
|
], -1)
|
|
4871
4895
|
])])) : W("", !0)
|
|
4872
|
-
], 8,
|
|
4896
|
+
], 8, Of),
|
|
4873
4897
|
s("label", {
|
|
4874
4898
|
class: me(["text-xs font-medium cursor-pointer", e.modelValue === f.value ? "text-gray-700" : "text-gray-600"])
|
|
4875
4899
|
}, Y(f.label), 3)
|
|
4876
|
-
], 10,
|
|
4900
|
+
], 10, jf))), 128))
|
|
4877
4901
|
], 2)
|
|
4878
4902
|
]));
|
|
4879
4903
|
}
|
|
4880
|
-
}),
|
|
4904
|
+
}), Pf = { class: "flex flex-col flex-1 min-h-0" }, Rf = { class: "flex flex-col flex-1 min-h-0" }, Df = /* @__PURE__ */ ae({
|
|
4881
4905
|
__name: "vs-tab-card",
|
|
4882
4906
|
props: {
|
|
4883
4907
|
fields: {},
|
|
@@ -4993,7 +5017,7 @@ ${P}` : P;
|
|
|
4993
5017
|
{ value: "none", label: "Жодне" },
|
|
4994
5018
|
{ value: "html", label: "HTML" }
|
|
4995
5019
|
];
|
|
4996
|
-
return (h, y) => (m(), x("div",
|
|
5020
|
+
return (h, y) => (m(), x("div", Pf, [
|
|
4997
5021
|
s("div", { class: "flex justify-between mb-3 gap-2" }, [
|
|
4998
5022
|
s("button", {
|
|
4999
5023
|
onClick: a,
|
|
@@ -5004,12 +5028,12 @@ ${P}` : P;
|
|
|
5004
5028
|
class: "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium bg-gradient-to-r from-sky-400 to-blue-400 hover:from-sky-500 hover:to-blue-500 text-white shadow-sm px-4 py-2 h-9 text-xs transition-all duration-300"
|
|
5005
5029
|
}, " Зберегти ")
|
|
5006
5030
|
]),
|
|
5007
|
-
ie(
|
|
5031
|
+
ie(zf, {
|
|
5008
5032
|
modelValue: l.value,
|
|
5009
5033
|
"onUpdate:modelValue": y[0] || (y[0] = (k) => l.value = k),
|
|
5010
5034
|
options: g
|
|
5011
5035
|
}, null, 8, ["modelValue"]),
|
|
5012
|
-
s("div",
|
|
5036
|
+
s("div", Rf, [
|
|
5013
5037
|
l.value === "list" ? (m(), te(At, {
|
|
5014
5038
|
key: 0,
|
|
5015
5039
|
modelValue: r.value,
|
|
@@ -5040,7 +5064,7 @@ ${P}` : P;
|
|
|
5040
5064
|
}, null, 8, ["visible", "selection", "fields"])
|
|
5041
5065
|
]));
|
|
5042
5066
|
}
|
|
5043
|
-
}),
|
|
5067
|
+
}), Bf = { class: "flex flex-col flex-1 min-h-0" }, Vf = /* @__PURE__ */ ae({
|
|
5044
5068
|
__name: "vs-tab-filter",
|
|
5045
5069
|
props: {
|
|
5046
5070
|
fields: {},
|
|
@@ -5105,7 +5129,7 @@ ${P}` : P;
|
|
|
5105
5129
|
let d = [];
|
|
5106
5130
|
l.value === "all" ? d = n.fields || [] : l.value === "none" ? d = [] : d = r.value, o("save", d);
|
|
5107
5131
|
}
|
|
5108
|
-
return (d, g) => (m(), x("div",
|
|
5132
|
+
return (d, g) => (m(), x("div", Bf, [
|
|
5109
5133
|
s("div", { class: "flex justify-between mb-3 gap-2" }, [
|
|
5110
5134
|
s("button", {
|
|
5111
5135
|
onClick: b,
|
|
@@ -5142,7 +5166,7 @@ ${P}` : P;
|
|
|
5142
5166
|
__name: "MapView",
|
|
5143
5167
|
setup(e, { expose: t }) {
|
|
5144
5168
|
var p, b;
|
|
5145
|
-
const n = z(null), o = z(null), r = ((b = (p = Ct()) == null ? void 0 : p.appContext.config.globalProperties) == null ? void 0 : b.$settings) || null, l =
|
|
5169
|
+
const n = z(null), o = z(null), r = ((b = (p = Ct()) == null ? void 0 : p.appContext.config.globalProperties) == null ? void 0 : b.$settings) || null, l = rf({
|
|
5146
5170
|
container: n,
|
|
5147
5171
|
mapOptions: {
|
|
5148
5172
|
style: {
|
|
@@ -5182,7 +5206,7 @@ ${P}` : P;
|
|
|
5182
5206
|
Xt(a.$slots, "default")
|
|
5183
5207
|
], 512));
|
|
5184
5208
|
}
|
|
5185
|
-
}),
|
|
5209
|
+
}), Uf = /* @__PURE__ */ ae({
|
|
5186
5210
|
__name: "MapDataLayer",
|
|
5187
5211
|
props: {
|
|
5188
5212
|
id: {},
|
|
@@ -5235,10 +5259,10 @@ ${P}` : P;
|
|
|
5235
5259
|
}), (j, P) => null;
|
|
5236
5260
|
}
|
|
5237
5261
|
}), Yt = z(null);
|
|
5238
|
-
function
|
|
5262
|
+
function qf() {
|
|
5239
5263
|
Yt.value = null;
|
|
5240
5264
|
}
|
|
5241
|
-
function
|
|
5265
|
+
function Hf(e) {
|
|
5242
5266
|
const t = z(!1), n = () => typeof e == "string" ? e : e.value;
|
|
5243
5267
|
X(Yt, (i) => {
|
|
5244
5268
|
i !== n() && t.value && (t.value = !1);
|
|
@@ -5259,7 +5283,7 @@ function qf(e) {
|
|
|
5259
5283
|
toggle: l
|
|
5260
5284
|
};
|
|
5261
5285
|
}
|
|
5262
|
-
const
|
|
5286
|
+
const Yf = { class: "map-filter" }, Wf = { class: "map-filter__header" }, Zf = { class: "map-filter__title" }, Kf = { "aria-hidden": "true" }, kn = "#map-filter-popover-host", Gf = /* @__PURE__ */ ae({
|
|
5263
5287
|
__name: "MapFilterPopover",
|
|
5264
5288
|
props: {
|
|
5265
5289
|
count: {},
|
|
@@ -5268,14 +5292,14 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5268
5292
|
disabled: { type: Boolean }
|
|
5269
5293
|
},
|
|
5270
5294
|
setup(e) {
|
|
5271
|
-
const t =
|
|
5295
|
+
const t = at(() => import("@opengis/filter")), n = e, o = D(() => {
|
|
5272
5296
|
var T;
|
|
5273
5297
|
return ((T = n.layer) == null ? void 0 : T.id) ?? "";
|
|
5274
5298
|
}), r = D(() => `filter-popover-${o.value}`), {
|
|
5275
5299
|
isOpen: l,
|
|
5276
5300
|
close: i,
|
|
5277
5301
|
toggle: u
|
|
5278
|
-
} =
|
|
5302
|
+
} = Hf(r), f = Qe({ top: 0, left: 0, transform: "translateX(-50%)" }), p = z(null), b = z(null);
|
|
5279
5303
|
let a = null;
|
|
5280
5304
|
const v = z({}), c = Qe({
|
|
5281
5305
|
visible: !1,
|
|
@@ -5318,8 +5342,8 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5318
5342
|
if ((ke = n.catalogAnchor) != null && ke.value) {
|
|
5319
5343
|
const Le = n.catalogAnchor.value.getBoundingClientRect(), Be = Le.top + window.scrollY;
|
|
5320
5344
|
ne = O(Be, pe, 8);
|
|
5321
|
-
const Ze = Le.right + window.scrollX + 12, et = U - Z,
|
|
5322
|
-
de = Math.min(Math.max(Ze,
|
|
5345
|
+
const Ze = Le.right + window.scrollX + 12, et = U - Z, lt = R;
|
|
5346
|
+
de = Math.min(Math.max(Ze, lt), Math.max(lt, et));
|
|
5323
5347
|
} else {
|
|
5324
5348
|
const Le = T.bottom + window.scrollY + 8;
|
|
5325
5349
|
ne = O(Le, pe, 8);
|
|
@@ -5433,16 +5457,16 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5433
5457
|
onClick: R[1] || (R[1] = He(() => {
|
|
5434
5458
|
}, ["stop"]))
|
|
5435
5459
|
}, [
|
|
5436
|
-
s("div",
|
|
5437
|
-
s("div",
|
|
5438
|
-
s("h3",
|
|
5460
|
+
s("div", Yf, [
|
|
5461
|
+
s("div", Wf, [
|
|
5462
|
+
s("h3", Zf, Y(y.value || "Фільтр"), 1),
|
|
5439
5463
|
s("button", {
|
|
5440
5464
|
type: "button",
|
|
5441
5465
|
class: "map-filter__close",
|
|
5442
5466
|
onClick: M
|
|
5443
5467
|
}, [
|
|
5444
|
-
s("span",
|
|
5445
|
-
ie(se(
|
|
5468
|
+
s("span", Kf, [
|
|
5469
|
+
ie(se(ul), { class: "h-4 w-4" })
|
|
5446
5470
|
]),
|
|
5447
5471
|
R[3] || (R[3] = s("span", { class: "sr-only" }, "Закрити", -1))
|
|
5448
5472
|
])
|
|
@@ -5470,10 +5494,10 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5470
5494
|
]))
|
|
5471
5495
|
], 512)) : W("", !0);
|
|
5472
5496
|
}
|
|
5473
|
-
}), pn = /* @__PURE__ */ fe(
|
|
5497
|
+
}), pn = /* @__PURE__ */ fe(Gf, [["__scopeId", "data-v-0d4c9370"]]), Xf = {
|
|
5474
5498
|
key: 0,
|
|
5475
5499
|
class: "flex justify-center items-center h-[40px] w-[40px] bg-white text-sm border border-gray-200 text-gray-600 hover:bg-gray-100 rounded-full"
|
|
5476
|
-
},
|
|
5500
|
+
}, Jf = /* @__PURE__ */ ae({
|
|
5477
5501
|
__name: "MapFilterWidget",
|
|
5478
5502
|
props: {
|
|
5479
5503
|
filters: {},
|
|
@@ -5482,7 +5506,7 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5482
5506
|
},
|
|
5483
5507
|
setup(e) {
|
|
5484
5508
|
return (t, n) => (m(), x("div", null, [
|
|
5485
|
-
e.filters.length > 0 ? (m(), x("div",
|
|
5509
|
+
e.filters.length > 0 ? (m(), x("div", Xf, [
|
|
5486
5510
|
ie(pn, {
|
|
5487
5511
|
layer: {
|
|
5488
5512
|
filters: e.filters,
|
|
@@ -5493,7 +5517,7 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5493
5517
|
])) : W("", !0)
|
|
5494
5518
|
]));
|
|
5495
5519
|
}
|
|
5496
|
-
}), In = /* @__PURE__ */ fe(
|
|
5520
|
+
}), In = /* @__PURE__ */ fe(Jf, [["__scopeId", "data-v-98772410"]]), Qf = { class: "flex flex-row lg:gap-x-3 gap-x-2 z-10 relative widget" }, ep = ["onClick"], tp = ["src", "alt"], jn = /* @__PURE__ */ ae({
|
|
5497
5521
|
__name: "BaseMaps",
|
|
5498
5522
|
setup(e) {
|
|
5499
5523
|
const t = {
|
|
@@ -5517,12 +5541,13 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5517
5541
|
if (n.value = l, !t[l].url) return o.setVisible(!1);
|
|
5518
5542
|
o.setVisible(!0), o.setTiles([t[l].url]);
|
|
5519
5543
|
}
|
|
5520
|
-
return (l, i) => (m(), x("div",
|
|
5544
|
+
return (l, i) => (m(), x("div", Qf, [
|
|
5521
5545
|
(m(), x(G, null, le(t, (u, f) => s("div", {
|
|
5522
5546
|
key: f,
|
|
5523
5547
|
onClick: (p) => r(f)
|
|
5524
5548
|
}, [
|
|
5525
|
-
|
|
5549
|
+
f !== "none" ? (m(), x("div", {
|
|
5550
|
+
key: 0,
|
|
5526
5551
|
class: me(["lg:w-14 lg:h-14 w-10 h-10 flex items-center justify-center bg-gray-200 rounded-xl shadow-2xs cursor-pointer transition-all border-4", n.value === f ? "border-blue-500" : "border-gray-200"])
|
|
5527
5552
|
}, [
|
|
5528
5553
|
u.preview ? (m(), x("img", {
|
|
@@ -5530,16 +5555,21 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5530
5555
|
src: u.preview,
|
|
5531
5556
|
alt: u.title,
|
|
5532
5557
|
class: "object-cover rounded-lg lg:w-12 lg:h-12 w-8 h-8"
|
|
5533
|
-
}, null, 8,
|
|
5534
|
-
], 2)
|
|
5535
|
-
|
|
5558
|
+
}, null, 8, tp)) : W("", !0)
|
|
5559
|
+
], 2)) : (m(), x("div", {
|
|
5560
|
+
key: 1,
|
|
5561
|
+
class: me(["lg:w-14 lg:h-14 w-10 h-10 flex items-center justify-center bg-gray-200/80 rounded-xl shadow-2xs cursor-pointer transition-all border-4", n.value === f ? "border-blue-500" : "border-gray-200"])
|
|
5562
|
+
}, [
|
|
5563
|
+
ie(se(ll), { class: "w-4 h-4 text-gray-500" })
|
|
5564
|
+
], 2))
|
|
5565
|
+
], 8, ep)), 64))
|
|
5536
5566
|
]));
|
|
5537
5567
|
}
|
|
5538
|
-
}),
|
|
5568
|
+
}), np = {
|
|
5539
5569
|
key: 0,
|
|
5540
5570
|
class: "legend-widget flex flex-col bg-white border border-stone-200 shadow-2xs rounded-xl z-10 relative widget",
|
|
5541
5571
|
style: { width: "100%" }
|
|
5542
|
-
},
|
|
5572
|
+
}, op = { class: "flex flex-col gap-1 p-5" }, rp = { class: "flex items-center justify-between w-full text-sm text-gray-800 ml-2" }, On = /* @__PURE__ */ ae({
|
|
5543
5573
|
__name: "MapLegendWidget",
|
|
5544
5574
|
props: {
|
|
5545
5575
|
items: {}
|
|
@@ -5597,8 +5627,8 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5597
5627
|
(t.items === void 0 || t.items === null) && (await o(), p(), f());
|
|
5598
5628
|
}), _e(() => {
|
|
5599
5629
|
l == null || l(), l = null;
|
|
5600
|
-
}), (b, a) => r.value.length ? (m(), x("div",
|
|
5601
|
-
s("div",
|
|
5630
|
+
}), (b, a) => r.value.length ? (m(), x("div", np, [
|
|
5631
|
+
s("div", op, [
|
|
5602
5632
|
(m(!0), x(G, null, le(r.value, (v) => (m(), x("div", {
|
|
5603
5633
|
key: v.id,
|
|
5604
5634
|
class: "flex items-center"
|
|
@@ -5607,7 +5637,7 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5607
5637
|
class: "shrink-0 size-2.5 inline-block me-2.5 h-[10px] w-[10px] rounded-full",
|
|
5608
5638
|
style: Re({ background: v.color })
|
|
5609
5639
|
}, null, 4),
|
|
5610
|
-
s("span",
|
|
5640
|
+
s("span", rp, [
|
|
5611
5641
|
s("span", null, Y(v.label), 1)
|
|
5612
5642
|
])
|
|
5613
5643
|
]))), 128))
|
|
@@ -5615,7 +5645,7 @@ const Hf = { class: "map-filter" }, Yf = { class: "map-filter__header" }, Wf = {
|
|
|
5615
5645
|
])) : W("", !0);
|
|
5616
5646
|
}
|
|
5617
5647
|
});
|
|
5618
|
-
function
|
|
5648
|
+
function lp() {
|
|
5619
5649
|
const { map: e, ready: t } = Ye(), n = z(null), o = z(null), r = z(null), l = z(null);
|
|
5620
5650
|
let i = [];
|
|
5621
5651
|
function u() {
|
|
@@ -5656,10 +5686,10 @@ function rp() {
|
|
|
5656
5686
|
title: r
|
|
5657
5687
|
};
|
|
5658
5688
|
}
|
|
5659
|
-
const
|
|
5689
|
+
const ip = { class: "min-w-[200px] max-w-[280px] rounded-lg border border-slate-200 bg-white/90 p-3 text-xs shadow-lg backdrop-blur" }, sp = { class: "space-y-1.5" }, ap = { class: "font-bold text-slate-700" }, up = { class: "text-slate-700" }, Ar = /* @__PURE__ */ ae({
|
|
5660
5690
|
__name: "MapPopup",
|
|
5661
5691
|
setup(e) {
|
|
5662
|
-
const { popupCoords: t, popupFields: n, popupValues: o, disable: r } =
|
|
5692
|
+
const { popupCoords: t, popupFields: n, popupValues: o, disable: r } = lp(), l = z(null), i = z({ left: "-9999px", top: "-9999px" }), u = D(() => {
|
|
5663
5693
|
const d = n.value || [], g = o.value || {};
|
|
5664
5694
|
return d.filter((h) => (h == null ? void 0 : h.meta) !== "title").map((h, y) => v(h, g, y)).filter((h) => h.label);
|
|
5665
5695
|
}), f = D(() => {
|
|
@@ -5714,21 +5744,21 @@ const lp = { class: "min-w-[200px] max-w-[280px] rounded-lg border border-slate-
|
|
|
5714
5744
|
class: "absolute pointer-events-none z-20",
|
|
5715
5745
|
style: Re(i.value)
|
|
5716
5746
|
}, [
|
|
5717
|
-
s("div",
|
|
5718
|
-
s("div",
|
|
5747
|
+
s("div", ip, [
|
|
5748
|
+
s("div", sp, [
|
|
5719
5749
|
(m(!0), x(G, null, le(p.value, (h) => (m(), x("div", {
|
|
5720
5750
|
key: h.key,
|
|
5721
5751
|
class: "flex flex-col"
|
|
5722
5752
|
}, [
|
|
5723
|
-
s("span",
|
|
5724
|
-
s("span",
|
|
5753
|
+
s("span", ap, Y(h.label), 1),
|
|
5754
|
+
s("span", up, Y(h.value ?? "—"), 1)
|
|
5725
5755
|
]))), 128))
|
|
5726
5756
|
])
|
|
5727
5757
|
])
|
|
5728
5758
|
], 4)) : W("", !0);
|
|
5729
5759
|
}
|
|
5730
5760
|
});
|
|
5731
|
-
function
|
|
5761
|
+
function cp() {
|
|
5732
5762
|
const { map: e, ready: t } = Ye(), n = Dt(), o = Bt(), r = z(null), l = z(null), i = z(null), u = z(!1), f = z([]), p = z(0), b = D(() => f.value.length), a = D(() => u.value || !!r.value || !!i.value);
|
|
5733
5763
|
let v = null, c = !1;
|
|
5734
5764
|
function d() {
|
|
@@ -5876,7 +5906,7 @@ function up() {
|
|
|
5876
5906
|
index: p
|
|
5877
5907
|
};
|
|
5878
5908
|
}
|
|
5879
|
-
function
|
|
5909
|
+
function dp() {
|
|
5880
5910
|
const { map: e, ready: t } = Ye(), n = z([]), o = z(0), r = z(0), l = z(!1), i = z(null), u = z({}), f = z(null), p = z([]), b = D(() => n.value[r.value] || null), a = D(() => n.value.length > 0);
|
|
5881
5911
|
let v = null;
|
|
5882
5912
|
const c = () => {
|
|
@@ -6038,7 +6068,7 @@ const $o = /* @__PURE__ */ ae({
|
|
|
6038
6068
|
]));
|
|
6039
6069
|
}
|
|
6040
6070
|
}), Je = z([]);
|
|
6041
|
-
function
|
|
6071
|
+
function fp(e, t) {
|
|
6042
6072
|
return typeof e != "string" ? "" : e.includes("{{") ? e.replace(/\{\{\s*([a-zA-Z0-9_]+)\s*}}/g, (n, o) => {
|
|
6043
6073
|
const r = String(o || "").trim();
|
|
6044
6074
|
if (!r) return "";
|
|
@@ -6053,10 +6083,10 @@ function Cn(e) {
|
|
|
6053
6083
|
var t, n;
|
|
6054
6084
|
(n = (t = e == null ? void 0 : e.handle) == null ? void 0 : t.remove) == null || n.call(t);
|
|
6055
6085
|
}
|
|
6056
|
-
function
|
|
6086
|
+
function pp(e) {
|
|
6057
6087
|
return e ? typeof (e == null ? void 0 : e.value) < "u" ? e.value : e : null;
|
|
6058
6088
|
}
|
|
6059
|
-
function
|
|
6089
|
+
function vp(e) {
|
|
6060
6090
|
var n;
|
|
6061
6091
|
if (!(e != null && e.getStyle)) return;
|
|
6062
6092
|
const t = ((n = e.getStyle()) == null ? void 0 : n.layers) || [];
|
|
@@ -6071,16 +6101,16 @@ function Lr(e) {
|
|
|
6071
6101
|
var k, j;
|
|
6072
6102
|
const p = $n(l == null ? void 0 : l.id), b = ((k = l == null ? void 0 : l.title) == null ? void 0 : k.trim()) || p, a = ((j = l == null ? void 0 : l.url) == null ? void 0 : j.trim()) || "";
|
|
6073
6103
|
if (!p || !a) return;
|
|
6074
|
-
const v =
|
|
6104
|
+
const v = fp(a, i);
|
|
6075
6105
|
if (!v) return;
|
|
6076
6106
|
const c = f ?? e;
|
|
6077
6107
|
if (!c) return;
|
|
6078
|
-
const d =
|
|
6108
|
+
const d = pp(c);
|
|
6079
6109
|
if (!d) return;
|
|
6080
6110
|
const g = Je.value.findIndex((P) => P.id === p);
|
|
6081
6111
|
g !== -1 && (Cn(Je.value[g]), Je.value.splice(g, 1));
|
|
6082
6112
|
let h = null;
|
|
6083
|
-
const y = l.beforeId ??
|
|
6113
|
+
const y = l.beforeId ?? vp(d);
|
|
6084
6114
|
try {
|
|
6085
6115
|
h = ye(p, {
|
|
6086
6116
|
source: {
|
|
@@ -6148,50 +6178,50 @@ function Lr(e) {
|
|
|
6148
6178
|
isTemporaryLayerActive: r
|
|
6149
6179
|
};
|
|
6150
6180
|
}
|
|
6151
|
-
const
|
|
6181
|
+
const mp = {
|
|
6152
6182
|
key: 0,
|
|
6153
6183
|
class: "card absolute top-4 left-4 lg:right-11 z-[82] w-[calc(100%-36px)] md:w-[400px] max-h-[80%] overflow-hidden rounded-2xl border border-slate-200 bg-white/95 shadow-2xl backdrop-blur-md flex flex-col"
|
|
6154
|
-
},
|
|
6184
|
+
}, gp = { class: "flex items-start justify-between gap-3 border-b border-slate-200 px-4 py-3" }, hp = { class: "min-w-0 flex-1" }, yp = { class: "text-base font-semibold text-slate-900 truncate" }, xp = {
|
|
6155
6185
|
key: 0,
|
|
6156
6186
|
class: "flex gap-1 mt-1"
|
|
6157
|
-
},
|
|
6187
|
+
}, bp = ["disabled"], wp = ["disabled"], _p = {
|
|
6158
6188
|
key: 1,
|
|
6159
6189
|
class: "flex gap-1 mt-1"
|
|
6160
|
-
},
|
|
6190
|
+
}, kp = ["disabled"], $p = ["disabled"], Cp = { class: "flex-1 overflow-y-auto px-4 py-3 space-y-4 text-sm text-slate-700" }, Ap = {
|
|
6161
6191
|
key: 0,
|
|
6162
6192
|
class: "text-center text-xs text-slate-500"
|
|
6163
|
-
},
|
|
6193
|
+
}, Lp = {
|
|
6164
6194
|
key: 1,
|
|
6165
6195
|
class: "text-center text-xs text-red-500"
|
|
6166
|
-
},
|
|
6196
|
+
}, Sp = {
|
|
6167
6197
|
key: 0,
|
|
6168
6198
|
class: "prose prose-sm max-w-none space-y-3 border-slate-200"
|
|
6169
|
-
},
|
|
6199
|
+
}, Ep = { class: "divide-y divide-gray-100 py-[5px]" }, Fp = { class: "text-gray-900 font-normal" }, Mp = {
|
|
6170
6200
|
key: 1,
|
|
6171
6201
|
class: "prose prose-sm max-w-none space-y-3 border-slate-200"
|
|
6172
|
-
},
|
|
6202
|
+
}, Tp = ["innerHTML"], Ip = ["innerHTML"], jp = {
|
|
6173
6203
|
key: 2,
|
|
6174
6204
|
class: "space-y-3 border-t border-slate-200 pt-3"
|
|
6175
|
-
},
|
|
6205
|
+
}, Op = {
|
|
6176
6206
|
key: 3,
|
|
6177
6207
|
class: "border-t border-slate-100 px-4 py-2 text-right text-xs text-slate-500"
|
|
6178
|
-
},
|
|
6208
|
+
}, Np = { class: "text-xs tracking-[0.02em] leading-none" }, zp = {
|
|
6179
6209
|
key: 4,
|
|
6180
6210
|
class: "space-y-3 border-t border-slate-200 pt-3"
|
|
6181
|
-
},
|
|
6211
|
+
}, Pp = { class: "space-y-1" }, Rp = { class: "flex items-center cursor-pointer gap-2 flex-1" }, Dp = ["checked", "onChange"], Bp = { class: "text-[13px] text-gray-600" }, Vp = {
|
|
6182
6212
|
key: 0,
|
|
6183
6213
|
class: "text-right text-xs text-gray-400 truncate max-w-[40%]"
|
|
6184
|
-
},
|
|
6214
|
+
}, Up = {
|
|
6185
6215
|
key: 5,
|
|
6186
6216
|
class: "text-center text-xs text-slate-400"
|
|
6187
|
-
},
|
|
6217
|
+
}, qp = "map:temporary-layer-request", Hp = /* @__PURE__ */ ae({
|
|
6188
6218
|
__name: "MapCardWidget",
|
|
6189
6219
|
props: {
|
|
6190
6220
|
mapId: {}
|
|
6191
6221
|
},
|
|
6192
6222
|
setup(e) {
|
|
6193
6223
|
var nn, Gn;
|
|
6194
|
-
const t = e, n =
|
|
6224
|
+
const t = e, n = cp(), o = dp(), r = D(() => o.active.value), l = D(() => r.value || n.isOpen.value), i = D(() => r.value ? o.loading.value : n.cardLoading.value), u = D(() => r.value ? o.error.value : n.cardError.value), f = D(() => {
|
|
6195
6225
|
var E, F;
|
|
6196
6226
|
return r.value ? ((E = o.current.value) == null ? void 0 : E.html) || null : ((F = n.card.value) == null ? void 0 : F.html) || null;
|
|
6197
6227
|
}), p = Ye(), b = Dt(), {
|
|
@@ -6201,7 +6231,7 @@ const vp = {
|
|
|
6201
6231
|
isTemporaryLayerActive: d
|
|
6202
6232
|
} = Lr(p.map);
|
|
6203
6233
|
function g(E) {
|
|
6204
|
-
window.dispatchEvent(new CustomEvent(
|
|
6234
|
+
window.dispatchEvent(new CustomEvent(qp, { detail: E }));
|
|
6205
6235
|
}
|
|
6206
6236
|
const h = D(() => {
|
|
6207
6237
|
var E;
|
|
@@ -6389,7 +6419,7 @@ const vp = {
|
|
|
6389
6419
|
}
|
|
6390
6420
|
), et = D(
|
|
6391
6421
|
() => pe.value && Be.value > 0
|
|
6392
|
-
),
|
|
6422
|
+
), lt = D(
|
|
6393
6423
|
() => ne.value ? "Приховати пусті значення" : "Показати пусті значення"
|
|
6394
6424
|
), Qt = D(() => ne.value ? ol : nl);
|
|
6395
6425
|
function en() {
|
|
@@ -6503,8 +6533,8 @@ const vp = {
|
|
|
6503
6533
|
next: tt,
|
|
6504
6534
|
prev: pt,
|
|
6505
6535
|
count: ut,
|
|
6506
|
-
index:
|
|
6507
|
-
} = o, ct = D(() => n.count.value), dt = D(() => n.index.value), St = D(() => ct.value > 1), Hn = D(() => r.value ? ut.value : ct.value), Yn = D(() => r.value ?
|
|
6536
|
+
index: it
|
|
6537
|
+
} = o, ct = D(() => n.count.value), dt = D(() => n.index.value), St = D(() => ct.value > 1), Hn = D(() => r.value ? ut.value : ct.value), Yn = D(() => r.value ? it.value : dt.value), Wn = n.next, Zn = n.prev;
|
|
6508
6538
|
function bt() {
|
|
6509
6539
|
const E = Ge();
|
|
6510
6540
|
E && (c(E), g({ action: "clear", owner: E }), j.value = null);
|
|
@@ -6527,7 +6557,7 @@ const vp = {
|
|
|
6527
6557
|
Kn();
|
|
6528
6558
|
}), X(h, (E, F) => {
|
|
6529
6559
|
E && F && E !== F && bt();
|
|
6530
|
-
}), X(
|
|
6560
|
+
}), X(it, (E, F) => {
|
|
6531
6561
|
E !== F && bt();
|
|
6532
6562
|
}), X(k, (E, F) => {
|
|
6533
6563
|
E && F && E !== F && bt();
|
|
@@ -6674,10 +6704,10 @@ const vp = {
|
|
|
6674
6704
|
bt(), wt();
|
|
6675
6705
|
}), (E, F) => (m(), te(Nn, { name: "fade" }, {
|
|
6676
6706
|
default: Pe(() => [
|
|
6677
|
-
l.value ? (m(), x("div",
|
|
6678
|
-
s("div",
|
|
6679
|
-
s("div",
|
|
6680
|
-
s("p",
|
|
6707
|
+
l.value ? (m(), x("div", mp, [
|
|
6708
|
+
s("div", gp, [
|
|
6709
|
+
s("div", hp, [
|
|
6710
|
+
s("p", yp, [
|
|
6681
6711
|
r.value ? (m(), x(G, { key: 1 }, [
|
|
6682
6712
|
ge(" Об’єкт " + Y(Yn.value + 1) + " / " + Y(Hn.value), 1)
|
|
6683
6713
|
], 64)) : (m(), x(G, { key: 0 }, [
|
|
@@ -6689,24 +6719,24 @@ const vp = {
|
|
|
6689
6719
|
], 64))
|
|
6690
6720
|
])
|
|
6691
6721
|
]),
|
|
6692
|
-
r.value && se(ut) > 1 ? (m(), x("div",
|
|
6722
|
+
r.value && se(ut) > 1 ? (m(), x("div", xp, [
|
|
6693
6723
|
s("button", {
|
|
6694
6724
|
onClick: F[0] || (F[0] = //@ts-ignore
|
|
6695
6725
|
(...q) => se(pt) && se(pt)(...q)),
|
|
6696
|
-
disabled: se(
|
|
6726
|
+
disabled: se(it) === 0,
|
|
6697
6727
|
class: "border p-1 rounded text-xs disabled:opacity-40"
|
|
6698
6728
|
}, [
|
|
6699
6729
|
ie(se(to), { class: "h-4 w-4" })
|
|
6700
|
-
], 8,
|
|
6730
|
+
], 8, bp),
|
|
6701
6731
|
s("button", {
|
|
6702
6732
|
onClick: F[1] || (F[1] = //@ts-ignore
|
|
6703
6733
|
(...q) => se(tt) && se(tt)(...q)),
|
|
6704
|
-
disabled: se(
|
|
6734
|
+
disabled: se(it) === se(ut) - 1,
|
|
6705
6735
|
class: "border p-1 rounded text-xs disabled:opacity-40"
|
|
6706
6736
|
}, [
|
|
6707
6737
|
ie(se(no), { class: "h-4 w-4" })
|
|
6708
|
-
], 8,
|
|
6709
|
-
])) : !r.value && St.value ? (m(), x("div",
|
|
6738
|
+
], 8, wp)
|
|
6739
|
+
])) : !r.value && St.value ? (m(), x("div", _p, [
|
|
6710
6740
|
s("button", {
|
|
6711
6741
|
onClick: F[2] || (F[2] = //@ts-ignore
|
|
6712
6742
|
(...q) => se(Zn) && se(Zn)(...q)),
|
|
@@ -6714,7 +6744,7 @@ const vp = {
|
|
|
6714
6744
|
class: "border p-1 rounded text-xs disabled:opacity-40"
|
|
6715
6745
|
}, [
|
|
6716
6746
|
ie(se(to), { class: "h-4 w-4" })
|
|
6717
|
-
], 8,
|
|
6747
|
+
], 8, kp),
|
|
6718
6748
|
s("button", {
|
|
6719
6749
|
onClick: F[3] || (F[3] = //@ts-ignore
|
|
6720
6750
|
(...q) => se(Wn) && se(Wn)(...q)),
|
|
@@ -6722,7 +6752,7 @@ const vp = {
|
|
|
6722
6752
|
class: "border p-1 rounded text-xs disabled:opacity-40"
|
|
6723
6753
|
}, [
|
|
6724
6754
|
ie(se(no), { class: "h-4 w-4" })
|
|
6725
|
-
], 8,
|
|
6755
|
+
], 8, $p)
|
|
6726
6756
|
])) : W("", !0),
|
|
6727
6757
|
s("button", {
|
|
6728
6758
|
type: "button",
|
|
@@ -6730,26 +6760,26 @@ const vp = {
|
|
|
6730
6760
|
onClick: Mr
|
|
6731
6761
|
}, " ✕ ")
|
|
6732
6762
|
]),
|
|
6733
|
-
s("div",
|
|
6734
|
-
i.value ? (m(), x("div",
|
|
6735
|
-
R.value.length ? (m(), x("div",
|
|
6736
|
-
s("dl",
|
|
6763
|
+
s("div", Cp, [
|
|
6764
|
+
i.value ? (m(), x("div", Ap, " Завантаження даних… ")) : u.value ? (m(), x("div", Lp, Y(u.value), 1)) : (m(), x(G, { key: 2 }, [
|
|
6765
|
+
R.value.length ? (m(), x("div", Sp, [
|
|
6766
|
+
s("dl", Ep, [
|
|
6737
6767
|
(m(!0), x(G, null, le(he.value, (q) => (m(), x("div", {
|
|
6738
6768
|
key: q.key,
|
|
6739
6769
|
class: "grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4 even:bg-gray-50 text-[12px]"
|
|
6740
6770
|
}, [
|
|
6741
|
-
s("dt",
|
|
6771
|
+
s("dt", Fp, Y(q.label), 1),
|
|
6742
6772
|
s("dd", {
|
|
6743
6773
|
class: me(["text-gray-700 sm:col-span-2 font-normal whitespace-pre-wrap", q.format === "badge" ? "font-semibold text-yellow-800" : ""])
|
|
6744
6774
|
}, Y(q.value), 3)
|
|
6745
6775
|
]))), 128))
|
|
6746
6776
|
])
|
|
6747
|
-
])) : xt.value.length ? (m(), x("div",
|
|
6777
|
+
])) : xt.value.length ? (m(), x("div", Mp, [
|
|
6748
6778
|
(m(!0), x(G, null, le(xt.value, (q, oe) => (m(), x(G, { key: oe }, [
|
|
6749
6779
|
q.type === "html" ? (m(), x("div", {
|
|
6750
6780
|
key: 0,
|
|
6751
6781
|
innerHTML: q.content
|
|
6752
|
-
}, null, 8,
|
|
6782
|
+
}, null, 8, Tp)) : (m(), te($o, {
|
|
6753
6783
|
key: 1,
|
|
6754
6784
|
title: q.componentProps.title,
|
|
6755
6785
|
url: q.componentProps.url,
|
|
@@ -6762,14 +6792,14 @@ const vp = {
|
|
|
6762
6792
|
fn: Pe(() => [
|
|
6763
6793
|
s("span", {
|
|
6764
6794
|
innerHTML: q.slotText
|
|
6765
|
-
}, null, 8,
|
|
6795
|
+
}, null, 8, Ip)
|
|
6766
6796
|
]),
|
|
6767
6797
|
key: "0"
|
|
6768
6798
|
} : void 0
|
|
6769
6799
|
]), 1032, ["title", "url", "id", "button-text"]))
|
|
6770
6800
|
], 64))), 128))
|
|
6771
6801
|
])) : W("", !0),
|
|
6772
|
-
Lt.value.length ? (m(), x("div",
|
|
6802
|
+
Lt.value.length ? (m(), x("div", jp, [
|
|
6773
6803
|
(m(!0), x(G, null, le(Lt.value, (q) => (m(), te($o, {
|
|
6774
6804
|
key: q.spec.id,
|
|
6775
6805
|
title: q.componentProps.title,
|
|
@@ -6779,30 +6809,30 @@ const vp = {
|
|
|
6779
6809
|
onActivate: $e
|
|
6780
6810
|
}, null, 8, ["title", "url", "id", "button-text"]))), 128))
|
|
6781
6811
|
])) : W("", !0),
|
|
6782
|
-
et.value ? (m(), x("div",
|
|
6812
|
+
et.value ? (m(), x("div", Op, [
|
|
6783
6813
|
s("button", {
|
|
6784
6814
|
type: "button",
|
|
6785
6815
|
class: "flex items-center gap-1 justify-end w-full font-medium text-blue-600 hover:text-blue-800 transition-colors disabled:opacity-60 cursor-pointer",
|
|
6786
6816
|
onClick: en
|
|
6787
6817
|
}, [
|
|
6788
|
-
s("span",
|
|
6818
|
+
s("span", Np, Y(lt.value), 1),
|
|
6789
6819
|
(m(), te(Rt(Qt.value), { class: "h-3 w-3 stroke-[1.5px]" }))
|
|
6790
6820
|
])
|
|
6791
6821
|
])) : W("", !0),
|
|
6792
|
-
J.value.length ? (m(), x("div",
|
|
6822
|
+
J.value.length ? (m(), x("div", zp, [
|
|
6793
6823
|
F[5] || (F[5] = s("p", { class: "text-xs font-semibold uppercase tracking-wide text-slate-500" }, "Шари", -1)),
|
|
6794
|
-
s("div",
|
|
6824
|
+
s("div", Pp, [
|
|
6795
6825
|
(m(!0), x(G, null, le(J.value, (q) => (m(), x("div", {
|
|
6796
6826
|
key: q.id,
|
|
6797
6827
|
class: "hover:bg-gray-100 rounded-lg flex items-center justify-between py-[8px] px-[8px] gap-3"
|
|
6798
6828
|
}, [
|
|
6799
|
-
s("label",
|
|
6829
|
+
s("label", Rp, [
|
|
6800
6830
|
s("input", {
|
|
6801
6831
|
type: "checkbox",
|
|
6802
6832
|
class: "peer hidden",
|
|
6803
6833
|
checked: ee(q.id),
|
|
6804
6834
|
onChange: (oe) => Ke(q, oe)
|
|
6805
|
-
}, null, 40,
|
|
6835
|
+
}, null, 40, Dp),
|
|
6806
6836
|
F[4] || (F[4] = s("div", { class: "w-4 h-4 rounded border border-blue-800 flex items-center justify-center peer-checked:bg-blue-600 peer-checked:border-blue-600" }, [
|
|
6807
6837
|
s("svg", {
|
|
6808
6838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -6820,13 +6850,13 @@ const vp = {
|
|
|
6820
6850
|
})
|
|
6821
6851
|
])
|
|
6822
6852
|
], -1)),
|
|
6823
|
-
s("span",
|
|
6853
|
+
s("span", Bp, Y(q.title), 1)
|
|
6824
6854
|
]),
|
|
6825
|
-
q.subtitle ? (m(), x("div",
|
|
6855
|
+
q.subtitle ? (m(), x("div", Vp, Y(q.subtitle), 1)) : W("", !0)
|
|
6826
6856
|
]))), 128))
|
|
6827
6857
|
])
|
|
6828
6858
|
])) : W("", !0),
|
|
6829
|
-
ce.value ? W("", !0) : (m(), x("div",
|
|
6859
|
+
ce.value ? W("", !0) : (m(), x("div", Up, " Даних не знайдено. "))
|
|
6830
6860
|
], 64))
|
|
6831
6861
|
])
|
|
6832
6862
|
])) : W("", !0)
|
|
@@ -6834,7 +6864,7 @@ const vp = {
|
|
|
6834
6864
|
_: 1
|
|
6835
6865
|
}));
|
|
6836
6866
|
}
|
|
6837
|
-
}), Sr = /* @__PURE__ */ fe(
|
|
6867
|
+
}), Sr = /* @__PURE__ */ fe(Hp, [["__scopeId", "data-v-f50ff722"]]), Er = /* @__PURE__ */ ae({
|
|
6838
6868
|
__name: "MapBoundaryLayer",
|
|
6839
6869
|
props: {
|
|
6840
6870
|
layerId: {},
|
|
@@ -6921,7 +6951,7 @@ const vp = {
|
|
|
6921
6951
|
{ immediate: !0 }
|
|
6922
6952
|
), _e(i), (d, g) => null;
|
|
6923
6953
|
}
|
|
6924
|
-
}),
|
|
6954
|
+
}), Yp = { class: "flex h-screen bg-gradient-to-br from-slate-50 to-white" }, Wp = { class: "flex-1 relative overflow-hidden" }, Zp = { class: "absolute top-0 left-0 w-full z-20" }, Kp = { class: "flex items-center justify-between bg-white/80 backdrop-blur border-b border-gray-200 px-6 py-3 shadow-sm gap-4" }, Gp = { class: "flex items-center gap-3" }, Xp = { class: "font-semibold text-lg text-gray-800 line-clamp-1" }, Jp = { class: "text-xs text-gray-500 truncate" }, Qp = ["title"], ev = { class: "w-full h-full bg-gradient-to-br from-sky-50 via-white to-blue-50 flex items-center justify-center relative pt-[64px]" }, tv = { class: "relative w-full h-full" }, nv = { style: { top: "17px", left: "230px", position: "absolute", "z-index": "1" } }, ov = { class: "absolute top-4 left-4 z-20" }, rv = { class: "absolute bottom-4 left-4 z-20" }, lv = { class: "w-[650px] bg-white border-l border-gray-100 flex flex-col overflow-hidden shadow-lg" }, iv = { class: "flex-1 flex flex-col h-full" }, sv = { class: "px-3 pt-3 pb-2 border-b border-gray-100" }, av = { class: "items-center justify-center text-muted-foreground grid w-full grid-cols-6 h-12 p-1 bg-gray-50 rounded-xl shadow-sm" }, uv = ["aria-selected", "onClick"], cv = { class: "leading-none" }, dv = { class: "flex flex-col flex-1 overflow-y-hidden p-3" }, fv = /* @__PURE__ */ ae({
|
|
6925
6955
|
__name: "service",
|
|
6926
6956
|
setup(e) {
|
|
6927
6957
|
var Q, K;
|
|
@@ -6932,11 +6962,11 @@ const vp = {
|
|
|
6932
6962
|
const L = (u == null ? void 0 : u.map) || null, A = (L == null ? void 0 : L.boundary) ?? null, $ = (L == null ? void 0 : L.katottg) ?? null;
|
|
6933
6963
|
return !A && !$ ? null : { boundary: A, katottg: $ };
|
|
6934
6964
|
}), y = [
|
|
6935
|
-
{ key: "style", label: "Стиль", icon:
|
|
6936
|
-
{ key: "popup", label: "Попап", icon:
|
|
6937
|
-
{ key: "filter", label: "Фільтр", icon:
|
|
6938
|
-
{ key: "legend", label: "Легенда", icon:
|
|
6939
|
-
{ key: "card", label: "Картка", icon:
|
|
6965
|
+
{ key: "style", label: "Стиль", icon: Id },
|
|
6966
|
+
{ key: "popup", label: "Попап", icon: Hd },
|
|
6967
|
+
{ key: "filter", label: "Фільтр", icon: Kd },
|
|
6968
|
+
{ key: "legend", label: "Легенда", icon: zd },
|
|
6969
|
+
{ key: "card", label: "Картка", icon: Bd }
|
|
6940
6970
|
], k = y.map((L) => L.key), j = z("style");
|
|
6941
6971
|
Fe(async () => {
|
|
6942
6972
|
const L = t.query.tab;
|
|
@@ -6961,7 +6991,7 @@ const vp = {
|
|
|
6961
6991
|
if (!L) return null;
|
|
6962
6992
|
if (typeof L == "string")
|
|
6963
6993
|
try {
|
|
6964
|
-
return
|
|
6994
|
+
return Ed.load(L) || null;
|
|
6965
6995
|
} catch (A) {
|
|
6966
6996
|
return console.warn("Failed to parse style yaml", A), null;
|
|
6967
6997
|
}
|
|
@@ -7029,11 +7059,11 @@ const vp = {
|
|
|
7029
7059
|
}
|
|
7030
7060
|
return (L, A) => {
|
|
7031
7061
|
var $, _, w, C;
|
|
7032
|
-
return m(), x("div",
|
|
7033
|
-
s("div",
|
|
7034
|
-
s("div",
|
|
7035
|
-
s("div",
|
|
7036
|
-
s("div",
|
|
7062
|
+
return m(), x("div", Yp, [
|
|
7063
|
+
s("div", Wp, [
|
|
7064
|
+
s("div", Zp, [
|
|
7065
|
+
s("div", Kp, [
|
|
7066
|
+
s("div", Gp, [
|
|
7037
7067
|
s("button", {
|
|
7038
7068
|
onClick: A[0] || (A[0] = (S) => L.$router.back()),
|
|
7039
7069
|
class: "inline-flex items-center px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition"
|
|
@@ -7055,23 +7085,23 @@ const vp = {
|
|
|
7055
7085
|
ge(" Назад ", -1)
|
|
7056
7086
|
])]),
|
|
7057
7087
|
s("div", null, [
|
|
7058
|
-
s("div",
|
|
7059
|
-
s("div",
|
|
7088
|
+
s("div", Xp, Y(($ = i.value) == null ? void 0 : $.name), 1),
|
|
7089
|
+
s("div", Jp, " Сервіс: " + Y((_ = i.value) == null ? void 0 : _.service_key), 1)
|
|
7060
7090
|
])
|
|
7061
7091
|
]),
|
|
7062
7092
|
s("div", {
|
|
7063
7093
|
class: "max-w-xl text-xs text-gray-600 truncate",
|
|
7064
7094
|
title: (w = i.value) == null ? void 0 : w.description
|
|
7065
|
-
}, Y((C = i.value) == null ? void 0 : C.description), 9,
|
|
7095
|
+
}, Y((C = i.value) == null ? void 0 : C.description), 9, Qp)
|
|
7066
7096
|
])
|
|
7067
7097
|
]),
|
|
7068
|
-
s("div",
|
|
7069
|
-
s("div",
|
|
7098
|
+
s("div", ev, [
|
|
7099
|
+
s("div", tv, [
|
|
7070
7100
|
ie(Cr, null, {
|
|
7071
7101
|
default: Pe(() => {
|
|
7072
7102
|
var S, T, R, U, Z, pe, ne, de;
|
|
7073
7103
|
return [
|
|
7074
|
-
(S = i.value) != null && S.service_id ? (m(), te(
|
|
7104
|
+
(S = i.value) != null && S.service_id ? (m(), te(Uf, {
|
|
7075
7105
|
key: 0,
|
|
7076
7106
|
id: (T = i.value) == null ? void 0 : T.service_id,
|
|
7077
7107
|
layer: i.value,
|
|
@@ -7083,7 +7113,7 @@ const vp = {
|
|
|
7083
7113
|
boundary: ((U = i.value) == null ? void 0 : U.boundary) || ((Z = h.value) == null ? void 0 : Z.boundary) || null,
|
|
7084
7114
|
katottg: ((pe = i.value) == null ? void 0 : pe.katottg) || ((ne = h.value) == null ? void 0 : ne.katottg) || null
|
|
7085
7115
|
}, null, 8, ["layer-id", "boundary", "katottg"])) : W("", !0),
|
|
7086
|
-
s("div",
|
|
7116
|
+
s("div", nv, [
|
|
7087
7117
|
g.value ? (m(), te(In, {
|
|
7088
7118
|
key: 0,
|
|
7089
7119
|
"layer-id": g.value,
|
|
@@ -7094,10 +7124,10 @@ const vp = {
|
|
|
7094
7124
|
id: "map-filter-popover-host",
|
|
7095
7125
|
class: "map-widget__filter-host"
|
|
7096
7126
|
}, null, -1)),
|
|
7097
|
-
s("div",
|
|
7127
|
+
s("div", ov, [
|
|
7098
7128
|
ie(jn)
|
|
7099
7129
|
]),
|
|
7100
|
-
s("div",
|
|
7130
|
+
s("div", rv, [
|
|
7101
7131
|
ie(On, {
|
|
7102
7132
|
items: ((de = i.value) == null ? void 0 : de.legend) || null
|
|
7103
7133
|
}, null, 8, ["items"])
|
|
@@ -7113,10 +7143,10 @@ const vp = {
|
|
|
7113
7143
|
])
|
|
7114
7144
|
])
|
|
7115
7145
|
]),
|
|
7116
|
-
s("div",
|
|
7117
|
-
s("div",
|
|
7118
|
-
s("div",
|
|
7119
|
-
s("div",
|
|
7146
|
+
s("div", lv, [
|
|
7147
|
+
s("div", iv, [
|
|
7148
|
+
s("div", sv, [
|
|
7149
|
+
s("div", av, [
|
|
7120
7150
|
(m(), x(G, null, le(y, (S) => s("button", {
|
|
7121
7151
|
key: S.key,
|
|
7122
7152
|
type: "button",
|
|
@@ -7126,31 +7156,31 @@ const vp = {
|
|
|
7126
7156
|
onClick: (T) => j.value = S.key
|
|
7127
7157
|
}, [
|
|
7128
7158
|
(m(), te(Rt(S.icon), { class: "h-3.5 w-3.5 mb-0.5" })),
|
|
7129
|
-
s("span",
|
|
7130
|
-
], 10,
|
|
7159
|
+
s("span", cv, Y(S.label), 1)
|
|
7160
|
+
], 10, uv)), 64))
|
|
7131
7161
|
])
|
|
7132
7162
|
]),
|
|
7133
|
-
s("div",
|
|
7134
|
-
j.value === "style" ? (m(), te(
|
|
7163
|
+
s("div", dv, [
|
|
7164
|
+
j.value === "style" ? (m(), te(of, {
|
|
7135
7165
|
key: 0,
|
|
7136
7166
|
token: g.value,
|
|
7137
7167
|
"style-yaml": f.value,
|
|
7138
7168
|
"onUpdate:styleYaml": A[1] || (A[1] = (S) => f.value = S),
|
|
7139
7169
|
onUpdate: M
|
|
7140
|
-
}, null, 8, ["token", "style-yaml"])) : j.value === "legend" ? (m(), te(
|
|
7170
|
+
}, null, 8, ["token", "style-yaml"])) : j.value === "legend" ? (m(), te(Tf, {
|
|
7141
7171
|
key: 1,
|
|
7142
7172
|
token: g.value,
|
|
7143
7173
|
columns: p.value,
|
|
7144
7174
|
"onUpdate:columns": A[2] || (A[2] = (S) => p.value = S),
|
|
7145
7175
|
onSave: A[3] || (A[3] = (S) => I("legend", S))
|
|
7146
|
-
}, null, 8, ["token", "columns"])) : j.value === "popup" ? (m(), te(
|
|
7176
|
+
}, null, 8, ["token", "columns"])) : j.value === "popup" ? (m(), te($f, {
|
|
7147
7177
|
key: 2,
|
|
7148
7178
|
token: g.value,
|
|
7149
7179
|
columns: b.value,
|
|
7150
7180
|
fields: l.value.fields,
|
|
7151
7181
|
"onUpdate:columns": A[4] || (A[4] = (S) => b.value = S),
|
|
7152
7182
|
onSave: A[5] || (A[5] = (S) => I("popup", S))
|
|
7153
|
-
}, null, 8, ["token", "columns", "fields"])) : j.value === "card" ? (m(), te(
|
|
7183
|
+
}, null, 8, ["token", "columns", "fields"])) : j.value === "card" ? (m(), te(Df, {
|
|
7154
7184
|
key: 3,
|
|
7155
7185
|
token: g.value,
|
|
7156
7186
|
columns: a.value,
|
|
@@ -7159,7 +7189,7 @@ const vp = {
|
|
|
7159
7189
|
html: c.value,
|
|
7160
7190
|
"onUpdate:columns": A[6] || (A[6] = (S) => a.value = S),
|
|
7161
7191
|
onSave: V
|
|
7162
|
-
}, null, 8, ["token", "columns", "fields", "view-mode", "html"])) : j.value === "filter" ? (m(), te(
|
|
7192
|
+
}, null, 8, ["token", "columns", "fields", "view-mode", "html"])) : j.value === "filter" ? (m(), te(Vf, {
|
|
7163
7193
|
key: 4,
|
|
7164
7194
|
token: g.value,
|
|
7165
7195
|
fields: l.value.fields,
|
|
@@ -7173,7 +7203,7 @@ const vp = {
|
|
|
7173
7203
|
]);
|
|
7174
7204
|
};
|
|
7175
7205
|
}
|
|
7176
|
-
}),
|
|
7206
|
+
}), H0 = /* @__PURE__ */ fe(fv, [["__scopeId", "data-v-392e1bd1"]]), pv = { class: "mapLayer-info__inner" }, vv = { class: "mapLayer-info__item-label" }, mv = /* @__PURE__ */ ae({
|
|
7177
7207
|
__name: "MapLayerInfoPopover",
|
|
7178
7208
|
props: {
|
|
7179
7209
|
items: {}
|
|
@@ -7270,12 +7300,12 @@ const vp = {
|
|
|
7270
7300
|
onClick: h[0] || (h[0] = He(() => {
|
|
7271
7301
|
}, ["stop"]))
|
|
7272
7302
|
}, [
|
|
7273
|
-
s("div",
|
|
7303
|
+
s("div", pv, [
|
|
7274
7304
|
(m(!0), x(G, null, le(e.items, (y) => (m(), x("div", {
|
|
7275
7305
|
key: y.label,
|
|
7276
7306
|
class: "mapLayer-info__item"
|
|
7277
7307
|
}, [
|
|
7278
|
-
s("div",
|
|
7308
|
+
s("div", vv, Y(y.label), 1),
|
|
7279
7309
|
s("div", {
|
|
7280
7310
|
class: me(["mapLayer-info__item-value", { "mapLayer-info__item-value--break-all": y.breakLine }])
|
|
7281
7311
|
}, Y(y.value ?? "—"), 3)
|
|
@@ -7285,16 +7315,16 @@ const vp = {
|
|
|
7285
7315
|
]))
|
|
7286
7316
|
], 512));
|
|
7287
7317
|
}
|
|
7288
|
-
}), qn = /* @__PURE__ */ fe(
|
|
7318
|
+
}), qn = /* @__PURE__ */ fe(mv, [["__scopeId", "data-v-f1358cef"]]), gv = {
|
|
7289
7319
|
key: 0,
|
|
7290
7320
|
class: "map-info__header"
|
|
7291
|
-
},
|
|
7321
|
+
}, hv = {
|
|
7292
7322
|
key: 0,
|
|
7293
7323
|
class: "map-info__title"
|
|
7294
|
-
},
|
|
7324
|
+
}, yv = { class: "map-info__actions" }, xv = {
|
|
7295
7325
|
key: 0,
|
|
7296
7326
|
class: "map-info__menu"
|
|
7297
|
-
},
|
|
7327
|
+
}, bv = ["onClick"], wv = ["innerHTML"], _v = /* @__PURE__ */ ae({
|
|
7298
7328
|
__name: "MapInfoWidget",
|
|
7299
7329
|
props: {
|
|
7300
7330
|
title: {},
|
|
@@ -7358,10 +7388,10 @@ const vp = {
|
|
|
7358
7388
|
ref_key: "container",
|
|
7359
7389
|
ref: n
|
|
7360
7390
|
}, [
|
|
7361
|
-
e.title || b.value.length || v.value.length ? (m(), x("div",
|
|
7362
|
-
e.title ? (m(), x("h2",
|
|
7363
|
-
s("div",
|
|
7364
|
-
b.value.length ? (m(), x("div",
|
|
7391
|
+
e.title || b.value.length || v.value.length ? (m(), x("div", gv, [
|
|
7392
|
+
e.title ? (m(), x("h2", hv, Y(e.title), 1)) : W("", !0),
|
|
7393
|
+
s("div", yv, [
|
|
7394
|
+
b.value.length ? (m(), x("div", xv, [
|
|
7365
7395
|
s("button", {
|
|
7366
7396
|
ref_key: "menuButton",
|
|
7367
7397
|
ref: r,
|
|
@@ -7412,7 +7442,7 @@ const vp = {
|
|
|
7412
7442
|
type: "button",
|
|
7413
7443
|
class: "map-info__popover-link",
|
|
7414
7444
|
onClick: (N) => h(H.slug)
|
|
7415
|
-
}, Y(H.name), 9,
|
|
7445
|
+
}, Y(H.name), 9, bv))), 128))
|
|
7416
7446
|
], 4)) : W("", !0)
|
|
7417
7447
|
]))
|
|
7418
7448
|
])) : W("", !0),
|
|
@@ -7450,10 +7480,10 @@ const vp = {
|
|
|
7450
7480
|
key: 1,
|
|
7451
7481
|
class: me(["map-info__content", { "map-info__content--collapsed": p.value && !f.value }]),
|
|
7452
7482
|
innerHTML: e.content
|
|
7453
|
-
}, null, 10,
|
|
7483
|
+
}, null, 10, wv)) : W("", !0)
|
|
7454
7484
|
], 512));
|
|
7455
7485
|
}
|
|
7456
|
-
}), Co = /* @__PURE__ */ fe(
|
|
7486
|
+
}), Co = /* @__PURE__ */ fe(_v, [["__scopeId", "data-v-3cf65be0"]]), kv = { class: "opacity-popover__content" }, $v = { class: "opacity-popover__value" }, Cv = /* @__PURE__ */ ae({
|
|
7457
7487
|
__name: "LayerOpacityPopover",
|
|
7458
7488
|
props: {
|
|
7459
7489
|
layerId: {}
|
|
@@ -7531,7 +7561,7 @@ const vp = {
|
|
|
7531
7561
|
class: "opacity-popover",
|
|
7532
7562
|
style: Re({ top: i.top + "px", left: i.left + "px" })
|
|
7533
7563
|
}, [
|
|
7534
|
-
s("div",
|
|
7564
|
+
s("div", kv, [
|
|
7535
7565
|
v[1] || (v[1] = s("label", { class: "opacity-popover__label" }, "Прозорість:", -1)),
|
|
7536
7566
|
We(s("input", {
|
|
7537
7567
|
type: "range",
|
|
@@ -7544,19 +7574,19 @@ const vp = {
|
|
|
7544
7574
|
}, null, 544), [
|
|
7545
7575
|
[Ot, o.value]
|
|
7546
7576
|
]),
|
|
7547
|
-
s("span",
|
|
7577
|
+
s("span", $v, Y(o.value) + "%", 1)
|
|
7548
7578
|
])
|
|
7549
7579
|
], 4)) : W("", !0)
|
|
7550
7580
|
]))
|
|
7551
7581
|
], 512));
|
|
7552
7582
|
}
|
|
7553
|
-
}), Fr = /* @__PURE__ */ fe(
|
|
7583
|
+
}), Fr = /* @__PURE__ */ fe(Cv, [["__scopeId", "data-v-b278347a"]]), Av = { class: "layers-panel" }, Lv = { class: "layers-panel__header" }, Sv = { class: "layers-panel__heading" }, Ev = { class: "layers-panel__title" }, Fv = {
|
|
7554
7584
|
key: 0,
|
|
7555
7585
|
class: "layers-panel__description"
|
|
7556
|
-
},
|
|
7586
|
+
}, Mv = { class: "layers-panel__header-actions" }, Tv = { class: "layers-panel__label" }, Iv = { class: "layers-panel__label-row" }, jv = ["checked", "onChange"], Ov = { class: "layers-panel__title-block" }, Nv = { class: "layers-panel__name" }, zv = ["aria-label"], Pv = { class: "layers-panel__meta text-slate-500" }, Rv = ["onClick"], Dv = { class: "inline-flex items-center justify-center w-[18px] h-[18px] text-slate-500 transition-colors duration-200 hover:text-blue-700" }, Bv = {
|
|
7557
7587
|
key: 0,
|
|
7558
7588
|
class: "layers-panel__actions"
|
|
7559
|
-
},
|
|
7589
|
+
}, Vv = ["innerHTML", "onClick"], Ao = "map:temporary-layer-request", Uv = /* @__PURE__ */ ae({
|
|
7560
7590
|
directives: {
|
|
7561
7591
|
tooltip: Gr
|
|
7562
7592
|
},
|
|
@@ -7762,15 +7792,15 @@ const vp = {
|
|
|
7762
7792
|
}), (L, A) => {
|
|
7763
7793
|
var _, w;
|
|
7764
7794
|
const $ = Zr("tooltip");
|
|
7765
|
-
return m(), x("div",
|
|
7766
|
-
s("div",
|
|
7767
|
-
s("div",
|
|
7768
|
-
s("h2",
|
|
7769
|
-
(w = e.config) != null && w.description ? (m(), x("div",
|
|
7795
|
+
return m(), x("div", Av, [
|
|
7796
|
+
s("div", Lv, [
|
|
7797
|
+
s("div", Sv, [
|
|
7798
|
+
s("h2", Ev, Y(((_ = e.config) == null ? void 0 : _.title) || "Шари"), 1),
|
|
7799
|
+
(w = e.config) != null && w.description ? (m(), x("div", Fv, [
|
|
7770
7800
|
s("p", null, Y(e.config.description), 1)
|
|
7771
7801
|
])) : W("", !0)
|
|
7772
7802
|
]),
|
|
7773
|
-
s("div",
|
|
7803
|
+
s("div", Mv, [
|
|
7774
7804
|
l.value && a.value.length > 0 ? (m(), x("button", {
|
|
7775
7805
|
key: 0,
|
|
7776
7806
|
type: "button",
|
|
@@ -7812,23 +7842,23 @@ const vp = {
|
|
|
7812
7842
|
key: C.id,
|
|
7813
7843
|
class: "layers-panel__item"
|
|
7814
7844
|
}, [
|
|
7815
|
-
s("label",
|
|
7816
|
-
s("div",
|
|
7845
|
+
s("label", Tv, [
|
|
7846
|
+
s("div", Iv, [
|
|
7817
7847
|
s("input", {
|
|
7818
7848
|
type: "checkbox",
|
|
7819
7849
|
class: "layers-panel__checkbox",
|
|
7820
7850
|
checked: y(C.id),
|
|
7821
7851
|
onChange: (T) => H(C, T)
|
|
7822
|
-
}, null, 40,
|
|
7823
|
-
s("div",
|
|
7824
|
-
s("span",
|
|
7852
|
+
}, null, 40, jv),
|
|
7853
|
+
s("div", Ov, [
|
|
7854
|
+
s("span", Nv, Y(C.name), 1),
|
|
7825
7855
|
y(C.id) && I(C) && O(C) ? We((m(), x("span", {
|
|
7826
7856
|
key: 0,
|
|
7827
7857
|
class: "layers-panel__legend-dot layers-panel__legend-dot--inline",
|
|
7828
7858
|
style: Re({ background: I(C) }),
|
|
7829
7859
|
"aria-label": O(C),
|
|
7830
7860
|
role: "img"
|
|
7831
|
-
}, null, 12,
|
|
7861
|
+
}, null, 12, zv)), [
|
|
7832
7862
|
[$, O(C)]
|
|
7833
7863
|
]) : y(C.id) && I(C) ? (m(), x("span", {
|
|
7834
7864
|
key: 1,
|
|
@@ -7837,7 +7867,7 @@ const vp = {
|
|
|
7837
7867
|
role: "img"
|
|
7838
7868
|
}, null, 4)) : W("", !0)
|
|
7839
7869
|
]),
|
|
7840
|
-
s("div",
|
|
7870
|
+
s("div", Pv, [
|
|
7841
7871
|
y(C.id) && !C.isTemporary ? (m(), x(G, { key: 0 }, [
|
|
7842
7872
|
ie(Fr, {
|
|
7843
7873
|
"layer-id": C.id,
|
|
@@ -7848,10 +7878,10 @@ const vp = {
|
|
|
7848
7878
|
class: "inline-flex items-center justify-center p-0 text-inherit no-underline cursor-pointer",
|
|
7849
7879
|
onClick: He(T, ["prevent", "stop"])
|
|
7850
7880
|
}, [
|
|
7851
|
-
s("div",
|
|
7881
|
+
s("div", Dv, [
|
|
7852
7882
|
ie(se(rl))
|
|
7853
7883
|
])
|
|
7854
|
-
], 8,
|
|
7884
|
+
], 8, Rv)
|
|
7855
7885
|
]),
|
|
7856
7886
|
_: 1
|
|
7857
7887
|
}, 8, ["layer-id"]),
|
|
@@ -7866,14 +7896,14 @@ const vp = {
|
|
|
7866
7896
|
])
|
|
7867
7897
|
])
|
|
7868
7898
|
]),
|
|
7869
|
-
(S = C.actions) != null && S.length ? (m(), x("div",
|
|
7899
|
+
(S = C.actions) != null && S.length ? (m(), x("div", Bv, [
|
|
7870
7900
|
(m(!0), x(G, null, le(C.actions, (T) => (m(), x("button", {
|
|
7871
7901
|
key: T.widget || T.id || T.icon,
|
|
7872
7902
|
type: "button",
|
|
7873
7903
|
class: "layers-panel__action",
|
|
7874
7904
|
innerHTML: T.icon,
|
|
7875
7905
|
onClick: (R) => c("action", { layerId: T.widget })
|
|
7876
|
-
}, null, 8,
|
|
7906
|
+
}, null, 8, Vv))), 128))
|
|
7877
7907
|
])) : W("", !0)
|
|
7878
7908
|
]);
|
|
7879
7909
|
}), 128))
|
|
@@ -7881,7 +7911,7 @@ const vp = {
|
|
|
7881
7911
|
]);
|
|
7882
7912
|
};
|
|
7883
7913
|
}
|
|
7884
|
-
}), Lo = /* @__PURE__ */ fe(
|
|
7914
|
+
}), Lo = /* @__PURE__ */ fe(Uv, [["__scopeId", "data-v-e4b2ccc1"]]), qv = { class: "catalog-tab__search relative mt-[10px]" }, Hv = {
|
|
7885
7915
|
width: "24",
|
|
7886
7916
|
height: "24",
|
|
7887
7917
|
viewBox: "0 0 24 24",
|
|
@@ -7889,10 +7919,10 @@ const vp = {
|
|
|
7889
7919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7890
7920
|
class: "absolute top-[40%] left-[8px] w-[16px] h-[16px]",
|
|
7891
7921
|
style: { transform: "translate(0, -50%)" }
|
|
7892
|
-
},
|
|
7922
|
+
}, Yv = {
|
|
7893
7923
|
key: 0,
|
|
7894
7924
|
class: "text-sm text-gray-400 text-center mt-6"
|
|
7895
|
-
},
|
|
7925
|
+
}, Wv = ["onClick"], Zv = { class: "flex items-center gap-x-3" }, Kv = { class: "max-w-[260px] text-[14px] text-[#4b5563]" }, Gv = { class: "text-xs opacity-60 text-[#4b5563]" }, Xv = { class: "flex items-center cursor-pointer gap-2 flex-1" }, Jv = ["checked", "onChange"], Qv = { class: "text-[13px] text-gray-600 max-w-[260px]" }, em = { class: "flex items-center gap-2" }, tm = /* @__PURE__ */ ae({
|
|
7896
7926
|
__name: "LayersCatalogTab",
|
|
7897
7927
|
props: {
|
|
7898
7928
|
catalog: {},
|
|
@@ -7918,7 +7948,7 @@ const vp = {
|
|
|
7918
7948
|
set: (h) => o("update:search", h)
|
|
7919
7949
|
});
|
|
7920
7950
|
function p(h) {
|
|
7921
|
-
r[h] = !r[h],
|
|
7951
|
+
r[h] = !r[h], qf();
|
|
7922
7952
|
}
|
|
7923
7953
|
function b(h) {
|
|
7924
7954
|
return !!r[h];
|
|
@@ -7963,7 +7993,7 @@ const vp = {
|
|
|
7963
7993
|
ref: l,
|
|
7964
7994
|
class: "catalog-tab"
|
|
7965
7995
|
}, [
|
|
7966
|
-
s("div",
|
|
7996
|
+
s("div", qv, [
|
|
7967
7997
|
We(s("input", {
|
|
7968
7998
|
"onUpdate:modelValue": y[0] || (y[0] = (k) => f.value = k),
|
|
7969
7999
|
type: "text",
|
|
@@ -7972,7 +8002,7 @@ const vp = {
|
|
|
7972
8002
|
}, null, 512), [
|
|
7973
8003
|
[Ot, f.value]
|
|
7974
8004
|
]),
|
|
7975
|
-
(m(), x("svg",
|
|
8005
|
+
(m(), x("svg", Hv, [...y[1] || (y[1] = [
|
|
7976
8006
|
s("path", {
|
|
7977
8007
|
d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.5817 15.4183 3 11 3C6.5817 3 3 6.5817 3 11C3 15.4183 6.5817 19 11 19Z",
|
|
7978
8008
|
stroke: "black",
|
|
@@ -7987,7 +8017,7 @@ const vp = {
|
|
|
7987
8017
|
}, null, -1)
|
|
7988
8018
|
])]))
|
|
7989
8019
|
]),
|
|
7990
|
-
u.value.length === 0 ? (m(), x("div",
|
|
8020
|
+
u.value.length === 0 ? (m(), x("div", Yv, " Нічого не знайдено ")) : W("", !0),
|
|
7991
8021
|
(m(!0), x(G, null, le(u.value, (k) => (m(), x("div", {
|
|
7992
8022
|
key: k.id,
|
|
7993
8023
|
class: "mt-2"
|
|
@@ -7996,7 +8026,7 @@ const vp = {
|
|
|
7996
8026
|
class: "hover:bg-gray-100 cursor-pointer p-[8px] rounded-lg flex justify-between items-center",
|
|
7997
8027
|
onClick: (j) => p(k.id)
|
|
7998
8028
|
}, [
|
|
7999
|
-
s("div",
|
|
8029
|
+
s("div", Zv, [
|
|
8000
8030
|
(m(), x("svg", {
|
|
8001
8031
|
width: "6",
|
|
8002
8032
|
height: "10",
|
|
@@ -8012,10 +8042,10 @@ const vp = {
|
|
|
8012
8042
|
"stroke-linejoin": "round"
|
|
8013
8043
|
}, null, -1)
|
|
8014
8044
|
])], 2)),
|
|
8015
|
-
s("div",
|
|
8045
|
+
s("div", Kv, Y(k.name), 1)
|
|
8016
8046
|
]),
|
|
8017
|
-
s("div",
|
|
8018
|
-
], 8,
|
|
8047
|
+
s("div", Gv, Y(k.layers.length), 1)
|
|
8048
|
+
], 8, Wv),
|
|
8019
8049
|
ie(Nn, { name: "out-in" }, {
|
|
8020
8050
|
default: Pe(() => [
|
|
8021
8051
|
We(s("div", null, [
|
|
@@ -8023,13 +8053,13 @@ const vp = {
|
|
|
8023
8053
|
key: j.id,
|
|
8024
8054
|
class: "hover:bg-gray-100 rounded-lg flex items-center justify-between ml-[20px] py-[8px] px-[8px] gap-3"
|
|
8025
8055
|
}, [
|
|
8026
|
-
s("label",
|
|
8056
|
+
s("label", Xv, [
|
|
8027
8057
|
s("input", {
|
|
8028
8058
|
type: "checkbox",
|
|
8029
8059
|
class: "peer hidden",
|
|
8030
8060
|
checked: e.selected.includes(j.id),
|
|
8031
8061
|
onChange: (P) => h.$emit("toggle-layer", j.id, P.target.checked, j)
|
|
8032
|
-
}, null, 40,
|
|
8062
|
+
}, null, 40, Jv),
|
|
8033
8063
|
y[3] || (y[3] = s("div", { class: "w-4 h-4 rounded border border-blue-800 flex items-center justify-center peer-checked:bg-blue-600 peer-checked:border-blue-600" }, [
|
|
8034
8064
|
s("svg", {
|
|
8035
8065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8046,9 +8076,9 @@ const vp = {
|
|
|
8046
8076
|
})
|
|
8047
8077
|
])
|
|
8048
8078
|
], -1)),
|
|
8049
|
-
s("span",
|
|
8079
|
+
s("span", Qv, Y(j.name), 1)
|
|
8050
8080
|
]),
|
|
8051
|
-
s("div",
|
|
8081
|
+
s("div", em, [
|
|
8052
8082
|
Array.isArray(j.filters) && j.filters.length ? (m(), te(pn, {
|
|
8053
8083
|
key: 0,
|
|
8054
8084
|
count: j.filters.length,
|
|
@@ -8083,7 +8113,7 @@ const vp = {
|
|
|
8083
8113
|
]))
|
|
8084
8114
|
], 512));
|
|
8085
8115
|
}
|
|
8086
|
-
}),
|
|
8116
|
+
}), nm = /* @__PURE__ */ fe(tm, [["__scopeId", "data-v-c0b756f3"]]), om = { class: "flex flex-col gap-0" }, rm = { class: "text-xs text-slate-600 font-semibold" }, lm = /* @__PURE__ */ ae({
|
|
8087
8117
|
__name: "MapLayerPopover",
|
|
8088
8118
|
props: {
|
|
8089
8119
|
items: {}
|
|
@@ -8182,12 +8212,12 @@ const vp = {
|
|
|
8182
8212
|
onClick: h[0] || (h[0] = He(() => {
|
|
8183
8213
|
}, ["stop"]))
|
|
8184
8214
|
}, [
|
|
8185
|
-
s("div",
|
|
8215
|
+
s("div", om, [
|
|
8186
8216
|
(m(!0), x(G, null, le(e.items, (y) => (m(), x("div", {
|
|
8187
8217
|
key: y.label,
|
|
8188
8218
|
class: "grid grid-cols-[120px_1fr] gap-3 items-start py-1.5 border-b border-slate-200 last:border-b-0"
|
|
8189
8219
|
}, [
|
|
8190
|
-
s("div",
|
|
8220
|
+
s("div", rm, Y(y.label), 1),
|
|
8191
8221
|
s("div", {
|
|
8192
8222
|
class: me(["text-sm text-gray-800", { "break-all": y.breakLine }])
|
|
8193
8223
|
}, Y(y.value ?? "—"), 3)
|
|
@@ -8197,10 +8227,10 @@ const vp = {
|
|
|
8197
8227
|
]))
|
|
8198
8228
|
], 512));
|
|
8199
8229
|
}
|
|
8200
|
-
}),
|
|
8230
|
+
}), im = { class: "selected-tab" }, sm = { class: "selected-tab__actions" }, am = {
|
|
8201
8231
|
key: 0,
|
|
8202
8232
|
class: "selected-tab__scroll"
|
|
8203
|
-
},
|
|
8233
|
+
}, um = ["onDragstart", "onDragover", "onDrop"], cm = { class: "selected-tab__item-header" }, dm = { class: "selected-tab__item-info" }, fm = ["checked", "onChange"], pm = { class: "selected-tab__item-name" }, vm = { class: "selected-tab__item-controls" }, mm = ["onClick"], gm = { class: "selected-tab__menu-inner" }, hm = /* @__PURE__ */ ae({
|
|
8204
8234
|
__name: "LayersSelectedTab",
|
|
8205
8235
|
props: {
|
|
8206
8236
|
catalog: {},
|
|
@@ -8325,10 +8355,10 @@ const vp = {
|
|
|
8325
8355
|
return !Array.isArray(C) || C.length === 0 ? null : `${C.length} ${S}`;
|
|
8326
8356
|
}
|
|
8327
8357
|
function w(C) {
|
|
8328
|
-
var ke, Le, Be, Ze, et,
|
|
8358
|
+
var ke, Le, Be, Ze, et, lt;
|
|
8329
8359
|
const S = ye(C), T = d(C);
|
|
8330
8360
|
if (!S && !T) return [];
|
|
8331
|
-
const R = (T == null ? void 0 : T.name) || ((Le = (ke = S == null ? void 0 : S.opts) == null ? void 0 : ke.layer) == null ? void 0 : Le.name) || null, U = (T == null ? void 0 : T.service) || ((Be = S == null ? void 0 : S.opts) == null ? void 0 : Be.service) || null, Z = (Ze = S == null ? void 0 : S.getSource) == null ? void 0 : Ze.call(S), pe = Z && "tiles" in Z ? (et = Z.tiles) == null ? void 0 : et[0] : (T == null ? void 0 : T.url) || null, ne = (T == null ? void 0 : T.source_path) || null, de = (S == null ? void 0 : S.popup) || (T == null ? void 0 : T.popup), he = (S == null ? void 0 : S.card) || (T == null ? void 0 : T.card), Ae = (T == null ? void 0 : T.filters) || ((
|
|
8361
|
+
const R = (T == null ? void 0 : T.name) || ((Le = (ke = S == null ? void 0 : S.opts) == null ? void 0 : ke.layer) == null ? void 0 : Le.name) || null, U = (T == null ? void 0 : T.service) || ((Be = S == null ? void 0 : S.opts) == null ? void 0 : Be.service) || null, Z = (Ze = S == null ? void 0 : S.getSource) == null ? void 0 : Ze.call(S), pe = Z && "tiles" in Z ? (et = Z.tiles) == null ? void 0 : et[0] : (T == null ? void 0 : T.url) || null, ne = (T == null ? void 0 : T.source_path) || null, de = (S == null ? void 0 : S.popup) || (T == null ? void 0 : T.popup), he = (S == null ? void 0 : S.card) || (T == null ? void 0 : T.card), Ae = (T == null ? void 0 : T.filters) || ((lt = S == null ? void 0 : S.opts) == null ? void 0 : lt.filters);
|
|
8332
8362
|
return [
|
|
8333
8363
|
{ label: "Назва", value: $(R) },
|
|
8334
8364
|
{ label: "Сервіс", value: $(U) },
|
|
@@ -8339,8 +8369,8 @@ const vp = {
|
|
|
8339
8369
|
{ label: "Фільтри", value: _(Ae, "фільтрів") }
|
|
8340
8370
|
];
|
|
8341
8371
|
}
|
|
8342
|
-
return (C, S) => (m(), x("div",
|
|
8343
|
-
s("div",
|
|
8372
|
+
return (C, S) => (m(), x("div", im, [
|
|
8373
|
+
s("div", sm, [
|
|
8344
8374
|
s("button", {
|
|
8345
8375
|
class: "selected-tab__add",
|
|
8346
8376
|
onClick: S[0] || (S[0] = (T) => o("select-layer"))
|
|
@@ -8363,7 +8393,7 @@ const vp = {
|
|
|
8363
8393
|
s("span", null, "Вибрати шар", -1)
|
|
8364
8394
|
])])
|
|
8365
8395
|
]),
|
|
8366
|
-
e.selected.length ? (m(), x("div",
|
|
8396
|
+
e.selected.length ? (m(), x("div", am, [
|
|
8367
8397
|
s("div", null, [
|
|
8368
8398
|
(m(!0), x(G, null, le(e.selected, (T, R) => {
|
|
8369
8399
|
var U;
|
|
@@ -8379,18 +8409,18 @@ const vp = {
|
|
|
8379
8409
|
onDrop: (Z) => L(Z, R),
|
|
8380
8410
|
onDragend: A
|
|
8381
8411
|
}, [
|
|
8382
|
-
s("div",
|
|
8383
|
-
s("div",
|
|
8412
|
+
s("div", cm, [
|
|
8413
|
+
s("div", dm, [
|
|
8384
8414
|
S[4] || (S[4] = s("span", { class: "selected-tab__item-handle" }, "☰", -1)),
|
|
8385
8415
|
s("input", {
|
|
8386
8416
|
type: "checkbox",
|
|
8387
8417
|
class: "selected-tab__item-checkbox",
|
|
8388
8418
|
checked: c[T] ?? !0,
|
|
8389
8419
|
onChange: (Z) => h(T, Z.target.checked)
|
|
8390
|
-
}, null, 40,
|
|
8391
|
-
s("span",
|
|
8420
|
+
}, null, 40, fm),
|
|
8421
|
+
s("span", pm, Y(((U = d(T)) == null ? void 0 : U.name) || "Шар"), 1)
|
|
8392
8422
|
]),
|
|
8393
|
-
s("div",
|
|
8423
|
+
s("div", vm, [
|
|
8394
8424
|
ie(Fr, { "layer-id": T }, null, 8, ["layer-id"]),
|
|
8395
8425
|
s("button", {
|
|
8396
8426
|
type: "button",
|
|
@@ -8427,10 +8457,10 @@ const vp = {
|
|
|
8427
8457
|
r: "1"
|
|
8428
8458
|
})
|
|
8429
8459
|
], -1)
|
|
8430
|
-
])], 8,
|
|
8460
|
+
])], 8, mm)
|
|
8431
8461
|
])
|
|
8432
8462
|
])
|
|
8433
|
-
], 42,
|
|
8463
|
+
], 42, um);
|
|
8434
8464
|
}), 128))
|
|
8435
8465
|
])
|
|
8436
8466
|
])) : W("", !0),
|
|
@@ -8442,7 +8472,7 @@ const vp = {
|
|
|
8442
8472
|
class: "selected-tab__menu",
|
|
8443
8473
|
style: Re({ top: b.top + "px", left: b.left + "px" })
|
|
8444
8474
|
}, [
|
|
8445
|
-
s("div",
|
|
8475
|
+
s("div", gm, [
|
|
8446
8476
|
s("button", {
|
|
8447
8477
|
class: "selected-tab__menu-item",
|
|
8448
8478
|
onClick: S[1] || (S[1] = (T) => M(p.value))
|
|
@@ -8485,7 +8515,7 @@ const vp = {
|
|
|
8485
8515
|
], -1),
|
|
8486
8516
|
ge(" Збільшити до шару ", -1)
|
|
8487
8517
|
])]),
|
|
8488
|
-
ie(
|
|
8518
|
+
ie(lm, {
|
|
8489
8519
|
items: w(p.value)
|
|
8490
8520
|
}, {
|
|
8491
8521
|
default: Pe(() => [...S[7] || (S[7] = [
|
|
@@ -8555,16 +8585,16 @@ const vp = {
|
|
|
8555
8585
|
]))
|
|
8556
8586
|
]));
|
|
8557
8587
|
}
|
|
8558
|
-
}),
|
|
8588
|
+
}), ym = /* @__PURE__ */ fe(hm, [["__scopeId", "data-v-39b6f281"]]), xm = { class: "filter-tab" }, bm = {
|
|
8559
8589
|
key: 0,
|
|
8560
8590
|
class: "filter-tab__header"
|
|
8561
|
-
},
|
|
8591
|
+
}, wm = { class: "filter-tab__title" }, _m = {
|
|
8562
8592
|
key: 1,
|
|
8563
8593
|
class: "filter-tab__content rounded-md"
|
|
8564
|
-
},
|
|
8594
|
+
}, km = { class: "filter-tab__scroll" }, $m = {
|
|
8565
8595
|
key: 2,
|
|
8566
8596
|
class: "filter-tab__empty"
|
|
8567
|
-
},
|
|
8597
|
+
}, Cm = /* @__PURE__ */ ae({
|
|
8568
8598
|
__name: "LayersFilterTab",
|
|
8569
8599
|
props: {
|
|
8570
8600
|
layer: {},
|
|
@@ -8572,21 +8602,21 @@ const vp = {
|
|
|
8572
8602
|
},
|
|
8573
8603
|
emits: ["change"],
|
|
8574
8604
|
setup(e, { emit: t }) {
|
|
8575
|
-
const n =
|
|
8605
|
+
const n = at(() => import("@opengis/filter")), o = e, r = t, l = D(() => {
|
|
8576
8606
|
var f;
|
|
8577
8607
|
return ((f = o.layer) == null ? void 0 : f.filters) ?? [];
|
|
8578
8608
|
}), i = D(() => l.value.length > 0);
|
|
8579
8609
|
function u(f) {
|
|
8580
8610
|
r("change", f.data);
|
|
8581
8611
|
}
|
|
8582
|
-
return (f, p) => (m(), x("div",
|
|
8583
|
-
e.layer && i.value ? (m(), x("div",
|
|
8612
|
+
return (f, p) => (m(), x("div", xm, [
|
|
8613
|
+
e.layer && i.value ? (m(), x("div", bm, [
|
|
8584
8614
|
s("div", null, [
|
|
8585
|
-
s("p",
|
|
8615
|
+
s("p", wm, Y(e.layer.name), 1)
|
|
8586
8616
|
])
|
|
8587
8617
|
])) : W("", !0),
|
|
8588
|
-
e.layer && i.value ? (m(), x("div",
|
|
8589
|
-
s("div",
|
|
8618
|
+
e.layer && i.value ? (m(), x("div", _m, [
|
|
8619
|
+
s("div", km, [
|
|
8590
8620
|
ie(se(n), {
|
|
8591
8621
|
view: "vertical",
|
|
8592
8622
|
schema: l.value,
|
|
@@ -8596,16 +8626,16 @@ const vp = {
|
|
|
8596
8626
|
onChange: p[0] || (p[0] = (b) => u(b))
|
|
8597
8627
|
}, null, 8, ["schema", "value"])
|
|
8598
8628
|
])
|
|
8599
|
-
])) : (m(), x("div",
|
|
8629
|
+
])) : (m(), x("div", $m, [...p[1] || (p[1] = [
|
|
8600
8630
|
s("p", { class: "filter-tab__empty-title" }, "Немає доступних фільтрів", -1),
|
|
8601
8631
|
s("p", { class: "filter-tab__empty-text" }, " Оберіть шар із фільтрами у каталозі, щоб налаштувати відбір даних. ", -1)
|
|
8602
8632
|
])]))
|
|
8603
8633
|
]));
|
|
8604
8634
|
}
|
|
8605
|
-
}),
|
|
8635
|
+
}), Am = /* @__PURE__ */ fe(Cm, [["__scopeId", "data-v-c6632fbd"]]), Lm = { class: "map-catalog-widget w-full max-w-md mx-auto p-4 bg-white border border-gray-200 rounded-lg shadow-sm widget" }, Sm = { class: "flex items-center justify-between mb-4" }, Em = { class: "flex items-center gap-2" }, Fm = { class: "text-lg font-semibold text-gray-800" }, Mm = { key: 0 }, Tm = {
|
|
8606
8636
|
key: 1,
|
|
8607
8637
|
class: "block text-sm font-normal text-gray-500"
|
|
8608
|
-
},
|
|
8638
|
+
}, Im = { class: "flex items-center gap-2" }, jm = { class: "flex mb-4 border-b border-gray-200" }, Om = { class: "map-catalog-widget__body" }, Nm = /* @__PURE__ */ ae({
|
|
8609
8639
|
__name: "MapCatalogWidget",
|
|
8610
8640
|
setup(e) {
|
|
8611
8641
|
const t = z("catalog"), n = z({ groups: [] }), o = z([]), r = z(""), { map: l } = Ye(), i = Dt(), u = Bt(), f = Qe({}), p = z(null), b = z(!1), a = z(!1);
|
|
@@ -8762,9 +8792,9 @@ const vp = {
|
|
|
8762
8792
|
K(), A(), window.addEventListener("resize", A);
|
|
8763
8793
|
}), _e(() => {
|
|
8764
8794
|
window.removeEventListener("resize", A);
|
|
8765
|
-
}), ($, _) => (m(), x("div",
|
|
8766
|
-
s("div",
|
|
8767
|
-
s("div",
|
|
8795
|
+
}), ($, _) => (m(), x("div", Lm, [
|
|
8796
|
+
s("div", Sm, [
|
|
8797
|
+
s("div", Em, [
|
|
8768
8798
|
_[5] || (_[5] = s("svg", {
|
|
8769
8799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8770
8800
|
width: "20",
|
|
@@ -8781,13 +8811,13 @@ const vp = {
|
|
|
8781
8811
|
s("path", { d: "m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65" }),
|
|
8782
8812
|
s("path", { d: "m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65" })
|
|
8783
8813
|
], -1)),
|
|
8784
|
-
s("h2",
|
|
8814
|
+
s("h2", Fm, [
|
|
8785
8815
|
ge(Y(O.value) + " ", 1),
|
|
8786
|
-
V.value !== null ? (m(), x("span",
|
|
8787
|
-
Q.value ? (m(), x("span",
|
|
8816
|
+
V.value !== null ? (m(), x("span", Mm, "(" + Y(V.value) + ")", 1)) : W("", !0),
|
|
8817
|
+
Q.value ? (m(), x("span", Tm, Y(Q.value), 1)) : W("", !0)
|
|
8788
8818
|
])
|
|
8789
8819
|
]),
|
|
8790
|
-
s("div",
|
|
8820
|
+
s("div", Im, [
|
|
8791
8821
|
s("button", {
|
|
8792
8822
|
onClick: k,
|
|
8793
8823
|
class: "p-1 rounded-full hover:bg-gray-200 transition-colors",
|
|
@@ -8824,7 +8854,7 @@ const vp = {
|
|
|
8824
8854
|
s("div", {
|
|
8825
8855
|
class: me(["map-catalog-widget__content", { "map-catalog-widget__content--collapsed": a.value && !b.value }])
|
|
8826
8856
|
}, [
|
|
8827
|
-
s("div",
|
|
8857
|
+
s("div", jm, [
|
|
8828
8858
|
s("button", {
|
|
8829
8859
|
onClick: _[0] || (_[0] = (w) => t.value = "catalog"),
|
|
8830
8860
|
class: me([
|
|
@@ -8840,8 +8870,8 @@ const vp = {
|
|
|
8840
8870
|
])
|
|
8841
8871
|
}, " Вибрані шари ", 2)
|
|
8842
8872
|
]),
|
|
8843
|
-
s("div",
|
|
8844
|
-
t.value === "catalog" ? (m(), te(
|
|
8873
|
+
s("div", Om, [
|
|
8874
|
+
t.value === "catalog" ? (m(), te(nm, {
|
|
8845
8875
|
key: 0,
|
|
8846
8876
|
class: "map-catalog-widget__scroll",
|
|
8847
8877
|
catalog: n.value,
|
|
@@ -8850,7 +8880,7 @@ const vp = {
|
|
|
8850
8880
|
"onUpdate:search": _[2] || (_[2] = (w) => r.value = w),
|
|
8851
8881
|
onToggleLayer: y,
|
|
8852
8882
|
onOpenFilter: P
|
|
8853
|
-
}, null, 8, ["catalog", "selected", "search"])) : t.value === "selected" ? (m(), te(
|
|
8883
|
+
}, null, 8, ["catalog", "selected", "search"])) : t.value === "selected" ? (m(), te(ym, {
|
|
8854
8884
|
key: 1,
|
|
8855
8885
|
catalog: n.value,
|
|
8856
8886
|
selected: o.value,
|
|
@@ -8858,7 +8888,7 @@ const vp = {
|
|
|
8858
8888
|
onSelectLayer: _[3] || (_[3] = (w) => t.value = "catalog"),
|
|
8859
8889
|
onReorder: j,
|
|
8860
8890
|
onRemove: _[4] || (_[4] = (w) => o.value = o.value.filter((C) => C !== w))
|
|
8861
|
-
}, null, 8, ["catalog", "selected"])) : (m(), te(
|
|
8891
|
+
}, null, 8, ["catalog", "selected"])) : (m(), te(Am, {
|
|
8862
8892
|
key: 2,
|
|
8863
8893
|
layer: N.value,
|
|
8864
8894
|
value: I.value,
|
|
@@ -8869,22 +8899,22 @@ const vp = {
|
|
|
8869
8899
|
], 2)
|
|
8870
8900
|
]));
|
|
8871
8901
|
}
|
|
8872
|
-
}), So = /* @__PURE__ */ fe(
|
|
8902
|
+
}), So = /* @__PURE__ */ fe(Nm, [["__scopeId", "data-v-09a4f919"]]), zm = {
|
|
8873
8903
|
key: 1,
|
|
8874
8904
|
class: "flex flex-col bg-white border border-stone-200 shadow-2xs rounded-xl z-10 relative widget"
|
|
8875
|
-
},
|
|
8905
|
+
}, Pm = { class: "flex items-start justify-between gap-3 p-5 pb-3" }, Rm = { class: "inline-block text-xl font-semibold text-gray-800" }, Dm = {
|
|
8876
8906
|
key: 0,
|
|
8877
8907
|
class: "mt-1 text-sm text-gray-500"
|
|
8878
|
-
},
|
|
8908
|
+
}, Bm = { class: "flex items-center gap-[6px]" }, Vm = { class: "px-5 pb-5 space-y-6" }, Um = {
|
|
8879
8909
|
key: 0,
|
|
8880
8910
|
class: "space-y-2"
|
|
8881
|
-
},
|
|
8911
|
+
}, qm = { class: "flex flex-wrap gap-4" }, Hm = ["value"], Ym = {
|
|
8882
8912
|
key: 1,
|
|
8883
8913
|
class: "text-sm text-gray-500"
|
|
8884
|
-
},
|
|
8914
|
+
}, Wm = {
|
|
8885
8915
|
key: 2,
|
|
8886
8916
|
class: "text-sm text-gray-500"
|
|
8887
|
-
},
|
|
8917
|
+
}, Zm = { class: "text-4xl font-medium text-gray-800" }, Km = { class: "space-y-[14px]" }, Gm = { class: "flex items-center gap-[10px] text-gray-600" }, Xm = { class: "font-medium text-gray-700" }, Jm = { class: "flex items-center justify-end text-end gap-3" }, Qm = { class: "font-medium text-gray-800" }, e0 = { class: "min-w-[40px] font-medium text-[#3C3C4399]" }, t0 = /* @__PURE__ */ ae({
|
|
8888
8918
|
__name: "MapAttributeWidget",
|
|
8889
8919
|
props: {
|
|
8890
8920
|
config: {}
|
|
@@ -9078,13 +9108,13 @@ const vp = {
|
|
|
9078
9108
|
return _e(() => {
|
|
9079
9109
|
var _, w;
|
|
9080
9110
|
(w = (_ = u.value) == null ? void 0 : _.remove) == null || w.call(_);
|
|
9081
|
-
}), (_, w) => o.value ? (m(), x("div",
|
|
9082
|
-
s("div",
|
|
9111
|
+
}), (_, w) => o.value ? (m(), x("div", zm, [
|
|
9112
|
+
s("div", Pm, [
|
|
9083
9113
|
s("div", null, [
|
|
9084
|
-
s("h2",
|
|
9085
|
-
A.value && h.value.length === 1 ? (m(), x("p",
|
|
9114
|
+
s("h2", Rm, Y(K.value), 1),
|
|
9115
|
+
A.value && h.value.length === 1 ? (m(), x("p", Dm, Y(A.value), 1)) : W("", !0)
|
|
9086
9116
|
]),
|
|
9087
|
-
s("div",
|
|
9117
|
+
s("div", Bm, [
|
|
9088
9118
|
k.value ? (m(), te(pn, {
|
|
9089
9119
|
key: 0,
|
|
9090
9120
|
class: "flex justify-center items-center h-[36px] w-[36px] text-sm border border-gray-200 text-gray-600 hover:bg-gray-100 rounded-full",
|
|
@@ -9111,9 +9141,9 @@ const vp = {
|
|
|
9111
9141
|
])])
|
|
9112
9142
|
])
|
|
9113
9143
|
]),
|
|
9114
|
-
s("div",
|
|
9115
|
-
h.value.length > 1 ? (m(), x("div",
|
|
9116
|
-
s("div",
|
|
9144
|
+
s("div", Vm, [
|
|
9145
|
+
h.value.length > 1 ? (m(), x("div", Um, [
|
|
9146
|
+
s("div", qm, [
|
|
9117
9147
|
(m(!0), x(G, null, le(h.value, (C) => (m(), x("label", {
|
|
9118
9148
|
key: C.id,
|
|
9119
9149
|
class: "inline-flex items-center gap-2 text-sm text-gray-700"
|
|
@@ -9123,34 +9153,34 @@ const vp = {
|
|
|
9123
9153
|
class: "text-sky-600 focus:ring-sky-500",
|
|
9124
9154
|
value: C.id,
|
|
9125
9155
|
"onUpdate:modelValue": w[2] || (w[2] = (S) => v.value = S)
|
|
9126
|
-
}, null, 8,
|
|
9156
|
+
}, null, 8, Hm), [
|
|
9127
9157
|
[Kr, v.value]
|
|
9128
9158
|
]),
|
|
9129
9159
|
s("span", null, Y(C.label), 1)
|
|
9130
9160
|
]))), 128))
|
|
9131
9161
|
])
|
|
9132
9162
|
])) : W("", !0),
|
|
9133
|
-
r.value ? (m(), x("div",
|
|
9134
|
-
s("h4",
|
|
9135
|
-
s("ul",
|
|
9163
|
+
r.value ? (m(), x("div", Ym, "Завантаження…")) : l.value.length ? (m(), x(G, { key: 3 }, [
|
|
9164
|
+
s("h4", Zm, Y(L.value), 1),
|
|
9165
|
+
s("ul", Km, [
|
|
9136
9166
|
(m(!0), x(G, null, le(l.value, (C) => (m(), x("li", {
|
|
9137
9167
|
key: C.id,
|
|
9138
9168
|
class: "flex flex-wrap items-center justify-between gap-x-2"
|
|
9139
9169
|
}, [
|
|
9140
|
-
s("div",
|
|
9170
|
+
s("div", Gm, [
|
|
9141
9171
|
s("span", {
|
|
9142
9172
|
class: "block w-[16px] h-[16px] rounded",
|
|
9143
9173
|
style: Re({ backgroundColor: C.color })
|
|
9144
9174
|
}, null, 4),
|
|
9145
|
-
s("span",
|
|
9175
|
+
s("span", Xm, Y(C.label), 1)
|
|
9146
9176
|
]),
|
|
9147
|
-
s("div",
|
|
9148
|
-
s("span",
|
|
9149
|
-
s("span",
|
|
9177
|
+
s("div", Jm, [
|
|
9178
|
+
s("span", Qm, Y(C.count), 1),
|
|
9179
|
+
s("span", e0, Y($(C.count)), 1)
|
|
9150
9180
|
])
|
|
9151
9181
|
]))), 128))
|
|
9152
9182
|
])
|
|
9153
|
-
], 64)) : (m(), x("div",
|
|
9183
|
+
], 64)) : (m(), x("div", Wm, "Дані відсутні"))
|
|
9154
9184
|
])
|
|
9155
9185
|
])) : (m(), x("button", {
|
|
9156
9186
|
key: 0,
|
|
@@ -9158,10 +9188,10 @@ const vp = {
|
|
|
9158
9188
|
onClick: w[0] || (w[0] = (C) => o.value = !0)
|
|
9159
9189
|
}, " Набори даних "));
|
|
9160
9190
|
}
|
|
9161
|
-
}), Eo = /* @__PURE__ */ fe(
|
|
9191
|
+
}), Eo = /* @__PURE__ */ fe(t0, [["__scopeId", "data-v-9686ce7b"]]), n0 = { class: "map-search-widget flex flex-col gap-2 bg-white border border-stone-200 shadow-2xs rounded-xl widget p-3 min-w-[200px]" }, o0 = {
|
|
9162
9192
|
key: 0,
|
|
9163
9193
|
class: "vs-select__options absolute z-50 mt-1 w-full bg-white border border-gray-300 shadow-lg rounded-lg text-sm"
|
|
9164
|
-
},
|
|
9194
|
+
}, r0 = ["onClick"], l0 = { class: "relative flex-1 min-w-[140px]" }, i0 = ["placeholder"], s0 = { class: "divide-y divide-gray-100" }, a0 = ["onClick"], u0 = 300, c0 = "https://data.softpro.ua/api-user/gis-url-proxy", d0 = "https://geo.rv.ua/api-user/dzk.api", f0 = "https://nominatim.openstreetmap.org/search", p0 = /* @__PURE__ */ ae({
|
|
9165
9195
|
__name: "MapSearchWidget",
|
|
9166
9196
|
props: {
|
|
9167
9197
|
config: {}
|
|
@@ -9210,7 +9240,7 @@ const vp = {
|
|
|
9210
9240
|
const w = (_ == null ? void 0 : _.message) || "Помилка пошуку адреси";
|
|
9211
9241
|
Me({ type: "error", title: "Пошук адреси", message: w });
|
|
9212
9242
|
});
|
|
9213
|
-
},
|
|
9243
|
+
}, u0);
|
|
9214
9244
|
});
|
|
9215
9245
|
function j($) {
|
|
9216
9246
|
b.value = $;
|
|
@@ -9287,7 +9317,7 @@ const vp = {
|
|
|
9287
9317
|
}
|
|
9288
9318
|
async function V($) {
|
|
9289
9319
|
d.value = [], k();
|
|
9290
|
-
const _ = new URL(
|
|
9320
|
+
const _ = new URL(f0);
|
|
9291
9321
|
_.searchParams.set("format", "geojson"), _.searchParams.set("q", $), _.searchParams.set("addressdetails", "1"), _.searchParams.set("bounded", "1");
|
|
9292
9322
|
const w = l();
|
|
9293
9323
|
w && _.searchParams.set("viewbox", w);
|
|
@@ -9336,7 +9366,7 @@ const vp = {
|
|
|
9336
9366
|
return;
|
|
9337
9367
|
}
|
|
9338
9368
|
try {
|
|
9339
|
-
const _ = new URL(b.value === "here" ?
|
|
9369
|
+
const _ = new URL(b.value === "here" ? c0 : d0);
|
|
9340
9370
|
if (b.value === "here")
|
|
9341
9371
|
_.searchParams.set("searchtext", $);
|
|
9342
9372
|
else {
|
|
@@ -9361,7 +9391,7 @@ const vp = {
|
|
|
9361
9391
|
}
|
|
9362
9392
|
}
|
|
9363
9393
|
}
|
|
9364
|
-
return ($, _) => (m(), x("div",
|
|
9394
|
+
return ($, _) => (m(), x("div", n0, [
|
|
9365
9395
|
s("form", {
|
|
9366
9396
|
class: "flex gap-2",
|
|
9367
9397
|
onSubmit: He(A, ["prevent"])
|
|
@@ -9393,23 +9423,23 @@ const vp = {
|
|
|
9393
9423
|
}, null, -1)
|
|
9394
9424
|
])], 2))
|
|
9395
9425
|
]),
|
|
9396
|
-
v.value ? (m(), x("div",
|
|
9426
|
+
v.value ? (m(), x("div", o0, [
|
|
9397
9427
|
s("ul", null, [
|
|
9398
9428
|
(m(!0), x(G, null, le(f.value, (w) => (m(), x("li", {
|
|
9399
9429
|
key: w,
|
|
9400
9430
|
class: "px-3 py-2 cursor-pointer hover:bg-gray-100",
|
|
9401
9431
|
onClick: (C) => j(w)
|
|
9402
|
-
}, Y(H(w)), 9,
|
|
9432
|
+
}, Y(H(w)), 9, r0))), 128))
|
|
9403
9433
|
])
|
|
9404
9434
|
])) : W("", !0)
|
|
9405
9435
|
], 512)) : W("", !0),
|
|
9406
|
-
s("div",
|
|
9436
|
+
s("div", l0, [
|
|
9407
9437
|
We(s("input", {
|
|
9408
9438
|
"onUpdate:modelValue": _[1] || (_[1] = (w) => a.value = w),
|
|
9409
9439
|
placeholder: p.value,
|
|
9410
9440
|
type: "text",
|
|
9411
9441
|
class: "vs-input transition-all border block w-full border-gray-200 rounded-md focus:border-blue-100 border-solid !pr-8 py-1.5 pl-3 text-sm"
|
|
9412
|
-
}, null, 8,
|
|
9442
|
+
}, null, 8, i0), [
|
|
9413
9443
|
[
|
|
9414
9444
|
Ot,
|
|
9415
9445
|
a.value,
|
|
@@ -9443,19 +9473,19 @@ const vp = {
|
|
|
9443
9473
|
ref: g,
|
|
9444
9474
|
class: "absolute left-0 right-0 mt-2 overflow-auto rounded-lg border border-gray-200 bg-white shadow-lg text-sm z-50 max-h-60"
|
|
9445
9475
|
}, [
|
|
9446
|
-
s("ul",
|
|
9476
|
+
s("ul", s0, [
|
|
9447
9477
|
(m(!0), x(G, null, le(d.value, (w) => (m(), x("li", {
|
|
9448
9478
|
key: w.id,
|
|
9449
9479
|
class: "px-3 py-2 cursor-pointer hover:bg-gray-50",
|
|
9450
9480
|
onClick: (C) => Q(w)
|
|
9451
|
-
}, Y(w.title), 9,
|
|
9481
|
+
}, Y(w.title), 9, a0))), 128))
|
|
9452
9482
|
])
|
|
9453
9483
|
], 512)) : W("", !0)
|
|
9454
9484
|
])
|
|
9455
9485
|
], 32)
|
|
9456
9486
|
]));
|
|
9457
9487
|
}
|
|
9458
|
-
}), Fo = /* @__PURE__ */ fe(
|
|
9488
|
+
}), Fo = /* @__PURE__ */ fe(p0, [["__scopeId", "data-v-168ad060"]]), v0 = "https://watergis.github.io/mapbox-gl-export/mapbox-gl-export.css", m0 = "https://watergis.github.io/mapbox-gl-export/mapbox-gl-export.js", g0 = /* @__PURE__ */ ae({
|
|
9459
9489
|
__name: "MapPrintControl",
|
|
9460
9490
|
setup(e) {
|
|
9461
9491
|
const { map: t, ready: n, addControl: o, removeControl: r } = Ye(), l = z(null), i = z(null), u = z(null), f = z(null);
|
|
@@ -9582,9 +9612,9 @@ const vp = {
|
|
|
9582
9612
|
await (n == null ? void 0 : n());
|
|
9583
9613
|
const N = t.value;
|
|
9584
9614
|
if (!N) return;
|
|
9585
|
-
a(
|
|
9615
|
+
a(v0), b();
|
|
9586
9616
|
try {
|
|
9587
|
-
await v(
|
|
9617
|
+
await v(m0);
|
|
9588
9618
|
} catch (O) {
|
|
9589
9619
|
console.warn("[MapPrintControl] load error", O);
|
|
9590
9620
|
return;
|
|
@@ -9624,7 +9654,7 @@ const vp = {
|
|
|
9624
9654
|
class: "map-print-control"
|
|
9625
9655
|
}, null, 512));
|
|
9626
9656
|
}
|
|
9627
|
-
}),
|
|
9657
|
+
}), h0 = /* @__PURE__ */ fe(g0, [["__scopeId", "data-v-89156246"]]), y0 = { class: "map-center-control" }, x0 = /* @__PURE__ */ ae({
|
|
9628
9658
|
__name: "MapCenterControl",
|
|
9629
9659
|
props: {
|
|
9630
9660
|
center: {},
|
|
@@ -9686,7 +9716,7 @@ const vp = {
|
|
|
9686
9716
|
})(), b = l.value ?? f.getZoom();
|
|
9687
9717
|
f.flyTo({ center: p, zoom: b });
|
|
9688
9718
|
}
|
|
9689
|
-
return (f, p) => (m(), x("div",
|
|
9719
|
+
return (f, p) => (m(), x("div", y0, [
|
|
9690
9720
|
s("button", {
|
|
9691
9721
|
id: "center-btn",
|
|
9692
9722
|
type: "button",
|
|
@@ -9694,7 +9724,7 @@ const vp = {
|
|
|
9694
9724
|
"aria-label": "Повернути центр",
|
|
9695
9725
|
onClick: He(u, ["stop"])
|
|
9696
9726
|
}, [
|
|
9697
|
-
ie(se(
|
|
9727
|
+
ie(se(il), { class: "w-4 h-4" }),
|
|
9698
9728
|
p[0] || (p[0] = s("span", {
|
|
9699
9729
|
class: "absolute left-full ml-3 px-3 py-1.5 bg-gray-900 text-white text-sm font-medium rounded-md opacity-0 group-hover:opacity-100 group-focus-visible:opacity-100 pointer-events-none transition-opacity duration-200 whitespace-nowrap",
|
|
9700
9730
|
"aria-hidden": "true"
|
|
@@ -9702,17 +9732,17 @@ const vp = {
|
|
|
9702
9732
|
])
|
|
9703
9733
|
]));
|
|
9704
9734
|
}
|
|
9705
|
-
}),
|
|
9735
|
+
}), b0 = /* @__PURE__ */ fe(x0, [["__scopeId", "data-v-d21bee3d"]]), w0 = { class: "cursor-coordinates" }, _0 = { class: "cursor-coordinates__text" }, k0 = /* @__PURE__ */ ae({
|
|
9706
9736
|
__name: "MapCursorCoordinates",
|
|
9707
9737
|
props: {
|
|
9708
9738
|
coordinates: {}
|
|
9709
9739
|
},
|
|
9710
9740
|
setup(e) {
|
|
9711
|
-
return (t, n) => (m(), x("div",
|
|
9712
|
-
s("span",
|
|
9741
|
+
return (t, n) => (m(), x("div", w0, [
|
|
9742
|
+
s("span", _0, Y(e.coordinates), 1)
|
|
9713
9743
|
]));
|
|
9714
9744
|
}
|
|
9715
|
-
}),
|
|
9745
|
+
}), $0 = /* @__PURE__ */ fe(k0, [["__scopeId", "data-v-334315d9"]]), C0 = { class: "minimap__wrapper" }, rn = "minimap-viewport", A0 = "minimap-viewport-layer", L0 = /* @__PURE__ */ ae({
|
|
9716
9746
|
__name: "MapMiniMap",
|
|
9717
9747
|
props: {
|
|
9718
9748
|
mapContext: {},
|
|
@@ -9814,7 +9844,7 @@ const vp = {
|
|
|
9814
9844
|
properties: {}
|
|
9815
9845
|
}
|
|
9816
9846
|
}), l.value.addLayer({
|
|
9817
|
-
id:
|
|
9847
|
+
id: A0,
|
|
9818
9848
|
type: "fill",
|
|
9819
9849
|
source: rn,
|
|
9820
9850
|
paint: {
|
|
@@ -9930,7 +9960,7 @@ const vp = {
|
|
|
9930
9960
|
]),
|
|
9931
9961
|
ie(Nn, { name: "minimap-slide" }, {
|
|
9932
9962
|
default: Pe(() => [
|
|
9933
|
-
We(s("div",
|
|
9963
|
+
We(s("div", C0, [
|
|
9934
9964
|
s("div", {
|
|
9935
9965
|
ref_key: "minimapRoot",
|
|
9936
9966
|
ref: r,
|
|
@@ -9946,26 +9976,26 @@ const vp = {
|
|
|
9946
9976
|
})
|
|
9947
9977
|
], 2));
|
|
9948
9978
|
}
|
|
9949
|
-
}),
|
|
9979
|
+
}), S0 = /* @__PURE__ */ fe(L0, [["__scopeId", "data-v-bc754c89"]]), E0 = {
|
|
9950
9980
|
key: 1,
|
|
9951
9981
|
class: "absolute bottom-4 right-4 z-[80] flex items-end gap-2"
|
|
9952
|
-
},
|
|
9982
|
+
}, F0 = { class: "absolute top-[103px] right-[6.5px] z-[80] flex flex-col items-end gap-1" }, M0 = { class: "map-widget__overlay-grid" }, T0 = {
|
|
9953
9983
|
key: 0,
|
|
9954
9984
|
id: "map-filter-popover-host",
|
|
9955
9985
|
class: "map-widget__filter-host"
|
|
9956
|
-
},
|
|
9986
|
+
}, I0 = {
|
|
9957
9987
|
key: 1,
|
|
9958
9988
|
class: "map-widget__stack-wrapper map-widget__stack-wrapper--top"
|
|
9959
|
-
},
|
|
9989
|
+
}, j0 = { class: "map-widget__stack" }, O0 = {
|
|
9960
9990
|
key: 2,
|
|
9961
9991
|
class: "map-widget__stack-wrapper map-widget__stack-wrapper--bottom xl:mb-5 mb-2"
|
|
9962
|
-
},
|
|
9992
|
+
}, N0 = { class: "map-widget__stack map-widget__stack--bottom" }, z0 = {
|
|
9963
9993
|
key: 0,
|
|
9964
9994
|
class: "map-widget__state"
|
|
9965
|
-
},
|
|
9995
|
+
}, P0 = {
|
|
9966
9996
|
key: 1,
|
|
9967
9997
|
class: "map-widget__state map-widget__state--error"
|
|
9968
|
-
},
|
|
9998
|
+
}, R0 = /* @__PURE__ */ ae({
|
|
9969
9999
|
__name: "MapWidget",
|
|
9970
10000
|
props: {
|
|
9971
10001
|
id: {},
|
|
@@ -10168,7 +10198,7 @@ const vp = {
|
|
|
10168
10198
|
function et(B) {
|
|
10169
10199
|
Ze.value.includes(B) ? Ze.value = Ze.value.filter((J) => J !== B) : Ze.value.push(B);
|
|
10170
10200
|
}
|
|
10171
|
-
const
|
|
10201
|
+
const lt = D(() => (B) => Ze.value.includes(B.id));
|
|
10172
10202
|
return X([h, y], () => {
|
|
10173
10203
|
R();
|
|
10174
10204
|
}, { immediate: !0 }), X(a, () => {
|
|
@@ -10202,35 +10232,35 @@ const vp = {
|
|
|
10202
10232
|
boundary: Q.value.boundary,
|
|
10203
10233
|
katottg: Q.value.katottg
|
|
10204
10234
|
}, null, 8, ["boundary", "katottg"])) : W("", !0),
|
|
10205
|
-
P.value ? (m(), x("div",
|
|
10206
|
-
j.value ? (m(), te(
|
|
10235
|
+
P.value ? (m(), x("div", E0, [
|
|
10236
|
+
j.value ? (m(), te($0, {
|
|
10207
10237
|
key: 0,
|
|
10208
10238
|
coordinates: j.value
|
|
10209
10239
|
}, null, 8, ["coordinates"])) : W("", !0),
|
|
10210
|
-
ie(
|
|
10240
|
+
ie(S0, {
|
|
10211
10241
|
"map-context": P.value,
|
|
10212
10242
|
options: H.value
|
|
10213
10243
|
}, null, 8, ["map-context", "options"])
|
|
10214
10244
|
])) : W("", !0),
|
|
10215
|
-
s("div",
|
|
10216
|
-
b.value.includes("home") ? (m(), te(
|
|
10245
|
+
s("div", F0, [
|
|
10246
|
+
b.value.includes("home") ? (m(), te(b0, {
|
|
10217
10247
|
key: 0,
|
|
10218
10248
|
center: ((ce = l.value) == null ? void 0 : ce.center) || ((be = i.value) == null ? void 0 : be.center) || null,
|
|
10219
10249
|
zoom: ((ue = l.value) == null ? void 0 : ue.zoom) ?? (($e = i.value) == null ? void 0 : $e.zoom) ?? null
|
|
10220
10250
|
}, null, 8, ["center", "zoom"])) : W("", !0),
|
|
10221
|
-
b.value.includes("print") ? (m(), te(
|
|
10251
|
+
b.value.includes("print") ? (m(), te(h0, { key: 1 })) : W("", !0)
|
|
10222
10252
|
]),
|
|
10223
10253
|
p.value ? (m(), x(G, { key: 2 }, [
|
|
10224
|
-
s("div",
|
|
10254
|
+
s("div", M0, [
|
|
10225
10255
|
(m(), x(G, null, le($, (Ie) => s("div", {
|
|
10226
10256
|
key: Ie,
|
|
10227
10257
|
class: me(["map-widget__side", `map-widget__side--${Ie}`])
|
|
10228
10258
|
}, [
|
|
10229
|
-
Ie === "left" ? (m(), x("div",
|
|
10230
|
-
_.value[Ie].top.length ? (m(), x("div",
|
|
10231
|
-
s("div",
|
|
10259
|
+
Ie === "left" ? (m(), x("div", T0)) : W("", !0),
|
|
10260
|
+
_.value[Ie].top.length ? (m(), x("div", I0, [
|
|
10261
|
+
s("div", j0, [
|
|
10232
10262
|
(m(!0), x(G, null, le(_.value[Ie].top, (ee) => {
|
|
10233
|
-
var Ke, Ge, tt, pt, ut,
|
|
10263
|
+
var Ke, Ge, tt, pt, ut, it, ct, dt;
|
|
10234
10264
|
return We((m(), x("div", {
|
|
10235
10265
|
key: ee.id || ee.type,
|
|
10236
10266
|
class: "map-overlay__item"
|
|
@@ -10254,11 +10284,11 @@ const vp = {
|
|
|
10254
10284
|
key: 3,
|
|
10255
10285
|
layers: ((pt = ee.config) == null ? void 0 : pt.layers) || null,
|
|
10256
10286
|
"default-layer": ((ut = ee.config) == null ? void 0 : ut.default) || null,
|
|
10257
|
-
title: ee.title || ((
|
|
10287
|
+
title: ee.title || ((it = ee.config) == null ? void 0 : it.title) || null
|
|
10258
10288
|
}, null, 8, ["layers", "default-layer", "title"])) : ee.type === "legend" ? (m(), te(On, {
|
|
10259
10289
|
key: 4,
|
|
10260
10290
|
items: ((ct = ee.config) == null ? void 0 : ct.items) || []
|
|
10261
|
-
}, null, 8, ["items"])) : ee.type === "filters" &&
|
|
10291
|
+
}, null, 8, ["items"])) : ee.type === "filters" && lt.value(ee) ? (m(), te(In, {
|
|
10262
10292
|
key: 5,
|
|
10263
10293
|
"layer-id": (dt = ee.config) == null ? void 0 : dt.layer,
|
|
10264
10294
|
onClose: et
|
|
@@ -10275,10 +10305,10 @@ const vp = {
|
|
|
10275
10305
|
}), 128))
|
|
10276
10306
|
])
|
|
10277
10307
|
])) : W("", !0),
|
|
10278
|
-
_.value[Ie].bottom.length ? (m(), x("div",
|
|
10279
|
-
s("div",
|
|
10308
|
+
_.value[Ie].bottom.length ? (m(), x("div", O0, [
|
|
10309
|
+
s("div", N0, [
|
|
10280
10310
|
(m(!0), x(G, null, le(_.value[Ie].bottom, (ee) => {
|
|
10281
|
-
var Ke, Ge, tt, pt, ut,
|
|
10311
|
+
var Ke, Ge, tt, pt, ut, it, ct, dt;
|
|
10282
10312
|
return We((m(), x("div", {
|
|
10283
10313
|
key: ee.id || ee.type,
|
|
10284
10314
|
class: "map-overlay__item"
|
|
@@ -10302,11 +10332,11 @@ const vp = {
|
|
|
10302
10332
|
key: 3,
|
|
10303
10333
|
layers: ((pt = ee.config) == null ? void 0 : pt.layers) || null,
|
|
10304
10334
|
"default-layer": ((ut = ee.config) == null ? void 0 : ut.default) || null,
|
|
10305
|
-
title: ee.title || ((
|
|
10335
|
+
title: ee.title || ((it = ee.config) == null ? void 0 : it.title) || null
|
|
10306
10336
|
}, null, 8, ["layers", "default-layer", "title"])) : ee.type === "legend" ? (m(), te(On, {
|
|
10307
10337
|
key: 4,
|
|
10308
10338
|
items: ((ct = ee.config) == null ? void 0 : ct.items) || []
|
|
10309
|
-
}, null, 8, ["items"])) : ee.type === "filters" &&
|
|
10339
|
+
}, null, 8, ["items"])) : ee.type === "filters" && lt.value(ee) ? (m(), te(In, {
|
|
10310
10340
|
key: 5,
|
|
10311
10341
|
"layer-id": (dt = ee.config) == null ? void 0 : dt.layer,
|
|
10312
10342
|
onClose: et
|
|
@@ -10332,22 +10362,22 @@ const vp = {
|
|
|
10332
10362
|
}),
|
|
10333
10363
|
_: 1
|
|
10334
10364
|
}, 512),
|
|
10335
|
-
u.value ? (m(), x("div",
|
|
10365
|
+
u.value ? (m(), x("div", z0, "Завантаження карти…")) : f.value ? (m(), x("div", P0, Y(f.value), 1)) : W("", !0)
|
|
10336
10366
|
], 4));
|
|
10337
10367
|
}
|
|
10338
|
-
}),
|
|
10339
|
-
function
|
|
10340
|
-
e.component("MapCustom",
|
|
10368
|
+
}), D0 = /* @__PURE__ */ fe(R0, [["__scopeId", "data-v-748201c8"]]);
|
|
10369
|
+
function Y0(e) {
|
|
10370
|
+
e.component("MapCustom", D0);
|
|
10341
10371
|
}
|
|
10342
10372
|
export {
|
|
10343
|
-
|
|
10344
|
-
|
|
10345
|
-
|
|
10346
|
-
|
|
10347
|
-
|
|
10348
|
-
|
|
10349
|
-
|
|
10350
|
-
|
|
10351
|
-
|
|
10352
|
-
|
|
10373
|
+
D0 as MapWidget,
|
|
10374
|
+
q0 as Register,
|
|
10375
|
+
H0 as Service,
|
|
10376
|
+
D0 as default,
|
|
10377
|
+
Y0 as install,
|
|
10378
|
+
js as template1,
|
|
10379
|
+
Ks as template2,
|
|
10380
|
+
fa as template3,
|
|
10381
|
+
Aa as template4,
|
|
10382
|
+
Ga as template5
|
|
10353
10383
|
};
|