@voicenter-team/voicenter-ui-plus 0.0.21 → 0.0.23

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 (146) hide show
  1. package/library/style.css +1 -1
  2. package/library/super.mjs +2 -10
  3. package/library/super.mjs.map +1 -1
  4. package/library/super.umd.js +4 -4
  5. package/library/super.umd.js.map +1 -1
  6. package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -5
  7. package/library/types/src/components/VcButton/VcButton.vue.d.ts +97 -97
  8. package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -89
  9. package/library/types/src/components/VcButton/index.d.ts +184 -0
  10. package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -23
  11. package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -133
  12. package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -2
  13. package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -60
  14. package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -140
  15. package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -33
  16. package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -106
  17. package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -14
  18. package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -67
  19. package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -40
  20. package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -49
  21. package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -23
  22. package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -10
  23. package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -65
  24. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -27
  25. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -360
  26. package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -4
  27. package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -92
  28. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -208
  29. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -96
  30. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -11
  31. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -276
  32. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -51
  33. package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -6
  34. package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -4
  35. package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -388
  36. package/library/types/src/components/VcForm/UiComponents/VcInputError.vue.d.ts +14 -0
  37. package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -204
  38. package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -348
  39. package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -69
  40. package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -2
  41. package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -54
  42. package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -15
  43. package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -105
  44. package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -51
  45. package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -2
  46. package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -202
  47. package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -256
  48. package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -28
  49. package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -29
  50. package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -36
  51. package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -28
  52. package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -1
  53. package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -66
  54. package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -4
  55. package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -210
  56. package/library/types/src/components/VcNotification/VcNotification.types.d.ts +17 -0
  57. package/library/types/src/components/VcNotification/VcNotification.vue.d.ts +59 -0
  58. package/library/types/src/components/VcNotification/VcNotificationMessage.vue.d.ts +35 -0
  59. package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -4
  60. package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -64
  61. package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -34
  62. package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -3
  63. package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -150
  64. package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -16
  65. package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -147
  66. package/library/types/src/components/VcProgress/progress.options.d.ts +13 -13
  67. package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -88
  68. package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -96
  69. package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -41
  70. package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -78
  71. package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -78
  72. package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -293
  73. package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -18
  74. package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -28
  75. package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -18
  76. package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -28
  77. package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -16
  78. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -1
  79. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -81
  80. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -2
  81. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -130
  82. package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -8
  83. package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -68
  84. package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -1
  85. package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -151
  86. package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -45
  87. package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -334
  88. package/library/types/src/components/VcTable/tableOptions.d.ts +6 -6
  89. package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -54
  90. package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -92
  91. package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -14
  92. package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -62
  93. package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -1
  94. package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -99
  95. package/library/types/src/components/VcTagInput/VcTagInput.types.d.ts +1 -0
  96. package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -290
  97. package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -269
  98. package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -36
  99. package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -209
  100. package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -104
  101. package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -305
  102. package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -54
  103. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.types.d.ts +1 -0
  104. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -76
  105. package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -74
  106. package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -55
  107. package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -70
  108. package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -15
  109. package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -157
  110. package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -110
  111. package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -47
  112. package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -83
  113. package/library/types/src/components/VcWizard/baseTransition.d.ts +93 -0
  114. package/library/types/src/components/index.d.ts +91 -91
  115. package/library/types/src/directives/click-outside.d.ts +2 -0
  116. package/library/types/src/directives/resize.d.ts +6 -6
  117. package/library/types/src/entry.d.ts +3 -2
  118. package/library/types/src/localization/Localization.types.d.ts +17 -17
  119. package/library/types/src/localization/index.d.ts +9 -9
  120. package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -19
  121. package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -14
  122. package/library/types/src/mixins/dropdown.mixin.d.ts +66 -0
  123. package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -100
  124. package/library/types/src/mixins/input/color.mixin.d.ts +33 -33
  125. package/library/types/src/mixins/input/error.mixin.d.ts +23 -23
  126. package/library/types/src/mixins/input/input.mixin.d.ts +146 -146
  127. package/library/types/src/mixins/input/label.mixin.d.ts +52 -52
  128. package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -38
  129. package/library/types/src/mixins/selectBox.mixin.d.ts +73 -0
  130. package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -108
  131. package/library/types/src/theme/index.d.ts +1 -1
  132. package/library/types/src/theme/theme.types.d.ts +6 -6
  133. package/library/types/src/types/AppendToTarget.types.d.ts +1 -1
  134. package/library/types/src/types/Dropdown.types.d.ts +1 -0
  135. package/library/types/src/types/Entry.types.d.ts +6 -6
  136. package/library/types/src/types/OptionAndConfig.types.d.ts +23 -23
  137. package/library/types/src/types/VueGeneric.types.d.ts +1 -1
  138. package/package.json +4 -5
  139. package/src/theme/index.d.ts +1 -0
  140. package/src/theme/index.js +38 -0
  141. package/src/theme/index.js.map +1 -0
  142. package/src/theme/theme.types.d.ts +6 -0
  143. package/src/theme/theme.types.js +2 -0
  144. package/src/theme/theme.types.js.map +1 -0
  145. package/library/types/src/entry.esm.d.ts +0 -3
  146. package/library/types/src/env.d.ts +0 -18
@@ -1,202 +1,202 @@
1
- import { PropType } from 'vue';
2
- import { VcInputType } from '../../components/VcInput/VcInput.types';
3
- declare const _sfc_main: import("vue").DefineComponent<{
4
- modelValue: {
5
- type: (StringConstructor | NumberConstructor)[];
6
- default: string;
7
- };
8
- type: {
9
- type: PropType<VcInputType>;
10
- default: string;
11
- };
12
- placeholder: {
13
- type: StringConstructor;
14
- default: undefined;
15
- };
16
- maxLength: {
17
- type: NumberConstructor;
18
- default: undefined;
19
- };
20
- minLength: {
21
- type: NumberConstructor;
22
- default: undefined;
23
- };
24
- clearable: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- readonly: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- autocomplete: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- isError: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- }, unknown, {
41
- colorClass: string;
42
- }, {
43
- inputClasses(): string;
44
- clearIcon(): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
- [key: string]: any;
46
- }>;
47
- modelInput: {
48
- get(): string | number;
49
- set(val: string | number): void;
50
- };
51
- }, {
52
- onClear(): void;
53
- }, import("vue").DefineComponent<{
54
- id: {
55
- type: StringConstructor;
56
- default: undefined;
57
- };
58
- modelValue: {
59
- type: (StringConstructor | NumberConstructor)[];
60
- required: true;
61
- };
62
- disabled: {
63
- type: BooleanConstructor;
64
- default: boolean;
65
- };
66
- prefixIcon: {
67
- type: StringConstructor;
68
- default: string;
69
- };
70
- dataTestName: {
71
- type: StringConstructor;
72
- default: string;
73
- };
74
- prefixIconSize: {
75
- type: StringConstructor;
76
- default: string;
77
- };
78
- name: {
79
- type: StringConstructor;
80
- default: undefined;
81
- };
82
- }, unknown, {
83
- defaultPrefixIcon: string;
84
- }, {
85
- prefixClasses(): string[];
86
- }, {}, import("vue").DefineComponent<{
87
- prefixIconColor: {
88
- type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
89
- default: string;
90
- };
91
- color: {
92
- type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
93
- default: string;
94
- };
95
- }, unknown, {
96
- colorClass: string;
97
- iconColorClass: string;
98
- }, {
99
- inputClasses(): string;
100
- prefixIconColorValue(): string;
101
- prefixIconColorIsHex(): boolean;
102
- prefixStyle(): import("vue").CSSProperties;
103
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
104
- prefixIconColor: {
105
- type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
106
- default: string;
107
- };
108
- color: {
109
- type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
110
- default: string;
111
- };
112
- }>>, {
113
- color: import('../../components/VcInput/VcInput.types').VcInputColor;
114
- prefixIconColor: import('../../components/VcInput/VcInput.types').VcInputColor;
115
- }>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
116
- id: {
117
- type: StringConstructor;
118
- default: undefined;
119
- };
120
- modelValue: {
121
- type: (StringConstructor | NumberConstructor)[];
122
- required: true;
123
- };
124
- disabled: {
125
- type: BooleanConstructor;
126
- default: boolean;
127
- };
128
- prefixIcon: {
129
- type: StringConstructor;
130
- default: string;
131
- };
132
- dataTestName: {
133
- type: StringConstructor;
134
- default: string;
135
- };
136
- prefixIconSize: {
137
- type: StringConstructor;
138
- default: string;
139
- };
140
- name: {
141
- type: StringConstructor;
142
- default: undefined;
143
- };
144
- }>>, {
145
- name: string;
146
- disabled: boolean;
147
- dataTestName: string;
148
- id: string;
149
- prefixIcon: string;
150
- prefixIconSize: string;
151
- }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "update:modelValue" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
152
- modelValue: {
153
- type: (StringConstructor | NumberConstructor)[];
154
- default: string;
155
- };
156
- type: {
157
- type: PropType<VcInputType>;
158
- default: string;
159
- };
160
- placeholder: {
161
- type: StringConstructor;
162
- default: undefined;
163
- };
164
- maxLength: {
165
- type: NumberConstructor;
166
- default: undefined;
167
- };
168
- minLength: {
169
- type: NumberConstructor;
170
- default: undefined;
171
- };
172
- clearable: {
173
- type: BooleanConstructor;
174
- default: boolean;
175
- };
176
- readonly: {
177
- type: BooleanConstructor;
178
- default: boolean;
179
- };
180
- autocomplete: {
181
- type: StringConstructor;
182
- default: string;
183
- };
184
- isError: {
185
- type: BooleanConstructor;
186
- default: boolean;
187
- };
188
- }>> & {
189
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
190
- onInput?: ((...args: any[]) => any) | undefined;
191
- }, {
192
- type: VcInputType;
193
- modelValue: string | number;
194
- placeholder: string;
195
- readonly: boolean;
196
- clearable: boolean;
197
- autocomplete: string;
198
- isError: boolean;
199
- maxLength: number;
200
- minLength: number;
201
- }>;
202
- export default _sfc_main;
1
+ import { PropType } from 'vue';
2
+ import { VcInputType } from '../../components/VcInput/VcInput.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ modelValue: {
5
+ type: (StringConstructor | NumberConstructor)[];
6
+ default: string;
7
+ };
8
+ type: {
9
+ type: PropType<VcInputType>;
10
+ default: string;
11
+ };
12
+ placeholder: {
13
+ type: StringConstructor;
14
+ default: undefined;
15
+ };
16
+ maxLength: {
17
+ type: NumberConstructor;
18
+ default: undefined;
19
+ };
20
+ minLength: {
21
+ type: NumberConstructor;
22
+ default: undefined;
23
+ };
24
+ clearable: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ readonly: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ autocomplete: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ isError: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ }, unknown, {
41
+ colorClass: string;
42
+ }, {
43
+ inputClasses(): string;
44
+ clearIcon(): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ modelInput: {
48
+ get(): string | number;
49
+ set(val: string | number): void;
50
+ };
51
+ }, {
52
+ onClear(): void;
53
+ }, import("vue").DefineComponent<{
54
+ id: {
55
+ type: StringConstructor;
56
+ default: undefined;
57
+ };
58
+ modelValue: {
59
+ type: (StringConstructor | NumberConstructor)[];
60
+ required: true;
61
+ };
62
+ disabled: {
63
+ type: BooleanConstructor;
64
+ default: boolean;
65
+ };
66
+ prefixIcon: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ dataTestName: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ prefixIconSize: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ name: {
79
+ type: StringConstructor;
80
+ default: undefined;
81
+ };
82
+ }, unknown, {
83
+ defaultPrefixIcon: string;
84
+ }, {
85
+ prefixClasses(): string[];
86
+ }, {}, import("vue").DefineComponent<{
87
+ prefixIconColor: {
88
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
89
+ default: string;
90
+ };
91
+ color: {
92
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
93
+ default: string;
94
+ };
95
+ }, unknown, {
96
+ colorClass: string;
97
+ iconColorClass: string;
98
+ }, {
99
+ inputClasses(): string;
100
+ prefixIconColorValue(): string;
101
+ prefixIconColorIsHex(): boolean;
102
+ prefixStyle(): import("vue").CSSProperties;
103
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
104
+ prefixIconColor: {
105
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
106
+ default: string;
107
+ };
108
+ color: {
109
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
110
+ default: string;
111
+ };
112
+ }>>, {
113
+ color: import('../../components/VcInput/VcInput.types').VcInputColor;
114
+ prefixIconColor: import('../../components/VcInput/VcInput.types').VcInputColor;
115
+ }>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
116
+ id: {
117
+ type: StringConstructor;
118
+ default: undefined;
119
+ };
120
+ modelValue: {
121
+ type: (StringConstructor | NumberConstructor)[];
122
+ required: true;
123
+ };
124
+ disabled: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ prefixIcon: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ dataTestName: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ prefixIconSize: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ name: {
141
+ type: StringConstructor;
142
+ default: undefined;
143
+ };
144
+ }>>, {
145
+ name: string;
146
+ disabled: boolean;
147
+ dataTestName: string;
148
+ id: string;
149
+ prefixIcon: string;
150
+ prefixIconSize: string;
151
+ }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
152
+ modelValue: {
153
+ type: (StringConstructor | NumberConstructor)[];
154
+ default: string;
155
+ };
156
+ type: {
157
+ type: PropType<VcInputType>;
158
+ default: string;
159
+ };
160
+ placeholder: {
161
+ type: StringConstructor;
162
+ default: undefined;
163
+ };
164
+ maxLength: {
165
+ type: NumberConstructor;
166
+ default: undefined;
167
+ };
168
+ minLength: {
169
+ type: NumberConstructor;
170
+ default: undefined;
171
+ };
172
+ clearable: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ readonly: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ autocomplete: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ isError: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
188
+ }>> & {
189
+ onInput?: ((...args: any[]) => any) | undefined;
190
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
191
+ }, {
192
+ readonly: boolean;
193
+ type: VcInputType;
194
+ modelValue: string | number;
195
+ clearable: boolean;
196
+ isError: boolean;
197
+ placeholder: string;
198
+ autocomplete: string;
199
+ maxLength: number;
200
+ minLength: number;
201
+ }>;
202
+ export default _default;