@opengis/form 0.0.47 → 0.0.49

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 (398) hide show
  1. package/dist/components/behavior.vue.d.ts.map +1 -0
  2. package/dist/{form/src/components → components}/container-views/index.d.ts.map +1 -1
  3. package/dist/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
  4. package/dist/components/container-views/vs-container-default.vue.d.ts.map +1 -0
  5. package/dist/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
  6. package/dist/components/form/vs-compact-form-navigation.vue.d.ts.map +1 -0
  7. package/dist/{form/src/components → components}/form/vs-compact-form.vue.d.ts +6 -2
  8. package/dist/components/form/vs-compact-form.vue.d.ts.map +1 -0
  9. package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
  10. package/dist/components/icons/icon-check.vue.d.ts.map +1 -0
  11. package/dist/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
  12. package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
  13. package/dist/components/icons/icon-close.vue.d.ts.map +1 -0
  14. package/dist/components/icons/icon-csv.vue.d.ts.map +1 -0
  15. package/dist/components/icons/icon-delete.vue.d.ts.map +1 -0
  16. package/dist/components/icons/icon-download.vue.d.ts.map +1 -0
  17. package/dist/components/icons/icon-export.vue.d.ts.map +1 -0
  18. package/dist/components/icons/icon-file.vue.d.ts.map +1 -0
  19. package/dist/components/icons/icon-geojson.vue.d.ts.map +1 -0
  20. package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
  21. package/dist/components/icons/icon-import.vue.d.ts.map +1 -0
  22. package/dist/components/icons/icon-info.vue.d.ts.map +1 -0
  23. package/dist/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
  24. package/dist/components/icons/icon-no-data.vue.d.ts.map +1 -0
  25. package/dist/components/icons/icon-pdf.vue.d.ts.map +1 -0
  26. package/dist/components/icons/icon-pen.vue.d.ts.map +1 -0
  27. package/dist/components/icons/icon-plus.vue.d.ts.map +1 -0
  28. package/dist/components/icons/icon-upload.vue.d.ts.map +1 -0
  29. package/dist/components/icons/icon-zip.vue.d.ts.map +1 -0
  30. package/dist/components/icons/index.d.ts.map +1 -0
  31. package/dist/components/inputs/array/vs-input-array.vue.d.ts.map +1 -0
  32. package/dist/components/inputs/base/vs-input-color.vue.d.ts.map +1 -0
  33. package/dist/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
  34. package/dist/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
  35. package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
  36. package/dist/components/inputs/base/vs-input-password.vue.d.ts.map +1 -0
  37. package/dist/components/inputs/base/vs-input-range.vue.d.ts.map +1 -0
  38. package/dist/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
  39. package/dist/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
  40. package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
  41. package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
  42. package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
  43. package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
  44. package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
  45. package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
  46. package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
  47. package/dist/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
  48. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
  49. package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
  50. package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
  51. package/dist/{form/src/components → components}/inputs/index.d.ts +7 -5
  52. package/dist/{form/src/components → components}/inputs/index.d.ts.map +1 -1
  53. package/dist/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
  54. package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
  55. package/dist/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
  56. package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
  57. package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
  58. package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
  59. package/dist/components/inputs/map/map-layers.vue.d.ts.map +1 -0
  60. package/dist/components/inputs/map/map-search.vue.d.ts.map +1 -0
  61. package/dist/components/inputs/map/map.d.ts.map +1 -0
  62. package/dist/components/inputs/map/util.d.ts.map +1 -0
  63. package/dist/{form/src/components → components}/inputs/map/vs-input-map.vue.d.ts +3 -1
  64. package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
  65. package/dist/components/inputs/options/checkbox/index.d.ts.map +1 -0
  66. package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
  67. package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
  68. package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
  69. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
  70. package/dist/components/inputs/options/radio/index.d.ts.map +1 -0
  71. package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
  72. package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
  73. package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
  74. package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
  75. package/dist/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
  76. package/dist/components/inputs/vs-input-container.vue.d.ts.map +1 -0
  77. package/dist/components/inputs/vs-input-key-value.vue.d.ts.map +1 -0
  78. package/dist/{form/src/components → components}/inputs/vs-input-select.vue.d.ts +2 -2
  79. package/dist/components/inputs/vs-input-select.vue.d.ts.map +1 -0
  80. package/dist/components/inputs/vs-input-slug.vue.d.ts.map +1 -0
  81. package/dist/{form/src/components → components}/layouts/index.d.ts +12 -0
  82. package/dist/components/layouts/index.d.ts.map +1 -0
  83. package/dist/{form/src/components → components}/layouts/vs-compact-form-layout.vue.d.ts +4 -0
  84. package/dist/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
  85. package/dist/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
  86. package/dist/{form/src/components → components}/layouts/vs-layout-horizontal.vue.d.ts +4 -0
  87. package/dist/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
  88. package/dist/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
  89. package/dist/components/layouts/vs-layout-settings.vue.d.ts.map +1 -0
  90. package/dist/components/modal/modal-edit.vue.d.ts.map +1 -0
  91. package/dist/components/ui/vs-calendar.vue.d.ts.map +1 -0
  92. package/dist/composables/i18n.d.ts.map +1 -0
  93. package/dist/composables/useForm.d.ts.map +1 -0
  94. package/dist/composables/useLocale.d.ts.map +1 -0
  95. package/dist/composables/useStyle.d.ts.map +1 -0
  96. package/dist/index.css +1 -1
  97. package/dist/index.d.ts.map +1 -0
  98. package/dist/index.js +1994 -2172
  99. package/dist/index.umd.cjs +3 -3
  100. package/dist/plugin/form-plugin.d.ts.map +1 -0
  101. package/dist/{form/src/schema.d.ts → schema.d.ts} +36 -1
  102. package/dist/schema.d.ts.map +1 -0
  103. package/dist/{form/src/types → types}/form.d.ts +16 -0
  104. package/dist/types/form.d.ts.map +1 -0
  105. package/dist/{form/src/types → types}/rules.d.ts.map +1 -1
  106. package/dist/utils/convertForm.d.ts.map +1 -0
  107. package/dist/utils/dynamicPosition.d.ts.map +1 -0
  108. package/dist/utils/file.api.d.ts.map +1 -0
  109. package/dist/utils/file.preview.d.ts.map +1 -0
  110. package/dist/utils/formConditions.d.ts.map +1 -0
  111. package/dist/utils/formRules.d.ts.map +1 -0
  112. package/dist/utils/index.d.ts.map +1 -0
  113. package/dist/utils/randomId.d.ts.map +1 -0
  114. package/package.json +67 -67
  115. package/dist/core/src/components/base/button.vue.d.ts +0 -19
  116. package/dist/core/src/components/base/button.vue.d.ts.map +0 -1
  117. package/dist/core/src/components/base/vs-grid-gallery.vue.d.ts +0 -4
  118. package/dist/core/src/components/base/vs-grid-gallery.vue.d.ts.map +0 -1
  119. package/dist/core/src/components/base/vs-lightbox.vue.d.ts +0 -12
  120. package/dist/core/src/components/base/vs-lightbox.vue.d.ts.map +0 -1
  121. package/dist/core/src/components/base/vs-switch.vue.d.ts +0 -49
  122. package/dist/core/src/components/base/vs-switch.vue.d.ts.map +0 -1
  123. package/dist/core/src/components/navigation/vs-pagination.vue.d.ts +0 -19
  124. package/dist/core/src/components/navigation/vs-pagination.vue.d.ts.map +0 -1
  125. package/dist/core/src/components/navigation/vs-slider.vue.d.ts +0 -7
  126. package/dist/core/src/components/navigation/vs-slider.vue.d.ts.map +0 -1
  127. package/dist/core/src/components/overlays/message-box.vue.d.ts +0 -32
  128. package/dist/core/src/components/overlays/message-box.vue.d.ts.map +0 -1
  129. package/dist/core/src/components/overlays/vs-confirm-modal.vue.d.ts +0 -29
  130. package/dist/core/src/components/overlays/vs-confirm-modal.vue.d.ts.map +0 -1
  131. package/dist/core/src/components/overlays/vs-drawer.vue.d.ts +0 -31
  132. package/dist/core/src/components/overlays/vs-drawer.vue.d.ts.map +0 -1
  133. package/dist/core/src/components/overlays/vs-loading.vue.d.ts +0 -6
  134. package/dist/core/src/components/overlays/vs-loading.vue.d.ts.map +0 -1
  135. package/dist/core/src/components/overlays/vs-modal.vue.d.ts +0 -44
  136. package/dist/core/src/components/overlays/vs-modal.vue.d.ts.map +0 -1
  137. package/dist/core/src/components/overlays/vs-notify.vue.d.ts +0 -4
  138. package/dist/core/src/components/overlays/vs-notify.vue.d.ts.map +0 -1
  139. package/dist/core/src/components/overlays/vs-popover.vue.d.ts +0 -40
  140. package/dist/core/src/components/overlays/vs-popover.vue.d.ts.map +0 -1
  141. package/dist/core/src/components/types/vs-badge-value.vue.d.ts +0 -32
  142. package/dist/core/src/components/types/vs-badge-value.vue.d.ts.map +0 -1
  143. package/dist/core/src/components/types/vs-data-value.vue.d.ts +0 -17
  144. package/dist/core/src/components/types/vs-data-value.vue.d.ts.map +0 -1
  145. package/dist/core/src/directives/focus.d.ts +0 -4
  146. package/dist/core/src/directives/focus.d.ts.map +0 -1
  147. package/dist/core/src/directives/loading.d.ts +0 -11
  148. package/dist/core/src/directives/loading.d.ts.map +0 -1
  149. package/dist/core/src/directives/tooltip.d.ts +0 -7
  150. package/dist/core/src/directives/tooltip.d.ts.map +0 -1
  151. package/dist/core/src/emitter/eventBus.d.ts +0 -12
  152. package/dist/core/src/emitter/eventBus.d.ts.map +0 -1
  153. package/dist/core/src/icons/chevron-down-icon.vue.d.ts +0 -3
  154. package/dist/core/src/icons/chevron-down-icon.vue.d.ts.map +0 -1
  155. package/dist/core/src/icons/close-Icon.vue.d.ts +0 -3
  156. package/dist/core/src/icons/close-Icon.vue.d.ts.map +0 -1
  157. package/dist/core/src/icons/delete-icon.vue.d.ts +0 -3
  158. package/dist/core/src/icons/delete-icon.vue.d.ts.map +0 -1
  159. package/dist/core/src/icons/download-icon.vue.d.ts +0 -3
  160. package/dist/core/src/icons/download-icon.vue.d.ts.map +0 -1
  161. package/dist/core/src/icons/notify/icon-error.vue.d.ts +0 -3
  162. package/dist/core/src/icons/notify/icon-error.vue.d.ts.map +0 -1
  163. package/dist/core/src/icons/notify/icon-info.vue.d.ts.map +0 -1
  164. package/dist/core/src/icons/notify/icon-success.vue.d.ts +0 -3
  165. package/dist/core/src/icons/notify/icon-success.vue.d.ts.map +0 -1
  166. package/dist/core/src/icons/notify/icon-warning.vue.d.ts +0 -3
  167. package/dist/core/src/icons/notify/icon-warning.vue.d.ts.map +0 -1
  168. package/dist/core/src/icons/pagination/icon-arrow-down.vue.d.ts +0 -3
  169. package/dist/core/src/icons/pagination/icon-arrow-down.vue.d.ts.map +0 -1
  170. package/dist/core/src/icons/pagination/icon-arrow-left.vue.d.ts +0 -3
  171. package/dist/core/src/icons/pagination/icon-arrow-left.vue.d.ts.map +0 -1
  172. package/dist/core/src/icons/pagination/icon-arrow-right.vue.d.ts +0 -3
  173. package/dist/core/src/icons/pagination/icon-arrow-right.vue.d.ts.map +0 -1
  174. package/dist/core/src/icons/pagination/icon-check.vue.d.ts.map +0 -1
  175. package/dist/core/src/index.d.ts +0 -29
  176. package/dist/core/src/index.d.ts.map +0 -1
  177. package/dist/core/src/plugins/api.d.ts +0 -13
  178. package/dist/core/src/plugins/api.d.ts.map +0 -1
  179. package/dist/core/src/plugins/confirm.d.ts +0 -18
  180. package/dist/core/src/plugins/confirm.d.ts.map +0 -1
  181. package/dist/core/src/plugins/loading.d.ts +0 -3
  182. package/dist/core/src/plugins/loading.d.ts.map +0 -1
  183. package/dist/core/src/plugins/modal.d.ts +0 -6
  184. package/dist/core/src/plugins/modal.d.ts.map +0 -1
  185. package/dist/core/src/plugins/notify.d.ts +0 -4
  186. package/dist/core/src/plugins/notify.d.ts.map +0 -1
  187. package/dist/core/src/types/drawer.d.ts +0 -8
  188. package/dist/core/src/types/drawer.d.ts.map +0 -1
  189. package/dist/core/src/types/gallery.d.ts +0 -11
  190. package/dist/core/src/types/gallery.d.ts.map +0 -1
  191. package/dist/core/src/types/lightbox.d.ts +0 -14
  192. package/dist/core/src/types/lightbox.d.ts.map +0 -1
  193. package/dist/core/src/types/modal.d.ts +0 -12
  194. package/dist/core/src/types/modal.d.ts.map +0 -1
  195. package/dist/core/src/types/notify.d.ts +0 -14
  196. package/dist/core/src/types/notify.d.ts.map +0 -1
  197. package/dist/core/src/types/pagination.d.ts +0 -17
  198. package/dist/core/src/types/pagination.d.ts.map +0 -1
  199. package/dist/core/src/types/slider.d.ts +0 -5
  200. package/dist/core/src/types/slider.d.ts.map +0 -1
  201. package/dist/core/src/utils/colorFormater.d.ts +0 -3
  202. package/dist/core/src/utils/colorFormater.d.ts.map +0 -1
  203. package/dist/core/src/utils/dynamic.position.d.ts +0 -3
  204. package/dist/core/src/utils/dynamic.position.d.ts.map +0 -1
  205. package/dist/form/src/components/behavior.vue.d.ts.map +0 -1
  206. package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts.map +0 -1
  207. package/dist/form/src/components/container-views/vs-container-default.vue.d.ts.map +0 -1
  208. package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts.map +0 -1
  209. package/dist/form/src/components/form/vs-compact-form-navigation.vue.d.ts.map +0 -1
  210. package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +0 -1
  211. package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +0 -1
  212. package/dist/form/src/components/icons/icon-check.vue.d.ts +0 -3
  213. package/dist/form/src/components/icons/icon-check.vue.d.ts.map +0 -1
  214. package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +0 -1
  215. package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +0 -1
  216. package/dist/form/src/components/icons/icon-close.vue.d.ts.map +0 -1
  217. package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +0 -1
  218. package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +0 -1
  219. package/dist/form/src/components/icons/icon-download.vue.d.ts.map +0 -1
  220. package/dist/form/src/components/icons/icon-export.vue.d.ts.map +0 -1
  221. package/dist/form/src/components/icons/icon-file.vue.d.ts.map +0 -1
  222. package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +0 -1
  223. package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +0 -1
  224. package/dist/form/src/components/icons/icon-import.vue.d.ts.map +0 -1
  225. package/dist/form/src/components/icons/icon-info.vue.d.ts +0 -3
  226. package/dist/form/src/components/icons/icon-info.vue.d.ts.map +0 -1
  227. package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +0 -1
  228. package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +0 -1
  229. package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +0 -1
  230. package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +0 -1
  231. package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +0 -1
  232. package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +0 -1
  233. package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +0 -1
  234. package/dist/form/src/components/icons/index.d.ts.map +0 -1
  235. package/dist/form/src/components/inputs/array/vs-input-array.vue.d.ts.map +0 -1
  236. package/dist/form/src/components/inputs/base/vs-input-color.vue.d.ts.map +0 -1
  237. package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +0 -1
  238. package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +0 -1
  239. package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +0 -1
  240. package/dist/form/src/components/inputs/base/vs-input-password.vue.d.ts.map +0 -1
  241. package/dist/form/src/components/inputs/base/vs-input-range.vue.d.ts.map +0 -1
  242. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +0 -1
  243. package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +0 -1
  244. package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +0 -1
  245. package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +0 -1
  246. package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +0 -1
  247. package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
  248. package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
  249. package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +0 -1
  250. package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +0 -1
  251. package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +0 -1
  252. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +0 -1
  253. package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +0 -1
  254. package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +0 -1
  255. package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +0 -1
  256. package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +0 -1
  257. package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +0 -1
  258. package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +0 -1
  259. package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +0 -1
  260. package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +0 -1
  261. package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +0 -1
  262. package/dist/form/src/components/inputs/map/map-scroll-wheel-toggle.vue.d.ts +0 -10
  263. package/dist/form/src/components/inputs/map/map-scroll-wheel-toggle.vue.d.ts.map +0 -1
  264. package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +0 -1
  265. package/dist/form/src/components/inputs/map/map.d.ts.map +0 -1
  266. package/dist/form/src/components/inputs/map/util.d.ts.map +0 -1
  267. package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +0 -1
  268. package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +0 -1
  269. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +0 -1
  270. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +0 -1
  271. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +0 -1
  272. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +0 -1
  273. package/dist/form/src/components/inputs/options/radio/index.d.ts.map +0 -1
  274. package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +0 -1
  275. package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +0 -1
  276. package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +0 -1
  277. package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +0 -1
  278. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +0 -1
  279. package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +0 -1
  280. package/dist/form/src/components/inputs/vs-input-key-value.vue.d.ts.map +0 -1
  281. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +0 -1
  282. package/dist/form/src/components/inputs/vs-input-slug.vue.d.ts.map +0 -1
  283. package/dist/form/src/components/layouts/index.d.ts.map +0 -1
  284. package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +0 -1
  285. package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +0 -1
  286. package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +0 -1
  287. package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +0 -1
  288. package/dist/form/src/components/layouts/vs-layout-settings.vue.d.ts.map +0 -1
  289. package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +0 -1
  290. package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +0 -1
  291. package/dist/form/src/composables/i18n.d.ts.map +0 -1
  292. package/dist/form/src/composables/useForm.d.ts.map +0 -1
  293. package/dist/form/src/composables/useLocale.d.ts.map +0 -1
  294. package/dist/form/src/composables/useStyle.d.ts.map +0 -1
  295. package/dist/form/src/index.d.ts.map +0 -1
  296. package/dist/form/src/plugin/form-plugin.d.ts.map +0 -1
  297. package/dist/form/src/schema.d.ts.map +0 -1
  298. package/dist/form/src/types/form.d.ts.map +0 -1
  299. package/dist/form/src/utils/convertForm.d.ts.map +0 -1
  300. package/dist/form/src/utils/dynamicPosition.d.ts.map +0 -1
  301. package/dist/form/src/utils/file.api.d.ts.map +0 -1
  302. package/dist/form/src/utils/file.preview.d.ts.map +0 -1
  303. package/dist/form/src/utils/formConditions.d.ts.map +0 -1
  304. package/dist/form/src/utils/formRules.d.ts.map +0 -1
  305. package/dist/form/src/utils/index.d.ts.map +0 -1
  306. package/dist/form/src/utils/randomId.d.ts.map +0 -1
  307. /package/dist/{form/src/components → components}/behavior.vue.d.ts +0 -0
  308. /package/dist/{form/src/components → components}/container-views/index.d.ts +0 -0
  309. /package/dist/{form/src/components → components}/container-views/vs-container-accordion.vue.d.ts +0 -0
  310. /package/dist/{form/src/components → components}/container-views/vs-container-default.vue.d.ts +0 -0
  311. /package/dist/{form/src/components → components}/container-views/vs-container-switcher.vue.d.ts +0 -0
  312. /package/dist/{form/src/components → components}/form/vs-compact-form-navigation.vue.d.ts +0 -0
  313. /package/dist/{form/src/components → components}/icons/icon-arrow-top-bottom.vue.d.ts +0 -0
  314. /package/dist/{core/src/icons/pagination → components/icons}/icon-check.vue.d.ts +0 -0
  315. /package/dist/{form/src/components → components}/icons/icon-chevron-down.vue.d.ts +0 -0
  316. /package/dist/{form/src/components → components}/icons/icon-chevron-top-bottom.vue.d.ts +0 -0
  317. /package/dist/{form/src/components → components}/icons/icon-close.vue.d.ts +0 -0
  318. /package/dist/{form/src/components → components}/icons/icon-csv.vue.d.ts +0 -0
  319. /package/dist/{form/src/components → components}/icons/icon-delete.vue.d.ts +0 -0
  320. /package/dist/{form/src/components → components}/icons/icon-download.vue.d.ts +0 -0
  321. /package/dist/{form/src/components → components}/icons/icon-export.vue.d.ts +0 -0
  322. /package/dist/{form/src/components → components}/icons/icon-file.vue.d.ts +0 -0
  323. /package/dist/{form/src/components → components}/icons/icon-geojson.vue.d.ts +0 -0
  324. /package/dist/{form/src/components → components}/icons/icon-grip-vertical.vue.d.ts +0 -0
  325. /package/dist/{form/src/components → components}/icons/icon-import.vue.d.ts +0 -0
  326. /package/dist/{core/src/icons/notify → components/icons}/icon-info.vue.d.ts +0 -0
  327. /package/dist/{form/src/components → components}/icons/icon-magnifying-glass.vue.d.ts +0 -0
  328. /package/dist/{form/src/components → components}/icons/icon-no-data.vue.d.ts +0 -0
  329. /package/dist/{form/src/components → components}/icons/icon-pdf.vue.d.ts +0 -0
  330. /package/dist/{form/src/components → components}/icons/icon-pen.vue.d.ts +0 -0
  331. /package/dist/{form/src/components → components}/icons/icon-plus.vue.d.ts +0 -0
  332. /package/dist/{form/src/components → components}/icons/icon-upload.vue.d.ts +0 -0
  333. /package/dist/{form/src/components → components}/icons/icon-zip.vue.d.ts +0 -0
  334. /package/dist/{form/src/components → components}/icons/index.d.ts +0 -0
  335. /package/dist/{form/src/components → components}/inputs/array/vs-input-array.vue.d.ts +0 -0
  336. /package/dist/{form/src/components → components}/inputs/base/vs-input-color.vue.d.ts +0 -0
  337. /package/dist/{form/src/components → components}/inputs/base/vs-input-email.vue.d.ts +0 -0
  338. /package/dist/{form/src/components → components}/inputs/base/vs-input-mask.vue.d.ts +0 -0
  339. /package/dist/{form/src/components → components}/inputs/base/vs-input-number.vue.d.ts +0 -0
  340. /package/dist/{form/src/components → components}/inputs/base/vs-input-password.vue.d.ts +0 -0
  341. /package/dist/{form/src/components → components}/inputs/base/vs-input-range.vue.d.ts +0 -0
  342. /package/dist/{form/src/components → components}/inputs/base/vs-input-static.vue.d.ts +0 -0
  343. /package/dist/{form/src/components → components}/inputs/base/vs-input-switcher.vue.d.ts +0 -0
  344. /package/dist/{form/src/components → components}/inputs/base/vs-input-text.vue.d.ts +0 -0
  345. /package/dist/{form/src/components → components}/inputs/base/vs-input-textarea.vue.d.ts +0 -0
  346. /package/dist/{form/src/components → components}/inputs/date/vs-date-text.vue.d.ts +0 -0
  347. /package/dist/{form/src/components → components}/inputs/date/vs-input-date.vue.d.ts +0 -0
  348. /package/dist/{form/src/components → components}/inputs/date/vs-input-date1.vue.d.ts +0 -0
  349. /package/dist/{form/src/components → components}/inputs/date/vs-input-time.vue.d.ts +0 -0
  350. /package/dist/{form/src/components → components}/inputs/file/vs-input-file-list-item.vue.d.ts +0 -0
  351. /package/dist/{form/src/components → components}/inputs/file/vs-input-file.vue.d.ts +0 -0
  352. /package/dist/{form/src/components → components}/inputs/file-list/vs-input-file-list.vue.d.ts +0 -0
  353. /package/dist/{form/src/components → components}/inputs/file-list/vs-widget-file-info.vue.d.ts +0 -0
  354. /package/dist/{form/src/components → components}/inputs/file-list/vs-widget-file-item.vue.d.ts +0 -0
  355. /package/dist/{form/src/components → components}/inputs/map/icons/icon-compass.vue.d.ts +0 -0
  356. /package/dist/{form/src/components → components}/inputs/map/icons/icon-full-screen.vue.d.ts +0 -0
  357. /package/dist/{form/src/components → components}/inputs/map/icons/icon-line.vue.d.ts +0 -0
  358. /package/dist/{form/src/components → components}/inputs/map/icons/icon-map-pin.vue.d.ts +0 -0
  359. /package/dist/{form/src/components → components}/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +0 -0
  360. /package/dist/{form/src/components → components}/inputs/map/icons/icon-poligon.vue.d.ts +0 -0
  361. /package/dist/{form/src/components → components}/inputs/map/map-layers.vue.d.ts +0 -0
  362. /package/dist/{form/src/components → components}/inputs/map/map-search.vue.d.ts +0 -0
  363. /package/dist/{form/src/components → components}/inputs/map/map.d.ts +0 -0
  364. /package/dist/{form/src/components → components}/inputs/map/util.d.ts +0 -0
  365. /package/dist/{form/src/components → components}/inputs/options/checkbox/index.d.ts +0 -0
  366. /package/dist/{form/src/components → components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +0 -0
  367. /package/dist/{form/src/components → components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +0 -0
  368. /package/dist/{form/src/components → components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +0 -0
  369. /package/dist/{form/src/components → components}/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -0
  370. /package/dist/{form/src/components → components}/inputs/options/radio/index.d.ts +0 -0
  371. /package/dist/{form/src/components → components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +0 -0
  372. /package/dist/{form/src/components → components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +0 -0
  373. /package/dist/{form/src/components → components}/inputs/options/radio/vs-input-radio.vue.d.ts +0 -0
  374. /package/dist/{form/src/components → components}/inputs/table/vs-input-datatable.vue.d.ts +0 -0
  375. /package/dist/{form/src/components → components}/inputs/tag/vs-input-tag.vue.d.ts +0 -0
  376. /package/dist/{form/src/components → components}/inputs/vs-input-container.vue.d.ts +0 -0
  377. /package/dist/{form/src/components → components}/inputs/vs-input-key-value.vue.d.ts +0 -0
  378. /package/dist/{form/src/components → components}/inputs/vs-input-slug.vue.d.ts +0 -0
  379. /package/dist/{form/src/components → components}/layouts/vs-layout-default.vue.d.ts +0 -0
  380. /package/dist/{form/src/components → components}/layouts/vs-layout-inline.vue.d.ts +0 -0
  381. /package/dist/{form/src/components → components}/layouts/vs-layout-settings.vue.d.ts +0 -0
  382. /package/dist/{form/src/components → components}/modal/modal-edit.vue.d.ts +0 -0
  383. /package/dist/{form/src/components → components}/ui/vs-calendar.vue.d.ts +0 -0
  384. /package/dist/{form/src/composables → composables}/i18n.d.ts +0 -0
  385. /package/dist/{form/src/composables → composables}/useForm.d.ts +0 -0
  386. /package/dist/{form/src/composables → composables}/useLocale.d.ts +0 -0
  387. /package/dist/{form/src/composables → composables}/useStyle.d.ts +0 -0
  388. /package/dist/{form/src/index.d.ts → index.d.ts} +0 -0
  389. /package/dist/{form/src/plugin → plugin}/form-plugin.d.ts +0 -0
  390. /package/dist/{form/src/types → types}/rules.d.ts +0 -0
  391. /package/dist/{form/src/utils → utils}/convertForm.d.ts +0 -0
  392. /package/dist/{form/src/utils → utils}/dynamicPosition.d.ts +0 -0
  393. /package/dist/{form/src/utils → utils}/file.api.d.ts +0 -0
  394. /package/dist/{form/src/utils → utils}/file.preview.d.ts +0 -0
  395. /package/dist/{form/src/utils → utils}/formConditions.d.ts +0 -0
  396. /package/dist/{form/src/utils → utils}/formRules.d.ts +0 -0
  397. /package/dist/{form/src/utils → utils}/index.d.ts +0 -0
  398. /package/dist/{form/src/utils → utils}/randomId.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"behavior.vue.d.ts","sourceRoot":"","sources":["../../src/components/behavior.vue"],"names":[],"mappings":"AAoDA,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,GAAG,CAAA;CACZ,CAAC;;AAgGF,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/container-views/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-container-accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/vs-container-accordion.vue"],"names":[],"mappings":"AAqKA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-container-default.vue.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/vs-container-default.vue"],"names":[],"mappings":"AA6DA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;4EAenB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-container-switcher.vue.d.ts","sourceRoot":"","sources":["../../../src/components/container-views/vs-container-switcher.vue"],"names":[],"mappings":"AA6JA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-compact-form-navigation.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/vs-compact-form-navigation.vue"],"names":[],"mappings":"AAuVA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AA2GF,iBAAS,sBAAsB,SAW9B;;;;WAzHS,MAAM;WAEN,MAAM,GAAG,MAAM;aADb,OAAO;;AAyWnB,wBAQG"}
@@ -6,8 +6,12 @@ interface FormProps {
6
6
  layout?: string;
7
7
  formId?: string;
8
8
  disabled?: boolean;
9
- navEnabled?: boolean;
9
+ navigation?: boolean;
10
10
  navWidth?: number;
11
+ columns?: {
12
+ container: number;
13
+ label: number;
14
+ };
11
15
  }
12
16
  type __VLS_Props = FormProps;
13
17
  type __VLS_PublicProps = __VLS_Props & {
@@ -35,7 +39,7 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
35
39
  layout: string;
36
40
  schema: ISchemaItem[] | any;
37
41
  formId: string;
38
- navEnabled: boolean;
42
+ navigation: boolean;
39
43
  navWidth: number;
40
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
41
45
  export default _default;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAO3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AAwF7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B,CAAC;;;;;;;;;;;;;;;;;WAxGQ,MAAM;cAIH,OAAO;YAFT,MAAM;YAHP,WAAW,EAAE,GAAG,GAAG;YAIlB,MAAM;gBAEF,OAAO;cACT,MAAM;;AA4OnB,wBASG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-arrow-top-bottom.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-arrow-top-bottom.vue"],"names":[],"mappings":";AAoEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-check.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-check.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-chevron-down.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-chevron-down.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-chevron-top-bottom.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-chevron-top-bottom.vue"],"names":[],"mappings":";AAyDA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-close.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-close.vue"],"names":[],"mappings":";AAqEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-csv.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-csv.vue"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-delete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-delete.vue"],"names":[],"mappings":";AAqFA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-download.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-download.vue"],"names":[],"mappings":";AA6EA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-export.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-export.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-file.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-file.vue"],"names":[],"mappings":";AA+EA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-geojson.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-geojson.vue"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-grip-vertical.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-grip-vertical.vue"],"names":[],"mappings":";AAmFA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-import.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-import.vue"],"names":[],"mappings":";AAoEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-info.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-info.vue"],"names":[],"mappings":";AAuEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-magnifying-glass.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-magnifying-glass.vue"],"names":[],"mappings":";AAuEA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-no-data.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-no-data.vue"],"names":[],"mappings":";AA4SA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-pdf.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-pdf.vue"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-pen.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-pen.vue"],"names":[],"mappings":";AAoDA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-plus.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-plus.vue"],"names":[],"mappings":";AA6DA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-upload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-upload.vue"],"names":[],"mappings":";AA6EA,wBAKG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-zip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/icon-zip.vue"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-array.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/array/vs-input-array.vue"],"names":[],"mappings":"AA+DA,OAAO,EAAC,gBAAgB,EAAc,MAAM,qBAAqB,CAAC;AAGlE,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAiDpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAG,CAAC;CACjC,CAAC;;;;;;;;;;;;;;;AA+DF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-color.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-color.vue"],"names":[],"mappings":"AAmDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;AAuGlD,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-email.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-email.vue"],"names":[],"mappings":"AAsDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AA4FF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-mask.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-mask.vue"],"names":[],"mappings":"AA6FA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AA+EnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;AAqDF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-number.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-number.vue"],"names":[],"mappings":"AAgCA,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAmBrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAmDF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-password.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-password.vue"],"names":[],"mappings":"AAkCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAmDF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-range.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-range.vue"],"names":[],"mappings":"AAiDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;SAHM,MAAM;SACN,MAAM;;;;;UACL,MAAM;;AAkGf,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-static.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-static.vue"],"names":[],"mappings":"AAiBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;;;;;;AAiDxD,wBAOG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-switcher.vue"],"names":[],"mappings":"AA+CA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA+BrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;AAuHF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-text.vue"],"names":[],"mappings":"AAkCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAmDF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-textarea.vue"],"names":[],"mappings":"AAgCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAmDF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"AAuCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;AA+CF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AA8PA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;AA0ctD,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AA6DA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CACvD,CAAC;;;;;;UADO,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM;;;;;;AA+FxD,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-time.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-time.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAkDF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-file-list-item.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file/vs-input-file-list-item.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAK9D,KAAK,WAAW,GAAG,eAAe,CAAC;AAQnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;AAqJF,wBAOG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-file.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file/vs-input-file.vue"],"names":[],"mappings":"AAwGA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AAgDnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B,CAAC;;;;;;AAoKF,wBAOG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-file-list.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file-list/vs-input-file-list.vue"],"names":[],"mappings":"AA8NA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;AAkb7D,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-widget-file-info.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file-list/vs-widget-file-info.vue"],"names":[],"mappings":"AAwFA,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,GAAG,CAAA;CAAE,CAAC;;UAAN,GAAG;;AA+I9B,wBAOG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-widget-file-item.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/file-list/vs-widget-file-item.vue"],"names":[],"mappings":"AAiJA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;;;;eASS,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;;;eAP9C,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;YAjB/C,MAAM;UAFR,GAAG;WACF,MAAM;;AA4Tf,wBAQG"}
@@ -127,10 +127,10 @@ declare const _default: {
127
127
  customClass: string;
128
128
  disabled: boolean;
129
129
  placeholder: string;
130
- teleport: string;
131
- api: string;
132
130
  host: string;
131
+ api: string;
133
132
  maxHeight: number;
133
+ teleport: string;
134
134
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
135
135
  'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
136
136
  modelValue?: boolean;
@@ -264,7 +264,9 @@ declare const _default: {
264
264
  "update:modelValue": (...args: any[]) => void;
265
265
  }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputMapProps> & Readonly<{
266
266
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
267
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
267
+ }>, {
268
+ handleZoom: boolean;
269
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
268
270
  'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
269
271
  update: (...args: any[]) => void;
270
272
  }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileListProps> & Readonly<{
@@ -370,10 +372,10 @@ declare const _default: {
370
372
  customClass: string;
371
373
  disabled: boolean;
372
374
  placeholder: string;
373
- teleport: string;
374
- api: string;
375
375
  host: string;
376
+ api: string;
376
377
  maxHeight: number;
378
+ teleport: string;
377
379
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
378
380
  'vs-input-array': import("vue").DefineComponent<import("../../types/form.js").IInputArrayProps & {
379
381
  modelValue?: (string | number)[];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA,wBA4BE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA,wBA4BE"}
@@ -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":"AAwCA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,GAAG,CAAC;QAAC,IAAI,CAAC,EAAC,MAAM,CAAA;KAAE,CAAC,CAAC;CACzF,CAAC;;;;;;AAoFF,wBAOG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-search.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/map-search.vue"],"names":[],"mappings":"AA2OA,KAAK,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,CAAA;AAGpC,KAAK,WAAW,GAAG;IAAE,MAAM,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,CAAC;;;;;;AA+WxF,wBAOG"}
@@ -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 @@
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/util.ts"],"names":[],"mappings":"AAyBA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,OA2B3C;AAED,eAAe,kBAAkB,CAAC"}
@@ -3,6 +3,8 @@ declare const _default: import("vue").DefineComponent<IInputMapProps, {}, {}, {}
3
3
  "update:modelValue": (...args: any[]) => void;
4
4
  }, string, import("vue").PublicProps, Readonly<IInputMapProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ }>, {
7
+ handleZoom: boolean;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  export default _default;
8
10
  //# sourceMappingURL=vs-input-map.vue.d.ts.map
@@ -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":"AAmyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;AAmhC7D,wBAQG"}
@@ -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"}
@@ -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"}
@@ -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"}
@@ -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 @@
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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/radio/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
@@ -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"}
@@ -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"}
@@ -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"}
@@ -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":"AAmYA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAgLpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;;;;;;AA62BF,wBAOG"}
@@ -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"}
@@ -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 @@
1
+ {"version":3,"file":"vs-input-key-value.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-key-value.vue"],"names":[],"mappings":"AA2KA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACrC,CAAC;;;;;;AAsSF,wBAOG"}
@@ -16,10 +16,10 @@ declare const _default: import("vue").DefineComponent<IInputSelectProps, {}, {},
16
16
  customClass: string;
17
17
  disabled: boolean;
18
18
  placeholder: string;
19
- teleport: string;
20
- api: string;
21
19
  host: string;
20
+ api: string;
22
21
  maxHeight: number;
22
+ teleport: string;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  export default _default;
25
25
  //# 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":"AAi2BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAuqCnE,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-slug.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-slug.vue"],"names":[],"mappings":"AA+GA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAoEF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;AAkFF,wBAOG"}
@@ -41,6 +41,10 @@ declare const _default: {
41
41
  ua: string;
42
42
  item: any;
43
43
  error: string | boolean;
44
+ columns: {
45
+ container: number;
46
+ label: number;
47
+ };
44
48
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
45
49
  P: {};
46
50
  B: {};
@@ -53,6 +57,10 @@ declare const _default: {
53
57
  ua: string;
54
58
  item: any;
55
59
  error: string | boolean;
60
+ columns: {
61
+ container: number;
62
+ label: number;
63
+ };
56
64
  }>;
57
65
  __isFragment?: never;
58
66
  __isTeleport?: never;
@@ -62,6 +70,10 @@ declare const _default: {
62
70
  ua: string;
63
71
  item: any;
64
72
  error: string | boolean;
73
+ columns: {
74
+ container: number;
75
+ label: number;
76
+ };
65
77
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
66
78
  $slots: {
67
79
  default?: (props: {}) => any;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAKE"}
@@ -9,6 +9,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
9
9
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
10
10
  }>, {
11
11
  item: any;
12
+ columns: {
13
+ container: number;
14
+ label: number;
15
+ };
12
16
  type: string;
13
17
  style: any;
14
18
  layout: 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":"AAwEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,KAAK,WAAW,GAAG,YAAY,CAAC;AAiDhC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;;;;;;;AAsGF,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-layout-default.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-default.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AA8EvD,QAAA,IAAI,OAAO;;;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/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"}
@@ -8,6 +8,10 @@ declare const __VLS_component: import("vue").DefineComponent<LayoutProps, {}, {}
8
8
  ua: string;
9
9
  item: any;
10
10
  error: string | boolean;
11
+ columns: {
12
+ container: number;
13
+ label: number;
14
+ };
11
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
16
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
17
  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":"AA+DA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAwGvD,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;;;;;;;;;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":"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":"vs-layout-settings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-settings.vue"],"names":[],"mappings":"AAyEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AA+HpD,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;AAyB/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":"AAsLA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;;;AA8W/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":"i18n.d.ts","sourceRoot":"","sources":["../../src/composables/i18n.ts"],"names":[],"mappings":"wBAWK,GAAG;AAXR,wBAWS"}
@@ -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,EAAE,QAAQ,GAAE,GAAG,CAAC,OAAO,CAAC,GAAG,OAAe;;4BAiB5G,WAAW,EAAE;;;EAwD5C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../src/composables/useLocale.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,SAAS,QAGhC"}
@@ -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"}
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.grid[data-v-91f3584a]{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)}.image-wrapper{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:5px;grid-row-gap:3px;height:100%}.image0{height:100%;width:100%;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:3}.image1{grid-row-start:1;grid-column-start:3;grid-row-end:2;grid-column-end:4}.image2{grid-row-start:1;grid-column-start:4;grid-row-end:2;grid-column-end:5}.image3{grid-row-start:2;grid-column-start:3;grid-row-end:3;grid-column-end:4}.image4{grid-row-start:2;grid-column-start:4;grid-row-end:3;grid-column-end:5}.thumb-cover{position:absolute;inset:0;z-index:5;background-color:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.ui-dialog__wrapper[data-v-2d2d5af4]{position:relative}.ui-dialog__modal[data-v-2d2d5af4]{margin:10px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-height:0;height:fit-content;max-height:80vh;overflow:hidden}.ui-dialog__content[data-v-2d2d5af4]{min-height:0;height:100%;overflow:auto}.ui-dialog__content[data-v-2d2d5af4]::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.ui-dialog__content[data-v-2d2d5af4]::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d9d9d9bf}.ui-dialog__content[data-v-2d2d5af4]::-webkit-scrollbar-track{background-color:#f5f5f5}@media (max-width: 650px){.ui-dialog__modal[data-v-2d2d5af4]{top:50%}}.fade-enter-active[data-v-2d2d5af4],.fade-leave-active[data-v-2d2d5af4]{transition:opacity .2s}.fade-enter-from[data-v-2d2d5af4],.fade-leave-to[data-v-2d2d5af4]{opacity:0}.content-enter-active[data-v-2d2d5af4],.content-leave-active[data-v-2d2d5af4]{transition:transform .4s}.content-enter-from[data-v-2d2d5af4],.content-leave-to[data-v-2d2d5af4]{transform:translate(-50%,-50%) scale(.95)}.map-search-widget[data-v-3048520a]{width:100%}.vs-ctrl-group[data-v-c87e933d]{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-c87e933d]{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-c87e933d]{width:16px;height:16px;stroke:currentColor;fill:none;color:#3c3c43;stroke-width:2}.vs-btn[data-v-c87e933d]:hover,.vs-active[data-v-c87e933d]{background:#2563eb;color:#fff}.vs-btn[data-v-c87e933d]:disabled{opacity:.5;cursor:not-allowed}.vs-btn-danger[data-v-c87e933d]:hover{background:#ef4444;color:#fff}.ring-2[data-v-c87e933d]{box-shadow:0 0 0 2px #3b82f699}.leaflet-map-wrapper .leaflet-container[data-v-c87e933d]{font:inherit}.vs-btn-row[data-v-c87e933d]{@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-c87e933d]: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-c87e933d]{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:9999;background:#fff}.tool[data-v-c87e933d]{line-height:1}.col-error .vs-form-text input[data-v-b0eba370]{border:1px solid red}.vs-form-text[data-v-b0eba370]{position:relative}.vs-form-text__input[data-v-b0eba370]::placeholder{opacity:.5}[draggable=true][data-v-a0f7fbfc]{-webkit-user-select:none;user-select:none}
1
+ @charset "UTF-8";.grid[data-v-91f3584a]{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)}.map-search-widget[data-v-3048520a]{width:100%}.vs-ctrl-group[data-v-66e4a27d]{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-66e4a27d]{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-66e4a27d]{width:16px;height:16px;stroke:currentColor;fill:none;color:#3c3c43;stroke-width:2}.vs-btn[data-v-66e4a27d]:hover,.vs-active[data-v-66e4a27d]{background:#2563eb;color:#fff}.vs-btn[data-v-66e4a27d]:disabled{opacity:.5;cursor:not-allowed}.vs-btn-danger[data-v-66e4a27d]:hover{background:#ef4444;color:#fff}.ring-2[data-v-66e4a27d]{box-shadow:0 0 0 2px #3b82f699}.leaflet-map-wrapper .leaflet-container[data-v-66e4a27d]{font:inherit}.fullscreen[data-v-66e4a27d]{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:9999;background:#fff}.tool[data-v-66e4a27d]{line-height:1}.zoom-instructions-enter-active[data-v-66e4a27d],.zoom-instructions-leave-active[data-v-66e4a27d]{transition:all .3s ease}.zoom-instructions-enter-from[data-v-66e4a27d]{opacity:0;transform:scale(.95) translateY(-10px)}.zoom-instructions-leave-to[data-v-66e4a27d]{opacity:0;transform:scale(.95) translateY(10px)}.zoom-instructions-enter-to[data-v-66e4a27d],.zoom-instructions-leave-from[data-v-66e4a27d]{opacity:1;transform:scale(1) translateY(0)}.col-error .vs-form-text input[data-v-b0eba370]{border:1px solid red}.vs-form-text[data-v-b0eba370]{position:relative}.vs-form-text__input[data-v-b0eba370]::placeholder{opacity:.5}[draggable=true][data-v-a0f7fbfc]{-webkit-user-select:none;user-select:none}.vs-compact-form-navigation__item[data-v-faeb2c41]{--vs-nav-indicator-left: 4px}.vs-compact-form-navigation__item[data-v-faeb2c41]:before{content:"";position:absolute;top:50%;left:var(--vs-nav-indicator-left);width:2px;height:100%;transform:translateY(-50%);background-color:#6b728099;transition:background-color .2s ease}.vs-compact-form-navigation__button[data-v-faeb2c41]{transition:color .2s ease}.vs-compact-form-navigation__item--active[data-v-faeb2c41]:before{background-color:#2563eb;border-radius:9999px}
@@ -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,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAG9D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGtF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4DAA4D,CAAC;AAGxG,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,sDAAsD,CAAC;AAClG,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAGvF,OAAO,MAAM,MAAM,uCAAuC,CAAC;AAO3D,eAAe,MAAM,CAAC"}