@opengis/gis 0.2.146 → 0.2.148

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 (200) hide show
  1. package/README.md +181 -181
  2. package/dist/{CardIcon-BCll_4SB.js → CardIcon-W_l68cRE.js} +1 -1
  3. package/dist/{EntityCreatePage-Ch8NU_Yw.js → EntityCreatePage-Da8XgBKU.js} +14 -14
  4. package/dist/{EntityEditPage-CRRcW7FL.js → EntityEditPage-QktKEAxz.js} +27 -27
  5. package/dist/{EntityTablePage-DXJPsOx8.js → EntityTablePage-D2D20a-F.js} +26 -26
  6. package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BJ-zsrml.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-uGKlHK_4.js} +1 -1
  7. package/dist/{HeaderActions.vue_vue_type_script_setup_true_lang-EZGjVDor.js → HeaderActions.vue_vue_type_script_setup_true_lang-BmxOpklh.js} +5 -5
  8. package/dist/{MapSettings-CG7u4F4i.js → MapSettings-CD2hH9-H.js} +33 -33
  9. package/dist/{RastersTablePage-CN5hfj6F.js → RastersTablePage-BVBgFivV.js} +29 -29
  10. package/dist/{cartocss-BNVXz6oJ.js → cartocss-CEpv1-ob.js} +12 -12
  11. package/dist/{import-utils-BwcMU3Gp.js → import-utils-vyDDgOA7.js} +33 -33
  12. package/dist/index-CtOBLkqk.js +10673 -0
  13. package/dist/index.css +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/index.umd.cjs +38 -38
  16. package/dist/{raster-BN1gB-NS.js → raster-j-ZXs4tZ.js} +126 -126
  17. package/dist/{register-DZ24Z6dC.js → register-CCSOTqns.js} +8 -8
  18. package/dist/{service-DXLa4AiW.js → service-CQxATpxS.js} +340 -343
  19. package/dist/{vs-datatable-DVC6-2mA.js → vs-datatable-B8qaPSDU.js} +28 -28
  20. package/module/cls.json +6 -6
  21. package/module/gis/card/gis.metadata.table/index.yml +22 -22
  22. package/module/gis/card/gis.metadata.table/main_info.hbs +20 -20
  23. package/module/gis/card/gis.metadata.table/metadata_info.hbs +27 -27
  24. package/module/gis/card/gis.metadata.table/other.hbs +25 -25
  25. package/module/gis/card/gis.rasters.table/index.yml +11 -11
  26. package/module/gis/card/gis.rasters.table/main_info.hbs +27 -27
  27. package/module/gis/card/gis.registers.table/cls.hbs +36 -36
  28. package/module/gis/card/gis.registers.table/columns.hbs +89 -89
  29. package/module/gis/card/gis.registers.table/filters.hbs +80 -80
  30. package/module/gis/card/gis.registers.table/index.yml +23 -23
  31. package/module/gis/card/gis.registers.table/main_info.hbs +35 -35
  32. package/module/gis/card/gis.registers.table/source.hbs +45 -45
  33. package/module/gis/card/gis.services.table/attributes.hbs +91 -91
  34. package/module/gis/card/gis.services.table/filters.hbs +83 -83
  35. package/module/gis/card/gis.services.table/index.yml +25 -25
  36. package/module/gis/card/gis.services.table/main_info.hbs +27 -27
  37. package/module/gis/card/gis.services.table/source.hbs +25 -25
  38. package/module/gis/cls/bool.yes_no.json +12 -12
  39. package/module/gis/cls/encoding.json +14 -14
  40. package/module/gis/cls/geom_type.json +14 -14
  41. package/module/gis/cls/gis.column_type.json +34 -34
  42. package/module/gis/cls/gis.column_view_type.json +26 -26
  43. package/module/gis/cls/gis.filter_type.json +22 -22
  44. package/module/gis/cls/language.json +10 -10
  45. package/module/gis/cls/meta.service_type.json +42 -42
  46. package/module/gis/cls/ogc.service.json +21 -21
  47. package/module/gis/cls/service_type.json +42 -42
  48. package/module/gis/cls/source_type.json +10 -10
  49. package/module/gis/cls/standarts.json +6 -6
  50. package/module/gis/cls/topic_category.json +106 -106
  51. package/module/gis/cls/update_frequency.json +29 -29
  52. package/module/gis/cls/view.json +21 -21
  53. package/module/gis/form/feedback.answer.form.json +10 -10
  54. package/module/gis/form/gis.cartocss.form.json +64 -64
  55. package/module/gis/form/gis.group_list.form.json +17 -17
  56. package/module/gis/form/gis.maps.form.json +61 -61
  57. package/module/gis/form/gis.metadata.form.json +240 -240
  58. package/module/gis/form/gis.metadata_new.form.json +195 -195
  59. package/module/gis/form/gis.ogc_service.form.json +51 -51
  60. package/module/gis/form/gis.rasters.form.json +76 -76
  61. package/module/gis/form/gis.registers.form.json +124 -124
  62. package/module/gis/form/gis.registers_column.form.json +84 -84
  63. package/module/gis/form/gis.registers_filter.form.json +65 -65
  64. package/module/gis/form/gis.services.form.json +111 -111
  65. package/module/gis/form/gis.services_attributes.form.json +75 -75
  66. package/module/gis/form/gis.services_filter.form.json +65 -65
  67. package/module/gis/menu.json +43 -43
  68. package/module/gis/select/admin.cls.name.sql +9 -9
  69. package/module/gis/select/layer_list.sql +7 -7
  70. package/module/gis/select/layer_list_text.sql +7 -7
  71. package/module/gis/select/pg.column_name.geometry.sql +12 -12
  72. package/module/gis/select/pg.columns.parent.sql +6 -6
  73. package/module/gis/select/pg.table_name.sql +17 -17
  74. package/module/gis/select/service_id.sql +1 -1
  75. package/module/gis/table/gis.cartocss.table.json +74 -74
  76. package/module/gis/table/gis.group_list.table.json +58 -58
  77. package/module/gis/table/gis.maps.table.json +110 -110
  78. package/module/gis/table/gis.metadata.table.json +70 -70
  79. package/module/gis/table/gis.metadata_new.table.json +137 -137
  80. package/module/gis/table/gis.ogc_service.table.json +100 -100
  81. package/module/gis/table/gis.rasters.table.json +101 -101
  82. package/module/gis/table/gis.registers.table.json +143 -143
  83. package/module/gis/table/gis.services.table.json +120 -120
  84. package/module/gis/table/site.gis.registers.table.json +88 -88
  85. package/module/gis/table/site.gis.services.table.json +106 -106
  86. package/module/gis/templates/ISO19136_2017_gml_template.xml +330 -330
  87. package/module/gis/tokens.yml +5 -5
  88. package/module/permissions/form/permissions.users.form.json +151 -151
  89. package/module/permissions/table/gis.permissions.table.json +97 -97
  90. package/module/test/cls/bp_build_type.json +37 -37
  91. package/module/test/cls/doc_status.json +31 -31
  92. package/module/test/cls/ts.temp_status.json +18 -18
  93. package/module/test/cls/ts.temp_structure.ts_class.json +49 -49
  94. package/module/test/cls/ts.temp_type.json +9 -9
  95. package/module/test/layer/bp.json +59 -59
  96. package/module/test/layer/bp1.yml +33 -33
  97. package/module/test/layer/individual.yml +53 -53
  98. package/module/test/layer/ts.linking_passport.yml +55 -55
  99. package/module/test/layer/ts.temp_structure.yml +50 -50
  100. package/module/test/map/addr.yml +21 -21
  101. package/module/test/map/bp_myo.json +43 -43
  102. package/module/test/map/bpf.json +43 -43
  103. package/module/test/map/main.json +37 -37
  104. package/module/test/map/mbd.json +92 -92
  105. package/module/test/map/ts.json +53 -53
  106. package/module/test/select/address_id.json +2 -2
  107. package/module/test/select/address_id.sql +7 -7
  108. package/module/test/select/core.user_uid.sql +1 -1
  109. package/module/test/table/data_address.street.table.json +69 -69
  110. package/module/test/table/data_bp_myo.bp.table.json +122 -122
  111. package/package.json +75 -75
  112. package/plugin.js +55 -55
  113. package/server/migrations/array_intersect.sql +13 -13
  114. package/server/migrations/cartocss.sql +27 -27
  115. package/server/migrations/group_list.sql +74 -74
  116. package/server/migrations/maps.sql +30 -30
  117. package/server/migrations/metadata.sql +415 -415
  118. package/server/migrations/ogc.sql +106 -106
  119. package/server/migrations/rasters.sql +265 -265
  120. package/server/migrations/services.sql +247 -247
  121. package/server/migrations/services_users_rel.sql +22 -22
  122. package/server/migrations/widgets.sql +20 -20
  123. package/server/plugins/crons.js +21 -21
  124. package/server/plugins/mapnik/funcs/checkRasterFile.js +109 -109
  125. package/server/plugins/mapnik/funcs/mapnik.js +151 -151
  126. package/server/plugins/mapnik/funcs/rootFolder.mjs +8 -8
  127. package/server/plugins/mapnik/map.proto +230 -230
  128. package/server/plugins/vite.js +74 -74
  129. package/server/routes/gis/cartocss/add.cartocss.js +42 -42
  130. package/server/routes/gis/cartocss/get.cartocss.js +59 -59
  131. package/server/routes/gis/checkXML.js +117 -117
  132. package/server/routes/gis/dashboard.js +29 -29
  133. package/server/routes/gis/index.mjs +87 -87
  134. package/server/routes/gis/metadata/editMetadata.js +34 -34
  135. package/server/routes/gis/metadata/metadataXML.js +13 -13
  136. package/server/routes/gis/ogc/map.info.point.js +124 -124
  137. package/server/routes/gis/registers/add.registry.js +35 -35
  138. package/server/routes/gis/registers/del.registry.js +14 -14
  139. package/server/routes/gis/registers/funcs/classifiers.js +100 -100
  140. package/server/routes/gis/registers/funcs/columns.js +3 -3
  141. package/server/routes/gis/registers/funcs/content.type.js +9 -9
  142. package/server/routes/gis/registers/funcs/get.info.js +89 -89
  143. package/server/routes/gis/registers/funcs/handleRegistryRequest.js +146 -146
  144. package/server/routes/gis/registers/gis.export.js +153 -153
  145. package/server/routes/gis/registers/gis.registry.js +64 -64
  146. package/server/routes/gis/registers/gis.registry.list.js +59 -59
  147. package/server/routes/gis/registers/insert.columns.js +107 -107
  148. package/server/routes/gis/registers/insert.filters.js +110 -110
  149. package/server/routes/gis/registers/map.registry.js +79 -79
  150. package/server/routes/gis/services/add.service.js +64 -64
  151. package/server/routes/gis/services/del.service.js +12 -12
  152. package/server/routes/gis/services/get.layer.geom.js +27 -27
  153. package/server/routes/gis/services/get.services.col.js +33 -33
  154. package/server/routes/gis/services/get.services.js +84 -84
  155. package/server/routes/gis/services/legend.auto.js +77 -77
  156. package/server/routes/map/controllers/clearTiles.js +34 -34
  157. package/server/routes/map/controllers/geojson.js +187 -187
  158. package/server/routes/map/controllers/jsonData.js +205 -205
  159. package/server/routes/map/controllers/layerList.js +102 -102
  160. package/server/routes/map/controllers/map.js +123 -123
  161. package/server/routes/map/controllers/mapCatalog.js +72 -72
  162. package/server/routes/map/controllers/mapCatalogAttribute.js +55 -55
  163. package/server/routes/map/controllers/mapFeatures.js +128 -128
  164. package/server/routes/map/controllers/mapFormat.js +234 -234
  165. package/server/routes/map/controllers/mapTiles.js +152 -152
  166. package/server/routes/map/controllers/maps.js +15 -15
  167. package/server/routes/map/controllers/marker_icon.js +43 -43
  168. package/server/routes/map/controllers/vtile.js +172 -172
  169. package/server/routes/map/index.mjs +169 -169
  170. package/server/routes/map/maps/add.map.js +43 -43
  171. package/server/routes/map/maps/del.map.js +18 -18
  172. package/server/routes/map/maps/get.map.js +118 -118
  173. package/server/routes/map/vtile1.js +179 -179
  174. package/server/routes/map/widgets/add.widget.js +38 -38
  175. package/server/routes/map/widgets/del.widget.js +22 -22
  176. package/server/routes/map/widgets/get.widget.js +40 -40
  177. package/server/routes/mapnik/controllers/clearTiles.js +106 -106
  178. package/server/routes/mapnik/controllers/createXml.js +67 -67
  179. package/server/routes/mapnik/controllers/createXmlMulti.js +76 -76
  180. package/server/routes/mapnik/controllers/fileSearch.js +38 -38
  181. package/server/routes/mapnik/controllers/fileStat.js +28 -28
  182. package/server/routes/mapnik/controllers/mapnikLogger.js +29 -29
  183. package/server/routes/mapnik/controllers/mapnikStat.js +19 -19
  184. package/server/routes/mapnik/controllers/pretile.js +144 -144
  185. package/server/routes/mapnik/controllers/rasterInfo.js +57 -57
  186. package/server/routes/mapnik/controllers/readDir.js +22 -22
  187. package/server/routes/mapnik/controllers/rtile.js +150 -150
  188. package/server/routes/mapnik/controllers/uploadRaster.js +157 -157
  189. package/server/routes/mapnik/functions/cartoBounds.js +32 -32
  190. package/server/routes/mapnik/functions/convertBoundToTile.js +27 -27
  191. package/server/routes/mapnik/functions/uploadXML.js +113 -113
  192. package/server/routes/mapnik/index.js +40 -40
  193. package/server/routes/permissions/controllers/catalog.permissions.edit.js +22 -22
  194. package/server/routes/permissions/controllers/catalog.permissions.js +7 -7
  195. package/server/routes/permissions/controllers/gis.catalog.js +80 -80
  196. package/server/routes/permissions/controllers/utils/get.permissions.js +59 -59
  197. package/server/routes/permissions/index.mjs +18 -18
  198. package/server/routes/root.mjs +3 -3
  199. package/utils.js +13 -13
  200. package/dist/index-8aAArh78.js +0 -10616
@@ -1,45 +1,45 @@
1
- import { openBlock as C, createElementBlock as D, createElementVNode as v, defineComponent as ee, ref as S, watch as I, createTextVNode as Gi, createVNode as j, createBlock as M, createCommentVNode as q, defineAsyncComponent as Qi, unref as Te, withCtx as We, withDirectives as qe, vModelText as Ke, normalizeClass as ve, Fragment as Hn, renderList as Vn, toDisplayString as le, getCurrentInstance as qn, onBeforeUnmount as Kn, toRef as Wi, computed as ue, onMounted as Ji, resolveDynamicComponent as Zi } from "vue";
2
- import { useRoute as Xi, useRouter as el } from "vue-router";
1
+ import { openBlock as C, createElementBlock as D, createElementVNode as v, defineComponent as ee, ref as S, watch as I, createTextVNode as zi, createVNode as j, createBlock as M, createCommentVNode as q, defineAsyncComponent as Gi, unref as Te, withCtx as We, withDirectives as qe, vModelText as Ke, normalizeClass as ve, Fragment as Hn, renderList as Vn, toDisplayString as le, getCurrentInstance as qn, onBeforeUnmount as Kn, toRef as Qi, computed as ue, onMounted as Wi, resolveDynamicComponent as Ji } from "vue";
2
+ import { useRoute as Zi, useRouter as Xi } from "vue-router";
3
3
  import { notify as Q } from "@opengis/core";
4
- import { _ as Re, u as Ie, f as nl, M as il, g as ll, h as rl, i as tl, j as kn, k as ol, l as ul, m as al, s as Cn, n as sl } from "./index-8aAArh78.js";
5
- import { _ as cl, a as fl, b as dl, c as pl } from "./HeaderActions.vue_vue_type_script_setup_true_lang-EZGjVDor.js";
6
- import { S as ml, C as hl } from "./CardIcon-BCll_4SB.js";
4
+ import { _ as Re, u as Ie, f as el, M as nl, g as il, h as ll, i as rl, j as kn, k as tl, l as ol, m as ul, s as Cn, n as al } from "./index-CtOBLkqk.js";
5
+ import { _ as sl, a as cl, b as fl, c as dl } from "./HeaderActions.vue_vue_type_script_setup_true_lang-BmxOpklh.js";
6
+ import { S as pl, C as ml } from "./CardIcon-W_l68cRE.js";
7
7
  import { _ as zn } from "./MonacoEditor.vue_vue_type_script_setup_true_lang-D3ZPeXMw.js";
8
- import { V as $e } from "./vs-datatable-DVC6-2mA.js";
9
- import { _ as ln, m as rn, r as xe } from "./import-utils-BwcMU3Gp.js";
10
- /*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */
8
+ import { V as $e } from "./vs-datatable-B8qaPSDU.js";
9
+ import { _ as ln, m as rn, r as xe } from "./import-utils-vyDDgOA7.js";
10
+ /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
11
11
  function Gn(e) {
12
12
  return typeof e > "u" || e === null;
13
13
  }
14
- function vl(e) {
14
+ function hl(e) {
15
15
  return typeof e == "object" && e !== null;
16
16
  }
17
- function xl(e) {
17
+ function vl(e) {
18
18
  return Array.isArray(e) ? e : Gn(e) ? [] : [e];
19
19
  }
20
- function yl(e, n) {
20
+ function xl(e, n) {
21
21
  var i, r, l, o;
22
22
  if (n)
23
23
  for (o = Object.keys(n), i = 0, r = o.length; i < r; i += 1)
24
24
  l = o[i], e[l] = n[l];
25
25
  return e;
26
26
  }
27
- function gl(e, n) {
27
+ function yl(e, n) {
28
28
  var i = "", r;
29
29
  for (r = 0; r < n; r += 1)
30
30
  i += e;
31
31
  return i;
32
32
  }
33
- function bl(e) {
33
+ function gl(e) {
34
34
  return e === 0 && Number.NEGATIVE_INFINITY === 1 / e;
35
35
  }
36
- var _l = Gn, wl = vl, Al = xl, kl = gl, Cl = bl, Sl = yl, O = {
37
- isNothing: _l,
38
- isObject: wl,
39
- toArray: Al,
40
- repeat: kl,
41
- isNegativeZero: Cl,
42
- extend: Sl
36
+ var bl = Gn, _l = hl, wl = vl, Al = yl, kl = gl, Cl = xl, O = {
37
+ isNothing: bl,
38
+ isObject: _l,
39
+ toArray: wl,
40
+ repeat: Al,
41
+ isNegativeZero: kl,
42
+ extend: Cl
43
43
  };
44
44
  function Qn(e, n) {
45
45
  var i = "", r = e.reason || "(unknown reason)";
@@ -67,7 +67,7 @@ function ze(e, n, i, r, l) {
67
67
  function Ge(e, n) {
68
68
  return O.repeat(" ", n - e.length) + e;
69
69
  }
70
- function El(e, n) {
70
+ function Sl(e, n) {
71
71
  if (n = Object.create(n || null), !e.buffer) return null;
72
72
  n.maxLength || (n.maxLength = 79), typeof n.indent != "number" && (n.indent = 1), typeof n.linesBefore != "number" && (n.linesBefore = 3), typeof n.linesAfter != "number" && (n.linesAfter = 2);
73
73
  for (var i = /\r?\n|\r|\0/g, r = [0], l = [], o, t = -1; o = i.exec(e.buffer); )
@@ -96,7 +96,7 @@ function El(e, n) {
96
96
  `;
97
97
  return u.replace(/\n$/, "");
98
98
  }
99
- var Fl = El, Tl = [
99
+ var El = Sl, Fl = [
100
100
  "kind",
101
101
  "multi",
102
102
  "resolve",
@@ -107,12 +107,12 @@ var Fl = El, Tl = [
107
107
  "representName",
108
108
  "defaultStyle",
109
109
  "styleAliases"
110
- ], Il = [
110
+ ], Tl = [
111
111
  "scalar",
112
112
  "sequence",
113
113
  "mapping"
114
114
  ];
115
- function Ol(e) {
115
+ function Il(e) {
116
116
  var n = {};
117
117
  return e !== null && Object.keys(e).forEach(function(i) {
118
118
  e[i].forEach(function(r) {
@@ -120,18 +120,18 @@ function Ol(e) {
120
120
  });
121
121
  }), n;
122
122
  }
123
- function Ll(e, n) {
123
+ function Ol(e, n) {
124
124
  if (n = n || {}, Object.keys(n).forEach(function(i) {
125
- if (Tl.indexOf(i) === -1)
125
+ if (Fl.indexOf(i) === -1)
126
126
  throw new $('Unknown option "' + i + '" is met in definition of "' + e + '" YAML type.');
127
127
  }), this.options = n, this.tag = e, this.kind = n.kind || null, this.resolve = n.resolve || function() {
128
128
  return !0;
129
129
  }, this.construct = n.construct || function(i) {
130
130
  return i;
131
- }, this.instanceOf = n.instanceOf || null, this.predicate = n.predicate || null, this.represent = n.represent || null, this.representName = n.representName || null, this.defaultStyle = n.defaultStyle || null, this.multi = n.multi || !1, this.styleAliases = Ol(n.styleAliases || null), Il.indexOf(this.kind) === -1)
131
+ }, this.instanceOf = n.instanceOf || null, this.predicate = n.predicate || null, this.represent = n.represent || null, this.representName = n.representName || null, this.defaultStyle = n.defaultStyle || null, this.multi = n.multi || !1, this.styleAliases = Il(n.styleAliases || null), Tl.indexOf(this.kind) === -1)
132
132
  throw new $('Unknown kind "' + this.kind + '" is specified for "' + e + '" YAML type.');
133
133
  }
134
- var N = Ll;
134
+ var N = Ol;
135
135
  function Sn(e, n) {
136
136
  var i = [];
137
137
  return e[n].forEach(function(r) {
@@ -141,7 +141,7 @@ function Sn(e, n) {
141
141
  }), i[l] = r;
142
142
  }), i;
143
143
  }
144
- function Nl() {
144
+ function Ll() {
145
145
  var e = {
146
146
  scalar: {},
147
147
  sequence: {},
@@ -186,7 +186,7 @@ Je.prototype.extend = function(n) {
186
186
  throw new $("Specified list of YAML types (or a single Type object) contains a non-Type object.");
187
187
  });
188
188
  var l = Object.create(Je.prototype);
189
- return l.implicit = (this.implicit || []).concat(i), l.explicit = (this.explicit || []).concat(r), l.compiledImplicit = Sn(l, "implicit"), l.compiledExplicit = Sn(l, "explicit"), l.compiledTypeMap = Nl(l.compiledImplicit, l.compiledExplicit), l;
189
+ return l.implicit = (this.implicit || []).concat(i), l.explicit = (this.explicit || []).concat(r), l.compiledImplicit = Sn(l, "implicit"), l.compiledExplicit = Sn(l, "explicit"), l.compiledTypeMap = Ll(l.compiledImplicit, l.compiledExplicit), l;
190
190
  };
191
191
  var Wn = Je, Jn = new N("tag:yaml.org,2002:str", {
192
192
  kind: "scalar",
@@ -210,22 +210,22 @@ var Wn = Je, Jn = new N("tag:yaml.org,2002:str", {
210
210
  Xn
211
211
  ]
212
212
  });
213
- function Ml(e) {
213
+ function Nl(e) {
214
214
  if (e === null) return !0;
215
215
  var n = e.length;
216
216
  return n === 1 && e === "~" || n === 4 && (e === "null" || e === "Null" || e === "NULL");
217
217
  }
218
- function Dl() {
218
+ function Ml() {
219
219
  return null;
220
220
  }
221
- function Rl(e) {
221
+ function Dl(e) {
222
222
  return e === null;
223
223
  }
224
224
  var ni = new N("tag:yaml.org,2002:null", {
225
225
  kind: "scalar",
226
- resolve: Ml,
227
- construct: Dl,
228
- predicate: Rl,
226
+ resolve: Nl,
227
+ construct: Ml,
228
+ predicate: Dl,
229
229
  represent: {
230
230
  canonical: function() {
231
231
  return "~";
@@ -245,22 +245,22 @@ var ni = new N("tag:yaml.org,2002:null", {
245
245
  },
246
246
  defaultStyle: "lowercase"
247
247
  });
248
- function $l(e) {
248
+ function Rl(e) {
249
249
  if (e === null) return !1;
250
250
  var n = e.length;
251
251
  return n === 4 && (e === "true" || e === "True" || e === "TRUE") || n === 5 && (e === "false" || e === "False" || e === "FALSE");
252
252
  }
253
- function jl(e) {
253
+ function $l(e) {
254
254
  return e === "true" || e === "True" || e === "TRUE";
255
255
  }
256
- function Ul(e) {
256
+ function jl(e) {
257
257
  return Object.prototype.toString.call(e) === "[object Boolean]";
258
258
  }
259
259
  var ii = new N("tag:yaml.org,2002:bool", {
260
260
  kind: "scalar",
261
- resolve: $l,
262
- construct: jl,
263
- predicate: Ul,
261
+ resolve: Rl,
262
+ construct: $l,
263
+ predicate: jl,
264
264
  represent: {
265
265
  lowercase: function(e) {
266
266
  return e ? "true" : "false";
@@ -274,16 +274,16 @@ var ii = new N("tag:yaml.org,2002:bool", {
274
274
  },
275
275
  defaultStyle: "lowercase"
276
276
  });
277
- function Bl(e) {
277
+ function Ul(e) {
278
278
  return 48 <= e && e <= 57 || 65 <= e && e <= 70 || 97 <= e && e <= 102;
279
279
  }
280
- function Yl(e) {
280
+ function Bl(e) {
281
281
  return 48 <= e && e <= 55;
282
282
  }
283
- function Pl(e) {
283
+ function Yl(e) {
284
284
  return 48 <= e && e <= 57;
285
285
  }
286
- function Hl(e) {
286
+ function Pl(e) {
287
287
  if (e === null) return !1;
288
288
  var n = e.length, i = 0, r = !1, l;
289
289
  if (!n) return !1;
@@ -300,7 +300,7 @@ function Hl(e) {
300
300
  if (l === "x") {
301
301
  for (i++; i < n; i++)
302
302
  if (l = e[i], l !== "_") {
303
- if (!Bl(e.charCodeAt(i))) return !1;
303
+ if (!Ul(e.charCodeAt(i))) return !1;
304
304
  r = !0;
305
305
  }
306
306
  return r && l !== "_";
@@ -308,7 +308,7 @@ function Hl(e) {
308
308
  if (l === "o") {
309
309
  for (i++; i < n; i++)
310
310
  if (l = e[i], l !== "_") {
311
- if (!Yl(e.charCodeAt(i))) return !1;
311
+ if (!Bl(e.charCodeAt(i))) return !1;
312
312
  r = !0;
313
313
  }
314
314
  return r && l !== "_";
@@ -317,13 +317,13 @@ function Hl(e) {
317
317
  if (l === "_") return !1;
318
318
  for (; i < n; i++)
319
319
  if (l = e[i], l !== "_") {
320
- if (!Pl(e.charCodeAt(i)))
320
+ if (!Yl(e.charCodeAt(i)))
321
321
  return !1;
322
322
  r = !0;
323
323
  }
324
324
  return !(!r || l === "_");
325
325
  }
326
- function Vl(e) {
326
+ function Hl(e) {
327
327
  var n = e, i = 1, r;
328
328
  if (n.indexOf("_") !== -1 && (n = n.replace(/_/g, "")), r = n[0], (r === "-" || r === "+") && (r === "-" && (i = -1), n = n.slice(1), r = n[0]), n === "0") return 0;
329
329
  if (r === "0") {
@@ -333,14 +333,14 @@ function Vl(e) {
333
333
  }
334
334
  return i * parseInt(n, 10);
335
335
  }
336
- function ql(e) {
336
+ function Vl(e) {
337
337
  return Object.prototype.toString.call(e) === "[object Number]" && e % 1 === 0 && !O.isNegativeZero(e);
338
338
  }
339
339
  var li = new N("tag:yaml.org,2002:int", {
340
340
  kind: "scalar",
341
- resolve: Hl,
342
- construct: Vl,
343
- predicate: ql,
341
+ resolve: Pl,
342
+ construct: Hl,
343
+ predicate: Vl,
344
344
  represent: {
345
345
  binary: function(e) {
346
346
  return e >= 0 ? "0b" + e.toString(2) : "-0b" + e.toString(2).slice(1);
@@ -363,21 +363,21 @@ var li = new N("tag:yaml.org,2002:int", {
363
363
  decimal: [10, "dec"],
364
364
  hexadecimal: [16, "hex"]
365
365
  }
366
- }), Kl = new RegExp(
366
+ }), ql = new RegExp(
367
367
  // 2.5e4, 2.5 and integers
368
368
  "^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"
369
369
  );
370
- function zl(e) {
371
- return !(e === null || !Kl.test(e) || // Quick hack to not allow integers end with `_`
370
+ function Kl(e) {
371
+ return !(e === null || !ql.test(e) || // Quick hack to not allow integers end with `_`
372
372
  // Probably should update regexp & check speed
373
373
  e[e.length - 1] === "_");
374
374
  }
375
- function Gl(e) {
375
+ function zl(e) {
376
376
  var n, i;
377
377
  return n = e.replace(/_/g, "").toLowerCase(), i = n[0] === "-" ? -1 : 1, "+-".indexOf(n[0]) >= 0 && (n = n.slice(1)), n === ".inf" ? i === 1 ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY : n === ".nan" ? NaN : i * parseFloat(n, 10);
378
378
  }
379
- var Ql = /^[-+]?[0-9]+e/;
380
- function Wl(e, n) {
379
+ var Gl = /^[-+]?[0-9]+e/;
380
+ function Ql(e, n) {
381
381
  var i;
382
382
  if (isNaN(e))
383
383
  switch (n) {
@@ -408,17 +408,17 @@ function Wl(e, n) {
408
408
  }
409
409
  else if (O.isNegativeZero(e))
410
410
  return "-0.0";
411
- return i = e.toString(10), Ql.test(i) ? i.replace("e", ".e") : i;
411
+ return i = e.toString(10), Gl.test(i) ? i.replace("e", ".e") : i;
412
412
  }
413
- function Jl(e) {
413
+ function Wl(e) {
414
414
  return Object.prototype.toString.call(e) === "[object Number]" && (e % 1 !== 0 || O.isNegativeZero(e));
415
415
  }
416
416
  var ri = new N("tag:yaml.org,2002:float", {
417
417
  kind: "scalar",
418
- resolve: zl,
419
- construct: Gl,
420
- predicate: Jl,
421
- represent: Wl,
418
+ resolve: Kl,
419
+ construct: zl,
420
+ predicate: Wl,
421
+ represent: Ql,
422
422
  defaultStyle: "lowercase"
423
423
  }), ti = ei.extend({
424
424
  implicit: [
@@ -432,10 +432,10 @@ var ri = new N("tag:yaml.org,2002:float", {
432
432
  ), ai = new RegExp(
433
433
  "^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$"
434
434
  );
435
- function Zl(e) {
435
+ function Jl(e) {
436
436
  return e === null ? !1 : ui.exec(e) !== null || ai.exec(e) !== null;
437
437
  }
438
- function Xl(e) {
438
+ function Zl(e) {
439
439
  var n, i, r, l, o, t, u, a = 0, s = null, m, d, y;
440
440
  if (n = ui.exec(e), n === null && (n = ai.exec(e)), n === null) throw new Error("Date resolve error");
441
441
  if (i = +n[1], r = +n[2] - 1, l = +n[3], !n[4])
@@ -447,25 +447,25 @@ function Xl(e) {
447
447
  }
448
448
  return n[9] && (m = +n[10], d = +(n[11] || 0), s = (m * 60 + d) * 6e4, n[9] === "-" && (s = -s)), y = new Date(Date.UTC(i, r, l, o, t, u, a)), s && y.setTime(y.getTime() - s), y;
449
449
  }
450
- function er(e) {
450
+ function Xl(e) {
451
451
  return e.toISOString();
452
452
  }
453
453
  var si = new N("tag:yaml.org,2002:timestamp", {
454
454
  kind: "scalar",
455
- resolve: Zl,
456
- construct: Xl,
455
+ resolve: Jl,
456
+ construct: Zl,
457
457
  instanceOf: Date,
458
- represent: er
458
+ represent: Xl
459
459
  });
460
- function nr(e) {
460
+ function er(e) {
461
461
  return e === "<<" || e === null;
462
462
  }
463
463
  var ci = new N("tag:yaml.org,2002:merge", {
464
464
  kind: "scalar",
465
- resolve: nr
465
+ resolve: er
466
466
  }), tn = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
467
467
  \r`;
468
- function ir(e) {
468
+ function nr(e) {
469
469
  if (e === null) return !1;
470
470
  var n, i, r = 0, l = e.length, o = tn;
471
471
  for (i = 0; i < l; i++)
@@ -475,35 +475,35 @@ function ir(e) {
475
475
  }
476
476
  return r % 8 === 0;
477
477
  }
478
- function lr(e) {
478
+ function ir(e) {
479
479
  var n, i, r = e.replace(/[\r\n=]/g, ""), l = r.length, o = tn, t = 0, u = [];
480
480
  for (n = 0; n < l; n++)
481
481
  n % 4 === 0 && n && (u.push(t >> 16 & 255), u.push(t >> 8 & 255), u.push(t & 255)), t = t << 6 | o.indexOf(r.charAt(n));
482
482
  return i = l % 4 * 6, i === 0 ? (u.push(t >> 16 & 255), u.push(t >> 8 & 255), u.push(t & 255)) : i === 18 ? (u.push(t >> 10 & 255), u.push(t >> 2 & 255)) : i === 12 && u.push(t >> 4 & 255), new Uint8Array(u);
483
483
  }
484
- function rr(e) {
484
+ function lr(e) {
485
485
  var n = "", i = 0, r, l, o = e.length, t = tn;
486
486
  for (r = 0; r < o; r++)
487
487
  r % 3 === 0 && r && (n += t[i >> 18 & 63], n += t[i >> 12 & 63], n += t[i >> 6 & 63], n += t[i & 63]), i = (i << 8) + e[r];
488
488
  return l = o % 3, l === 0 ? (n += t[i >> 18 & 63], n += t[i >> 12 & 63], n += t[i >> 6 & 63], n += t[i & 63]) : l === 2 ? (n += t[i >> 10 & 63], n += t[i >> 4 & 63], n += t[i << 2 & 63], n += t[64]) : l === 1 && (n += t[i >> 2 & 63], n += t[i << 4 & 63], n += t[64], n += t[64]), n;
489
489
  }
490
- function tr(e) {
490
+ function rr(e) {
491
491
  return Object.prototype.toString.call(e) === "[object Uint8Array]";
492
492
  }
493
493
  var fi = new N("tag:yaml.org,2002:binary", {
494
494
  kind: "scalar",
495
- resolve: ir,
496
- construct: lr,
497
- predicate: tr,
498
- represent: rr
499
- }), or = Object.prototype.hasOwnProperty, ur = Object.prototype.toString;
500
- function ar(e) {
495
+ resolve: nr,
496
+ construct: ir,
497
+ predicate: rr,
498
+ represent: lr
499
+ }), tr = Object.prototype.hasOwnProperty, or = Object.prototype.toString;
500
+ function ur(e) {
501
501
  if (e === null) return !0;
502
502
  var n = [], i, r, l, o, t, u = e;
503
503
  for (i = 0, r = u.length; i < r; i += 1) {
504
- if (l = u[i], t = !1, ur.call(l) !== "[object Object]") return !1;
504
+ if (l = u[i], t = !1, or.call(l) !== "[object Object]") return !1;
505
505
  for (o in l)
506
- if (or.call(l, o))
506
+ if (tr.call(l, o))
507
507
  if (!t) t = !0;
508
508
  else return !1;
509
509
  if (!t) return !1;
@@ -512,24 +512,24 @@ function ar(e) {
512
512
  }
513
513
  return !0;
514
514
  }
515
- function sr(e) {
515
+ function ar(e) {
516
516
  return e !== null ? e : [];
517
517
  }
518
518
  var di = new N("tag:yaml.org,2002:omap", {
519
519
  kind: "sequence",
520
- resolve: ar,
521
- construct: sr
522
- }), cr = Object.prototype.toString;
523
- function fr(e) {
520
+ resolve: ur,
521
+ construct: ar
522
+ }), sr = Object.prototype.toString;
523
+ function cr(e) {
524
524
  if (e === null) return !0;
525
525
  var n, i, r, l, o, t = e;
526
526
  for (o = new Array(t.length), n = 0, i = t.length; n < i; n += 1) {
527
- if (r = t[n], cr.call(r) !== "[object Object]" || (l = Object.keys(r), l.length !== 1)) return !1;
527
+ if (r = t[n], sr.call(r) !== "[object Object]" || (l = Object.keys(r), l.length !== 1)) return !1;
528
528
  o[n] = [l[0], r[l[0]]];
529
529
  }
530
530
  return !0;
531
531
  }
532
- function dr(e) {
532
+ function fr(e) {
533
533
  if (e === null) return [];
534
534
  var n, i, r, l, o, t = e;
535
535
  for (o = new Array(t.length), n = 0, i = t.length; n < i; n += 1)
@@ -538,24 +538,24 @@ function dr(e) {
538
538
  }
539
539
  var pi = new N("tag:yaml.org,2002:pairs", {
540
540
  kind: "sequence",
541
- resolve: fr,
542
- construct: dr
543
- }), pr = Object.prototype.hasOwnProperty;
544
- function mr(e) {
541
+ resolve: cr,
542
+ construct: fr
543
+ }), dr = Object.prototype.hasOwnProperty;
544
+ function pr(e) {
545
545
  if (e === null) return !0;
546
546
  var n, i = e;
547
547
  for (n in i)
548
- if (pr.call(i, n) && i[n] !== null)
548
+ if (dr.call(i, n) && i[n] !== null)
549
549
  return !1;
550
550
  return !0;
551
551
  }
552
- function hr(e) {
552
+ function mr(e) {
553
553
  return e !== null ? e : {};
554
554
  }
555
555
  var mi = new N("tag:yaml.org,2002:set", {
556
556
  kind: "mapping",
557
- resolve: mr,
558
- construct: hr
557
+ resolve: pr,
558
+ construct: mr
559
559
  }), on = oi.extend({
560
560
  implicit: [
561
561
  si,
@@ -567,7 +567,7 @@ var mi = new N("tag:yaml.org,2002:set", {
567
567
  pi,
568
568
  mi
569
569
  ]
570
- }), X = Object.prototype.hasOwnProperty, Oe = 1, hi = 2, vi = 3, Le = 4, Qe = 1, vr = 2, En = 3, xr = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, yr = /[\x85\u2028\u2029]/, gr = /[,\[\]\{\}]/, xi = /^(?:!|!!|![a-z\-]+!)$/i, yi = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;
570
+ }), X = Object.prototype.hasOwnProperty, Oe = 1, hi = 2, vi = 3, Le = 4, Qe = 1, hr = 2, En = 3, vr = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, xr = /[\x85\u2028\u2029]/, yr = /[,\[\]\{\}]/, xi = /^(?:!|!!|![a-z\-]+!)$/i, yi = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;
571
571
  function Fn(e) {
572
572
  return Object.prototype.toString.call(e);
573
573
  }
@@ -583,41 +583,33 @@ function U(e) {
583
583
  function ce(e) {
584
584
  return e === 44 || e === 91 || e === 93 || e === 123 || e === 125;
585
585
  }
586
- function br(e) {
586
+ function gr(e) {
587
587
  var n;
588
588
  return 48 <= e && e <= 57 ? e - 48 : (n = e | 32, 97 <= n && n <= 102 ? n - 97 + 10 : -1);
589
589
  }
590
- function _r(e) {
590
+ function br(e) {
591
591
  return e === 120 ? 2 : e === 117 ? 4 : e === 85 ? 8 : 0;
592
592
  }
593
- function wr(e) {
593
+ function _r(e) {
594
594
  return 48 <= e && e <= 57 ? e - 48 : -1;
595
595
  }
596
596
  function Tn(e) {
597
597
  return e === 48 ? "\0" : e === 97 ? "\x07" : e === 98 ? "\b" : e === 116 || e === 9 ? " " : e === 110 ? `
598
598
  ` : e === 118 ? "\v" : e === 102 ? "\f" : e === 114 ? "\r" : e === 101 ? "\x1B" : e === 32 ? " " : e === 34 ? '"' : e === 47 ? "/" : e === 92 ? "\\" : e === 78 ? "…" : e === 95 ? " " : e === 76 ? "\u2028" : e === 80 ? "\u2029" : "";
599
599
  }
600
- function Ar(e) {
600
+ function wr(e) {
601
601
  return e <= 65535 ? String.fromCharCode(e) : String.fromCharCode(
602
602
  (e - 65536 >> 10) + 55296,
603
603
  (e - 65536 & 1023) + 56320
604
604
  );
605
605
  }
606
- function gi(e, n, i) {
607
- n === "__proto__" ? Object.defineProperty(e, n, {
608
- configurable: !0,
609
- enumerable: !0,
610
- writable: !0,
611
- value: i
612
- }) : e[n] = i;
613
- }
614
- var bi = new Array(256), _i = new Array(256);
606
+ var gi = new Array(256), bi = new Array(256);
615
607
  for (var ae = 0; ae < 256; ae++)
616
- bi[ae] = Tn(ae) ? 1 : 0, _i[ae] = Tn(ae);
617
- function kr(e, n) {
608
+ gi[ae] = Tn(ae) ? 1 : 0, bi[ae] = Tn(ae);
609
+ function Ar(e, n) {
618
610
  this.input = e, this.filename = n.filename || null, this.schema = n.schema || on, this.onWarning = n.onWarning || null, this.legacy = n.legacy || !1, this.json = n.json || !1, this.listener = n.listener || null, this.implicitTypes = this.schema.compiledImplicit, this.typeMap = this.schema.compiledTypeMap, this.length = e.length, this.position = 0, this.line = 0, this.lineStart = 0, this.lineIndent = 0, this.firstTabInLine = -1, this.documents = [];
619
611
  }
620
- function wi(e, n) {
612
+ function _i(e, n) {
621
613
  var i = {
622
614
  name: e.filename,
623
615
  buffer: e.input.slice(0, -1),
@@ -626,13 +618,13 @@ function wi(e, n) {
626
618
  line: e.line,
627
619
  column: e.position - e.lineStart
628
620
  };
629
- return i.snippet = Fl(i), new $(n, i);
621
+ return i.snippet = El(i), new $(n, i);
630
622
  }
631
623
  function _(e, n) {
632
- throw wi(e, n);
624
+ throw _i(e, n);
633
625
  }
634
626
  function Ne(e, n) {
635
- e.onWarning && e.onWarning.call(null, wi(e, n));
627
+ e.onWarning && e.onWarning.call(null, _i(e, n));
636
628
  }
637
629
  var In = {
638
630
  YAML: function(n, i, r) {
@@ -656,14 +648,14 @@ function Z(e, n, i, r) {
656
648
  if (u = e.input.slice(n, i), r)
657
649
  for (l = 0, o = u.length; l < o; l += 1)
658
650
  t = u.charCodeAt(l), t === 9 || 32 <= t && t <= 1114111 || _(e, "expected valid JSON character");
659
- else xr.test(u) && _(e, "the stream contains non-printable characters");
651
+ else vr.test(u) && _(e, "the stream contains non-printable characters");
660
652
  e.result += u;
661
653
  }
662
654
  }
663
655
  function On(e, n, i, r) {
664
656
  var l, o, t, u;
665
657
  for (O.isObject(i) || _(e, "cannot merge mappings; the provided source object is unacceptable"), l = Object.keys(i), t = 0, u = l.length; t < u; t += 1)
666
- o = l[t], X.call(n, o) || (gi(n, o, i[o]), r[o] = !0);
658
+ o = l[t], X.call(n, o) || (n[o] = i[o], r[o] = !0);
667
659
  }
668
660
  function fe(e, n, i, r, l, o, t, u, a) {
669
661
  var s, m;
@@ -677,7 +669,12 @@ function fe(e, n, i, r, l, o, t, u, a) {
677
669
  else
678
670
  On(e, n, o, i);
679
671
  else
680
- !e.json && !X.call(i, l) && X.call(n, l) && (e.line = t || e.line, e.lineStart = u || e.lineStart, e.position = a || e.position, _(e, "duplicated mapping key")), gi(n, l, o), delete i[l];
672
+ !e.json && !X.call(i, l) && X.call(n, l) && (e.line = t || e.line, e.lineStart = u || e.lineStart, e.position = a || e.position, _(e, "duplicated mapping key")), l === "__proto__" ? Object.defineProperty(n, l, {
673
+ configurable: !0,
674
+ enumerable: !0,
675
+ writable: !0,
676
+ value: o
677
+ }) : n[l] = o, delete i[l];
681
678
  return n;
682
679
  }
683
680
  function un(e) {
@@ -708,7 +705,7 @@ function an(e, n) {
708
705
  n === 1 ? e.result += " " : n > 1 && (e.result += O.repeat(`
709
706
  `, n - 1));
710
707
  }
711
- function Cr(e, n, i) {
708
+ function kr(e, n, i) {
712
709
  var r, l, o, t, u, a, s, m, d = e.kind, y = e.result, b;
713
710
  if (b = e.input.charCodeAt(e.position), U(b) || ce(b) || b === 35 || b === 38 || b === 42 || b === 33 || b === 124 || b === 62 || b === 39 || b === 34 || b === 37 || b === 64 || b === 96 || (b === 63 || b === 45) && (l = e.input.charCodeAt(e.position + 1), U(l) || i && ce(l)))
714
711
  return !1;
@@ -735,7 +732,7 @@ function Cr(e, n, i) {
735
732
  }
736
733
  return Z(e, o, t, !1), e.result ? !0 : (e.kind = d, e.result = y, !1);
737
734
  }
738
- function Sr(e, n) {
735
+ function Cr(e, n) {
739
736
  var i, r, l;
740
737
  if (i = e.input.charCodeAt(e.position), i !== 39)
741
738
  return !1;
@@ -748,7 +745,7 @@ function Sr(e, n) {
748
745
  else G(i) ? (Z(e, r, l, !0), an(e, T(e, !1, n)), r = l = e.position) : e.position === e.lineStart && je(e) ? _(e, "unexpected end of the document within a single quoted scalar") : (e.position++, l = e.position);
749
746
  _(e, "unexpected end of the stream within a single quoted scalar");
750
747
  }
751
- function Er(e, n) {
748
+ function Sr(e, n) {
752
749
  var i, r, l, o, t, u;
753
750
  if (u = e.input.charCodeAt(e.position), u !== 34)
754
751
  return !1;
@@ -758,12 +755,12 @@ function Er(e, n) {
758
755
  if (u === 92) {
759
756
  if (Z(e, i, e.position, !0), u = e.input.charCodeAt(++e.position), G(u))
760
757
  T(e, !1, n);
761
- else if (u < 256 && bi[u])
762
- e.result += _i[u], e.position++;
763
- else if ((t = _r(u)) > 0) {
758
+ else if (u < 256 && gi[u])
759
+ e.result += bi[u], e.position++;
760
+ else if ((t = br(u)) > 0) {
764
761
  for (l = t, o = 0; l > 0; l--)
765
- u = e.input.charCodeAt(++e.position), (t = br(u)) >= 0 ? o = (o << 4) + t : _(e, "expected hexadecimal character");
766
- e.result += Ar(o), e.position++;
762
+ u = e.input.charCodeAt(++e.position), (t = gr(u)) >= 0 ? o = (o << 4) + t : _(e, "expected hexadecimal character");
763
+ e.result += wr(o), e.position++;
767
764
  } else
768
765
  _(e, "unknown escape sequence");
769
766
  i = r = e.position;
@@ -771,7 +768,7 @@ function Er(e, n) {
771
768
  }
772
769
  _(e, "unexpected end of the stream within a double quoted scalar");
773
770
  }
774
- function Fr(e, n) {
771
+ function Er(e, n) {
775
772
  var i = !0, r, l, o, t = e.tag, u, a = e.anchor, s, m, d, y, b, p = /* @__PURE__ */ Object.create(null), h, x, w, g;
776
773
  if (g = e.input.charCodeAt(e.position), g === 91)
777
774
  m = 93, b = !1, u = [];
@@ -786,7 +783,7 @@ function Fr(e, n) {
786
783
  }
787
784
  _(e, "unexpected end of the stream within a flow collection");
788
785
  }
789
- function Tr(e, n) {
786
+ function Fr(e, n) {
790
787
  var i, r, l = Qe, o = !1, t = !1, u = n, a = 0, s = !1, m, d;
791
788
  if (d = e.input.charCodeAt(e.position), d === 124)
792
789
  r = !1;
@@ -796,8 +793,8 @@ function Tr(e, n) {
796
793
  return !1;
797
794
  for (e.kind = "scalar", e.result = ""; d !== 0; )
798
795
  if (d = e.input.charCodeAt(++e.position), d === 43 || d === 45)
799
- Qe === l ? l = d === 43 ? En : vr : _(e, "repeat of a chomping mode identifier");
800
- else if ((m = wr(d)) >= 0)
796
+ Qe === l ? l = d === 43 ? En : hr : _(e, "repeat of a chomping mode identifier");
797
+ else if ((m = _r(d)) >= 0)
801
798
  m === 0 ? _(e, "bad explicit indentation width of a block scalar; it cannot be less than one") : t ? _(e, "repeat of an indentation width identifier") : (u = n + m - 1, t = !0);
802
799
  else
803
800
  break;
@@ -848,7 +845,7 @@ function Ln(e, n) {
848
845
  }
849
846
  return u ? (e.tag = r, e.anchor = l, e.kind = "sequence", e.result = o, !0) : !1;
850
847
  }
851
- function Ir(e, n, i) {
848
+ function Tr(e, n, i) {
852
849
  var r, l, o, t, u, a, s = e.tag, m = e.anchor, d = {}, y = /* @__PURE__ */ Object.create(null), b = null, p = null, h = null, x = !1, w = !1, g;
853
850
  if (e.firstTabInLine !== -1) return !1;
854
851
  for (e.anchor !== null && (e.anchorMap[e.anchor] = d), g = e.input.charCodeAt(e.position); g !== 0; ) {
@@ -878,7 +875,7 @@ function Ir(e, n, i) {
878
875
  }
879
876
  return x && fe(e, d, y, b, p, null, t, u, a), w && (e.tag = s, e.anchor = m, e.kind = "mapping", e.result = d), w;
880
877
  }
881
- function Or(e) {
878
+ function Ir(e) {
882
879
  var n, i = !1, r = !1, l, o, t;
883
880
  if (t = e.input.charCodeAt(e.position), t !== 33) return !1;
884
881
  if (e.tag !== null && _(e, "duplication of a tag property"), t = e.input.charCodeAt(++e.position), t === 60 ? (i = !0, t = e.input.charCodeAt(++e.position)) : t === 33 ? (r = !0, l = "!!", t = e.input.charCodeAt(++e.position)) : l = "!", n = e.position, i) {
@@ -889,7 +886,7 @@ function Or(e) {
889
886
  } else {
890
887
  for (; t !== 0 && !U(t); )
891
888
  t === 33 && (r ? _(e, "tag suffix cannot contain exclamation marks") : (l = e.input.slice(n - 1, e.position + 1), xi.test(l) || _(e, "named tag handle cannot contain such characters"), r = !0, n = e.position + 1)), t = e.input.charCodeAt(++e.position);
892
- o = e.input.slice(n, e.position), gr.test(o) && _(e, "tag suffix cannot contain flow indicator characters");
889
+ o = e.input.slice(n, e.position), yr.test(o) && _(e, "tag suffix cannot contain flow indicator characters");
893
890
  }
894
891
  o && !yi.test(o) && _(e, "tag name cannot contain such characters: " + o);
895
892
  try {
@@ -899,14 +896,14 @@ function Or(e) {
899
896
  }
900
897
  return i ? e.tag = o : X.call(e.tagMap, l) ? e.tag = e.tagMap[l] + o : l === "!" ? e.tag = "!" + o : l === "!!" ? e.tag = "tag:yaml.org,2002:" + o : _(e, 'undeclared tag handle "' + l + '"'), !0;
901
898
  }
902
- function Lr(e) {
899
+ function Or(e) {
903
900
  var n, i;
904
901
  if (i = e.input.charCodeAt(e.position), i !== 38) return !1;
905
902
  for (e.anchor !== null && _(e, "duplication of an anchor property"), i = e.input.charCodeAt(++e.position), n = e.position; i !== 0 && !U(i) && !ce(i); )
906
903
  i = e.input.charCodeAt(++e.position);
907
904
  return e.position === n && _(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(n, e.position), !0;
908
905
  }
909
- function Nr(e) {
906
+ function Lr(e) {
910
907
  var n, i, r;
911
908
  if (r = e.input.charCodeAt(e.position), r !== 42) return !1;
912
909
  for (r = e.input.charCodeAt(++e.position), n = e.position; r !== 0 && !U(r) && !ce(r); )
@@ -916,9 +913,9 @@ function Nr(e) {
916
913
  function de(e, n, i, r, l) {
917
914
  var o, t, u, a = 1, s = !1, m = !1, d, y, b, p, h, x;
918
915
  if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, o = t = u = Le === i || vi === i, r && T(e, !0, -1) && (s = !0, e.lineIndent > n ? a = 1 : e.lineIndent === n ? a = 0 : e.lineIndent < n && (a = -1)), a === 1)
919
- for (; Or(e) || Lr(e); )
916
+ for (; Ir(e) || Or(e); )
920
917
  T(e, !0, -1) ? (s = !0, u = o, e.lineIndent > n ? a = 1 : e.lineIndent === n ? a = 0 : e.lineIndent < n && (a = -1)) : u = !1;
921
- if (u && (u = s || l), (a === 1 || Le === i) && (Oe === i || hi === i ? h = n : h = n + 1, x = e.position - e.lineStart, a === 1 ? u && (Ln(e, x) || Ir(e, x, h)) || Fr(e, h) ? m = !0 : (t && Tr(e, h) || Sr(e, h) || Er(e, h) ? m = !0 : Nr(e) ? (m = !0, (e.tag !== null || e.anchor !== null) && _(e, "alias node should not have any properties")) : Cr(e, h, Oe === i) && (m = !0, e.tag === null && (e.tag = "?")), e.anchor !== null && (e.anchorMap[e.anchor] = e.result)) : a === 0 && (m = u && Ln(e, x))), e.tag === null)
918
+ if (u && (u = s || l), (a === 1 || Le === i) && (Oe === i || hi === i ? h = n : h = n + 1, x = e.position - e.lineStart, a === 1 ? u && (Ln(e, x) || Tr(e, x, h)) || Er(e, h) ? m = !0 : (t && Fr(e, h) || Cr(e, h) || Sr(e, h) ? m = !0 : Lr(e) ? (m = !0, (e.tag !== null || e.anchor !== null) && _(e, "alias node should not have any properties")) : kr(e, h, Oe === i) && (m = !0, e.tag === null && (e.tag = "?")), e.anchor !== null && (e.anchorMap[e.anchor] = e.result)) : a === 0 && (m = u && Ln(e, x))), e.tag === null)
922
919
  e.anchor !== null && (e.anchorMap[e.anchor] = e.result);
923
920
  else if (e.tag === "?") {
924
921
  for (e.result !== null && e.kind !== "scalar" && _(e, 'unacceptable node kind for !<?> tag; it should be "scalar", not "' + e.kind + '"'), d = 0, y = e.implicitTypes.length; d < y; d += 1)
@@ -939,7 +936,7 @@ function de(e, n, i, r, l) {
939
936
  }
940
937
  return e.listener !== null && e.listener("close", e), e.tag !== null || e.anchor !== null || m;
941
938
  }
942
- function Mr(e) {
939
+ function Nr(e) {
943
940
  var n = e.position, i, r, l, o = !1, t;
944
941
  for (e.version = null, e.checkLineBreaks = e.legacy, e.tagMap = /* @__PURE__ */ Object.create(null), e.anchorMap = /* @__PURE__ */ Object.create(null); (t = e.input.charCodeAt(e.position)) !== 0 && (T(e, !0, -1), t = e.input.charCodeAt(e.position), !(e.lineIndent > 0 || t !== 37)); ) {
945
942
  for (o = !0, t = e.input.charCodeAt(++e.position), i = e.position; t !== 0 && !U(t); )
@@ -960,7 +957,7 @@ function Mr(e) {
960
957
  }
961
958
  t !== 0 && un(e), X.call(In, r) ? In[r](e, r, l) : Ne(e, 'unknown document directive "' + r + '"');
962
959
  }
963
- if (T(e, !0, -1), e.lineIndent === 0 && e.input.charCodeAt(e.position) === 45 && e.input.charCodeAt(e.position + 1) === 45 && e.input.charCodeAt(e.position + 2) === 45 ? (e.position += 3, T(e, !0, -1)) : o && _(e, "directives end mark is expected"), de(e, e.lineIndent - 1, Le, !1, !0), T(e, !0, -1), e.checkLineBreaks && yr.test(e.input.slice(n, e.position)) && Ne(e, "non-ASCII line breaks are interpreted as content"), e.documents.push(e.result), e.position === e.lineStart && je(e)) {
960
+ if (T(e, !0, -1), e.lineIndent === 0 && e.input.charCodeAt(e.position) === 45 && e.input.charCodeAt(e.position + 1) === 45 && e.input.charCodeAt(e.position + 2) === 45 ? (e.position += 3, T(e, !0, -1)) : o && _(e, "directives end mark is expected"), de(e, e.lineIndent - 1, Le, !1, !0), T(e, !0, -1), e.checkLineBreaks && xr.test(e.input.slice(n, e.position)) && Ne(e, "non-ASCII line breaks are interpreted as content"), e.documents.push(e.result), e.position === e.lineStart && je(e)) {
964
961
  e.input.charCodeAt(e.position) === 46 && (e.position += 3, T(e, !0, -1));
965
962
  return;
966
963
  }
@@ -969,36 +966,36 @@ function Mr(e) {
969
966
  else
970
967
  return;
971
968
  }
972
- function Ai(e, n) {
969
+ function wi(e, n) {
973
970
  e = String(e), n = n || {}, e.length !== 0 && (e.charCodeAt(e.length - 1) !== 10 && e.charCodeAt(e.length - 1) !== 13 && (e += `
974
971
  `), e.charCodeAt(0) === 65279 && (e = e.slice(1)));
975
- var i = new kr(e, n), r = e.indexOf("\0");
972
+ var i = new Ar(e, n), r = e.indexOf("\0");
976
973
  for (r !== -1 && (i.position = r, _(i, "null byte is not allowed in input")), i.input += "\0"; i.input.charCodeAt(i.position) === 32; )
977
974
  i.lineIndent += 1, i.position += 1;
978
975
  for (; i.position < i.length - 1; )
979
- Mr(i);
976
+ Nr(i);
980
977
  return i.documents;
981
978
  }
982
- function Dr(e, n, i) {
979
+ function Mr(e, n, i) {
983
980
  n !== null && typeof n == "object" && typeof i > "u" && (i = n, n = null);
984
- var r = Ai(e, i);
981
+ var r = wi(e, i);
985
982
  if (typeof n != "function")
986
983
  return r;
987
984
  for (var l = 0, o = r.length; l < o; l += 1)
988
985
  n(r[l]);
989
986
  }
990
- function Rr(e, n) {
991
- var i = Ai(e, n);
987
+ function Dr(e, n) {
988
+ var i = wi(e, n);
992
989
  if (i.length !== 0) {
993
990
  if (i.length === 1)
994
991
  return i[0];
995
992
  throw new $("expected a single document in the stream, but found more");
996
993
  }
997
994
  }
998
- var $r = Dr, jr = Rr, ki = {
999
- loadAll: $r,
1000
- load: jr
1001
- }, Ci = Object.prototype.toString, Si = Object.prototype.hasOwnProperty, sn = 65279, Ur = 9, ge = 10, Br = 13, Yr = 32, Pr = 33, Hr = 34, Ze = 35, Vr = 37, qr = 38, Kr = 39, zr = 42, Ei = 44, Gr = 45, Me = 58, Qr = 61, Wr = 62, Jr = 63, Zr = 64, Fi = 91, Ti = 93, Xr = 96, Ii = 123, et = 124, Oi = 125, R = {};
995
+ var Rr = Mr, $r = Dr, Ai = {
996
+ loadAll: Rr,
997
+ load: $r
998
+ }, ki = Object.prototype.toString, Ci = Object.prototype.hasOwnProperty, sn = 65279, jr = 9, ge = 10, Ur = 13, Br = 32, Yr = 33, Pr = 34, Ze = 35, Hr = 37, Vr = 38, qr = 39, Kr = 42, Si = 44, zr = 45, Me = 58, Gr = 61, Qr = 62, Wr = 63, Jr = 64, Ei = 91, Fi = 93, Zr = 96, Ti = 123, Xr = 124, Ii = 125, R = {};
1002
999
  R[0] = "\\0";
1003
1000
  R[7] = "\\a";
1004
1001
  R[8] = "\\b";
@@ -1014,7 +1011,7 @@ R[133] = "\\N";
1014
1011
  R[160] = "\\_";
1015
1012
  R[8232] = "\\L";
1016
1013
  R[8233] = "\\P";
1017
- var nt = [
1014
+ var et = [
1018
1015
  "y",
1019
1016
  "Y",
1020
1017
  "yes",
@@ -1031,15 +1028,15 @@ var nt = [
1031
1028
  "off",
1032
1029
  "Off",
1033
1030
  "OFF"
1034
- ], it = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
1035
- function lt(e, n) {
1031
+ ], nt = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
1032
+ function it(e, n) {
1036
1033
  var i, r, l, o, t, u, a;
1037
1034
  if (n === null) return {};
1038
1035
  for (i = {}, r = Object.keys(n), l = 0, o = r.length; l < o; l += 1)
1039
- t = r[l], u = String(n[t]), t.slice(0, 2) === "!!" && (t = "tag:yaml.org,2002:" + t.slice(2)), a = e.compiledTypeMap.fallback[t], a && Si.call(a.styleAliases, u) && (u = a.styleAliases[u]), i[t] = u;
1036
+ t = r[l], u = String(n[t]), t.slice(0, 2) === "!!" && (t = "tag:yaml.org,2002:" + t.slice(2)), a = e.compiledTypeMap.fallback[t], a && Ci.call(a.styleAliases, u) && (u = a.styleAliases[u]), i[t] = u;
1040
1037
  return i;
1041
1038
  }
1042
- function rt(e) {
1039
+ function lt(e) {
1043
1040
  var n, i, r;
1044
1041
  if (n = e.toString(16).toUpperCase(), e <= 255)
1045
1042
  i = "x", r = 2;
@@ -1051,9 +1048,9 @@ function rt(e) {
1051
1048
  throw new $("code point within a string may not be greater than 0xFFFFFFFF");
1052
1049
  return "\\" + i + O.repeat("0", r - n.length) + n;
1053
1050
  }
1054
- var tt = 1, be = 2;
1055
- function ot(e) {
1056
- this.schema = e.schema || on, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = O.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap = lt(this.schema, e.styles || null), this.sortKeys = e.sortKeys || !1, this.lineWidth = e.lineWidth || 80, this.noRefs = e.noRefs || !1, this.noCompatMode = e.noCompatMode || !1, this.condenseFlow = e.condenseFlow || !1, this.quotingType = e.quotingType === '"' ? be : tt, this.forceQuotes = e.forceQuotes || !1, this.replacer = typeof e.replacer == "function" ? e.replacer : null, this.implicitTypes = this.schema.compiledImplicit, this.explicitTypes = this.schema.compiledExplicit, this.tag = null, this.result = "", this.duplicates = [], this.usedDuplicates = null;
1051
+ var rt = 1, be = 2;
1052
+ function tt(e) {
1053
+ this.schema = e.schema || on, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = O.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap = it(this.schema, e.styles || null), this.sortKeys = e.sortKeys || !1, this.lineWidth = e.lineWidth || 80, this.noRefs = e.noRefs || !1, this.noCompatMode = e.noCompatMode || !1, this.condenseFlow = e.condenseFlow || !1, this.quotingType = e.quotingType === '"' ? be : rt, this.forceQuotes = e.forceQuotes || !1, this.replacer = typeof e.replacer == "function" ? e.replacer : null, this.implicitTypes = this.schema.compiledImplicit, this.explicitTypes = this.schema.compiledExplicit, this.tag = null, this.result = "", this.duplicates = [], this.usedDuplicates = null;
1057
1054
  }
1058
1055
  function Nn(e, n) {
1059
1056
  for (var i = O.repeat(" ", n), r = 0, l = -1, o = "", t, u = e.length; r < u; )
@@ -1066,7 +1063,7 @@ function Xe(e, n) {
1066
1063
  return `
1067
1064
  ` + O.repeat(" ", e.indent * n);
1068
1065
  }
1069
- function ut(e, n) {
1066
+ function ot(e, n) {
1070
1067
  var i, r, l;
1071
1068
  for (i = 0, r = e.implicitTypes.length; i < r; i += 1)
1072
1069
  if (l = e.implicitTypes[i], l.resolve(n))
@@ -1074,13 +1071,13 @@ function ut(e, n) {
1074
1071
  return !1;
1075
1072
  }
1076
1073
  function De(e) {
1077
- return e === Yr || e === Ur;
1074
+ return e === Br || e === jr;
1078
1075
  }
1079
1076
  function _e(e) {
1080
1077
  return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !== sn || 65536 <= e && e <= 1114111;
1081
1078
  }
1082
1079
  function Mn(e) {
1083
- return _e(e) && e !== sn && e !== Br && e !== ge;
1080
+ return _e(e) && e !== sn && e !== Ur && e !== ge;
1084
1081
  }
1085
1082
  function Dn(e, n, i) {
1086
1083
  var r = Mn(e), l = r && !De(e);
@@ -1089,26 +1086,26 @@ function Dn(e, n, i) {
1089
1086
  (i ? (
1090
1087
  // c = flow-in
1091
1088
  r
1092
- ) : r && e !== Ei && e !== Fi && e !== Ti && e !== Ii && e !== Oi) && e !== Ze && !(n === Me && !l) || Mn(n) && !De(n) && e === Ze || n === Me && l
1089
+ ) : r && e !== Si && e !== Ei && e !== Fi && e !== Ti && e !== Ii) && e !== Ze && !(n === Me && !l) || Mn(n) && !De(n) && e === Ze || n === Me && l
1093
1090
  );
1094
1091
  }
1095
- function at(e) {
1096
- return _e(e) && e !== sn && !De(e) && e !== Gr && e !== Jr && e !== Me && e !== Ei && e !== Fi && e !== Ti && e !== Ii && e !== Oi && e !== Ze && e !== qr && e !== zr && e !== Pr && e !== et && e !== Qr && e !== Wr && e !== Kr && e !== Hr && e !== Vr && e !== Zr && e !== Xr;
1092
+ function ut(e) {
1093
+ return _e(e) && e !== sn && !De(e) && e !== zr && e !== Wr && e !== Me && e !== Si && e !== Ei && e !== Fi && e !== Ti && e !== Ii && e !== Ze && e !== Vr && e !== Kr && e !== Yr && e !== Xr && e !== Gr && e !== Qr && e !== qr && e !== Pr && e !== Hr && e !== Jr && e !== Zr;
1097
1094
  }
1098
- function st(e) {
1095
+ function at(e) {
1099
1096
  return !De(e) && e !== Me;
1100
1097
  }
1101
1098
  function he(e, n) {
1102
1099
  var i = e.charCodeAt(n), r;
1103
1100
  return i >= 55296 && i <= 56319 && n + 1 < e.length && (r = e.charCodeAt(n + 1), r >= 56320 && r <= 57343) ? (i - 55296) * 1024 + r - 56320 + 65536 : i;
1104
1101
  }
1105
- function Li(e) {
1102
+ function Oi(e) {
1106
1103
  var n = /^\n* /;
1107
1104
  return n.test(e);
1108
1105
  }
1109
- var Ni = 1, en = 2, Mi = 3, Di = 4, se = 5;
1110
- function ct(e, n, i, r, l, o, t, u) {
1111
- var a, s = 0, m = null, d = !1, y = !1, b = r !== -1, p = -1, h = at(he(e, 0)) && st(he(e, e.length - 1));
1106
+ var Li = 1, en = 2, Ni = 3, Mi = 4, se = 5;
1107
+ function st(e, n, i, r, l, o, t, u) {
1108
+ var a, s = 0, m = null, d = !1, y = !1, b = r !== -1, p = -1, h = ut(he(e, 0)) && at(he(e, e.length - 1));
1112
1109
  if (n || t)
1113
1110
  for (a = 0; a < e.length; s >= 65536 ? a += 2 : a++) {
1114
1111
  if (s = he(e, a), !_e(s))
@@ -1126,19 +1123,19 @@ function ct(e, n, i, r, l, o, t, u) {
1126
1123
  }
1127
1124
  y = y || b && a - p - 1 > r && e[p + 1] !== " ";
1128
1125
  }
1129
- return !d && !y ? h && !t && !l(e) ? Ni : o === be ? se : en : i > 9 && Li(e) ? se : t ? o === be ? se : en : y ? Di : Mi;
1126
+ return !d && !y ? h && !t && !l(e) ? Li : o === be ? se : en : i > 9 && Oi(e) ? se : t ? o === be ? se : en : y ? Mi : Ni;
1130
1127
  }
1131
- function ft(e, n, i, r, l) {
1128
+ function ct(e, n, i, r, l) {
1132
1129
  e.dump = (function() {
1133
1130
  if (n.length === 0)
1134
1131
  return e.quotingType === be ? '""' : "''";
1135
- if (!e.noCompatMode && (nt.indexOf(n) !== -1 || it.test(n)))
1132
+ if (!e.noCompatMode && (et.indexOf(n) !== -1 || nt.test(n)))
1136
1133
  return e.quotingType === be ? '"' + n + '"' : "'" + n + "'";
1137
1134
  var o = e.indent * Math.max(1, i), t = e.lineWidth === -1 ? -1 : Math.max(Math.min(e.lineWidth, 40), e.lineWidth - o), u = r || e.flowLevel > -1 && i >= e.flowLevel;
1138
1135
  function a(s) {
1139
- return ut(e, s);
1136
+ return ot(e, s);
1140
1137
  }
1141
- switch (ct(
1138
+ switch (st(
1142
1139
  n,
1143
1140
  u,
1144
1141
  e.indent,
@@ -1148,23 +1145,23 @@ function ft(e, n, i, r, l) {
1148
1145
  e.forceQuotes && !r,
1149
1146
  l
1150
1147
  )) {
1151
- case Ni:
1148
+ case Li:
1152
1149
  return n;
1153
1150
  case en:
1154
1151
  return "'" + n.replace(/'/g, "''") + "'";
1155
- case Mi:
1152
+ case Ni:
1156
1153
  return "|" + Rn(n, e.indent) + $n(Nn(n, o));
1157
- case Di:
1158
- return ">" + Rn(n, e.indent) + $n(Nn(dt(n, t), o));
1154
+ case Mi:
1155
+ return ">" + Rn(n, e.indent) + $n(Nn(ft(n, t), o));
1159
1156
  case se:
1160
- return '"' + pt(n) + '"';
1157
+ return '"' + dt(n) + '"';
1161
1158
  default:
1162
1159
  throw new $("impossible error: invalid scalar style");
1163
1160
  }
1164
1161
  })();
1165
1162
  }
1166
1163
  function Rn(e, n) {
1167
- var i = Li(e) ? String(n) : "", r = e[e.length - 1] === `
1164
+ var i = Oi(e) ? String(n) : "", r = e[e.length - 1] === `
1168
1165
  `, l = r && (e[e.length - 2] === `
1169
1166
  ` || e === `
1170
1167
  `), o = l ? "+" : r ? "" : "-";
@@ -1175,7 +1172,7 @@ function $n(e) {
1175
1172
  return e[e.length - 1] === `
1176
1173
  ` ? e.slice(0, -1) : e;
1177
1174
  }
1178
- function dt(e, n) {
1175
+ function ft(e, n) {
1179
1176
  for (var i = /(\n+)([^\n]*)/g, r = (function() {
1180
1177
  var s = e.indexOf(`
1181
1178
  `);
@@ -1197,12 +1194,12 @@ function jn(e, n) {
1197
1194
  `, e.length - l > n && t > l ? a += e.slice(l, t) + `
1198
1195
  ` + e.slice(t + 1) : a += e.slice(l), a.slice(1);
1199
1196
  }
1200
- function pt(e) {
1197
+ function dt(e) {
1201
1198
  for (var n = "", i = 0, r, l = 0; l < e.length; i >= 65536 ? l += 2 : l++)
1202
- i = he(e, l), r = R[i], !r && _e(i) ? (n += e[l], i >= 65536 && (n += e[l + 1])) : n += r || rt(i);
1199
+ i = he(e, l), r = R[i], !r && _e(i) ? (n += e[l], i >= 65536 && (n += e[l + 1])) : n += r || lt(i);
1203
1200
  return n;
1204
1201
  }
1205
- function mt(e, n, i) {
1202
+ function pt(e, n, i) {
1206
1203
  var r = "", l = e.tag, o, t, u;
1207
1204
  for (o = 0, t = i.length; o < t; o += 1)
1208
1205
  u = i[o], e.replacer && (u = e.replacer.call(i, String(o), u)), (W(e, n, u, !1, !1) || typeof u > "u" && W(e, n, null, !1, !1)) && (r !== "" && (r += "," + (e.condenseFlow ? "" : " ")), r += e.dump);
@@ -1214,13 +1211,13 @@ function Un(e, n, i, r) {
1214
1211
  a = i[t], e.replacer && (a = e.replacer.call(i, String(t), a)), (W(e, n + 1, a, !0, !0, !1, !0) || typeof a > "u" && W(e, n + 1, null, !0, !0, !1, !0)) && ((!r || l !== "") && (l += Xe(e, n)), e.dump && ge === e.dump.charCodeAt(0) ? l += "-" : l += "- ", l += e.dump);
1215
1212
  e.tag = o, e.dump = l || "[]";
1216
1213
  }
1217
- function ht(e, n, i) {
1214
+ function mt(e, n, i) {
1218
1215
  var r = "", l = e.tag, o = Object.keys(i), t, u, a, s, m;
1219
1216
  for (t = 0, u = o.length; t < u; t += 1)
1220
1217
  m = "", r !== "" && (m += ", "), e.condenseFlow && (m += '"'), a = o[t], s = i[a], e.replacer && (s = e.replacer.call(i, a, s)), W(e, n, a, !1, !1) && (e.dump.length > 1024 && (m += "? "), m += e.dump + (e.condenseFlow ? '"' : "") + ":" + (e.condenseFlow ? "" : " "), W(e, n, s, !1, !1) && (m += e.dump, r += m));
1221
1218
  e.tag = l, e.dump = "{" + r + "}";
1222
1219
  }
1223
- function vt(e, n, i, r) {
1220
+ function ht(e, n, i, r) {
1224
1221
  var l = "", o = e.tag, t = Object.keys(i), u, a, s, m, d, y;
1225
1222
  if (e.sortKeys === !0)
1226
1223
  t.sort();
@@ -1237,9 +1234,9 @@ function Bn(e, n, i) {
1237
1234
  for (l = i ? e.explicitTypes : e.implicitTypes, o = 0, t = l.length; o < t; o += 1)
1238
1235
  if (u = l[o], (u.instanceOf || u.predicate) && (!u.instanceOf || typeof n == "object" && n instanceof u.instanceOf) && (!u.predicate || u.predicate(n))) {
1239
1236
  if (i ? u.multi && u.representName ? e.tag = u.representName(n) : e.tag = u.tag : e.tag = "?", u.represent) {
1240
- if (a = e.styleMap[u.tag] || u.defaultStyle, Ci.call(u.represent) === "[object Function]")
1237
+ if (a = e.styleMap[u.tag] || u.defaultStyle, ki.call(u.represent) === "[object Function]")
1241
1238
  r = u.represent(n, a);
1242
- else if (Si.call(u.represent, a))
1239
+ else if (Ci.call(u.represent, a))
1243
1240
  r = u.represent[a](n, a);
1244
1241
  else
1245
1242
  throw new $("!<" + u.tag + '> tag resolver accepts not "' + a + '" style');
@@ -1251,18 +1248,18 @@ function Bn(e, n, i) {
1251
1248
  }
1252
1249
  function W(e, n, i, r, l, o, t) {
1253
1250
  e.tag = null, e.dump = i, Bn(e, i, !1) || Bn(e, i, !0);
1254
- var u = Ci.call(e.dump), a = r, s;
1251
+ var u = ki.call(e.dump), a = r, s;
1255
1252
  r && (r = e.flowLevel < 0 || e.flowLevel > n);
1256
1253
  var m = u === "[object Object]" || u === "[object Array]", d, y;
1257
1254
  if (m && (d = e.duplicates.indexOf(i), y = d !== -1), (e.tag !== null && e.tag !== "?" || y || e.indent !== 2 && n > 0) && (l = !1), y && e.usedDuplicates[d])
1258
1255
  e.dump = "*ref_" + d;
1259
1256
  else {
1260
1257
  if (m && y && !e.usedDuplicates[d] && (e.usedDuplicates[d] = !0), u === "[object Object]")
1261
- r && Object.keys(e.dump).length !== 0 ? (vt(e, n, e.dump, l), y && (e.dump = "&ref_" + d + e.dump)) : (ht(e, n, e.dump), y && (e.dump = "&ref_" + d + " " + e.dump));
1258
+ r && Object.keys(e.dump).length !== 0 ? (ht(e, n, e.dump, l), y && (e.dump = "&ref_" + d + e.dump)) : (mt(e, n, e.dump), y && (e.dump = "&ref_" + d + " " + e.dump));
1262
1259
  else if (u === "[object Array]")
1263
- r && e.dump.length !== 0 ? (e.noArrayIndent && !t && n > 0 ? Un(e, n - 1, e.dump, l) : Un(e, n, e.dump, l), y && (e.dump = "&ref_" + d + e.dump)) : (mt(e, n, e.dump), y && (e.dump = "&ref_" + d + " " + e.dump));
1260
+ r && e.dump.length !== 0 ? (e.noArrayIndent && !t && n > 0 ? Un(e, n - 1, e.dump, l) : Un(e, n, e.dump, l), y && (e.dump = "&ref_" + d + e.dump)) : (pt(e, n, e.dump), y && (e.dump = "&ref_" + d + " " + e.dump));
1264
1261
  else if (u === "[object String]")
1265
- e.tag !== "?" && ft(e, e.dump, n, o, a);
1262
+ e.tag !== "?" && ct(e, e.dump, n, o, a);
1266
1263
  else {
1267
1264
  if (u === "[object Undefined]")
1268
1265
  return !1;
@@ -1275,7 +1272,7 @@ function W(e, n, i, r, l, o, t) {
1275
1272
  }
1276
1273
  return !0;
1277
1274
  }
1278
- function xt(e, n) {
1275
+ function vt(e, n) {
1279
1276
  var i = [], r = [], l, o;
1280
1277
  for (nn(e, i, r), l = 0, o = r.length; l < o; l += 1)
1281
1278
  n.duplicates.push(i[r[l]]);
@@ -1293,23 +1290,23 @@ function nn(e, n, i) {
1293
1290
  for (r = Object.keys(e), l = 0, o = r.length; l < o; l += 1)
1294
1291
  nn(e[r[l]], n, i);
1295
1292
  }
1296
- function yt(e, n) {
1293
+ function xt(e, n) {
1297
1294
  n = n || {};
1298
- var i = new ot(n);
1299
- i.noRefs || xt(e, i);
1295
+ var i = new tt(n);
1296
+ i.noRefs || vt(e, i);
1300
1297
  var r = e;
1301
1298
  return i.replacer && (r = i.replacer.call({ "": r }, "", r)), W(i, 0, r, !0, !0) ? i.dump + `
1302
1299
  ` : "";
1303
1300
  }
1304
- var gt = yt, bt = {
1305
- dump: gt
1301
+ var yt = xt, gt = {
1302
+ dump: yt
1306
1303
  };
1307
1304
  function cn(e, n) {
1308
1305
  return function() {
1309
1306
  throw new Error("Function yaml." + e + " is removed in js-yaml 4. Use yaml." + n + " instead, which is now safe by default.");
1310
1307
  };
1311
1308
  }
1312
- var _t = N, wt = Wn, At = ei, kt = ti, Ct = oi, St = on, Ri = ki.load, Et = ki.loadAll, $i = bt.dump, Ft = $, Tt = {
1309
+ var bt = N, _t = Wn, wt = ei, At = ti, kt = oi, Ct = on, Di = Ai.load, St = Ai.loadAll, Ri = gt.dump, Et = $, Ft = {
1313
1310
  binary: fi,
1314
1311
  float: ri,
1315
1312
  map: Xn,
@@ -1323,23 +1320,23 @@ var _t = N, wt = Wn, At = ei, kt = ti, Ct = oi, St = on, Ri = ki.load, Et = ki.l
1323
1320
  omap: di,
1324
1321
  seq: Zn,
1325
1322
  str: Jn
1326
- }, It = cn("safeLoad", "load"), Ot = cn("safeLoadAll", "loadAll"), Lt = cn("safeDump", "dump"), Yn = {
1327
- Type: _t,
1328
- Schema: wt,
1329
- FAILSAFE_SCHEMA: At,
1330
- JSON_SCHEMA: kt,
1331
- CORE_SCHEMA: Ct,
1332
- DEFAULT_SCHEMA: St,
1333
- load: Ri,
1334
- loadAll: Et,
1335
- dump: $i,
1336
- YAMLException: Ft,
1337
- types: Tt,
1338
- safeLoad: It,
1339
- safeLoadAll: Ot,
1340
- safeDump: Lt
1323
+ }, Tt = cn("safeLoad", "load"), It = cn("safeLoadAll", "loadAll"), Ot = cn("safeDump", "dump"), Yn = {
1324
+ Type: bt,
1325
+ Schema: _t,
1326
+ FAILSAFE_SCHEMA: wt,
1327
+ JSON_SCHEMA: At,
1328
+ CORE_SCHEMA: kt,
1329
+ DEFAULT_SCHEMA: Ct,
1330
+ load: Di,
1331
+ loadAll: St,
1332
+ dump: Ri,
1333
+ YAMLException: Et,
1334
+ types: Ft,
1335
+ safeLoad: Tt,
1336
+ safeLoadAll: It,
1337
+ safeDump: Ot
1341
1338
  };
1342
- const Nt = {}, Mt = {
1339
+ const Lt = {}, Nt = {
1343
1340
  xmlns: "http://www.w3.org/2000/svg",
1344
1341
  width: "24",
1345
1342
  height: "24",
@@ -1351,14 +1348,14 @@ const Nt = {}, Mt = {
1351
1348
  "stroke-linejoin": "round",
1352
1349
  class: "lucide lucide-layers"
1353
1350
  };
1354
- function Dt(e, n) {
1355
- return C(), D("svg", Mt, [...n[0] || (n[0] = [
1351
+ function Mt(e, n) {
1352
+ return C(), D("svg", Nt, [...n[0] || (n[0] = [
1356
1353
  v("path", { d: "m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z" }, null, -1),
1357
1354
  v("path", { d: "m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65" }, null, -1),
1358
1355
  v("path", { d: "m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65" }, null, -1)
1359
1356
  ])]);
1360
1357
  }
1361
- const Rt = /* @__PURE__ */ Re(Nt, [["render", Dt]]), $t = {}, jt = {
1358
+ const Dt = /* @__PURE__ */ Re(Lt, [["render", Mt]]), Rt = {}, $t = {
1362
1359
  xmlns: "http://www.w3.org/2000/svg",
1363
1360
  width: "24",
1364
1361
  height: "24",
@@ -1370,14 +1367,14 @@ const Rt = /* @__PURE__ */ Re(Nt, [["render", Dt]]), $t = {}, jt = {
1370
1367
  "stroke-linejoin": "round",
1371
1368
  class: "lucide lucide-map"
1372
1369
  };
1373
- function Ut(e, n) {
1374
- return C(), D("svg", jt, [...n[0] || (n[0] = [
1370
+ function jt(e, n) {
1371
+ return C(), D("svg", $t, [...n[0] || (n[0] = [
1375
1372
  v("path", { d: "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z" }, null, -1),
1376
1373
  v("path", { d: "M15 5.764v15" }, null, -1),
1377
1374
  v("path", { d: "M9 3.236v15" }, null, -1)
1378
1375
  ])]);
1379
1376
  }
1380
- const Bt = /* @__PURE__ */ Re($t, [["render", Ut]]), Yt = {}, Pt = {
1377
+ const Ut = /* @__PURE__ */ Re(Rt, [["render", jt]]), Bt = {}, Yt = {
1381
1378
  xmlns: "http://www.w3.org/2000/svg",
1382
1379
  width: "24",
1383
1380
  height: "24",
@@ -1389,12 +1386,12 @@ const Bt = /* @__PURE__ */ Re($t, [["render", Ut]]), Yt = {}, Pt = {
1389
1386
  "stroke-linejoin": "round",
1390
1387
  class: "lucide lucide-filter"
1391
1388
  };
1392
- function Ht(e, n) {
1393
- return C(), D("svg", Pt, [...n[0] || (n[0] = [
1389
+ function Pt(e, n) {
1390
+ return C(), D("svg", Yt, [...n[0] || (n[0] = [
1394
1391
  v("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" }, null, -1)
1395
1392
  ])]);
1396
1393
  }
1397
- const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-col flex-1 overflow-hidden" }, Kt = { class: "flex justify-end gap-2" }, zt = ["href"], Gt = { class: "flex flex-col flex-1 overflow-hidden" }, Qt = { class: "bg-white rounded-xl border border-gray-200 shadow-sm overflow-hidden mt-3 flex flex-col flex-1" }, Wt = { class: "relative bg-gradient-to-br from-slate-50 to-white flex-1" }, Jt = /* @__PURE__ */ ee({
1394
+ const Ht = /* @__PURE__ */ Re(Bt, [["render", Pt]]), Vt = { class: "flex flex-col flex-1 overflow-hidden" }, qt = { class: "flex justify-end gap-2" }, Kt = ["href"], zt = { class: "flex flex-col flex-1 overflow-hidden" }, Gt = { class: "bg-white rounded-xl border border-gray-200 shadow-sm overflow-hidden mt-3 flex flex-col flex-1" }, Qt = { class: "relative bg-gradient-to-br from-slate-50 to-white flex-1" }, Wt = /* @__PURE__ */ ee({
1398
1395
  __name: "vs-tab-style",
1399
1396
  props: {
1400
1397
  token: {},
@@ -1416,7 +1413,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1416
1413
  const s = a ?? "";
1417
1414
  i.styleText !== s && r("update:style-text", s);
1418
1415
  try {
1419
- const y = a ? Ri(a) : null;
1416
+ const y = a ? Di(a) : null;
1420
1417
  if ((m = y == null ? void 0 : y.colorAttr) != null && m.length && ((d = i.styleYaml) == null ? void 0 : d.colorAttr) !== y.colorAttr) {
1421
1418
  const b = await o(y.colorAttr);
1422
1419
  y.colors = b.reduce(
@@ -1426,7 +1423,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1426
1423
  }),
1427
1424
  {}
1428
1425
  );
1429
- const p = $i(y);
1426
+ const p = Ri(y);
1430
1427
  p !== l.value && (l.value = p);
1431
1428
  }
1432
1429
  JSON.stringify(y) !== JSON.stringify(i.styleYaml) && r(
@@ -1469,13 +1466,13 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1469
1466
  }), console.log(s);
1470
1467
  }
1471
1468
  };
1472
- return (a, s) => (C(), D("div", qt, [
1473
- v("div", Kt, [
1469
+ return (a, s) => (C(), D("div", Vt, [
1470
+ v("div", qt, [
1474
1471
  v("a", {
1475
1472
  target: "_blank",
1476
1473
  href: "/api/gis-service/" + i.token + "/col",
1477
1474
  class: "inline-flex items-center justify-center gap-1 px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition disabled:opacity-70 disabled:cursor-not-allowed"
1478
- }, " Атрибути ", 8, zt),
1475
+ }, " Атрибути ", 8, Kt),
1479
1476
  v("button", {
1480
1477
  onClick: u,
1481
1478
  class: "inline-flex items-center justify-center gap-1 px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition disabled:opacity-70 disabled:cursor-not-allowed"
@@ -1496,15 +1493,15 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1496
1493
  v("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
1497
1494
  v("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
1498
1495
  ], -1),
1499
- Gi(" Зберегти стилі ", -1)
1496
+ zi(" Зберегти стилі ", -1)
1500
1497
  ])])
1501
1498
  ]),
1502
- v("div", Gt, [
1503
- v("div", Qt, [
1499
+ v("div", zt, [
1500
+ v("div", Gt, [
1504
1501
  s[2] || (s[2] = v("div", { class: "bg-gradient-to-r from-gray-50 to-gray-100 px-4 py-2 border-b border-gray-200 flex items-center justify-between" }, [
1505
1502
  v("div", { class: "text-xs text-gray-400" }, "YAML")
1506
1503
  ], -1)),
1507
- v("div", Wt, [
1504
+ v("div", Qt, [
1508
1505
  j(zn, {
1509
1506
  modelValue: l.value,
1510
1507
  "onUpdate:modelValue": s[0] || (s[0] = (m) => l.value = m),
@@ -1516,7 +1513,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1516
1513
  ])
1517
1514
  ]));
1518
1515
  }
1519
- }), Zt = { class: "flex flex-col flex-1 min-h-0" }, Xt = { class: "flex flex-col flex-1 min-h-0" }, eo = /* @__PURE__ */ ee({
1516
+ }), Jt = { class: "flex flex-col flex-1 min-h-0" }, Zt = { class: "flex flex-col flex-1 min-h-0" }, Xt = /* @__PURE__ */ ee({
1520
1517
  __name: "vs-tab-popup",
1521
1518
  props: {
1522
1519
  token: {},
@@ -1578,7 +1575,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1578
1575
  let p = [];
1579
1576
  o.value === "all" ? p = i.fields || [] : o.value === "none" ? p = [] : p = l.value, p.filter((h) => !h.label).forEach((h) => h.label = h.ua), r("save", p);
1580
1577
  }
1581
- return (p, h) => (C(), D("div", Zt, [
1578
+ return (p, h) => (C(), D("div", Jt, [
1582
1579
  v("div", { class: "flex justify-between mb-3 gap-2" }, [
1583
1580
  v("button", {
1584
1581
  onClick: m,
@@ -1589,7 +1586,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1589
1586
  class: "inline-flex items-center justify-center gap-1 px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition disabled:opacity-70 disabled:cursor-not-allowed"
1590
1587
  }, " Зберегти попап ")
1591
1588
  ]),
1592
- v("div", Xt, [
1589
+ v("div", Zt, [
1593
1590
  o.value === "list" ? (C(), M($e, {
1594
1591
  key: 0,
1595
1592
  modelValue: l.value,
@@ -1613,7 +1610,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1613
1610
  }, null, 8, ["visible", "selection", "fields"])
1614
1611
  ]));
1615
1612
  }
1616
- }), no = { class: "flex flex-col flex-1 min-h-0" }, io = { class: "flex justify-between mb-3 gap-2" }, lo = { class: "p-4 space-y-4 text-sm" }, ro = { class: "space-y-1" }, to = { class: "space-y-1" }, oo = { class: "flex items-center gap-3" }, uo = { class: "flex justify-end gap-2 p-4 border-t" }, ao = /* @__PURE__ */ ee({
1613
+ }), eo = { class: "flex flex-col flex-1 min-h-0" }, no = { class: "flex justify-between mb-3 gap-2" }, io = { class: "p-4 space-y-4 text-sm" }, lo = { class: "space-y-1" }, ro = { class: "space-y-1" }, to = { class: "flex items-center gap-3" }, oo = { class: "flex justify-end gap-2 p-4 border-t" }, uo = /* @__PURE__ */ ee({
1617
1614
  __name: "vs-tab-legend",
1618
1615
  props: {
1619
1616
  mapInfo: {},
@@ -1634,7 +1631,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1634
1631
  const o = S(!1), t = S({
1635
1632
  name: "",
1636
1633
  color: "#2E86DE"
1637
- }), u = Qi(
1634
+ }), u = Gi(
1638
1635
  () => import("@opengis/core").then((p) => p.VsModal)
1639
1636
  ), a = [
1640
1637
  { key: "name", label: "Назва" },
@@ -1676,8 +1673,8 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1676
1673
  function b() {
1677
1674
  r("save", l.value);
1678
1675
  }
1679
- return (p, h) => (C(), D("div", no, [
1680
- v("div", io, [
1676
+ return (p, h) => (C(), D("div", eo, [
1677
+ v("div", no, [
1681
1678
  v("button", {
1682
1679
  onClick: h[0] || (h[0] = (x) => o.value = !0),
1683
1680
  class: "inline-flex items-center justify-center gap-1 px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition disabled:opacity-70 disabled:cursor-not-allowed"
@@ -1702,7 +1699,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1702
1699
  "onUpdate:visible": m
1703
1700
  }, {
1704
1701
  footer: We(() => [
1705
- v("div", uo, [
1702
+ v("div", oo, [
1706
1703
  v("button", {
1707
1704
  type: "button",
1708
1705
  class: "inline-flex items-center justify-center gap-1 px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition disabled:opacity-70 disabled:cursor-not-allowed",
@@ -1716,8 +1713,8 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1716
1713
  ])
1717
1714
  ]),
1718
1715
  default: We(() => [
1719
- v("div", lo, [
1720
- v("div", ro, [
1716
+ v("div", io, [
1717
+ v("div", lo, [
1721
1718
  h[6] || (h[6] = v("label", { class: "block text-xs font-medium text-gray-500 uppercase tracking-wide" }, " Назва ", -1)),
1722
1719
  qe(v("input", {
1723
1720
  "onUpdate:modelValue": h[2] || (h[2] = (x) => t.value.name = x),
@@ -1728,9 +1725,9 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1728
1725
  [Ke, t.value.name]
1729
1726
  ])
1730
1727
  ]),
1731
- v("div", to, [
1728
+ v("div", ro, [
1732
1729
  h[7] || (h[7] = v("label", { class: "block text-xs font-medium text-gray-500 uppercase tracking-wide" }, " Колір ", -1)),
1733
- v("div", oo, [
1730
+ v("div", to, [
1734
1731
  qe(v("input", {
1735
1732
  "onUpdate:modelValue": h[3] || (h[3] = (x) => t.value.color = x),
1736
1733
  type: "color",
@@ -1754,7 +1751,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1754
1751
  }, 8, ["visible"])
1755
1752
  ]));
1756
1753
  }
1757
- }), so = { class: "space-y-3 bg-gradient-to-br from-sky-50 to-blue-50 p-4 rounded-xl border border-sky-100 shadow-sm" }, co = ["onClick"], fo = ["aria-checked", "value"], po = { key: 0 }, mo = /* @__PURE__ */ ee({
1754
+ }), ao = { class: "space-y-3 bg-gradient-to-br from-sky-50 to-blue-50 p-4 rounded-xl border border-sky-100 shadow-sm" }, so = ["onClick"], co = ["aria-checked", "value"], fo = { key: 0 }, po = /* @__PURE__ */ ee({
1758
1755
  __name: "view-mode-toggle",
1759
1756
  props: {
1760
1757
  modelValue: {},
@@ -1768,7 +1765,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1768
1765
  { value: "list", label: "List" },
1769
1766
  { value: "none", label: "None" }
1770
1767
  ];
1771
- return (t, u) => (C(), D("div", so, [
1768
+ return (t, u) => (C(), D("div", ao, [
1772
1769
  u[1] || (u[1] = v("label", { class: "text-sm font-medium text-gray-600" }, "Режим відображення", -1)),
1773
1770
  v("div", {
1774
1771
  role: "radiogroup",
@@ -1788,7 +1785,7 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1788
1785
  value: a.value,
1789
1786
  class: "aspect-square rounded-full border border-primary h-4 w-4 flex items-center justify-center text-sky-500"
1790
1787
  }, [
1791
- e.modelValue === a.value ? (C(), D("span", po, [...u[0] || (u[0] = [
1788
+ e.modelValue === a.value ? (C(), D("span", fo, [...u[0] || (u[0] = [
1792
1789
  v("svg", {
1793
1790
  xmlns: "http://www.w3.org/2000/svg",
1794
1791
  viewBox: "0 0 24 24",
@@ -1806,15 +1803,15 @@ const Vt = /* @__PURE__ */ Re(Yt, [["render", Ht]]), qt = { class: "flex flex-co
1806
1803
  })
1807
1804
  ], -1)
1808
1805
  ])])) : q("", !0)
1809
- ], 8, fo),
1806
+ ], 8, co),
1810
1807
  v("label", {
1811
1808
  class: ve(["text-xs font-medium cursor-pointer", e.modelValue === a.value ? "text-gray-700" : "text-gray-600"])
1812
1809
  }, le(a.label), 3)
1813
- ], 10, co))), 128))
1810
+ ], 10, so))), 128))
1814
1811
  ], 2)
1815
1812
  ]));
1816
1813
  }
1817
- }), ho = { class: "flex flex-col flex-1 min-h-0" }, vo = { class: "flex flex-col flex-1 min-h-0" }, xo = /* @__PURE__ */ ee({
1814
+ }), mo = { class: "flex flex-col flex-1 min-h-0" }, ho = { class: "flex flex-col flex-1 min-h-0" }, vo = /* @__PURE__ */ ee({
1818
1815
  __name: "vs-tab-card",
1819
1816
  props: {
1820
1817
  fields: {},
@@ -1936,7 +1933,7 @@ ${V}` : V;
1936
1933
  { value: "none", label: "Жодне" },
1937
1934
  { value: "html", label: "HTML" }
1938
1935
  ];
1939
- return (x, w) => (C(), D("div", ho, [
1936
+ return (x, w) => (C(), D("div", mo, [
1940
1937
  v("div", { class: "flex justify-between mb-3 gap-2" }, [
1941
1938
  v("button", {
1942
1939
  onClick: d,
@@ -1947,12 +1944,12 @@ ${V}` : V;
1947
1944
  class: "inline-flex items-center justify-center gap-1 px-3 py-1.5 rounded-md bg-sky-100 hover:bg-sky-200 text-sky-700 font-medium text-sm transition disabled:opacity-70 disabled:cursor-not-allowed"
1948
1945
  }, " Зберегти ")
1949
1946
  ]),
1950
- j(mo, {
1947
+ j(po, {
1951
1948
  modelValue: o.value,
1952
1949
  "onUpdate:modelValue": w[0] || (w[0] = (g) => o.value = g),
1953
1950
  options: h
1954
1951
  }, null, 8, ["modelValue"]),
1955
- v("div", vo, [
1952
+ v("div", ho, [
1956
1953
  o.value === "list" ? (C(), M($e, {
1957
1954
  key: 0,
1958
1955
  modelValue: l.value,
@@ -1983,7 +1980,7 @@ ${V}` : V;
1983
1980
  }, null, 8, ["visible", "selection", "fields"])
1984
1981
  ]));
1985
1982
  }
1986
- }), yo = { class: "flex flex-col flex-1 min-h-0" }, go = /* @__PURE__ */ ee({
1983
+ }), xo = { class: "flex flex-col flex-1 min-h-0" }, yo = /* @__PURE__ */ ee({
1987
1984
  __name: "vs-tab-filter",
1988
1985
  props: {
1989
1986
  fields: {},
@@ -2049,7 +2046,7 @@ ${V}` : V;
2049
2046
  let p = [];
2050
2047
  o.value === "all" ? p = i.fields || [] : o.value === "none" ? p = [] : p = l.value, r("save", p);
2051
2048
  }
2052
- return (p, h) => (C(), D("div", yo, [
2049
+ return (p, h) => (C(), D("div", xo, [
2053
2050
  v("div", { class: "flex justify-between mb-3 gap-2" }, [
2054
2051
  v("button", {
2055
2052
  onClick: m,
@@ -2082,7 +2079,7 @@ ${V}` : V;
2082
2079
  }, null, 8, ["visible", "selection", "fields"])
2083
2080
  ]));
2084
2081
  }
2085
- }), bo = /* @__PURE__ */ ee({
2082
+ }), go = /* @__PURE__ */ ee({
2086
2083
  __name: "MapDataLayer",
2087
2084
  props: {
2088
2085
  id: {},
@@ -2092,7 +2089,7 @@ ${V}` : V;
2092
2089
  },
2093
2090
  setup(e, { expose: n }) {
2094
2091
  var p, h, x, w;
2095
- const { map: i, flyTo: r, setZoom: l } = nl(), o = ((h = (p = qn()) == null ? void 0 : p.appContext.config.globalProperties) == null ? void 0 : h.$settings) || null, t = e, u = t.id;
2092
+ const { map: i, flyTo: r, setZoom: l } = el(), o = ((h = (p = qn()) == null ? void 0 : p.appContext.config.globalProperties) == null ? void 0 : h.$settings) || null, t = e, u = t.id;
2096
2093
  String(t.id);
2097
2094
  const a = `${location.origin}/api/vtile/${t.id}/ua/{z}/{x}/{y}.vmt?all=1`, s = Ie(u, {
2098
2095
  source: {
@@ -2132,19 +2129,19 @@ ${V}` : V;
2132
2129
  s.remove();
2133
2130
  }), (g, K) => null;
2134
2131
  }
2135
- }), _o = { class: "flex h-full bg-gradient-to-br from-slate-50 to-white" }, wo = { class: "flex-1 relative overflow-hidden" }, Ao = { class: "absolute top-0 left-0 w-full z-20" }, ko = { class: "px-4 sm:px-6 py-4 border-b border-gray-200 bg-white shadow-sm" }, Co = { class: "flex items-start justify-between gap-4" }, So = { class: "flex-1 min-w-0" }, Eo = { class: "flex items-center text-sm text-gray-500 mb-3" }, Fo = { class: "text-gray-900 font-medium truncate max-w-xs" }, To = { class: "flex items-center justify-between gap-4" }, Io = { class: "flex-1 min-w-0" }, Oo = { class: "flex items-center gap-3 mb-1" }, Lo = { class: "text-base font-semibold text-gray-900 truncate" }, No = {
2132
+ }), bo = { class: "flex h-full bg-gradient-to-br from-slate-50 to-white" }, _o = { class: "flex-1 relative overflow-hidden" }, wo = { class: "absolute top-0 left-0 w-full z-20" }, Ao = { class: "px-4 sm:px-6 py-4 border-b border-gray-200 bg-white shadow-sm" }, ko = { class: "flex items-start justify-between gap-4" }, Co = { class: "flex-1 min-w-0" }, So = { class: "flex items-center text-sm text-gray-500 mb-3" }, Eo = { class: "text-gray-900 font-medium truncate max-w-xs" }, Fo = { class: "flex items-center justify-between gap-4" }, To = { class: "flex-1 min-w-0" }, Io = { class: "flex items-center gap-3 mb-1" }, Oo = { class: "text-base font-semibold text-gray-900 truncate" }, Lo = {
2136
2133
  key: 0,
2137
2134
  class: "px-2 py-0.5 bg-green-50 border border-green-200 rounded flex-shrink-0"
2138
- }, Mo = { class: "text-xs font-medium text-green-700" }, Do = ["title"], Ro = { class: "w-full h-full bg-gradient-to-br from-sky-50 via-white to-blue-50 flex items-center justify-center relative pt-[115px]" }, $o = { class: "relative w-full h-full" }, jo = { style: { top: "17px", left: "230px", position: "absolute", "z-index": "1" } }, Uo = { class: "absolute top-4 left-4 z-20" }, Bo = { class: "absolute top-[6.5rem] right-2 space-y-1 z-20" }, Yo = { class: "absolute bottom-4 left-4 z-20" }, Po = { class: "flex-1 flex flex-col h-full" }, Ho = { class: "px-3 pt-3 pb-2 border-b border-gray-100" }, Vo = { class: "items-center justify-center text-muted-foreground grid w-full grid-cols-6 h-12 p-1 bg-gray-50 rounded-xl shadow-sm" }, qo = ["aria-selected", "onClick"], Ko = { class: "leading-none" }, zo = { class: "flex flex-col flex-1 overflow-y-hidden p-3" }, Go = "OpenGIS", Pn = 2, Fe = 5, Qo = 1e3, Wo = /* @__PURE__ */ ee({
2135
+ }, No = { class: "text-xs font-medium text-green-700" }, Mo = ["title"], Do = { class: "w-full h-full bg-gradient-to-br from-sky-50 via-white to-blue-50 flex items-center justify-center relative pt-[115px]" }, Ro = { class: "relative w-full h-full" }, $o = { style: { top: "17px", left: "230px", position: "absolute", "z-index": "1" } }, jo = { class: "absolute top-4 left-4 z-20" }, Uo = { class: "absolute top-[6.5rem] right-2 space-y-1 z-20" }, Bo = { class: "absolute bottom-4 left-4 z-20" }, Yo = { class: "flex-1 flex flex-col h-full" }, Po = { class: "px-3 pt-3 pb-2 border-b border-gray-100" }, Ho = { class: "items-center justify-center text-muted-foreground grid w-full grid-cols-6 h-12 p-1 bg-gray-50 rounded-xl shadow-sm" }, Vo = ["aria-selected", "onClick"], qo = { class: "leading-none" }, Ko = { class: "flex flex-col flex-1 overflow-y-hidden p-3" }, zo = "OpenGIS", Pn = 2, Fe = 5, Go = 1e3, Qo = /* @__PURE__ */ ee({
2139
2136
  __name: "service",
2140
2137
  props: {
2141
2138
  hideServiceKey: { type: Boolean, default: !1 }
2142
2139
  },
2143
2140
  setup(e) {
2144
2141
  var vn, xn;
2145
- const i = Wi(e, "hideServiceKey"), r = Xi(), l = el(), { id: o } = r.params, t = S(null), u = S(null), a = S({}), s = S(null), m = ((xn = (vn = qn()) == null ? void 0 : vn.appContext.config.globalProperties) == null ? void 0 : xn.$settings) || null;
2142
+ const i = Qi(e, "hideServiceKey"), r = Zi(), l = Xi(), { id: o } = r.params, t = S(null), u = S(null), a = S({}), s = S(null), m = ((xn = (vn = qn()) == null ? void 0 : vn.appContext.config.globalProperties) == null ? void 0 : xn.$settings) || null;
2146
2143
  function d(c) {
2147
- typeof document > "u" || (document.title = c ? `${c} — Сервіс` : Go);
2144
+ typeof document > "u" || (document.title = c ? `${c} — Сервіс` : zo);
2148
2145
  }
2149
2146
  let y = null;
2150
2147
  const b = S(!1);
@@ -2154,7 +2151,7 @@ ${V}` : V;
2154
2151
  }
2155
2152
  function h(c) {
2156
2153
  typeof window > "u" || window.dispatchEvent(
2157
- new CustomEvent(sl, {
2154
+ new CustomEvent(al, {
2158
2155
  detail: c
2159
2156
  })
2160
2157
  );
@@ -2238,31 +2235,31 @@ ${V}` : V;
2238
2235
  }), dn = ue(() => {
2239
2236
  const c = s.value, f = (c == null ? void 0 : c.group_name) || (c == null ? void 0 : c.group_id);
2240
2237
  return f ? String(f).toUpperCase() : "";
2241
- }), ji = ue(() => {
2238
+ }), $i = ue(() => {
2242
2239
  var A;
2243
2240
  const c = (A = r.matched[r.matched.length - 1]) == null ? void 0 : A.path;
2244
2241
  return (typeof c == "string" && c ? c : r.path).replace(/\/:id\??$/, "") || "/";
2245
- }), Ui = ue(() => {
2242
+ }), ji = ue(() => {
2246
2243
  var f;
2247
2244
  const c = (f = r.meta) == null ? void 0 : f.title;
2248
2245
  return typeof c == "string" && c.trim() ? c : "Datasets";
2249
2246
  });
2250
- function Bi() {
2251
- l.push(ji.value);
2247
+ function Ui() {
2248
+ l.push($i.value);
2252
2249
  }
2253
2250
  const pn = [
2254
- { key: "style", label: "Стиль", icon: ml },
2255
- { key: "popup", label: "Попап", icon: Bt },
2256
- { key: "filter", label: "Фільтр", icon: Vt },
2257
- { key: "legend", label: "Легенда", icon: Rt },
2258
- { key: "card", label: "Картка", icon: hl },
2259
- { key: "metadata", label: "Метадані", icon: cl }
2251
+ { key: "style", label: "Стиль", icon: pl },
2252
+ { key: "popup", label: "Попап", icon: Ut },
2253
+ { key: "filter", label: "Фільтр", icon: Ht },
2254
+ { key: "legend", label: "Легенда", icon: Dt },
2255
+ { key: "card", label: "Картка", icon: ml },
2256
+ { key: "metadata", label: "Метадані", icon: dl }
2260
2257
  ], mn = pn.map((c) => c.key), P = S("style");
2261
- Ji(async () => {
2258
+ Wi(async () => {
2262
2259
  const c = r.query.tab;
2263
- c && mn.includes(c) && (P.value = c), await Ce(), Yi();
2260
+ c && mn.includes(c) && (P.value = c), await Ce(), Bi();
2264
2261
  });
2265
- async function Yi() {
2262
+ async function Bi() {
2266
2263
  var E;
2267
2264
  const c = p();
2268
2265
  if (!(c != null && c.ready)) return;
@@ -2312,26 +2309,26 @@ ${V}` : V;
2312
2309
  }
2313
2310
  return Cn(He(c));
2314
2311
  }
2315
- function Pi(c, f) {
2312
+ function Yi(c, f) {
2316
2313
  try {
2317
2314
  return JSON.stringify(c) === JSON.stringify(f);
2318
2315
  } catch {
2319
2316
  return !1;
2320
2317
  }
2321
2318
  }
2322
- function Hi() {
2319
+ function Pi() {
2323
2320
  var f;
2324
2321
  if (!s.value) return;
2325
2322
  const c = Ve(B.value);
2326
- Pi(c, ((f = s.value) == null ? void 0 : f.style) ?? null) || (s.value = {
2323
+ Yi(c, ((f = s.value) == null ? void 0 : f.style) ?? null) || (s.value = {
2327
2324
  ...s.value,
2328
2325
  style: c
2329
2326
  });
2330
2327
  }
2331
- function Vi() {
2328
+ function Hi() {
2332
2329
  ne && clearTimeout(ne), ne = setTimeout(() => {
2333
- ne = null, Hi();
2334
- }, Qo);
2330
+ ne = null, Pi();
2331
+ }, Go);
2335
2332
  }
2336
2333
  const Ce = async () => {
2337
2334
  try {
@@ -2357,13 +2354,13 @@ ${V}` : V;
2357
2354
  ), I(
2358
2355
  () => B.value,
2359
2356
  () => {
2360
- Vi();
2357
+ Hi();
2361
2358
  },
2362
2359
  { deep: !0 }
2363
2360
  ), Kn(() => {
2364
2361
  ne && (clearTimeout(ne), ne = null), y == null || y(), y = null;
2365
2362
  });
2366
- async function qi(c) {
2363
+ async function Vi(c) {
2367
2364
  try {
2368
2365
  const f = await fetch(`/api/gis-clear-vtile/${c}`), { message: A, error: E, code: L } = await f.json();
2369
2366
  if (L === 200)
@@ -2380,7 +2377,7 @@ ${V}` : V;
2380
2377
  async function Se(c, f) {
2381
2378
  await hn({ [c]: f }, c);
2382
2379
  }
2383
- function Ki() {
2380
+ function qi() {
2384
2381
  const c = He(B.value);
2385
2382
  s.value = s.value ? { ...s.value, style: c } : s.value;
2386
2383
  }
@@ -2411,7 +2408,7 @@ ${V}` : V;
2411
2408
  }), console.error(A);
2412
2409
  }
2413
2410
  }
2414
- async function zi(c, f) {
2411
+ async function Ki(c, f) {
2415
2412
  if (c !== "card") {
2416
2413
  await Se(c, f);
2417
2414
  return;
@@ -2425,18 +2422,18 @@ ${V}` : V;
2425
2422
  }
2426
2423
  return (c, f) => {
2427
2424
  var A, E, L;
2428
- return C(), D("div", _o, [
2429
- v("div", wo, [
2430
- v("div", Ao, [
2431
- v("div", ko, [
2432
- v("div", Co, [
2433
- v("div", So, [
2434
- v("div", Eo, [
2425
+ return C(), D("div", bo, [
2426
+ v("div", _o, [
2427
+ v("div", wo, [
2428
+ v("div", Ao, [
2429
+ v("div", ko, [
2430
+ v("div", Co, [
2431
+ v("div", So, [
2435
2432
  v("button", {
2436
2433
  type: "button",
2437
2434
  class: "hover:text-gray-700 cursor-pointer transition-colors",
2438
- onClick: Bi
2439
- }, le(Ui.value), 1),
2435
+ onClick: Ui
2436
+ }, le(ji.value), 1),
2440
2437
  f[10] || (f[10] = v("svg", {
2441
2438
  xmlns: "http://www.w3.org/2000/svg",
2442
2439
  width: "24",
@@ -2451,25 +2448,25 @@ ${V}` : V;
2451
2448
  }, [
2452
2449
  v("path", { d: "m9 18 6-6-6-6" })
2453
2450
  ], -1)),
2454
- v("span", Fo, le(((A = s.value) == null ? void 0 : A.name) || "Dataset"), 1)
2451
+ v("span", Eo, le(((A = s.value) == null ? void 0 : A.name) || "Dataset"), 1)
2455
2452
  ]),
2456
- v("div", To, [
2457
- v("div", Io, [
2458
- v("div", Oo, [
2459
- v("h1", Lo, le(((E = s.value) == null ? void 0 : E.name) || "Dataset"), 1),
2460
- dn.value ? (C(), D("div", No, [
2461
- v("span", Mo, le(dn.value), 1)
2453
+ v("div", Fo, [
2454
+ v("div", To, [
2455
+ v("div", Io, [
2456
+ v("h1", Oo, le(((E = s.value) == null ? void 0 : E.name) || "Dataset"), 1),
2457
+ dn.value ? (C(), D("div", Lo, [
2458
+ v("span", No, le(dn.value), 1)
2462
2459
  ])) : q("", !0)
2463
2460
  ]),
2464
2461
  Pe.value ? (C(), D("p", {
2465
2462
  key: 0,
2466
2463
  class: "text-xs text-gray-500 truncate",
2467
2464
  title: Pe.value
2468
- }, le(Pe.value), 9, Do)) : q("", !0)
2465
+ }, le(Pe.value), 9, Mo)) : q("", !0)
2469
2466
  ])
2470
2467
  ])
2471
2468
  ]),
2472
- Y.value ? (C(), M(fl, {
2469
+ Y.value ? (C(), M(sl, {
2473
2470
  key: 0,
2474
2471
  class: "flex-shrink-0",
2475
2472
  "entity-id": Y.value,
@@ -2478,36 +2475,36 @@ ${V}` : V;
2478
2475
  "entity-label": "Сервіс",
2479
2476
  "save-method": "put",
2480
2477
  "show-xml-item": !1,
2481
- "clear-tiles-handler": qi,
2478
+ "clear-tiles-handler": Vi,
2482
2479
  onSaved: Ce
2483
2480
  }, null, 8, ["entity-id", "entity-info"])) : q("", !0)
2484
2481
  ])
2485
2482
  ])
2486
2483
  ]),
2487
- v("div", Ro, [
2488
- v("div", $o, [
2489
- j(il, {
2484
+ v("div", Do, [
2485
+ v("div", Ro, [
2486
+ j(nl, {
2490
2487
  ref_key: "mapViewRef",
2491
2488
  ref: t
2492
2489
  }, {
2493
2490
  default: We(() => {
2494
2491
  var k, z, F, J, H, ie, Ee;
2495
2492
  return [
2496
- (k = s.value) != null && k.service_id ? (C(), M(bo, {
2493
+ (k = s.value) != null && k.service_id ? (C(), M(go, {
2497
2494
  key: 0,
2498
2495
  id: (z = s.value) == null ? void 0 : z.service_id,
2499
2496
  layer: s.value,
2500
2497
  "style-spec": ((F = s.value) == null ? void 0 : F.style) || null,
2501
2498
  autoCenter: !1
2502
2499
  }, null, 8, ["id", "layer", "style-spec"])) : q("", !0),
2503
- Y.value ? (C(), M(ll, {
2500
+ Y.value ? (C(), M(il, {
2504
2501
  key: 1,
2505
2502
  "layer-id": Y.value,
2506
2503
  boundary: ((J = s.value) == null ? void 0 : J.boundary) || ((H = fn.value) == null ? void 0 : H.boundary) || null,
2507
2504
  katottg: ((ie = s.value) == null ? void 0 : ie.katottg) || ((Ee = fn.value) == null ? void 0 : Ee.katottg) || null
2508
2505
  }, null, 8, ["layer-id", "boundary", "katottg"])) : q("", !0),
2509
- v("div", jo, [
2510
- Y.value ? (C(), M(rl, {
2506
+ v("div", $o, [
2507
+ Y.value ? (C(), M(ll, {
2511
2508
  key: 0,
2512
2509
  "layer-id": Y.value,
2513
2510
  filters: Ae.value
@@ -2517,10 +2514,10 @@ ${V}` : V;
2517
2514
  id: "map-filter-popover-host",
2518
2515
  class: "map-widget__filter-host"
2519
2516
  }, null, -1)),
2520
- v("div", Uo, [
2521
- j(tl)
2517
+ v("div", jo, [
2518
+ j(rl)
2522
2519
  ]),
2523
- v("div", Bo, [
2520
+ v("div", Uo, [
2524
2521
  j(kn),
2525
2522
  a.value.center ? (C(), M(kn, {
2526
2523
  key: 0,
@@ -2528,13 +2525,13 @@ ${V}` : V;
2528
2525
  targetLabel: "Ценр даних"
2529
2526
  }, null, 8, ["targetCenter"])) : q("", !0)
2530
2527
  ]),
2531
- v("div", Yo, [
2532
- j(ol, {
2528
+ v("div", Bo, [
2529
+ j(tl, {
2533
2530
  items: oe.value || null
2534
2531
  }, null, 8, ["items"])
2535
2532
  ]),
2536
- j(ul),
2537
- j(al, {
2533
+ j(ol),
2534
+ j(ul, {
2538
2535
  html: a.value.html
2539
2536
  }, null, 8, ["html"])
2540
2537
  ];
@@ -2543,7 +2540,7 @@ ${V}` : V;
2543
2540
  }, 512)
2544
2541
  ])
2545
2542
  ]),
2546
- j(dl, {
2543
+ j(cl, {
2547
2544
  open: ke.value,
2548
2545
  onToggle: f[0] || (f[0] = (k) => ke.value = !ke.value),
2549
2546
  "top-class": "top-4"
@@ -2552,9 +2549,9 @@ ${V}` : V;
2552
2549
  v("div", {
2553
2550
  class: ve(["bg-white border-l border-gray-100 flex flex-col overflow-hidden shadow-lg flex-shrink-0 transition-[width] duration-100 ease-in-out", ke.value ? "w-[650px]" : "w-0"])
2554
2551
  }, [
2555
- v("div", Po, [
2556
- v("div", Ho, [
2557
- v("div", Vo, [
2552
+ v("div", Yo, [
2553
+ v("div", Po, [
2554
+ v("div", Ho, [
2558
2555
  (C(), D(Hn, null, Vn(pn, (k) => v("button", {
2559
2556
  key: k.key,
2560
2557
  type: "button",
@@ -2566,34 +2563,34 @@ ${V}` : V;
2566
2563
  ]),
2567
2564
  onClick: (z) => P.value = k.key
2568
2565
  }, [
2569
- (C(), M(Zi(k.icon), { class: "h-3.5 w-3.5 mb-0.5" })),
2570
- v("span", Ko, le(k.label), 1)
2571
- ], 10, qo)), 64))
2566
+ (C(), M(Ji(k.icon), { class: "h-3.5 w-3.5 mb-0.5" })),
2567
+ v("span", qo, le(k.label), 1)
2568
+ ], 10, Vo)), 64))
2572
2569
  ])
2573
2570
  ]),
2574
- v("div", zo, [
2575
- P.value === "style" ? (C(), M(Jt, {
2571
+ v("div", Ko, [
2572
+ P.value === "style" ? (C(), M(Wt, {
2576
2573
  key: 0,
2577
2574
  token: Y.value,
2578
2575
  "style-text": me.value,
2579
2576
  "style-yaml": B.value,
2580
2577
  "onUpdate:styleYaml": f[1] || (f[1] = (k) => B.value = k),
2581
2578
  "onUpdate:styleText": f[2] || (f[2] = (k) => me.value = k),
2582
- onUpdate: Ki
2583
- }, null, 8, ["token", "style-text", "style-yaml"])) : P.value === "legend" ? (C(), M(ao, {
2579
+ onUpdate: qi
2580
+ }, null, 8, ["token", "style-text", "style-yaml"])) : P.value === "legend" ? (C(), M(uo, {
2584
2581
  key: 1,
2585
2582
  token: Y.value,
2586
2583
  columns: oe.value,
2587
2584
  "onUpdate:columns": f[3] || (f[3] = (k) => oe.value = k),
2588
2585
  onSave: f[4] || (f[4] = (k) => Se("legend", k))
2589
- }, null, 8, ["token", "columns"])) : P.value === "popup" ? (C(), M(eo, {
2586
+ }, null, 8, ["token", "columns"])) : P.value === "popup" ? (C(), M(Xt, {
2590
2587
  key: 2,
2591
2588
  token: Y.value,
2592
2589
  columns: Ue.value,
2593
2590
  fields: a.value.fields,
2594
2591
  "onUpdate:columns": f[5] || (f[5] = (k) => Ue.value = k),
2595
2592
  onSave: f[6] || (f[6] = (k) => Se("popup", k))
2596
- }, null, 8, ["token", "columns", "fields"])) : P.value === "card" ? (C(), M(xo, {
2593
+ }, null, 8, ["token", "columns", "fields"])) : P.value === "card" ? (C(), M(vo, {
2597
2594
  key: 3,
2598
2595
  token: Y.value,
2599
2596
  columns: we.value,
@@ -2601,15 +2598,15 @@ ${V}` : V;
2601
2598
  "view-mode": Be.value,
2602
2599
  html: Ye.value,
2603
2600
  "onUpdate:columns": f[7] || (f[7] = (k) => we.value = k),
2604
- onSave: zi
2605
- }, null, 8, ["token", "columns", "fields", "view-mode", "html"])) : P.value === "filter" ? (C(), M(go, {
2601
+ onSave: Ki
2602
+ }, null, 8, ["token", "columns", "fields", "view-mode", "html"])) : P.value === "filter" ? (C(), M(yo, {
2606
2603
  key: 4,
2607
2604
  token: Y.value,
2608
2605
  fields: a.value.fields,
2609
2606
  columns: Ae.value,
2610
2607
  "onUpdate:columns": f[8] || (f[8] = (k) => Ae.value = k),
2611
2608
  onSave: f[9] || (f[9] = (k) => Se("filters", k))
2612
- }, null, 8, ["token", "fields", "columns"])) : P.value === "metadata" ? (C(), M(pl, {
2609
+ }, null, 8, ["token", "fields", "columns"])) : P.value === "metadata" ? (C(), M(fl, {
2613
2610
  key: 5,
2614
2611
  data: s.value,
2615
2612
  "entity-id": String(Te(o)),
@@ -2622,7 +2619,7 @@ ${V}` : V;
2622
2619
  ]);
2623
2620
  };
2624
2621
  }
2625
- }), ou = /* @__PURE__ */ Re(Wo, [["__scopeId", "data-v-95814a0d"]]);
2622
+ }), tu = /* @__PURE__ */ Re(Qo, [["__scopeId", "data-v-11408bee"]]);
2626
2623
  export {
2627
- ou as default
2624
+ tu as default
2628
2625
  };