@opengis/gis 0.1.71 → 0.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +46 -52
- package/dist/index.umd.cjs +2 -2
- package/module/test/layer/ts.linking_passport.yml +56 -0
- package/module/test/layer/ts.temp_structure.yml +51 -0
- package/module/test/map/ts.json +157 -0
- package/package.json +53 -52
- package/server/plugins/vite.js +2 -2
- package/server/routes/map/controllers/layerList.js +38 -0
- package/server/routes/map/controllers/mapCatalog.js +12 -2
- package/server/routes/map/index.mjs +7 -2
- package/server/routes/map/vtile1.js +24 -14
package/dist/index.js
CHANGED
|
@@ -558,7 +558,7 @@ const qt = {}, Gt = {
|
|
|
558
558
|
xmlns: "http://www.w3.org/2000/svg"
|
|
559
559
|
};
|
|
560
560
|
function Jt(e, t) {
|
|
561
|
-
return c(), p("svg", Gt, t[0] || (t[0] = [
|
|
561
|
+
return c(), p("svg", Gt, [...t[0] || (t[0] = [
|
|
562
562
|
r("path", {
|
|
563
563
|
d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z",
|
|
564
564
|
stroke: "black",
|
|
@@ -571,7 +571,7 @@ function Jt(e, t) {
|
|
|
571
571
|
"stroke-linecap": "round",
|
|
572
572
|
"stroke-linejoin": "round"
|
|
573
573
|
}, null, -1)
|
|
574
|
-
]));
|
|
574
|
+
])]);
|
|
575
575
|
}
|
|
576
576
|
const ot = /* @__PURE__ */ H(qt, [["render", Jt]]), Qt = { class: "w-full flex flex-col bg-white border border-stone-200 shadow-2xs rounded-xl z-10 relative" }, Yt = { class: "flex flex-col justify-between h-full pb-5 px-5" }, Kt = {
|
|
577
577
|
key: 0,
|
|
@@ -950,7 +950,7 @@ const ho = { class: "legend-widget flex flex-col bg-white border border-stone-20
|
|
|
950
950
|
trigger: "hover",
|
|
951
951
|
placement: "right"
|
|
952
952
|
}, {
|
|
953
|
-
reference: Z(() => d[0] || (d[0] = [
|
|
953
|
+
reference: Z(() => [...d[0] || (d[0] = [
|
|
954
954
|
r("div", { class: "flex items-center justify-center h-8 w-8 transition-colors rounded-full hover:bg-gray-100 cursor-pointer" }, [
|
|
955
955
|
r("svg", {
|
|
956
956
|
width: "16",
|
|
@@ -979,12 +979,11 @@ const ho = { class: "legend-widget flex flex-col bg-white border border-stone-20
|
|
|
979
979
|
})
|
|
980
980
|
])
|
|
981
981
|
], -1)
|
|
982
|
-
])),
|
|
982
|
+
])]),
|
|
983
983
|
default: Z(() => [
|
|
984
|
-
d[1] || (d[1] = ae(" Перейти на карту "))
|
|
984
|
+
d[1] || (d[1] = ae(" Перейти на карту ", -1))
|
|
985
985
|
]),
|
|
986
|
-
_: 1
|
|
987
|
-
__: [1]
|
|
986
|
+
_: 1
|
|
988
987
|
})
|
|
989
988
|
]),
|
|
990
989
|
default: Z(() => [
|
|
@@ -1103,7 +1102,7 @@ const ho = { class: "legend-widget flex flex-col bg-white border border-stone-20
|
|
|
1103
1102
|
type: "button",
|
|
1104
1103
|
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 ml-2",
|
|
1105
1104
|
onClick: k[0] || (k[0] = (le) => s("close"))
|
|
1106
|
-
}, k[1] || (k[1] = [
|
|
1105
|
+
}, [...k[1] || (k[1] = [
|
|
1107
1106
|
r("svg", {
|
|
1108
1107
|
class: "shrink-0 size-4 cursor-pointer",
|
|
1109
1108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1119,7 +1118,7 @@ const ho = { class: "legend-widget flex flex-col bg-white border border-stone-20
|
|
|
1119
1118
|
r("path", { d: "M18 6 6 18" }),
|
|
1120
1119
|
r("path", { d: "m6 6 12 12" })
|
|
1121
1120
|
], -1)
|
|
1122
|
-
]))
|
|
1121
|
+
])])
|
|
1123
1122
|
])) : F("", !0),
|
|
1124
1123
|
a.value > 1 ? (c(), p("div", Lo, [
|
|
1125
1124
|
r("button", {
|
|
@@ -1296,10 +1295,10 @@ const ho = { class: "legend-widget flex flex-col bg-white border border-stone-20
|
|
|
1296
1295
|
"stroke-linejoin": "round"
|
|
1297
1296
|
};
|
|
1298
1297
|
function rr(e, t) {
|
|
1299
|
-
return c(), p("svg", or, t[0] || (t[0] = [
|
|
1298
|
+
return c(), p("svg", or, [...t[0] || (t[0] = [
|
|
1300
1299
|
r("path", { d: "M18 6 6 18" }, null, -1),
|
|
1301
1300
|
r("path", { d: "m6 6 12 12" }, null, -1)
|
|
1302
|
-
]));
|
|
1301
|
+
])]);
|
|
1303
1302
|
}
|
|
1304
1303
|
const st = /* @__PURE__ */ H(tr, [["render", rr]]), sr = { class: "hover:bg-gray-100 rounded-lg flex items-center ml-[20px] py-[8px] px-[8px]" }, nr = ["for"], ir = { class: "custom-checkbox-wrapper" }, ar = ["id", "checked"], lr = { class: "custom-checkbox" }, cr = {
|
|
1305
1304
|
key: 0,
|
|
@@ -1350,14 +1349,14 @@ const st = /* @__PURE__ */ H(tr, [["render", rr]]), sr = { class: "hover:bg-gray
|
|
|
1350
1349
|
class: "custom-checkbox-input"
|
|
1351
1350
|
}, null, 40, ar),
|
|
1352
1351
|
r("div", lr, [
|
|
1353
|
-
n.value ? (c(), p("svg", cr, g[1] || (g[1] = [
|
|
1352
|
+
n.value ? (c(), p("svg", cr, [...g[1] || (g[1] = [
|
|
1354
1353
|
r("path", {
|
|
1355
1354
|
d: "M10.6663 1L4.24967 7.41667L1.33301 4.5",
|
|
1356
1355
|
stroke: "#fff",
|
|
1357
1356
|
"stroke-linecap": "round",
|
|
1358
1357
|
"stroke-linejoin": "round"
|
|
1359
1358
|
}, null, -1)
|
|
1360
|
-
]))) : F("", !0)
|
|
1359
|
+
])])) : F("", !0)
|
|
1361
1360
|
])
|
|
1362
1361
|
]),
|
|
1363
1362
|
r("div", dr, [
|
|
@@ -1384,7 +1383,7 @@ const st = /* @__PURE__ */ H(tr, [["render", rr]]), sr = { class: "hover:bg-gray
|
|
|
1384
1383
|
class: "lucide lucide-zoom-in"
|
|
1385
1384
|
};
|
|
1386
1385
|
function mr(e, t) {
|
|
1387
|
-
return c(), p("svg", vr, t[0] || (t[0] = [
|
|
1386
|
+
return c(), p("svg", vr, [...t[0] || (t[0] = [
|
|
1388
1387
|
r("circle", {
|
|
1389
1388
|
cx: "11",
|
|
1390
1389
|
cy: "11",
|
|
@@ -1408,7 +1407,7 @@ function mr(e, t) {
|
|
|
1408
1407
|
y1: "11",
|
|
1409
1408
|
y2: "11"
|
|
1410
1409
|
}, null, -1)
|
|
1411
|
-
]));
|
|
1410
|
+
])]);
|
|
1412
1411
|
}
|
|
1413
1412
|
const yr = /* @__PURE__ */ H(gr, [["render", mr]]), br = {}, wr = {
|
|
1414
1413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1423,7 +1422,7 @@ const yr = /* @__PURE__ */ H(gr, [["render", mr]]), br = {}, wr = {
|
|
|
1423
1422
|
class: "lucide lucide-info"
|
|
1424
1423
|
};
|
|
1425
1424
|
function xr(e, t) {
|
|
1426
|
-
return c(), p("svg", wr, t[0] || (t[0] = [
|
|
1425
|
+
return c(), p("svg", wr, [...t[0] || (t[0] = [
|
|
1427
1426
|
r("circle", {
|
|
1428
1427
|
cx: "12",
|
|
1429
1428
|
cy: "12",
|
|
@@ -1431,7 +1430,7 @@ function xr(e, t) {
|
|
|
1431
1430
|
}, null, -1),
|
|
1432
1431
|
r("path", { d: "M12 16v-4" }, null, -1),
|
|
1433
1432
|
r("path", { d: "M12 8h.01" }, null, -1)
|
|
1434
|
-
]));
|
|
1433
|
+
])]);
|
|
1435
1434
|
}
|
|
1436
1435
|
const _r = /* @__PURE__ */ H(br, [["render", xr]]), kr = {}, Lr = {
|
|
1437
1436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1446,7 +1445,7 @@ const _r = /* @__PURE__ */ H(br, [["render", xr]]), kr = {}, Lr = {
|
|
|
1446
1445
|
class: "lucide lucide-table"
|
|
1447
1446
|
};
|
|
1448
1447
|
function Cr(e, t) {
|
|
1449
|
-
return c(), p("svg", Lr, t[0] || (t[0] = [
|
|
1448
|
+
return c(), p("svg", Lr, [...t[0] || (t[0] = [
|
|
1450
1449
|
r("path", { d: "M12 3v18" }, null, -1),
|
|
1451
1450
|
r("rect", {
|
|
1452
1451
|
width: "18",
|
|
@@ -1457,7 +1456,7 @@ function Cr(e, t) {
|
|
|
1457
1456
|
}, null, -1),
|
|
1458
1457
|
r("path", { d: "M3 9h18" }, null, -1),
|
|
1459
1458
|
r("path", { d: "M3 15h18" }, null, -1)
|
|
1460
|
-
]));
|
|
1459
|
+
])]);
|
|
1461
1460
|
}
|
|
1462
1461
|
const $r = /* @__PURE__ */ H(kr, [["render", Cr]]), Ir = {}, Vr = {
|
|
1463
1462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1472,9 +1471,9 @@ const $r = /* @__PURE__ */ H(kr, [["render", Cr]]), Ir = {}, Vr = {
|
|
|
1472
1471
|
class: "lucide lucide-trash2"
|
|
1473
1472
|
};
|
|
1474
1473
|
function Sr(e, t) {
|
|
1475
|
-
return c(), p("svg", Vr, t[0] || (t[0] = [
|
|
1474
|
+
return c(), p("svg", Vr, [...t[0] || (t[0] = [
|
|
1476
1475
|
Be('<path d="M3 6h18"></path><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"></path><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"></path><line x1="10" x2="10" y1="11" y2="17"></line><line x1="14" x2="14" y1="11" y2="17"></line>', 5)
|
|
1477
|
-
]));
|
|
1476
|
+
])]);
|
|
1478
1477
|
}
|
|
1479
1478
|
const Fr = /* @__PURE__ */ H(Ir, [["render", Sr]]), jr = {}, Pr = {
|
|
1480
1479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1489,7 +1488,7 @@ const Fr = /* @__PURE__ */ H(Ir, [["render", Sr]]), jr = {}, Pr = {
|
|
|
1489
1488
|
class: "lucide lucide-more-vertical text-gray-600"
|
|
1490
1489
|
};
|
|
1491
1490
|
function Er(e, t) {
|
|
1492
|
-
return c(), p("svg", Pr, t[0] || (t[0] = [
|
|
1491
|
+
return c(), p("svg", Pr, [...t[0] || (t[0] = [
|
|
1493
1492
|
r("circle", {
|
|
1494
1493
|
cx: "12",
|
|
1495
1494
|
cy: "12",
|
|
@@ -1505,7 +1504,7 @@ function Er(e, t) {
|
|
|
1505
1504
|
cy: "19",
|
|
1506
1505
|
r: "1"
|
|
1507
1506
|
}, null, -1)
|
|
1508
|
-
]));
|
|
1507
|
+
])]);
|
|
1509
1508
|
}
|
|
1510
1509
|
const Mr = /* @__PURE__ */ H(jr, [["render", Er]]), Tr = {}, zr = {
|
|
1511
1510
|
width: "6",
|
|
@@ -1515,14 +1514,14 @@ const Mr = /* @__PURE__ */ H(jr, [["render", Er]]), Tr = {}, zr = {
|
|
|
1515
1514
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1516
1515
|
};
|
|
1517
1516
|
function Ar(e, t) {
|
|
1518
|
-
return c(), p("svg", zr, t[0] || (t[0] = [
|
|
1517
|
+
return c(), p("svg", zr, [...t[0] || (t[0] = [
|
|
1519
1518
|
r("path", {
|
|
1520
1519
|
d: "M1 9L5 5L1 1",
|
|
1521
1520
|
stroke: "currentColor",
|
|
1522
1521
|
"stroke-linecap": "round",
|
|
1523
1522
|
"stroke-linejoin": "round"
|
|
1524
1523
|
}, null, -1)
|
|
1525
|
-
]));
|
|
1524
|
+
])]);
|
|
1526
1525
|
}
|
|
1527
1526
|
const Br = /* @__PURE__ */ H(Tr, [["render", Ar]]), Or = {}, Dr = {
|
|
1528
1527
|
width: "18",
|
|
@@ -1532,9 +1531,9 @@ const Br = /* @__PURE__ */ H(Tr, [["render", Ar]]), Or = {}, Dr = {
|
|
|
1532
1531
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1533
1532
|
};
|
|
1534
1533
|
function Ur(e, t) {
|
|
1535
|
-
return c(), p("svg", Dr, t[0] || (t[0] = [
|
|
1534
|
+
return c(), p("svg", Dr, [...t[0] || (t[0] = [
|
|
1536
1535
|
Be('<g clip-path="url(#clip0_231_103)"><path d="M12 20L9 21V12.5L4.52 7.572C4.18545 7.20393 4.00005 6.7244 4 6.227V4H20V6.172C19.9999 6.70239 19.7891 7.21101 19.414 7.586L15 12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.121 20.1209C21.5406 19.7014 21.8265 19.1668 21.9423 18.5849C22.0581 18.0029 21.9988 17.3997 21.7717 16.8514C21.5447 16.3032 21.1602 15.8346 20.6668 15.5049C20.1734 15.1752 19.5934 14.9993 19 14.9993C18.4066 14.9993 17.8266 15.1752 17.3332 15.5049C16.8398 15.8346 16.4553 16.3032 16.2283 16.8514C16.0012 17.3997 15.9419 18.0029 16.0577 18.5849C16.1735 19.1668 16.4594 19.7014 16.879 20.1209C17.297 20.5399 18.004 21.1659 19 21.9999C20.051 21.1099 20.759 20.4839 21.121 20.1209Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19 18V18.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_231_103"><rect width="24" height="24" fill="white"></rect></clipPath></defs>', 2)
|
|
1537
|
-
]));
|
|
1536
|
+
])]);
|
|
1538
1537
|
}
|
|
1539
1538
|
const Rr = /* @__PURE__ */ H(Or, [["render", Ur]]);
|
|
1540
1539
|
function Hr() {
|
|
@@ -1859,9 +1858,9 @@ function Ss(e, t, o, s, n, i) {
|
|
|
1859
1858
|
class: "p-1 rounded-full hover:bg-gray-200 transition-colors",
|
|
1860
1859
|
"aria-label": "Reset layers",
|
|
1861
1860
|
onClick: t[0] || (t[0] = (...f) => i.clearSelectedLayers && i.clearSelectedLayers(...f))
|
|
1862
|
-
}, t[8] || (t[8] = [
|
|
1861
|
+
}, [...t[8] || (t[8] = [
|
|
1863
1862
|
Be('<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw text-gray-600" data-v-e9e7021a><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" data-v-e9e7021a></path><path d="M21 3v5h-5" data-v-e9e7021a></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" data-v-e9e7021a></path><path d="M8 16H3v5" data-v-e9e7021a></path></svg>', 1)
|
|
1864
|
-
]))
|
|
1863
|
+
])])
|
|
1865
1864
|
]),
|
|
1866
1865
|
r("div", Kr, [
|
|
1867
1866
|
r("button", {
|
|
@@ -1884,7 +1883,7 @@ function Ss(e, t, o, s, n, i) {
|
|
|
1884
1883
|
r("button", {
|
|
1885
1884
|
class: "flex items-center gap-2 text-blue-600 hover:text-blue-700 transition-colors px-3 py-2 rounded-md bg-blue-50 hover:bg-blue-100 w-full justify-center",
|
|
1886
1885
|
onClick: t[3] || (t[3] = (f) => n.activeView = "catalog")
|
|
1887
|
-
}, t[9] || (t[9] = [
|
|
1886
|
+
}, [...t[9] || (t[9] = [
|
|
1888
1887
|
r("svg", {
|
|
1889
1888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1890
1889
|
width: "16",
|
|
@@ -1901,7 +1900,7 @@ function Ss(e, t, o, s, n, i) {
|
|
|
1901
1900
|
r("path", { d: "M12 5v14" })
|
|
1902
1901
|
], -1),
|
|
1903
1902
|
r("span", null, "Вибрати шар", -1)
|
|
1904
|
-
]))
|
|
1903
|
+
])])
|
|
1905
1904
|
]),
|
|
1906
1905
|
n.mounted ? (c(), p("div", ts, [
|
|
1907
1906
|
(c(!0), p(B, null, W(n.selectedLayers, (f, L) => {
|
|
@@ -2000,17 +1999,17 @@ function Ss(e, t, o, s, n, i) {
|
|
|
2000
1999
|
}, null, 8, ["scheme", "onFilterChange"]), [
|
|
2001
2000
|
[Pe, (j = f.filters) == null ? void 0 : j.length]
|
|
2002
2001
|
]),
|
|
2003
|
-
ne(r("div", null, t[12] || (t[12] = [
|
|
2002
|
+
ne(r("div", null, [...t[12] || (t[12] = [
|
|
2004
2003
|
r("div", { class: "px-2 text-[14px] text-[#4b5563]" }, " Фільтри для шару відсутні ", -1)
|
|
2005
|
-
]), 512), [
|
|
2004
|
+
])], 512), [
|
|
2006
2005
|
[Pe, !((T = f.filters) != null && T.length)]
|
|
2007
2006
|
])
|
|
2008
2007
|
])) : F("", !0)
|
|
2009
2008
|
], 42, os);
|
|
2010
2009
|
}), 128)),
|
|
2011
|
-
n.selectedLayers.length === 0 ? (c(), p("div", ws, t[13] || (t[13] = [
|
|
2010
|
+
n.selectedLayers.length === 0 ? (c(), p("div", ws, [...t[13] || (t[13] = [
|
|
2012
2011
|
r("p", null, 'Щоб додати шар, натисніть на кнопку "Вибрати шар".', -1)
|
|
2013
|
-
]))) : F("", !0)
|
|
2012
|
+
])])) : F("", !0)
|
|
2014
2013
|
])) : F("", !0)
|
|
2015
2014
|
])) : (c(), p(B, { key: 1 }, [
|
|
2016
2015
|
r("div", xs, [
|
|
@@ -2271,10 +2270,9 @@ const Fs = /* @__PURE__ */ H(Wr, [["render", Ss], ["__scopeId", "data-v-e9e7021a
|
|
|
2271
2270
|
])
|
|
2272
2271
|
]),
|
|
2273
2272
|
default: Z(() => [
|
|
2274
|
-
u[1] || (u[1] = ae(" Відкрити бокову панель "))
|
|
2273
|
+
u[1] || (u[1] = ae(" Відкрити бокову панель ", -1))
|
|
2275
2274
|
]),
|
|
2276
|
-
_: 1
|
|
2277
|
-
__: [1]
|
|
2275
|
+
_: 1
|
|
2278
2276
|
})
|
|
2279
2277
|
]),
|
|
2280
2278
|
_: 1
|
|
@@ -2393,9 +2391,9 @@ function Ks(e, t, o, s, n, i) {
|
|
|
2393
2391
|
const Xs = /* @__PURE__ */ H(Us, [["render", Ks]]), en = { class: "map-skeleton-loader" }, tn = {
|
|
2394
2392
|
__name: "vs-skeleton-loader",
|
|
2395
2393
|
setup(e) {
|
|
2396
|
-
return (t, o) => (c(), p("div", en, o[0] || (o[0] = [
|
|
2394
|
+
return (t, o) => (c(), p("div", en, [...o[0] || (o[0] = [
|
|
2397
2395
|
r("div", { class: "dot-pulse" }, null, -1)
|
|
2398
|
-
])));
|
|
2396
|
+
])]));
|
|
2399
2397
|
}
|
|
2400
2398
|
}, on = /* @__PURE__ */ H(tn, [["__scopeId", "data-v-954c1e03"]]), rn = {}, sn = {
|
|
2401
2399
|
width: "24",
|
|
@@ -2405,7 +2403,7 @@ const Xs = /* @__PURE__ */ H(Us, [["render", Ks]]), en = { class: "map-skeleton-
|
|
|
2405
2403
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2406
2404
|
};
|
|
2407
2405
|
function nn(e, t) {
|
|
2408
|
-
return c(), p("svg", sn, t[0] || (t[0] = [
|
|
2406
|
+
return c(), p("svg", sn, [...t[0] || (t[0] = [
|
|
2409
2407
|
r("title", null, "Globe Icon", -1),
|
|
2410
2408
|
r("desc", null, " A circular representation of a globe with horizontal and vertical lines ", -1),
|
|
2411
2409
|
r("path", {
|
|
@@ -2429,7 +2427,7 @@ function nn(e, t) {
|
|
|
2429
2427
|
"stroke-linecap": "round",
|
|
2430
2428
|
"stroke-linejoin": "round"
|
|
2431
2429
|
}, null, -1)
|
|
2432
|
-
]));
|
|
2430
|
+
])]);
|
|
2433
2431
|
}
|
|
2434
2432
|
const an = /* @__PURE__ */ H(rn, [["render", nn]]), ln = {
|
|
2435
2433
|
components: {
|
|
@@ -2465,8 +2463,7 @@ function cn(e, t, o, s, n, i) {
|
|
|
2465
2463
|
default: Z(() => [
|
|
2466
2464
|
t[0] || (t[0] = r("div", null, "Повернутися до початкових налаштувань", -1))
|
|
2467
2465
|
]),
|
|
2468
|
-
_: 1
|
|
2469
|
-
__: [0]
|
|
2466
|
+
_: 1
|
|
2470
2467
|
})
|
|
2471
2468
|
]);
|
|
2472
2469
|
}
|
|
@@ -2478,7 +2475,7 @@ const dn = /* @__PURE__ */ H(ln, [["render", cn]]), un = {}, pn = {
|
|
|
2478
2475
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2479
2476
|
};
|
|
2480
2477
|
function hn(e, t) {
|
|
2481
|
-
return c(), p("svg", pn, t[0] || (t[0] = [
|
|
2478
|
+
return c(), p("svg", pn, [...t[0] || (t[0] = [
|
|
2482
2479
|
r("title", null, "Document with Two Sections Icon", -1),
|
|
2483
2480
|
r("desc", null, "A document icon with a split design indicating two sections", -1),
|
|
2484
2481
|
r("path", {
|
|
@@ -2502,7 +2499,7 @@ function hn(e, t) {
|
|
|
2502
2499
|
"stroke-linecap": "round",
|
|
2503
2500
|
"stroke-linejoin": "round"
|
|
2504
2501
|
}, null, -1)
|
|
2505
|
-
]));
|
|
2502
|
+
])]);
|
|
2506
2503
|
}
|
|
2507
2504
|
const fn = /* @__PURE__ */ H(un, [["render", hn]]), gn = {
|
|
2508
2505
|
components: {
|
|
@@ -2637,8 +2634,7 @@ function vn(e, t, o, s, n, i) {
|
|
|
2637
2634
|
default: Z(() => [
|
|
2638
2635
|
t[0] || (t[0] = r("div", null, "Надрукувати", -1))
|
|
2639
2636
|
]),
|
|
2640
|
-
_: 1
|
|
2641
|
-
__: [0]
|
|
2637
|
+
_: 1
|
|
2642
2638
|
});
|
|
2643
2639
|
}
|
|
2644
2640
|
const mn = /* @__PURE__ */ H(gn, [["render", vn]]), yn = {
|
|
@@ -2696,8 +2692,7 @@ function bn(e, t, o, s, n, i) {
|
|
|
2696
2692
|
default: Z(() => [
|
|
2697
2693
|
t[1] || (t[1] = r("div", null, "Перемикач виду", -1))
|
|
2698
2694
|
]),
|
|
2699
|
-
_: 1
|
|
2700
|
-
__: [1]
|
|
2695
|
+
_: 1
|
|
2701
2696
|
});
|
|
2702
2697
|
}
|
|
2703
2698
|
const wn = /* @__PURE__ */ H(yn, [["render", bn]]), xn = {
|
|
@@ -2900,8 +2895,7 @@ function zn(e, t, o, s, n, i) {
|
|
|
2900
2895
|
default: Z(() => [
|
|
2901
2896
|
t[7] || (t[7] = r("div", null, "Дізнатися геолокацію", -1))
|
|
2902
2897
|
]),
|
|
2903
|
-
_: 1
|
|
2904
|
-
__: [7]
|
|
2898
|
+
_: 1
|
|
2905
2899
|
})
|
|
2906
2900
|
]);
|
|
2907
2901
|
}
|