@opengis/form 0.0.14 → 0.0.15

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/components/behavior.vue.d.ts +10 -0
  2. package/dist/components/behavior.vue.d.ts.map +1 -0
  3. package/dist/components/container-views/index.d.ts +193 -0
  4. package/dist/components/container-views/index.d.ts.map +1 -0
  5. package/dist/components/container-views/vs-container-accordion.vue.d.ts +43 -0
  6. package/dist/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
  7. package/dist/components/container-views/vs-container-default.vue.d.ts +34 -0
  8. package/dist/components/container-views/vs-container-default.vue.d.ts.map +1 -0
  9. package/dist/components/container-views/vs-container-switcher.vue.d.ts +43 -0
  10. package/dist/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
  11. package/dist/components/form/vs-compact-form.vue.d.ts +29 -0
  12. package/dist/components/form/vs-compact-form.vue.d.ts.map +1 -0
  13. package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts +3 -0
  14. package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
  15. package/dist/components/icons/icon-check.vue.d.ts +3 -0
  16. package/dist/components/icons/icon-check.vue.d.ts.map +1 -0
  17. package/dist/components/icons/icon-chevron-down.vue.d.ts +3 -0
  18. package/dist/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
  19. package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts +3 -0
  20. package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
  21. package/dist/components/icons/icon-close.vue.d.ts +3 -0
  22. package/dist/components/icons/icon-close.vue.d.ts.map +1 -0
  23. package/dist/components/icons/icon-csv.vue.d.ts +3 -0
  24. package/dist/components/icons/icon-csv.vue.d.ts.map +1 -0
  25. package/dist/components/icons/icon-delete.vue.d.ts +3 -0
  26. package/dist/components/icons/icon-delete.vue.d.ts.map +1 -0
  27. package/dist/components/icons/icon-download.vue.d.ts +3 -0
  28. package/dist/components/icons/icon-download.vue.d.ts.map +1 -0
  29. package/dist/components/icons/icon-export.vue.d.ts +3 -0
  30. package/dist/components/icons/icon-export.vue.d.ts.map +1 -0
  31. package/dist/components/icons/icon-file.vue.d.ts +3 -0
  32. package/dist/components/icons/icon-file.vue.d.ts.map +1 -0
  33. package/dist/components/icons/icon-geojson.vue.d.ts +3 -0
  34. package/dist/components/icons/icon-geojson.vue.d.ts.map +1 -0
  35. package/dist/components/icons/icon-grip-vertical.vue.d.ts +3 -0
  36. package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
  37. package/dist/components/icons/icon-import.vue.d.ts +3 -0
  38. package/dist/components/icons/icon-import.vue.d.ts.map +1 -0
  39. package/dist/components/icons/icon-info.vue.d.ts +3 -0
  40. package/dist/components/icons/icon-info.vue.d.ts.map +1 -0
  41. package/dist/components/icons/icon-magnifying-glass.vue.d.ts +3 -0
  42. package/dist/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
  43. package/dist/components/icons/icon-no-data.vue.d.ts +3 -0
  44. package/dist/components/icons/icon-no-data.vue.d.ts.map +1 -0
  45. package/dist/components/icons/icon-pdf.vue.d.ts +3 -0
  46. package/dist/components/icons/icon-pdf.vue.d.ts.map +1 -0
  47. package/dist/components/icons/icon-pen.vue.d.ts +3 -0
  48. package/dist/components/icons/icon-pen.vue.d.ts.map +1 -0
  49. package/dist/components/icons/icon-plus.vue.d.ts +3 -0
  50. package/dist/components/icons/icon-plus.vue.d.ts.map +1 -0
  51. package/dist/components/icons/icon-upload.vue.d.ts +3 -0
  52. package/dist/components/icons/icon-upload.vue.d.ts.map +1 -0
  53. package/dist/components/icons/icon-zip.vue.d.ts +3 -0
  54. package/dist/components/icons/icon-zip.vue.d.ts.map +1 -0
  55. package/dist/components/icons/index.d.ts +6 -0
  56. package/dist/components/icons/index.d.ts.map +1 -0
  57. package/dist/components/inputs/base/vs-input-email.vue.d.ts +18 -0
  58. package/dist/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
  59. package/dist/components/inputs/base/vs-input-html.vue.d.ts +6 -0
  60. package/dist/components/inputs/base/vs-input-html.vue.d.ts.map +1 -0
  61. package/dist/components/inputs/base/vs-input-mask.vue.d.ts +20 -0
  62. package/dist/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
  63. package/dist/components/inputs/base/vs-input-number.vue.d.ts +15 -0
  64. package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
  65. package/dist/components/inputs/base/vs-input-static.vue.d.ts +8 -0
  66. package/dist/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
  67. package/dist/components/inputs/base/vs-input-switcher.vue.d.ts +21 -0
  68. package/dist/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
  69. package/dist/components/inputs/base/vs-input-text.vue.d.ts +18 -0
  70. package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
  71. package/dist/components/inputs/base/vs-input-textarea.vue.d.ts +17 -0
  72. package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
  73. package/dist/components/inputs/date/vs-date-text.vue.d.ts +16 -0
  74. package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
  75. package/dist/components/inputs/date/vs-input-date.vue.d.ts +18 -0
  76. package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
  77. package/dist/components/inputs/date/vs-input-date1.vue.d.ts +17 -0
  78. package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
  79. package/dist/components/inputs/date/vs-input-time.vue.d.ts +17 -0
  80. package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
  81. package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts +15 -0
  82. package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
  83. package/dist/components/inputs/file/vs-input-file.vue.d.ts +12 -0
  84. package/dist/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
  85. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts +10 -0
  86. package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
  87. package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts +8 -0
  88. package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
  89. package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts +40 -0
  90. package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
  91. package/dist/components/inputs/index.d.ts +259 -0
  92. package/dist/components/inputs/index.d.ts.map +1 -0
  93. package/dist/components/inputs/map/icons/icon-compass.vue.d.ts +3 -0
  94. package/dist/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
  95. package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts +3 -0
  96. package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
  97. package/dist/components/inputs/map/icons/icon-line.vue.d.ts +3 -0
  98. package/dist/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
  99. package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts +3 -0
  100. package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
  101. package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +3 -0
  102. package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
  103. package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts +3 -0
  104. package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
  105. package/dist/components/inputs/map/map-layers.vue.d.ts +15 -0
  106. package/dist/components/inputs/map/map-layers.vue.d.ts.map +1 -0
  107. package/dist/components/inputs/map/map-search.vue.d.ts +12 -0
  108. package/dist/components/inputs/map/map-search.vue.d.ts.map +1 -0
  109. package/dist/components/inputs/map/map.d.ts +109 -0
  110. package/dist/components/inputs/map/map.d.ts.map +1 -0
  111. package/dist/components/inputs/map/util.d.ts +2 -0
  112. package/dist/components/inputs/map/util.d.ts.map +1 -0
  113. package/dist/components/inputs/map/vs-input-map.vue.d.ts +8 -0
  114. package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
  115. package/dist/components/inputs/options/checkbox/index.d.ts +4 -0
  116. package/dist/components/inputs/options/checkbox/index.d.ts.map +1 -0
  117. package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +32 -0
  118. package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
  119. package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +31 -0
  120. package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
  121. package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +27 -0
  122. package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
  123. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +15 -0
  124. package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
  125. package/dist/components/inputs/options/radio/index.d.ts +28 -0
  126. package/dist/components/inputs/options/radio/index.d.ts.map +1 -0
  127. package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +15 -0
  128. package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
  129. package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +15 -0
  130. package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
  131. package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts +15 -0
  132. package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
  133. package/dist/components/inputs/table/vs-input-datatable.vue.d.ts +12 -0
  134. package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
  135. package/dist/components/inputs/vs-input-container.vue.d.ts +44 -0
  136. package/dist/components/inputs/vs-input-container.vue.d.ts.map +1 -0
  137. package/dist/components/inputs/vs-input-select.vue.d.ts +24 -0
  138. package/dist/components/inputs/vs-input-select.vue.d.ts.map +1 -0
  139. package/dist/components/layouts/index.d.ts +100 -0
  140. package/dist/components/layouts/index.d.ts.map +1 -0
  141. package/dist/components/layouts/vs-compact-form-layout.vue.d.ts +17 -0
  142. package/dist/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
  143. package/dist/components/layouts/vs-layout-default.vue.d.ts +19 -0
  144. package/dist/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
  145. package/dist/components/layouts/vs-layout-horizontal.vue.d.ts +19 -0
  146. package/dist/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
  147. package/dist/components/layouts/vs-layout-inline.vue.d.ts +19 -0
  148. package/dist/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
  149. package/dist/components/modal/modal-edit.vue.d.ts +12 -0
  150. package/dist/components/modal/modal-edit.vue.d.ts.map +1 -0
  151. package/dist/components/ui/vs-calendar.vue.d.ts +37 -0
  152. package/dist/components/ui/vs-calendar.vue.d.ts.map +1 -0
  153. package/dist/components/ui/vs-popover.vue.d.ts +89 -0
  154. package/dist/components/ui/vs-popover.vue.d.ts.map +1 -0
  155. package/dist/composables/useForm.d.ts +9 -0
  156. package/dist/composables/useForm.d.ts.map +1 -0
  157. package/dist/composables/useStyle.d.ts +9 -0
  158. package/dist/composables/useStyle.d.ts.map +1 -0
  159. package/dist/emitter/eventBus.d.ts +6 -0
  160. package/dist/emitter/eventBus.d.ts.map +1 -0
  161. package/dist/index.css +1 -1
  162. package/dist/index.d.ts +6 -0
  163. package/dist/index.d.ts.map +1 -0
  164. package/dist/index.js +1524 -1543
  165. package/dist/index.umd.cjs +2 -2
  166. package/dist/plugin/form-plugin.d.ts +10 -0
  167. package/dist/plugin/form-plugin.d.ts.map +1 -0
  168. package/dist/schema.d.ts +277 -0
  169. package/dist/schema.d.ts.map +1 -0
  170. package/dist/types/form.d.ts +93 -0
  171. package/dist/types/form.d.ts.map +1 -0
  172. package/dist/types/rules.d.ts +1 -0
  173. package/dist/types/rules.d.ts.map +1 -0
  174. package/dist/utils/convertForm.d.ts +4 -0
  175. package/dist/utils/convertForm.d.ts.map +1 -0
  176. package/dist/utils/dynamicPosition.d.ts +2 -0
  177. package/dist/utils/dynamicPosition.d.ts.map +1 -0
  178. package/dist/utils/file.api.d.ts +4 -0
  179. package/dist/utils/file.api.d.ts.map +1 -0
  180. package/dist/utils/file.preview.d.ts +2 -0
  181. package/dist/utils/file.preview.d.ts.map +1 -0
  182. package/dist/utils/formConditions.d.ts +16 -0
  183. package/dist/utils/formConditions.d.ts.map +1 -0
  184. package/dist/utils/formRules.d.ts +4 -0
  185. package/dist/utils/formRules.d.ts.map +1 -0
  186. package/dist/utils/index.d.ts +3 -0
  187. package/dist/utils/index.d.ts.map +1 -0
  188. package/dist/utils/randomId.d.ts +2 -0
  189. package/dist/utils/randomId.d.ts.map +1 -0
  190. package/package.json +8 -5
@@ -0,0 +1,20 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
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
+ style: Record<string, any>;
12
+ mask: string;
13
+ customClass: string;
14
+ placeholder: string;
15
+ disabled: boolean;
16
+ unmask: boolean;
17
+ placeholderChar: string;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
20
+ //# sourceMappingURL=vs-input-mask.vue.d.ts.map
@@ -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":"AAmGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AAkF/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;AAoDF,wBAQG"}
@@ -0,0 +1,15 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: number;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: number) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
10
+ }>, {
11
+ style: Record<string, any>;
12
+ placeholder: string;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=vs-input-number.vue.d.ts.map
@@ -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":"AA8BA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAgDF,wBAQG"}
@@ -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, {}, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{}>, {
3
+ html: string;
4
+ text: string;
5
+ customClass: string;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
8
+ //# sourceMappingURL=vs-input-static.vue.d.ts.map
@@ -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,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;;;;;;AA8CxD,wBAOG"}
@@ -0,0 +1,21 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: boolean;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: boolean) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
+ }>, {
11
+ error: string | null;
12
+ i: string;
13
+ style: Record<string, any>;
14
+ text: string;
15
+ view: string;
16
+ customClass: string;
17
+ disabled: boolean;
18
+ rules: (string | object)[];
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
21
+ //# sourceMappingURL=vs-input-switcher.vue.d.ts.map
@@ -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,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AA+B/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;AAuHF,wBAQG"}
@@ -0,0 +1,18 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
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
+ error: string | null;
12
+ style: Record<string, any>;
13
+ customClass: string;
14
+ placeholder: string;
15
+ disabled: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=vs-input-text.vue.d.ts.map
@@ -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,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAkDF,wBAQG"}
@@ -0,0 +1,17 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
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
+ style: Record<string, any>;
12
+ customClass: string;
13
+ placeholder: string;
14
+ disabled: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=vs-input-textarea.vue.d.ts.map
@@ -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,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,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,16 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
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
+ }>, {
11
+ style: Record<string, any>;
12
+ time: boolean;
13
+ disabled: boolean;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
16
+ //# sourceMappingURL=vs-date-text.vue.d.ts.map
@@ -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":"AAsCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;;AA8CF,wBAQG"}
@@ -0,0 +1,18 @@
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
+ }>, {
7
+ style: Record<string, any>;
8
+ time: boolean;
9
+ placeholder: string;
10
+ disabled: boolean;
11
+ modelValue: any;
12
+ clearable: boolean;
13
+ now: boolean;
14
+ editable: boolean;
15
+ isInfinity: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=vs-input-date.vue.d.ts.map
@@ -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":"AA+PA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;;;;;;;;;;;;;;;;AA0cxD,wBAQG"}
@@ -0,0 +1,17 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
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
+ style: Record<string, any>;
12
+ customClass: string;
13
+ placeholder: string;
14
+ disabled: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=vs-input-date1.vue.d.ts.map
@@ -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":"AAiCA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAiDF,wBAQG"}
@@ -0,0 +1,17 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
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
+ style: Record<string, any>;
12
+ customClass: string;
13
+ placeholder: string;
14
+ disabled: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=vs-input-time.vue.d.ts.map
@@ -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,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAiDF,wBAQG"}
@@ -0,0 +1,15 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ 'value'?: string | string[];
5
+ 'item'?: string;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ "update:value": (value: string | string[] | undefined) => any;
9
+ "update:item": (value: string | undefined) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:value"?: ((value: string | string[] | undefined) => any) | undefined;
12
+ "onUpdate:item"?: ((value: string | undefined) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=vs-input-file-list-item.vue.d.ts.map
@@ -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+DE,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAKxD,KAAK,WAAW,GAAG,WAAW,CAAC;AAQjC,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,12 @@
1
+ import type { IInputProps } from "../../../types/form.ts";
2
+ type __VLS_Props = IInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: string | string[];
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string | string[] | undefined) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
12
+ //# sourceMappingURL=vs-input-file.vue.d.ts.map
@@ -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,KAAK,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAExD,KAAK,WAAW,GAAG,WAAW,CAAC;AAkC/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B,CAAC;;;;;;AAmKF,wBAOG"}
@@ -0,0 +1,10 @@
1
+ import type { IInputProps } from "../../../types/form.js";
2
+ declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ update: (...args: any[]) => void;
4
+ }, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
5
+ onUpdate?: ((...args: any[]) => any) | undefined;
6
+ }>, {
7
+ prefix: string;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
10
+ //# sourceMappingURL=vs-input-file-list.vue.d.ts.map
@@ -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":"AA8MA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;AAka1D,wBAQG"}
@@ -0,0 +1,8 @@
1
+ type __VLS_Props = {
2
+ item: any;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ item: any;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
8
+ //# sourceMappingURL=vs-widget-file-info.vue.d.ts.map
@@ -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,40 @@
1
+ type __VLS_Props = {
2
+ item: any;
3
+ index: number;
4
+ prefix: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ update: () => any;
8
+ openModal: (payload: {
9
+ title: string;
10
+ message: string;
11
+ confirmButtonText: string;
12
+ cancelButtonText: string;
13
+ confirm: () => Promise<void> | void;
14
+ updateListOnConfirm?: boolean;
15
+ }) => any;
16
+ openLightbox: (payload: {
17
+ item: any;
18
+ index: number;
19
+ }) => any;
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ onUpdate?: (() => any) | undefined;
22
+ onOpenModal?: ((payload: {
23
+ title: string;
24
+ message: string;
25
+ confirmButtonText: string;
26
+ cancelButtonText: string;
27
+ confirm: () => Promise<void> | void;
28
+ updateListOnConfirm?: boolean;
29
+ }) => any) | undefined;
30
+ onOpenLightbox?: ((payload: {
31
+ item: any;
32
+ index: number;
33
+ }) => any) | undefined;
34
+ }>, {
35
+ item: any;
36
+ prefix: string;
37
+ index: number;
38
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ export default _default;
40
+ //# sourceMappingURL=vs-widget-file-item.vue.d.ts.map
@@ -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;;;UAnBjD,GAAG;YAED,MAAM;WADP,MAAM;;AA4Tf,wBAQG"}
@@ -0,0 +1,259 @@
1
+ declare const _default: {
2
+ VsInputText: import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
3
+ modelValue?: string;
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ "update:modelValue": (value: string) => any;
6
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
7
+ modelValue?: string;
8
+ }> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
+ }>, {
11
+ error: string | null;
12
+ style: Record<string, any>;
13
+ customClass: string;
14
+ placeholder: string;
15
+ disabled: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
18
+ modelValue?: string;
19
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ "update:modelValue": (value: string) => any;
21
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
22
+ modelValue?: string;
23
+ }> & Readonly<{
24
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
25
+ }>, {
26
+ view: string;
27
+ position: string;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ 'vs-input-text': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
30
+ modelValue?: string;
31
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ "update:modelValue": (value: string) => any;
33
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
34
+ modelValue?: string;
35
+ }> & Readonly<{
36
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
37
+ }>, {
38
+ error: string | null;
39
+ style: Record<string, any>;
40
+ customClass: string;
41
+ placeholder: string;
42
+ disabled: boolean;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ 'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
45
+ modelValue?: string;
46
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
+ "update:modelValue": (value: string) => any;
48
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
49
+ modelValue?: string;
50
+ }> & Readonly<{
51
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
52
+ }>, {
53
+ style: Record<string, any>;
54
+ customClass: string;
55
+ placeholder: string;
56
+ disabled: boolean;
57
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
58
+ 'vs-input-mask': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
59
+ modelValue?: string;
60
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
61
+ "update:modelValue": (value: string) => any;
62
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
63
+ modelValue?: string;
64
+ }> & Readonly<{
65
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
66
+ }>, {
67
+ style: Record<string, any>;
68
+ mask: string;
69
+ customClass: string;
70
+ placeholder: string;
71
+ disabled: boolean;
72
+ unmask: boolean;
73
+ placeholderChar: string;
74
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
75
+ 'vs-input-number': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
76
+ modelValue?: number;
77
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
+ "update:modelValue": (value: number) => any;
79
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
80
+ modelValue?: number;
81
+ }> & Readonly<{
82
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
83
+ }>, {
84
+ style: Record<string, any>;
85
+ placeholder: string;
86
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
87
+ 'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
88
+ modelValue?: string;
89
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
+ "update:modelValue": (value: string) => any;
91
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
92
+ modelValue?: string;
93
+ }> & Readonly<{
94
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
95
+ }>, {
96
+ view: string;
97
+ position: string;
98
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
99
+ 'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
100
+ modelValue?: number | string | null;
101
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
102
+ "update:modelValue": (value: string | number | null) => any;
103
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
104
+ modelValue?: number | string | null;
105
+ }> & Readonly<{
106
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
107
+ }>, {
108
+ error: string | null;
109
+ data: string | null;
110
+ style: Record<string, any>;
111
+ customClass: string;
112
+ placeholder: string;
113
+ prefix: string;
114
+ host: string;
115
+ options: import("../../types/form.js").IOption[];
116
+ maxHeight: number;
117
+ slots: Record<string, any> | null;
118
+ mode: string;
119
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
120
+ 'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
121
+ modelValue?: boolean;
122
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
123
+ "update:modelValue": (value: boolean) => any;
124
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
125
+ modelValue?: boolean;
126
+ }> & Readonly<{
127
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
128
+ }>, {
129
+ error: string | null;
130
+ i: string;
131
+ style: Record<string, any>;
132
+ text: string;
133
+ view: string;
134
+ customClass: string;
135
+ disabled: boolean;
136
+ rules: (string | object)[];
137
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
138
+ 'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{}>, {
139
+ html: string;
140
+ text: string;
141
+ customClass: string;
142
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
143
+ 'vs-input-container': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
144
+ style: {
145
+ type: ObjectConstructor;
146
+ default: () => {};
147
+ };
148
+ title: {
149
+ type: StringConstructor;
150
+ default: string;
151
+ };
152
+ view: {
153
+ type: StringConstructor;
154
+ default: string;
155
+ };
156
+ schema: {
157
+ type: import("vue").PropType<import("../../types/form.js").ISchemaItem[]>;
158
+ default: () => never[];
159
+ };
160
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
161
+ style: {
162
+ type: ObjectConstructor;
163
+ default: () => {};
164
+ };
165
+ title: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ view: {
170
+ type: StringConstructor;
171
+ default: string;
172
+ };
173
+ schema: {
174
+ type: import("vue").PropType<import("../../types/form.js").ISchemaItem[]>;
175
+ default: () => never[];
176
+ };
177
+ }>> & Readonly<{}>, {
178
+ style: Record<string, any>;
179
+ title: string;
180
+ view: string;
181
+ schema: import("../../types/form.js").ISchemaItem[];
182
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
183
+ 'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
184
+ modelValue?: string;
185
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
186
+ "update:modelValue": (value: string) => any;
187
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
188
+ modelValue?: string;
189
+ }> & Readonly<{
190
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
191
+ }>, {
192
+ style: Record<string, any>;
193
+ customClass: string;
194
+ placeholder: string;
195
+ disabled: boolean;
196
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
197
+ 'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
198
+ "update:modelValue": (...args: any[]) => void;
199
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
200
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
201
+ }>, {
202
+ data: string | null;
203
+ options: import("../../types/form.js").IOption[];
204
+ slots: Record<string, any> | null;
205
+ modelValue: any;
206
+ position: string;
207
+ colSpan: number;
208
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
209
+ 'vs-input-file': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
210
+ modelValue?: string | string[];
211
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
212
+ "update:modelValue": (value: string | string[] | undefined) => any;
213
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
214
+ modelValue?: string | string[];
215
+ }> & Readonly<{
216
+ "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
217
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
218
+ 'vs-input-html': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{}>, {
219
+ text: string;
220
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
221
+ 'vs-input-email': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
222
+ modelValue?: string;
223
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
224
+ "update:modelValue": (value: string) => any;
225
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
226
+ modelValue?: string;
227
+ }> & Readonly<{
228
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
229
+ }>, {
230
+ error: string | null;
231
+ style: Record<string, any>;
232
+ customClass: string;
233
+ placeholder: string;
234
+ disabled: boolean;
235
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
236
+ 'vs-input-datatable': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
237
+ modelValue?: any[];
238
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
239
+ "update:modelValue": (value: any[]) => any;
240
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
241
+ modelValue?: any[];
242
+ }> & Readonly<{
243
+ "onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
244
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
245
+ 'vs-input-map': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
246
+ "update:modelValue": (...args: any[]) => void;
247
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
248
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
249
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
250
+ 'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
251
+ update: (...args: any[]) => void;
252
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
253
+ onUpdate?: ((...args: any[]) => any) | undefined;
254
+ }>, {
255
+ prefix: string;
256
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
257
+ };
258
+ export default _default;
259
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBA,wBAoBE"}
@@ -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-compass.vue.d.ts.map
@@ -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"}