@opengis/form 0.0.86 → 0.0.87
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 +61 -61
- package/dist/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +101 -101
- package/dist/index.umd.cjs +3 -3
- package/dist/types/form.d.ts +1 -0
- package/dist/types/form.d.ts.map +1 -1
- package/package.json +68 -68
package/dist/index.js
CHANGED
|
@@ -377,14 +377,14 @@ const rn = ["placeholder", "disabled"], sn = /* @__PURE__ */ Q({
|
|
|
377
377
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-check"
|
|
378
378
|
};
|
|
379
379
|
function mn(e, t) {
|
|
380
|
-
return i(), c("svg", fn, t[0] || (t[0] = [
|
|
380
|
+
return i(), c("svg", fn, [...t[0] || (t[0] = [
|
|
381
381
|
n("path", {
|
|
382
382
|
stroke: "none",
|
|
383
383
|
d: "M0 0h24v24H0z",
|
|
384
384
|
fill: "none"
|
|
385
385
|
}, null, -1),
|
|
386
386
|
n("path", { d: "M5 12l5 5l10 -10" }, null, -1)
|
|
387
|
-
]));
|
|
387
|
+
])]);
|
|
388
388
|
}
|
|
389
389
|
const vn = /* @__PURE__ */ ae(pn, [["render", mn]]), hn = { class: "flex items-center gap-[4px]" }, gn = ["value", "id", "disabled"], yn = ["for"], bn = { class: "text-[14px] text-gray-700 flex items-center dark:text-neutral-400" }, wn = /* @__PURE__ */ Q({
|
|
390
390
|
__name: "vs-checkbox-default",
|
|
@@ -549,14 +549,14 @@ const vn = /* @__PURE__ */ ae(pn, [["render", mn]]), hn = { class: "flex items-c
|
|
|
549
549
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-chevron-down"
|
|
550
550
|
};
|
|
551
551
|
function Dn(e, t) {
|
|
552
|
-
return i(), c("svg", Mn, t[0] || (t[0] = [
|
|
552
|
+
return i(), c("svg", Mn, [...t[0] || (t[0] = [
|
|
553
553
|
n("path", {
|
|
554
554
|
stroke: "none",
|
|
555
555
|
d: "M0 0h24v24H0z",
|
|
556
556
|
fill: "none"
|
|
557
557
|
}, null, -1),
|
|
558
558
|
n("path", { d: "M6 9l6 6l6 -6" }, null, -1)
|
|
559
|
-
]));
|
|
559
|
+
])]);
|
|
560
560
|
}
|
|
561
561
|
const Sn = /* @__PURE__ */ ae(Ln, [["render", Dn]]), Bn = {}, An = {
|
|
562
562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -569,7 +569,7 @@ const Sn = /* @__PURE__ */ ae(Ln, [["render", Dn]]), Bn = {}, An = {
|
|
|
569
569
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-x"
|
|
570
570
|
};
|
|
571
571
|
function Tn(e, t) {
|
|
572
|
-
return i(), c("svg", An, t[0] || (t[0] = [
|
|
572
|
+
return i(), c("svg", An, [...t[0] || (t[0] = [
|
|
573
573
|
n("path", {
|
|
574
574
|
stroke: "none",
|
|
575
575
|
d: "M0 0h24v24H0z",
|
|
@@ -577,7 +577,7 @@ function Tn(e, t) {
|
|
|
577
577
|
}, null, -1),
|
|
578
578
|
n("path", { d: "M18 6l-12 12" }, null, -1),
|
|
579
579
|
n("path", { d: "M6 6l12 12" }, null, -1)
|
|
580
|
-
]));
|
|
580
|
+
])]);
|
|
581
581
|
}
|
|
582
582
|
const Yt = /* @__PURE__ */ ae(Bn, [["render", Tn]]), En = {}, In = {
|
|
583
583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -591,7 +591,7 @@ const Yt = /* @__PURE__ */ ae(Bn, [["render", Tn]]), En = {}, In = {
|
|
|
591
591
|
"stroke-linejoin": "round"
|
|
592
592
|
};
|
|
593
593
|
function jn(e, t) {
|
|
594
|
-
return i(), c("svg", In, t[0] || (t[0] = [
|
|
594
|
+
return i(), c("svg", In, [...t[0] || (t[0] = [
|
|
595
595
|
n("path", {
|
|
596
596
|
stroke: "none",
|
|
597
597
|
d: "M0 0h24v24H0z",
|
|
@@ -600,7 +600,7 @@ function jn(e, t) {
|
|
|
600
600
|
n("path", { d: "M12 9h.01" }, null, -1),
|
|
601
601
|
n("path", { d: "M11 12h1v4h1" }, null, -1),
|
|
602
602
|
n("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)
|
|
603
|
-
]));
|
|
603
|
+
])]);
|
|
604
604
|
}
|
|
605
605
|
const Fn = /* @__PURE__ */ ae(En, [["render", jn]]), On = {
|
|
606
606
|
key: 0,
|
|
@@ -1142,7 +1142,7 @@ const Fn = /* @__PURE__ */ ae(En, [["render", jn]]), On = {
|
|
|
1142
1142
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "value", "class", "disabled", "label", "icon", "imgUrl", "option", "view"]))), 128))
|
|
1143
1143
|
], 2));
|
|
1144
1144
|
}
|
|
1145
|
-
}), oa = /* @__PURE__ */ ae(aa, [["__scopeId", "data-v-
|
|
1145
|
+
}), oa = /* @__PURE__ */ ae(aa, [["__scopeId", "data-v-cf0478ce"]]), ra = ["type", "placeholder", "disabled"], sa = /* @__PURE__ */ Q({
|
|
1146
1146
|
__name: "vs-input-date1",
|
|
1147
1147
|
props: {
|
|
1148
1148
|
style: { default: () => ({}) },
|
|
@@ -1240,10 +1240,10 @@ const Fn = /* @__PURE__ */ ae(En, [["render", jn]]), On = {
|
|
|
1240
1240
|
"stroke-linejoin": "round"
|
|
1241
1241
|
};
|
|
1242
1242
|
function pa(e, t) {
|
|
1243
|
-
return i(), c("svg", ca, t[0] || (t[0] = [
|
|
1243
|
+
return i(), c("svg", ca, [...t[0] || (t[0] = [
|
|
1244
1244
|
n("path", { d: "M5 12h14" }, null, -1),
|
|
1245
1245
|
n("path", { d: "M12 5v14" }, null, -1)
|
|
1246
|
-
]));
|
|
1246
|
+
])]);
|
|
1247
1247
|
}
|
|
1248
1248
|
const Ke = /* @__PURE__ */ ae(da, [["render", pa]]), fa = {}, ma = {
|
|
1249
1249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1258,9 +1258,9 @@ const Ke = /* @__PURE__ */ ae(da, [["render", pa]]), fa = {}, ma = {
|
|
|
1258
1258
|
"stroke-linejoin": "round"
|
|
1259
1259
|
};
|
|
1260
1260
|
function va(e, t, l, a, o, r) {
|
|
1261
|
-
return i(), c("svg", ma, t[0] || (t[0] = [
|
|
1261
|
+
return i(), c("svg", ma, [...t[0] || (t[0] = [
|
|
1262
1262
|
Ie('<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)
|
|
1263
|
-
]));
|
|
1263
|
+
])]);
|
|
1264
1264
|
}
|
|
1265
1265
|
const ha = /* @__PURE__ */ ae(fa, [["render", va]]), ga = {}, ya = {
|
|
1266
1266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1275,7 +1275,7 @@ const ha = /* @__PURE__ */ ae(fa, [["render", va]]), ga = {}, ya = {
|
|
|
1275
1275
|
"stroke-linejoin": "round"
|
|
1276
1276
|
};
|
|
1277
1277
|
function ba(e, t, l, a, o, r) {
|
|
1278
|
-
return i(), c("svg", ya, t[0] || (t[0] = [
|
|
1278
|
+
return i(), c("svg", ya, [...t[0] || (t[0] = [
|
|
1279
1279
|
n("path", {
|
|
1280
1280
|
stroke: "none",
|
|
1281
1281
|
d: "M0 0h24v24H0z",
|
|
@@ -1300,7 +1300,7 @@ function ba(e, t, l, a, o, r) {
|
|
|
1300
1300
|
x2: "10",
|
|
1301
1301
|
y2: "20"
|
|
1302
1302
|
}, null, -1)
|
|
1303
|
-
]));
|
|
1303
|
+
])]);
|
|
1304
1304
|
}
|
|
1305
1305
|
const wa = /* @__PURE__ */ ae(ga, [["render", ba]]), xa = {}, ka = {
|
|
1306
1306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1314,9 +1314,9 @@ const wa = /* @__PURE__ */ ae(ga, [["render", ba]]), xa = {}, ka = {
|
|
|
1314
1314
|
"stroke-linejoin": "round"
|
|
1315
1315
|
};
|
|
1316
1316
|
function _a(e, t) {
|
|
1317
|
-
return i(), c("svg", ka, t[0] || (t[0] = [
|
|
1317
|
+
return i(), c("svg", ka, [...t[0] || (t[0] = [
|
|
1318
1318
|
Ie('<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)
|
|
1319
|
-
]));
|
|
1319
|
+
])]);
|
|
1320
1320
|
}
|
|
1321
1321
|
const $l = /* @__PURE__ */ ae(xa, [["render", _a]]), $a = {}, Va = {
|
|
1322
1322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1331,9 +1331,9 @@ const $l = /* @__PURE__ */ ae(xa, [["render", _a]]), $a = {}, Va = {
|
|
|
1331
1331
|
"stroke-linejoin": "round"
|
|
1332
1332
|
};
|
|
1333
1333
|
function Ca(e, t, l, a, o, r) {
|
|
1334
|
-
return i(), c("svg", Va, t[0] || (t[0] = [
|
|
1334
|
+
return i(), c("svg", Va, [...t[0] || (t[0] = [
|
|
1335
1335
|
Ie('<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)
|
|
1336
|
-
]));
|
|
1336
|
+
])]);
|
|
1337
1337
|
}
|
|
1338
1338
|
const La = /* @__PURE__ */ ae($a, [["render", Ca]]), Ma = {}, Da = {
|
|
1339
1339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1348,9 +1348,9 @@ const La = /* @__PURE__ */ ae($a, [["render", Ca]]), Ma = {}, Da = {
|
|
|
1348
1348
|
"stroke-linejoin": "round"
|
|
1349
1349
|
};
|
|
1350
1350
|
function Sa(e, t, l, a, o, r) {
|
|
1351
|
-
return i(), c("svg", Da, t[0] || (t[0] = [
|
|
1351
|
+
return i(), c("svg", Da, [...t[0] || (t[0] = [
|
|
1352
1352
|
Ie('<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)
|
|
1353
|
-
]));
|
|
1353
|
+
])]);
|
|
1354
1354
|
}
|
|
1355
1355
|
const Ba = /* @__PURE__ */ ae(Ma, [["render", Sa]]), Aa = (e) => {
|
|
1356
1356
|
if (!e) return "";
|
|
@@ -1378,9 +1378,9 @@ const Ba = /* @__PURE__ */ ae(Ma, [["render", Sa]]), Aa = (e) => {
|
|
|
1378
1378
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-trash"
|
|
1379
1379
|
};
|
|
1380
1380
|
function ja(e, t) {
|
|
1381
|
-
return i(), c("svg", Ia, t[0] || (t[0] = [
|
|
1381
|
+
return i(), c("svg", Ia, [...t[0] || (t[0] = [
|
|
1382
1382
|
Ie('<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)
|
|
1383
|
-
]));
|
|
1383
|
+
])]);
|
|
1384
1384
|
}
|
|
1385
1385
|
const it = /* @__PURE__ */ ae(Ea, [["render", ja]]), Fa = {}, Oa = {
|
|
1386
1386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1395,7 +1395,7 @@ const it = /* @__PURE__ */ ae(Ea, [["render", ja]]), Fa = {}, Oa = {
|
|
|
1395
1395
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-download"
|
|
1396
1396
|
};
|
|
1397
1397
|
function za(e, t) {
|
|
1398
|
-
return i(), c("svg", Oa, t[0] || (t[0] = [
|
|
1398
|
+
return i(), c("svg", Oa, [...t[0] || (t[0] = [
|
|
1399
1399
|
n("path", {
|
|
1400
1400
|
stroke: "none",
|
|
1401
1401
|
d: "M0 0h24v24H0z",
|
|
@@ -1404,7 +1404,7 @@ function za(e, t) {
|
|
|
1404
1404
|
n("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
1405
1405
|
n("path", { d: "M7 11l5 5l5 -5" }, null, -1),
|
|
1406
1406
|
n("path", { d: "M12 4l0 12" }, null, -1)
|
|
1407
|
-
]));
|
|
1407
|
+
])]);
|
|
1408
1408
|
}
|
|
1409
1409
|
const Vl = /* @__PURE__ */ ae(Fa, [["render", za]]), Pa = ["title"], Ua = { class: "absolute hidden top-0 right-0 flex items-center gap-x-2 w-full h-full justify-center" }, Na = /* @__PURE__ */ Q({
|
|
1410
1410
|
__name: "vs-input-file-list-item",
|
|
@@ -1462,7 +1462,7 @@ const Vl = /* @__PURE__ */ ae(Fa, [["render", za]]), Pa = ["title"], Ua = { clas
|
|
|
1462
1462
|
])
|
|
1463
1463
|
], 8, Pa));
|
|
1464
1464
|
}
|
|
1465
|
-
}), ol = /* @__PURE__ */ ae(Na, [["__scopeId", "data-v-
|
|
1465
|
+
}), ol = /* @__PURE__ */ ae(Na, [["__scopeId", "data-v-b61a9d9a"]]), Ra = { class: "flex items-center gap-x-2" }, Ha = ["accept", "multiple", "disabled"], qa = {
|
|
1466
1466
|
key: 1,
|
|
1467
1467
|
class: "flex items-center flex-wrap gap-2"
|
|
1468
1468
|
}, Ga = {
|
|
@@ -1646,7 +1646,7 @@ const Vl = /* @__PURE__ */ ae(Fa, [["render", za]]), Pa = ["title"], Ua = { clas
|
|
|
1646
1646
|
], 2))
|
|
1647
1647
|
]));
|
|
1648
1648
|
}
|
|
1649
|
-
}), Ya = /* @__PURE__ */ ae(Ka, [["__scopeId", "data-v-
|
|
1649
|
+
}), Ya = /* @__PURE__ */ ae(Ka, [["__scopeId", "data-v-08fe911b"]]), Za = { class: "max-w-[55vw]" }, Ja = { class: "text-sm font-semibold text-gray-800 truncate dark:text-neutral-200" }, Xa = { class: "flex items-center text-xs text-gray-500 truncate dark:text-neutral-500" }, Qa = { class: "px-[5px]" }, eo = { class: "" }, Mt = /* @__PURE__ */ Q({
|
|
1650
1650
|
__name: "vs-widget-file-info",
|
|
1651
1651
|
props: {
|
|
1652
1652
|
item: { default: null }
|
|
@@ -1803,7 +1803,7 @@ const Vl = /* @__PURE__ */ ae(Fa, [["render", za]]), Pa = ["title"], Ua = { clas
|
|
|
1803
1803
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-download"
|
|
1804
1804
|
};
|
|
1805
1805
|
function vo(e, t) {
|
|
1806
|
-
return i(), c("svg", mo, t[0] || (t[0] = [
|
|
1806
|
+
return i(), c("svg", mo, [...t[0] || (t[0] = [
|
|
1807
1807
|
n("path", {
|
|
1808
1808
|
stroke: "none",
|
|
1809
1809
|
d: "M0 0h24v24H0z",
|
|
@@ -1812,7 +1812,7 @@ function vo(e, t) {
|
|
|
1812
1812
|
n("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
1813
1813
|
n("path", { d: "M7 11l5 5l5 -5" }, null, -1),
|
|
1814
1814
|
n("path", { d: "M12 4l0 12" }, null, -1)
|
|
1815
|
-
]));
|
|
1815
|
+
])]);
|
|
1816
1816
|
}
|
|
1817
1817
|
const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-col widget-file xl:bg-white xl:rounded-xl dark:xl:bg-neutral-800 dark:xl:border-neutral-700 w-full" }, yo = { class: "flex w-full mb-[12px] items-center gap-x-2" }, bo = { class: "font-semibold text-gray-800 dark:text-neutral-200 text-[14px]" }, wo = { class1: "ml-auto" }, xo = { 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" }, ko = {
|
|
1818
1818
|
key: 0,
|
|
@@ -1953,9 +1953,9 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
1953
1953
|
onOpenModal: h[3] || (h[3] = (Z) => d(Z)),
|
|
1954
1954
|
onOpenLightbox: h[4] || (h[4] = (Z) => S(Z))
|
|
1955
1955
|
}, null, 8, ["prefix", "item", "index"]))), 128)),
|
|
1956
|
-
w.value.length ? P("", !0) : (i(), c("div", Vo, h[9] || (h[9] = [
|
|
1956
|
+
w.value.length ? P("", !0) : (i(), c("div", Vo, [...h[9] || (h[9] = [
|
|
1957
1957
|
n("p", { class: "text-sm text-gray-600 font-sm" }, " Файлів з такою назвою не існує, введіть інше пошукове слово ", -1)
|
|
1958
|
-
])))
|
|
1958
|
+
])]))
|
|
1959
1959
|
])) : P("", !0),
|
|
1960
1960
|
K(L, {
|
|
1961
1961
|
modelValue: r.value,
|
|
@@ -2016,7 +2016,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2016
2016
|
})
|
|
2017
2017
|
]));
|
|
2018
2018
|
}
|
|
2019
|
-
}), Bo = /* @__PURE__ */ ae(So, [["__scopeId", "data-v-
|
|
2019
|
+
}), Bo = /* @__PURE__ */ ae(So, [["__scopeId", "data-v-00f2f0fc"]]), Ao = { class: "text-[16px] text-gray-900 font-medium" }, To = { class: "grid gap-3" }, Eo = /* @__PURE__ */ Q({
|
|
2020
2020
|
__name: "vs-container-accordion",
|
|
2021
2021
|
props: {
|
|
2022
2022
|
title: {
|
|
@@ -2062,7 +2062,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2062
2062
|
})
|
|
2063
2063
|
]));
|
|
2064
2064
|
}
|
|
2065
|
-
}), Io = /* @__PURE__ */ ae(Eo, [["__scopeId", "data-v-
|
|
2065
|
+
}), Io = /* @__PURE__ */ ae(Eo, [["__scopeId", "data-v-78778cb5"]]), jo = { class: "flex items-center justify-between" }, Fo = /* @__PURE__ */ Q({
|
|
2066
2066
|
__name: "vs-container-default",
|
|
2067
2067
|
props: {
|
|
2068
2068
|
title: {
|
|
@@ -2556,7 +2556,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2556
2556
|
role: "button",
|
|
2557
2557
|
class: "flex items-center rounded-sm px-1 box-border text-[#172b4d] hover:bg-[rgb(255,189,173)] hover:text-[rgb(222,53,11)] flex-shrink-0",
|
|
2558
2558
|
onClick: ke((ne) => Ae(E.id), ["stop"])
|
|
2559
|
-
}, B[6] || (B[6] = [
|
|
2559
|
+
}, [...B[6] || (B[6] = [
|
|
2560
2560
|
n("svg", {
|
|
2561
2561
|
height: "14",
|
|
2562
2562
|
width: "14",
|
|
@@ -2567,7 +2567,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2567
2567
|
}, [
|
|
2568
2568
|
n("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" })
|
|
2569
2569
|
], -1)
|
|
2570
|
-
]), 8, ar)
|
|
2570
|
+
])], 8, ar)
|
|
2571
2571
|
]))), 128)),
|
|
2572
2572
|
n("div", or, [
|
|
2573
2573
|
!r.value && D.search ? fe((i(), c("input", {
|
|
@@ -2641,7 +2641,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2641
2641
|
"aria-hidden": "true",
|
|
2642
2642
|
disabled: r.value,
|
|
2643
2643
|
onClick: ke(Me, ["stop"])
|
|
2644
|
-
}, B[7] || (B[7] = [
|
|
2644
|
+
}, [...B[7] || (B[7] = [
|
|
2645
2645
|
n("svg", {
|
|
2646
2646
|
height: "20",
|
|
2647
2647
|
width: "20",
|
|
@@ -2650,7 +2650,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2650
2650
|
}, [
|
|
2651
2651
|
n("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" })
|
|
2652
2652
|
], -1)
|
|
2653
|
-
]), 8, pr)) : P("", !0),
|
|
2653
|
+
])], 8, pr)) : P("", !0),
|
|
2654
2654
|
B[9] || (B[9] = n("div", { class: "self-stretch w-px bg-[#ccc] my-[1px]" }, null, -1)),
|
|
2655
2655
|
n("button", {
|
|
2656
2656
|
type: "button",
|
|
@@ -2659,7 +2659,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2659
2659
|
disabled: r.value,
|
|
2660
2660
|
onClick: B[4] || (B[4] = ke((E) => oe(), ["stop"])),
|
|
2661
2661
|
title: $.value ? "Закрити список" : "Відкрити список"
|
|
2662
|
-
}, B[8] || (B[8] = [
|
|
2662
|
+
}, [...B[8] || (B[8] = [
|
|
2663
2663
|
n("svg", {
|
|
2664
2664
|
height: "20",
|
|
2665
2665
|
width: "20",
|
|
@@ -2668,7 +2668,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2668
2668
|
}, [
|
|
2669
2669
|
n("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" })
|
|
2670
2670
|
], -1)
|
|
2671
|
-
]), 8, fr)
|
|
2671
|
+
])], 8, fr)
|
|
2672
2672
|
])
|
|
2673
2673
|
], 42, Xo),
|
|
2674
2674
|
(i(), ce(st, { to: "body" }, [
|
|
@@ -2790,7 +2790,7 @@ const ho = /* @__PURE__ */ ae(fo, [["render", vo]]), go = { class: "flex flex-co
|
|
|
2790
2790
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-search stroke-gray-500 transition-all"
|
|
2791
2791
|
};
|
|
2792
2792
|
function kr(e, t) {
|
|
2793
|
-
return i(), c("svg", xr, t[0] || (t[0] = [
|
|
2793
|
+
return i(), c("svg", xr, [...t[0] || (t[0] = [
|
|
2794
2794
|
n("path", {
|
|
2795
2795
|
stroke: "none",
|
|
2796
2796
|
d: "M0 0h24v24H0z",
|
|
@@ -2798,7 +2798,7 @@ function kr(e, t) {
|
|
|
2798
2798
|
}, null, -1),
|
|
2799
2799
|
n("path", { d: "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" }, null, -1),
|
|
2800
2800
|
n("path", { d: "M21 21l-6 -6" }, null, -1)
|
|
2801
|
-
]));
|
|
2801
|
+
])]);
|
|
2802
2802
|
}
|
|
2803
2803
|
const _r = /* @__PURE__ */ ae(wr, [["render", kr]]), $r = {}, Vr = {
|
|
2804
2804
|
class: "flex-shrink-0 mt-0.5 size-3.5",
|
|
@@ -2811,12 +2811,12 @@ const _r = /* @__PURE__ */ ae(wr, [["render", kr]]), $r = {}, Vr = {
|
|
|
2811
2811
|
"stroke-linejoin": "round"
|
|
2812
2812
|
};
|
|
2813
2813
|
function Cr(e, t) {
|
|
2814
|
-
return i(), c("svg", Vr, t[0] || (t[0] = [
|
|
2814
|
+
return i(), c("svg", Vr, [...t[0] || (t[0] = [
|
|
2815
2815
|
n("path", { d: "m3 16 4 4 4-4" }, null, -1),
|
|
2816
2816
|
n("path", { d: "M7 20V4" }, null, -1),
|
|
2817
2817
|
n("path", { d: "m21 8-4-4-4 4" }, null, -1),
|
|
2818
2818
|
n("path", { d: "M17 4v16" }, null, -1)
|
|
2819
|
-
]));
|
|
2819
|
+
])]);
|
|
2820
2820
|
}
|
|
2821
2821
|
const Lr = /* @__PURE__ */ ae($r, [["render", Cr]]), Mr = {}, Dr = {
|
|
2822
2822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2830,7 +2830,7 @@ const Lr = /* @__PURE__ */ ae($r, [["render", Cr]]), Mr = {}, Dr = {
|
|
|
2830
2830
|
"stroke-linejoin": "round"
|
|
2831
2831
|
};
|
|
2832
2832
|
function Sr(e, t) {
|
|
2833
|
-
return i(), c("svg", Dr, t[0] || (t[0] = [
|
|
2833
|
+
return i(), c("svg", Dr, [...t[0] || (t[0] = [
|
|
2834
2834
|
n("path", {
|
|
2835
2835
|
stroke: "none",
|
|
2836
2836
|
d: "M0 0h24v24H0z",
|
|
@@ -2839,7 +2839,7 @@ function Sr(e, t) {
|
|
|
2839
2839
|
n("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
2840
2840
|
n("path", { d: "M7 9l5 -5l5 5" }, null, -1),
|
|
2841
2841
|
n("path", { d: "M12 4l0 12" }, null, -1)
|
|
2842
|
-
]));
|
|
2842
|
+
])]);
|
|
2843
2843
|
}
|
|
2844
2844
|
const Br = /* @__PURE__ */ ae(Mr, [["render", Sr]]), Ar = {}, Tr = {
|
|
2845
2845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2851,7 +2851,7 @@ const Br = /* @__PURE__ */ ae(Mr, [["render", Sr]]), Ar = {}, Tr = {
|
|
|
2851
2851
|
"stroke-linejoin": "round"
|
|
2852
2852
|
};
|
|
2853
2853
|
function Er(e, t) {
|
|
2854
|
-
return i(), c("svg", Tr, t[0] || (t[0] = [
|
|
2854
|
+
return i(), c("svg", Tr, [...t[0] || (t[0] = [
|
|
2855
2855
|
n("path", {
|
|
2856
2856
|
stroke: "none",
|
|
2857
2857
|
d: "M0 0h24v24H0z",
|
|
@@ -2860,7 +2860,7 @@ function Er(e, t) {
|
|
|
2860
2860
|
n("path", { d: "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }, null, -1),
|
|
2861
2861
|
n("path", { d: "M7 11l5 5l5 -5" }, null, -1),
|
|
2862
2862
|
n("path", { d: "M12 4l0 12" }, null, -1)
|
|
2863
|
-
]));
|
|
2863
|
+
])]);
|
|
2864
2864
|
}
|
|
2865
2865
|
const Ir = /* @__PURE__ */ ae(Ar, [["render", Er]]), jr = {}, Fr = {
|
|
2866
2866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2872,9 +2872,9 @@ const Ir = /* @__PURE__ */ ae(Ar, [["render", Er]]), jr = {}, Fr = {
|
|
|
2872
2872
|
"stroke-linejoin": "round"
|
|
2873
2873
|
};
|
|
2874
2874
|
function Or(e, t) {
|
|
2875
|
-
return i(), c("svg", Fr, t[0] || (t[0] = [
|
|
2875
|
+
return i(), c("svg", Fr, [...t[0] || (t[0] = [
|
|
2876
2876
|
Ie('<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)
|
|
2877
|
-
]));
|
|
2877
|
+
])]);
|
|
2878
2878
|
}
|
|
2879
2879
|
const sl = /* @__PURE__ */ ae(jr, [["render", Or]]), zr = {}, Pr = {
|
|
2880
2880
|
viewBox: "0 0 178 90",
|
|
@@ -2882,9 +2882,9 @@ const sl = /* @__PURE__ */ ae(jr, [["render", Or]]), zr = {}, Pr = {
|
|
|
2882
2882
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2883
2883
|
};
|
|
2884
2884
|
function Ur(e, t) {
|
|
2885
|
-
return i(), c("svg", Pr, t[0] || (t[0] = [
|
|
2885
|
+
return i(), c("svg", Pr, [...t[0] || (t[0] = [
|
|
2886
2886
|
Ie('<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)
|
|
2887
|
-
]));
|
|
2887
|
+
])]);
|
|
2888
2888
|
}
|
|
2889
2889
|
const Nr = /* @__PURE__ */ ae(zr, [["render", Ur]]), Rr = {}, Hr = {
|
|
2890
2890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2896,9 +2896,9 @@ const Nr = /* @__PURE__ */ ae(zr, [["render", Ur]]), Rr = {}, Hr = {
|
|
|
2896
2896
|
"stroke-linejoin": "round"
|
|
2897
2897
|
};
|
|
2898
2898
|
function qr(e, t) {
|
|
2899
|
-
return i(), c("svg", Hr, t[0] || (t[0] = [
|
|
2899
|
+
return i(), c("svg", Hr, [...t[0] || (t[0] = [
|
|
2900
2900
|
n("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)
|
|
2901
|
-
]));
|
|
2901
|
+
])]);
|
|
2902
2902
|
}
|
|
2903
2903
|
const Gr = /* @__PURE__ */ ae(Rr, [["render", qr]]), Wr = { class: "vs-datatable border rounded-xl w-full flex-grow" }, Kr = { class: "flex items-center npm gap-[16px] justify-between p-[20px] pb-[16px]" }, Yr = { class: "relative w-full" }, Zr = { class: "table-wrapper flex gap-2" }, Jr = { class: "vs-popover inline-block text-slate-700" }, Xr = { class: "text-center" }, Qr = { class: "" }, es = { 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" }, ts = { class: "flex flex-col p-[1px] gap-[2px] w-[140px]" }, ls = { class: "text-sm items-center text-gray-800 flex gap-1" }, ns = { class: "w-full overflow-x-auto" }, as = { class: "w-full table-auto caption-bottom text-sm" }, os = { class: "[&_tr]:border-b" }, rs = { 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" }, is = {
|
|
2904
2904
|
key: 0,
|
|
@@ -3406,7 +3406,7 @@ const Gr = /* @__PURE__ */ ae(Rr, [["render", qr]]), Wr = { class: "vs-datatable
|
|
|
3406
3406
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-map-pin"
|
|
3407
3407
|
};
|
|
3408
3408
|
function Ss(e, t) {
|
|
3409
|
-
return i(), c("svg", Ds, t[0] || (t[0] = [
|
|
3409
|
+
return i(), c("svg", Ds, [...t[0] || (t[0] = [
|
|
3410
3410
|
n("path", {
|
|
3411
3411
|
stroke: "none",
|
|
3412
3412
|
d: "M0 0h24v24H0z",
|
|
@@ -3414,7 +3414,7 @@ function Ss(e, t) {
|
|
|
3414
3414
|
}, null, -1),
|
|
3415
3415
|
n("path", { d: "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" }, null, -1),
|
|
3416
3416
|
n("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)
|
|
3417
|
-
]));
|
|
3417
|
+
])]);
|
|
3418
3418
|
}
|
|
3419
3419
|
const Bs = /* @__PURE__ */ ae(Ms, [["render", Ss]]), As = {}, Ts = {
|
|
3420
3420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3427,7 +3427,7 @@ const Bs = /* @__PURE__ */ ae(Ms, [["render", Ss]]), As = {}, Ts = {
|
|
|
3427
3427
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-line"
|
|
3428
3428
|
};
|
|
3429
3429
|
function Es(e, t) {
|
|
3430
|
-
return i(), c("svg", Ts, t[0] || (t[0] = [
|
|
3430
|
+
return i(), c("svg", Ts, [...t[0] || (t[0] = [
|
|
3431
3431
|
n("path", {
|
|
3432
3432
|
stroke: "none",
|
|
3433
3433
|
d: "M0 0h24v24H0z",
|
|
@@ -3436,7 +3436,7 @@ function Es(e, t) {
|
|
|
3436
3436
|
n("path", { d: "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }, null, -1),
|
|
3437
3437
|
n("path", { d: "M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }, null, -1),
|
|
3438
3438
|
n("path", { d: "M7.5 16.5l9 -9" }, null, -1)
|
|
3439
|
-
]));
|
|
3439
|
+
])]);
|
|
3440
3440
|
}
|
|
3441
3441
|
const Is = /* @__PURE__ */ ae(As, [["render", Es]]), js = {}, Fs = {
|
|
3442
3442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3449,9 +3449,9 @@ const Is = /* @__PURE__ */ ae(As, [["render", Es]]), js = {}, Fs = {
|
|
|
3449
3449
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-polygon"
|
|
3450
3450
|
};
|
|
3451
3451
|
function Os(e, t) {
|
|
3452
|
-
return i(), c("svg", Fs, t[0] || (t[0] = [
|
|
3452
|
+
return i(), c("svg", Fs, [...t[0] || (t[0] = [
|
|
3453
3453
|
Ie('<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)
|
|
3454
|
-
]));
|
|
3454
|
+
])]);
|
|
3455
3455
|
}
|
|
3456
3456
|
const zs = /* @__PURE__ */ ae(js, [["render", Os]]), Ps = {}, Us = {
|
|
3457
3457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3464,9 +3464,9 @@ const zs = /* @__PURE__ */ ae(js, [["render", Os]]), Ps = {}, Us = {
|
|
|
3464
3464
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-topology-ring-3"
|
|
3465
3465
|
};
|
|
3466
3466
|
function Ns(e, t) {
|
|
3467
|
-
return i(), c("svg", Us, t[0] || (t[0] = [
|
|
3467
|
+
return i(), c("svg", Us, [...t[0] || (t[0] = [
|
|
3468
3468
|
Ie('<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)
|
|
3469
|
-
]));
|
|
3469
|
+
])]);
|
|
3470
3470
|
}
|
|
3471
3471
|
const Rs = /* @__PURE__ */ ae(Ps, [["render", Ns]]), Hs = {}, qs = {
|
|
3472
3472
|
version: "1.1",
|
|
@@ -3477,7 +3477,7 @@ const Rs = /* @__PURE__ */ ae(Ps, [["render", Ns]]), Hs = {}, qs = {
|
|
|
3477
3477
|
class: "fullscreen-icon"
|
|
3478
3478
|
};
|
|
3479
3479
|
function Gs(e, t) {
|
|
3480
|
-
return i(), c("svg", qs, t[0] || (t[0] = [
|
|
3480
|
+
return i(), c("svg", qs, [...t[0] || (t[0] = [
|
|
3481
3481
|
n("title", null, null, -1),
|
|
3482
3482
|
n("desc", null, null, -1),
|
|
3483
3483
|
n("defs", null, null, -1),
|
|
@@ -3504,7 +3504,7 @@ function Gs(e, t) {
|
|
|
3504
3504
|
])
|
|
3505
3505
|
])
|
|
3506
3506
|
], -1)
|
|
3507
|
-
]));
|
|
3507
|
+
])]);
|
|
3508
3508
|
}
|
|
3509
3509
|
const Ws = /* @__PURE__ */ ae(Hs, [["render", Gs]]), Ks = { class: "map-search-widget flex flex-col gap-2 rounded-xl widget min-w-[200px]" }, Ys = {
|
|
3510
3510
|
key: 0,
|
|
@@ -3651,7 +3651,7 @@ const Ws = /* @__PURE__ */ ae(Hs, [["render", Gs]]), Ks = { class: "map-search-w
|
|
|
3651
3651
|
viewBox: "0 0 24 24",
|
|
3652
3652
|
fill: "none",
|
|
3653
3653
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3654
|
-
}, L[2] || (L[2] = [
|
|
3654
|
+
}, [...L[2] || (L[2] = [
|
|
3655
3655
|
n("path", {
|
|
3656
3656
|
d: "M6 9l6 6 6-6",
|
|
3657
3657
|
stroke: "currentColor",
|
|
@@ -3659,7 +3659,7 @@ const Ws = /* @__PURE__ */ ae(Hs, [["render", Gs]]), Ks = { class: "map-search-w
|
|
|
3659
3659
|
"stroke-linecap": "round",
|
|
3660
3660
|
"stroke-linejoin": "round"
|
|
3661
3661
|
}, null, -1)
|
|
3662
|
-
]), 2))
|
|
3662
|
+
])], 2))
|
|
3663
3663
|
]),
|
|
3664
3664
|
m.value ? (i(), c("div", Ys, [
|
|
3665
3665
|
n("ul", null, [
|
|
@@ -3709,7 +3709,7 @@ const Ws = /* @__PURE__ */ ae(Hs, [["render", Gs]]), Ks = { class: "map-search-w
|
|
|
3709
3709
|
], 32)
|
|
3710
3710
|
]));
|
|
3711
3711
|
}
|
|
3712
|
-
}), li = /* @__PURE__ */ ae(ti, [["__scopeId", "data-v-
|
|
3712
|
+
}), li = /* @__PURE__ */ ae(ti, [["__scopeId", "data-v-c5cab151"]]), ni = { class: "bg-white/30 p-1 rounded-md shadow w-fit" }, ai = { class: "flex gap-2" }, oi = ["onClick", "title"], ri = ["src"], si = /* @__PURE__ */ Q({
|
|
3713
3713
|
__name: "map-layers",
|
|
3714
3714
|
props: {
|
|
3715
3715
|
basemaps: {}
|
|
@@ -4075,7 +4075,7 @@ const ui = {
|
|
|
4075
4075
|
if (!H) return;
|
|
4076
4076
|
const le = Ae(H, X);
|
|
4077
4077
|
V.push(le), I.add(le);
|
|
4078
|
-
const ve = ee[le], we = { ...H, id: le }, $e = ve?.visible ?? we?.
|
|
4078
|
+
const ve = ee[le], we = { ...H, id: le }, $e = ve?.visible ?? !!we?.visible;
|
|
4079
4079
|
ve && (ve.layer && O?.hasLayer(ve.layer) && O.removeLayer(ve.layer), ve.boundsLayer && O?.hasLayer(ve.boundsLayer) && O.removeLayer(ve.boundsLayer), je(le)), ee[le] = {
|
|
4080
4080
|
id: le,
|
|
4081
4081
|
config: we,
|
|
@@ -4531,16 +4531,16 @@ const ui = {
|
|
|
4531
4531
|
S.value.areaKm2 !== null ? (i(), c("div", zi, [
|
|
4532
4532
|
p[12] || (p[12] = _e(" Area: ", -1)),
|
|
4533
4533
|
n("b", null, W(S.value.areaKm2.toFixed(1)) + " km²", 1)
|
|
4534
|
-
])) : (i(), c("div", Pi, p[13] || (p[13] = [
|
|
4534
|
+
])) : (i(), c("div", Pi, [...p[13] || (p[13] = [
|
|
4535
4535
|
_e("Area: ", -1),
|
|
4536
4536
|
n("b", null, "—", -1)
|
|
4537
|
-
]))),
|
|
4537
|
+
])])),
|
|
4538
4538
|
n("button", {
|
|
4539
4539
|
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",
|
|
4540
4540
|
title: "Zoom to feature",
|
|
4541
4541
|
onClick: p[7] || (p[7] = (V) => Pt()),
|
|
4542
4542
|
disabled: f.value
|
|
4543
|
-
}, p[14] || (p[14] = [
|
|
4543
|
+
}, [...p[14] || (p[14] = [
|
|
4544
4544
|
n("svg", {
|
|
4545
4545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4546
4546
|
viewBox: "0 0 24 24",
|
|
@@ -4556,7 +4556,7 @@ const ui = {
|
|
|
4556
4556
|
n("path", { d: "M10 7l0 6" }),
|
|
4557
4557
|
n("path", { d: "M21 21l-6 -6" })
|
|
4558
4558
|
], -1)
|
|
4559
|
-
]), 8, Ui),
|
|
4559
|
+
])], 8, Ui),
|
|
4560
4560
|
n("button", {
|
|
4561
4561
|
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",
|
|
4562
4562
|
title: "Delete feature",
|
|
@@ -4571,7 +4571,7 @@ const ui = {
|
|
|
4571
4571
|
], 2)
|
|
4572
4572
|
], 8, ["disabled"]));
|
|
4573
4573
|
}
|
|
4574
|
-
}), Hi = /* @__PURE__ */ ae(Ri, [["__scopeId", "data-v-
|
|
4574
|
+
}), Hi = /* @__PURE__ */ ae(Ri, [["__scopeId", "data-v-322adabb"]]), qi = ["data-focus"], Gi = { class: "flex items-center" }, Wi = { class: "overflow-hidden text-ellipsis whitespace-nowrap rounded-sm text-[#333] text-[85%] px-0.5 py-[3px] pl-1.5 box-border" }, Ki = ["onClick", "aria-label"], Yi = {
|
|
4575
4575
|
key: 0,
|
|
4576
4576
|
class: "absolute text-gray-500 truncate pl-2"
|
|
4577
4577
|
}, Zi = { class: "flex-1 min-w-[2px]" }, Ji = ["placeholder"], Xi = { class: "flex items-center shrink-0" }, Qi = ["disabled"], eu = /* @__PURE__ */ Q({
|
|
@@ -4655,7 +4655,7 @@ const ui = {
|
|
|
4655
4655
|
class: "flex items-center rounded-sm px-1 box-border hover:bg-[#ffbdad] hover:text-[#de350b]",
|
|
4656
4656
|
onClick: ke((ee) => x(Z), ["stop"]),
|
|
4657
4657
|
"aria-label": `Remove ${Y}`
|
|
4658
|
-
}, F[2] || (F[2] = [
|
|
4658
|
+
}, [...F[2] || (F[2] = [
|
|
4659
4659
|
n("svg", {
|
|
4660
4660
|
height: "14",
|
|
4661
4661
|
width: "14",
|
|
@@ -4666,7 +4666,7 @@ const ui = {
|
|
|
4666
4666
|
}, [
|
|
4667
4667
|
n("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" })
|
|
4668
4668
|
], -1)
|
|
4669
|
-
]), 8, Ki)
|
|
4669
|
+
])], 8, Ki)
|
|
4670
4670
|
]))), 128)),
|
|
4671
4671
|
$.value ? (i(), c("div", Yi, W(g.value), 1)) : P("", !0),
|
|
4672
4672
|
n("div", Zi, [
|
|
@@ -4700,7 +4700,7 @@ const ui = {
|
|
|
4700
4700
|
"aria-label": "Clear all tags",
|
|
4701
4701
|
disabled: w.value,
|
|
4702
4702
|
onClick: ke(d, ["stop"])
|
|
4703
|
-
}, F[3] || (F[3] = [
|
|
4703
|
+
}, [...F[3] || (F[3] = [
|
|
4704
4704
|
n("svg", {
|
|
4705
4705
|
height: "20",
|
|
4706
4706
|
width: "20",
|
|
@@ -4709,7 +4709,7 @@ const ui = {
|
|
|
4709
4709
|
}, [
|
|
4710
4710
|
n("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" })
|
|
4711
4711
|
], -1)
|
|
4712
|
-
]), 8, Qi)) : P("", !0)
|
|
4712
|
+
])], 8, Qi)) : P("", !0)
|
|
4713
4713
|
])
|
|
4714
4714
|
], 10, qi)
|
|
4715
4715
|
], 2)
|
|
@@ -4790,7 +4790,7 @@ const ui = {
|
|
|
4790
4790
|
}, " Gen ")
|
|
4791
4791
|
]));
|
|
4792
4792
|
}
|
|
4793
|
-
}), au = /* @__PURE__ */ ae(nu, [["__scopeId", "data-v-
|
|
4793
|
+
}), au = /* @__PURE__ */ ae(nu, [["__scopeId", "data-v-cb7b2b74"]]), ou = { class: "relative flex gap-1 bg-white w-full" }, ru = ["disabled", "placeholder"], su = ["disabled"], iu = { key: 0 }, uu = { key: 1 }, du = /* @__PURE__ */ Q({
|
|
4794
4794
|
__name: "vs-input-codegen",
|
|
4795
4795
|
props: /* @__PURE__ */ ge({
|
|
4796
4796
|
table: {},
|
|
@@ -4857,7 +4857,7 @@ const ui = {
|
|
|
4857
4857
|
], 8, su)
|
|
4858
4858
|
]));
|
|
4859
4859
|
}
|
|
4860
|
-
}), cu = /* @__PURE__ */ ae(du, [["__scopeId", "data-v-
|
|
4860
|
+
}), cu = /* @__PURE__ */ ae(du, [["__scopeId", "data-v-8f88fb66"]]), pu = { class: "w-full" }, fu = {
|
|
4861
4861
|
ref: "sortableContainer",
|
|
4862
4862
|
class: "flex flex-col gap-1"
|
|
4863
4863
|
}, mu = ["onDragstart", "onDrop"], vu = { class: "w-1/3" }, hu = { class: "w-2/3" }, gu = ["onClick"], yu = {
|
|
@@ -4924,7 +4924,7 @@ const ui = {
|
|
|
4924
4924
|
}, ["prevent"])),
|
|
4925
4925
|
onDrop: (h) => C(_)
|
|
4926
4926
|
}, [
|
|
4927
|
-
x[1] || (x[1] = Ie('<button class="cursor-move" data-v-
|
|
4927
|
+
x[1] || (x[1] = Ie('<button class="cursor-move" data-v-c1219c25><svg fill="#000000" width="20" height="20" viewBox="0 0 36 36" data-v-c1219c25><circle cx="15" cy="12" r="1.5" data-v-c1219c25></circle><circle cx="15" cy="24" r="1.5" data-v-c1219c25></circle><circle cx="21" cy="12" r="1.5" data-v-c1219c25></circle><circle cx="21" cy="24" r="1.5" data-v-c1219c25></circle><circle cx="21" cy="18" r="1.5" data-v-c1219c25></circle><circle cx="15" cy="18" r="1.5" data-v-c1219c25></circle></svg></button>', 1)),
|
|
4928
4928
|
n("div", vu, [
|
|
4929
4929
|
K(ht, {
|
|
4930
4930
|
modelValue: d.key,
|
|
@@ -4967,7 +4967,7 @@ const ui = {
|
|
|
4967
4967
|
])
|
|
4968
4968
|
]));
|
|
4969
4969
|
}
|
|
4970
|
-
}), ku = /* @__PURE__ */ ae(xu, [["__scopeId", "data-v-
|
|
4970
|
+
}), ku = /* @__PURE__ */ ae(xu, [["__scopeId", "data-v-c1219c25"]]), _u = { class: "w-full" }, $u = {
|
|
4971
4971
|
ref: "sortableContainer",
|
|
4972
4972
|
class: "flex flex-col gap-1"
|
|
4973
4973
|
}, Vu = ["onDragstart", "onDrop"], Cu = ["disabled"], Lu = { class: "flex-1" }, Mu = ["onClick", "disabled"], Du = {
|
|
@@ -5043,9 +5043,9 @@ const ui = {
|
|
|
5043
5043
|
class: "cursor-move",
|
|
5044
5044
|
type: "button",
|
|
5045
5045
|
disabled: r.value
|
|
5046
|
-
}, x[1] || (x[1] = [
|
|
5047
|
-
Ie('<svg fill="#000000" width="20" height="20" viewBox="0 0 36 36" data-v-
|
|
5048
|
-
]), 8, Cu),
|
|
5046
|
+
}, [...x[1] || (x[1] = [
|
|
5047
|
+
Ie('<svg fill="#000000" width="20" height="20" viewBox="0 0 36 36" data-v-77ce3498><circle cx="15" cy="12" r="1.5" data-v-77ce3498></circle><circle cx="15" cy="24" r="1.5" data-v-77ce3498></circle><circle cx="21" cy="12" r="1.5" data-v-77ce3498></circle><circle cx="21" cy="24" r="1.5" data-v-77ce3498></circle><circle cx="21" cy="18" r="1.5" data-v-77ce3498></circle><circle cx="15" cy="18" r="1.5" data-v-77ce3498></circle></svg>', 1)
|
|
5048
|
+
])], 8, Cu),
|
|
5049
5049
|
n("div", Lu, [
|
|
5050
5050
|
b.inputType === "text" ? (i(), ce(ht, {
|
|
5051
5051
|
key: 0,
|
|
@@ -5107,7 +5107,7 @@ const ui = {
|
|
|
5107
5107
|
])
|
|
5108
5108
|
]));
|
|
5109
5109
|
}
|
|
5110
|
-
}), Tu = /* @__PURE__ */ ae(Au, [["__scopeId", "data-v-
|
|
5110
|
+
}), Tu = /* @__PURE__ */ ae(Au, [["__scopeId", "data-v-77ce3498"]]), Eu = { class: "flex items-center gap-2 w-full" }, Iu = ["disabled"], ju = ["disabled"], Fu = /* @__PURE__ */ Q({
|
|
5111
5111
|
__name: "vs-input-color",
|
|
5112
5112
|
props: {
|
|
5113
5113
|
style: { default: () => ({}) },
|
|
@@ -5451,7 +5451,7 @@ const ui = {
|
|
|
5451
5451
|
class: "absolute right-2 top-1/2 -translate-y-1/2 text-gray-500 hover:text-blue-600",
|
|
5452
5452
|
onClick: y,
|
|
5453
5453
|
title: "Show search results"
|
|
5454
|
-
}, d[2] || (d[2] = [
|
|
5454
|
+
}, [...d[2] || (d[2] = [
|
|
5455
5455
|
n("svg", {
|
|
5456
5456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5457
5457
|
width: "18",
|
|
@@ -5471,7 +5471,7 @@ const ui = {
|
|
|
5471
5471
|
n("path", { d: "M12 16v-4" }),
|
|
5472
5472
|
n("path", { d: "M12 8h.01" })
|
|
5473
5473
|
], -1)
|
|
5474
|
-
]))) : P("", !0)
|
|
5474
|
+
])])) : P("", !0)
|
|
5475
5475
|
]),
|
|
5476
5476
|
n("button", {
|
|
5477
5477
|
type: "button",
|
|
@@ -5479,7 +5479,7 @@ const ui = {
|
|
|
5479
5479
|
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]",
|
|
5480
5480
|
disabled: u.value || !s.value?.trim()
|
|
5481
5481
|
}, [
|
|
5482
|
-
u.value ? (i(), c("svg", Ju, d[4] || (d[4] = [
|
|
5482
|
+
u.value ? (i(), c("svg", Ju, [...d[4] || (d[4] = [
|
|
5483
5483
|
n("circle", {
|
|
5484
5484
|
class: "opacity-25",
|
|
5485
5485
|
cx: "12",
|
|
@@ -5493,7 +5493,7 @@ const ui = {
|
|
|
5493
5493
|
fill: "currentColor",
|
|
5494
5494
|
d: "M4 12a8 8 0 018-8v4a4 4 0 00-4 4H4z"
|
|
5495
5495
|
}, null, -1)
|
|
5496
|
-
]))) : (i(), c("svg", Zu, d[3] || (d[3] = [
|
|
5496
|
+
])])) : (i(), c("svg", Zu, [...d[3] || (d[3] = [
|
|
5497
5497
|
n("circle", {
|
|
5498
5498
|
cx: "11",
|
|
5499
5499
|
cy: "11",
|
|
@@ -5505,7 +5505,7 @@ const ui = {
|
|
|
5505
5505
|
x2: "16.65",
|
|
5506
5506
|
y2: "16.65"
|
|
5507
5507
|
}, null, -1)
|
|
5508
|
-
])))
|
|
5508
|
+
])]))
|
|
5509
5509
|
], 8, Yu),
|
|
5510
5510
|
(i(), ce(st, { to: "body" }, [
|
|
5511
5511
|
m.value ? (i(), c("div", Xu, [
|
|
@@ -5516,7 +5516,7 @@ const ui = {
|
|
|
5516
5516
|
class: "text-gray-500 hover:text-blue-600",
|
|
5517
5517
|
onClick: d[1] || (d[1] = (_) => m.value = !1),
|
|
5518
5518
|
title: "Close"
|
|
5519
|
-
}, d[5] || (d[5] = [
|
|
5519
|
+
}, [...d[5] || (d[5] = [
|
|
5520
5520
|
n("svg", {
|
|
5521
5521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5522
5522
|
width: "20",
|
|
@@ -5541,7 +5541,7 @@ const ui = {
|
|
|
5541
5541
|
y2: "18"
|
|
5542
5542
|
})
|
|
5543
5543
|
], -1)
|
|
5544
|
-
]))
|
|
5544
|
+
])])
|
|
5545
5545
|
]),
|
|
5546
5546
|
n("ul", null, [
|
|
5547
5547
|
(i(!0), c(ue, null, he(f.value, (_, h) => (i(), c("li", {
|
|
@@ -5651,7 +5651,7 @@ const ui = {
|
|
|
5651
5651
|
], 8, id)
|
|
5652
5652
|
]));
|
|
5653
5653
|
}
|
|
5654
|
-
}), dd = /* @__PURE__ */ ae(ud, [["__scopeId", "data-v-
|
|
5654
|
+
}), dd = /* @__PURE__ */ ae(ud, [["__scopeId", "data-v-f2f5c43b"]]), cd = {};
|
|
5655
5655
|
function pd(e, t) {
|
|
5656
5656
|
return i(), c("svg", Ze({
|
|
5657
5657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5663,7 +5663,7 @@ function pd(e, t) {
|
|
|
5663
5663
|
"stroke-width": "2",
|
|
5664
5664
|
"stroke-linecap": "round",
|
|
5665
5665
|
"stroke-linejoin": "round"
|
|
5666
|
-
}, e.$attrs), t[0] || (t[0] = [
|
|
5666
|
+
}, e.$attrs), [...t[0] || (t[0] = [
|
|
5667
5667
|
n("rect", {
|
|
5668
5668
|
width: "14",
|
|
5669
5669
|
height: "14",
|
|
@@ -5673,7 +5673,7 @@ function pd(e, t) {
|
|
|
5673
5673
|
ry: "2"
|
|
5674
5674
|
}, null, -1),
|
|
5675
5675
|
n("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)
|
|
5676
|
-
]), 16);
|
|
5676
|
+
])], 16);
|
|
5677
5677
|
}
|
|
5678
5678
|
const fd = /* @__PURE__ */ ae(cd, [["render", pd]]), md = { class: "vs-dataform space-y-4" }, vd = { class: "flex items-center justify-between mb-3" }, hd = { class: "text-sm font-medium text-gray-700" }, gd = { class: "flex items-center gap-2" }, yd = ["title", "onClick", "disabled"], bd = ["title", "onClick", "disabled"], wd = {
|
|
5679
5679
|
key: 0,
|
|
@@ -5797,7 +5797,7 @@ const fd = /* @__PURE__ */ ae(cd, [["render", pd]]), md = { class: "vs-dataform
|
|
|
5797
5797
|
], 8, xd)
|
|
5798
5798
|
]));
|
|
5799
5799
|
}
|
|
5800
|
-
}), _d = /* @__PURE__ */ ae(kd, [["__scopeId", "data-v-
|
|
5800
|
+
}), _d = /* @__PURE__ */ ae(kd, [["__scopeId", "data-v-9e39b4f5"]]), $d = {
|
|
5801
5801
|
VsInputText: ht,
|
|
5802
5802
|
VsInputRadio: ll,
|
|
5803
5803
|
"vs-input-text": ht,
|
|
@@ -6124,7 +6124,7 @@ const fd = /* @__PURE__ */ ae(cd, [["render", pd]]), md = { class: "vs-dataform
|
|
|
6124
6124
|
])
|
|
6125
6125
|
], 6)) : P("", !0);
|
|
6126
6126
|
}
|
|
6127
|
-
}), Ad = /* @__PURE__ */ ae(Bd, [["__scopeId", "data-v-
|
|
6127
|
+
}), Ad = /* @__PURE__ */ ae(Bd, [["__scopeId", "data-v-b3e16a91"]]), tt = {
|
|
6128
6128
|
required: "Це поле є обов’язковим",
|
|
6129
6129
|
email: "Неправильний email",
|
|
6130
6130
|
tel: "Неправильний телефон",
|
|
@@ -6449,7 +6449,7 @@ const Rd = { class: "flex w-full h-full min-h-0 gap-6" }, Hd = {
|
|
|
6449
6449
|
onClick: g,
|
|
6450
6450
|
type: "button",
|
|
6451
6451
|
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"
|
|
6452
|
-
}, C[2] || (C[2] = [
|
|
6452
|
+
}, [...C[2] || (C[2] = [
|
|
6453
6453
|
n("span", { class: "sr-only" }, "Close", -1),
|
|
6454
6454
|
n("svg", {
|
|
6455
6455
|
class: "flex-shrink-0 w-4 h-4",
|
|
@@ -6466,7 +6466,7 @@ const Rd = { class: "flex w-full h-full min-h-0 gap-6" }, Hd = {
|
|
|
6466
6466
|
n("path", { d: "M18 6 6 18" }),
|
|
6467
6467
|
n("path", { d: "m6 6 12 12" })
|
|
6468
6468
|
], -1)
|
|
6469
|
-
]))
|
|
6469
|
+
])])
|
|
6470
6470
|
]),
|
|
6471
6471
|
n("div", Zd, [
|
|
6472
6472
|
o.value ? (i(), ce(nt, {
|
|
@@ -6808,7 +6808,7 @@ function Cc(e, t, l, a, o, r) {
|
|
|
6808
6808
|
])
|
|
6809
6809
|
], 38);
|
|
6810
6810
|
}
|
|
6811
|
-
const Ot = /* @__PURE__ */ ae(yc, [["render", Cc], ["__scopeId", "data-v-
|
|
6811
|
+
const Ot = /* @__PURE__ */ ae(yc, [["render", Cc], ["__scopeId", "data-v-bce70985"]]), Lc = Q({
|
|
6812
6812
|
components: {
|
|
6813
6813
|
PickerPopup: Ot
|
|
6814
6814
|
},
|
|
@@ -7255,7 +7255,7 @@ function Uc(e, t, l, a, o, r) {
|
|
|
7255
7255
|
_: 1
|
|
7256
7256
|
});
|
|
7257
7257
|
}
|
|
7258
|
-
const Nc = /* @__PURE__ */ ae(jc, [["render", Uc], ["__scopeId", "data-v-
|
|
7258
|
+
const Nc = /* @__PURE__ */ ae(jc, [["render", Uc], ["__scopeId", "data-v-bcfd11bc"]]), Tt = ["time", "day", "month", "year"], Rc = (e, t, l = void 0) => {
|
|
7259
7259
|
let a = l || /* @__PURE__ */ new Date();
|
|
7260
7260
|
const o = pc([e, a]);
|
|
7261
7261
|
o && (a = o);
|
|
@@ -7824,7 +7824,7 @@ const Yc = /* @__PURE__ */ ae(Hc, [["render", Kc]]), Zc = /* @__PURE__ */ Q({
|
|
|
7824
7824
|
}, null, 8, ["modelValue", "placeholder", "disabled", "clearable", "typeable", "week-day-names", "week-starts-on", "starting-view", "minimum-view", "input-format", "name", "class"])
|
|
7825
7825
|
], 6));
|
|
7826
7826
|
}
|
|
7827
|
-
}), Qc = /* @__PURE__ */ ae(Zc, [["__scopeId", "data-v-
|
|
7827
|
+
}), Qc = /* @__PURE__ */ ae(Zc, [["__scopeId", "data-v-97661afe"]]), ml = (e = { mode: "edit", schema: null }) => new Promise((t) => {
|
|
7828
7828
|
const { close: l } = Ol({
|
|
7829
7829
|
title: e.mode === "add" ? "Додати" : "Редагувати",
|
|
7830
7830
|
template: "",
|