@opengis/form 0.0.14 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/dist/core/src/emitter/eventBus.d.ts +6 -0
  2. package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
  3. package/dist/form/src/components/behavior.vue.d.ts +10 -0
  4. package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
  5. package/dist/form/src/components/container-views/index.d.ts +193 -0
  6. package/dist/form/src/components/container-views/index.d.ts.map +1 -0
  7. package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts +43 -0
  8. package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
  9. package/dist/form/src/components/container-views/vs-container-default.vue.d.ts +34 -0
  10. package/dist/form/src/components/container-views/vs-container-default.vue.d.ts.map +1 -0
  11. package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts +43 -0
  12. package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
  13. package/dist/form/src/components/form/vs-compact-form.vue.d.ts +29 -0
  14. package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
  15. package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts +3 -0
  16. package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
  17. package/dist/form/src/components/icons/icon-check.vue.d.ts +3 -0
  18. package/dist/form/src/components/icons/icon-check.vue.d.ts.map +1 -0
  19. package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts +3 -0
  20. package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
  21. package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts +3 -0
  22. package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
  23. package/dist/form/src/components/icons/icon-close.vue.d.ts +3 -0
  24. package/dist/form/src/components/icons/icon-close.vue.d.ts.map +1 -0
  25. package/dist/form/src/components/icons/icon-csv.vue.d.ts +3 -0
  26. package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +1 -0
  27. package/dist/form/src/components/icons/icon-delete.vue.d.ts +3 -0
  28. package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +1 -0
  29. package/dist/form/src/components/icons/icon-download.vue.d.ts +3 -0
  30. package/dist/form/src/components/icons/icon-download.vue.d.ts.map +1 -0
  31. package/dist/form/src/components/icons/icon-export.vue.d.ts +3 -0
  32. package/dist/form/src/components/icons/icon-export.vue.d.ts.map +1 -0
  33. package/dist/form/src/components/icons/icon-file.vue.d.ts +3 -0
  34. package/dist/form/src/components/icons/icon-file.vue.d.ts.map +1 -0
  35. package/dist/form/src/components/icons/icon-geojson.vue.d.ts +3 -0
  36. package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +1 -0
  37. package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts +3 -0
  38. package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
  39. package/dist/form/src/components/icons/icon-import.vue.d.ts +3 -0
  40. package/dist/form/src/components/icons/icon-import.vue.d.ts.map +1 -0
  41. package/dist/form/src/components/icons/icon-info.vue.d.ts +3 -0
  42. package/dist/form/src/components/icons/icon-info.vue.d.ts.map +1 -0
  43. package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts +3 -0
  44. package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
  45. package/dist/form/src/components/icons/icon-no-data.vue.d.ts +3 -0
  46. package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
  47. package/dist/form/src/components/icons/icon-pdf.vue.d.ts +3 -0
  48. package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +1 -0
  49. package/dist/form/src/components/icons/icon-pen.vue.d.ts +3 -0
  50. package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +1 -0
  51. package/dist/form/src/components/icons/icon-plus.vue.d.ts +3 -0
  52. package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +1 -0
  53. package/dist/form/src/components/icons/icon-upload.vue.d.ts +3 -0
  54. package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +1 -0
  55. package/dist/form/src/components/icons/icon-zip.vue.d.ts +3 -0
  56. package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
  57. package/dist/form/src/components/icons/index.d.ts +6 -0
  58. package/dist/form/src/components/icons/index.d.ts.map +1 -0
  59. package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts +18 -0
  60. package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
  61. package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts +19 -0
  62. package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
  63. package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts +15 -0
  64. package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
  65. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts +8 -0
  66. package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
  67. package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts +22 -0
  68. package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
  69. package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts +18 -0
  70. package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
  71. package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts +17 -0
  72. package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
  73. package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts +15 -0
  74. package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
  75. package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts +18 -0
  76. package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
  77. package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts +17 -0
  78. package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
  79. package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts +17 -0
  80. package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
  81. package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts +15 -0
  82. package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
  83. package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts +12 -0
  84. package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
  85. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts +11 -0
  86. package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
  87. package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts +8 -0
  88. package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
  89. package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts +40 -0
  90. package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
  91. package/dist/form/src/components/inputs/index.d.ts +281 -0
  92. package/dist/form/src/components/inputs/index.d.ts.map +1 -0
  93. package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts +3 -0
  94. package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
  95. package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts +3 -0
  96. package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
  97. package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts +3 -0
  98. package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
  99. package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts +3 -0
  100. package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
  101. package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +3 -0
  102. package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
  103. package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts +3 -0
  104. package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
  105. package/dist/form/src/components/inputs/map/map-layers.vue.d.ts +15 -0
  106. package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
  107. package/dist/form/src/components/inputs/map/map-search.vue.d.ts +12 -0
  108. package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
  109. package/dist/form/src/components/inputs/map/map.d.ts +110 -0
  110. package/dist/form/src/components/inputs/map/map.d.ts.map +1 -0
  111. package/dist/form/src/components/inputs/map/util.d.ts +3 -0
  112. package/dist/form/src/components/inputs/map/util.d.ts.map +1 -0
  113. package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts +8 -0
  114. package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
  115. package/dist/form/src/components/inputs/options/checkbox/index.d.ts +4 -0
  116. package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
  117. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +32 -0
  118. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
  119. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +31 -0
  120. package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
  121. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +27 -0
  122. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
  123. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +14 -0
  124. package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
  125. package/dist/form/src/components/inputs/options/radio/index.d.ts +40 -0
  126. package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
  127. package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +18 -0
  128. package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
  129. package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +18 -0
  130. package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
  131. package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts +15 -0
  132. package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
  133. package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts +12 -0
  134. package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
  135. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts +20 -0
  136. package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
  137. package/dist/form/src/components/inputs/vs-input-container.vue.d.ts +44 -0
  138. package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
  139. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts +27 -0
  140. package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
  141. package/dist/form/src/components/layouts/index.d.ts +100 -0
  142. package/dist/form/src/components/layouts/index.d.ts.map +1 -0
  143. package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts +17 -0
  144. package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
  145. package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts +19 -0
  146. package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
  147. package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts +19 -0
  148. package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
  149. package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts +19 -0
  150. package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
  151. package/dist/form/src/components/modal/modal-edit.vue.d.ts +12 -0
  152. package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +1 -0
  153. package/dist/form/src/components/ui/vs-calendar.vue.d.ts +37 -0
  154. package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
  155. package/dist/form/src/components/ui/vs-popover.vue.d.ts +89 -0
  156. package/dist/form/src/components/ui/vs-popover.vue.d.ts.map +1 -0
  157. package/dist/form/src/composables/useForm.d.ts +9 -0
  158. package/dist/form/src/composables/useForm.d.ts.map +1 -0
  159. package/dist/form/src/composables/useStyle.d.ts +9 -0
  160. package/dist/form/src/composables/useStyle.d.ts.map +1 -0
  161. package/dist/form/src/index.d.ts +7 -0
  162. package/dist/form/src/index.d.ts.map +1 -0
  163. package/dist/form/src/plugin/form-plugin.d.ts +10 -0
  164. package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
  165. package/dist/form/src/schema.d.ts +406 -0
  166. package/dist/form/src/schema.d.ts.map +1 -0
  167. package/dist/form/src/types/form.d.ts +127 -0
  168. package/dist/form/src/types/form.d.ts.map +1 -0
  169. package/dist/form/src/types/rules.d.ts +1 -0
  170. package/dist/form/src/types/rules.d.ts.map +1 -0
  171. package/dist/form/src/utils/convertForm.d.ts +4 -0
  172. package/dist/form/src/utils/convertForm.d.ts.map +1 -0
  173. package/dist/form/src/utils/dynamicPosition.d.ts +3 -0
  174. package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -0
  175. package/dist/form/src/utils/file.api.d.ts +4 -0
  176. package/dist/form/src/utils/file.api.d.ts.map +1 -0
  177. package/dist/form/src/utils/file.preview.d.ts +3 -0
  178. package/dist/form/src/utils/file.preview.d.ts.map +1 -0
  179. package/dist/form/src/utils/formConditions.d.ts +16 -0
  180. package/dist/form/src/utils/formConditions.d.ts.map +1 -0
  181. package/dist/form/src/utils/formRules.d.ts +4 -0
  182. package/dist/form/src/utils/formRules.d.ts.map +1 -0
  183. package/dist/form/src/utils/index.d.ts +3 -0
  184. package/dist/form/src/utils/index.d.ts.map +1 -0
  185. package/dist/form/src/utils/randomId.d.ts +3 -0
  186. package/dist/form/src/utils/randomId.d.ts.map +1 -0
  187. package/dist/index.css +1 -1
  188. package/dist/index.js +1929 -2276
  189. package/dist/index.umd.cjs +2 -2
  190. package/package.json +14 -10
@@ -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,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-full-screen.vue.d.ts.map
@@ -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,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-line.vue.d.ts.map
@@ -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,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-map-pin.vue.d.ts.map
@@ -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,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-poligon-rectangle.vue.d.ts.map
@@ -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,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-poligon.vue.d.ts.map
@@ -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,15 @@
1
+ type __VLS_Props = {
2
+ basemaps: Record<string, {
3
+ url: string;
4
+ preview: string;
5
+ options?: any;
6
+ }>;
7
+ defaultLayer: string;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ onLayerChange: (data: string) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ onOnLayerChange?: ((data: string) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=map-layers.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map-layers.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-layers.vue"],"names":[],"mappings":"AAuCA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IAC1E,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;;;;;;AAsFF,wBAOG"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ placeholder?: string;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ goToCoordinates: (data: [number, number]) => any;
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ onGoToCoordinates?: ((data: [number, number]) => any) | undefined;
8
+ }>, {
9
+ placeholder: string;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
12
+ //# sourceMappingURL=map-search.vue.d.ts.map
@@ -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,110 @@
1
+ export declare const MAP_LOCALE: {
2
+ draw: {
3
+ toolbar: {
4
+ actions: {
5
+ title: string;
6
+ text: string;
7
+ };
8
+ finish: {
9
+ title: string;
10
+ text: string;
11
+ };
12
+ undo: {
13
+ title: string;
14
+ text: string;
15
+ };
16
+ buttons: {
17
+ polyline: string;
18
+ polygon: string;
19
+ rectangle: string;
20
+ circle: string;
21
+ marker: string;
22
+ circlemarker: string;
23
+ };
24
+ };
25
+ handlers: {
26
+ circle: {
27
+ tooltip: {
28
+ start: string;
29
+ end: string;
30
+ };
31
+ radius: string;
32
+ };
33
+ circlemarker: {
34
+ tooltip: {
35
+ start: string;
36
+ };
37
+ };
38
+ marker: {
39
+ tooltip: {
40
+ start: string;
41
+ };
42
+ };
43
+ polygon: {
44
+ tooltip: {
45
+ start: string;
46
+ cont: string;
47
+ end: string;
48
+ };
49
+ };
50
+ polyline: {
51
+ error: string;
52
+ tooltip: {
53
+ start: string;
54
+ cont: string;
55
+ end: string;
56
+ };
57
+ };
58
+ rectangle: {
59
+ tooltip: {
60
+ start: string;
61
+ end: string;
62
+ };
63
+ };
64
+ simpleshape: {
65
+ tooltip: {
66
+ end: string;
67
+ };
68
+ };
69
+ };
70
+ };
71
+ edit: {
72
+ toolbar: {
73
+ actions: {
74
+ save: {
75
+ title: string;
76
+ text: string;
77
+ };
78
+ cancel: {
79
+ title: string;
80
+ text: string;
81
+ };
82
+ clearAll: {
83
+ title: string;
84
+ text: string;
85
+ };
86
+ };
87
+ buttons: {
88
+ edit: string;
89
+ editDisabled: string;
90
+ remove: string;
91
+ removeDisabled: string;
92
+ };
93
+ };
94
+ handlers: {
95
+ edit: {
96
+ tooltip: {
97
+ text: string;
98
+ subtext: string;
99
+ };
100
+ };
101
+ remove: {
102
+ tooltip: {
103
+ text: string;
104
+ };
105
+ };
106
+ };
107
+ };
108
+ };
109
+ export default MAP_LOCALE;
110
+ //# sourceMappingURL=map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GtB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function normalizeToGeoJSON(data: any): any;
2
+ export default normalizeToGeoJSON;
3
+ //# sourceMappingURL=util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/util.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,OA2B3C;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ "update:modelValue": (...args: any[]) => void;
4
+ }, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
5
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
8
+ //# 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":"AA2kBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;AA2uB1D,wBAOG"}
@@ -0,0 +1,4 @@
1
+ import VsCheckboxDefault from './vs-checkbox-default.vue';
2
+ import VsCheckboxButtons from './vs-checkbox-buttons.vue';
3
+ export { VsCheckboxDefault, VsCheckboxButtons, };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAC1D,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAE1D,OAAO,EACL,iBAAiB,EACjB,iBAAiB,GAClB,CAAC"}
@@ -0,0 +1,32 @@
1
+ type ModelState = string | boolean | (string | number)[];
2
+ interface Props {
3
+ value?: string | number | boolean;
4
+ label?: string | number;
5
+ modelValue?: any;
6
+ disabled?: boolean;
7
+ id?: string | number;
8
+ icon?: string;
9
+ imgUrl?: string;
10
+ style?: any;
11
+ }
12
+ declare var __VLS_1: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_1) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
+ "update:modelValue": (value: ModelState) => any;
18
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: ModelState) => any) | undefined;
20
+ }>, {
21
+ label: string | number;
22
+ modelValue: any;
23
+ value: string | number | boolean;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
+ export default _default;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //# sourceMappingURL=vs-checkbox-buttons.vue.d.ts.map
@@ -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,31 @@
1
+ interface Props {
2
+ value: string | number;
3
+ label: string | number;
4
+ disabled: boolean;
5
+ id: string | number;
6
+ modelValue: any;
7
+ info?: string;
8
+ error: string;
9
+ }
10
+ declare var __VLS_4: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_4) => any;
13
+ };
14
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (...args: any[]) => void;
16
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
17
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
18
+ }>, {
19
+ label: string | number;
20
+ disabled: boolean;
21
+ modelValue: any;
22
+ value: string | number;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ //# sourceMappingURL=vs-checkbox-default.vue.d.ts.map
@@ -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,27 @@
1
+ interface Props {
2
+ value?: string | number;
3
+ label?: string | number;
4
+ disabled?: boolean;
5
+ view?: string;
6
+ modelValue: boolean | (string | number)[] | undefined;
7
+ icon?: string;
8
+ imgUrl?: string;
9
+ slots?: any;
10
+ option?: object | string;
11
+ style?: string;
12
+ error?: string;
13
+ }
14
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (...args: any[]) => void;
16
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
17
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
18
+ }>, {
19
+ view: string;
20
+ label: string | number;
21
+ error: string;
22
+ disabled: boolean;
23
+ modelValue: boolean | (string | number)[] | undefined;
24
+ value: string | number;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ export default _default;
27
+ //# sourceMappingURL=vs-input-checkbox-item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAsFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;UARQ,MAAM;WAFL,MAAM,GAAE,MAAM;WASd,MAAM;cARH,OAAO;gBAEN,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS;WAJ7C,MAAM,GAAE,MAAM;;AAsIxB,wBAQG"}
@@ -0,0 +1,14 @@
1
+ import { IInputCheckboxProps, IOption } from "../../../../types/form";
2
+ declare const _default: import("vue").DefineComponent<IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ "update:modelValue": (...args: any[]) => void;
4
+ }, string, import("vue").PublicProps, Readonly<IInputCheckboxProps> & Readonly<{
5
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
+ }>, {
7
+ options: IOption[];
8
+ position: string;
9
+ slots: Record<string, any> | null;
10
+ colSpan: number;
11
+ modelValue: any;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
14
+ //# sourceMappingURL=vs-input-checkbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox.vue"],"names":[],"mappings":"AA6JA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;;AAqMtE,wBAQG"}
@@ -0,0 +1,40 @@
1
+ declare const _default: {
2
+ 'vs-input-radio-default': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
3
+ value?: any;
4
+ text?: string;
5
+ } & {
6
+ modelValue?: string;
7
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ "update:modelValue": (value: string) => any;
9
+ }, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
10
+ value?: any;
11
+ text?: string;
12
+ } & {
13
+ modelValue?: string;
14
+ }> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
+ }>, {
17
+ customClass: string;
18
+ disabled: boolean;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ 'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
21
+ value?: any;
22
+ text?: string;
23
+ } & {
24
+ modelValue?: string;
25
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ "update:modelValue": (value: string) => any;
27
+ }, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
28
+ value?: any;
29
+ text?: string;
30
+ } & {
31
+ modelValue?: string;
32
+ }> & Readonly<{
33
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
34
+ }>, {
35
+ customClass: string;
36
+ disabled: boolean;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
+ };
39
+ export default _default;
40
+ //# sourceMappingURL=index.d.ts.map
@@ -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,18 @@
1
+ import type { IInputProps } from "../../../../types/form.ts";
2
+ type __VLS_Props = IInputProps & {
3
+ value?: any;
4
+ text?: string;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & {
7
+ modelValue?: string;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
+ }>, {
14
+ customClass: string;
15
+ disabled: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=vs-input-radio-buttons.vue.d.ts.map
@@ -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,18 @@
1
+ import type { IInputProps } from "../../../../types/form.ts";
2
+ type __VLS_Props = IInputProps & {
3
+ value?: any;
4
+ text?: string;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & {
7
+ modelValue?: string;
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
+ }>, {
14
+ customClass: string;
15
+ disabled: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=vs-input-radio-default.vue.d.ts.map
@@ -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,15 @@
1
+ import { IInputRadioProps } from "../../../../types/form";
2
+ type __VLS_Props = IInputRadioProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
+ }>, {
11
+ view: string;
12
+ position: string;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=vs-input-radio.vue.d.ts.map
@@ -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,12 @@
1
+ import { IInputTableProps } from "../../../types/form";
2
+ type __VLS_Props = IInputTableProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: any[];
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: any[]) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
12
+ //# sourceMappingURL=vs-input-datatable.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-datatable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/table/vs-input-datatable.vue"],"names":[],"mappings":"AA2TA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAoJpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;;;;;;AA8pBF,wBAOG"}
@@ -0,0 +1,20 @@
1
+ import { TagInputProps } from "../../../types/form";
2
+ type __VLS_Props = TagInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: string[];
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string[]) => any;
8
+ } & {
9
+ "update:modelValue": (value: string[]) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
12
+ }>, {
13
+ unique: boolean;
14
+ style: Record<string, any>;
15
+ customClass: string;
16
+ disabled: boolean;
17
+ placeholder: string;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
20
+ //# sourceMappingURL=vs-input-tag.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-tag.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/tag/vs-input-tag.vue"],"names":[],"mappings":"AA6MA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,KAAK,WAAW,GAAG,aAAa,CAAC;AA0GjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;;;;;;;;;;;;;;AA2OF,wBAQG"}
@@ -0,0 +1,44 @@
1
+ import type { PropType } from 'vue';
2
+ import type { ISchemaItem } from '../../types/form';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ style: {
5
+ type: ObjectConstructor;
6
+ default: () => {};
7
+ };
8
+ title: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ view: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ schema: {
17
+ type: PropType<ISchemaItem[]>;
18
+ default: () => never[];
19
+ };
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ style: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ title: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ view: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ schema: {
34
+ type: PropType<ISchemaItem[]>;
35
+ default: () => never[];
36
+ };
37
+ }>> & Readonly<{}>, {
38
+ view: string;
39
+ style: Record<string, any>;
40
+ title: string;
41
+ schema: ISchemaItem[];
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
+ export default _default;
44
+ //# sourceMappingURL=vs-input-container.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-container.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/vs-input-container.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGpC,OAAO,KAAK,EAAS,WAAW,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;cA+IxC,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;cAAvB,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;AAnB1C,wBAuBG"}
@@ -0,0 +1,27 @@
1
+ import { IInputSelectProps, IOption } from '../../types/form';
2
+ type __VLS_Props = IInputSelectProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: number | string | null | Array<number | string>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
8
+ } & {
9
+ change: (value: string | number | (string | number)[] | null) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
13
+ }>, {
14
+ multiple: boolean;
15
+ prefix: string;
16
+ options: IOption[];
17
+ error: string | null;
18
+ style: Record<string, any>;
19
+ search: boolean;
20
+ customClass: string;
21
+ disabled: boolean;
22
+ placeholder: string;
23
+ host: string;
24
+ maxHeight: number;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ export default _default;
27
+ //# sourceMappingURL=vs-input-select.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AA+jBA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAO9D,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAmYrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IAEvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC5D,CAAC;;;;;;;;;;;;;;;;;;;;;AA0bF,wBAQG"}