@opengis/form 0.0.43 → 0.0.45

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 (397) hide show
  1. package/dist/core/src/components/base/button.vue.d.ts +19 -0
  2. package/dist/core/src/components/base/button.vue.d.ts.map +1 -0
  3. package/dist/core/src/components/base/vs-grid-gallery.vue.d.ts +4 -0
  4. package/dist/core/src/components/base/vs-grid-gallery.vue.d.ts.map +1 -0
  5. package/dist/core/src/components/base/vs-lightbox.vue.d.ts +12 -0
  6. package/dist/core/src/components/base/vs-lightbox.vue.d.ts.map +1 -0
  7. package/dist/core/src/components/base/vs-switch.vue.d.ts +49 -0
  8. package/dist/core/src/components/base/vs-switch.vue.d.ts.map +1 -0
  9. package/dist/core/src/components/navigation/vs-pagination.vue.d.ts +19 -0
  10. package/dist/core/src/components/navigation/vs-pagination.vue.d.ts.map +1 -0
  11. package/dist/core/src/components/navigation/vs-slider.vue.d.ts +7 -0
  12. package/dist/core/src/components/navigation/vs-slider.vue.d.ts.map +1 -0
  13. package/dist/core/src/components/overlays/message-box.vue.d.ts +32 -0
  14. package/dist/core/src/components/overlays/message-box.vue.d.ts.map +1 -0
  15. package/dist/core/src/components/overlays/vs-confirm-modal.vue.d.ts +29 -0
  16. package/dist/core/src/components/overlays/vs-confirm-modal.vue.d.ts.map +1 -0
  17. package/dist/core/src/components/overlays/vs-drawer.vue.d.ts +31 -0
  18. package/dist/core/src/components/overlays/vs-drawer.vue.d.ts.map +1 -0
  19. package/dist/core/src/components/overlays/vs-loading.vue.d.ts +6 -0
  20. package/dist/core/src/components/overlays/vs-loading.vue.d.ts.map +1 -0
  21. package/dist/core/src/components/overlays/vs-modal.vue.d.ts +44 -0
  22. package/dist/core/src/components/overlays/vs-modal.vue.d.ts.map +1 -0
  23. package/dist/core/src/components/overlays/vs-notify.vue.d.ts +4 -0
  24. package/dist/core/src/components/overlays/vs-notify.vue.d.ts.map +1 -0
  25. package/dist/core/src/components/overlays/vs-popover.vue.d.ts +40 -0
  26. package/dist/core/src/components/overlays/vs-popover.vue.d.ts.map +1 -0
  27. package/dist/core/src/components/types/vs-badge-value.vue.d.ts +32 -0
  28. package/dist/core/src/components/types/vs-badge-value.vue.d.ts.map +1 -0
  29. package/dist/core/src/components/types/vs-data-value.vue.d.ts +17 -0
  30. package/dist/core/src/components/types/vs-data-value.vue.d.ts.map +1 -0
  31. package/dist/core/src/directives/focus.d.ts +4 -0
  32. package/dist/core/src/directives/focus.d.ts.map +1 -0
  33. package/dist/core/src/directives/loading.d.ts +11 -0
  34. package/dist/core/src/directives/loading.d.ts.map +1 -0
  35. package/dist/core/src/directives/tooltip.d.ts +7 -0
  36. package/dist/core/src/directives/tooltip.d.ts.map +1 -0
  37. package/dist/core/src/emitter/eventBus.d.ts +12 -0
  38. package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
  39. package/dist/core/src/icons/chevron-down-icon.vue.d.ts +3 -0
  40. package/dist/core/src/icons/chevron-down-icon.vue.d.ts.map +1 -0
  41. package/dist/core/src/icons/close-Icon.vue.d.ts +3 -0
  42. package/dist/core/src/icons/close-Icon.vue.d.ts.map +1 -0
  43. package/dist/core/src/icons/delete-icon.vue.d.ts +3 -0
  44. package/dist/core/src/icons/delete-icon.vue.d.ts.map +1 -0
  45. package/dist/core/src/icons/download-icon.vue.d.ts +3 -0
  46. package/dist/core/src/icons/download-icon.vue.d.ts.map +1 -0
  47. package/dist/core/src/icons/notify/icon-error.vue.d.ts +3 -0
  48. package/dist/core/src/icons/notify/icon-error.vue.d.ts.map +1 -0
  49. package/dist/core/src/icons/notify/icon-info.vue.d.ts.map +1 -0
  50. package/dist/core/src/icons/notify/icon-success.vue.d.ts +3 -0
  51. package/dist/core/src/icons/notify/icon-success.vue.d.ts.map +1 -0
  52. package/dist/core/src/icons/notify/icon-warning.vue.d.ts +3 -0
  53. package/dist/core/src/icons/notify/icon-warning.vue.d.ts.map +1 -0
  54. package/dist/core/src/icons/pagination/icon-arrow-down.vue.d.ts +3 -0
  55. package/dist/core/src/icons/pagination/icon-arrow-down.vue.d.ts.map +1 -0
  56. package/dist/core/src/icons/pagination/icon-arrow-left.vue.d.ts +3 -0
  57. package/dist/core/src/icons/pagination/icon-arrow-left.vue.d.ts.map +1 -0
  58. package/dist/core/src/icons/pagination/icon-arrow-right.vue.d.ts +3 -0
  59. package/dist/core/src/icons/pagination/icon-arrow-right.vue.d.ts.map +1 -0
  60. package/dist/core/src/icons/pagination/icon-check.vue.d.ts.map +1 -0
  61. package/dist/core/src/index.d.ts +29 -0
  62. package/dist/core/src/index.d.ts.map +1 -0
  63. package/dist/core/src/plugins/api.d.ts +13 -0
  64. package/dist/core/src/plugins/api.d.ts.map +1 -0
  65. package/dist/core/src/plugins/confirm.d.ts +18 -0
  66. package/dist/core/src/plugins/confirm.d.ts.map +1 -0
  67. package/dist/core/src/plugins/loading.d.ts +3 -0
  68. package/dist/core/src/plugins/loading.d.ts.map +1 -0
  69. package/dist/core/src/plugins/modal.d.ts +6 -0
  70. package/dist/core/src/plugins/modal.d.ts.map +1 -0
  71. package/dist/core/src/plugins/notify.d.ts +4 -0
  72. package/dist/core/src/plugins/notify.d.ts.map +1 -0
  73. package/dist/core/src/types/drawer.d.ts +8 -0
  74. package/dist/core/src/types/drawer.d.ts.map +1 -0
  75. package/dist/core/src/types/gallery.d.ts +11 -0
  76. package/dist/core/src/types/gallery.d.ts.map +1 -0
  77. package/dist/core/src/types/lightbox.d.ts +14 -0
  78. package/dist/core/src/types/lightbox.d.ts.map +1 -0
  79. package/dist/core/src/types/modal.d.ts +12 -0
  80. package/dist/core/src/types/modal.d.ts.map +1 -0
  81. package/dist/core/src/types/notify.d.ts +14 -0
  82. package/dist/core/src/types/notify.d.ts.map +1 -0
  83. package/dist/core/src/types/pagination.d.ts +17 -0
  84. package/dist/core/src/types/pagination.d.ts.map +1 -0
  85. package/dist/core/src/types/slider.d.ts +5 -0
  86. package/dist/core/src/types/slider.d.ts.map +1 -0
  87. package/dist/core/src/utils/colorFormater.d.ts +3 -0
  88. package/dist/core/src/utils/colorFormater.d.ts.map +1 -0
  89. package/dist/core/src/utils/dynamic.position.d.ts +3 -0
  90. package/dist/core/src/utils/dynamic.position.d.ts.map +1 -0
  91. package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
  92. package/dist/{components/layouts → form/src/components/container-views}/index.d.ts.map +1 -1
  93. package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
  94. package/dist/form/src/components/container-views/vs-container-default.vue.d.ts.map +1 -0
  95. package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
  96. package/dist/form/src/components/form/vs-compact-form-navigation.vue.d.ts +17 -0
  97. package/dist/form/src/components/form/vs-compact-form-navigation.vue.d.ts.map +1 -0
  98. package/dist/{components → form/src/components}/form/vs-compact-form.vue.d.ts +4 -0
  99. package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
  100. package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
  101. package/dist/form/src/components/icons/icon-check.vue.d.ts +3 -0
  102. package/dist/form/src/components/icons/icon-check.vue.d.ts.map +1 -0
  103. package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
  104. package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
  105. package/dist/form/src/components/icons/icon-close.vue.d.ts.map +1 -0
  106. package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +1 -0
  107. package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +1 -0
  108. package/dist/form/src/components/icons/icon-download.vue.d.ts.map +1 -0
  109. package/dist/form/src/components/icons/icon-export.vue.d.ts.map +1 -0
  110. package/dist/form/src/components/icons/icon-file.vue.d.ts.map +1 -0
  111. package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +1 -0
  112. package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
  113. package/dist/form/src/components/icons/icon-import.vue.d.ts.map +1 -0
  114. package/dist/form/src/components/icons/icon-info.vue.d.ts +3 -0
  115. package/dist/form/src/components/icons/icon-info.vue.d.ts.map +1 -0
  116. package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
  117. package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
  118. package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +1 -0
  119. package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +1 -0
  120. package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +1 -0
  121. package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +1 -0
  122. package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
  123. package/dist/form/src/components/icons/index.d.ts.map +1 -0
  124. package/dist/form/src/components/inputs/array/vs-input-array.vue.d.ts.map +1 -0
  125. package/dist/form/src/components/inputs/base/vs-input-color.vue.d.ts.map +1 -0
  126. package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
  127. package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
  128. package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
  129. package/dist/form/src/components/inputs/base/vs-input-password.vue.d.ts.map +1 -0
  130. package/dist/form/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -0
  131. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
  132. package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
  133. package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
  134. package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
  135. package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
  136. package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
  137. package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
  138. package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
  139. package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
  140. package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
  141. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
  142. package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
  143. package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
  144. package/dist/{components → form/src/components}/inputs/index.d.ts +4 -2
  145. package/dist/{components → form/src/components}/inputs/index.d.ts.map +1 -1
  146. package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
  147. package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
  148. package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
  149. package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
  150. package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
  151. package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
  152. package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
  153. package/dist/form/src/components/inputs/map/map-scroll-wheel-toggle.vue.d.ts +10 -0
  154. package/dist/form/src/components/inputs/map/map-scroll-wheel-toggle.vue.d.ts.map +1 -0
  155. package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
  156. package/dist/form/src/components/inputs/map/map.d.ts.map +1 -0
  157. package/dist/form/src/components/inputs/map/util.d.ts.map +1 -0
  158. package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
  159. package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
  160. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
  161. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
  162. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
  163. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
  164. package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
  165. package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
  166. package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
  167. package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
  168. package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
  169. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
  170. package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
  171. package/dist/form/src/components/inputs/vs-input-key-value.vue.d.ts.map +1 -0
  172. package/dist/{components → form/src/components}/inputs/vs-input-select.vue.d.ts +2 -1
  173. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
  174. package/dist/form/src/components/inputs/vs-input-slug.vue.d.ts.map +1 -0
  175. package/dist/form/src/components/layouts/index.d.ts.map +1 -0
  176. package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
  177. package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
  178. package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
  179. package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
  180. package/dist/form/src/components/layouts/vs-layout-settings.vue.d.ts.map +1 -0
  181. package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +1 -0
  182. package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
  183. package/dist/form/src/composables/i18n.d.ts.map +1 -0
  184. package/dist/form/src/composables/useForm.d.ts.map +1 -0
  185. package/dist/form/src/composables/useLocale.d.ts.map +1 -0
  186. package/dist/form/src/composables/useStyle.d.ts.map +1 -0
  187. package/dist/form/src/index.d.ts.map +1 -0
  188. package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
  189. package/dist/form/src/schema.d.ts.map +1 -0
  190. package/dist/{types → form/src/types}/form.d.ts +1 -0
  191. package/dist/form/src/types/form.d.ts.map +1 -0
  192. package/dist/{types → form/src/types}/rules.d.ts.map +1 -1
  193. package/dist/form/src/utils/convertForm.d.ts.map +1 -0
  194. package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -0
  195. package/dist/form/src/utils/file.api.d.ts.map +1 -0
  196. package/dist/form/src/utils/file.preview.d.ts.map +1 -0
  197. package/dist/form/src/utils/formConditions.d.ts.map +1 -0
  198. package/dist/form/src/utils/formRules.d.ts.map +1 -0
  199. package/dist/form/src/utils/index.d.ts.map +1 -0
  200. package/dist/form/src/utils/randomId.d.ts.map +1 -0
  201. package/dist/index.css +1 -1
  202. package/dist/index.js +2387 -1881
  203. package/dist/index.umd.cjs +3 -3
  204. package/package.json +67 -67
  205. package/dist/components/behavior.vue.d.ts.map +0 -1
  206. package/dist/components/container-views/index.d.ts.map +0 -1
  207. package/dist/components/container-views/vs-container-accordion.vue.d.ts.map +0 -1
  208. package/dist/components/container-views/vs-container-default.vue.d.ts.map +0 -1
  209. package/dist/components/container-views/vs-container-switcher.vue.d.ts.map +0 -1
  210. package/dist/components/form/vs-compact-form.vue.d.ts.map +0 -1
  211. package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +0 -1
  212. package/dist/components/icons/icon-check.vue.d.ts.map +0 -1
  213. package/dist/components/icons/icon-chevron-down.vue.d.ts.map +0 -1
  214. package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +0 -1
  215. package/dist/components/icons/icon-close.vue.d.ts.map +0 -1
  216. package/dist/components/icons/icon-csv.vue.d.ts.map +0 -1
  217. package/dist/components/icons/icon-delete.vue.d.ts.map +0 -1
  218. package/dist/components/icons/icon-download.vue.d.ts.map +0 -1
  219. package/dist/components/icons/icon-export.vue.d.ts.map +0 -1
  220. package/dist/components/icons/icon-file.vue.d.ts.map +0 -1
  221. package/dist/components/icons/icon-geojson.vue.d.ts.map +0 -1
  222. package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +0 -1
  223. package/dist/components/icons/icon-import.vue.d.ts.map +0 -1
  224. package/dist/components/icons/icon-info.vue.d.ts.map +0 -1
  225. package/dist/components/icons/icon-magnifying-glass.vue.d.ts.map +0 -1
  226. package/dist/components/icons/icon-no-data.vue.d.ts.map +0 -1
  227. package/dist/components/icons/icon-pdf.vue.d.ts.map +0 -1
  228. package/dist/components/icons/icon-pen.vue.d.ts.map +0 -1
  229. package/dist/components/icons/icon-plus.vue.d.ts.map +0 -1
  230. package/dist/components/icons/icon-upload.vue.d.ts.map +0 -1
  231. package/dist/components/icons/icon-zip.vue.d.ts.map +0 -1
  232. package/dist/components/icons/index.d.ts.map +0 -1
  233. package/dist/components/inputs/array/vs-input-array.vue.d.ts.map +0 -1
  234. package/dist/components/inputs/base/vs-input-color.vue.d.ts.map +0 -1
  235. package/dist/components/inputs/base/vs-input-email.vue.d.ts.map +0 -1
  236. package/dist/components/inputs/base/vs-input-mask.vue.d.ts.map +0 -1
  237. package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +0 -1
  238. package/dist/components/inputs/base/vs-input-password.vue.d.ts.map +0 -1
  239. package/dist/components/inputs/base/vs-input-range.vue.d.ts.map +0 -1
  240. package/dist/components/inputs/base/vs-input-static.vue.d.ts.map +0 -1
  241. package/dist/components/inputs/base/vs-input-switcher.vue.d.ts.map +0 -1
  242. package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +0 -1
  243. package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +0 -1
  244. package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +0 -1
  245. package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
  246. package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
  247. package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +0 -1
  248. package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +0 -1
  249. package/dist/components/inputs/file/vs-input-file.vue.d.ts.map +0 -1
  250. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +0 -1
  251. package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +0 -1
  252. package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +0 -1
  253. package/dist/components/inputs/map/icons/icon-compass.vue.d.ts.map +0 -1
  254. package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +0 -1
  255. package/dist/components/inputs/map/icons/icon-line.vue.d.ts.map +0 -1
  256. package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +0 -1
  257. package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +0 -1
  258. package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts.map +0 -1
  259. package/dist/components/inputs/map/map-layers.vue.d.ts.map +0 -1
  260. package/dist/components/inputs/map/map-search.vue.d.ts.map +0 -1
  261. package/dist/components/inputs/map/map.d.ts.map +0 -1
  262. package/dist/components/inputs/map/util.d.ts.map +0 -1
  263. package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +0 -1
  264. package/dist/components/inputs/options/checkbox/index.d.ts.map +0 -1
  265. package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +0 -1
  266. package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +0 -1
  267. package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +0 -1
  268. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +0 -1
  269. package/dist/components/inputs/options/radio/index.d.ts.map +0 -1
  270. package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +0 -1
  271. package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +0 -1
  272. package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +0 -1
  273. package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +0 -1
  274. package/dist/components/inputs/tag/vs-input-tag.vue.d.ts.map +0 -1
  275. package/dist/components/inputs/vs-input-container.vue.d.ts.map +0 -1
  276. package/dist/components/inputs/vs-input-key-value.vue.d.ts.map +0 -1
  277. package/dist/components/inputs/vs-input-select.vue.d.ts.map +0 -1
  278. package/dist/components/inputs/vs-input-slug.vue.d.ts.map +0 -1
  279. package/dist/components/layouts/vs-compact-form-layout.vue.d.ts.map +0 -1
  280. package/dist/components/layouts/vs-layout-default.vue.d.ts.map +0 -1
  281. package/dist/components/layouts/vs-layout-horizontal.vue.d.ts.map +0 -1
  282. package/dist/components/layouts/vs-layout-inline.vue.d.ts.map +0 -1
  283. package/dist/components/layouts/vs-layout-settings.vue.d.ts.map +0 -1
  284. package/dist/components/modal/modal-edit.vue.d.ts.map +0 -1
  285. package/dist/components/ui/vs-calendar.vue.d.ts.map +0 -1
  286. package/dist/composables/i18n.d.ts.map +0 -1
  287. package/dist/composables/useForm.d.ts.map +0 -1
  288. package/dist/composables/useLocale.d.ts.map +0 -1
  289. package/dist/composables/useStyle.d.ts.map +0 -1
  290. package/dist/index.d.ts.map +0 -1
  291. package/dist/plugin/form-plugin.d.ts.map +0 -1
  292. package/dist/schema.d.ts.map +0 -1
  293. package/dist/types/form.d.ts.map +0 -1
  294. package/dist/utils/convertForm.d.ts.map +0 -1
  295. package/dist/utils/dynamicPosition.d.ts.map +0 -1
  296. package/dist/utils/file.api.d.ts.map +0 -1
  297. package/dist/utils/file.preview.d.ts.map +0 -1
  298. package/dist/utils/formConditions.d.ts.map +0 -1
  299. package/dist/utils/formRules.d.ts.map +0 -1
  300. package/dist/utils/index.d.ts.map +0 -1
  301. package/dist/utils/randomId.d.ts.map +0 -1
  302. /package/dist/{components/icons → core/src/icons/notify}/icon-info.vue.d.ts +0 -0
  303. /package/dist/{components/icons → core/src/icons/pagination}/icon-check.vue.d.ts +0 -0
  304. /package/dist/{components → form/src/components}/behavior.vue.d.ts +0 -0
  305. /package/dist/{components → form/src/components}/container-views/index.d.ts +0 -0
  306. /package/dist/{components → form/src/components}/container-views/vs-container-accordion.vue.d.ts +0 -0
  307. /package/dist/{components → form/src/components}/container-views/vs-container-default.vue.d.ts +0 -0
  308. /package/dist/{components → form/src/components}/container-views/vs-container-switcher.vue.d.ts +0 -0
  309. /package/dist/{components → form/src/components}/icons/icon-arrow-top-bottom.vue.d.ts +0 -0
  310. /package/dist/{components → form/src/components}/icons/icon-chevron-down.vue.d.ts +0 -0
  311. /package/dist/{components → form/src/components}/icons/icon-chevron-top-bottom.vue.d.ts +0 -0
  312. /package/dist/{components → form/src/components}/icons/icon-close.vue.d.ts +0 -0
  313. /package/dist/{components → form/src/components}/icons/icon-csv.vue.d.ts +0 -0
  314. /package/dist/{components → form/src/components}/icons/icon-delete.vue.d.ts +0 -0
  315. /package/dist/{components → form/src/components}/icons/icon-download.vue.d.ts +0 -0
  316. /package/dist/{components → form/src/components}/icons/icon-export.vue.d.ts +0 -0
  317. /package/dist/{components → form/src/components}/icons/icon-file.vue.d.ts +0 -0
  318. /package/dist/{components → form/src/components}/icons/icon-geojson.vue.d.ts +0 -0
  319. /package/dist/{components → form/src/components}/icons/icon-grip-vertical.vue.d.ts +0 -0
  320. /package/dist/{components → form/src/components}/icons/icon-import.vue.d.ts +0 -0
  321. /package/dist/{components → form/src/components}/icons/icon-magnifying-glass.vue.d.ts +0 -0
  322. /package/dist/{components → form/src/components}/icons/icon-no-data.vue.d.ts +0 -0
  323. /package/dist/{components → form/src/components}/icons/icon-pdf.vue.d.ts +0 -0
  324. /package/dist/{components → form/src/components}/icons/icon-pen.vue.d.ts +0 -0
  325. /package/dist/{components → form/src/components}/icons/icon-plus.vue.d.ts +0 -0
  326. /package/dist/{components → form/src/components}/icons/icon-upload.vue.d.ts +0 -0
  327. /package/dist/{components → form/src/components}/icons/icon-zip.vue.d.ts +0 -0
  328. /package/dist/{components → form/src/components}/icons/index.d.ts +0 -0
  329. /package/dist/{components → form/src/components}/inputs/array/vs-input-array.vue.d.ts +0 -0
  330. /package/dist/{components → form/src/components}/inputs/base/vs-input-color.vue.d.ts +0 -0
  331. /package/dist/{components → form/src/components}/inputs/base/vs-input-email.vue.d.ts +0 -0
  332. /package/dist/{components → form/src/components}/inputs/base/vs-input-mask.vue.d.ts +0 -0
  333. /package/dist/{components → form/src/components}/inputs/base/vs-input-number.vue.d.ts +0 -0
  334. /package/dist/{components → form/src/components}/inputs/base/vs-input-password.vue.d.ts +0 -0
  335. /package/dist/{components → form/src/components}/inputs/base/vs-input-range.vue.d.ts +0 -0
  336. /package/dist/{components → form/src/components}/inputs/base/vs-input-static.vue.d.ts +0 -0
  337. /package/dist/{components → form/src/components}/inputs/base/vs-input-switcher.vue.d.ts +0 -0
  338. /package/dist/{components → form/src/components}/inputs/base/vs-input-text.vue.d.ts +0 -0
  339. /package/dist/{components → form/src/components}/inputs/base/vs-input-textarea.vue.d.ts +0 -0
  340. /package/dist/{components → form/src/components}/inputs/date/vs-date-text.vue.d.ts +0 -0
  341. /package/dist/{components → form/src/components}/inputs/date/vs-input-date.vue.d.ts +0 -0
  342. /package/dist/{components → form/src/components}/inputs/date/vs-input-date1.vue.d.ts +0 -0
  343. /package/dist/{components → form/src/components}/inputs/date/vs-input-time.vue.d.ts +0 -0
  344. /package/dist/{components → form/src/components}/inputs/file/vs-input-file-list-item.vue.d.ts +0 -0
  345. /package/dist/{components → form/src/components}/inputs/file/vs-input-file.vue.d.ts +0 -0
  346. /package/dist/{components → form/src/components}/inputs/file-list/vs-input-file-list.vue.d.ts +0 -0
  347. /package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-info.vue.d.ts +0 -0
  348. /package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-item.vue.d.ts +0 -0
  349. /package/dist/{components → form/src/components}/inputs/map/icons/icon-compass.vue.d.ts +0 -0
  350. /package/dist/{components → form/src/components}/inputs/map/icons/icon-full-screen.vue.d.ts +0 -0
  351. /package/dist/{components → form/src/components}/inputs/map/icons/icon-line.vue.d.ts +0 -0
  352. /package/dist/{components → form/src/components}/inputs/map/icons/icon-map-pin.vue.d.ts +0 -0
  353. /package/dist/{components → form/src/components}/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +0 -0
  354. /package/dist/{components → form/src/components}/inputs/map/icons/icon-poligon.vue.d.ts +0 -0
  355. /package/dist/{components → form/src/components}/inputs/map/map-layers.vue.d.ts +0 -0
  356. /package/dist/{components → form/src/components}/inputs/map/map-search.vue.d.ts +0 -0
  357. /package/dist/{components → form/src/components}/inputs/map/map.d.ts +0 -0
  358. /package/dist/{components → form/src/components}/inputs/map/util.d.ts +0 -0
  359. /package/dist/{components → form/src/components}/inputs/map/vs-input-map.vue.d.ts +0 -0
  360. /package/dist/{components → form/src/components}/inputs/options/checkbox/index.d.ts +0 -0
  361. /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +0 -0
  362. /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +0 -0
  363. /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +0 -0
  364. /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -0
  365. /package/dist/{components → form/src/components}/inputs/options/radio/index.d.ts +0 -0
  366. /package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +0 -0
  367. /package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +0 -0
  368. /package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio.vue.d.ts +0 -0
  369. /package/dist/{components → form/src/components}/inputs/table/vs-input-datatable.vue.d.ts +0 -0
  370. /package/dist/{components → form/src/components}/inputs/tag/vs-input-tag.vue.d.ts +0 -0
  371. /package/dist/{components → form/src/components}/inputs/vs-input-container.vue.d.ts +0 -0
  372. /package/dist/{components → form/src/components}/inputs/vs-input-key-value.vue.d.ts +0 -0
  373. /package/dist/{components → form/src/components}/inputs/vs-input-slug.vue.d.ts +0 -0
  374. /package/dist/{components → form/src/components}/layouts/index.d.ts +0 -0
  375. /package/dist/{components → form/src/components}/layouts/vs-compact-form-layout.vue.d.ts +0 -0
  376. /package/dist/{components → form/src/components}/layouts/vs-layout-default.vue.d.ts +0 -0
  377. /package/dist/{components → form/src/components}/layouts/vs-layout-horizontal.vue.d.ts +0 -0
  378. /package/dist/{components → form/src/components}/layouts/vs-layout-inline.vue.d.ts +0 -0
  379. /package/dist/{components → form/src/components}/layouts/vs-layout-settings.vue.d.ts +0 -0
  380. /package/dist/{components → form/src/components}/modal/modal-edit.vue.d.ts +0 -0
  381. /package/dist/{components → form/src/components}/ui/vs-calendar.vue.d.ts +0 -0
  382. /package/dist/{composables → form/src/composables}/i18n.d.ts +0 -0
  383. /package/dist/{composables → form/src/composables}/useForm.d.ts +0 -0
  384. /package/dist/{composables → form/src/composables}/useLocale.d.ts +0 -0
  385. /package/dist/{composables → form/src/composables}/useStyle.d.ts +0 -0
  386. /package/dist/{index.d.ts → form/src/index.d.ts} +0 -0
  387. /package/dist/{plugin → form/src/plugin}/form-plugin.d.ts +0 -0
  388. /package/dist/{schema.d.ts → form/src/schema.d.ts} +0 -0
  389. /package/dist/{types → form/src/types}/rules.d.ts +0 -0
  390. /package/dist/{utils → form/src/utils}/convertForm.d.ts +0 -0
  391. /package/dist/{utils → form/src/utils}/dynamicPosition.d.ts +0 -0
  392. /package/dist/{utils → form/src/utils}/file.api.d.ts +0 -0
  393. /package/dist/{utils → form/src/utils}/file.preview.d.ts +0 -0
  394. /package/dist/{utils → form/src/utils}/formConditions.d.ts +0 -0
  395. /package/dist/{utils → form/src/utils}/formRules.d.ts +0 -0
  396. /package/dist/{utils → form/src/utils}/index.d.ts +0 -0
  397. /package/dist/{utils → form/src/utils}/randomId.d.ts +0 -0
@@ -0,0 +1,29 @@
1
+ import { App } from 'vue';
2
+ import VsButton from './components/base/button.vue';
3
+ import VsBadgeValue from './components/types/vs-badge-value.vue';
4
+ import VsDataValue from './components/types/vs-data-value.vue';
5
+ import VsGridGallery from './components/base/vs-grid-gallery.vue';
6
+ import Lightbox from './components/base/vs-lightbox.vue';
7
+ import VsSwitch from './components/base/vs-switch.vue';
8
+ import VsPopover from './components/overlays/vs-popover.vue';
9
+ import VsModal from './components/overlays/vs-modal.vue';
10
+ import VsDrawer from './components/overlays/vs-drawer.vue';
11
+ import VsConfirm from './components/overlays/vs-confirm-modal.vue';
12
+ import MessageBox from './components/overlays/message-box.vue';
13
+ import VsLoading from './components/overlays/vs-loading.vue';
14
+ import VsNotify from "./components/overlays/vs-notify.vue";
15
+ import VsPagination from './components/navigation/vs-pagination.vue';
16
+ import VsSlider from './components/navigation/vs-slider.vue';
17
+ import TooltipDirective from './directives/tooltip';
18
+ import LoadingDirective from './directives/loading';
19
+ import { confirm, alert, prompt } from './plugins/confirm';
20
+ import loading from './plugins/loading';
21
+ import modal from './plugins/modal';
22
+ import notify from './plugins/notify';
23
+ import emitter from './emitter/eventBus';
24
+ export { VsButton, VsDataValue, VsBadgeValue, VsGridGallery, TooltipDirective, VsSwitch, LoadingDirective, Lightbox, emitter, VsSlider, VsPagination, VsModal, VsDrawer, VsConfirm, VsPopover, VsLoading, MessageBox, VsNotify, confirm, alert, prompt, loading, modal, notify, };
25
+ declare const _default: {
26
+ install: (app: App) => void;
27
+ };
28
+ export default _default;
29
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAG1B,OAAO,QAAQ,MAAM,8BAA8B,CAAC;AACpD,OAAO,YAAY,MAAM,uCAAuC,CAAC;AACjE,OAAO,WAAW,MAAM,sCAAsC,CAAC;AAC/D,OAAO,aAAa,MAAM,uCAAuC,CAAC;AAClE,OAAO,QAAQ,MAAM,mCAAmC,CAAC;AAEzD,OAAO,QAAQ,MAAM,iCAAiC,CAAC;AAGvD,OAAO,SAAS,MAAM,sCAAsC,CAAC;AAC7D,OAAO,OAAO,MAAM,oCAAoC,CAAC;AACzD,OAAO,QAAQ,MAAM,qCAAqC,CAAC;AAC3D,OAAO,SAAS,MAAM,4CAA4C,CAAC;AACnE,OAAO,UAAU,MAAM,uCAAuC,CAAC;AAC/D,OAAO,SAAS,MAAM,sCAAsC,CAAC;AAC7D,OAAO,QAAQ,MAAM,qCAAqC,CAAC;AAG3D,OAAO,YAAY,MAAM,2CAA2C,CAAC;AACrE,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAG7D,OAAO,gBAAgB,MAAM,sBAAsB,CAAC;AACpD,OAAO,gBAAgB,MAAM,sBAAsB,CAAC;AAKpD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,OAAO,MAAM,oBAAoB,CAAC;AACzC,OAAO,EACL,QAAQ,EAER,WAAW,EACX,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EAChB,QAAQ,EAGR,OAAO,EAGP,QAAQ,EACR,YAAY,EAGZ,OAAO,EACP,QAAQ,EACR,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,QAAQ,EAGR,OAAO,EACP,KAAK,EACL,MAAM,EACN,OAAO,EACP,KAAK,EACL,MAAM,GACP,CAAC;;mBAKe,GAAG;;AADpB,wBA0CE"}
@@ -0,0 +1,13 @@
1
+ interface ApiOptions {
2
+ api: string;
3
+ method: string;
4
+ confirm: {
5
+ title: string;
6
+ text: string;
7
+ cancel: string;
8
+ confirm: string;
9
+ };
10
+ }
11
+ export declare const api: (options: ApiOptions) => Promise<void>;
12
+ export default api;
13
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/api.ts"],"names":[],"mappings":"AAGA,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;KAAE,CAAC;CAC5E;AAED,eAAO,MAAM,GAAG,GAAU,SAAS,UAAU,kBA6B5C,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,18 @@
1
+ type Confirm = {
2
+ message: string;
3
+ title: string;
4
+ mode?: 'alert' | 'confirm' | 'prompt';
5
+ type?: 'success' | 'error' | 'warning' | 'info';
6
+ confirmButtonText?: string;
7
+ cancelButtonText?: string;
8
+ onConfirm?(): void;
9
+ onCancel?(): void;
10
+ cascade?: boolean;
11
+ confirmButtonStyle?: string;
12
+ cancelButtonStyle?: string;
13
+ };
14
+ declare const confirm: (params: Confirm) => void;
15
+ declare function alert(params?: Confirm): void;
16
+ declare function prompt(params?: Confirm): void;
17
+ export { confirm, alert, prompt };
18
+ //# sourceMappingURL=confirm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confirm.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/confirm.ts"],"names":[],"mappings":"AAIA,KAAK,OAAO,GAAG;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;IACtC,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAChD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,IAAI,IAAI,CAAC;IACnB,QAAQ,CAAC,IAAI,IAAI,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAC,MAAM,CAAA;CAC5B,CAAA;AAED,QAAA,MAAM,OAAO,GAAI,QAAQ,OAAO,SA4C/B,CAAC;AAEF,iBAAS,KAAK,CAAC,MAAM,GAAS,OAAO,QAGpC;AACD,iBAAS,MAAM,CAAC,MAAM,GAAS,OAAO,QAGrC;AACD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const loading: (visible1: boolean, ms?: number) => void;
2
+ export default loading;
3
+ //# sourceMappingURL=loading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/loading.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO,GAAI,UAAU,OAAO,EAAE,KAAK,MAAM,SA0B9C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ModalProps } from '../types/modal';
2
+ declare const modal: (params: ModalProps) => {
3
+ close: () => void;
4
+ };
5
+ export default modal;
6
+ //# sourceMappingURL=modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/modal.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,QAAA,MAAM,KAAK,GAAI,QAAQ,UAAU;;CAuChC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Notify } from "../types/notify";
2
+ export declare const notify: (params: Notify) => void;
3
+ export default notify;
4
+ //# sourceMappingURL=notify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notify.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/notify.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AASzD,eAAO,MAAM,MAAM,GAAI,QAAQ,MAAM,SA2DpC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,8 @@
1
+ export interface DrawerProps {
2
+ title?: string;
3
+ visible: boolean;
4
+ position?: 'left' | 'right' | 'top' | 'bottom';
5
+ size?: string;
6
+ closeClickBack?: boolean;
7
+ }
8
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/drawer.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
@@ -0,0 +1,11 @@
1
+ export interface ImgItem {
2
+ src: string;
3
+ preview?: string;
4
+ alt?: string;
5
+ }
6
+ export interface Props {
7
+ images: string[] | ImgItem[];
8
+ width?: number | string;
9
+ height?: number | string;
10
+ }
11
+ //# sourceMappingURL=gallery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gallery.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/gallery.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,KAAK;IAClB,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,EAAE,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B"}
@@ -0,0 +1,14 @@
1
+ export interface Emits {
2
+ (e: 'update:modelValue', v: boolean): void;
3
+ (e: 'update:index', i: number): void;
4
+ (e: 'delete', i: string): void;
5
+ }
6
+ export interface Props {
7
+ modelValue: boolean;
8
+ ignoreFormat?: boolean;
9
+ images: string[];
10
+ startIndex?: number;
11
+ download?: boolean;
12
+ delete?: boolean;
13
+ }
14
+ //# sourceMappingURL=lightbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lightbox.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/lightbox.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IACpB,CAAC,CAAC,EAAE,mBAAmB,EAAE,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC1C,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC/B;AAED,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB"}
@@ -0,0 +1,12 @@
1
+ import { Component } from "vue";
2
+ export interface ModalProps {
3
+ title?: string;
4
+ template?: string;
5
+ visible: boolean;
6
+ size?: 'small' | 'medium' | 'lg';
7
+ closeClickBack?: boolean;
8
+ content?: Component;
9
+ buttonText?: string;
10
+ contentProps?: any;
11
+ }
12
+ //# sourceMappingURL=modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAEhC,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,GAAG,CAAC;CACpB"}
@@ -0,0 +1,14 @@
1
+ export type NotifyType = 'success' | 'warning' | 'error' | 'info';
2
+ export type NotifyPosition = 'top' | 'right-bottom' | 'left-bottom' | 'bottom';
3
+ export type Notify = {
4
+ type?: NotifyType;
5
+ title: string;
6
+ message: string;
7
+ position?: NotifyPosition;
8
+ };
9
+ export interface NotifyProps {
10
+ type: NotifyType;
11
+ title: string;
12
+ message: string;
13
+ }
14
+ //# sourceMappingURL=notify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notify.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/notify.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,QAAQ,CAAC;AAE/E,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,17 @@
1
+ export interface PaginationProps {
2
+ pageSize: number;
3
+ page: number;
4
+ total: number;
5
+ view?: 'button' | 'input' | 'xy';
6
+ pageSizes?: number[];
7
+ showPageSizes?: boolean;
8
+ pageRange?: number;
9
+ size?: number;
10
+ color?: string;
11
+ }
12
+ export interface PaginationEmits {
13
+ (e: "update:page", value: number): void;
14
+ (e: "pageChange", value: number): void;
15
+ (e: "pageSizeChange", value: number): void;
16
+ }
17
+ //# sourceMappingURL=pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/pagination.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,CAAC,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,CAAC,CAAC,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5C"}
@@ -0,0 +1,5 @@
1
+ export interface SliderProps {
2
+ interval?: number;
3
+ autoplay?: boolean;
4
+ }
5
+ //# sourceMappingURL=slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/slider.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ declare const getBGColor: (color: string, alpha?: number) => string;
2
+ export default getBGColor;
3
+ //# sourceMappingURL=colorFormater.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colorFormater.d.ts","sourceRoot":"","sources":["../../../../../core/src/utils/colorFormater.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,UAAU,GAAI,OAAO,MAAM,EAAE,QAAO,MAAY,WAyDrD,CAAC;AACF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: (placement: any, element: any, content: any, gap?: number) => Promise<void>;
2
+ export default _default;
3
+ //# sourceMappingURL=dynamic.position.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic.position.d.ts","sourceRoot":"","sources":["../../../../../core/src/utils/dynamic.position.ts"],"names":[],"mappings":"yBAEsB,WAAW,GAAG,EAAE,SAAS,GAAG,EAAE,SAAS,GAAG,EAAE,MAAK,MAAW;AAAlF,wBA8LE"}
@@ -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/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAKE"}
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,17 @@
1
+ type __VLS_Props = {
2
+ target?: HTMLElement | null;
3
+ scrollContainer?: HTMLElement | null;
4
+ title?: string;
5
+ enabled?: boolean;
6
+ width?: number | string;
7
+ };
8
+ declare function scheduleHeadingsUpdate(): void;
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
10
+ refresh: typeof scheduleHeadingsUpdate;
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ title: string;
13
+ width: number | string;
14
+ enabled: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=vs-compact-form-navigation.vue.d.ts.map
@@ -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":"AAoTA,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;;AAwVnB,wBAQG"}
@@ -6,6 +6,8 @@ interface FormProps {
6
6
  layout?: string;
7
7
  formId?: string;
8
8
  disabled?: boolean;
9
+ navEnabled?: boolean;
10
+ navWidth?: number;
9
11
  }
10
12
  type __VLS_Props = FormProps;
11
13
  type __VLS_PublicProps = __VLS_Props & {
@@ -33,6 +35,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
33
35
  layout: string;
34
36
  schema: ISchemaItem[] | any;
35
37
  formId: string;
38
+ navEnabled: boolean;
39
+ navWidth: number;
36
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
41
  export default _default;
38
42
  //# sourceMappingURL=vs-compact-form.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAQ3D,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;CACnB;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AA6E7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B,CAAC;;;;;;;;;;;;;;;;;WAzFQ,MAAM;cAIH,OAAO;YAFT,MAAM;YAHP,WAAW,EAAE,GAAG,GAAG;YAIlB,MAAM;gBAEF,OAAO;cACT,MAAM;;AAuNnB,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,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=icon-check.vue.d.ts.map
@@ -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,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=icon-info.vue.d.ts.map
@@ -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":"AAoFA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AAkCnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B,CAAC;;;;;;AAmKF,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,8 +127,9 @@ declare const _default: {
127
127
  customClass: string;
128
128
  disabled: boolean;
129
129
  placeholder: string;
130
- host: string;
130
+ teleport: string;
131
131
  api: string;
132
+ host: string;
132
133
  maxHeight: number;
133
134
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
134
135
  'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
@@ -369,8 +370,9 @@ declare const _default: {
369
370
  customClass: string;
370
371
  disabled: boolean;
371
372
  placeholder: string;
372
- host: string;
373
+ teleport: string;
373
374
  api: string;
375
+ host: string;
374
376
  maxHeight: number;
375
377
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
376
378
  'vs-input-array': import("vue").DefineComponent<import("../../types/form.js").IInputArrayProps & {
@@ -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;;;;;;AAsFF,wBAOG"}
@@ -0,0 +1,10 @@
1
+ type __VLS_Props = {
2
+ modelValue: boolean;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ "update:modelValue": (value: boolean) => any;
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
10
+ //# sourceMappingURL=map-scroll-wheel-toggle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-scroll-wheel-toggle.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-scroll-wheel-toggle.vue"],"names":[],"mappings":"AAyBA,KAAK,WAAW,GAAG;IAAE,UAAU,EAAE,OAAO,CAAA;CAAE,CAAC;;;;;;AAmE3C,wBAOG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-search.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-search.vue"],"names":[],"mappings":"AA8OA,KAAK,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;;;;;;iBAAT,MAAM;;AAsfzC,wBAQG"}
@@ -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"}