@opengis/gis 0.1.43 → 0.1.44

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.
@@ -25161,7 +25161,7 @@ const yb = { class: "w-full flex flex-col bg-white border border-stone-200 shado
25161
25161
  const y = u, x = f, A = or(() => {
25162
25162
  var re;
25163
25163
  return ((re = y.config) == null ? void 0 : re.title) || "";
25164
- }), P = or(() => typeof window.app == "object"), v = Br([]), s = Br(!1), D = Br(null), L = Br(0), I = or(() => L.value + 1), O = or(() => {
25164
+ }), P = or(() => document.getElementById("app") === null), v = Br([]), s = Br(!1), D = Br(null), L = Br(0), I = or(() => L.value + 1), O = or(() => {
25165
25165
  var re;
25166
25166
  return ((re = y.info) == null ? void 0 : re.length) || 0;
25167
25167
  }), M = or(() => v.value[L.value]), T = or(() => {
@@ -25272,7 +25272,7 @@ const yb = { class: "w-full flex flex-col bg-white border border-stone-200 shado
25272
25272
  href: `/card/${M.value.cardInterface}/${M.value.id}`,
25273
25273
  target: "_blank",
25274
25274
  class: "w-full !cursor-pointer text-center gap-2 px-3 py-1.5 bg-blue-600 text-white rounded hover:bg-blue-700 transition text-sm font-medium"
25275
- }, " Перейти в реєстр ", 8, n1)
25275
+ }, " Перейти в реєстр " + at(P.value), 9, n1)
25276
25276
  ])) : vt("", !0)
25277
25277
  ])
25278
25278
  ]);
@@ -15,6 +15,10 @@
15
15
  "id": "tags",
16
16
  "text": "Ключові слова"
17
17
  },
18
+ {
19
+ "id": "image",
20
+ "text": "Зображення"
21
+ },
18
22
  {
19
23
  "id": "other",
20
24
  "text": "Інше"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
6
  "main": "dist/import-file.js",