@opengis/form 0.0.15 → 0.0.17

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/{components → form/src/components}/form/vs-compact-form.vue.d.ts +8 -1
  9. package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
  10. package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
  11. package/dist/form/src/components/icons/icon-check.vue.d.ts.map +1 -0
  12. package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
  13. package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
  14. package/dist/form/src/components/icons/icon-close.vue.d.ts.map +1 -0
  15. package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +1 -0
  16. package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +1 -0
  17. package/dist/form/src/components/icons/icon-download.vue.d.ts.map +1 -0
  18. package/dist/form/src/components/icons/icon-export.vue.d.ts.map +1 -0
  19. package/dist/form/src/components/icons/icon-file.vue.d.ts.map +1 -0
  20. package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +1 -0
  21. package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
  22. package/dist/form/src/components/icons/icon-import.vue.d.ts.map +1 -0
  23. package/dist/form/src/components/icons/icon-info.vue.d.ts.map +1 -0
  24. package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
  25. package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
  26. package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +1 -0
  27. package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +1 -0
  28. package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +1 -0
  29. package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +1 -0
  30. package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
  31. package/dist/form/src/components/icons/index.d.ts.map +1 -0
  32. package/dist/{components → form/src/components}/inputs/base/vs-input-email.vue.d.ts +2 -2
  33. package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
  34. package/dist/{components → form/src/components}/inputs/base/vs-input-mask.vue.d.ts +3 -4
  35. package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
  36. package/dist/{components → form/src/components}/inputs/base/vs-input-number.vue.d.ts +1 -1
  37. package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
  38. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts +8 -0
  39. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
  40. package/dist/{components → form/src/components}/inputs/base/vs-input-switcher.vue.d.ts +7 -6
  41. package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
  42. package/dist/{components → form/src/components}/inputs/base/vs-input-text.vue.d.ts +2 -2
  43. package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
  44. package/dist/{components → form/src/components}/inputs/base/vs-input-textarea.vue.d.ts +2 -2
  45. package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
  46. package/dist/{components → form/src/components}/inputs/date/vs-date-text.vue.d.ts +1 -2
  47. package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
  48. package/dist/{components → form/src/components}/inputs/date/vs-input-date.vue.d.ts +8 -8
  49. package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
  50. package/dist/{components → form/src/components}/inputs/date/vs-input-date1.vue.d.ts +2 -2
  51. package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
  52. package/dist/{components → form/src/components}/inputs/date/vs-input-time.vue.d.ts +2 -2
  53. package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
  54. package/dist/{components → form/src/components}/inputs/file/vs-input-file-list-item.vue.d.ts +2 -2
  55. package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
  56. package/dist/{components → form/src/components}/inputs/file/vs-input-file.vue.d.ts +2 -2
  57. package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
  58. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts +11 -0
  59. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
  60. package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
  61. package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-item.vue.d.ts +1 -1
  62. package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
  63. package/dist/{components → form/src/components}/inputs/index.d.ts +67 -45
  64. package/dist/{components → form/src/components}/inputs/index.d.ts.map +1 -1
  65. package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
  66. package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
  67. package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
  68. package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
  69. package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
  70. package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
  71. package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
  72. package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
  73. package/dist/{components → form/src/components}/inputs/map/map.d.ts +1 -0
  74. package/dist/form/src/components/inputs/map/map.d.ts.map +1 -0
  75. package/dist/form/src/components/inputs/map/util.d.ts +3 -0
  76. package/dist/form/src/components/inputs/map/util.d.ts.map +1 -0
  77. package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
  78. package/dist/{components → form/src/components}/inputs/options/checkbox/index.d.ts +1 -1
  79. package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
  80. package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
  81. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
  82. package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
  83. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
  84. package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +4 -4
  85. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
  86. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +14 -0
  87. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
  88. package/dist/{components → form/src/components}/inputs/options/radio/index.d.ts +12 -0
  89. package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
  90. package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +4 -1
  91. package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
  92. package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +4 -1
  93. package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
  94. package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio.vue.d.ts +2 -2
  95. package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
  96. package/dist/{components → form/src/components}/inputs/table/vs-input-datatable.vue.d.ts +2 -2
  97. package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
  98. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts +20 -0
  99. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
  100. package/dist/{components → form/src/components}/inputs/vs-input-container.vue.d.ts +1 -1
  101. package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
  102. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts +27 -0
  103. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
  104. package/dist/{components → form/src/components}/layouts/index.d.ts +9 -9
  105. package/dist/form/src/components/layouts/index.d.ts.map +1 -0
  106. package/dist/{components → form/src/components}/layouts/vs-compact-form-layout.vue.d.ts +5 -5
  107. package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
  108. package/dist/{components → form/src/components}/layouts/vs-layout-default.vue.d.ts +1 -1
  109. package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
  110. package/dist/{components → form/src/components}/layouts/vs-layout-horizontal.vue.d.ts +1 -1
  111. package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
  112. package/dist/{components → form/src/components}/layouts/vs-layout-inline.vue.d.ts +1 -1
  113. package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
  114. package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +1 -0
  115. package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
  116. package/dist/form/src/components/ui/vs-popover.vue.d.ts.map +1 -0
  117. package/dist/form/src/composables/useForm.d.ts.map +1 -0
  118. package/dist/{composables → form/src/composables}/useStyle.d.ts +1 -1
  119. package/dist/form/src/composables/useStyle.d.ts.map +1 -0
  120. package/dist/{index.d.ts → form/src/index.d.ts} +1 -0
  121. package/dist/form/src/index.d.ts.map +1 -0
  122. package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
  123. package/dist/{schema.d.ts → form/src/schema.d.ts} +130 -1
  124. package/dist/form/src/schema.d.ts.map +1 -0
  125. package/dist/{types → form/src/types}/form.d.ts +65 -30
  126. package/dist/form/src/types/form.d.ts.map +1 -0
  127. package/dist/{types → form/src/types}/rules.d.ts.map +1 -1
  128. package/dist/form/src/utils/convertForm.d.ts.map +1 -0
  129. package/dist/{utils → form/src/utils}/dynamicPosition.d.ts +1 -0
  130. package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -0
  131. package/dist/form/src/utils/file.api.d.ts.map +1 -0
  132. package/dist/form/src/utils/file.preview.d.ts +3 -0
  133. package/dist/form/src/utils/file.preview.d.ts.map +1 -0
  134. package/dist/form/src/utils/formConditions.d.ts.map +1 -0
  135. package/dist/form/src/utils/formRules.d.ts.map +1 -0
  136. package/dist/form/src/utils/index.d.ts.map +1 -0
  137. package/dist/form/src/utils/randomId.d.ts +3 -0
  138. package/dist/form/src/utils/randomId.d.ts.map +1 -0
  139. package/dist/index.css +1 -1
  140. package/dist/index.js +1704 -2026
  141. package/dist/index.umd.cjs +2 -2
  142. package/package.json +8 -7
  143. package/dist/components/behavior.vue.d.ts.map +0 -1
  144. package/dist/components/container-views/vs-container-accordion.vue.d.ts.map +0 -1
  145. package/dist/components/container-views/vs-container-default.vue.d.ts.map +0 -1
  146. package/dist/components/container-views/vs-container-switcher.vue.d.ts.map +0 -1
  147. package/dist/components/form/vs-compact-form.vue.d.ts.map +0 -1
  148. package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +0 -1
  149. package/dist/components/icons/icon-check.vue.d.ts.map +0 -1
  150. package/dist/components/icons/icon-chevron-down.vue.d.ts.map +0 -1
  151. package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +0 -1
  152. package/dist/components/icons/icon-close.vue.d.ts.map +0 -1
  153. package/dist/components/icons/icon-csv.vue.d.ts.map +0 -1
  154. package/dist/components/icons/icon-delete.vue.d.ts.map +0 -1
  155. package/dist/components/icons/icon-download.vue.d.ts.map +0 -1
  156. package/dist/components/icons/icon-export.vue.d.ts.map +0 -1
  157. package/dist/components/icons/icon-file.vue.d.ts.map +0 -1
  158. package/dist/components/icons/icon-geojson.vue.d.ts.map +0 -1
  159. package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +0 -1
  160. package/dist/components/icons/icon-import.vue.d.ts.map +0 -1
  161. package/dist/components/icons/icon-info.vue.d.ts.map +0 -1
  162. package/dist/components/icons/icon-magnifying-glass.vue.d.ts.map +0 -1
  163. package/dist/components/icons/icon-no-data.vue.d.ts.map +0 -1
  164. package/dist/components/icons/icon-pdf.vue.d.ts.map +0 -1
  165. package/dist/components/icons/icon-pen.vue.d.ts.map +0 -1
  166. package/dist/components/icons/icon-plus.vue.d.ts.map +0 -1
  167. package/dist/components/icons/icon-upload.vue.d.ts.map +0 -1
  168. package/dist/components/icons/icon-zip.vue.d.ts.map +0 -1
  169. package/dist/components/icons/index.d.ts.map +0 -1
  170. package/dist/components/inputs/base/vs-input-email.vue.d.ts.map +0 -1
  171. package/dist/components/inputs/base/vs-input-html.vue.d.ts +0 -6
  172. package/dist/components/inputs/base/vs-input-html.vue.d.ts.map +0 -1
  173. package/dist/components/inputs/base/vs-input-mask.vue.d.ts.map +0 -1
  174. package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +0 -1
  175. package/dist/components/inputs/base/vs-input-static.vue.d.ts +0 -8
  176. package/dist/components/inputs/base/vs-input-static.vue.d.ts.map +0 -1
  177. package/dist/components/inputs/base/vs-input-switcher.vue.d.ts.map +0 -1
  178. package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +0 -1
  179. package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +0 -1
  180. package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +0 -1
  181. package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
  182. package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
  183. package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +0 -1
  184. package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +0 -1
  185. package/dist/components/inputs/file/vs-input-file.vue.d.ts.map +0 -1
  186. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts +0 -10
  187. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +0 -1
  188. package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +0 -1
  189. package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +0 -1
  190. package/dist/components/inputs/map/icons/icon-compass.vue.d.ts.map +0 -1
  191. package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +0 -1
  192. package/dist/components/inputs/map/icons/icon-line.vue.d.ts.map +0 -1
  193. package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +0 -1
  194. package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +0 -1
  195. package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts.map +0 -1
  196. package/dist/components/inputs/map/map-layers.vue.d.ts.map +0 -1
  197. package/dist/components/inputs/map/map-search.vue.d.ts.map +0 -1
  198. package/dist/components/inputs/map/map.d.ts.map +0 -1
  199. package/dist/components/inputs/map/util.d.ts +0 -2
  200. package/dist/components/inputs/map/util.d.ts.map +0 -1
  201. package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +0 -1
  202. package/dist/components/inputs/options/checkbox/index.d.ts.map +0 -1
  203. package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +0 -1
  204. package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +0 -1
  205. package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +0 -1
  206. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -15
  207. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +0 -1
  208. package/dist/components/inputs/options/radio/index.d.ts.map +0 -1
  209. package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +0 -1
  210. package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +0 -1
  211. package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +0 -1
  212. package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +0 -1
  213. package/dist/components/inputs/vs-input-container.vue.d.ts.map +0 -1
  214. package/dist/components/inputs/vs-input-select.vue.d.ts +0 -24
  215. package/dist/components/inputs/vs-input-select.vue.d.ts.map +0 -1
  216. package/dist/components/layouts/index.d.ts.map +0 -1
  217. package/dist/components/layouts/vs-compact-form-layout.vue.d.ts.map +0 -1
  218. package/dist/components/layouts/vs-layout-default.vue.d.ts.map +0 -1
  219. package/dist/components/layouts/vs-layout-horizontal.vue.d.ts.map +0 -1
  220. package/dist/components/layouts/vs-layout-inline.vue.d.ts.map +0 -1
  221. package/dist/components/modal/modal-edit.vue.d.ts.map +0 -1
  222. package/dist/components/ui/vs-calendar.vue.d.ts.map +0 -1
  223. package/dist/components/ui/vs-popover.vue.d.ts.map +0 -1
  224. package/dist/composables/useForm.d.ts.map +0 -1
  225. package/dist/composables/useStyle.d.ts.map +0 -1
  226. package/dist/emitter/eventBus.d.ts.map +0 -1
  227. package/dist/index.d.ts.map +0 -1
  228. package/dist/plugin/form-plugin.d.ts.map +0 -1
  229. package/dist/schema.d.ts.map +0 -1
  230. package/dist/types/form.d.ts.map +0 -1
  231. package/dist/utils/convertForm.d.ts.map +0 -1
  232. package/dist/utils/dynamicPosition.d.ts.map +0 -1
  233. package/dist/utils/file.api.d.ts.map +0 -1
  234. package/dist/utils/file.preview.d.ts +0 -2
  235. package/dist/utils/file.preview.d.ts.map +0 -1
  236. package/dist/utils/formConditions.d.ts.map +0 -1
  237. package/dist/utils/formRules.d.ts.map +0 -1
  238. package/dist/utils/index.d.ts.map +0 -1
  239. package/dist/utils/randomId.d.ts +0 -2
  240. package/dist/utils/randomId.d.ts.map +0 -1
  241. /package/dist/{components → form/src/components}/behavior.vue.d.ts +0 -0
  242. /package/dist/{components → form/src/components}/container-views/index.d.ts +0 -0
  243. /package/dist/{components → form/src/components}/container-views/vs-container-accordion.vue.d.ts +0 -0
  244. /package/dist/{components → form/src/components}/container-views/vs-container-default.vue.d.ts +0 -0
  245. /package/dist/{components → form/src/components}/container-views/vs-container-switcher.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
@@ -11,14 +11,14 @@ declare const _default: {
11
11
  error: string | null;
12
12
  style: Record<string, any>;
13
13
  customClass: string;
14
- placeholder: string;
15
14
  disabled: boolean;
15
+ placeholder: string;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
17
+ VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
18
18
  modelValue?: string;
19
19
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
20
  "update:modelValue": (value: string) => any;
21
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
21
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputRadioProps & {
22
22
  modelValue?: string;
23
23
  }> & Readonly<{
24
24
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -38,8 +38,8 @@ declare const _default: {
38
38
  error: string | null;
39
39
  style: Record<string, any>;
40
40
  customClass: string;
41
- placeholder: string;
42
41
  disabled: boolean;
42
+ placeholder: string;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
44
  'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
45
45
  modelValue?: string;
@@ -52,14 +52,14 @@ declare const _default: {
52
52
  }>, {
53
53
  style: Record<string, any>;
54
54
  customClass: string;
55
- placeholder: string;
56
55
  disabled: boolean;
56
+ placeholder: string;
57
57
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
58
- 'vs-input-mask': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
58
+ 'vs-input-mask': import("vue").DefineComponent<import("../../types/form.js").IInputMaskProps & {
59
59
  modelValue?: string;
60
60
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
61
61
  "update:modelValue": (value: string) => any;
62
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
62
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputMaskProps & {
63
63
  modelValue?: string;
64
64
  }> & Readonly<{
65
65
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -67,10 +67,9 @@ declare const _default: {
67
67
  style: Record<string, any>;
68
68
  mask: string;
69
69
  customClass: string;
70
- placeholder: string;
71
70
  disabled: boolean;
71
+ placeholder: string;
72
72
  unmask: boolean;
73
- placeholderChar: string;
74
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
75
74
  'vs-input-number': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
76
75
  modelValue?: number;
@@ -84,11 +83,11 @@ declare const _default: {
84
83
  style: Record<string, any>;
85
84
  placeholder: string;
86
85
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
87
- 'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
86
+ 'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
88
87
  modelValue?: string;
89
88
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
89
  "update:modelValue": (value: string) => any;
91
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
90
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputRadioProps & {
92
91
  modelValue?: string;
93
92
  }> & Readonly<{
94
93
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -96,48 +95,52 @@ declare const _default: {
96
95
  view: string;
97
96
  position: string;
98
97
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
99
- 'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
100
- modelValue?: number | string | null;
98
+ 'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps & {
99
+ modelValue?: number | string | null | Array<number | string>;
101
100
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
102
- "update:modelValue": (value: string | number | null) => any;
103
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
104
- modelValue?: number | string | null;
101
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
102
+ } & {
103
+ change: (value: string | number | (string | number)[] | null) => any;
104
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps & {
105
+ modelValue?: number | string | null | Array<number | string>;
105
106
  }> & Readonly<{
106
- "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
107
+ onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
108
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
107
109
  }>, {
110
+ multiple: boolean;
111
+ prefix: string;
112
+ options: import("../../types/form.js").IOption[];
108
113
  error: string | null;
109
- data: string | null;
110
114
  style: Record<string, any>;
115
+ search: boolean;
111
116
  customClass: string;
117
+ disabled: boolean;
112
118
  placeholder: string;
113
- prefix: string;
114
119
  host: string;
115
- options: import("../../types/form.js").IOption[];
116
120
  maxHeight: number;
117
- slots: Record<string, any> | null;
118
- mode: string;
119
121
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
120
- 'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
122
+ 'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
121
123
  modelValue?: boolean;
122
124
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
123
125
  "update:modelValue": (value: boolean) => any;
124
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
126
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSwitchProps & {
125
127
  modelValue?: boolean;
126
128
  }> & Readonly<{
127
129
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
128
130
  }>, {
129
- error: string | null;
130
- i: string;
131
- style: Record<string, any>;
132
131
  text: string;
132
+ rules: (string | object)[];
133
133
  view: string;
134
+ label: string;
135
+ i: string;
136
+ error: string | null;
137
+ style: Record<string, any>;
134
138
  customClass: string;
135
139
  disabled: boolean;
136
- rules: (string | object)[];
137
140
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
138
- 'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{}>, {
139
- html: string;
141
+ 'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputStaticProps> & Readonly<{}>, {
140
142
  text: string;
143
+ html: string;
141
144
  customClass: string;
142
145
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
143
146
  'vs-input-container': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -175,9 +178,9 @@ declare const _default: {
175
178
  default: () => never[];
176
179
  };
177
180
  }>> & Readonly<{}>, {
181
+ view: string;
178
182
  style: Record<string, any>;
179
183
  title: string;
180
- view: string;
181
184
  schema: import("../../types/form.js").ISchemaItem[];
182
185
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
183
186
  'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
@@ -191,32 +194,33 @@ declare const _default: {
191
194
  }>, {
192
195
  style: Record<string, any>;
193
196
  customClass: string;
194
- placeholder: string;
195
197
  disabled: boolean;
198
+ placeholder: string;
196
199
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
197
- 'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
200
+ 'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
198
201
  "update:modelValue": (...args: any[]) => void;
199
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
202
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputCheckboxProps> & Readonly<{
200
203
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
201
204
  }>, {
202
- data: string | null;
203
205
  options: import("../../types/form.js").IOption[];
204
- slots: Record<string, any> | null;
205
- modelValue: any;
206
206
  position: string;
207
+ slots: Record<string, any> | null;
207
208
  colSpan: number;
209
+ modelValue: any;
208
210
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
209
- 'vs-input-file': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
211
+ 'vs-input-file': import("vue").DefineComponent<import("../../types/form.js").IInputFileProps & {
210
212
  modelValue?: string | string[];
211
213
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
212
214
  "update:modelValue": (value: string | string[] | undefined) => any;
213
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
215
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileProps & {
214
216
  modelValue?: string | string[];
215
217
  }> & Readonly<{
216
218
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
217
219
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
218
- 'vs-input-html': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{}>, {
220
+ 'vs-input-html': import("vue").DefineComponent<import("../../types/form.js").IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputStaticProps> & Readonly<{}>, {
219
221
  text: string;
222
+ html: string;
223
+ customClass: string;
220
224
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
221
225
  'vs-input-email': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
222
226
  modelValue?: string;
@@ -230,14 +234,14 @@ declare const _default: {
230
234
  error: string | null;
231
235
  style: Record<string, any>;
232
236
  customClass: string;
233
- placeholder: string;
234
237
  disabled: boolean;
238
+ placeholder: string;
235
239
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
236
- 'vs-input-datatable': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
240
+ 'vs-input-datatable': import("vue").DefineComponent<import("../../types/form.js").IInputTableProps & {
237
241
  modelValue?: any[];
238
242
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
239
243
  "update:modelValue": (value: any[]) => any;
240
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
244
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputTableProps & {
241
245
  modelValue?: any[];
242
246
  }> & Readonly<{
243
247
  "onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
@@ -247,13 +251,31 @@ declare const _default: {
247
251
  }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
248
252
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
249
253
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
250
- 'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
254
+ 'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
251
255
  update: (...args: any[]) => void;
252
- }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
256
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileListProps> & Readonly<{
253
257
  onUpdate?: ((...args: any[]) => any) | undefined;
254
258
  }>, {
259
+ id: string;
255
260
  prefix: string;
256
261
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
262
+ 'vs-input-tag': import("vue").DefineComponent<import("../../types/form.js").TagInputProps & {
263
+ modelValue?: string[];
264
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
265
+ "update:modelValue": (value: string[]) => any;
266
+ } & {
267
+ "update:modelValue": (value: string[]) => any;
268
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").TagInputProps & {
269
+ modelValue?: string[];
270
+ }> & Readonly<{
271
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
272
+ }>, {
273
+ unique: boolean;
274
+ style: Record<string, any>;
275
+ customClass: string;
276
+ disabled: boolean;
277
+ placeholder: string;
278
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
257
279
  };
258
280
  export default _default;
259
281
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBA,wBAoBE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,wBAqBE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-compass.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-compass.vue"],"names":[],"mappings":";AA0EA,wBAKG"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-line.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-line.vue"],"names":[],"mappings":";AAkEA,wBAKG"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-poligon.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-poligon.vue"],"names":[],"mappings":";AAsFA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-layers.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-layers.vue"],"names":[],"mappings":"AAuCA,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;;;;;;AAsFF,wBAOG"}
@@ -0,0 +1 @@
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"}
@@ -106,4 +106,5 @@ export declare const MAP_LOCALE: {
106
106
  };
107
107
  };
108
108
  };
109
+ export default MAP_LOCALE;
109
110
  //# sourceMappingURL=map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GtB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function normalizeToGeoJSON(data: any): any;
2
+ export default normalizeToGeoJSON;
3
+ //# sourceMappingURL=util.d.ts.map
@@ -0,0 +1 @@
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;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"AA2kBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;AA2uB1D,wBAOG"}
@@ -1,4 +1,4 @@
1
1
  import VsCheckboxDefault from './vs-checkbox-default.vue';
2
2
  import VsCheckboxButtons from './vs-checkbox-buttons.vue';
3
- export { VsCheckboxDefault, VsCheckboxButtons };
3
+ export { VsCheckboxDefault, VsCheckboxButtons, };
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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,GAClB,CAAC"}
@@ -19,8 +19,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
19
19
  "onUpdate:modelValue"?: ((value: ModelState) => any) | undefined;
20
20
  }>, {
21
21
  label: string | number;
22
- value: string | number | boolean;
23
22
  modelValue: any;
23
+ value: string | number | boolean;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
26
  export default _default;
@@ -0,0 +1 @@
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;gBACV,GAAG;WAFR,MAAM,GAAG,MAAM,GAAG,OAAO;6EAqJjC,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"}
@@ -4,7 +4,7 @@ interface Props {
4
4
  disabled: boolean;
5
5
  id: string | number;
6
6
  modelValue: any;
7
- info: string;
7
+ info?: string;
8
8
  error: string;
9
9
  }
10
10
  declare var __VLS_4: {};
@@ -18,8 +18,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
18
18
  }>, {
19
19
  label: string | number;
20
20
  disabled: boolean;
21
- value: string | number;
22
21
  modelValue: any;
22
+ value: string | number;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
25
  export default _default;
@@ -0,0 +1 @@
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,CAAC,EAAE,MAAM,CAAC;IACd,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;gBAEL,GAAG;WAJR,MAAM,GAAG,MAAM;6EA2JtB,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"}
@@ -3,7 +3,7 @@ interface Props {
3
3
  label?: string | number;
4
4
  disabled?: boolean;
5
5
  view?: string;
6
- modelValue: boolean | (string | number)[];
6
+ modelValue: boolean | (string | number)[] | undefined;
7
7
  icon?: string;
8
8
  imgUrl?: string;
9
9
  slots?: any;
@@ -16,12 +16,12 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
16
16
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
18
18
  }>, {
19
- error: string;
20
- label: string | number;
21
19
  view: string;
20
+ label: string | number;
21
+ error: string;
22
22
  disabled: boolean;
23
+ modelValue: boolean | (string | number)[] | undefined;
23
24
  value: string | number;
24
- modelValue: boolean | (string | number)[];
25
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
26
  export default _default;
27
27
  //# sourceMappingURL=vs-input-checkbox-item.vue.d.ts.map
@@ -0,0 +1 @@
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,GAAG,SAAS,CAAC;IACtD,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;;;;;;UARQ,MAAM;WAFL,MAAM,GAAE,MAAM;WASd,MAAM;cARH,OAAO;gBAEN,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS;WAJ7C,MAAM,GAAE,MAAM;;AAsIxB,wBAQG"}
@@ -0,0 +1,14 @@
1
+ import { IInputCheckboxProps, IOption } from "../../../../types/form";
2
+ declare const _default: import("vue").DefineComponent<IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ "update:modelValue": (...args: any[]) => void;
4
+ }, string, import("vue").PublicProps, Readonly<IInputCheckboxProps> & Readonly<{
5
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
+ }>, {
7
+ options: IOption[];
8
+ position: string;
9
+ slots: Record<string, any> | null;
10
+ colSpan: number;
11
+ modelValue: any;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
14
+ //# sourceMappingURL=vs-input-checkbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox.vue"],"names":[],"mappings":"AA6JA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;;AAqMtE,wBAQG"}
@@ -1,9 +1,15 @@
1
1
  declare const _default: {
2
2
  'vs-input-radio-default': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
3
+ value?: any;
4
+ text?: string;
5
+ } & {
3
6
  modelValue?: string;
4
7
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
8
  "update:modelValue": (value: string) => any;
6
9
  }, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
10
+ value?: any;
11
+ text?: string;
12
+ } & {
7
13
  modelValue?: string;
8
14
  }> & Readonly<{
9
15
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -12,10 +18,16 @@ declare const _default: {
12
18
  disabled: boolean;
13
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
20
  'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
21
+ value?: any;
22
+ text?: string;
23
+ } & {
15
24
  modelValue?: string;
16
25
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
26
  "update:modelValue": (value: string) => any;
18
27
  }, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
28
+ value?: any;
29
+ text?: string;
30
+ } & {
19
31
  modelValue?: string;
20
32
  }> & Readonly<{
21
33
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/radio/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
@@ -1,5 +1,8 @@
1
1
  import type { IInputProps } from "../../../../types/form.ts";
2
- type __VLS_Props = IInputProps;
2
+ type __VLS_Props = IInputProps & {
3
+ value?: any;
4
+ text?: string;
5
+ };
3
6
  type __VLS_PublicProps = __VLS_Props & {
4
7
  modelValue?: string;
5
8
  };
@@ -0,0 +1 @@
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":"AA4BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA2DF,wBAQG"}
@@ -1,5 +1,8 @@
1
1
  import type { IInputProps } from "../../../../types/form.ts";
2
- type __VLS_Props = IInputProps;
2
+ type __VLS_Props = IInputProps & {
3
+ value?: any;
4
+ text?: string;
5
+ };
3
6
  type __VLS_PublicProps = __VLS_Props & {
4
7
  modelValue?: string;
5
8
  };
@@ -0,0 +1 @@
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":"AAmCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA+EF,wBAQG"}
@@ -1,5 +1,5 @@
1
- import type { IInputProps } from "../../../../types/form.ts";
2
- type __VLS_Props = IInputProps;
1
+ import { IInputRadioProps } from "../../../../types/form";
2
+ type __VLS_Props = IInputRadioProps;
3
3
  type __VLS_PublicProps = __VLS_Props & {
4
4
  modelValue?: string;
5
5
  };
@@ -0,0 +1 @@
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,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAkBpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAuDF,wBAQG"}
@@ -1,5 +1,5 @@
1
- import type { IInputProps } from "../../../types/form.ts";
2
- type __VLS_Props = IInputProps;
1
+ import { IInputTableProps } from "../../../types/form";
2
+ type __VLS_Props = IInputTableProps;
3
3
  type __VLS_PublicProps = __VLS_Props & {
4
4
  modelValue?: any[];
5
5
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-datatable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/table/vs-input-datatable.vue"],"names":[],"mappings":"AA2TA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAoJpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;;;;;;AA8pBF,wBAOG"}
@@ -0,0 +1,20 @@
1
+ import { TagInputProps } from "../../../types/form";
2
+ type __VLS_Props = TagInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: string[];
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string[]) => any;
8
+ } & {
9
+ "update:modelValue": (value: string[]) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
12
+ }>, {
13
+ unique: boolean;
14
+ style: Record<string, any>;
15
+ customClass: string;
16
+ disabled: boolean;
17
+ placeholder: string;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
20
+ //# sourceMappingURL=vs-input-tag.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-tag.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/tag/vs-input-tag.vue"],"names":[],"mappings":"AA6MA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,KAAK,WAAW,GAAG,aAAa,CAAC;AA0GjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;;;;;;;;;;;;;;AA2OF,wBAQG"}
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  default: () => never[];
36
36
  };
37
37
  }>> & Readonly<{}>, {
38
+ view: string;
38
39
  style: Record<string, any>;
39
40
  title: string;
40
- view: string;
41
41
  schema: ISchemaItem[];
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  export default _default;
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,27 @@
1
+ import { IInputSelectProps, IOption } from '../../types/form';
2
+ type __VLS_Props = IInputSelectProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: number | string | null | Array<number | string>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
8
+ } & {
9
+ change: (value: string | number | (string | number)[] | null) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
13
+ }>, {
14
+ multiple: boolean;
15
+ prefix: string;
16
+ options: IOption[];
17
+ error: string | null;
18
+ style: Record<string, any>;
19
+ search: boolean;
20
+ customClass: string;
21
+ disabled: boolean;
22
+ placeholder: string;
23
+ host: string;
24
+ maxHeight: number;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ export default _default;
27
+ //# sourceMappingURL=vs-input-select.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AA+jBA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAO9D,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAmYrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IAEvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC5D,CAAC;;;;;;;;;;;;;;;;;;;;;AA0bF,wBAQG"}