@opengis/form 0.0.78 → 0.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +73 -73
- package/dist/index.css +1 -1
- package/dist/index.js +104 -99
- package/dist/index.umd.cjs +3 -3
- package/package.json +68 -68
package/dist/index.js
CHANGED
|
@@ -312,14 +312,14 @@ const Sl = ["placeholder", "disabled"], Bl = /* @__PURE__ */ W({
|
|
|
312
312
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-check"
|
|
313
313
|
};
|
|
314
314
|
function zl(o, t) {
|
|
315
|
-
return r(), u("svg", Tl,
|
|
315
|
+
return r(), u("svg", Tl, t[0] || (t[0] = [
|
|
316
316
|
l("path", {
|
|
317
317
|
stroke: "none",
|
|
318
318
|
d: "M0 0h24v24H0z",
|
|
319
319
|
fill: "none"
|
|
320
320
|
}, null, -1),
|
|
321
321
|
l("path", { d: "M5 12l5 5l10 -10" }, null, -1)
|
|
322
|
-
])
|
|
322
|
+
]));
|
|
323
323
|
}
|
|
324
324
|
const Fl = /* @__PURE__ */ ee(Il, [["render", zl]]), Ol = { class: "flex items-center gap-[4px]" }, Dl = ["value", "id", "disabled"], Ul = ["for"], Rl = { class: "text-[14px] text-gray-700 flex items-center dark:text-neutral-400" }, Pl = /* @__PURE__ */ W({
|
|
325
325
|
__name: "vs-checkbox-default",
|
|
@@ -484,14 +484,14 @@ const Fl = /* @__PURE__ */ ee(Il, [["render", zl]]), Ol = { class: "flex items-c
|
|
|
484
484
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-chevron-down"
|
|
485
485
|
};
|
|
486
486
|
function Yl(o, t) {
|
|
487
|
-
return r(), u("svg", Jl,
|
|
487
|
+
return r(), u("svg", Jl, t[0] || (t[0] = [
|
|
488
488
|
l("path", {
|
|
489
489
|
stroke: "none",
|
|
490
490
|
d: "M0 0h24v24H0z",
|
|
491
491
|
fill: "none"
|
|
492
492
|
}, null, -1),
|
|
493
493
|
l("path", { d: "M6 9l6 6l6 -6" }, null, -1)
|
|
494
|
-
])
|
|
494
|
+
]));
|
|
495
495
|
}
|
|
496
496
|
const Xl = /* @__PURE__ */ ee(Wl, [["render", Yl]]), Ql = {}, eo = {
|
|
497
497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -504,7 +504,7 @@ const Xl = /* @__PURE__ */ ee(Wl, [["render", Yl]]), Ql = {}, eo = {
|
|
|
504
504
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-x"
|
|
505
505
|
};
|
|
506
506
|
function to(o, t) {
|
|
507
|
-
return r(), u("svg", eo,
|
|
507
|
+
return r(), u("svg", eo, t[0] || (t[0] = [
|
|
508
508
|
l("path", {
|
|
509
509
|
stroke: "none",
|
|
510
510
|
d: "M0 0h24v24H0z",
|
|
@@ -512,7 +512,7 @@ function to(o, t) {
|
|
|
512
512
|
}, null, -1),
|
|
513
513
|
l("path", { d: "M18 6l-12 12" }, null, -1),
|
|
514
514
|
l("path", { d: "M6 6l12 12" }, null, -1)
|
|
515
|
-
])
|
|
515
|
+
]));
|
|
516
516
|
}
|
|
517
517
|
const Bt = /* @__PURE__ */ ee(Ql, [["render", to]]), lo = {}, oo = {
|
|
518
518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -526,7 +526,7 @@ const Bt = /* @__PURE__ */ ee(Ql, [["render", to]]), lo = {}, oo = {
|
|
|
526
526
|
"stroke-linejoin": "round"
|
|
527
527
|
};
|
|
528
528
|
function ao(o, t) {
|
|
529
|
-
return r(), u("svg", oo,
|
|
529
|
+
return r(), u("svg", oo, t[0] || (t[0] = [
|
|
530
530
|
l("path", {
|
|
531
531
|
stroke: "none",
|
|
532
532
|
d: "M0 0h24v24H0z",
|
|
@@ -535,7 +535,7 @@ function ao(o, t) {
|
|
|
535
535
|
l("path", { d: "M12 9h.01" }, null, -1),
|
|
536
536
|
l("path", { d: "M11 12h1v4h1" }, null, -1),
|
|
537
537
|
l("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" }, null, -1)
|
|
538
|
-
])
|
|
538
|
+
]));
|
|
539
539
|
}
|
|
540
540
|
const no = /* @__PURE__ */ ee(lo, [["render", ao]]), so = {
|
|
541
541
|
key: 0,
|
|
@@ -1059,7 +1059,7 @@ const no = /* @__PURE__ */ ee(lo, [["render", ao]]), so = {
|
|
|
1059
1059
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "value", "class", "disabled", "label", "icon", "imgUrl", "option", "view"]))), 128))
|
|
1060
1060
|
], 2));
|
|
1061
1061
|
}
|
|
1062
|
-
}), Mo = /* @__PURE__ */ ee(Lo, [["__scopeId", "data-v-
|
|
1062
|
+
}), Mo = /* @__PURE__ */ ee(Lo, [["__scopeId", "data-v-8e66207e"]]), So = ["type", "placeholder", "disabled"], Bo = /* @__PURE__ */ W({
|
|
1063
1063
|
__name: "vs-input-date1",
|
|
1064
1064
|
props: {
|
|
1065
1065
|
style: { default: () => ({}) },
|
|
@@ -1155,10 +1155,10 @@ const no = /* @__PURE__ */ ee(lo, [["render", ao]]), so = {
|
|
|
1155
1155
|
"stroke-linejoin": "round"
|
|
1156
1156
|
};
|
|
1157
1157
|
function To(o, t) {
|
|
1158
|
-
return r(), u("svg", Io,
|
|
1158
|
+
return r(), u("svg", Io, t[0] || (t[0] = [
|
|
1159
1159
|
l("path", { d: "M5 12h14" }, null, -1),
|
|
1160
1160
|
l("path", { d: "M12 5v14" }, null, -1)
|
|
1161
|
-
])
|
|
1161
|
+
]));
|
|
1162
1162
|
}
|
|
1163
1163
|
const Te = /* @__PURE__ */ ee(Eo, [["render", To]]), zo = {}, Fo = {
|
|
1164
1164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1173,9 +1173,9 @@ const Te = /* @__PURE__ */ ee(Eo, [["render", To]]), zo = {}, Fo = {
|
|
|
1173
1173
|
"stroke-linejoin": "round"
|
|
1174
1174
|
};
|
|
1175
1175
|
function Oo(o, t, e, a, s, n) {
|
|
1176
|
-
return r(), u("svg", Fo,
|
|
1176
|
+
return r(), u("svg", Fo, t[0] || (t[0] = [
|
|
1177
1177
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M14 3v4a1 1 0 0 0 1 1h4"></path><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z"></path><line x1="9" y1="9" x2="10" y2="9"></line><line x1="9" y1="13" x2="15" y2="13"></line><line x1="9" y1="17" x2="15" y2="17"></line>', 6)
|
|
1178
|
-
])
|
|
1178
|
+
]));
|
|
1179
1179
|
}
|
|
1180
1180
|
const Do = /* @__PURE__ */ ee(zo, [["render", Oo]]), Uo = {}, Ro = {
|
|
1181
1181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1190,7 +1190,7 @@ const Do = /* @__PURE__ */ ee(zo, [["render", Oo]]), Uo = {}, Ro = {
|
|
|
1190
1190
|
"stroke-linejoin": "round"
|
|
1191
1191
|
};
|
|
1192
1192
|
function Po(o, t, e, a, s, n) {
|
|
1193
|
-
return r(), u("svg", Ro,
|
|
1193
|
+
return r(), u("svg", Ro, t[0] || (t[0] = [
|
|
1194
1194
|
l("path", {
|
|
1195
1195
|
stroke: "none",
|
|
1196
1196
|
d: "M0 0h24v24H0z",
|
|
@@ -1215,7 +1215,7 @@ function Po(o, t, e, a, s, n) {
|
|
|
1215
1215
|
x2: "10",
|
|
1216
1216
|
y2: "20"
|
|
1217
1217
|
}, null, -1)
|
|
1218
|
-
])
|
|
1218
|
+
]));
|
|
1219
1219
|
}
|
|
1220
1220
|
const Ho = /* @__PURE__ */ ee(Uo, [["render", Po]]), No = {}, Go = {
|
|
1221
1221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1229,9 +1229,9 @@ const Ho = /* @__PURE__ */ ee(Uo, [["render", Po]]), No = {}, Go = {
|
|
|
1229
1229
|
"stroke-linejoin": "round"
|
|
1230
1230
|
};
|
|
1231
1231
|
function Ko(o, t) {
|
|
1232
|
-
return r(), u("svg", Go,
|
|
1232
|
+
return r(), u("svg", Go, t[0] || (t[0] = [
|
|
1233
1233
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M14 3v4a1 1 0 0 0 1 1h4"></path><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z"></path><path d="M9 9l1 0"></path><path d="M9 13l6 0"></path><path d="M9 17l6 0"></path>', 6)
|
|
1234
|
-
])
|
|
1234
|
+
]));
|
|
1235
1235
|
}
|
|
1236
1236
|
const Yt = /* @__PURE__ */ ee(No, [["render", Ko]]), qo = {}, Zo = {
|
|
1237
1237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1246,9 +1246,9 @@ const Yt = /* @__PURE__ */ ee(No, [["render", Ko]]), qo = {}, Zo = {
|
|
|
1246
1246
|
"stroke-linejoin": "round"
|
|
1247
1247
|
};
|
|
1248
1248
|
function Wo(o, t, e, a, s, n) {
|
|
1249
|
-
return r(), u("svg", Zo,
|
|
1249
|
+
return r(), u("svg", Zo, t[0] || (t[0] = [
|
|
1250
1250
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1"></path><path d="M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2z"></path><line x1="11" y1="5" x2="10" y2="5"></line><line x1="13" y1="7" x2="12" y2="7"></line><line x1="11" y1="9" x2="10" y2="9"></line><line x1="13" y1="11" x2="12" y2="11"></line><line x1="11" y1="13" x2="10" y2="13"></line><line x1="13" y1="15" x2="12" y2="15"></line>', 9)
|
|
1251
|
-
])
|
|
1251
|
+
]));
|
|
1252
1252
|
}
|
|
1253
1253
|
const Jo = /* @__PURE__ */ ee(qo, [["render", Wo]]), Yo = {}, Xo = {
|
|
1254
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1263,9 +1263,9 @@ const Jo = /* @__PURE__ */ ee(qo, [["render", Wo]]), Yo = {}, Xo = {
|
|
|
1263
1263
|
"stroke-linejoin": "round"
|
|
1264
1264
|
};
|
|
1265
1265
|
function Qo(o, t, e, a, s, n) {
|
|
1266
|
-
return r(), u("svg", Xo,
|
|
1266
|
+
return r(), u("svg", Xo, t[0] || (t[0] = [
|
|
1267
1267
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M14 3v4a1 1 0 0 0 1 1h4"></path><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z"></path><path d="M10 13l-1 2l1 2"></path><path d="M14 13l1 2l-1 2"></path>', 5)
|
|
1268
|
-
])
|
|
1268
|
+
]));
|
|
1269
1269
|
}
|
|
1270
1270
|
const ea = /* @__PURE__ */ ee(Yo, [["render", Qo]]), ta = (o) => {
|
|
1271
1271
|
if (!o) return "";
|
|
@@ -1293,9 +1293,9 @@ const ea = /* @__PURE__ */ ee(Yo, [["render", Qo]]), ta = (o) => {
|
|
|
1293
1293
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-trash"
|
|
1294
1294
|
};
|
|
1295
1295
|
function na(o, t) {
|
|
1296
|
-
return r(), u("svg", aa,
|
|
1296
|
+
return r(), u("svg", aa, t[0] || (t[0] = [
|
|
1297
1297
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 7l16 0"></path><path d="M10 11l0 6"></path><path d="M14 11l0 6"></path><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12"></path><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3"></path>', 6)
|
|
1298
|
-
])
|
|
1298
|
+
]));
|
|
1299
1299
|
}
|
|
1300
1300
|
const We = /* @__PURE__ */ ee(oa, [["render", na]]), sa = {}, ra = {
|
|
1301
1301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1310,7 +1310,7 @@ const We = /* @__PURE__ */ ee(oa, [["render", na]]), sa = {}, ra = {
|
|
|
1310
1310
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-download"
|
|
1311
1311
|
};
|
|
1312
1312
|
function ia(o, t) {
|
|
1313
|
-
return r(), u("svg", ra,
|
|
1313
|
+
return r(), u("svg", ra, t[0] || (t[0] = [
|
|
1314
1314
|
l("path", {
|
|
1315
1315
|
stroke: "none",
|
|
1316
1316
|
d: "M0 0h24v24H0z",
|
|
@@ -1319,7 +1319,7 @@ function ia(o, t) {
|
|
|
1319
1319
|
l("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
1320
1320
|
l("path", { d: "M7 11l5 5l5 -5" }, null, -1),
|
|
1321
1321
|
l("path", { d: "M12 4l0 12" }, null, -1)
|
|
1322
|
-
])
|
|
1322
|
+
]));
|
|
1323
1323
|
}
|
|
1324
1324
|
const Xt = /* @__PURE__ */ ee(sa, [["render", ia]]), ua = ["title"], da = { class: "absolute hidden top-0 right-0 flex items-center gap-x-2 w-full h-full justify-center" }, ca = /* @__PURE__ */ W({
|
|
1325
1325
|
__name: "vs-input-file-list-item",
|
|
@@ -1375,7 +1375,7 @@ const Xt = /* @__PURE__ */ ee(sa, [["render", ia]]), ua = ["title"], da = { clas
|
|
|
1375
1375
|
])
|
|
1376
1376
|
], 8, ua));
|
|
1377
1377
|
}
|
|
1378
|
-
}), Ft = /* @__PURE__ */ ee(ca, [["__scopeId", "data-v-
|
|
1378
|
+
}), Ft = /* @__PURE__ */ ee(ca, [["__scopeId", "data-v-286cdbc0"]]), pa = { class: "flex items-center gap-x-2" }, fa = ["accept", "multiple", "disabled"], va = {
|
|
1379
1379
|
key: 1,
|
|
1380
1380
|
class: "flex items-center flex-wrap gap-2"
|
|
1381
1381
|
}, ma = {
|
|
@@ -1557,7 +1557,7 @@ const Xt = /* @__PURE__ */ ee(sa, [["render", ia]]), ua = ["title"], da = { clas
|
|
|
1557
1557
|
], 2))
|
|
1558
1558
|
]));
|
|
1559
1559
|
}
|
|
1560
|
-
}), ya = /* @__PURE__ */ ee(ga, [["__scopeId", "data-v-
|
|
1560
|
+
}), ya = /* @__PURE__ */ ee(ga, [["__scopeId", "data-v-94bcb5d9"]]), ba = { class: "max-w-[55vw]" }, xa = { class: "text-sm font-semibold text-gray-800 truncate dark:text-neutral-200" }, wa = { class: "flex items-center text-xs text-gray-500 truncate dark:text-neutral-500" }, ka = { class: "px-[5px]" }, _a = { class: "" }, ct = /* @__PURE__ */ W({
|
|
1561
1561
|
__name: "vs-widget-file-info",
|
|
1562
1562
|
props: {
|
|
1563
1563
|
item: { default: null }
|
|
@@ -1714,7 +1714,7 @@ const Xt = /* @__PURE__ */ ee(sa, [["render", ia]]), ua = ["title"], da = { clas
|
|
|
1714
1714
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-download"
|
|
1715
1715
|
};
|
|
1716
1716
|
function Fa(o, t) {
|
|
1717
|
-
return r(), u("svg", za,
|
|
1717
|
+
return r(), u("svg", za, t[0] || (t[0] = [
|
|
1718
1718
|
l("path", {
|
|
1719
1719
|
stroke: "none",
|
|
1720
1720
|
d: "M0 0h24v24H0z",
|
|
@@ -1723,7 +1723,7 @@ function Fa(o, t) {
|
|
|
1723
1723
|
l("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
1724
1724
|
l("path", { d: "M7 11l5 5l5 -5" }, null, -1),
|
|
1725
1725
|
l("path", { d: "M12 4l0 12" }, null, -1)
|
|
1726
|
-
])
|
|
1726
|
+
]));
|
|
1727
1727
|
}
|
|
1728
1728
|
const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-col widget-file xl:bg-white xl:rounded-xl dark:xl:bg-neutral-800 dark:xl:border-neutral-700 w-full" }, Ua = { class: "flex w-full mb-[12px] items-center gap-x-2" }, Ra = { class: "font-semibold text-gray-800 dark:text-neutral-200 text-[14px]" }, Pa = { class1: "ml-auto" }, Ha = { class: "py-1.5 px-4 inline-flex items-center gap-x-2 text-sm font-medium rounded-lg bg-gray-100 cursor-pointer hover:bg-gray-200 text-gray-800 shadow-2xs hover:bg-gray-50 focus:outline-hidden focus:bg-gray-50 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-800 dark:border-neutral-700 dark:text-white dark:hover:bg-neutral-700 dark:focus:bg-neutral-700" }, Na = {
|
|
1729
1729
|
key: 0,
|
|
@@ -1862,9 +1862,9 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
1862
1862
|
onOpenModal: h[3] || (h[3] = (G) => m(G)),
|
|
1863
1863
|
onOpenLightbox: h[4] || (h[4] = (G) => M(G))
|
|
1864
1864
|
}, null, 8, ["prefix", "item", "index"]))), 128)),
|
|
1865
|
-
_.value.length ? O("", !0) : (r(), u("div", qa,
|
|
1865
|
+
_.value.length ? O("", !0) : (r(), u("div", qa, h[9] || (h[9] = [
|
|
1866
1866
|
l("p", { class: "text-sm text-gray-600 font-sm" }, " Файлів з такою назвою не існує, введіть інше пошукове слово ", -1)
|
|
1867
|
-
])
|
|
1867
|
+
])))
|
|
1868
1868
|
])) : O("", !0),
|
|
1869
1869
|
N(S, {
|
|
1870
1870
|
modelValue: n.value,
|
|
@@ -1925,7 +1925,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
1925
1925
|
})
|
|
1926
1926
|
]));
|
|
1927
1927
|
}
|
|
1928
|
-
}), Qa = /* @__PURE__ */ ee(Xa, [["__scopeId", "data-v-
|
|
1928
|
+
}), Qa = /* @__PURE__ */ ee(Xa, [["__scopeId", "data-v-90320b87"]]), en = { class: "text-[16px] text-gray-900 font-medium" }, tn = { class: "grid gap-3" }, ln = /* @__PURE__ */ W({
|
|
1929
1929
|
__name: "vs-container-accordion",
|
|
1930
1930
|
props: {
|
|
1931
1931
|
title: {
|
|
@@ -1971,7 +1971,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
1971
1971
|
})
|
|
1972
1972
|
]));
|
|
1973
1973
|
}
|
|
1974
|
-
}), on = /* @__PURE__ */ ee(ln, [["__scopeId", "data-v-
|
|
1974
|
+
}), on = /* @__PURE__ */ ee(ln, [["__scopeId", "data-v-590eff11"]]), an = { class: "flex items-center justify-between" }, nn = /* @__PURE__ */ W({
|
|
1975
1975
|
__name: "vs-container-default",
|
|
1976
1976
|
props: {
|
|
1977
1977
|
title: {
|
|
@@ -2465,7 +2465,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2465
2465
|
role: "button",
|
|
2466
2466
|
class: "flex items-center rounded-sm px-1 box-border hover:bg-[#ffbdad] hover:text-[#de350b] flex-shrink-0",
|
|
2467
2467
|
onClick: xe((X) => yt(j.id), ["stop"])
|
|
2468
|
-
},
|
|
2468
|
+
}, B[6] || (B[6] = [
|
|
2469
2469
|
l("svg", {
|
|
2470
2470
|
height: "14",
|
|
2471
2471
|
width: "14",
|
|
@@ -2476,7 +2476,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2476
2476
|
}, [
|
|
2477
2477
|
l("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" })
|
|
2478
2478
|
], -1)
|
|
2479
|
-
])
|
|
2479
|
+
]), 8, Vn)
|
|
2480
2480
|
]))), 128)),
|
|
2481
2481
|
l("div", Ln, [
|
|
2482
2482
|
!n.value && $.search ? ce((r(), u("input", {
|
|
@@ -2550,7 +2550,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2550
2550
|
"aria-hidden": "true",
|
|
2551
2551
|
disabled: n.value,
|
|
2552
2552
|
onClick: xe(gt, ["stop"])
|
|
2553
|
-
},
|
|
2553
|
+
}, B[7] || (B[7] = [
|
|
2554
2554
|
l("svg", {
|
|
2555
2555
|
height: "20",
|
|
2556
2556
|
width: "20",
|
|
@@ -2559,7 +2559,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2559
2559
|
}, [
|
|
2560
2560
|
l("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" })
|
|
2561
2561
|
], -1)
|
|
2562
|
-
])
|
|
2562
|
+
]), 8, In)) : O("", !0),
|
|
2563
2563
|
B[9] || (B[9] = l("div", { class: "self-stretch w-px bg-[#ccc] my-[1px]" }, null, -1)),
|
|
2564
2564
|
l("button", {
|
|
2565
2565
|
type: "button",
|
|
@@ -2568,7 +2568,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2568
2568
|
disabled: n.value,
|
|
2569
2569
|
onClick: B[4] || (B[4] = xe((j) => ht(), ["stop"])),
|
|
2570
2570
|
title: x.value ? "Закрити список" : "Відкрити список"
|
|
2571
|
-
},
|
|
2571
|
+
}, B[8] || (B[8] = [
|
|
2572
2572
|
l("svg", {
|
|
2573
2573
|
height: "20",
|
|
2574
2574
|
width: "20",
|
|
@@ -2577,7 +2577,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2577
2577
|
}, [
|
|
2578
2578
|
l("path", { d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z" })
|
|
2579
2579
|
], -1)
|
|
2580
|
-
])
|
|
2580
|
+
]), 8, Tn)
|
|
2581
2581
|
])
|
|
2582
2582
|
], 42, wn),
|
|
2583
2583
|
(r(), ue(et, { to: "body" }, [
|
|
@@ -2697,7 +2697,7 @@ const Oa = /* @__PURE__ */ ee(Ta, [["render", Fa]]), Da = { class: "flex flex-co
|
|
|
2697
2697
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-search stroke-gray-500 transition-all"
|
|
2698
2698
|
};
|
|
2699
2699
|
function Nn(o, t) {
|
|
2700
|
-
return r(), u("svg", Hn,
|
|
2700
|
+
return r(), u("svg", Hn, t[0] || (t[0] = [
|
|
2701
2701
|
l("path", {
|
|
2702
2702
|
stroke: "none",
|
|
2703
2703
|
d: "M0 0h24v24H0z",
|
|
@@ -2705,7 +2705,7 @@ function Nn(o, t) {
|
|
|
2705
2705
|
}, null, -1),
|
|
2706
2706
|
l("path", { d: "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" }, null, -1),
|
|
2707
2707
|
l("path", { d: "M21 21l-6 -6" }, null, -1)
|
|
2708
|
-
])
|
|
2708
|
+
]));
|
|
2709
2709
|
}
|
|
2710
2710
|
const Gn = /* @__PURE__ */ ee(Pn, [["render", Nn]]), Kn = {}, qn = {
|
|
2711
2711
|
class: "flex-shrink-0 mt-0.5 size-3.5",
|
|
@@ -2718,12 +2718,12 @@ const Gn = /* @__PURE__ */ ee(Pn, [["render", Nn]]), Kn = {}, qn = {
|
|
|
2718
2718
|
"stroke-linejoin": "round"
|
|
2719
2719
|
};
|
|
2720
2720
|
function Zn(o, t) {
|
|
2721
|
-
return r(), u("svg", qn,
|
|
2721
|
+
return r(), u("svg", qn, t[0] || (t[0] = [
|
|
2722
2722
|
l("path", { d: "m3 16 4 4 4-4" }, null, -1),
|
|
2723
2723
|
l("path", { d: "M7 20V4" }, null, -1),
|
|
2724
2724
|
l("path", { d: "m21 8-4-4-4 4" }, null, -1),
|
|
2725
2725
|
l("path", { d: "M17 4v16" }, null, -1)
|
|
2726
|
-
])
|
|
2726
|
+
]));
|
|
2727
2727
|
}
|
|
2728
2728
|
const Wn = /* @__PURE__ */ ee(Kn, [["render", Zn]]), Jn = {}, Yn = {
|
|
2729
2729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2737,7 +2737,7 @@ const Wn = /* @__PURE__ */ ee(Kn, [["render", Zn]]), Jn = {}, Yn = {
|
|
|
2737
2737
|
"stroke-linejoin": "round"
|
|
2738
2738
|
};
|
|
2739
2739
|
function Xn(o, t) {
|
|
2740
|
-
return r(), u("svg", Yn,
|
|
2740
|
+
return r(), u("svg", Yn, t[0] || (t[0] = [
|
|
2741
2741
|
l("path", {
|
|
2742
2742
|
stroke: "none",
|
|
2743
2743
|
d: "M0 0h24v24H0z",
|
|
@@ -2746,7 +2746,7 @@ function Xn(o, t) {
|
|
|
2746
2746
|
l("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
2747
2747
|
l("path", { d: "M7 9l5 -5l5 5" }, null, -1),
|
|
2748
2748
|
l("path", { d: "M12 4l0 12" }, null, -1)
|
|
2749
|
-
])
|
|
2749
|
+
]));
|
|
2750
2750
|
}
|
|
2751
2751
|
const Qn = /* @__PURE__ */ ee(Jn, [["render", Xn]]), es = {}, ts = {
|
|
2752
2752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2758,7 +2758,7 @@ const Qn = /* @__PURE__ */ ee(Jn, [["render", Xn]]), es = {}, ts = {
|
|
|
2758
2758
|
"stroke-linejoin": "round"
|
|
2759
2759
|
};
|
|
2760
2760
|
function ls(o, t) {
|
|
2761
|
-
return r(), u("svg", ts,
|
|
2761
|
+
return r(), u("svg", ts, t[0] || (t[0] = [
|
|
2762
2762
|
l("path", {
|
|
2763
2763
|
stroke: "none",
|
|
2764
2764
|
d: "M0 0h24v24H0z",
|
|
@@ -2767,7 +2767,7 @@ function ls(o, t) {
|
|
|
2767
2767
|
l("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
2768
2768
|
l("path", { d: "M7 11l5 5l5 -5" }, null, -1),
|
|
2769
2769
|
l("path", { d: "M12 4l0 12" }, null, -1)
|
|
2770
|
-
])
|
|
2770
|
+
]));
|
|
2771
2771
|
}
|
|
2772
2772
|
const os = /* @__PURE__ */ ee(es, [["render", ls]]), as = {}, ns = {
|
|
2773
2773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2779,9 +2779,9 @@ const os = /* @__PURE__ */ ee(es, [["render", ls]]), as = {}, ns = {
|
|
|
2779
2779
|
"stroke-linejoin": "round"
|
|
2780
2780
|
};
|
|
2781
2781
|
function ss(o, t) {
|
|
2782
|
-
return r(), u("svg", ns,
|
|
2782
|
+
return r(), u("svg", ns, t[0] || (t[0] = [
|
|
2783
2783
|
Ce('<circle cx="9" cy="12" r="1"></circle><circle cx="9" cy="5" r="1"></circle><circle cx="9" cy="19" r="1"></circle><circle cx="15" cy="12" r="1"></circle><circle cx="15" cy="5" r="1"></circle><circle cx="15" cy="19" r="1"></circle>', 6)
|
|
2784
|
-
])
|
|
2784
|
+
]));
|
|
2785
2785
|
}
|
|
2786
2786
|
const Dt = /* @__PURE__ */ ee(as, [["render", ss]]), rs = {}, is = {
|
|
2787
2787
|
viewBox: "0 0 178 90",
|
|
@@ -2789,9 +2789,9 @@ const Dt = /* @__PURE__ */ ee(as, [["render", ss]]), rs = {}, is = {
|
|
|
2789
2789
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2790
2790
|
};
|
|
2791
2791
|
function us(o, t) {
|
|
2792
|
-
return r(), u("svg", is,
|
|
2792
|
+
return r(), u("svg", is, t[0] || (t[0] = [
|
|
2793
2793
|
Ce('<rect x="27" y="50.5" width="124" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="27" y="50.5" width="124" height="39" rx="7.5" stroke="currentColor" class="stroke-gray-50 dark:stroke-neutral-700/10"></rect><rect x="34.5" y="58" width="24" height="24" rx="4" fill="currentColor" class="fill-gray-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="61" width="60" height="6" rx="3" fill="currentColor" class="fill-gray-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="73" width="77" height="6" rx="3" fill="currentColor" class="fill-gray-50 dark:fill-neutral-700/30"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" stroke="currentColor" class="stroke-gray-100 dark:stroke-neutral-700/30"></rect><rect x="27" y="36" width="24" height="24" rx="4" fill="currentColor" class="fill-gray-100 dark:fill-neutral-700/70"></rect><rect x="59" y="39" width="60" height="6" rx="3" fill="currentColor" class="fill-gray-100 dark:fill-neutral-700/70"></rect><rect x="59" y="51" width="92" height="6" rx="3" fill="currentColor" class="fill-gray-100 dark:fill-neutral-700/70"></rect><g filter="url(#filter1)"><rect x="12" y="6" width="154" height="40" rx="8" fill="currentColor" class="fill-white dark:fill-neutral-800" shape-rendering="crispEdges"></rect><rect x="12.5" y="6.5" width="153" height="39" rx="7.5" stroke="currentColor" class="stroke-gray-100 dark:stroke-neutral-700/60" shape-rendering="crispEdges"></rect><rect x="20" y="14" width="24" height="24" rx="4" fill="currentColor" class="fill-gray-200 dark:fill-neutral-700"></rect><rect x="52" y="17" width="60" height="6" rx="3" fill="currentColor" class="fill-gray-200 dark:fill-neutral-700"></rect><rect x="52" y="29" width="106" height="6" rx="3" fill="currentColor" class="fill-gray-200 dark:fill-neutral-700"></rect></g><defs><filter id="filter1" x="0" y="0" width="178" height="64" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="6"></feOffset><feGaussianBlur stdDeviation="6"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1187_14810"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1187_14810" result="shape"></feBlend></filter></defs>', 12)
|
|
2794
|
-
])
|
|
2794
|
+
]));
|
|
2795
2795
|
}
|
|
2796
2796
|
const ds = /* @__PURE__ */ ee(rs, [["render", us]]), cs = {}, ps = {
|
|
2797
2797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2803,9 +2803,9 @@ const ds = /* @__PURE__ */ ee(rs, [["render", us]]), cs = {}, ps = {
|
|
|
2803
2803
|
"stroke-linejoin": "round"
|
|
2804
2804
|
};
|
|
2805
2805
|
function fs(o, t) {
|
|
2806
|
-
return r(), u("svg", ps,
|
|
2806
|
+
return r(), u("svg", ps, t[0] || (t[0] = [
|
|
2807
2807
|
l("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }, null, -1)
|
|
2808
|
-
])
|
|
2808
|
+
]));
|
|
2809
2809
|
}
|
|
2810
2810
|
const vs = /* @__PURE__ */ ee(cs, [["render", fs]]), ms = { class: "vs-datatable border rounded-xl w-full flex-grow" }, hs = { class: "flex items-center npm gap-[16px] justify-between p-[20px] pb-[16px]" }, gs = { class: "relative w-full" }, ys = { class: "table-wrapper flex gap-2" }, bs = { class: "vs-popover inline-block text-slate-700" }, xs = { class: "text-center" }, ws = { class: "" }, ks = { class: "py-1 px-0 w-full text-sm text-stone-800 bg-white shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] rounded-lg focus:outline-none focus:bg-stone-100 dark:bg-neutral-900 dark:text-neutral-200 dark:focus:bg-neutral-800 after:h-4 after:absolute after:-bottom-4 after:start-0 after:w-full before:h-4 before:absolute before:-top-4 before:start-0 before:w-full" }, _s = { class: "flex flex-col p-[1px] gap-[2px] w-[140px]" }, $s = { class: "text-sm items-center text-gray-800 flex gap-1" }, Cs = { class: "w-full overflow-x-auto" }, Vs = { class: "w-full table-auto caption-bottom text-sm" }, Ls = { class: "[&_tr]:border-b" }, Ms = { class: "border-b data-[state=selected]:bg-muted bg-slate-50/50 dark:bg-slate-700/50 hover:bg-slate-50/80 dark:hover:bg-slate-700/80 transition-colors" }, Ss = { class: "h-10 px-2 align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px] w-12 text-center" }, Bs = {
|
|
2811
2811
|
key: 0,
|
|
@@ -3256,7 +3256,7 @@ const vs = /* @__PURE__ */ ee(cs, [["render", fs]]), ms = { class: "vs-datatable
|
|
|
3256
3256
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-map-pin"
|
|
3257
3257
|
};
|
|
3258
3258
|
function Xs(o, t) {
|
|
3259
|
-
return r(), u("svg", Ys,
|
|
3259
|
+
return r(), u("svg", Ys, t[0] || (t[0] = [
|
|
3260
3260
|
l("path", {
|
|
3261
3261
|
stroke: "none",
|
|
3262
3262
|
d: "M0 0h24v24H0z",
|
|
@@ -3264,7 +3264,7 @@ function Xs(o, t) {
|
|
|
3264
3264
|
}, null, -1),
|
|
3265
3265
|
l("path", { d: "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" }, null, -1),
|
|
3266
3266
|
l("path", { d: "M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" }, null, -1)
|
|
3267
|
-
])
|
|
3267
|
+
]));
|
|
3268
3268
|
}
|
|
3269
3269
|
const Qs = /* @__PURE__ */ ee(Js, [["render", Xs]]), er = {}, tr = {
|
|
3270
3270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3277,7 +3277,7 @@ const Qs = /* @__PURE__ */ ee(Js, [["render", Xs]]), er = {}, tr = {
|
|
|
3277
3277
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-line"
|
|
3278
3278
|
};
|
|
3279
3279
|
function lr(o, t) {
|
|
3280
|
-
return r(), u("svg", tr,
|
|
3280
|
+
return r(), u("svg", tr, t[0] || (t[0] = [
|
|
3281
3281
|
l("path", {
|
|
3282
3282
|
stroke: "none",
|
|
3283
3283
|
d: "M0 0h24v24H0z",
|
|
@@ -3286,7 +3286,7 @@ function lr(o, t) {
|
|
|
3286
3286
|
l("path", { d: "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }, null, -1),
|
|
3287
3287
|
l("path", { d: "M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }, null, -1),
|
|
3288
3288
|
l("path", { d: "M7.5 16.5l9 -9" }, null, -1)
|
|
3289
|
-
])
|
|
3289
|
+
]));
|
|
3290
3290
|
}
|
|
3291
3291
|
const or = /* @__PURE__ */ ee(er, [["render", lr]]), ar = {}, nr = {
|
|
3292
3292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3299,9 +3299,9 @@ const or = /* @__PURE__ */ ee(er, [["render", lr]]), ar = {}, nr = {
|
|
|
3299
3299
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-polygon"
|
|
3300
3300
|
};
|
|
3301
3301
|
function sr(o, t) {
|
|
3302
|
-
return r(), u("svg", nr,
|
|
3302
|
+
return r(), u("svg", nr, t[0] || (t[0] = [
|
|
3303
3303
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path><path d="M6.5 9.5l3.5 -3"></path><path d="M14 5.5l3 1.5"></path><path d="M18.5 10l-2.5 7"></path><path d="M13.5 17.5l-7 -5"></path>', 9)
|
|
3304
|
-
])
|
|
3304
|
+
]));
|
|
3305
3305
|
}
|
|
3306
3306
|
const rr = /* @__PURE__ */ ee(ar, [["render", sr]]), ir = {}, ur = {
|
|
3307
3307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3314,9 +3314,9 @@ const rr = /* @__PURE__ */ ee(ar, [["render", sr]]), ir = {}, ur = {
|
|
|
3314
3314
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-topology-ring-3"
|
|
3315
3315
|
};
|
|
3316
3316
|
function dr(o, t) {
|
|
3317
|
-
return r(), u("svg", ur,
|
|
3317
|
+
return r(), u("svg", ur, t[0] || (t[0] = [
|
|
3318
3318
|
Ce('<path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z"></path><path d="M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z"></path><path d="M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z"></path><path d="M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z"></path><path d="M6 8v8"></path><path d="M18 16v-8"></path><path d="M8 6h8"></path><path d="M16 18h-8"></path>', 9)
|
|
3319
|
-
])
|
|
3319
|
+
]));
|
|
3320
3320
|
}
|
|
3321
3321
|
const cr = /* @__PURE__ */ ee(ir, [["render", dr]]), pr = {}, fr = {
|
|
3322
3322
|
version: "1.1",
|
|
@@ -3327,7 +3327,7 @@ const cr = /* @__PURE__ */ ee(ir, [["render", dr]]), pr = {}, fr = {
|
|
|
3327
3327
|
class: "fullscreen-icon"
|
|
3328
3328
|
};
|
|
3329
3329
|
function vr(o, t) {
|
|
3330
|
-
return r(), u("svg", fr,
|
|
3330
|
+
return r(), u("svg", fr, t[0] || (t[0] = [
|
|
3331
3331
|
l("title", null, null, -1),
|
|
3332
3332
|
l("desc", null, null, -1),
|
|
3333
3333
|
l("defs", null, null, -1),
|
|
@@ -3354,7 +3354,7 @@ function vr(o, t) {
|
|
|
3354
3354
|
])
|
|
3355
3355
|
])
|
|
3356
3356
|
], -1)
|
|
3357
|
-
])
|
|
3357
|
+
]));
|
|
3358
3358
|
}
|
|
3359
3359
|
const mr = /* @__PURE__ */ ee(pr, [["render", vr]]), hr = { class: "map-search-widget flex flex-col gap-2 rounded-xl widget min-w-[200px]" }, gr = {
|
|
3360
3360
|
key: 0,
|
|
@@ -3501,7 +3501,7 @@ const mr = /* @__PURE__ */ ee(pr, [["render", vr]]), hr = { class: "map-search-w
|
|
|
3501
3501
|
viewBox: "0 0 24 24",
|
|
3502
3502
|
fill: "none",
|
|
3503
3503
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3504
|
-
},
|
|
3504
|
+
}, S[2] || (S[2] = [
|
|
3505
3505
|
l("path", {
|
|
3506
3506
|
d: "M6 9l6 6 6-6",
|
|
3507
3507
|
stroke: "currentColor",
|
|
@@ -3509,7 +3509,7 @@ const mr = /* @__PURE__ */ ee(pr, [["render", vr]]), hr = { class: "map-search-w
|
|
|
3509
3509
|
"stroke-linecap": "round",
|
|
3510
3510
|
"stroke-linejoin": "round"
|
|
3511
3511
|
}, null, -1)
|
|
3512
|
-
])
|
|
3512
|
+
]), 2))
|
|
3513
3513
|
]),
|
|
3514
3514
|
v.value ? (r(), u("div", gr, [
|
|
3515
3515
|
l("ul", null, [
|
|
@@ -3559,7 +3559,7 @@ const mr = /* @__PURE__ */ ee(pr, [["render", vr]]), hr = { class: "map-search-w
|
|
|
3559
3559
|
], 32)
|
|
3560
3560
|
]));
|
|
3561
3561
|
}
|
|
3562
|
-
}), $r = /* @__PURE__ */ ee(_r, [["__scopeId", "data-v-
|
|
3562
|
+
}), $r = /* @__PURE__ */ ee(_r, [["__scopeId", "data-v-3048520a"]]), Cr = { class: "bg-white/30 p-1 rounded-md shadow w-fit" }, Vr = { class: "flex gap-2" }, Lr = ["onClick", "title"], Mr = ["src"], Sr = /* @__PURE__ */ W({
|
|
3563
3563
|
__name: "map-layers",
|
|
3564
3564
|
props: {
|
|
3565
3565
|
basemaps: {}
|
|
@@ -4339,16 +4339,16 @@ const Ar = {
|
|
|
4339
4339
|
M.value.areaKm2 !== null ? (r(), u("div", ri, [
|
|
4340
4340
|
d[12] || (d[12] = ye(" Area: ", -1)),
|
|
4341
4341
|
l("b", null, q(M.value.areaKm2.toFixed(1)) + " km²", 1)
|
|
4342
|
-
])) : (r(), u("div", ii,
|
|
4342
|
+
])) : (r(), u("div", ii, d[13] || (d[13] = [
|
|
4343
4343
|
ye("Area: ", -1),
|
|
4344
4344
|
l("b", null, "—", -1)
|
|
4345
|
-
])
|
|
4345
|
+
]))),
|
|
4346
4346
|
l("button", {
|
|
4347
4347
|
class: "tool bg-gray-100 py-1.5 px-2 rounded-lg text-md mr-1 cursor-pointer hover:bg-blue-500 hover:text-white transition-all",
|
|
4348
4348
|
title: "Zoom to feature",
|
|
4349
4349
|
onClick: d[7] || (d[7] = (k) => xt()),
|
|
4350
4350
|
disabled: f.value
|
|
4351
|
-
},
|
|
4351
|
+
}, d[14] || (d[14] = [
|
|
4352
4352
|
l("svg", {
|
|
4353
4353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4354
4354
|
viewBox: "0 0 24 24",
|
|
@@ -4364,7 +4364,7 @@ const Ar = {
|
|
|
4364
4364
|
l("path", { d: "M10 7l0 6" }),
|
|
4365
4365
|
l("path", { d: "M21 21l-6 -6" })
|
|
4366
4366
|
], -1)
|
|
4367
|
-
])
|
|
4367
|
+
]), 8, ui),
|
|
4368
4368
|
l("button", {
|
|
4369
4369
|
class: "tool bg-gray-100 py-1.5 px-2 rounded-lg text-md cursor-pointer hover:bg-blue-500 hover:text-white transition-all",
|
|
4370
4370
|
title: "Delete feature",
|
|
@@ -4379,7 +4379,7 @@ const Ar = {
|
|
|
4379
4379
|
], 2)
|
|
4380
4380
|
], 8, ["disabled"]));
|
|
4381
4381
|
}
|
|
4382
|
-
}), pi = /* @__PURE__ */ ee(ci, [["__scopeId", "data-v-
|
|
4382
|
+
}), pi = /* @__PURE__ */ ee(ci, [["__scopeId", "data-v-52b45f71"]]), fi = ["data-focus"], vi = { class: "flex items-center" }, mi = { class: "overflow-hidden text-ellipsis whitespace-nowrap rounded-sm text-[#333] text-[85%] px-0.5 py-[3px] pl-1.5 box-border" }, hi = ["onClick", "aria-label"], gi = {
|
|
4383
4383
|
key: 0,
|
|
4384
4384
|
class: "absolute text-gray-500 truncate pl-2"
|
|
4385
4385
|
}, yi = { class: "flex-1 min-w-[2px]" }, bi = ["placeholder"], xi = { class: "flex items-center shrink-0" }, wi = ["disabled"], ki = /* @__PURE__ */ W({
|
|
@@ -4461,7 +4461,7 @@ const Ar = {
|
|
|
4461
4461
|
class: "flex items-center rounded-sm px-1 box-border hover:bg-[#ffbdad] hover:text-[#de350b]",
|
|
4462
4462
|
onClick: xe((Y) => y(G), ["stop"]),
|
|
4463
4463
|
"aria-label": `Remove ${P}`
|
|
4464
|
-
},
|
|
4464
|
+
}, E[2] || (E[2] = [
|
|
4465
4465
|
l("svg", {
|
|
4466
4466
|
height: "14",
|
|
4467
4467
|
width: "14",
|
|
@@ -4472,7 +4472,7 @@ const Ar = {
|
|
|
4472
4472
|
}, [
|
|
4473
4473
|
l("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" })
|
|
4474
4474
|
], -1)
|
|
4475
|
-
])
|
|
4475
|
+
]), 8, hi)
|
|
4476
4476
|
]))), 128)),
|
|
4477
4477
|
x.value ? (r(), u("div", gi, q(g.value), 1)) : O("", !0),
|
|
4478
4478
|
l("div", yi, [
|
|
@@ -4506,7 +4506,7 @@ const Ar = {
|
|
|
4506
4506
|
"aria-label": "Clear all tags",
|
|
4507
4507
|
disabled: _.value,
|
|
4508
4508
|
onClick: xe(m, ["stop"])
|
|
4509
|
-
},
|
|
4509
|
+
}, E[3] || (E[3] = [
|
|
4510
4510
|
l("svg", {
|
|
4511
4511
|
height: "20",
|
|
4512
4512
|
width: "20",
|
|
@@ -4515,7 +4515,7 @@ const Ar = {
|
|
|
4515
4515
|
}, [
|
|
4516
4516
|
l("path", { d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z" })
|
|
4517
4517
|
], -1)
|
|
4518
|
-
])
|
|
4518
|
+
]), 8, wi)) : O("", !0)
|
|
4519
4519
|
])
|
|
4520
4520
|
], 10, fi)
|
|
4521
4521
|
], 2)
|
|
@@ -4596,7 +4596,7 @@ const Ar = {
|
|
|
4596
4596
|
}, " Gen ")
|
|
4597
4597
|
]));
|
|
4598
4598
|
}
|
|
4599
|
-
}), Vi = /* @__PURE__ */ ee(Ci, [["__scopeId", "data-v-
|
|
4599
|
+
}), Vi = /* @__PURE__ */ ee(Ci, [["__scopeId", "data-v-b0eba370"]]), Li = { class: "relative flex gap-1 bg-white w-full" }, Mi = ["disabled", "placeholder"], Si = ["disabled"], Bi = { key: 0 }, Ai = { key: 1 }, ji = /* @__PURE__ */ W({
|
|
4600
4600
|
__name: "vs-input-codegen",
|
|
4601
4601
|
props: /* @__PURE__ */ ie({
|
|
4602
4602
|
table: {},
|
|
@@ -4661,7 +4661,7 @@ const Ar = {
|
|
|
4661
4661
|
], 8, Si)
|
|
4662
4662
|
]));
|
|
4663
4663
|
}
|
|
4664
|
-
}), Ei = /* @__PURE__ */ ee(ji, [["__scopeId", "data-v-
|
|
4664
|
+
}), Ei = /* @__PURE__ */ ee(ji, [["__scopeId", "data-v-6ee5237d"]]), Ii = { class: "w-full" }, Ti = {
|
|
4665
4665
|
ref: "sortableContainer",
|
|
4666
4666
|
class: "flex flex-col gap-1"
|
|
4667
4667
|
}, zi = ["onDragstart", "onDrop"], Fi = { class: "w-1/3" }, Oi = { class: "w-2/3" }, Di = ["onClick"], Ui = {
|
|
@@ -4728,7 +4728,7 @@ const Ar = {
|
|
|
4728
4728
|
}, ["prevent"])),
|
|
4729
4729
|
onDrop: (h) => A(C)
|
|
4730
4730
|
}, [
|
|
4731
|
-
y[1] || (y[1] = Ce('<button class="cursor-move" data-v-
|
|
4731
|
+
y[1] || (y[1] = Ce('<button class="cursor-move" data-v-a0f7fbfc><svg fill="#000000" width="20" height="20" viewBox="0 0 36 36" data-v-a0f7fbfc><circle cx="15" cy="12" r="1.5" data-v-a0f7fbfc></circle><circle cx="15" cy="24" r="1.5" data-v-a0f7fbfc></circle><circle cx="21" cy="12" r="1.5" data-v-a0f7fbfc></circle><circle cx="21" cy="24" r="1.5" data-v-a0f7fbfc></circle><circle cx="21" cy="18" r="1.5" data-v-a0f7fbfc></circle><circle cx="15" cy="18" r="1.5" data-v-a0f7fbfc></circle></svg></button>', 1)),
|
|
4732
4732
|
l("div", Fi, [
|
|
4733
4733
|
N(tt, {
|
|
4734
4734
|
modelValue: m.key,
|
|
@@ -4771,7 +4771,7 @@ const Ar = {
|
|
|
4771
4771
|
])
|
|
4772
4772
|
]));
|
|
4773
4773
|
}
|
|
4774
|
-
}), Ni = /* @__PURE__ */ ee(Hi, [["__scopeId", "data-v-
|
|
4774
|
+
}), Ni = /* @__PURE__ */ ee(Hi, [["__scopeId", "data-v-a0f7fbfc"]]), Gi = { class: "w-full" }, Ki = {
|
|
4775
4775
|
ref: "sortableContainer",
|
|
4776
4776
|
class: "flex flex-col gap-1"
|
|
4777
4777
|
}, qi = ["onDragstart", "onDrop"], Zi = ["disabled"], Wi = { class: "flex-1" }, Ji = ["onClick", "disabled"], Yi = {
|
|
@@ -4847,9 +4847,9 @@ const Ar = {
|
|
|
4847
4847
|
class: "cursor-move",
|
|
4848
4848
|
type: "button",
|
|
4849
4849
|
disabled: n.value
|
|
4850
|
-
},
|
|
4851
|
-
Ce('<svg fill="#000000" width="20" height="20" viewBox="0 0 36 36" data-v-
|
|
4852
|
-
])
|
|
4850
|
+
}, y[1] || (y[1] = [
|
|
4851
|
+
Ce('<svg fill="#000000" width="20" height="20" viewBox="0 0 36 36" data-v-66316a33><circle cx="15" cy="12" r="1.5" data-v-66316a33></circle><circle cx="15" cy="24" r="1.5" data-v-66316a33></circle><circle cx="21" cy="12" r="1.5" data-v-66316a33></circle><circle cx="21" cy="24" r="1.5" data-v-66316a33></circle><circle cx="21" cy="18" r="1.5" data-v-66316a33></circle><circle cx="15" cy="18" r="1.5" data-v-66316a33></circle></svg>', 1)
|
|
4852
|
+
]), 8, Zi),
|
|
4853
4853
|
l("div", Wi, [
|
|
4854
4854
|
w.inputType === "text" ? (r(), ue(tt, {
|
|
4855
4855
|
key: 0,
|
|
@@ -4911,7 +4911,7 @@ const Ar = {
|
|
|
4911
4911
|
])
|
|
4912
4912
|
]));
|
|
4913
4913
|
}
|
|
4914
|
-
}), Ut = /* @__PURE__ */ ee(eu, [["__scopeId", "data-v-
|
|
4914
|
+
}), Ut = /* @__PURE__ */ ee(eu, [["__scopeId", "data-v-66316a33"]]), tu = { class: "flex items-center gap-2 w-full" }, lu = ["disabled"], ou = ["disabled"], au = /* @__PURE__ */ W({
|
|
4915
4915
|
__name: "vs-input-color",
|
|
4916
4916
|
props: {
|
|
4917
4917
|
style: { default: () => ({}) },
|
|
@@ -5092,7 +5092,7 @@ const Ar = {
|
|
|
5092
5092
|
class: "absolute right-2 top-1/2 -translate-y-1/2 text-gray-500 hover:text-blue-600",
|
|
5093
5093
|
onClick: b,
|
|
5094
5094
|
title: "Show search results"
|
|
5095
|
-
},
|
|
5095
|
+
}, m[2] || (m[2] = [
|
|
5096
5096
|
l("svg", {
|
|
5097
5097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5098
5098
|
width: "18",
|
|
@@ -5112,7 +5112,7 @@ const Ar = {
|
|
|
5112
5112
|
l("path", { d: "M12 16v-4" }),
|
|
5113
5113
|
l("path", { d: "M12 8h.01" })
|
|
5114
5114
|
], -1)
|
|
5115
|
-
])
|
|
5115
|
+
]))) : O("", !0)
|
|
5116
5116
|
]),
|
|
5117
5117
|
l("button", {
|
|
5118
5118
|
type: "button",
|
|
@@ -5120,7 +5120,7 @@ const Ar = {
|
|
|
5120
5120
|
class: "flex items-center justify-center px-2 py-2 border rounded-md bg-white hover:bg-gray-50 text-gray-600 hover:text-blue-600 disabled:opacity-50 h-[38px]",
|
|
5121
5121
|
disabled: c.value || !i.value?.trim()
|
|
5122
5122
|
}, [
|
|
5123
|
-
c.value ? (r(), u("svg", vu,
|
|
5123
|
+
c.value ? (r(), u("svg", vu, m[4] || (m[4] = [
|
|
5124
5124
|
l("circle", {
|
|
5125
5125
|
class: "opacity-25",
|
|
5126
5126
|
cx: "12",
|
|
@@ -5134,7 +5134,7 @@ const Ar = {
|
|
|
5134
5134
|
fill: "currentColor",
|
|
5135
5135
|
d: "M4 12a8 8 0 018-8v4a4 4 0 00-4 4H4z"
|
|
5136
5136
|
}, null, -1)
|
|
5137
|
-
])
|
|
5137
|
+
]))) : (r(), u("svg", fu, m[3] || (m[3] = [
|
|
5138
5138
|
l("circle", {
|
|
5139
5139
|
cx: "11",
|
|
5140
5140
|
cy: "11",
|
|
@@ -5146,7 +5146,7 @@ const Ar = {
|
|
|
5146
5146
|
x2: "16.65",
|
|
5147
5147
|
y2: "16.65"
|
|
5148
5148
|
}, null, -1)
|
|
5149
|
-
])
|
|
5149
|
+
])))
|
|
5150
5150
|
], 8, pu),
|
|
5151
5151
|
(r(), ue(et, { to: "body" }, [
|
|
5152
5152
|
v.value ? (r(), u("div", mu, [
|
|
@@ -5157,7 +5157,7 @@ const Ar = {
|
|
|
5157
5157
|
class: "text-gray-500 hover:text-blue-600",
|
|
5158
5158
|
onClick: m[1] || (m[1] = (C) => v.value = !1),
|
|
5159
5159
|
title: "Close"
|
|
5160
|
-
},
|
|
5160
|
+
}, m[5] || (m[5] = [
|
|
5161
5161
|
l("svg", {
|
|
5162
5162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5163
5163
|
width: "20",
|
|
@@ -5182,7 +5182,7 @@ const Ar = {
|
|
|
5182
5182
|
y2: "18"
|
|
5183
5183
|
})
|
|
5184
5184
|
], -1)
|
|
5185
|
-
])
|
|
5185
|
+
]))
|
|
5186
5186
|
]),
|
|
5187
5187
|
l("ul", null, [
|
|
5188
5188
|
(r(!0), u(re, null, pe(f.value, (C, h) => (r(), u("li", {
|
|
@@ -5290,7 +5290,7 @@ const Ar = {
|
|
|
5290
5290
|
], 8, Cu)
|
|
5291
5291
|
]));
|
|
5292
5292
|
}
|
|
5293
|
-
}), Lu = /* @__PURE__ */ ee(Vu, [["__scopeId", "data-v-
|
|
5293
|
+
}), Lu = /* @__PURE__ */ ee(Vu, [["__scopeId", "data-v-a7a64a30"]]), Mu = {};
|
|
5294
5294
|
function Su(o, t) {
|
|
5295
5295
|
return r(), u("svg", He({
|
|
5296
5296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5302,7 +5302,7 @@ function Su(o, t) {
|
|
|
5302
5302
|
"stroke-width": "2",
|
|
5303
5303
|
"stroke-linecap": "round",
|
|
5304
5304
|
"stroke-linejoin": "round"
|
|
5305
|
-
}, o.$attrs),
|
|
5305
|
+
}, o.$attrs), t[0] || (t[0] = [
|
|
5306
5306
|
l("rect", {
|
|
5307
5307
|
width: "14",
|
|
5308
5308
|
height: "14",
|
|
@@ -5312,7 +5312,7 @@ function Su(o, t) {
|
|
|
5312
5312
|
ry: "2"
|
|
5313
5313
|
}, null, -1),
|
|
5314
5314
|
l("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }, null, -1)
|
|
5315
|
-
])
|
|
5315
|
+
]), 16);
|
|
5316
5316
|
}
|
|
5317
5317
|
const Bu = /* @__PURE__ */ ee(Mu, [["render", Su]]), Au = { class: "vs-dataform space-y-4" }, ju = { class: "flex items-center justify-between mb-3" }, Eu = { class: "text-sm font-medium text-gray-700" }, Iu = { class: "flex items-center gap-2" }, Tu = ["title", "onClick", "disabled"], zu = ["title", "onClick", "disabled"], Fu = {
|
|
5318
5318
|
key: 0,
|
|
@@ -5434,7 +5434,7 @@ const Bu = /* @__PURE__ */ ee(Mu, [["render", Su]]), Au = { class: "vs-dataform
|
|
|
5434
5434
|
], 8, Ou)
|
|
5435
5435
|
]));
|
|
5436
5436
|
}
|
|
5437
|
-
}), Uu = /* @__PURE__ */ ee(Du, [["__scopeId", "data-v-
|
|
5437
|
+
}), Uu = /* @__PURE__ */ ee(Du, [["__scopeId", "data-v-4dc5a1a3"]]), Ru = {
|
|
5438
5438
|
VsInputText: tt,
|
|
5439
5439
|
VsInputRadio: It,
|
|
5440
5440
|
"vs-input-text": tt,
|
|
@@ -5454,7 +5454,9 @@ const Bu = /* @__PURE__ */ ee(Mu, [["render", Su]]), Au = { class: "vs-dataform
|
|
|
5454
5454
|
"vs-input-email": Wt,
|
|
5455
5455
|
"vs-input-tel": Jt,
|
|
5456
5456
|
"vs-input-datatable": Zs,
|
|
5457
|
+
// 20kb
|
|
5457
5458
|
"vs-input-map": pi,
|
|
5459
|
+
// 50kb
|
|
5458
5460
|
"vs-input-file-list": Za,
|
|
5459
5461
|
"vs-input-tags": ki,
|
|
5460
5462
|
"vs-input-slug": Vi,
|
|
@@ -5466,8 +5468,11 @@ const Bu = /* @__PURE__ */ ee(Mu, [["render", Su]]), Au = { class: "vs-dataform
|
|
|
5466
5468
|
"vs-input-native-select": Ot,
|
|
5467
5469
|
"vs-input-array": Ut,
|
|
5468
5470
|
"vs-input-address": xu,
|
|
5471
|
+
// 7kb
|
|
5469
5472
|
"vs-input-datalist": Lu,
|
|
5473
|
+
// 3kb
|
|
5470
5474
|
"vs-input-dataform": Uu
|
|
5475
|
+
// 5kb
|
|
5471
5476
|
}, Pu = /* @__PURE__ */ W({
|
|
5472
5477
|
__name: "behavior",
|
|
5473
5478
|
props: {
|
|
@@ -5717,7 +5722,7 @@ const Bu = /* @__PURE__ */ ee(Mu, [["render", Su]]), Au = { class: "vs-dataform
|
|
|
5717
5722
|
])
|
|
5718
5723
|
], 6)) : O("", !0);
|
|
5719
5724
|
}
|
|
5720
|
-
}), Wu = /* @__PURE__ */ ee(Zu, [["__scopeId", "data-v-
|
|
5725
|
+
}), Wu = /* @__PURE__ */ ee(Zu, [["__scopeId", "data-v-1584a562"]]), Qe = {
|
|
5721
5726
|
required: "Це поле є обов’язковим",
|
|
5722
5727
|
email: "Неправильний email",
|
|
5723
5728
|
tel: "Неправильний телефон"
|
|
@@ -5762,7 +5767,7 @@ const Bu = /* @__PURE__ */ ee(Mu, [["render", Su]]), Au = { class: "vs-dataform
|
|
|
5762
5767
|
// mask: 'text',
|
|
5763
5768
|
};
|
|
5764
5769
|
function Rt(o) {
|
|
5765
|
-
const t = o
|
|
5770
|
+
const t = o?.toLowerCase();
|
|
5766
5771
|
return ld[t] || t;
|
|
5767
5772
|
}
|
|
5768
5773
|
function Ct(o, t = !1) {
|
|
@@ -5783,7 +5788,7 @@ function Ct(o, t = !1) {
|
|
|
5783
5788
|
rules: a[1].rules || a[1].validators,
|
|
5784
5789
|
disabled: a[1].disabled || t
|
|
5785
5790
|
};
|
|
5786
|
-
s.type === "email" && !s.rules && (s.rules = ["email"]), a[1].type
|
|
5791
|
+
s.type === "email" && !s.rules && (s.rules = ["email"]), a[1].type?.includes("list") && (s.multiple = !0), !s.api && a[1].data && (s.api = `/api/suggest/${a[1].data}`), Array.isArray(s.schema) && (s.schema = Ct(s.schema, s.disabled)), e.push(s);
|
|
5787
5792
|
}), e;
|
|
5788
5793
|
}
|
|
5789
5794
|
function od(o, t, e = !1) {
|
|
@@ -6023,7 +6028,7 @@ const ad = { class: "flex w-full h-full min-h-0 gap-6" }, nd = {
|
|
|
6023
6028
|
onClick: g,
|
|
6024
6029
|
type: "button",
|
|
6025
6030
|
class: "size-8 inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:text-neutral-400 dark:focus:bg-neutral-600"
|
|
6026
|
-
},
|
|
6031
|
+
}, A[2] || (A[2] = [
|
|
6027
6032
|
l("span", { class: "sr-only" }, "Close", -1),
|
|
6028
6033
|
l("svg", {
|
|
6029
6034
|
class: "flex-shrink-0 w-4 h-4",
|
|
@@ -6040,7 +6045,7 @@ const ad = { class: "flex w-full h-full min-h-0 gap-6" }, nd = {
|
|
|
6040
6045
|
l("path", { d: "M18 6 6 18" }),
|
|
6041
6046
|
l("path", { d: "m6 6 12 12" })
|
|
6042
6047
|
], -1)
|
|
6043
|
-
])
|
|
6048
|
+
]))
|
|
6044
6049
|
]),
|
|
6045
6050
|
l("div", cd, [
|
|
6046
6051
|
s.value ? (r(), ue(Ne, {
|