@opengis/gis 0.2.168 → 0.2.169

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.
Files changed (248) hide show
  1. package/dist/{CardIcon-DzERD2T8.js → CardIcon-xkRDr3_E.js} +1 -1
  2. package/dist/{EntityTablePage-DAVJRQLe.js → EntityTablePage-D1IR5Bmq.js} +1 -1
  3. package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-B-6axJUY.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BJKIgAkD.js} +1 -1
  4. package/dist/{HeaderActions.vue_vue_type_script_setup_true_lang-D1iwSeRN.js → HeaderActions.vue_vue_type_script_setup_true_lang-BU8__ouG.js} +1 -1
  5. package/dist/{MapSettings-wVix8wMh.js → MapSettings-DIOlNpt6.js} +1 -1
  6. package/dist/{RastersTablePage-u3oN_h_n.js → RastersTablePage-OD1VqHP8.js} +1 -1
  7. package/dist/{cartocss-BIveBlgY.js → cartocss-BiamDcNB.js} +5 -5
  8. package/dist/{import-utils-DkKPU_Nd.js → import-utils-CvUG1jV0.js} +1 -1
  9. package/dist/{index-C3bl1qBS.js → index-C6W8IkTm.js} +10 -10
  10. package/dist/index.css +1 -1
  11. package/dist/index.js +1 -1
  12. package/dist/index.umd.cjs +1 -1
  13. package/dist/{raster-CfTJZx5p.js → raster-BbIiZGoX.js} +3 -3
  14. package/dist/{register-dV5ipRhb.js → register-Dt2QoLZ3.js} +3 -3
  15. package/dist/{service-DWC5gq3L.js → service-CdUYntMi.js} +8 -7
  16. package/dist/{vs-datatable-Cd2Gp4jo.js → vs-datatable-BELnJrfM.js} +1 -1
  17. package/module/gis/card/gis.metadata.table/index.yml +22 -22
  18. package/module/gis/card/gis.rasters.table/index.yml +11 -11
  19. package/module/gis/card/gis.registers.table/index.yml +23 -23
  20. package/module/gis/card/gis.services.table/index.yml +25 -25
  21. package/module/gis/cls/bool.yes_no.json +12 -12
  22. package/module/gis/cls/encoding.json +14 -14
  23. package/module/gis/cls/geom_type.json +14 -14
  24. package/module/gis/cls/gis.column_type.json +34 -34
  25. package/module/gis/cls/gis.column_view_type.json +26 -26
  26. package/module/gis/cls/gis.filter_type.json +22 -22
  27. package/module/gis/cls/language.json +10 -10
  28. package/module/gis/cls/meta.service_type.json +42 -42
  29. package/module/gis/cls/ogc.service.json +21 -21
  30. package/module/gis/cls/source_type.json +10 -10
  31. package/module/gis/cls/standarts.json +6 -6
  32. package/module/gis/cls/topic_category.json +106 -106
  33. package/module/gis/cls/update_frequency.json +29 -29
  34. package/module/gis/cls/view.json +21 -21
  35. package/module/gis/form/feedback.answer.form.json +10 -10
  36. package/module/gis/form/gis.cartocss.form.json +64 -64
  37. package/module/gis/form/gis.group_list.form.json +17 -17
  38. package/module/gis/form/gis.maps.form.json +61 -61
  39. package/module/gis/form/gis.metadata.form.json +240 -240
  40. package/module/gis/form/gis.metadata_new.form.json +195 -195
  41. package/module/gis/form/gis.ogc_service.form.json +51 -51
  42. package/module/gis/form/gis.rasters.form.json +76 -76
  43. package/module/gis/form/gis.registers.form.json +124 -124
  44. package/module/gis/form/gis.registers_column.form.json +84 -84
  45. package/module/gis/form/gis.registers_filter.form.json +65 -65
  46. package/module/gis/form/gis.services.form.json +111 -111
  47. package/module/gis/form/gis.services_attributes.form.json +75 -75
  48. package/module/gis/form/gis.services_filter.form.json +65 -65
  49. package/module/gis/menu.json +43 -43
  50. package/module/gis/select/admin.cls.name.sql +9 -9
  51. package/module/gis/select/layer_list.sql +7 -7
  52. package/module/gis/select/layer_list_text.sql +7 -7
  53. package/module/gis/select/pg.column_name.geometry.sql +12 -12
  54. package/module/gis/select/pg.columns.parent.sql +6 -6
  55. package/module/gis/select/pg.table_name.sql +17 -17
  56. package/module/gis/select/service_id.sql +1 -1
  57. package/module/gis/select/srid.sql +7 -7
  58. package/module/gis/table/gis.cartocss.table.json +74 -74
  59. package/module/gis/table/gis.group_list.table.json +58 -58
  60. package/module/gis/table/gis.maps.table.json +110 -110
  61. package/module/gis/table/gis.metadata.table.json +70 -70
  62. package/module/gis/table/gis.metadata_new.table.json +137 -137
  63. package/module/gis/table/gis.ogc_service.table.json +100 -100
  64. package/module/gis/table/gis.rasters.table.json +113 -113
  65. package/module/gis/table/gis.registers.table.json +143 -143
  66. package/module/gis/table/gis.services.table.json +120 -120
  67. package/module/gis/table/site.gis.registers.table.json +88 -88
  68. package/module/gis/table/site.gis.services.table.json +106 -106
  69. package/module/gis/templates/ISO19136_2017_gml_template.xml +330 -330
  70. package/module/gis/tokens.yml +5 -5
  71. package/module/permissions/form/permissions.users.form.json +151 -151
  72. package/module/permissions/table/gis.permissions.table.json +97 -97
  73. package/module/test/map/addr.json +303 -0
  74. package/module/test/map/{addr.yml → addr1.yml} +3 -1
  75. package/module/test/select/address.str_id.sql +3 -0
  76. package/package.json +10 -10
  77. package/plugin.js +21 -12
  78. package/server/plugins/mapnik/funcs/checkRasterFile.js +1 -3
  79. package/server/routes/cartocss/cartocss.route.js +31 -0
  80. package/server/routes/cartocss/cartocss.route.test.js +79 -0
  81. package/server/routes/cartocss/cartocss.schema.js +73 -0
  82. package/server/routes/{gis/cartocss → cartocss/functions}/add.cartocss.js +8 -11
  83. package/server/routes/{gis/cartocss → cartocss/functions}/get.cartocss.js +11 -13
  84. package/server/routes/gis/functions/checkXML.js +107 -0
  85. package/server/routes/gis/functions/dashboard.js +24 -0
  86. package/server/routes/gis/gis.route.js +26 -0
  87. package/server/routes/gis/gis.route.test.js +34 -0
  88. package/server/routes/gis/gis.schema.js +1 -0
  89. package/server/routes/map/{controllers → functions}/clearTiles.js +9 -8
  90. package/server/routes/map/{controllers → functions}/geojson.js +43 -43
  91. package/server/routes/map/{controllers → functions}/gis.convert.js +15 -23
  92. package/server/routes/map/{controllers → functions}/gis.icon.js +23 -10
  93. package/server/routes/map/{controllers → functions}/jsonData.js +72 -71
  94. package/server/routes/map/{controllers → functions}/layerList.js +17 -17
  95. package/server/routes/map/{controllers → functions}/map.js +8 -9
  96. package/server/routes/map/{controllers → functions}/mapCatalog.js +7 -7
  97. package/server/routes/map/functions/mapCatalogAttribute.js +54 -0
  98. package/server/routes/map/{controllers → functions}/mapFeatures.js +22 -18
  99. package/server/routes/map/{controllers → functions}/mapFormat.js +25 -28
  100. package/server/routes/map/{controllers → functions}/mapTiles.js +39 -30
  101. package/server/routes/map/{controllers → functions}/maps.js +3 -3
  102. package/server/routes/map/{controllers → functions}/marker_icon.js +1 -1
  103. package/server/routes/map/{controllers → functions}/parseGeoFile.js +10 -11
  104. package/server/routes/map/{controllers → functions}/pointHeight.js +3 -7
  105. package/server/routes/map/{controllers → functions}/vtile.js +5 -3
  106. package/server/routes/map/{vtile1.js → functions/vtile1.js} +39 -33
  107. package/server/routes/map/map.route.js +280 -0
  108. package/server/routes/map/map.route.test.js +503 -0
  109. package/server/routes/map/map.schema.js +356 -0
  110. package/server/routes/mapnik/{controllers → functions}/clearTiles.js +26 -29
  111. package/server/routes/mapnik/{controllers → functions}/createXml.js +17 -20
  112. package/server/routes/mapnik/{controllers → functions}/createXmlMulti.js +11 -15
  113. package/server/routes/mapnik/{controllers → functions}/fileSearch.js +6 -9
  114. package/server/routes/mapnik/functions/fileStat.js +28 -0
  115. package/server/routes/mapnik/{controllers → functions}/pretile.js +29 -35
  116. package/server/routes/mapnik/{controllers → functions}/rasterInfo.js +19 -10
  117. package/server/routes/mapnik/{controllers → functions}/readDir.js +4 -4
  118. package/server/routes/mapnik/functions/rtile.js +164 -0
  119. package/server/routes/mapnik/{controllers → functions}/uploadRaster.js +19 -24
  120. package/server/routes/mapnik/functions/uploadXML.js +27 -0
  121. package/server/routes/mapnik/mapnik.route.js +102 -0
  122. package/server/routes/mapnik/mapnik.route.test.js +371 -0
  123. package/server/routes/mapnik/mapnik.schema.mjs +190 -0
  124. package/server/routes/mapnik.prefixless/functions/mapnikLogger.js +31 -0
  125. package/server/routes/{mapnik/controllers → mapnik.prefixless/functions}/mapnikStat.js +7 -5
  126. package/server/routes/mapnik.prefixless/mapnik.prefixless.route.js +20 -0
  127. package/server/routes/mapnik.prefixless/mapnik.prefixless.route.test.js +91 -0
  128. package/server/routes/mapnik.prefixless/mapnik.prefixless.schema.mjs +27 -0
  129. package/server/routes/maps/functions/add.map.js +42 -0
  130. package/server/routes/{map/maps → maps/functions}/del.map.js +6 -7
  131. package/server/routes/{map/maps → maps/functions}/get.map.js +12 -11
  132. package/server/routes/maps/maps.route.js +58 -0
  133. package/server/routes/maps/maps.route.test.js +231 -0
  134. package/server/routes/maps/maps.schema.js +10 -0
  135. package/server/routes/metadata/functions/editMetadata.js +35 -0
  136. package/server/routes/metadata/functions/metadataXML.js +19 -0
  137. package/server/routes/metadata/metadata.route.js +26 -0
  138. package/server/routes/metadata/metadata.route.test.js +47 -0
  139. package/server/routes/metadata/metadata.schema.js +53 -0
  140. package/server/routes/{gis/ogc → ogc/functions}/map.info.point.js +22 -29
  141. package/server/routes/ogc/ogc.route.js +21 -0
  142. package/server/routes/ogc/ogc.route.test.js +54 -0
  143. package/server/routes/ogc/ogc.schema.js +16 -0
  144. package/server/routes/permissions/functions/catalog.permissions.edit.js +20 -0
  145. package/server/routes/permissions/functions/catalog.permissions.js +13 -0
  146. package/server/routes/permissions/{controllers → functions}/gis.catalog.js +10 -10
  147. package/server/routes/permissions/permissions.route.js +35 -0
  148. package/server/routes/permissions/permissions.route.test.js +35 -0
  149. package/server/routes/permissions/permissions.schema.js +44 -0
  150. package/server/routes/registers/functions/add.registry.js +37 -0
  151. package/server/routes/{gis/registers/funcs → registers/functions}/classifiers.js +2 -2
  152. package/server/routes/{gis/registers → registers/functions}/del.registry.js +5 -5
  153. package/server/routes/{gis/registers/funcs → registers/functions}/get.info.js +9 -5
  154. package/server/routes/{gis/registers → registers/functions}/gis.export.js +27 -21
  155. package/server/routes/{gis/registers → registers/functions}/gis.registry.js +22 -15
  156. package/server/routes/{gis/registers → registers/functions}/gis.registry.list.js +12 -10
  157. package/server/routes/{gis/registers/funcs → registers/functions}/handleRegistryRequest.js +12 -11
  158. package/server/routes/registers/registers.route.js +80 -0
  159. package/server/routes/registers/registers.route.test.js +145 -0
  160. package/server/routes/registers/registers.schema.js +246 -0
  161. package/server/routes/{gis/services → services/functions}/add.service.js +14 -16
  162. package/server/routes/services/functions/create.route.js +93 -0
  163. package/server/routes/{gis/services → services/functions}/del.service.js +5 -5
  164. package/server/routes/{gis/services → services/functions}/get.service.users.js +15 -13
  165. package/server/routes/services/functions/get.services.col.js +34 -0
  166. package/server/routes/{gis/services → services/functions}/get.services.js +21 -16
  167. package/server/routes/services/services.route.js +76 -0
  168. package/server/routes/services/services.route.test.js +168 -0
  169. package/server/routes/services/services.schema.js +278 -0
  170. package/server/routes/widgets/functions/add.widget.js +39 -0
  171. package/server/routes/widgets/functions/del.widget.js +18 -0
  172. package/server/routes/{map/widgets → widgets/functions}/get.widget.js +12 -11
  173. package/server/routes/widgets/widgets.route.js +61 -0
  174. package/server/routes/widgets/widgets.route.test.js +144 -0
  175. package/server/routes/widgets/widgets.schema.js +25 -0
  176. package/module/cls.json +0 -7
  177. package/module/gis/card/gis.metadata.table/main_info.hbs +0 -21
  178. package/module/gis/card/gis.metadata.table/metadata_info.hbs +0 -28
  179. package/module/gis/card/gis.metadata.table/other.hbs +0 -26
  180. package/module/gis/card/gis.rasters.table/main_info.hbs +0 -27
  181. package/module/gis/card/gis.registers.table/cls.hbs +0 -36
  182. package/module/gis/card/gis.registers.table/columns.hbs +0 -89
  183. package/module/gis/card/gis.registers.table/filters.hbs +0 -80
  184. package/module/gis/card/gis.registers.table/main_info.hbs +0 -35
  185. package/module/gis/card/gis.registers.table/source.hbs +0 -45
  186. package/module/gis/card/gis.services.table/attributes.hbs +0 -91
  187. package/module/gis/card/gis.services.table/filters.hbs +0 -83
  188. package/module/gis/card/gis.services.table/main_info.hbs +0 -27
  189. package/module/gis/card/gis.services.table/source.hbs +0 -26
  190. package/module/test/cls/bp_build_type.json +0 -37
  191. package/module/test/cls/doc_status.json +0 -32
  192. package/module/test/cls/ts.temp_status.json +0 -18
  193. package/module/test/cls/ts.temp_structure.ts_class.json +0 -50
  194. package/module/test/cls/ts.temp_type.json +0 -10
  195. package/module/test/layer/bp.json +0 -60
  196. package/module/test/layer/bp1.yml +0 -33
  197. package/module/test/layer/individual.yml +0 -54
  198. package/module/test/layer/ts.linking_passport.yml +0 -56
  199. package/module/test/layer/ts.temp_structure.yml +0 -51
  200. package/module/test/map/bp_myo.json +0 -44
  201. package/module/test/map/bpf.json +0 -44
  202. package/module/test/map/main.json +0 -39
  203. package/module/test/map/mbd.json +0 -92
  204. package/module/test/map/ts.json +0 -53
  205. package/module/test/select/address_id.json +0 -3
  206. package/module/test/select/address_id.sql +0 -8
  207. package/module/test/select/core.user_uid.sql +0 -1
  208. package/module/test/table/data_address.street.table.json +0 -70
  209. package/module/test/table/data_bp_myo.bp.table.json +0 -123
  210. package/server/routes/gis/checkXML.js +0 -117
  211. package/server/routes/gis/dashboard.js +0 -29
  212. package/server/routes/gis/index.mjs +0 -92
  213. package/server/routes/gis/metadata/editMetadata.js +0 -34
  214. package/server/routes/gis/metadata/metadataXML.js +0 -13
  215. package/server/routes/gis/registers/add.registry.js +0 -35
  216. package/server/routes/gis/registers/insert.columns.js +0 -107
  217. package/server/routes/gis/registers/insert.filters.js +0 -110
  218. package/server/routes/gis/services/create.route.js +0 -96
  219. package/server/routes/gis/services/get.services.col.js +0 -33
  220. package/server/routes/map/controllers/mapCatalogAttribute.js +0 -56
  221. package/server/routes/map/index.mjs +0 -259
  222. package/server/routes/map/maps/add.map.js +0 -43
  223. package/server/routes/map/widgets/add.widget.js +0 -39
  224. package/server/routes/map/widgets/del.widget.js +0 -23
  225. package/server/routes/mapnik/controllers/fileStat.js +0 -28
  226. package/server/routes/mapnik/controllers/mapnikLogger.js +0 -29
  227. package/server/routes/mapnik/controllers/rtile.js +0 -167
  228. package/server/routes/mapnik/index.js +0 -40
  229. package/server/routes/permissions/controllers/catalog.permissions.edit.js +0 -22
  230. package/server/routes/permissions/controllers/catalog.permissions.js +0 -8
  231. package/server/routes/permissions/index.mjs +0 -18
  232. /package/server/routes/map/{controllers/pin → pin}/circle1.svg +0 -0
  233. /package/server/routes/map/{controllers/pin → pin}/circle2.svg +0 -0
  234. /package/server/routes/map/{controllers/pin → pin}/none.svg +0 -0
  235. /package/server/routes/map/{controllers/pin → pin}/pin.svg +0 -0
  236. /package/server/routes/map/{controllers/pin → pin}/pin1.svg +0 -0
  237. /package/server/routes/map/{controllers/pin → pin}/pin2.svg +0 -0
  238. /package/server/routes/map/{controllers/pin → pin}/pin3.svg +0 -0
  239. /package/server/routes/map/{controllers/pin → pin}/pin4.svg +0 -0
  240. /package/server/routes/map/{controllers/pin → pin}/pin5.svg +0 -0
  241. /package/server/routes/map/{controllers/pin → pin}/pin6.svg +0 -0
  242. /package/server/routes/map/{controllers/pin → pin}/pin7.svg +0 -0
  243. /package/server/routes/permissions/{controllers/utils → functions}/get.permissions.js +0 -0
  244. /package/server/routes/{gis/registers/funcs → registers/functions}/columns.js +0 -0
  245. /package/server/routes/{gis/registers/funcs → registers/functions}/content.type.js +0 -0
  246. /package/server/routes/{gis/registers → registers/functions}/map.registry.js +0 -0
  247. /package/server/routes/{gis/services → services/functions}/get.layer.geom.js +0 -0
  248. /package/server/routes/{gis/services → services/functions}/legend.auto.js +0 -0
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as te, resolveDirective as We, openBlock as u, createElementBlock as m, createElementVNode as n, Fragment as W, renderList as X, toDisplayString as d, withDirectives as we, createTextVNode as Xe, normalizeClass as ae, ref as $, watch as S, computed as h, vModelText as Ke, onMounted as Ye, onBeforeUnmount as Ze, createCommentVNode as q, createVNode as B, withCtx as He, createBlock as F, resolveDynamicComponent as Je } from "vue";
2
2
  import { useRouter as et, useRoute as tt } from "vue-router";
3
3
  import { TooltipDirective as st, notify as M } from "@opengis/core";
4
- import { _ as nt, u as lt, f as rt, M as ot, i as it, j as be, F as at } from "./index-C3bl1qBS.js";
5
- import { _ as ut, a as ct, b as dt, c as ft } from "./HeaderActions.vue_vue_type_script_setup_true_lang-D1iwSeRN.js";
6
- import { _ as he } from "./ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-B-6axJUY.js";
4
+ import { _ as nt, u as lt, f as rt, M as ot, i as it, j as be, F as at } from "./index-C6W8IkTm.js";
5
+ import { _ as ut, a as ct, b as dt, c as ft } from "./HeaderActions.vue_vue_type_script_setup_true_lang-BU8__ouG.js";
6
+ import { _ as he } from "./ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BJKIgAkD.js";
7
7
  const mt = { class: "flex-1 overflow-y-auto p-4 sm:p-6" }, pt = { class: "space-y-3" }, gt = { class: "bg-white p-3 rounded-xl border border-gray-200 shadow-sm" }, yt = { class: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-2" }, vt = { class: "text-xs text-gray-500 mb-1" }, xt = {
8
8
  key: 0,
9
9
  class: "text-base text-md font-semibold text-gray-900"
@@ -2,9 +2,9 @@ import { defineComponent as B, mergeModels as j, useModel as S, computed as h, d
2
2
  import { useRoute as Z, useRouter as ee } from "vue-router";
3
3
  import { notify as F } from "@opengis/core";
4
4
  import { _ as te } from "./TableFormHeader.vue_vue_type_script_setup_true_lang-Mci_tseM.js";
5
- import { V as N } from "./vs-datatable-Cd2Gp4jo.js";
6
- import { _ as z, n as R, m as E, r as H } from "./import-utils-DkKPU_Nd.js";
7
- import { a as ae, b as le, c as se, d as oe, e as ie } from "./index-C3bl1qBS.js";
5
+ import { V as N } from "./vs-datatable-BELnJrfM.js";
6
+ import { _ as z, n as R, m as E, r as H } from "./import-utils-CvUG1jV0.js";
7
+ import { a as ae, b as le, c as se, d as oe, e as ie } from "./index-C6W8IkTm.js";
8
8
  import { LucideChevronRight as re } from "lucide-vue-next";
9
9
  import { _ as ne } from "./MapSettingsTabs.vue_vue_type_script_setup_true_lang-CKCK3NqY.js";
10
10
  const ue = { class: "vs-form" }, de = { class: "vs-form__body auto-rows-max container" }, ce = { class: "flex flex-wrap" }, me = { class: "h-fit w-full mb-6 bg-white border border-gray-200 rounded-lg p-6" }, ve = { class: "h-fit w-full flex flex-wrap" }, pe = { class: "w-full" }, fe = /* @__PURE__ */ B({
@@ -4,12 +4,12 @@ var L = (e, n, t) => pi(e, typeof n != "symbol" ? n + "" : n, t);
4
4
  import { openBlock as _, createElementBlock as M, createElementVNode as g, defineComponent as ae, ref as E, watch as $, createTextVNode as mi, createVNode as D, createBlock as P, createCommentVNode as W, defineAsyncComponent as hi, unref as ze, withCtx as bn, withDirectives as fn, vModelText as dn, normalizeClass as _e, Fragment as kt, renderList as At, toDisplayString as fe, getCurrentInstance as Ct, onBeforeUnmount as wt, toRef as gi, computed as ve, onMounted as yi, resolveDynamicComponent as vi } from "vue";
5
5
  import { useRoute as bi, useRouter as xi } from "vue-router";
6
6
  import { notify as X } from "@opengis/core";
7
- import { _ as Xe, u as Ge, f as Si, M as ki, g as Ai, h as Ci, i as wi, j as tt, k as Ti, l as _i, m as Ei, s as it, n as Ii } from "./index-C3bl1qBS.js";
8
- import { _ as Ni, a as $i, b as Li, c as Fi } from "./HeaderActions.vue_vue_type_script_setup_true_lang-D1iwSeRN.js";
9
- import { S as Oi, C as Ri } from "./CardIcon-DzERD2T8.js";
7
+ import { _ as Xe, u as Ge, f as Si, M as ki, g as Ai, h as Ci, i as wi, j as tt, k as Ti, l as _i, m as Ei, s as it, n as Ii } from "./index-C6W8IkTm.js";
8
+ import { _ as Ni, a as $i, b as Li, c as Fi } from "./HeaderActions.vue_vue_type_script_setup_true_lang-BU8__ouG.js";
9
+ import { S as Oi, C as Ri } from "./CardIcon-xkRDr3_E.js";
10
10
  import { _ as Tt } from "./MonacoEditor.vue_vue_type_script_setup_true_lang-D3ZPeXMw.js";
11
- import { V as Ze } from "./vs-datatable-Cd2Gp4jo.js";
12
- import { _ as Nn, m as $n, r as $e } from "./import-utils-DkKPU_Nd.js";
11
+ import { V as Ze } from "./vs-datatable-BELnJrfM.js";
12
+ import { _ as Nn, m as $n, r as $e } from "./import-utils-CvUG1jV0.js";
13
13
  /*! js-yaml 5.2.1 https://github.com/nodeca/js-yaml @license MIT */
14
14
  var T = Symbol("NOT_RESOLVED"), Ln = Symbol("MERGE_KEY");
15
15
  function U(e, n) {
@@ -3010,7 +3010,8 @@ ${B}` : B;
3010
3010
  return (d.queryRenderedFeatures(f) || []).filter((N) => {
3011
3011
  var Qn, Jn, Xn, Zn, et, nt;
3012
3012
  const te = ((Qn = N == null ? void 0 : N.properties) == null ? void 0 : Qn.id) ?? (N == null ? void 0 : N.id);
3013
- if (te == null || !(N != null && N.source) || S && String(N.source) !== S) return !1;
3013
+ if (te == null || !(N != null && N.source) || S && String(N.source) !== S)
3014
+ return !1;
3014
3015
  const G = Ge(N.source) || Ge((Jn = N.layer) == null ? void 0 : Jn.id);
3015
3016
  if (!G) return !1;
3016
3017
  const ue = (Zn = (Xn = G == null ? void 0 : G.opts) == null ? void 0 : Xn.source) == null ? void 0 : Zn.type, Be = (nt = (et = G == null ? void 0 : G.opts) == null ? void 0 : et.layer) == null ? void 0 : nt.type;
@@ -3465,7 +3466,7 @@ ${B}` : B;
3465
3466
  ]);
3466
3467
  };
3467
3468
  }
3468
- }), Ba = /* @__PURE__ */ Xe(Na, [["__scopeId", "data-v-ae471f34"]]);
3469
+ }), Ba = /* @__PURE__ */ Xe(Na, [["__scopeId", "data-v-21ef302a"]]);
3469
3470
  export {
3470
3471
  Ba as default
3471
3472
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as F, mergeModels as O, defineAsyncComponent as I, useModel as R, ref as y, watch as K, openBlock as o, createElementBlock as s, createElementVNode as e, createVNode as $, unref as x, withCtx as S, createStaticVNode as V, useSlots as P, computed as H, Fragment as b, createTextVNode as U, createCommentVNode as N, renderList as A, normalizeStyle as Q, toDisplayString as M, normalizeClass as z, withModifiers as X, createBlock as Y, resolveDynamicComponent as ee, withDirectives as te, renderSlot as ne } from "vue";
2
2
  import { notify as E } from "@opengis/core";
3
3
  import { Edit as le, Trash as oe } from "lucide-vue-next";
4
- import { _ as u } from "./index-C3bl1qBS.js";
4
+ import { _ as u } from "./index-C6W8IkTm.js";
5
5
  const se = { class: "flex items-center justify-center col-span-3 gap-2" }, re = { class: "flex justify-end p-[20px] gap-[10px] border-t w-full" }, ie = /* @__PURE__ */ F({
6
6
  __name: "vs-datatable-controls",
7
7
  props: /* @__PURE__ */ O({
@@ -1,22 +1,22 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.metadata, form: gis.metadata.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container
8
- col: 5
9
- items:
10
- - name: main_info
11
- - component: vs-widget-map
12
- title: Просторове охоплення
13
- - component: vs-widget-file
14
- - type: tabs
15
- col: 7
16
- items:
17
- - name: metadata_info
18
- title: Просторове охоплення
19
- - name: other
20
- title: Інше
21
- - component: vs-widget-history
22
- title: Історія
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.metadata, form: gis.metadata.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container
8
+ col: 5
9
+ items:
10
+ - name: main_info
11
+ - component: vs-widget-map
12
+ title: Просторове охоплення
13
+ - component: vs-widget-file
14
+ - type: tabs
15
+ col: 7
16
+ items:
17
+ - name: metadata_info
18
+ title: Просторове охоплення
19
+ - name: other
20
+ title: Інше
21
+ - component: vs-widget-history
22
+ title: Історія
@@ -1,11 +1,11 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.rasters, form: gis.rasters.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container
8
- col: 5
9
- items:
10
- - name: main_info
11
-
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.rasters, form: gis.rasters.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container
8
+ col: 5
9
+ items:
10
+ - name: main_info
11
+
@@ -1,24 +1,24 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.registers, form: gis.registers.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container # закріплений зліва container col, width як простіше
8
- col: 5
9
- items:
10
- - name: main_info
11
-
12
- - type: tabs
13
- col: 7
14
- items:
15
- - name: source
16
- title: Джерело даних
17
- - name: columns
18
- title: Колонки
19
- - name: filters
20
- title: Фільтри
21
- - name: cls
22
- title: Класифікатори
23
- - component: vs-widget-history
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.registers, form: gis.registers.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container # закріплений зліва container col, width як простіше
8
+ col: 5
9
+ items:
10
+ - name: main_info
11
+
12
+ - type: tabs
13
+ col: 7
14
+ items:
15
+ - name: source
16
+ title: Джерело даних
17
+ - name: columns
18
+ title: Колонки
19
+ - name: filters
20
+ title: Фільтри
21
+ - name: cls
22
+ title: Класифікатори
23
+ - component: vs-widget-history
24
24
  title: Історія редагування
@@ -1,25 +1,25 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.services, form: gis.services.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container # закріплений зліва container col, width як простіше
8
- col: 4
9
- items:
10
- - name: main_info
11
-
12
- - type: tabs
13
- col: 8
14
- items:
15
- - component: vs-widget-map-extended
16
- title: Шар
17
- height: 500px
18
- - name: source
19
- title: Інформація про джерело
20
- - name: attributes
21
- title: Атрибути
22
- - name: filters
23
- title: Фільтри
24
- - component: vs-style-yml
25
- title: Стилізація
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.services, form: gis.services.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container # закріплений зліва container col, width як простіше
8
+ col: 4
9
+ items:
10
+ - name: main_info
11
+
12
+ - type: tabs
13
+ col: 8
14
+ items:
15
+ - component: vs-widget-map-extended
16
+ title: Шар
17
+ height: 500px
18
+ - name: source
19
+ title: Інформація про джерело
20
+ - name: attributes
21
+ title: Атрибути
22
+ - name: filters
23
+ title: Фільтри
24
+ - component: vs-style-yml
25
+ title: Стилізація
@@ -1,12 +1,12 @@
1
- [
2
- {
3
- "id": true,
4
- "text": "Так",
5
- "color": "green"
6
- },
7
- {
8
- "id": false,
9
- "text": "Ні",
10
- "color": "red"
11
- }
12
- ]
1
+ [
2
+ {
3
+ "id": true,
4
+ "text": "Так",
5
+ "color": "green"
6
+ },
7
+ {
8
+ "id": false,
9
+ "text": "Ні",
10
+ "color": "red"
11
+ }
12
+ ]
@@ -1,14 +1,14 @@
1
- [
2
- {
3
- "id": "UTF-8",
4
- "text": "UTF-8"
5
- },
6
- {
7
- "id": "CP1251",
8
- "text": "CP1251"
9
- },
10
- {
11
- "id": "LATIN-1",
12
- "text": "LATIN-1"
13
- }
14
- ]
1
+ [
2
+ {
3
+ "id": "UTF-8",
4
+ "text": "UTF-8"
5
+ },
6
+ {
7
+ "id": "CP1251",
8
+ "text": "CP1251"
9
+ },
10
+ {
11
+ "id": "LATIN-1",
12
+ "text": "LATIN-1"
13
+ }
14
+ ]
@@ -1,14 +1,14 @@
1
- [
2
- {
3
- "id": "point",
4
- "text": "Точкові об'єкти"
5
- },
6
- {
7
- "id": "line",
8
- "text": "Лінійні об'єкти"
9
- },
10
- {
11
- "id": "polygon",
12
- "text": "Полігональні об'єкти"
13
- }
14
- ]
1
+ [
2
+ {
3
+ "id": "point",
4
+ "text": "Точкові об'єкти"
5
+ },
6
+ {
7
+ "id": "line",
8
+ "text": "Лінійні об'єкти"
9
+ },
10
+ {
11
+ "id": "polygon",
12
+ "text": "Полігональні об'єкти"
13
+ }
14
+ ]
@@ -1,34 +1,34 @@
1
- [
2
- {
3
- "id": "text",
4
- "text": "text"
5
- },
6
- {
7
- "id": "select",
8
- "text": "select"
9
- },
10
- {
11
- "id": "badge",
12
- "text": "badge"
13
- },
14
- {
15
- "id": "number",
16
- "text": "number"
17
- },
18
- {
19
- "id": "date",
20
- "text": "date"
21
- },
22
- {
23
- "id": "yes/no",
24
- "text": "yes/no"
25
- },
26
- {
27
- "id": "tags",
28
- "text": "tags"
29
- },
30
- {
31
- "id": "file",
32
- "text": "file"
33
- }
34
- ]
1
+ [
2
+ {
3
+ "id": "text",
4
+ "text": "text"
5
+ },
6
+ {
7
+ "id": "select",
8
+ "text": "select"
9
+ },
10
+ {
11
+ "id": "badge",
12
+ "text": "badge"
13
+ },
14
+ {
15
+ "id": "number",
16
+ "text": "number"
17
+ },
18
+ {
19
+ "id": "date",
20
+ "text": "date"
21
+ },
22
+ {
23
+ "id": "yes/no",
24
+ "text": "yes/no"
25
+ },
26
+ {
27
+ "id": "tags",
28
+ "text": "tags"
29
+ },
30
+ {
31
+ "id": "file",
32
+ "text": "file"
33
+ }
34
+ ]
@@ -1,26 +1,26 @@
1
- [
2
- {
3
- "id": "title",
4
- "text": "Заголовок"
5
- },
6
- {
7
- "id": "subtitle",
8
- "text": "Підзаголовок"
9
- },
10
- {
11
- "id": "features",
12
- "text": "Опис"
13
- },
14
- {
15
- "id": "tags",
16
- "text": "Ключові слова"
17
- },
18
- {
19
- "id": "image",
20
- "text": "Зображення"
21
- },
22
- {
23
- "id": "other",
24
- "text": "Інше"
25
- }
26
- ]
1
+ [
2
+ {
3
+ "id": "title",
4
+ "text": "Заголовок"
5
+ },
6
+ {
7
+ "id": "subtitle",
8
+ "text": "Підзаголовок"
9
+ },
10
+ {
11
+ "id": "features",
12
+ "text": "Опис"
13
+ },
14
+ {
15
+ "id": "tags",
16
+ "text": "Ключові слова"
17
+ },
18
+ {
19
+ "id": "image",
20
+ "text": "Зображення"
21
+ },
22
+ {
23
+ "id": "other",
24
+ "text": "Інше"
25
+ }
26
+ ]
@@ -1,22 +1,22 @@
1
- [
2
- {
3
- "id": "Text",
4
- "text": "Text"
5
- },
6
- {
7
- "id": "Check",
8
- "text": "Check"
9
- },
10
- {
11
- "id": "Autocomplete",
12
- "text": "Autocomplete"
13
- },
14
- {
15
- "id": "Range",
16
- "text": "Range"
17
- },
18
- {
19
- "id": "Date",
20
- "text": "Date"
21
- }
22
- ]
1
+ [
2
+ {
3
+ "id": "Text",
4
+ "text": "Text"
5
+ },
6
+ {
7
+ "id": "Check",
8
+ "text": "Check"
9
+ },
10
+ {
11
+ "id": "Autocomplete",
12
+ "text": "Autocomplete"
13
+ },
14
+ {
15
+ "id": "Range",
16
+ "text": "Range"
17
+ },
18
+ {
19
+ "id": "Date",
20
+ "text": "Date"
21
+ }
22
+ ]
@@ -1,10 +1,10 @@
1
- [
2
- {
3
- "id": "en",
4
- "text": "Англійська"
5
- },
6
- {
7
- "id": "ua",
8
- "text": "Українська"
9
- }
10
- ]
1
+ [
2
+ {
3
+ "id": "en",
4
+ "text": "Англійська"
5
+ },
6
+ {
7
+ "id": "ua",
8
+ "text": "Українська"
9
+ }
10
+ ]
@@ -1,43 +1,43 @@
1
- [
2
- {
3
- "id": "geojson",
4
- "text": "GeoJSON",
5
- "color": "orange"
6
- },
7
- {
8
- "id": "vtile",
9
- "text": "Vector Tile",
10
- "color": "green"
11
- },
12
- {
13
- "id": "wms",
14
- "text": "WMS",
15
- "color": "blue"
16
- },
17
- {
18
- "id": "wfs",
19
- "text": "WFS",
20
- "color": "cyan"
21
- },
22
- {
23
- "id": "wmts",
24
- "text": "WMTS",
25
- "color": "purple"
26
- },
27
- {
28
- "id": "tms",
29
- "text": "TMS",
30
- "color": "indigo"
31
- },
32
- {
33
- "id": "raster",
34
- "text": "Raster",
35
- "color": "brown"
36
- },
37
- {
38
- "id": "other",
39
- "text": "Інше",
40
- "color": "gray"
41
- }
42
- ]
1
+ [
2
+ {
3
+ "id": "geojson",
4
+ "text": "GeoJSON",
5
+ "color": "orange"
6
+ },
7
+ {
8
+ "id": "vtile",
9
+ "text": "Vector Tile",
10
+ "color": "green"
11
+ },
12
+ {
13
+ "id": "wms",
14
+ "text": "WMS",
15
+ "color": "blue"
16
+ },
17
+ {
18
+ "id": "wfs",
19
+ "text": "WFS",
20
+ "color": "cyan"
21
+ },
22
+ {
23
+ "id": "wmts",
24
+ "text": "WMTS",
25
+ "color": "purple"
26
+ },
27
+ {
28
+ "id": "tms",
29
+ "text": "TMS",
30
+ "color": "indigo"
31
+ },
32
+ {
33
+ "id": "raster",
34
+ "text": "Raster",
35
+ "color": "brown"
36
+ },
37
+ {
38
+ "id": "other",
39
+ "text": "Інше",
40
+ "color": "gray"
41
+ }
42
+ ]
43
43
 
@@ -1,22 +1,22 @@
1
- [
2
- {
3
- "id": "tms",
4
- "text": "TMS"
5
- },
6
- {
7
- "id": "wms",
8
- "text": "WMS"
9
- },
10
- {
11
- "id": "wfs",
12
- "text": "WFS"
13
- },
14
- {
15
- "id": "wtms",
16
- "text": "WTMS"
17
- },
18
- {
19
- "id": "wcs",
20
- "text": "WCS"
21
- }
1
+ [
2
+ {
3
+ "id": "tms",
4
+ "text": "TMS"
5
+ },
6
+ {
7
+ "id": "wms",
8
+ "text": "WMS"
9
+ },
10
+ {
11
+ "id": "wfs",
12
+ "text": "WFS"
13
+ },
14
+ {
15
+ "id": "wtms",
16
+ "text": "WTMS"
17
+ },
18
+ {
19
+ "id": "wcs",
20
+ "text": "WCS"
21
+ }
22
22
  ]