@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
@@ -1,10 +1,10 @@
1
1
  declare const _default: {
2
2
  default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
4
+ label: string;
4
5
  ua: string;
5
6
  item: any;
6
7
  error: string | boolean;
7
- label: string;
8
8
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
9
  P: {};
10
10
  B: {};
@@ -13,19 +13,19 @@ declare const _default: {
13
13
  M: {};
14
14
  Defaults: {};
15
15
  }, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
16
+ label: string;
16
17
  ua: string;
17
18
  item: any;
18
19
  error: string | boolean;
19
- label: string;
20
20
  }>;
21
21
  __isFragment?: never;
22
22
  __isTeleport?: never;
23
23
  __isSuspense?: never;
24
24
  } & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
25
+ label: string;
25
26
  ua: string;
26
27
  item: any;
27
28
  error: string | boolean;
28
- label: string;
29
29
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
30
30
  $slots: {
31
31
  default?: (props: {}) => any;
@@ -33,10 +33,10 @@ declare const _default: {
33
33
  });
34
34
  horizontal: {
35
35
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
36
+ label: string;
36
37
  ua: string;
37
38
  item: any;
38
39
  error: string | boolean;
39
- label: string;
40
40
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
41
41
  P: {};
42
42
  B: {};
@@ -45,19 +45,19 @@ declare const _default: {
45
45
  M: {};
46
46
  Defaults: {};
47
47
  }, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
48
+ label: string;
48
49
  ua: string;
49
50
  item: any;
50
51
  error: string | boolean;
51
- label: string;
52
52
  }>;
53
53
  __isFragment?: never;
54
54
  __isTeleport?: never;
55
55
  __isSuspense?: never;
56
56
  } & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
57
+ label: string;
57
58
  ua: string;
58
59
  item: any;
59
60
  error: string | boolean;
60
- label: string;
61
61
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
62
62
  $slots: {
63
63
  default?: (props: {}) => any;
@@ -65,10 +65,10 @@ declare const _default: {
65
65
  });
66
66
  inline: {
67
67
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
68
+ label: string;
68
69
  ua: string;
69
70
  item: any;
70
71
  error: string | boolean;
71
- label: string;
72
72
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
73
73
  P: {};
74
74
  B: {};
@@ -77,19 +77,19 @@ declare const _default: {
77
77
  M: {};
78
78
  Defaults: {};
79
79
  }, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
80
+ label: string;
80
81
  ua: string;
81
82
  item: any;
82
83
  error: string | boolean;
83
- label: string;
84
84
  }>;
85
85
  __isFragment?: never;
86
86
  __isTeleport?: never;
87
87
  __isSuspense?: never;
88
88
  } & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
89
+ label: string;
89
90
  ua: string;
90
91
  item: any;
91
92
  error: string | boolean;
92
- label: string;
93
93
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
94
94
  $slots: {
95
95
  default?: (props: {}) => any;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
@@ -1,12 +1,12 @@
1
- import { IFieldProps } from "../../types/form";
2
- type __VLS_Props = IFieldProps;
1
+ import { ILayoutProps } from "../../types/form";
2
+ type __VLS_Props = ILayoutProps;
3
3
  type __VLS_PublicProps = __VLS_Props & {
4
- modelValue?: string;
4
+ modelValue?: any;
5
5
  };
6
6
  declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- "update:modelValue": (value: string) => any;
7
+ "update:modelValue": (value: any) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
9
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
10
10
  }>, {
11
11
  item: any;
12
12
  type: string;
@@ -0,0 +1 @@
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,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,KAAK,WAAW,GAAG,YAAY,CAAC;AA8ChC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;;;AAmFF,wBAQG"}
@@ -4,10 +4,10 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<LayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LayoutProps> & Readonly<{}>, {
7
+ label: string;
7
8
  ua: string;
8
9
  item: any;
9
10
  error: string | boolean;
10
- label: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
@@ -0,0 +1 @@
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"}
@@ -4,10 +4,10 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<LayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LayoutProps> & Readonly<{}>, {
7
+ label: string;
7
8
  ua: string;
8
9
  item: any;
9
10
  error: string | boolean;
10
- label: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
@@ -0,0 +1 @@
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"}
@@ -4,10 +4,10 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<LayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LayoutProps> & Readonly<{}>, {
7
+ label: string;
7
8
  ua: string;
8
9
  item: any;
9
10
  error: string | boolean;
10
- label: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal-edit.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/modal-edit.vue"],"names":[],"mappings":"AA2JA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;;;AAmV/D,wBAOG"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-popover.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/vs-popover.vue"],"names":[],"mappings":"AAgbA,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"}
@@ -0,0 +1 @@
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"}
@@ -5,5 +5,5 @@ interface StyleConfig {
5
5
  export declare function useStyle(style: StyleConfig | null | undefined): {
6
6
  inputClass: import("vue").ComputedRef<string>;
7
7
  };
8
- export {};
8
+ export default useStyle;
9
9
  //# sourceMappingURL=useStyle.d.ts.map
@@ -0,0 +1 @@
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;AAED,eAAe,QAAQ,CAAC"}
@@ -1,6 +1,7 @@
1
1
  export { default as VForm } from './components/form/vs-compact-form.vue';
2
2
  export { default as VsInputText } from './components/inputs/base/vs-input-text.vue';
3
3
  export { default as ModalEdit } from './components/modal/modal-edit.vue';
4
+ export { default as inputs } from './components/inputs/index';
4
5
  import VsForm from './components/form/vs-compact-form.vue';
5
6
  export default VsForm;
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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;AACzE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAE9D,OAAO,MAAM,MAAM,uCAAuC,CAAC;AAK3D,eAAe,MAAM,CAAC"}
@@ -0,0 +1 @@
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,CAiC5E,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -178,6 +178,12 @@ declare const account: {
178
178
  text: string;
179
179
  col: number;
180
180
  };
181
+ tags: {
182
+ type: string;
183
+ label: string;
184
+ col: number;
185
+ validators: string[];
186
+ };
181
187
  account_name: {
182
188
  type: string;
183
189
  ua: string;
@@ -273,5 +279,128 @@ declare const account: {
273
279
  col: number;
274
280
  };
275
281
  };
276
- export { schema, schemaInline, schemaContainer, account, };
282
+ declare const allFields: {
283
+ text: {
284
+ type: string;
285
+ ua: string;
286
+ placeholder: string;
287
+ };
288
+ textarea: {
289
+ type: string;
290
+ ua: string;
291
+ placeholder: string;
292
+ };
293
+ mask: {
294
+ type: string;
295
+ ua: string;
296
+ name: string;
297
+ mask: string;
298
+ placeholderChar: string;
299
+ placeholder: string;
300
+ };
301
+ number: {
302
+ type: string;
303
+ ua: string;
304
+ placeholder: string;
305
+ };
306
+ radio: {
307
+ type: string;
308
+ ua: string;
309
+ options: {
310
+ id: string;
311
+ text: string;
312
+ }[];
313
+ };
314
+ checkbox: {
315
+ type: string;
316
+ ua: string;
317
+ options: {
318
+ id: string;
319
+ text: string;
320
+ }[];
321
+ };
322
+ switcher: {
323
+ type: string;
324
+ ua: string;
325
+ label: string;
326
+ i: string;
327
+ text: string;
328
+ view: string;
329
+ };
330
+ select: {
331
+ type: string;
332
+ ua: string;
333
+ options: {
334
+ id: string;
335
+ color: string;
336
+ text: string;
337
+ }[];
338
+ };
339
+ selectMulti: {
340
+ type: string;
341
+ ua: string;
342
+ options: {
343
+ id: string;
344
+ text: string;
345
+ }[];
346
+ multi: boolean;
347
+ };
348
+ static: {
349
+ type: string;
350
+ ua: string;
351
+ text: string;
352
+ };
353
+ date: {
354
+ type: string;
355
+ ua: string;
356
+ };
357
+ file: {
358
+ type: string;
359
+ ua: string;
360
+ props: {
361
+ format: string;
362
+ multiple: string;
363
+ };
364
+ };
365
+ fileList: {
366
+ type: string;
367
+ ua: string;
368
+ props: {
369
+ id: string;
370
+ prefix: string;
371
+ };
372
+ };
373
+ html: {
374
+ type: string;
375
+ ua: string;
376
+ text: string;
377
+ };
378
+ email: {
379
+ type: string;
380
+ ua: string;
381
+ placeholder: string;
382
+ };
383
+ datatable: {
384
+ type: string;
385
+ ua: string;
386
+ colModel: {
387
+ key: string;
388
+ ua: string;
389
+ type: string;
390
+ }[];
391
+ };
392
+ map: {
393
+ type: string;
394
+ ua: string;
395
+ props: {};
396
+ };
397
+ tag: {
398
+ type: string;
399
+ ua: string;
400
+ props: {
401
+ placeholder: string;
402
+ };
403
+ };
404
+ };
405
+ export { allFields, schema, schemaInline, schemaContainer, account, };
277
406
  //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IZ,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Jd,CAAC;AACF,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,GAC1D,CAAC"}
@@ -27,7 +27,7 @@ export interface ISchemaItem {
27
27
  disabled?: boolean;
28
28
  behavior?: Object;
29
29
  }
30
- export interface IFieldProps {
30
+ export interface ILayoutProps {
31
31
  item?: any;
32
32
  layout?: string;
33
33
  style?: any;
@@ -37,42 +37,58 @@ export interface IFieldProps {
37
37
  export interface IInputProps {
38
38
  style?: Record<string, any>;
39
39
  customClass?: string;
40
- placeholder?: string;
41
40
  disabled?: boolean;
42
- type?: string;
43
- value?: any;
44
- name?: string;
45
- rules?: (string | object)[];
41
+ modelValue?: any;
46
42
  error?: string | null;
47
- text?: string;
43
+ name?: string;
44
+ placeholder?: string;
45
+ }
46
+ export interface IInputMaskProps extends IInputProps {
47
+ name?: string;
48
48
  mask?: string;
49
49
  unmask?: boolean;
50
- placeholderChar?: string;
50
+ placeholder?: string;
51
+ }
52
+ export interface IInputStaticProps extends IInputProps {
53
+ text?: string;
51
54
  html?: string;
52
- prefix?: string;
53
- host?: string;
54
- data?: string | null;
55
- options?: IOption[];
56
- maxHeight?: number;
57
- slots?: Record<string, any> | null;
58
- mode?: string;
59
- add?: {
60
- model: string;
61
- form: string;
62
- token: string;
63
- api: string;
64
- };
65
- api?: string;
66
- search?: boolean;
55
+ }
56
+ export interface IInputSwitchProps extends IInputProps {
57
+ rules?: (string | object)[];
58
+ view?: string;
59
+ label?: string;
67
60
  i?: string;
68
- time?: boolean;
69
- modelValue?: any;
61
+ text?: string;
62
+ }
63
+ export interface IInputDateProps extends IInputProps {
70
64
  clearable?: boolean;
71
65
  now?: boolean;
72
66
  editable?: boolean;
67
+ time?: boolean;
73
68
  isInfinity?: boolean;
74
- multiple?: boolean;
69
+ }
70
+ export interface IInputFileProps extends IInputProps {
75
71
  format?: string;
72
+ multiple?: boolean;
73
+ }
74
+ export interface IInputFileListProps extends IInputProps {
75
+ id?: string;
76
+ prefix?: string;
77
+ }
78
+ export interface IInputCheckboxProps extends IInputProps {
79
+ options?: IOption[];
80
+ position?: string;
81
+ slots?: Record<string, any> | null;
82
+ colSpan?: number;
83
+ data?: string;
84
+ view?: string;
85
+ }
86
+ export interface IInputRadioProps extends IInputProps {
87
+ options?: IOption[];
88
+ position?: string;
89
+ view?: string;
90
+ }
91
+ export interface IInputTableProps extends IInputProps {
76
92
  colModel?: {
77
93
  key: string;
78
94
  ua: string;
@@ -80,9 +96,27 @@ export interface IInputProps {
80
96
  data?: string;
81
97
  validators?: [];
82
98
  }[];
83
- position?: string;
84
- view?: string;
85
- colSpan?: number;
99
+ }
100
+ export interface IInputSelectProps extends IInputProps {
101
+ multiple?: boolean;
102
+ disabled?: boolean;
103
+ mode?: string;
104
+ search?: boolean;
105
+ placeholder?: string;
106
+ prefix?: string;
107
+ host?: string;
108
+ data?: string;
109
+ options?: IOption[];
110
+ maxHeight?: number;
111
+ add?: {
112
+ model: string;
113
+ form: string;
114
+ token: string;
115
+ api: string;
116
+ };
117
+ }
118
+ export interface TagInputProps extends IInputProps {
119
+ unique?: boolean;
86
120
  }
87
121
  export interface LayoutProps {
88
122
  ua?: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../src/types/form.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../src/types/rules.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../../src/types/rules.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
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,2 +1,3 @@
1
1
  export declare const dynamicPosition: (placement: string, element: HTMLElement, content: HTMLElement, gap?: number) => Promise<void>;
2
+ export default dynamicPosition;
2
3
  //# sourceMappingURL=dynamicPosition.d.ts.map
@@ -0,0 +1 @@
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,kBAuJT,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,3 @@
1
+ export declare const fileFormatPreview: (file: string) => any;
2
+ export default fileFormatPreview;
3
+ //# sourceMappingURL=file.preview.d.ts.map
@@ -0,0 +1 @@
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;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formConditions.d.ts","sourceRoot":"","sources":["../../../../src/utils/formConditions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;CAatB,CAAC;AA0CX,eAAO,MAAM,SAAS,GAAI,OAAO,GAAG,EAAE,WAAW,GAAG,EAAE,YA8BrD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formRules.d.ts","sourceRoot":"","sources":["../../../../src/utils/formRules.ts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,cAAc,GAAI,OAAO,GAAG,EAAE,MAAM,GAAG,qBAcnD,CAAC;;AACF,wBAAoB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const getRandomId: (prefix?: string) => string;
2
+ export default getRandomId;
3
+ //# sourceMappingURL=randomId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"randomId.d.ts","sourceRoot":"","sources":["../../../../src/utils/randomId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,eAAW,WAAoD,CAAC;AAE5F,eAAe,WAAW,CAAC"}
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.grid[data-v-78e3db80]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.item-file:hover>div[data-v-02a1389c]{display:flex!important;background-color:#00000080}.widget-file .vs-button{background-color:#2563eb;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:600}.ui-dialog__modal div.flex.justify-between.items-center.py-3.px-4.border-b{border-bottom-width:0px;--tw-text-opacity: 1;color:#1f2937;font-weight:500;font-size:1.125rem;line-height:1.75rem;padding-bottom:0rem}.ui-dialog__modal .ui-dialog__content .p-4{padding-top:0rem}.slide-fade-enter-active[data-v-479564a3],.slide-fade-leave-active[data-v-479564a3]{transition:all .3s ease}.slide-fade-enter-from[data-v-479564a3],.slide-fade-leave-to[data-v-479564a3]{max-height:0;opacity:0;transform:translateY(-10px)}.slide-fade-enter-to[data-v-479564a3],.slide-fade-leave-from[data-v-479564a3]{max-height:1000px;opacity:1;transform:translateY(0)}.slide-fade-enter-active[data-v-a37284e6],.slide-fade-leave-active[data-v-a37284e6]{transition:all .3s ease}.slide-fade-enter-from[data-v-a37284e6],.slide-fade-leave-to[data-v-a37284e6]{max-height:0;opacity:0;transform:translateY(-10px)}.slide-fade-enter-to[data-v-a37284e6],.slide-fade-leave-from[data-v-a37284e6]{max-height:1000px;opacity:1;transform:translateY(0)}.select-container[data-v-85790176]{position:relative;box-sizing:border-box;font-family:Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;font-style:normal;font-weight:400}.a11yText[data-v-85790176]{z-index:9999;border:0;clip:rect(1px,1px,1px,1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap}.select-control[data-v-85790176]{-webkit-box-align:center;align-items:center;cursor:default;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;min-height:38px;position:relative;transition:.1s;background-color:#fff;border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-sizing:border-box;outline:0!important}.singleValue[data-v-85790176]{grid-area:1 / 1 / 2 / 3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:2px;margin-right:2px;box-sizing:border-box}.indicatorSeparator[data-v-85790176]{width:1px;background:#ccc;margin:0 4px}.indicatorContainer[data-v-85790176]{display:flex;align-items:center;padding:0 4px}.input-container[data-v-85790176]{visibility:visible;transform:translateZ(0);flex:1 1 auto;display:inline-grid;grid-area:1 / 1 / 2 / 3;grid-template-columns:0 min-content;margin:2px;padding-bottom:2px;padding-top:2px;color:#333;box-sizing:border-box}.input-wrapper[data-v-85790176]{-webkit-box-align:center;align-items:center;display:grid;flex:1 1 0%;flex-wrap:wrap;position:relative;overflow:hidden;padding:2px 8px;box-sizing:border-box}.placeholder[data-v-85790176]{grid-area:1 / 1 / 2 / 3;color:gray;margin-left:2px;margin-right:2px;box-sizing:border-box}.input-container input[data-v-85790176]{color:inherit;background:0 center;opacity:1;grid-area:1 / 2;font:inherit;min-width:2px;border:0;margin:0;outline:0;padding:0;width:100%}.right-side[data-v-85790176]{-webkit-box-align:center;align-items:center;align-self:stretch;display:flex;flex-shrink:0;box-sizing:border-box}.indicatorSeparator[data-v-85790176]{align-self:stretch;width:1px;background-color:#ccc;margin-bottom:8px;margin-top:8px;box-sizing:border-box}.side-icon[data-v-85790176]{display:inline-block;fill:currentcolor;line-height:1;stroke:currentcolor;stroke-width:0}.indicatorContainer[data-v-85790176]{display:flex;transition:color .15s;color:#ccc;padding:8px;box-sizing:border-box}.indicatorContainer[data-v-85790176]:hover{color:#999}.select-control-focus[data-v-85790176]{-webkit-box-align:center;align-items:center;cursor:default;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;min-height:38px;position:relative;transition:.1s;background-color:#fff;border-color:#2684ff;border-radius:4px;border-style:solid;border-width:1px;box-shadow:#2684ff 0 0 0 1px;box-sizing:border-box;outline:0!important}.select-control[data-v-85790176]:hover{border-color:#b3b3b3}.select-control-focus[data-v-85790176]:hover{border-color:#2684ff}.dropdown-menu[data-v-85790176]{top:100%;position:absolute;width:100%;z-index:1;background-color:#fff;border-radius:4px;box-shadow:#0000001a 0 0 0 1px,#0000001a 0 4px 11px;margin-bottom:8px;margin-top:8px;box-sizing:border-box}.single-option[data-v-85790176]{cursor:default;display:block;font-size:inherit;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;color:inherit;padding:8px 12px;box-sizing:border-box;line-height:19px}.single-option[data-v-85790176]:hover{cursor:default;display:block;font-size:inherit;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#deebff;color:inherit;padding:8px 12px;box-sizing:border-box}.single-option-active[data-v-85790176]{cursor:default;display:block;font-size:inherit;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#2684ff!important;color:#fff;padding:8px 12px;box-sizing:border-box;line-height:19px}.menu-container[data-v-85790176]{max-height:300px;overflow-y:auto;position:relative;padding-bottom:4px;padding-top:4px;box-sizing:border-box}.option-no-value[data-v-85790176]{text-align:center;color:#999;padding:8px 12px;box-sizing:border-box}.input-container[data-v-85790176]:after{content:attr(data-value) " ";visibility:hidden;white-space:pre;grid-area:1 / 2;font:inherit;min-width:2px;border:0;margin:0;outline:0;padding:0}.indicatorContainer-open[data-v-85790176]{display:flex;transition:color .15s;color:#666;padding:8px;box-sizing:border-box}.vs-ctrl-group[data-v-7d193de4]{display:inline-flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #0000000a;gap:2px}.vs-btn[data-v-7d193de4]{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease,color .15s ease,opacity .15s}.vs-btn svg[data-v-7d193de4]{width:16px;height:16px;stroke:currentColor;fill:none;color:#3c3c43;stroke-width:2}.vs-btn[data-v-7d193de4]:hover,.vs-active[data-v-7d193de4]{background:#2563eb;color:#fff}.vs-btn[data-v-7d193de4]:disabled{opacity:.5;cursor:not-allowed}.vs-btn-danger[data-v-7d193de4]:hover{background:#ef4444;color:#fff}.ring-2[data-v-7d193de4]{box-shadow:0 0 0 2px #3b82f699}.leaflet-map-wrapper .leaflet-container[data-v-7d193de4]{font:inherit}.vs-btn-row[data-v-7d193de4]{@apply inline-flex items-center gap-2 text-sm font-medium border rounded-md px-3 py-2 bg-white text-blue-600 border-stone-200 hover:bg-blue-500 hover:text-white hover:border-blue-500 focus:outline-none focus:ring-1 focus:ring-blue-500 focus:ring-offset-1 transition;}.vs-btn-row[data-v-7d193de4]:disabled{@apply opacity-50 cursor-not-allowed bg-gray-100 text-gray-400 border-gray-200 hover:bg-gray-100 hover:text-gray-400;}.fullscreen[data-v-7d193de4]{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:9999;background:#fff}.tool[data-v-7d193de4]{line-height:1}
1
+ @charset "UTF-8";.grid[data-v-54f9e19c]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.item-file:hover>div[data-v-0ca886b3]{display:flex!important;background-color:#00000080}.widget-file .vs-button{background-color:#2563eb;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:600}.ui-dialog__modal div.flex.justify-between.items-center.py-3.px-4.border-b{border-bottom-width:0px;--tw-text-opacity: 1;color:#1f2937;font-weight:500;font-size:1.125rem;line-height:1.75rem;padding-bottom:0rem}.ui-dialog__modal .ui-dialog__content .p-4{padding-top:0rem}.slide-fade-enter-active[data-v-90320b87],.slide-fade-leave-active[data-v-90320b87]{transition:all .3s ease}.slide-fade-enter-from[data-v-90320b87],.slide-fade-leave-to[data-v-90320b87]{max-height:0;opacity:0;transform:translateY(-10px)}.slide-fade-enter-to[data-v-90320b87],.slide-fade-leave-from[data-v-90320b87]{max-height:1000px;opacity:1;transform:translateY(0)}.slide-fade-enter-active[data-v-590eff11],.slide-fade-leave-active[data-v-590eff11]{transition:all .3s ease}.slide-fade-enter-from[data-v-590eff11],.slide-fade-leave-to[data-v-590eff11]{max-height:0;opacity:0;transform:translateY(-10px)}.slide-fade-enter-to[data-v-590eff11],.slide-fade-leave-from[data-v-590eff11]{max-height:1000px;opacity:1;transform:translateY(0)}.vs-ctrl-group[data-v-d73d6cfa]{display:inline-flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #0000000a;gap:2px}.vs-btn[data-v-d73d6cfa]{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease,color .15s ease,opacity .15s}.vs-btn svg[data-v-d73d6cfa]{width:16px;height:16px;stroke:currentColor;fill:none;color:#3c3c43;stroke-width:2}.vs-btn[data-v-d73d6cfa]:hover,.vs-active[data-v-d73d6cfa]{background:#2563eb;color:#fff}.vs-btn[data-v-d73d6cfa]:disabled{opacity:.5;cursor:not-allowed}.vs-btn-danger[data-v-d73d6cfa]:hover{background:#ef4444;color:#fff}.ring-2[data-v-d73d6cfa]{box-shadow:0 0 0 2px #3b82f699}.leaflet-map-wrapper .leaflet-container[data-v-d73d6cfa]{font:inherit}.vs-btn-row[data-v-d73d6cfa]{@apply inline-flex items-center gap-2 text-sm font-medium border rounded-md px-3 py-2 bg-white text-blue-600 border-stone-200 hover:bg-blue-500 hover:text-white hover:border-blue-500 focus:outline-none focus:ring-1 focus:ring-blue-500 focus:ring-offset-1 transition;}.vs-btn-row[data-v-d73d6cfa]:disabled{@apply opacity-50 cursor-not-allowed bg-gray-100 text-gray-400 border-gray-200 hover:bg-gray-100 hover:text-gray-400;}.fullscreen[data-v-d73d6cfa]{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:9999;background:#fff}.tool[data-v-d73d6cfa]{line-height:1}