@opengis/form 0.0.13 → 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 +1525 -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,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":"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,CAAA;KAAE,CAAC,CAAC;IAC1E,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;;;;;;AAuFF,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,109 @@
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
+ //# 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,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function normalizeToGeoJSON(data: any): any;
2
+ //# 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"}
@@ -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":"AAokBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;AAouB1D,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,EAClB,CAAA"}
@@ -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
+ value: string | number | boolean;
23
+ modelValue: any;
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;WADf,MAAM,GAAG,MAAM,GAAG,OAAO;gBAEpB,GAAG;6EAmJhB,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
+ value: string | number;
22
+ modelValue: any;
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,EAAE,MAAM,CAAC;IACb,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;WAFV,MAAM,GAAG,MAAM;gBAIV,GAAG;6EAuJf,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)[];
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
+ error: string;
20
+ label: string | number;
21
+ view: string;
22
+ disabled: boolean;
23
+ value: string | number;
24
+ modelValue: boolean | (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,CAAC;IAC1C,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;;;;;;WADS,MAAM;WATN,MAAM,GAAE,MAAM;UAEf,MAAM;cADF,OAAO;WAFV,MAAM,GAAE,MAAM;gBAIV,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE;;AAkI3C,wBAQG"}
@@ -0,0 +1,15 @@
1
+ import type { IInputProps, IOption } 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
+ data: string | null;
8
+ options: IOption[];
9
+ slots: Record<string, any> | null;
10
+ modelValue: any;
11
+ position: string;
12
+ colSpan: number;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# 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":"AAgKA,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;;;;;;;;;;;;;AAyMtE,wBAQG"}
@@ -0,0 +1,28 @@
1
+ declare const _default: {
2
+ 'vs-input-radio-default': 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
+ customClass: string;
12
+ disabled: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ 'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
15
+ modelValue?: string;
16
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ "update:modelValue": (value: string) => any;
18
+ }, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
19
+ modelValue?: string;
20
+ }> & Readonly<{
21
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
+ }>, {
23
+ customClass: string;
24
+ disabled: boolean;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ };
27
+ export default _default;
28
+ //# 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,15 @@
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
+ customClass: string;
12
+ disabled: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# 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":"AAyBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA2DF,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?: 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
+ customClass: string;
12
+ disabled: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# 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":"AAgCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA+EF,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?: 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,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,CAAC;AAkB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAuDF,wBAQG"}
@@ -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?: 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":"AA6TA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,WAAW,CAAC;AAsJ/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;;;;;;AA8pBF,wBAOG"}
@@ -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
+ style: Record<string, any>;
39
+ title: string;
40
+ view: 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,24 @@
1
+ import type { IInputProps, IOption } from '../../types/form';
2
+ type __VLS_Props = IInputProps;
3
+ type __VLS_PublicProps = __VLS_Props & {
4
+ modelValue?: number | string | null;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string | number | null) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
10
+ }>, {
11
+ error: string | null;
12
+ data: string | null;
13
+ style: Record<string, any>;
14
+ customClass: string;
15
+ placeholder: string;
16
+ prefix: string;
17
+ host: string;
18
+ options: IOption[];
19
+ maxHeight: number;
20
+ slots: Record<string, any> | null;
21
+ mode: string;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
24
+ //# 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":"AAsqBA,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAI7D,KAAK,WAAW,GAAG,WAAW,CAAC;AA0R/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;;;;;;;;;;;;;;;;;;AAyRF,wBAQG"}
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
4
+ ua: string;
5
+ item: any;
6
+ error: string | boolean;
7
+ label: string;
8
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
+ P: {};
10
+ B: {};
11
+ D: {};
12
+ C: {};
13
+ M: {};
14
+ Defaults: {};
15
+ }, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
16
+ ua: string;
17
+ item: any;
18
+ error: string | boolean;
19
+ label: string;
20
+ }>;
21
+ __isFragment?: never;
22
+ __isTeleport?: never;
23
+ __isSuspense?: never;
24
+ } & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
25
+ ua: string;
26
+ item: any;
27
+ error: string | boolean;
28
+ label: string;
29
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
30
+ $slots: {
31
+ default?: (props: {}) => any;
32
+ };
33
+ });
34
+ horizontal: {
35
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
36
+ ua: string;
37
+ item: any;
38
+ error: string | boolean;
39
+ label: string;
40
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
48
+ ua: string;
49
+ item: any;
50
+ error: string | boolean;
51
+ label: string;
52
+ }>;
53
+ __isFragment?: never;
54
+ __isTeleport?: never;
55
+ __isSuspense?: never;
56
+ } & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
57
+ ua: string;
58
+ item: any;
59
+ error: string | boolean;
60
+ label: string;
61
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
62
+ $slots: {
63
+ default?: (props: {}) => any;
64
+ };
65
+ });
66
+ inline: {
67
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
68
+ ua: string;
69
+ item: any;
70
+ error: string | boolean;
71
+ label: string;
72
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
73
+ P: {};
74
+ B: {};
75
+ D: {};
76
+ C: {};
77
+ M: {};
78
+ Defaults: {};
79
+ }, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
80
+ ua: string;
81
+ item: any;
82
+ error: string | boolean;
83
+ label: string;
84
+ }>;
85
+ __isFragment?: never;
86
+ __isTeleport?: never;
87
+ __isSuspense?: never;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
89
+ ua: string;
90
+ item: any;
91
+ error: string | boolean;
92
+ label: string;
93
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
94
+ $slots: {
95
+ default?: (props: {}) => any;
96
+ };
97
+ });
98
+ };
99
+ export default _default;
100
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAIE"}