@opengis/form 0.0.15 → 0.0.16

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 (288) hide show
  1. package/dist/{emitter → core/src/emitter}/eventBus.d.ts +1 -1
  2. package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
  3. package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
  4. package/dist/{components → form/src/components}/container-views/index.d.ts.map +1 -1
  5. package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
  6. package/dist/form/src/components/container-views/vs-container-default.vue.d.ts.map +1 -0
  7. package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
  8. package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
  9. package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
  10. package/dist/form/src/components/icons/icon-check.vue.d.ts.map +1 -0
  11. package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
  12. package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
  13. package/dist/form/src/components/icons/icon-close.vue.d.ts.map +1 -0
  14. package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +1 -0
  15. package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +1 -0
  16. package/dist/form/src/components/icons/icon-download.vue.d.ts.map +1 -0
  17. package/dist/form/src/components/icons/icon-export.vue.d.ts.map +1 -0
  18. package/dist/form/src/components/icons/icon-file.vue.d.ts.map +1 -0
  19. package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +1 -0
  20. package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
  21. package/dist/form/src/components/icons/icon-import.vue.d.ts.map +1 -0
  22. package/dist/form/src/components/icons/icon-info.vue.d.ts.map +1 -0
  23. package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
  24. package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
  25. package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +1 -0
  26. package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +1 -0
  27. package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +1 -0
  28. package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +1 -0
  29. package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
  30. package/dist/form/src/components/icons/index.d.ts.map +1 -0
  31. package/dist/{components → form/src/components}/inputs/base/vs-input-email.vue.d.ts +2 -2
  32. package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
  33. package/dist/{components → form/src/components}/inputs/base/vs-input-mask.vue.d.ts +3 -4
  34. package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
  35. package/dist/{components → form/src/components}/inputs/base/vs-input-number.vue.d.ts +1 -1
  36. package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
  37. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts +8 -0
  38. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
  39. package/dist/{components → form/src/components}/inputs/base/vs-input-switcher.vue.d.ts +7 -6
  40. package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
  41. package/dist/{components → form/src/components}/inputs/base/vs-input-text.vue.d.ts +2 -2
  42. package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
  43. package/dist/{components → form/src/components}/inputs/base/vs-input-textarea.vue.d.ts +2 -2
  44. package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
  45. package/dist/{components → form/src/components}/inputs/date/vs-date-text.vue.d.ts +1 -2
  46. package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
  47. package/dist/{components → form/src/components}/inputs/date/vs-input-date.vue.d.ts +8 -8
  48. package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
  49. package/dist/{components → form/src/components}/inputs/date/vs-input-date1.vue.d.ts +2 -2
  50. package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
  51. package/dist/{components → form/src/components}/inputs/date/vs-input-time.vue.d.ts +2 -2
  52. package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
  53. package/dist/{components → form/src/components}/inputs/file/vs-input-file-list-item.vue.d.ts +2 -2
  54. package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
  55. package/dist/{components → form/src/components}/inputs/file/vs-input-file.vue.d.ts +2 -2
  56. package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
  57. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts +11 -0
  58. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
  59. package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
  60. package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-item.vue.d.ts +1 -1
  61. package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
  62. package/dist/{components → form/src/components}/inputs/index.d.ts +67 -45
  63. package/dist/{components → form/src/components}/inputs/index.d.ts.map +1 -1
  64. package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
  65. package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
  66. package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
  67. package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
  68. package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
  69. package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
  70. package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
  71. package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
  72. package/dist/{components → form/src/components}/inputs/map/map.d.ts +1 -0
  73. package/dist/form/src/components/inputs/map/map.d.ts.map +1 -0
  74. package/dist/form/src/components/inputs/map/util.d.ts +3 -0
  75. package/dist/form/src/components/inputs/map/util.d.ts.map +1 -0
  76. package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
  77. package/dist/{components → form/src/components}/inputs/options/checkbox/index.d.ts +1 -1
  78. package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
  79. package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
  80. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
  81. package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
  82. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
  83. package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +4 -4
  84. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
  85. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +14 -0
  86. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
  87. package/dist/{components → form/src/components}/inputs/options/radio/index.d.ts +12 -0
  88. package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
  89. package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +4 -1
  90. package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
  91. package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +4 -1
  92. package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
  93. package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio.vue.d.ts +2 -2
  94. package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
  95. package/dist/{components → form/src/components}/inputs/table/vs-input-datatable.vue.d.ts +2 -2
  96. package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
  97. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts +20 -0
  98. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
  99. package/dist/{components → form/src/components}/inputs/vs-input-container.vue.d.ts +1 -1
  100. package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
  101. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts +27 -0
  102. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
  103. package/dist/{components → form/src/components}/layouts/index.d.ts +9 -9
  104. package/dist/form/src/components/layouts/index.d.ts.map +1 -0
  105. package/dist/{components → form/src/components}/layouts/vs-compact-form-layout.vue.d.ts +5 -5
  106. package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
  107. package/dist/{components → form/src/components}/layouts/vs-layout-default.vue.d.ts +1 -1
  108. package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
  109. package/dist/{components → form/src/components}/layouts/vs-layout-horizontal.vue.d.ts +1 -1
  110. package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
  111. package/dist/{components → form/src/components}/layouts/vs-layout-inline.vue.d.ts +1 -1
  112. package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
  113. package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +1 -0
  114. package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
  115. package/dist/form/src/components/ui/vs-popover.vue.d.ts.map +1 -0
  116. package/dist/form/src/composables/useForm.d.ts.map +1 -0
  117. package/dist/{composables → form/src/composables}/useStyle.d.ts +1 -1
  118. package/dist/form/src/composables/useStyle.d.ts.map +1 -0
  119. package/dist/{index.d.ts → form/src/index.d.ts} +1 -0
  120. package/dist/form/src/index.d.ts.map +1 -0
  121. package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
  122. package/dist/{schema.d.ts → form/src/schema.d.ts} +130 -1
  123. package/dist/form/src/schema.d.ts.map +1 -0
  124. package/dist/{types → form/src/types}/form.d.ts +63 -29
  125. package/dist/form/src/types/form.d.ts.map +1 -0
  126. package/dist/{types → form/src/types}/rules.d.ts.map +1 -1
  127. package/dist/form/src/utils/convertForm.d.ts.map +1 -0
  128. package/dist/{utils → form/src/utils}/dynamicPosition.d.ts +1 -0
  129. package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -0
  130. package/dist/form/src/utils/file.api.d.ts.map +1 -0
  131. package/dist/form/src/utils/file.preview.d.ts +3 -0
  132. package/dist/form/src/utils/file.preview.d.ts.map +1 -0
  133. package/dist/form/src/utils/formConditions.d.ts.map +1 -0
  134. package/dist/form/src/utils/formRules.d.ts.map +1 -0
  135. package/dist/form/src/utils/index.d.ts.map +1 -0
  136. package/dist/form/src/utils/randomId.d.ts +3 -0
  137. package/dist/form/src/utils/randomId.d.ts.map +1 -0
  138. package/dist/index.css +1 -1
  139. package/dist/index.js +1664 -1992
  140. package/dist/index.umd.cjs +2 -2
  141. package/package.json +9 -8
  142. package/dist/components/behavior.vue.d.ts.map +0 -1
  143. package/dist/components/container-views/vs-container-accordion.vue.d.ts.map +0 -1
  144. package/dist/components/container-views/vs-container-default.vue.d.ts.map +0 -1
  145. package/dist/components/container-views/vs-container-switcher.vue.d.ts.map +0 -1
  146. package/dist/components/form/vs-compact-form.vue.d.ts.map +0 -1
  147. package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +0 -1
  148. package/dist/components/icons/icon-check.vue.d.ts.map +0 -1
  149. package/dist/components/icons/icon-chevron-down.vue.d.ts.map +0 -1
  150. package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +0 -1
  151. package/dist/components/icons/icon-close.vue.d.ts.map +0 -1
  152. package/dist/components/icons/icon-csv.vue.d.ts.map +0 -1
  153. package/dist/components/icons/icon-delete.vue.d.ts.map +0 -1
  154. package/dist/components/icons/icon-download.vue.d.ts.map +0 -1
  155. package/dist/components/icons/icon-export.vue.d.ts.map +0 -1
  156. package/dist/components/icons/icon-file.vue.d.ts.map +0 -1
  157. package/dist/components/icons/icon-geojson.vue.d.ts.map +0 -1
  158. package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +0 -1
  159. package/dist/components/icons/icon-import.vue.d.ts.map +0 -1
  160. package/dist/components/icons/icon-info.vue.d.ts.map +0 -1
  161. package/dist/components/icons/icon-magnifying-glass.vue.d.ts.map +0 -1
  162. package/dist/components/icons/icon-no-data.vue.d.ts.map +0 -1
  163. package/dist/components/icons/icon-pdf.vue.d.ts.map +0 -1
  164. package/dist/components/icons/icon-pen.vue.d.ts.map +0 -1
  165. package/dist/components/icons/icon-plus.vue.d.ts.map +0 -1
  166. package/dist/components/icons/icon-upload.vue.d.ts.map +0 -1
  167. package/dist/components/icons/icon-zip.vue.d.ts.map +0 -1
  168. package/dist/components/icons/index.d.ts.map +0 -1
  169. package/dist/components/inputs/base/vs-input-email.vue.d.ts.map +0 -1
  170. package/dist/components/inputs/base/vs-input-html.vue.d.ts +0 -6
  171. package/dist/components/inputs/base/vs-input-html.vue.d.ts.map +0 -1
  172. package/dist/components/inputs/base/vs-input-mask.vue.d.ts.map +0 -1
  173. package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +0 -1
  174. package/dist/components/inputs/base/vs-input-static.vue.d.ts +0 -8
  175. package/dist/components/inputs/base/vs-input-static.vue.d.ts.map +0 -1
  176. package/dist/components/inputs/base/vs-input-switcher.vue.d.ts.map +0 -1
  177. package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +0 -1
  178. package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +0 -1
  179. package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +0 -1
  180. package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
  181. package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
  182. package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +0 -1
  183. package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +0 -1
  184. package/dist/components/inputs/file/vs-input-file.vue.d.ts.map +0 -1
  185. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts +0 -10
  186. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +0 -1
  187. package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +0 -1
  188. package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +0 -1
  189. package/dist/components/inputs/map/icons/icon-compass.vue.d.ts.map +0 -1
  190. package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +0 -1
  191. package/dist/components/inputs/map/icons/icon-line.vue.d.ts.map +0 -1
  192. package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +0 -1
  193. package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +0 -1
  194. package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts.map +0 -1
  195. package/dist/components/inputs/map/map-layers.vue.d.ts.map +0 -1
  196. package/dist/components/inputs/map/map-search.vue.d.ts.map +0 -1
  197. package/dist/components/inputs/map/map.d.ts.map +0 -1
  198. package/dist/components/inputs/map/util.d.ts +0 -2
  199. package/dist/components/inputs/map/util.d.ts.map +0 -1
  200. package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +0 -1
  201. package/dist/components/inputs/options/checkbox/index.d.ts.map +0 -1
  202. package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +0 -1
  203. package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +0 -1
  204. package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +0 -1
  205. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -15
  206. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +0 -1
  207. package/dist/components/inputs/options/radio/index.d.ts.map +0 -1
  208. package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +0 -1
  209. package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +0 -1
  210. package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +0 -1
  211. package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +0 -1
  212. package/dist/components/inputs/vs-input-container.vue.d.ts.map +0 -1
  213. package/dist/components/inputs/vs-input-select.vue.d.ts +0 -24
  214. package/dist/components/inputs/vs-input-select.vue.d.ts.map +0 -1
  215. package/dist/components/layouts/index.d.ts.map +0 -1
  216. package/dist/components/layouts/vs-compact-form-layout.vue.d.ts.map +0 -1
  217. package/dist/components/layouts/vs-layout-default.vue.d.ts.map +0 -1
  218. package/dist/components/layouts/vs-layout-horizontal.vue.d.ts.map +0 -1
  219. package/dist/components/layouts/vs-layout-inline.vue.d.ts.map +0 -1
  220. package/dist/components/modal/modal-edit.vue.d.ts.map +0 -1
  221. package/dist/components/ui/vs-calendar.vue.d.ts.map +0 -1
  222. package/dist/components/ui/vs-popover.vue.d.ts.map +0 -1
  223. package/dist/composables/useForm.d.ts.map +0 -1
  224. package/dist/composables/useStyle.d.ts.map +0 -1
  225. package/dist/emitter/eventBus.d.ts.map +0 -1
  226. package/dist/index.d.ts.map +0 -1
  227. package/dist/plugin/form-plugin.d.ts.map +0 -1
  228. package/dist/schema.d.ts.map +0 -1
  229. package/dist/types/form.d.ts.map +0 -1
  230. package/dist/utils/convertForm.d.ts.map +0 -1
  231. package/dist/utils/dynamicPosition.d.ts.map +0 -1
  232. package/dist/utils/file.api.d.ts.map +0 -1
  233. package/dist/utils/file.preview.d.ts +0 -2
  234. package/dist/utils/file.preview.d.ts.map +0 -1
  235. package/dist/utils/formConditions.d.ts.map +0 -1
  236. package/dist/utils/formRules.d.ts.map +0 -1
  237. package/dist/utils/index.d.ts.map +0 -1
  238. package/dist/utils/randomId.d.ts +0 -2
  239. package/dist/utils/randomId.d.ts.map +0 -1
  240. /package/dist/{components → form/src/components}/behavior.vue.d.ts +0 -0
  241. /package/dist/{components → form/src/components}/container-views/index.d.ts +0 -0
  242. /package/dist/{components → form/src/components}/container-views/vs-container-accordion.vue.d.ts +0 -0
  243. /package/dist/{components → form/src/components}/container-views/vs-container-default.vue.d.ts +0 -0
  244. /package/dist/{components → form/src/components}/container-views/vs-container-switcher.vue.d.ts +0 -0
  245. /package/dist/{components → form/src/components}/form/vs-compact-form.vue.d.ts +0 -0
  246. /package/dist/{components → form/src/components}/icons/icon-arrow-top-bottom.vue.d.ts +0 -0
  247. /package/dist/{components → form/src/components}/icons/icon-check.vue.d.ts +0 -0
  248. /package/dist/{components → form/src/components}/icons/icon-chevron-down.vue.d.ts +0 -0
  249. /package/dist/{components → form/src/components}/icons/icon-chevron-top-bottom.vue.d.ts +0 -0
  250. /package/dist/{components → form/src/components}/icons/icon-close.vue.d.ts +0 -0
  251. /package/dist/{components → form/src/components}/icons/icon-csv.vue.d.ts +0 -0
  252. /package/dist/{components → form/src/components}/icons/icon-delete.vue.d.ts +0 -0
  253. /package/dist/{components → form/src/components}/icons/icon-download.vue.d.ts +0 -0
  254. /package/dist/{components → form/src/components}/icons/icon-export.vue.d.ts +0 -0
  255. /package/dist/{components → form/src/components}/icons/icon-file.vue.d.ts +0 -0
  256. /package/dist/{components → form/src/components}/icons/icon-geojson.vue.d.ts +0 -0
  257. /package/dist/{components → form/src/components}/icons/icon-grip-vertical.vue.d.ts +0 -0
  258. /package/dist/{components → form/src/components}/icons/icon-import.vue.d.ts +0 -0
  259. /package/dist/{components → form/src/components}/icons/icon-info.vue.d.ts +0 -0
  260. /package/dist/{components → form/src/components}/icons/icon-magnifying-glass.vue.d.ts +0 -0
  261. /package/dist/{components → form/src/components}/icons/icon-no-data.vue.d.ts +0 -0
  262. /package/dist/{components → form/src/components}/icons/icon-pdf.vue.d.ts +0 -0
  263. /package/dist/{components → form/src/components}/icons/icon-pen.vue.d.ts +0 -0
  264. /package/dist/{components → form/src/components}/icons/icon-plus.vue.d.ts +0 -0
  265. /package/dist/{components → form/src/components}/icons/icon-upload.vue.d.ts +0 -0
  266. /package/dist/{components → form/src/components}/icons/icon-zip.vue.d.ts +0 -0
  267. /package/dist/{components → form/src/components}/icons/index.d.ts +0 -0
  268. /package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-info.vue.d.ts +0 -0
  269. /package/dist/{components → form/src/components}/inputs/map/icons/icon-compass.vue.d.ts +0 -0
  270. /package/dist/{components → form/src/components}/inputs/map/icons/icon-full-screen.vue.d.ts +0 -0
  271. /package/dist/{components → form/src/components}/inputs/map/icons/icon-line.vue.d.ts +0 -0
  272. /package/dist/{components → form/src/components}/inputs/map/icons/icon-map-pin.vue.d.ts +0 -0
  273. /package/dist/{components → form/src/components}/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +0 -0
  274. /package/dist/{components → form/src/components}/inputs/map/icons/icon-poligon.vue.d.ts +0 -0
  275. /package/dist/{components → form/src/components}/inputs/map/map-layers.vue.d.ts +0 -0
  276. /package/dist/{components → form/src/components}/inputs/map/map-search.vue.d.ts +0 -0
  277. /package/dist/{components → form/src/components}/inputs/map/vs-input-map.vue.d.ts +0 -0
  278. /package/dist/{components → form/src/components}/modal/modal-edit.vue.d.ts +0 -0
  279. /package/dist/{components → form/src/components}/ui/vs-calendar.vue.d.ts +0 -0
  280. /package/dist/{components → form/src/components}/ui/vs-popover.vue.d.ts +0 -0
  281. /package/dist/{composables → form/src/composables}/useForm.d.ts +0 -0
  282. /package/dist/{plugin → form/src/plugin}/form-plugin.d.ts +0 -0
  283. /package/dist/{types → form/src/types}/rules.d.ts +0 -0
  284. /package/dist/{utils → form/src/utils}/convertForm.d.ts +0 -0
  285. /package/dist/{utils → form/src/utils}/file.api.d.ts +0 -0
  286. /package/dist/{utils → form/src/utils}/formConditions.d.ts +0 -0
  287. /package/dist/{utils → form/src/utils}/formRules.d.ts +0 -0
  288. /package/dist/{utils → form/src/utils}/index.d.ts +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opengis/form",
3
3
  "private": false,
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -37,9 +37,11 @@
37
37
  "build:only": "vite build",
38
38
  "build:app": "app=true vite build",
39
39
  "prepublishOnly": "bun run build",
40
- "preview": "vite preview"
40
+ "preview": "vite preview",
41
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
41
42
  },
42
43
  "devDependencies": {
44
+ "@opengis/core": "^0.0.18",
43
45
  "@tsconfig/node22": "^22.0.2",
44
46
  "@types/node": "^24.2.1",
45
47
  "@typescript-eslint/parser": "^6.21.0",
@@ -52,16 +54,15 @@
52
54
  "eslint-plugin-vue": "^9.33.0",
53
55
  "globals": "^16.0.0",
54
56
  "imask": "^7.6.1",
57
+ "mitt": "^3.0.1",
58
+ "moment": "^2.30.1",
55
59
  "prettier": "^3.2.5",
56
60
  "sass": "^1.72.0",
57
61
  "typescript": "~5.8.3",
58
62
  "vite": "^7.0.0",
59
- "vue-tsc": "^2.2.10",
60
- "mitt": "^3.0.1",
61
- "@opengis/core": "^0.0.18"
63
+ "vue-tsc": "^2.2.10"
62
64
  },
63
65
  "peerDependencies": {
64
66
  "vue": "^3.5.17"
65
- },
66
- "dependencies": {}
67
- }
67
+ }
68
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"behavior.vue.d.ts","sourceRoot":"","sources":["../../src/components/behavior.vue"],"names":[],"mappings":"AAoDA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,GAAG,CAAA;CACZ,CAAC;;AAgGF,wBAMG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-container-accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/vs-container-accordion.vue"],"names":[],"mappings":"AAmKA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-container-default.vue.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/vs-container-default.vue"],"names":[],"mappings":"AA6DA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;4EAenB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-container-switcher.vue.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/vs-container-switcher.vue"],"names":[],"mappings":"AA6JA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAM3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AAoD7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B,CAAC;;;;;;;;;;;WA5DQ,MAAM;YACL,MAAM;YAFP,WAAW,EAAE,GAAG,GAAG;YAGlB,MAAM;;AA2IjB,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-arrow-top-bottom.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-arrow-top-bottom.vue"],"names":[],"mappings":";AAoEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-check.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-check.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-chevron-down.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-chevron-down.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-chevron-top-bottom.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-chevron-top-bottom.vue"],"names":[],"mappings":";AAyDA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-close.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-close.vue"],"names":[],"mappings":";AAqEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-csv.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-csv.vue"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-delete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-delete.vue"],"names":[],"mappings":";AAqFA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-download.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-download.vue"],"names":[],"mappings":";AA6EA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-export.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-export.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-file.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-file.vue"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-geojson.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-geojson.vue"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-grip-vertical.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-grip-vertical.vue"],"names":[],"mappings":";AAmFA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-import.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-import.vue"],"names":[],"mappings":";AAoEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-info.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-info.vue"],"names":[],"mappings":";AAuEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-magnifying-glass.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-magnifying-glass.vue"],"names":[],"mappings":";AAuEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-no-data.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-no-data.vue"],"names":[],"mappings":";AA4SA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-pdf.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-pdf.vue"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-pen.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-pen.vue"],"names":[],"mappings":";AAoDA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-plus.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-plus.vue"],"names":[],"mappings":";AA6DA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-upload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-upload.vue"],"names":[],"mappings":";AA4EA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-zip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-zip.vue"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-email.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-email.vue"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AA2FF,wBAQG"}
@@ -1,6 +0,0 @@
1
- import type { IInputProps } from "../../../types/form.ts";
2
- declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{}>, {
3
- text: string;
4
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
- export default _default;
6
- //# sourceMappingURL=vs-input-html.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-html.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-html.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;;;;AA4CxD,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-mask.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-mask.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AAkF/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;AAoDF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-number.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-number.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAgDF,wBAQG"}
@@ -1,8 +0,0 @@
1
- import type { IInputProps } from "../../../types/form.ts";
2
- declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{}>, {
3
- html: string;
4
- text: string;
5
- customClass: string;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- export default _default;
8
- //# sourceMappingURL=vs-input-static.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-static.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-static.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;;;;;;AA8CxD,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-switcher.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AA+B/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;AAuHF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-text.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAkDF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-textarea.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAkDF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;;AA8CF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AA+PA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;;;;;;;;;;;;;;;;AA0cxD,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAiDF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-time.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-time.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAiDF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-file-list-item.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file/vs-input-file-list-item.vue"],"names":[],"mappings":"AA+DE,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAKxD,KAAK,WAAW,GAAG,WAAW,CAAC;AAQjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;AAqJF,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-file.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file/vs-input-file.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAkC/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B,CAAC;;;;;;AAmKF,wBAOG"}
@@ -1,10 +0,0 @@
1
- import type { IInputProps } from "../../../types/form.js";
2
- declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
- update: (...args: any[]) => void;
4
- }, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
5
- onUpdate?: ((...args: any[]) => any) | undefined;
6
- }>, {
7
- prefix: string;
8
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- export default _default;
10
- //# sourceMappingURL=vs-input-file-list.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-file-list.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file-list/vs-input-file-list.vue"],"names":[],"mappings":"AA8MA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;AAka1D,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-widget-file-info.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file-list/vs-widget-file-info.vue"],"names":[],"mappings":"AAwFA,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,GAAG,CAAA;CAAE,CAAC;;UAAN,GAAG;;AA+I9B,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-widget-file-item.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file-list/vs-widget-file-item.vue"],"names":[],"mappings":"AAiJA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;;;;eASS,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;;;eAP9C,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;UAnBjD,GAAG;YAED,MAAM;WADP,MAAM;;AA4Tf,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-compass.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/icons/icon-compass.vue"],"names":[],"mappings":";AA0EA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-full-screen.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/icons/icon-full-screen.vue"],"names":[],"mappings":";AAgFA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-line.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/icons/icon-line.vue"],"names":[],"mappings":";AAkEA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-map-pin.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/icons/icon-map-pin.vue"],"names":[],"mappings":";AA8DA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-poligon-rectangle.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/icons/icon-poligon-rectangle.vue"],"names":[],"mappings":";AAsFA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-poligon.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/icons/icon-poligon.vue"],"names":[],"mappings":";AAsFA,wBAKG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"map-layers.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/map-layers.vue"],"names":[],"mappings":"AAwCA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IAC1E,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;;;;;;AAuFF,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"map-search.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/map-search.vue"],"names":[],"mappings":"AA8OA,KAAK,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;;;;;;iBAAT,MAAM;;AAsfzC,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GtB,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare function normalizeToGeoJSON(data: any): any;
2
- //# sourceMappingURL=util.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/util.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,OA2B3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"AAokBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;AAouB1D,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAC1D,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAE1D,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EAClB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-checkbox-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/checkbox/vs-checkbox-buttons.vue"],"names":[],"mappings":"AA2EE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;AAE3D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AA2GD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;WA5IX,MAAM,GAAG,MAAM;WADf,MAAM,GAAG,MAAM,GAAG,OAAO;gBAEpB,GAAG;6EAmJhB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AA+DA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAmHD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB/C,QAAA,MAAM,eAAe;;;;;WAlJZ,MAAM,GAAG,MAAM;cACZ,OAAO;WAFV,MAAM,GAAG,MAAM;gBAIV,GAAG;6EAuJf,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAsFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;WADS,MAAM;WATN,MAAM,GAAE,MAAM;UAEf,MAAM;cADF,OAAO;WAFV,MAAM,GAAE,MAAM;gBAIV,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE;;AAkI3C,wBAQG"}
@@ -1,15 +0,0 @@
1
- import type { IInputProps, IOption } from "../../../../types/form.ts";
2
- declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
- "update:modelValue": (...args: any[]) => void;
4
- }, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
5
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
- }>, {
7
- data: string | null;
8
- options: IOption[];
9
- slots: Record<string, any> | null;
10
- modelValue: any;
11
- position: string;
12
- colSpan: number;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- export default _default;
15
- //# sourceMappingURL=vs-input-checkbox.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/checkbox/vs-input-checkbox.vue"],"names":[],"mappings":"AAgKA,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;;;;;;;;;;;;;AAyMtE,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/radio/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-radio-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/radio/vs-input-radio-buttons.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA2DF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-radio-default.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/radio/vs-input-radio-default.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA+EF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-radio.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/radio/vs-input-radio.vue"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,CAAC;AAkB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAuDF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-datatable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/table/vs-input-datatable.vue"],"names":[],"mappings":"AA6TA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AAsJ/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;;;;;;AA8pBF,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-container.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-container.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGpC,OAAO,KAAK,EAAS,WAAW,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;cA+IxC,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;cAAvB,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;AAnB1C,wBAuBG"}
@@ -1,24 +0,0 @@
1
- import type { IInputProps, IOption } from '../../types/form';
2
- type __VLS_Props = IInputProps;
3
- type __VLS_PublicProps = __VLS_Props & {
4
- modelValue?: number | string | null;
5
- };
6
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- "update:modelValue": (value: string | number | null) => any;
8
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
- "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
10
- }>, {
11
- error: string | null;
12
- data: string | null;
13
- style: Record<string, any>;
14
- customClass: string;
15
- placeholder: string;
16
- prefix: string;
17
- host: string;
18
- options: IOption[];
19
- maxHeight: number;
20
- slots: Record<string, any> | null;
21
- mode: string;
22
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
- export default _default;
24
- //# sourceMappingURL=vs-input-select.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AAsqBA,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAI7D,KAAK,WAAW,GAAG,WAAW,CAAC;AA0R/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;;;;;;;;;;;;;;;;;;AAyRF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAIE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-compact-form-layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-compact-form-layout.vue"],"names":[],"mappings":"AA8DA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,KAAK,WAAW,GAAG,WAAW,CAAC;AA8C/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAkFF,wBAQG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-layout-default.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-default.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AA6DvD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;;;;;6EAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-layout-horizontal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-horizontal.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAkEvD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;;;;;6EAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-layout-inline.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-inline.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AA0CvD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqB/C,QAAA,MAAM,eAAe;;;;;6EAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"modal-edit.vue.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modal-edit.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;;;AA6S/D,wBAOG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-calendar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/vs-calendar.vue"],"names":[],"mappings":"AA+RE,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,UAAU,aAAa;IACrB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;CAC9B;;;;;;;;;;mBAqCgB,MAAM,GAAG,IAAI;6CAOmB,MAAM;sBAGnC,MAAM,GAAG,IAAI;qBAMd,MAAM,GAAG,IAAI;yDAM6B,IAAI;yBAG1C,IAAI;4BAOD,MAAM,GAAG,MAAM,GAAG,OAAO;0BAO3B,MAAM,GAAG,MAAM,GAAG,OAAO;sBAQ7B,MAAM,GAAG,MAAM;;;;;;;;;AAlFrC,wBAuHG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"vs-popover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/vs-popover.vue"],"names":[],"mappings":"AAkbA,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC9C;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC9C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAsChD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAgBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../../src/composables/useForm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,GAAG,EAAY,MAAM,KAAK,CAAC;AAG9C,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG1D,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,GAAG;;4BAclE,WAAW,EAAE;;;EA4C5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useStyle.d.ts","sourceRoot":"","sources":["../../src/composables/useStyle.ts"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS;;EAW7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"eventBus.d.ts","sourceRoot":"","sources":["../../src/emitter/eventBus.ts"],"names":[],"mappings":"AAEA,KAAK,MAAM,GAAG;IACX,YAAY,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CACpC,CAAA;AAED,eAAO,MAAM,OAAO,gCAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEzE,OAAO,MAAM,MAAM,uCAAuC,CAAC;AAK3D,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-plugin.d.ts","sourceRoot":"","sources":["../../src/plugin/form-plugin.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IACxB,MAAM,CAAC,EAAE,GAAG,CAAA;IACZ,YAAY,CAAC,EAAE,GAAG,CAAA;IAClB,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,IAAI,GAAI,OAAM,WAA4C,KAAG,OAAO,CAAC,GAAG,CAmC7E,CAAA;AAED,eAAe,IAAI,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8DjB,CAAC;AAEF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqEX,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFpB,CAAC;AAEF,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsIZ,CAAC;AACF,OAAO,EACL,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,GAC/C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/types/form.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"convertForm.d.ts","sourceRoot":"","sources":["../../src/utils/convertForm.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAiBjD,iBAAS,aAAa,CAAC,YAAY,EAAE,GAAG,GAAG,WAAW,EAAE,CAkCvD;AACD,eAAe,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dynamicPosition.d.ts","sourceRoot":"","sources":["../../src/utils/dynamicPosition.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAC1B,WAAW,MAAM,EACjB,SAAS,WAAW,EACpB,SAAS,WAAW,EACpB,YAAQ,kBAmIT,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.api.d.ts","sourceRoot":"","sources":["../../src/utils/file.api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAU,MAAM,MAAM,EAAE,IAAI,MAAM,EAAE,MAAM,MAAM,EAAE,OAAO,MAAM,iBAsBrF,CAAC;AAEF,eAAO,MAAM,UAAU,GAAU,UAAU,MAAM,qBAShD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAU,UAAU,MAAM,kBAgBlD,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const fileFormatPreview: (file: string) => any;
2
- //# sourceMappingURL=file.preview.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.preview.d.ts","sourceRoot":"","sources":["../../src/utils/file.preview.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,QAsB7C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"formConditions.d.ts","sourceRoot":"","sources":["../../src/utils/formConditions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;CAatB,CAAC;AA4DX,eAAO,MAAM,SAAS,GAAI,OAAO,GAAG,EAAE,WAAW,GAAG,EAAE,YA8BrD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"formRules.d.ts","sourceRoot":"","sources":["../../src/utils/formRules.ts"],"names":[],"mappings":"AA2CA,eAAO,MAAM,cAAc,GAAI,OAAO,GAAG,EAAE,MAAM,GAAG,qBAcnD,CAAC;;AACF,wBAAoB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const getRandomId: (prefix?: string) => string;
2
- //# sourceMappingURL=randomId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"randomId.d.ts","sourceRoot":"","sources":["../../src/utils/randomId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,eAAW,WAAoD,CAAC"}