straw-ui-vue 0.1.21 → 0.1.22

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 (135) hide show
  1. package/dist/components/st-cascade/index.d.ts +3 -11
  2. package/dist/components/st-cascade/st-cascade-panel.d.ts +2 -5
  3. package/dist/components/st-cascade/st-cascade.d.ts +2 -7
  4. package/dist/components/st-cascade/types.d.ts +10 -0
  5. package/dist/components/st-checkbox/useCheckboxGroupState.d.ts +2 -0
  6. package/dist/components/st-color-picker/index.d.ts +94 -12
  7. package/dist/components/st-color-picker/st-color-picker-panel.d.ts +9 -2
  8. package/dist/components/st-color-picker/st-color-picker.d.ts +9 -2
  9. package/dist/components/st-color-picker/types.d.ts +16 -0
  10. package/dist/components/st-date-picker/index.d.ts +85 -19
  11. package/dist/components/st-date-picker/st-date-picker-panel.d.ts +9 -4
  12. package/dist/components/st-date-picker/st-date-picker.d.ts +2 -5
  13. package/dist/components/st-date-picker/types.d.ts +18 -4
  14. package/dist/components/st-datetime-picker/index.d.ts +89 -19
  15. package/dist/components/st-datetime-picker/st-datetime-picker-panel.d.ts +9 -4
  16. package/dist/components/st-datetime-picker/st-datetime-picker.d.ts +2 -5
  17. package/dist/components/st-datetime-picker/types.d.ts +18 -4
  18. package/dist/components/st-dialog/useDialogState.d.ts +2 -0
  19. package/dist/components/st-divider/useDividerState.d.ts +2 -0
  20. package/dist/components/st-drawer/useDrawerState.d.ts +2 -0
  21. package/dist/components/st-empty/types.d.ts +5 -0
  22. package/dist/components/st-form-control/types.d.ts +6 -8
  23. package/dist/components/st-form-description/index.d.ts +1 -3
  24. package/dist/components/st-form-description/st-form-description.d.ts +2 -5
  25. package/dist/components/st-form-description/types.d.ts +5 -0
  26. package/dist/components/st-form-field/index.d.ts +1 -11
  27. package/dist/components/st-form-field/st-form-field.d.ts +2 -9
  28. package/dist/components/st-form-field/types.d.ts +5 -6
  29. package/dist/components/st-form-item/index.d.ts +1 -3
  30. package/dist/components/st-form-item/st-form-item.d.ts +2 -5
  31. package/dist/components/st-form-item/types.d.ts +6 -8
  32. package/dist/components/st-form-label/index.d.ts +1 -3
  33. package/dist/components/st-form-label/st-form-label.d.ts +2 -5
  34. package/dist/components/st-form-label/types.d.ts +5 -0
  35. package/dist/components/st-form-message/index.d.ts +1 -3
  36. package/dist/components/st-form-message/st-form-message.d.ts +2 -5
  37. package/dist/components/st-form-message/types.d.ts +5 -0
  38. package/dist/components/st-input/index.d.ts +1863 -607
  39. package/dist/components/st-input/st-input-group-input.d.ts +9 -2
  40. package/dist/components/st-input/st-input-group-textarea.d.ts +9 -2
  41. package/dist/components/st-input/st-input-number.d.ts +10 -3
  42. package/dist/components/st-input/st-input.d.ts +165 -57
  43. package/dist/components/st-input/st-textarea.d.ts +167 -57
  44. package/dist/components/st-input/types.d.ts +50 -0
  45. package/dist/components/st-label/index.d.ts +1 -3
  46. package/dist/components/st-label/st-label.d.ts +2 -5
  47. package/dist/components/st-label/types.d.ts +5 -0
  48. package/dist/components/st-menu/index.d.ts +14 -82
  49. package/dist/components/st-menu/st-menu-content.d.ts +1 -6
  50. package/dist/components/st-menu/st-menu-divider.d.ts +1 -4
  51. package/dist/components/st-menu/st-menu-group.d.ts +0 -4
  52. package/dist/components/st-menu/st-menu-item.d.ts +0 -4
  53. package/dist/components/st-menu/st-menu-trigger.d.ts +1 -6
  54. package/dist/components/st-menu/types.d.ts +54 -0
  55. package/dist/components/st-menu/useMenuState.d.ts +60 -0
  56. package/dist/components/st-pagination/index.d.ts +1 -7
  57. package/dist/components/st-pagination/st-pagination.d.ts +2 -9
  58. package/dist/components/st-popover/index.d.ts +17 -47
  59. package/dist/components/st-popover/st-popover-arrow.d.ts +1 -8
  60. package/dist/components/st-popover/st-popover-content.d.ts +0 -6
  61. package/dist/components/st-popover/st-popover-trigger.d.ts +0 -6
  62. package/dist/components/st-popover/st-popover.d.ts +11 -12
  63. package/dist/components/st-popover/types.d.ts +45 -14
  64. package/dist/components/st-popover/usePopoverState.d.ts +62 -0
  65. package/dist/components/st-progress/index.d.ts +1 -5
  66. package/dist/components/st-progress/st-progress.d.ts +2 -7
  67. package/dist/components/st-progress/types.d.ts +5 -0
  68. package/dist/components/st-radio/useRadioGroupState.d.ts +2 -0
  69. package/dist/components/st-scrollbar/index.d.ts +1 -3
  70. package/dist/components/st-scrollbar/st-scrollbar.d.ts +2 -5
  71. package/dist/components/st-scrollbar/types.d.ts +0 -6
  72. package/dist/components/st-segmented/index.d.ts +43 -8
  73. package/dist/components/st-segmented/st-segmented.d.ts +9 -2
  74. package/dist/components/st-select/index.d.ts +19 -93
  75. package/dist/components/st-select/st-select-content.d.ts +1 -8
  76. package/dist/components/st-select/st-select-empty.d.ts +1 -8
  77. package/dist/components/st-select/st-select-group.d.ts +1 -8
  78. package/dist/components/st-select/st-select-item.d.ts +0 -6
  79. package/dist/components/st-select/st-select-trigger.d.ts +6 -12
  80. package/dist/components/st-select/st-select.d.ts +2 -7
  81. package/dist/components/st-select/types.d.ts +68 -0
  82. package/dist/components/st-select/useSelectState.d.ts +55 -0
  83. package/dist/components/st-sidebar/index.d.ts +13 -3
  84. package/dist/components/st-sidebar/st-sidebar.d.ts +5 -1
  85. package/dist/components/st-sidebar/useSidebarState.d.ts +2 -0
  86. package/dist/components/st-sidebar-item/index.d.ts +13 -3
  87. package/dist/components/st-sidebar-item/st-sidebar-item.d.ts +5 -1
  88. package/dist/components/st-skeleton/index.d.ts +3 -11
  89. package/dist/components/st-skeleton/st-skeleton-item.d.ts +2 -5
  90. package/dist/components/st-skeleton/st-skeleton.d.ts +2 -7
  91. package/dist/components/st-skeleton/types.d.ts +10 -6
  92. package/dist/components/st-slider/index.d.ts +1 -17
  93. package/dist/components/st-slider/st-slider.d.ts +2 -19
  94. package/dist/components/st-slider/types.d.ts +8 -0
  95. package/dist/components/st-splitter/index.d.ts +14 -6
  96. package/dist/components/st-splitter/st-splitter.d.ts +7 -6
  97. package/dist/components/st-splitter/useSplitter.d.ts +0 -8
  98. package/dist/components/st-splitter/useSplitterState.d.ts +2 -0
  99. package/dist/components/st-splitter-panel/index.d.ts +6 -3
  100. package/dist/components/st-splitter-panel/st-splitter-panel.d.ts +4 -5
  101. package/dist/components/st-tabs/index.d.ts +26 -6
  102. package/dist/components/st-tabs/st-tabs-pane.d.ts +5 -1
  103. package/dist/components/st-tabs/useTabsState.d.ts +12 -0
  104. package/dist/components/st-tag/index.d.ts +1 -20
  105. package/dist/components/st-tag/st-tag.d.ts +3 -13
  106. package/dist/components/st-tag/types.d.ts +40 -51
  107. package/dist/components/st-time-picker/index.d.ts +102 -14
  108. package/dist/components/st-time-picker/st-time-picker-panel.d.ts +9 -2
  109. package/dist/components/st-time-picker/st-time-picker.d.ts +9 -2
  110. package/dist/components/st-time-picker/types.d.ts +18 -6
  111. package/dist/components/st-toggle/index.d.ts +15 -13
  112. package/dist/components/st-toggle/st-toggle.d.ts +11 -10
  113. package/dist/components/st-tooltip/index.d.ts +27 -352
  114. package/dist/components/st-tooltip/st-tooltip.d.ts +14 -10
  115. package/dist/components/st-tooltip/types.d.ts +10 -97
  116. package/dist/components/st-tree/index.d.ts +48 -73
  117. package/dist/components/st-tree/st-tree-node.d.ts +9 -2
  118. package/dist/components/st-tree/st-tree.d.ts +15 -69
  119. package/dist/components/st-tree/types.d.ts +6 -1
  120. package/dist/components/st-tree/useTreeStyleState.d.ts +2 -0
  121. package/dist/directive/v-intersection.d.ts +3 -15
  122. package/dist/directive/v-resize.d.ts +3 -15
  123. package/dist/dist--ubF9h1Q.js +335 -0
  124. package/dist/global.d.ts +0 -3
  125. package/dist/index.d.ts +2 -8
  126. package/dist/straw-ui.js +3767 -4269
  127. package/dist/useDialogState-Cs1mp3-Y.js +5 -0
  128. package/dist/utils/device.d.ts +20 -21
  129. package/dist/utils/z-index.d.ts +9 -39
  130. package/package.json +5 -5
  131. package/dist/components/st-tooltip/st-tooltip-container.d.ts +0 -44
  132. package/dist/components/st-tooltip/st-tooltip-content.d.ts +0 -30
  133. package/dist/components/st-tooltip/st-tooltip-trigger.d.ts +0 -23
  134. package/dist/context-B_FwxbY6.js +0 -4
  135. package/dist/utils/id.d.ts +0 -4
@@ -12,46 +12,85 @@ export declare const StInput: {
12
12
  focus: () => void;
13
13
  blur: () => void;
14
14
  select: () => void;
15
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
16
- modelValue?: string | number;
17
- }> & Readonly<{
18
- onBlur?: (event: FocusEvent) => any;
19
- onInput?: (event: Event) => any;
20
- onFocus?: (event: FocusEvent) => any;
21
- onChange?: (event: Event) => any;
22
- "onUpdate:modelValue"?: (value: string | number) => any;
23
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
- blur: (event: FocusEvent) => any;
25
- input: (event: Event) => any;
26
- focus: (event: FocusEvent) => any;
27
- change: (event: Event) => any;
28
- "update:modelValue": (value: string | number) => any;
29
- }, import('vue').PublicProps, {
30
- type: import('./types.d.ts').StInputType;
31
- disabled: boolean;
32
- placeholder: string;
33
- readonly: boolean;
34
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
35
- P: {};
36
- B: {};
37
- D: {};
38
- C: {};
39
- M: {};
40
- Defaults: {};
41
- }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
42
- modelValue?: string | number;
43
- }> & Readonly<{
44
- onBlur?: (event: FocusEvent) => any;
45
- onInput?: (event: Event) => any;
46
- onFocus?: (event: FocusEvent) => any;
47
- onChange?: (event: Event) => any;
48
- "onUpdate:modelValue"?: (value: string | number) => any;
49
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
15
+ inputRef: import('vue').Ref<{
16
+ $: import('vue').ComponentInternalInstance;
17
+ $data: {};
18
+ $props: Partial<{
19
+ type: import('./types.d.ts').StInputType;
20
+ disabled: boolean;
21
+ placeholder: string;
22
+ readonly: boolean;
23
+ }> & Omit<{
24
+ readonly type?: import('./types.d.ts').StInputType;
25
+ readonly placeholder?: string;
26
+ readonly disabled?: boolean;
27
+ readonly readonly?: boolean;
28
+ readonly maxlength?: number;
29
+ readonly minlength?: number;
30
+ readonly modelValue?: string | number;
31
+ readonly onBlur?: (event: FocusEvent) => any;
32
+ readonly onInput?: (event: Event) => any;
33
+ readonly onFocus?: (event: FocusEvent) => any;
34
+ readonly onChange?: (event: Event) => any;
35
+ readonly "onUpdate:modelValue"?: (value: string | number) => any;
36
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "placeholder" | "readonly">;
37
+ $attrs: import('vue').Attrs;
38
+ $refs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $slots: Readonly<{
42
+ [name: string]: import('vue').Slot<any>;
43
+ }>;
44
+ $root: import('vue').ComponentPublicInstance | null;
45
+ $parent: import('vue').ComponentPublicInstance | null;
46
+ $host: Element | null;
47
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string | number) => void);
48
+ $el: any;
49
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
50
+ modelValue?: string | number;
51
+ }> & Readonly<{
52
+ onBlur?: (event: FocusEvent) => any;
53
+ onInput?: (event: Event) => any;
54
+ onFocus?: (event: FocusEvent) => any;
55
+ onChange?: (event: Event) => any;
56
+ "onUpdate:modelValue"?: (value: string | number) => any;
57
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
+ blur: (event: FocusEvent) => any;
59
+ input: (event: Event) => any;
60
+ focus: (event: FocusEvent) => any;
61
+ change: (event: Event) => any;
62
+ "update:modelValue": (value: string | number) => any;
63
+ }, string, {
64
+ type: import('./types.d.ts').StInputType;
65
+ disabled: boolean;
66
+ placeholder: string;
67
+ readonly: boolean;
68
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
69
+ beforeCreate?: (() => void) | (() => void)[];
70
+ created?: (() => void) | (() => void)[];
71
+ beforeMount?: (() => void) | (() => void)[];
72
+ mounted?: (() => void) | (() => void)[];
73
+ beforeUpdate?: (() => void) | (() => void)[];
74
+ updated?: (() => void) | (() => void)[];
75
+ activated?: (() => void) | (() => void)[];
76
+ deactivated?: (() => void) | (() => void)[];
77
+ beforeDestroy?: (() => void) | (() => void)[];
78
+ beforeUnmount?: (() => void) | (() => void)[];
79
+ destroyed?: (() => void) | (() => void)[];
80
+ unmounted?: (() => void) | (() => void)[];
81
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
82
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
83
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
84
+ };
85
+ $forceUpdate: () => void;
86
+ $nextTick: typeof import('vue').nextTick;
87
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
88
+ } & Readonly<{
50
89
  type: import('./types.d.ts').StInputType;
51
90
  disabled: boolean;
52
91
  placeholder: string;
53
92
  readonly: boolean;
54
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
93
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupInputProps & {
55
94
  modelValue?: string | number;
56
95
  }> & Readonly<{
57
96
  onBlur?: (event: FocusEvent) => any;
@@ -59,25 +98,92 @@ export declare const StInput: {
59
98
  onFocus?: (event: FocusEvent) => any;
60
99
  onChange?: (event: Event) => any;
61
100
  "onUpdate:modelValue"?: (value: string | number) => any;
62
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
63
- blur: (event: FocusEvent) => any;
64
- input: (event: Event) => any;
65
- focus: (event: FocusEvent) => any;
66
- change: (event: Event) => any;
67
- "update:modelValue": (value: string | number) => any;
68
- }, import('vue').PublicProps, {
101
+ }>, keyof import('./types.d.ts').StInputGroupInputExpose | ("type" | "disabled" | "placeholder" | "readonly")> & {
102
+ focus: () => void;
103
+ blur: () => void;
104
+ select: () => void;
105
+ inputRef: HTMLInputElement;
106
+ } & {} & import('vue').ComponentCustomProperties & {} & {
107
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
108
+ }, {
109
+ $: import('vue').ComponentInternalInstance;
110
+ $data: {};
111
+ $props: Partial<{
112
+ type: import('./types.d.ts').StInputType;
113
+ disabled: boolean;
114
+ placeholder: string;
115
+ readonly: boolean;
116
+ }> & Omit<{
117
+ readonly type?: import('./types.d.ts').StInputType;
118
+ readonly placeholder?: string;
119
+ readonly disabled?: boolean;
120
+ readonly readonly?: boolean;
121
+ readonly maxlength?: number;
122
+ readonly minlength?: number;
123
+ readonly modelValue?: string | number;
124
+ readonly onBlur?: (event: FocusEvent) => any;
125
+ readonly onInput?: (event: Event) => any;
126
+ readonly onFocus?: (event: FocusEvent) => any;
127
+ readonly onChange?: (event: Event) => any;
128
+ readonly "onUpdate:modelValue"?: (value: string | number) => any;
129
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "placeholder" | "readonly">;
130
+ $attrs: import('vue').Attrs;
131
+ $refs: {
132
+ [x: string]: unknown;
133
+ };
134
+ $slots: Readonly<{
135
+ [name: string]: import('vue').Slot<any>;
136
+ }>;
137
+ $root: import('vue').ComponentPublicInstance | null;
138
+ $parent: import('vue').ComponentPublicInstance | null;
139
+ $host: Element | null;
140
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string | number) => void);
141
+ $el: any;
142
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
143
+ modelValue?: string | number;
144
+ }> & Readonly<{
145
+ onBlur?: (event: FocusEvent) => any;
146
+ onInput?: (event: Event) => any;
147
+ onFocus?: (event: FocusEvent) => any;
148
+ onChange?: (event: Event) => any;
149
+ "onUpdate:modelValue"?: (value: string | number) => any;
150
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
151
+ blur: (event: FocusEvent) => any;
152
+ input: (event: Event) => any;
153
+ focus: (event: FocusEvent) => any;
154
+ change: (event: Event) => any;
155
+ "update:modelValue": (value: string | number) => any;
156
+ }, string, {
157
+ type: import('./types.d.ts').StInputType;
158
+ disabled: boolean;
159
+ placeholder: string;
160
+ readonly: boolean;
161
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
162
+ beforeCreate?: (() => void) | (() => void)[];
163
+ created?: (() => void) | (() => void)[];
164
+ beforeMount?: (() => void) | (() => void)[];
165
+ mounted?: (() => void) | (() => void)[];
166
+ beforeUpdate?: (() => void) | (() => void)[];
167
+ updated?: (() => void) | (() => void)[];
168
+ activated?: (() => void) | (() => void)[];
169
+ deactivated?: (() => void) | (() => void)[];
170
+ beforeDestroy?: (() => void) | (() => void)[];
171
+ beforeUnmount?: (() => void) | (() => void)[];
172
+ destroyed?: (() => void) | (() => void)[];
173
+ unmounted?: (() => void) | (() => void)[];
174
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
175
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
176
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
177
+ };
178
+ $forceUpdate: () => void;
179
+ $nextTick: typeof import('vue').nextTick;
180
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
181
+ } & Readonly<{
69
182
  type: import('./types.d.ts').StInputType;
70
183
  disabled: boolean;
71
184
  placeholder: string;
72
185
  readonly: boolean;
73
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
74
- P: {};
75
- B: {};
76
- D: {};
77
- C: {};
78
- M: {};
79
- Defaults: {};
80
- }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
186
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupInputProps & {
81
187
  modelValue?: string | number;
82
188
  }> & Readonly<{
83
189
  onBlur?: (event: FocusEvent) => any;
@@ -85,12 +191,14 @@ export declare const StInput: {
85
191
  onFocus?: (event: FocusEvent) => any;
86
192
  onChange?: (event: Event) => any;
87
193
  "onUpdate:modelValue"?: (value: string | number) => any;
88
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
89
- type: import('./types.d.ts').StInputType;
90
- disabled: boolean;
91
- placeholder: string;
92
- readonly: boolean;
93
- }>>;
194
+ }>, keyof import('./types.d.ts').StInputGroupInputExpose | ("type" | "disabled" | "placeholder" | "readonly")> & {
195
+ focus: () => void;
196
+ blur: () => void;
197
+ select: () => void;
198
+ inputRef: HTMLInputElement;
199
+ } & {} & import('vue').ComponentCustomProperties & {} & {
200
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
201
+ }>;
94
202
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
95
203
  clear: () => any;
96
204
  blur: (event: FocusEvent) => any;
@@ -126,46 +234,85 @@ export declare const StInput: {
126
234
  focus: () => void;
127
235
  blur: () => void;
128
236
  select: () => void;
129
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
130
- modelValue?: string | number;
131
- }> & Readonly<{
132
- onBlur?: (event: FocusEvent) => any;
133
- onInput?: (event: Event) => any;
134
- onFocus?: (event: FocusEvent) => any;
135
- onChange?: (event: Event) => any;
136
- "onUpdate:modelValue"?: (value: string | number) => any;
137
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
138
- blur: (event: FocusEvent) => any;
139
- input: (event: Event) => any;
140
- focus: (event: FocusEvent) => any;
141
- change: (event: Event) => any;
142
- "update:modelValue": (value: string | number) => any;
143
- }, import('vue').PublicProps, {
144
- type: import('./types.d.ts').StInputType;
145
- disabled: boolean;
146
- placeholder: string;
147
- readonly: boolean;
148
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
149
- P: {};
150
- B: {};
151
- D: {};
152
- C: {};
153
- M: {};
154
- Defaults: {};
155
- }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
156
- modelValue?: string | number;
157
- }> & Readonly<{
158
- onBlur?: (event: FocusEvent) => any;
159
- onInput?: (event: Event) => any;
160
- onFocus?: (event: FocusEvent) => any;
161
- onChange?: (event: Event) => any;
162
- "onUpdate:modelValue"?: (value: string | number) => any;
163
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
237
+ inputRef: import('vue').Ref<{
238
+ $: import('vue').ComponentInternalInstance;
239
+ $data: {};
240
+ $props: Partial<{
241
+ type: import('./types.d.ts').StInputType;
242
+ disabled: boolean;
243
+ placeholder: string;
244
+ readonly: boolean;
245
+ }> & Omit<{
246
+ readonly type?: import('./types.d.ts').StInputType;
247
+ readonly placeholder?: string;
248
+ readonly disabled?: boolean;
249
+ readonly readonly?: boolean;
250
+ readonly maxlength?: number;
251
+ readonly minlength?: number;
252
+ readonly modelValue?: string | number;
253
+ readonly onBlur?: (event: FocusEvent) => any;
254
+ readonly onInput?: (event: Event) => any;
255
+ readonly onFocus?: (event: FocusEvent) => any;
256
+ readonly onChange?: (event: Event) => any;
257
+ readonly "onUpdate:modelValue"?: (value: string | number) => any;
258
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "placeholder" | "readonly">;
259
+ $attrs: import('vue').Attrs;
260
+ $refs: {
261
+ [x: string]: unknown;
262
+ };
263
+ $slots: Readonly<{
264
+ [name: string]: import('vue').Slot<any>;
265
+ }>;
266
+ $root: import('vue').ComponentPublicInstance | null;
267
+ $parent: import('vue').ComponentPublicInstance | null;
268
+ $host: Element | null;
269
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string | number) => void);
270
+ $el: any;
271
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
272
+ modelValue?: string | number;
273
+ }> & Readonly<{
274
+ onBlur?: (event: FocusEvent) => any;
275
+ onInput?: (event: Event) => any;
276
+ onFocus?: (event: FocusEvent) => any;
277
+ onChange?: (event: Event) => any;
278
+ "onUpdate:modelValue"?: (value: string | number) => any;
279
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
280
+ blur: (event: FocusEvent) => any;
281
+ input: (event: Event) => any;
282
+ focus: (event: FocusEvent) => any;
283
+ change: (event: Event) => any;
284
+ "update:modelValue": (value: string | number) => any;
285
+ }, string, {
286
+ type: import('./types.d.ts').StInputType;
287
+ disabled: boolean;
288
+ placeholder: string;
289
+ readonly: boolean;
290
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
291
+ beforeCreate?: (() => void) | (() => void)[];
292
+ created?: (() => void) | (() => void)[];
293
+ beforeMount?: (() => void) | (() => void)[];
294
+ mounted?: (() => void) | (() => void)[];
295
+ beforeUpdate?: (() => void) | (() => void)[];
296
+ updated?: (() => void) | (() => void)[];
297
+ activated?: (() => void) | (() => void)[];
298
+ deactivated?: (() => void) | (() => void)[];
299
+ beforeDestroy?: (() => void) | (() => void)[];
300
+ beforeUnmount?: (() => void) | (() => void)[];
301
+ destroyed?: (() => void) | (() => void)[];
302
+ unmounted?: (() => void) | (() => void)[];
303
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
304
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
305
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
306
+ };
307
+ $forceUpdate: () => void;
308
+ $nextTick: typeof import('vue').nextTick;
309
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
310
+ } & Readonly<{
164
311
  type: import('./types.d.ts').StInputType;
165
312
  disabled: boolean;
166
313
  placeholder: string;
167
314
  readonly: boolean;
168
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
315
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupInputProps & {
169
316
  modelValue?: string | number;
170
317
  }> & Readonly<{
171
318
  onBlur?: (event: FocusEvent) => any;
@@ -173,25 +320,92 @@ export declare const StInput: {
173
320
  onFocus?: (event: FocusEvent) => any;
174
321
  onChange?: (event: Event) => any;
175
322
  "onUpdate:modelValue"?: (value: string | number) => any;
176
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
177
- blur: (event: FocusEvent) => any;
178
- input: (event: Event) => any;
179
- focus: (event: FocusEvent) => any;
180
- change: (event: Event) => any;
181
- "update:modelValue": (value: string | number) => any;
182
- }, import('vue').PublicProps, {
323
+ }>, keyof import('./types.d.ts').StInputGroupInputExpose | ("type" | "disabled" | "placeholder" | "readonly")> & {
324
+ focus: () => void;
325
+ blur: () => void;
326
+ select: () => void;
327
+ inputRef: HTMLInputElement;
328
+ } & {} & import('vue').ComponentCustomProperties & {} & {
329
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
330
+ }, {
331
+ $: import('vue').ComponentInternalInstance;
332
+ $data: {};
333
+ $props: Partial<{
334
+ type: import('./types.d.ts').StInputType;
335
+ disabled: boolean;
336
+ placeholder: string;
337
+ readonly: boolean;
338
+ }> & Omit<{
339
+ readonly type?: import('./types.d.ts').StInputType;
340
+ readonly placeholder?: string;
341
+ readonly disabled?: boolean;
342
+ readonly readonly?: boolean;
343
+ readonly maxlength?: number;
344
+ readonly minlength?: number;
345
+ readonly modelValue?: string | number;
346
+ readonly onBlur?: (event: FocusEvent) => any;
347
+ readonly onInput?: (event: Event) => any;
348
+ readonly onFocus?: (event: FocusEvent) => any;
349
+ readonly onChange?: (event: Event) => any;
350
+ readonly "onUpdate:modelValue"?: (value: string | number) => any;
351
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "placeholder" | "readonly">;
352
+ $attrs: import('vue').Attrs;
353
+ $refs: {
354
+ [x: string]: unknown;
355
+ };
356
+ $slots: Readonly<{
357
+ [name: string]: import('vue').Slot<any>;
358
+ }>;
359
+ $root: import('vue').ComponentPublicInstance | null;
360
+ $parent: import('vue').ComponentPublicInstance | null;
361
+ $host: Element | null;
362
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string | number) => void);
363
+ $el: any;
364
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
365
+ modelValue?: string | number;
366
+ }> & Readonly<{
367
+ onBlur?: (event: FocusEvent) => any;
368
+ onInput?: (event: Event) => any;
369
+ onFocus?: (event: FocusEvent) => any;
370
+ onChange?: (event: Event) => any;
371
+ "onUpdate:modelValue"?: (value: string | number) => any;
372
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
373
+ blur: (event: FocusEvent) => any;
374
+ input: (event: Event) => any;
375
+ focus: (event: FocusEvent) => any;
376
+ change: (event: Event) => any;
377
+ "update:modelValue": (value: string | number) => any;
378
+ }, string, {
379
+ type: import('./types.d.ts').StInputType;
380
+ disabled: boolean;
381
+ placeholder: string;
382
+ readonly: boolean;
383
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
384
+ beforeCreate?: (() => void) | (() => void)[];
385
+ created?: (() => void) | (() => void)[];
386
+ beforeMount?: (() => void) | (() => void)[];
387
+ mounted?: (() => void) | (() => void)[];
388
+ beforeUpdate?: (() => void) | (() => void)[];
389
+ updated?: (() => void) | (() => void)[];
390
+ activated?: (() => void) | (() => void)[];
391
+ deactivated?: (() => void) | (() => void)[];
392
+ beforeDestroy?: (() => void) | (() => void)[];
393
+ beforeUnmount?: (() => void) | (() => void)[];
394
+ destroyed?: (() => void) | (() => void)[];
395
+ unmounted?: (() => void) | (() => void)[];
396
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
397
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
398
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
399
+ };
400
+ $forceUpdate: () => void;
401
+ $nextTick: typeof import('vue').nextTick;
402
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
403
+ } & Readonly<{
183
404
  type: import('./types.d.ts').StInputType;
184
405
  disabled: boolean;
185
406
  placeholder: string;
186
407
  readonly: boolean;
187
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
188
- P: {};
189
- B: {};
190
- D: {};
191
- C: {};
192
- M: {};
193
- Defaults: {};
194
- }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
408
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupInputProps & {
195
409
  modelValue?: string | number;
196
410
  }> & Readonly<{
197
411
  onBlur?: (event: FocusEvent) => any;
@@ -199,12 +413,14 @@ export declare const StInput: {
199
413
  onFocus?: (event: FocusEvent) => any;
200
414
  onChange?: (event: Event) => any;
201
415
  "onUpdate:modelValue"?: (value: string | number) => any;
202
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
203
- type: import('./types.d.ts').StInputType;
204
- disabled: boolean;
205
- placeholder: string;
206
- readonly: boolean;
207
- }>>;
416
+ }>, keyof import('./types.d.ts').StInputGroupInputExpose | ("type" | "disabled" | "placeholder" | "readonly")> & {
417
+ focus: () => void;
418
+ blur: () => void;
419
+ select: () => void;
420
+ inputRef: HTMLInputElement;
421
+ } & {} & import('vue').ComponentCustomProperties & {} & {
422
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
423
+ }>;
208
424
  }, {}, {}, {}, {
209
425
  type: import('./types.d.ts').StInputType;
210
426
  disabled: boolean;
@@ -230,33 +446,85 @@ export declare const StInput: {
230
446
  focus: () => void;
231
447
  blur: () => void;
232
448
  select: () => void;
233
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
234
- modelValue?: string | number;
235
- }> & Readonly<{
236
- onBlur?: (event: FocusEvent) => any;
237
- onInput?: (event: Event) => any;
238
- onFocus?: (event: FocusEvent) => any;
239
- onChange?: (event: Event) => any;
240
- "onUpdate:modelValue"?: (value: string | number) => any;
241
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
242
- blur: (event: FocusEvent) => any;
243
- input: (event: Event) => any;
244
- focus: (event: FocusEvent) => any;
245
- change: (event: Event) => any;
246
- "update:modelValue": (value: string | number) => any;
247
- }, import('vue').PublicProps, {
449
+ inputRef: import('vue').Ref<{
450
+ $: import('vue').ComponentInternalInstance;
451
+ $data: {};
452
+ $props: Partial<{
453
+ type: import('./types.d.ts').StInputType;
454
+ disabled: boolean;
455
+ placeholder: string;
456
+ readonly: boolean;
457
+ }> & Omit<{
458
+ readonly type?: import('./types.d.ts').StInputType;
459
+ readonly placeholder?: string;
460
+ readonly disabled?: boolean;
461
+ readonly readonly?: boolean;
462
+ readonly maxlength?: number;
463
+ readonly minlength?: number;
464
+ readonly modelValue?: string | number;
465
+ readonly onBlur?: (event: FocusEvent) => any;
466
+ readonly onInput?: (event: Event) => any;
467
+ readonly onFocus?: (event: FocusEvent) => any;
468
+ readonly onChange?: (event: Event) => any;
469
+ readonly "onUpdate:modelValue"?: (value: string | number) => any;
470
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "placeholder" | "readonly">;
471
+ $attrs: import('vue').Attrs;
472
+ $refs: {
473
+ [x: string]: unknown;
474
+ };
475
+ $slots: Readonly<{
476
+ [name: string]: import('vue').Slot<any>;
477
+ }>;
478
+ $root: import('vue').ComponentPublicInstance | null;
479
+ $parent: import('vue').ComponentPublicInstance | null;
480
+ $host: Element | null;
481
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string | number) => void);
482
+ $el: any;
483
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
484
+ modelValue?: string | number;
485
+ }> & Readonly<{
486
+ onBlur?: (event: FocusEvent) => any;
487
+ onInput?: (event: Event) => any;
488
+ onFocus?: (event: FocusEvent) => any;
489
+ onChange?: (event: Event) => any;
490
+ "onUpdate:modelValue"?: (value: string | number) => any;
491
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
492
+ blur: (event: FocusEvent) => any;
493
+ input: (event: Event) => any;
494
+ focus: (event: FocusEvent) => any;
495
+ change: (event: Event) => any;
496
+ "update:modelValue": (value: string | number) => any;
497
+ }, string, {
498
+ type: import('./types.d.ts').StInputType;
499
+ disabled: boolean;
500
+ placeholder: string;
501
+ readonly: boolean;
502
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
503
+ beforeCreate?: (() => void) | (() => void)[];
504
+ created?: (() => void) | (() => void)[];
505
+ beforeMount?: (() => void) | (() => void)[];
506
+ mounted?: (() => void) | (() => void)[];
507
+ beforeUpdate?: (() => void) | (() => void)[];
508
+ updated?: (() => void) | (() => void)[];
509
+ activated?: (() => void) | (() => void)[];
510
+ deactivated?: (() => void) | (() => void)[];
511
+ beforeDestroy?: (() => void) | (() => void)[];
512
+ beforeUnmount?: (() => void) | (() => void)[];
513
+ destroyed?: (() => void) | (() => void)[];
514
+ unmounted?: (() => void) | (() => void)[];
515
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
516
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
517
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
518
+ };
519
+ $forceUpdate: () => void;
520
+ $nextTick: typeof import('vue').nextTick;
521
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
522
+ } & Readonly<{
248
523
  type: import('./types.d.ts').StInputType;
249
524
  disabled: boolean;
250
525
  placeholder: string;
251
526
  readonly: boolean;
252
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
253
- P: {};
254
- B: {};
255
- D: {};
256
- C: {};
257
- M: {};
258
- Defaults: {};
259
- }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
527
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupInputProps & {
260
528
  modelValue?: string | number;
261
529
  }> & Readonly<{
262
530
  onBlur?: (event: FocusEvent) => any;
@@ -264,12 +532,92 @@ export declare const StInput: {
264
532
  onFocus?: (event: FocusEvent) => any;
265
533
  onChange?: (event: Event) => any;
266
534
  "onUpdate:modelValue"?: (value: string | number) => any;
267
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
535
+ }>, keyof import('./types.d.ts').StInputGroupInputExpose | ("type" | "disabled" | "placeholder" | "readonly")> & {
536
+ focus: () => void;
537
+ blur: () => void;
538
+ select: () => void;
539
+ inputRef: HTMLInputElement;
540
+ } & {} & import('vue').ComponentCustomProperties & {} & {
541
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
542
+ }, {
543
+ $: import('vue').ComponentInternalInstance;
544
+ $data: {};
545
+ $props: Partial<{
546
+ type: import('./types.d.ts').StInputType;
547
+ disabled: boolean;
548
+ placeholder: string;
549
+ readonly: boolean;
550
+ }> & Omit<{
551
+ readonly type?: import('./types.d.ts').StInputType;
552
+ readonly placeholder?: string;
553
+ readonly disabled?: boolean;
554
+ readonly readonly?: boolean;
555
+ readonly maxlength?: number;
556
+ readonly minlength?: number;
557
+ readonly modelValue?: string | number;
558
+ readonly onBlur?: (event: FocusEvent) => any;
559
+ readonly onInput?: (event: Event) => any;
560
+ readonly onFocus?: (event: FocusEvent) => any;
561
+ readonly onChange?: (event: Event) => any;
562
+ readonly "onUpdate:modelValue"?: (value: string | number) => any;
563
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "placeholder" | "readonly">;
564
+ $attrs: import('vue').Attrs;
565
+ $refs: {
566
+ [x: string]: unknown;
567
+ };
568
+ $slots: Readonly<{
569
+ [name: string]: import('vue').Slot<any>;
570
+ }>;
571
+ $root: import('vue').ComponentPublicInstance | null;
572
+ $parent: import('vue').ComponentPublicInstance | null;
573
+ $host: Element | null;
574
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string | number) => void);
575
+ $el: any;
576
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
577
+ modelValue?: string | number;
578
+ }> & Readonly<{
579
+ onBlur?: (event: FocusEvent) => any;
580
+ onInput?: (event: Event) => any;
581
+ onFocus?: (event: FocusEvent) => any;
582
+ onChange?: (event: Event) => any;
583
+ "onUpdate:modelValue"?: (value: string | number) => any;
584
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
585
+ blur: (event: FocusEvent) => any;
586
+ input: (event: Event) => any;
587
+ focus: (event: FocusEvent) => any;
588
+ change: (event: Event) => any;
589
+ "update:modelValue": (value: string | number) => any;
590
+ }, string, {
591
+ type: import('./types.d.ts').StInputType;
592
+ disabled: boolean;
593
+ placeholder: string;
594
+ readonly: boolean;
595
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
596
+ beforeCreate?: (() => void) | (() => void)[];
597
+ created?: (() => void) | (() => void)[];
598
+ beforeMount?: (() => void) | (() => void)[];
599
+ mounted?: (() => void) | (() => void)[];
600
+ beforeUpdate?: (() => void) | (() => void)[];
601
+ updated?: (() => void) | (() => void)[];
602
+ activated?: (() => void) | (() => void)[];
603
+ deactivated?: (() => void) | (() => void)[];
604
+ beforeDestroy?: (() => void) | (() => void)[];
605
+ beforeUnmount?: (() => void) | (() => void)[];
606
+ destroyed?: (() => void) | (() => void)[];
607
+ unmounted?: (() => void) | (() => void)[];
608
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
609
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
610
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
611
+ };
612
+ $forceUpdate: () => void;
613
+ $nextTick: typeof import('vue').nextTick;
614
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
615
+ } & Readonly<{
268
616
  type: import('./types.d.ts').StInputType;
269
617
  disabled: boolean;
270
618
  placeholder: string;
271
619
  readonly: boolean;
272
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
620
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupInputProps & {
273
621
  modelValue?: string | number;
274
622
  }> & Readonly<{
275
623
  onBlur?: (event: FocusEvent) => any;
@@ -277,38 +625,14 @@ export declare const StInput: {
277
625
  onFocus?: (event: FocusEvent) => any;
278
626
  onChange?: (event: Event) => any;
279
627
  "onUpdate:modelValue"?: (value: string | number) => any;
280
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
281
- blur: (event: FocusEvent) => any;
282
- input: (event: Event) => any;
283
- focus: (event: FocusEvent) => any;
284
- change: (event: Event) => any;
285
- "update:modelValue": (value: string | number) => any;
286
- }, import('vue').PublicProps, {
287
- type: import('./types.d.ts').StInputType;
288
- disabled: boolean;
289
- placeholder: string;
290
- readonly: boolean;
291
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
292
- P: {};
293
- B: {};
294
- D: {};
295
- C: {};
296
- M: {};
297
- Defaults: {};
298
- }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
299
- modelValue?: string | number;
300
- }> & Readonly<{
301
- onBlur?: (event: FocusEvent) => any;
302
- onInput?: (event: Event) => any;
303
- onFocus?: (event: FocusEvent) => any;
304
- onChange?: (event: Event) => any;
305
- "onUpdate:modelValue"?: (value: string | number) => any;
306
- }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
307
- type: import('./types.d.ts').StInputType;
308
- disabled: boolean;
309
- placeholder: string;
310
- readonly: boolean;
311
- }>>;
628
+ }>, keyof import('./types.d.ts').StInputGroupInputExpose | ("type" | "disabled" | "placeholder" | "readonly")> & {
629
+ focus: () => void;
630
+ blur: () => void;
631
+ select: () => void;
632
+ inputRef: HTMLInputElement;
633
+ } & {} & import('vue').ComponentCustomProperties & {} & {
634
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
635
+ }>;
312
636
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
313
637
  clear: () => any;
314
638
  blur: (event: FocusEvent) => any;
@@ -404,15 +728,51 @@ export declare const StInput: {
404
728
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
405
729
  $slots: import('../st-button/types').StButtonSlots;
406
730
  });
407
- StInputGroupInput: import('vue').DefineComponent<import('./types.d.ts').StInputGroupInputProps & {
408
- modelValue?: string | number;
409
- }, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
410
- blur: (event: FocusEvent) => any;
411
- input: (event: Event) => any;
412
- focus: (event: FocusEvent) => any;
413
- change: (event: Event) => any;
414
- "update:modelValue": (value: string | number) => any;
415
- }, string, import('vue').PublicProps, Readonly<import('./types.d.ts').StInputGroupInputProps & {
731
+ StInputGroupInput: {
732
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
733
+ modelValue?: string | number;
734
+ }> & Readonly<{
735
+ onBlur?: (event: FocusEvent) => any;
736
+ onInput?: (event: Event) => any;
737
+ onFocus?: (event: FocusEvent) => any;
738
+ onChange?: (event: Event) => any;
739
+ "onUpdate:modelValue"?: (value: string | number) => any;
740
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
741
+ blur: (event: FocusEvent) => any;
742
+ input: (event: Event) => any;
743
+ focus: (event: FocusEvent) => any;
744
+ change: (event: Event) => any;
745
+ "update:modelValue": (value: string | number) => any;
746
+ }, import('vue').PublicProps, {
747
+ type: import('./types.d.ts').StInputType;
748
+ disabled: boolean;
749
+ placeholder: string;
750
+ readonly: boolean;
751
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
752
+ P: {};
753
+ B: {};
754
+ D: {};
755
+ C: {};
756
+ M: {};
757
+ Defaults: {};
758
+ }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
759
+ modelValue?: string | number;
760
+ }> & Readonly<{
761
+ onBlur?: (event: FocusEvent) => any;
762
+ onInput?: (event: Event) => any;
763
+ onFocus?: (event: FocusEvent) => any;
764
+ onChange?: (event: Event) => any;
765
+ "onUpdate:modelValue"?: (value: string | number) => any;
766
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
767
+ type: import('./types.d.ts').StInputType;
768
+ disabled: boolean;
769
+ placeholder: string;
770
+ readonly: boolean;
771
+ }>;
772
+ __isFragment?: never;
773
+ __isTeleport?: never;
774
+ __isSuspense?: never;
775
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
416
776
  modelValue?: string | number;
417
777
  }> & Readonly<{
418
778
  onBlur?: (event: FocusEvent) => any;
@@ -420,12 +780,20 @@ export declare const StInput: {
420
780
  onFocus?: (event: FocusEvent) => any;
421
781
  onChange?: (event: Event) => any;
422
782
  "onUpdate:modelValue"?: (value: string | number) => any;
423
- }>, {
783
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
784
+ blur: (event: FocusEvent) => any;
785
+ input: (event: Event) => any;
786
+ focus: (event: FocusEvent) => any;
787
+ change: (event: Event) => any;
788
+ "update:modelValue": (value: string | number) => any;
789
+ }, string, {
424
790
  type: import('./types.d.ts').StInputType;
425
791
  disabled: boolean;
426
792
  placeholder: string;
427
793
  readonly: boolean;
428
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
794
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
795
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
796
+ });
429
797
  StInputGroupText: {
430
798
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupAddonProps> & Readonly<{
431
799
  onClick?: (event: MouseEvent) => any;
@@ -457,15 +825,51 @@ export declare const StInput: {
457
825
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
458
826
  $slots: import('./types.d.ts').StInputGroupAddonSlots;
459
827
  });
460
- StInputGroupTextarea: import('vue').DefineComponent<import('./types.d.ts').StInputGroupTextareaProps & {
461
- modelValue?: string;
462
- }, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
463
- blur: (event: FocusEvent) => any;
464
- input: (event: Event) => any;
465
- focus: (event: FocusEvent) => any;
466
- change: (event: Event) => any;
467
- "update:modelValue": (value: string) => any;
468
- }, string, import('vue').PublicProps, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
828
+ StInputGroupTextarea: {
829
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
830
+ modelValue?: string;
831
+ }> & Readonly<{
832
+ onBlur?: (event: FocusEvent) => any;
833
+ onInput?: (event: Event) => any;
834
+ onFocus?: (event: FocusEvent) => any;
835
+ onChange?: (event: Event) => any;
836
+ "onUpdate:modelValue"?: (value: string) => any;
837
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
838
+ blur: (event: FocusEvent) => any;
839
+ input: (event: Event) => any;
840
+ focus: (event: FocusEvent) => any;
841
+ change: (event: Event) => any;
842
+ "update:modelValue": (value: string) => any;
843
+ }, import('vue').PublicProps, {
844
+ disabled: boolean;
845
+ placeholder: string;
846
+ readonly: boolean;
847
+ rows: number;
848
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
849
+ P: {};
850
+ B: {};
851
+ D: {};
852
+ C: {};
853
+ M: {};
854
+ Defaults: {};
855
+ }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
856
+ modelValue?: string;
857
+ }> & Readonly<{
858
+ onBlur?: (event: FocusEvent) => any;
859
+ onInput?: (event: Event) => any;
860
+ onFocus?: (event: FocusEvent) => any;
861
+ onChange?: (event: Event) => any;
862
+ "onUpdate:modelValue"?: (value: string) => any;
863
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
864
+ disabled: boolean;
865
+ placeholder: string;
866
+ readonly: boolean;
867
+ rows: number;
868
+ }>;
869
+ __isFragment?: never;
870
+ __isTeleport?: never;
871
+ __isSuspense?: never;
872
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
469
873
  modelValue?: string;
470
874
  }> & Readonly<{
471
875
  onBlur?: (event: FocusEvent) => any;
@@ -473,23 +877,69 @@ export declare const StInput: {
473
877
  onFocus?: (event: FocusEvent) => any;
474
878
  onChange?: (event: Event) => any;
475
879
  "onUpdate:modelValue"?: (value: string) => any;
476
- }>, {
880
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
881
+ blur: (event: FocusEvent) => any;
882
+ input: (event: Event) => any;
883
+ focus: (event: FocusEvent) => any;
884
+ change: (event: Event) => any;
885
+ "update:modelValue": (value: string) => any;
886
+ }, string, {
477
887
  disabled: boolean;
478
888
  placeholder: string;
479
889
  readonly: boolean;
480
890
  rows: number;
481
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
482
- StInputNumber: import('vue').DefineComponent<import('./types.d.ts').StInputNumberProps & {
483
- modelValue?: number | undefined;
484
- }, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
485
- blur: (event: FocusEvent) => any;
486
- input: (value: number) => any;
487
- focus: (event: FocusEvent) => any;
488
- change: (value: number) => any;
489
- "update:modelValue": (value: number) => any;
490
- increase: () => any;
491
- decrease: () => any;
492
- }, string, import('vue').PublicProps, Readonly<import('./types.d.ts').StInputNumberProps & {
891
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
892
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
893
+ });
894
+ StInputNumber: {
895
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputNumberProps & {
896
+ modelValue?: number | undefined;
897
+ }> & Readonly<{
898
+ onBlur?: (event: FocusEvent) => any;
899
+ onInput?: (value: number) => any;
900
+ onFocus?: (event: FocusEvent) => any;
901
+ onChange?: (value: number) => any;
902
+ "onUpdate:modelValue"?: (value: number) => any;
903
+ onIncrease?: () => any;
904
+ onDecrease?: () => any;
905
+ }>, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
906
+ blur: (event: FocusEvent) => any;
907
+ input: (value: number) => any;
908
+ focus: (event: FocusEvent) => any;
909
+ change: (value: number) => any;
910
+ "update:modelValue": (value: number) => any;
911
+ increase: () => any;
912
+ decrease: () => any;
913
+ }, import('vue').PublicProps, {
914
+ disabled: boolean;
915
+ controls: boolean;
916
+ step: number;
917
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
918
+ P: {};
919
+ B: {};
920
+ D: {};
921
+ C: {};
922
+ M: {};
923
+ Defaults: {};
924
+ }, Readonly<import('./types.d.ts').StInputNumberProps & {
925
+ modelValue?: number | undefined;
926
+ }> & Readonly<{
927
+ onBlur?: (event: FocusEvent) => any;
928
+ onInput?: (value: number) => any;
929
+ onFocus?: (event: FocusEvent) => any;
930
+ onChange?: (value: number) => any;
931
+ "onUpdate:modelValue"?: (value: number) => any;
932
+ onIncrease?: () => any;
933
+ onDecrease?: () => any;
934
+ }>, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, {
935
+ disabled: boolean;
936
+ controls: boolean;
937
+ step: number;
938
+ }>;
939
+ __isFragment?: never;
940
+ __isTeleport?: never;
941
+ __isSuspense?: never;
942
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputNumberProps & {
493
943
  modelValue?: number | undefined;
494
944
  }> & Readonly<{
495
945
  onBlur?: (event: FocusEvent) => any;
@@ -499,11 +949,21 @@ export declare const StInput: {
499
949
  "onUpdate:modelValue"?: (value: number) => any;
500
950
  onIncrease?: () => any;
501
951
  onDecrease?: () => any;
502
- }>, {
952
+ }>, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
953
+ blur: (event: FocusEvent) => any;
954
+ input: (value: number) => any;
955
+ focus: (event: FocusEvent) => any;
956
+ change: (value: number) => any;
957
+ "update:modelValue": (value: number) => any;
958
+ increase: () => any;
959
+ decrease: () => any;
960
+ }, string, {
503
961
  disabled: boolean;
504
- step: number;
505
962
  controls: boolean;
506
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
963
+ step: number;
964
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
965
+ $slots: import('./types.d.ts').StInputNumberSlots;
966
+ });
507
967
  StTextarea: {
508
968
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StTextareaProps & {
509
969
  modelValue?: string;
@@ -518,46 +978,86 @@ export declare const StInput: {
518
978
  focus: () => void;
519
979
  blur: () => void;
520
980
  select: () => void;
521
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
522
- modelValue?: string;
523
- }> & Readonly<{
524
- onBlur?: (event: FocusEvent) => any;
525
- onInput?: (event: Event) => any;
526
- onFocus?: (event: FocusEvent) => any;
527
- onChange?: (event: Event) => any;
528
- "onUpdate:modelValue"?: (value: string) => any;
529
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
530
- blur: (event: FocusEvent) => any;
531
- input: (event: Event) => any;
532
- focus: (event: FocusEvent) => any;
533
- change: (event: Event) => any;
534
- "update:modelValue": (value: string) => any;
535
- }, import('vue').PublicProps, {
536
- disabled: boolean;
537
- placeholder: string;
538
- readonly: boolean;
539
- rows: number;
540
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
541
- P: {};
542
- B: {};
543
- D: {};
544
- C: {};
545
- M: {};
546
- Defaults: {};
547
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
548
- modelValue?: string;
549
- }> & Readonly<{
550
- onBlur?: (event: FocusEvent) => any;
551
- onInput?: (event: Event) => any;
552
- onFocus?: (event: FocusEvent) => any;
553
- onChange?: (event: Event) => any;
554
- "onUpdate:modelValue"?: (value: string) => any;
555
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
981
+ inputRef: import('vue').Ref<{
982
+ $: import('vue').ComponentInternalInstance;
983
+ $data: {};
984
+ $props: Partial<{
985
+ disabled: boolean;
986
+ placeholder: string;
987
+ readonly: boolean;
988
+ rows: number;
989
+ }> & Omit<{
990
+ readonly placeholder?: string;
991
+ readonly disabled?: boolean;
992
+ readonly readonly?: boolean;
993
+ readonly maxlength?: number;
994
+ readonly minlength?: number;
995
+ readonly rows?: number;
996
+ readonly cols?: number;
997
+ readonly modelValue?: string;
998
+ readonly onBlur?: (event: FocusEvent) => any;
999
+ readonly onInput?: (event: Event) => any;
1000
+ readonly onFocus?: (event: FocusEvent) => any;
1001
+ readonly onChange?: (event: Event) => any;
1002
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1003
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1004
+ $attrs: import('vue').Attrs;
1005
+ $refs: {
1006
+ [x: string]: unknown;
1007
+ };
1008
+ $slots: Readonly<{
1009
+ [name: string]: import('vue').Slot<any>;
1010
+ }>;
1011
+ $root: import('vue').ComponentPublicInstance | null;
1012
+ $parent: import('vue').ComponentPublicInstance | null;
1013
+ $host: Element | null;
1014
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1015
+ $el: any;
1016
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1017
+ modelValue?: string;
1018
+ }> & Readonly<{
1019
+ onBlur?: (event: FocusEvent) => any;
1020
+ onInput?: (event: Event) => any;
1021
+ onFocus?: (event: FocusEvent) => any;
1022
+ onChange?: (event: Event) => any;
1023
+ "onUpdate:modelValue"?: (value: string) => any;
1024
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1025
+ blur: (event: FocusEvent) => any;
1026
+ input: (event: Event) => any;
1027
+ focus: (event: FocusEvent) => any;
1028
+ change: (event: Event) => any;
1029
+ "update:modelValue": (value: string) => any;
1030
+ }, string, {
1031
+ disabled: boolean;
1032
+ placeholder: string;
1033
+ readonly: boolean;
1034
+ rows: number;
1035
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1036
+ beforeCreate?: (() => void) | (() => void)[];
1037
+ created?: (() => void) | (() => void)[];
1038
+ beforeMount?: (() => void) | (() => void)[];
1039
+ mounted?: (() => void) | (() => void)[];
1040
+ beforeUpdate?: (() => void) | (() => void)[];
1041
+ updated?: (() => void) | (() => void)[];
1042
+ activated?: (() => void) | (() => void)[];
1043
+ deactivated?: (() => void) | (() => void)[];
1044
+ beforeDestroy?: (() => void) | (() => void)[];
1045
+ beforeUnmount?: (() => void) | (() => void)[];
1046
+ destroyed?: (() => void) | (() => void)[];
1047
+ unmounted?: (() => void) | (() => void)[];
1048
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1049
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1050
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1051
+ };
1052
+ $forceUpdate: () => void;
1053
+ $nextTick: typeof import('vue').nextTick;
1054
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1055
+ } & Readonly<{
556
1056
  disabled: boolean;
557
1057
  placeholder: string;
558
1058
  readonly: boolean;
559
1059
  rows: number;
560
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1060
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
561
1061
  modelValue?: string;
562
1062
  }> & Readonly<{
563
1063
  onBlur?: (event: FocusEvent) => any;
@@ -565,25 +1065,93 @@ export declare const StInput: {
565
1065
  onFocus?: (event: FocusEvent) => any;
566
1066
  onChange?: (event: Event) => any;
567
1067
  "onUpdate:modelValue"?: (value: string) => any;
568
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
569
- blur: (event: FocusEvent) => any;
570
- input: (event: Event) => any;
571
- focus: (event: FocusEvent) => any;
572
- change: (event: Event) => any;
573
- "update:modelValue": (value: string) => any;
574
- }, import('vue').PublicProps, {
1068
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
1069
+ focus: () => void;
1070
+ blur: () => void;
1071
+ select: () => void;
1072
+ textareaRef: HTMLTextAreaElement;
1073
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1074
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1075
+ }, {
1076
+ $: import('vue').ComponentInternalInstance;
1077
+ $data: {};
1078
+ $props: Partial<{
1079
+ disabled: boolean;
1080
+ placeholder: string;
1081
+ readonly: boolean;
1082
+ rows: number;
1083
+ }> & Omit<{
1084
+ readonly placeholder?: string;
1085
+ readonly disabled?: boolean;
1086
+ readonly readonly?: boolean;
1087
+ readonly maxlength?: number;
1088
+ readonly minlength?: number;
1089
+ readonly rows?: number;
1090
+ readonly cols?: number;
1091
+ readonly modelValue?: string;
1092
+ readonly onBlur?: (event: FocusEvent) => any;
1093
+ readonly onInput?: (event: Event) => any;
1094
+ readonly onFocus?: (event: FocusEvent) => any;
1095
+ readonly onChange?: (event: Event) => any;
1096
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1097
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1098
+ $attrs: import('vue').Attrs;
1099
+ $refs: {
1100
+ [x: string]: unknown;
1101
+ };
1102
+ $slots: Readonly<{
1103
+ [name: string]: import('vue').Slot<any>;
1104
+ }>;
1105
+ $root: import('vue').ComponentPublicInstance | null;
1106
+ $parent: import('vue').ComponentPublicInstance | null;
1107
+ $host: Element | null;
1108
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1109
+ $el: any;
1110
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1111
+ modelValue?: string;
1112
+ }> & Readonly<{
1113
+ onBlur?: (event: FocusEvent) => any;
1114
+ onInput?: (event: Event) => any;
1115
+ onFocus?: (event: FocusEvent) => any;
1116
+ onChange?: (event: Event) => any;
1117
+ "onUpdate:modelValue"?: (value: string) => any;
1118
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1119
+ blur: (event: FocusEvent) => any;
1120
+ input: (event: Event) => any;
1121
+ focus: (event: FocusEvent) => any;
1122
+ change: (event: Event) => any;
1123
+ "update:modelValue": (value: string) => any;
1124
+ }, string, {
1125
+ disabled: boolean;
1126
+ placeholder: string;
1127
+ readonly: boolean;
1128
+ rows: number;
1129
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1130
+ beforeCreate?: (() => void) | (() => void)[];
1131
+ created?: (() => void) | (() => void)[];
1132
+ beforeMount?: (() => void) | (() => void)[];
1133
+ mounted?: (() => void) | (() => void)[];
1134
+ beforeUpdate?: (() => void) | (() => void)[];
1135
+ updated?: (() => void) | (() => void)[];
1136
+ activated?: (() => void) | (() => void)[];
1137
+ deactivated?: (() => void) | (() => void)[];
1138
+ beforeDestroy?: (() => void) | (() => void)[];
1139
+ beforeUnmount?: (() => void) | (() => void)[];
1140
+ destroyed?: (() => void) | (() => void)[];
1141
+ unmounted?: (() => void) | (() => void)[];
1142
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1143
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1144
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1145
+ };
1146
+ $forceUpdate: () => void;
1147
+ $nextTick: typeof import('vue').nextTick;
1148
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1149
+ } & Readonly<{
575
1150
  disabled: boolean;
576
1151
  placeholder: string;
577
1152
  readonly: boolean;
578
1153
  rows: number;
579
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
580
- P: {};
581
- B: {};
582
- D: {};
583
- C: {};
584
- M: {};
585
- Defaults: {};
586
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1154
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
587
1155
  modelValue?: string;
588
1156
  }> & Readonly<{
589
1157
  onBlur?: (event: FocusEvent) => any;
@@ -591,12 +1159,14 @@ export declare const StInput: {
591
1159
  onFocus?: (event: FocusEvent) => any;
592
1160
  onChange?: (event: Event) => any;
593
1161
  "onUpdate:modelValue"?: (value: string) => any;
594
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
595
- disabled: boolean;
596
- placeholder: string;
597
- readonly: boolean;
598
- rows: number;
599
- }>>;
1162
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
1163
+ focus: () => void;
1164
+ blur: () => void;
1165
+ select: () => void;
1166
+ textareaRef: HTMLTextAreaElement;
1167
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1168
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1169
+ }>;
600
1170
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
601
1171
  clear: () => any;
602
1172
  blur: (event: FocusEvent) => any;
@@ -631,46 +1201,86 @@ export declare const StInput: {
631
1201
  focus: () => void;
632
1202
  blur: () => void;
633
1203
  select: () => void;
634
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
635
- modelValue?: string;
636
- }> & Readonly<{
637
- onBlur?: (event: FocusEvent) => any;
638
- onInput?: (event: Event) => any;
639
- onFocus?: (event: FocusEvent) => any;
640
- onChange?: (event: Event) => any;
641
- "onUpdate:modelValue"?: (value: string) => any;
642
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
643
- blur: (event: FocusEvent) => any;
644
- input: (event: Event) => any;
645
- focus: (event: FocusEvent) => any;
646
- change: (event: Event) => any;
647
- "update:modelValue": (value: string) => any;
648
- }, import('vue').PublicProps, {
649
- disabled: boolean;
650
- placeholder: string;
651
- readonly: boolean;
652
- rows: number;
653
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
654
- P: {};
655
- B: {};
656
- D: {};
657
- C: {};
658
- M: {};
659
- Defaults: {};
660
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
661
- modelValue?: string;
662
- }> & Readonly<{
663
- onBlur?: (event: FocusEvent) => any;
664
- onInput?: (event: Event) => any;
665
- onFocus?: (event: FocusEvent) => any;
666
- onChange?: (event: Event) => any;
667
- "onUpdate:modelValue"?: (value: string) => any;
668
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1204
+ inputRef: import('vue').Ref<{
1205
+ $: import('vue').ComponentInternalInstance;
1206
+ $data: {};
1207
+ $props: Partial<{
1208
+ disabled: boolean;
1209
+ placeholder: string;
1210
+ readonly: boolean;
1211
+ rows: number;
1212
+ }> & Omit<{
1213
+ readonly placeholder?: string;
1214
+ readonly disabled?: boolean;
1215
+ readonly readonly?: boolean;
1216
+ readonly maxlength?: number;
1217
+ readonly minlength?: number;
1218
+ readonly rows?: number;
1219
+ readonly cols?: number;
1220
+ readonly modelValue?: string;
1221
+ readonly onBlur?: (event: FocusEvent) => any;
1222
+ readonly onInput?: (event: Event) => any;
1223
+ readonly onFocus?: (event: FocusEvent) => any;
1224
+ readonly onChange?: (event: Event) => any;
1225
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1226
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1227
+ $attrs: import('vue').Attrs;
1228
+ $refs: {
1229
+ [x: string]: unknown;
1230
+ };
1231
+ $slots: Readonly<{
1232
+ [name: string]: import('vue').Slot<any>;
1233
+ }>;
1234
+ $root: import('vue').ComponentPublicInstance | null;
1235
+ $parent: import('vue').ComponentPublicInstance | null;
1236
+ $host: Element | null;
1237
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1238
+ $el: any;
1239
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1240
+ modelValue?: string;
1241
+ }> & Readonly<{
1242
+ onBlur?: (event: FocusEvent) => any;
1243
+ onInput?: (event: Event) => any;
1244
+ onFocus?: (event: FocusEvent) => any;
1245
+ onChange?: (event: Event) => any;
1246
+ "onUpdate:modelValue"?: (value: string) => any;
1247
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1248
+ blur: (event: FocusEvent) => any;
1249
+ input: (event: Event) => any;
1250
+ focus: (event: FocusEvent) => any;
1251
+ change: (event: Event) => any;
1252
+ "update:modelValue": (value: string) => any;
1253
+ }, string, {
1254
+ disabled: boolean;
1255
+ placeholder: string;
1256
+ readonly: boolean;
1257
+ rows: number;
1258
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1259
+ beforeCreate?: (() => void) | (() => void)[];
1260
+ created?: (() => void) | (() => void)[];
1261
+ beforeMount?: (() => void) | (() => void)[];
1262
+ mounted?: (() => void) | (() => void)[];
1263
+ beforeUpdate?: (() => void) | (() => void)[];
1264
+ updated?: (() => void) | (() => void)[];
1265
+ activated?: (() => void) | (() => void)[];
1266
+ deactivated?: (() => void) | (() => void)[];
1267
+ beforeDestroy?: (() => void) | (() => void)[];
1268
+ beforeUnmount?: (() => void) | (() => void)[];
1269
+ destroyed?: (() => void) | (() => void)[];
1270
+ unmounted?: (() => void) | (() => void)[];
1271
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1272
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1273
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1274
+ };
1275
+ $forceUpdate: () => void;
1276
+ $nextTick: typeof import('vue').nextTick;
1277
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1278
+ } & Readonly<{
669
1279
  disabled: boolean;
670
1280
  placeholder: string;
671
1281
  readonly: boolean;
672
1282
  rows: number;
673
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1283
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
674
1284
  modelValue?: string;
675
1285
  }> & Readonly<{
676
1286
  onBlur?: (event: FocusEvent) => any;
@@ -678,25 +1288,93 @@ export declare const StInput: {
678
1288
  onFocus?: (event: FocusEvent) => any;
679
1289
  onChange?: (event: Event) => any;
680
1290
  "onUpdate:modelValue"?: (value: string) => any;
681
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
682
- blur: (event: FocusEvent) => any;
683
- input: (event: Event) => any;
684
- focus: (event: FocusEvent) => any;
685
- change: (event: Event) => any;
686
- "update:modelValue": (value: string) => any;
687
- }, import('vue').PublicProps, {
1291
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
1292
+ focus: () => void;
1293
+ blur: () => void;
1294
+ select: () => void;
1295
+ textareaRef: HTMLTextAreaElement;
1296
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1297
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1298
+ }, {
1299
+ $: import('vue').ComponentInternalInstance;
1300
+ $data: {};
1301
+ $props: Partial<{
1302
+ disabled: boolean;
1303
+ placeholder: string;
1304
+ readonly: boolean;
1305
+ rows: number;
1306
+ }> & Omit<{
1307
+ readonly placeholder?: string;
1308
+ readonly disabled?: boolean;
1309
+ readonly readonly?: boolean;
1310
+ readonly maxlength?: number;
1311
+ readonly minlength?: number;
1312
+ readonly rows?: number;
1313
+ readonly cols?: number;
1314
+ readonly modelValue?: string;
1315
+ readonly onBlur?: (event: FocusEvent) => any;
1316
+ readonly onInput?: (event: Event) => any;
1317
+ readonly onFocus?: (event: FocusEvent) => any;
1318
+ readonly onChange?: (event: Event) => any;
1319
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1320
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1321
+ $attrs: import('vue').Attrs;
1322
+ $refs: {
1323
+ [x: string]: unknown;
1324
+ };
1325
+ $slots: Readonly<{
1326
+ [name: string]: import('vue').Slot<any>;
1327
+ }>;
1328
+ $root: import('vue').ComponentPublicInstance | null;
1329
+ $parent: import('vue').ComponentPublicInstance | null;
1330
+ $host: Element | null;
1331
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1332
+ $el: any;
1333
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1334
+ modelValue?: string;
1335
+ }> & Readonly<{
1336
+ onBlur?: (event: FocusEvent) => any;
1337
+ onInput?: (event: Event) => any;
1338
+ onFocus?: (event: FocusEvent) => any;
1339
+ onChange?: (event: Event) => any;
1340
+ "onUpdate:modelValue"?: (value: string) => any;
1341
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1342
+ blur: (event: FocusEvent) => any;
1343
+ input: (event: Event) => any;
1344
+ focus: (event: FocusEvent) => any;
1345
+ change: (event: Event) => any;
1346
+ "update:modelValue": (value: string) => any;
1347
+ }, string, {
1348
+ disabled: boolean;
1349
+ placeholder: string;
1350
+ readonly: boolean;
1351
+ rows: number;
1352
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1353
+ beforeCreate?: (() => void) | (() => void)[];
1354
+ created?: (() => void) | (() => void)[];
1355
+ beforeMount?: (() => void) | (() => void)[];
1356
+ mounted?: (() => void) | (() => void)[];
1357
+ beforeUpdate?: (() => void) | (() => void)[];
1358
+ updated?: (() => void) | (() => void)[];
1359
+ activated?: (() => void) | (() => void)[];
1360
+ deactivated?: (() => void) | (() => void)[];
1361
+ beforeDestroy?: (() => void) | (() => void)[];
1362
+ beforeUnmount?: (() => void) | (() => void)[];
1363
+ destroyed?: (() => void) | (() => void)[];
1364
+ unmounted?: (() => void) | (() => void)[];
1365
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1366
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1367
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1368
+ };
1369
+ $forceUpdate: () => void;
1370
+ $nextTick: typeof import('vue').nextTick;
1371
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1372
+ } & Readonly<{
688
1373
  disabled: boolean;
689
1374
  placeholder: string;
690
1375
  readonly: boolean;
691
1376
  rows: number;
692
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
693
- P: {};
694
- B: {};
695
- D: {};
696
- C: {};
697
- M: {};
698
- Defaults: {};
699
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1377
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
700
1378
  modelValue?: string;
701
1379
  }> & Readonly<{
702
1380
  onBlur?: (event: FocusEvent) => any;
@@ -704,12 +1382,14 @@ export declare const StInput: {
704
1382
  onFocus?: (event: FocusEvent) => any;
705
1383
  onChange?: (event: Event) => any;
706
1384
  "onUpdate:modelValue"?: (value: string) => any;
707
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
708
- disabled: boolean;
709
- placeholder: string;
710
- readonly: boolean;
711
- rows: number;
712
- }>>;
1385
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
1386
+ focus: () => void;
1387
+ blur: () => void;
1388
+ select: () => void;
1389
+ textareaRef: HTMLTextAreaElement;
1390
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1391
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1392
+ }>;
713
1393
  }, {}, {}, {}, {
714
1394
  disabled: boolean;
715
1395
  placeholder: string;
@@ -734,46 +1414,86 @@ export declare const StInput: {
734
1414
  focus: () => void;
735
1415
  blur: () => void;
736
1416
  select: () => void;
737
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
738
- modelValue?: string;
739
- }> & Readonly<{
740
- onBlur?: (event: FocusEvent) => any;
741
- onInput?: (event: Event) => any;
742
- onFocus?: (event: FocusEvent) => any;
743
- onChange?: (event: Event) => any;
744
- "onUpdate:modelValue"?: (value: string) => any;
745
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
746
- blur: (event: FocusEvent) => any;
747
- input: (event: Event) => any;
748
- focus: (event: FocusEvent) => any;
749
- change: (event: Event) => any;
750
- "update:modelValue": (value: string) => any;
751
- }, import('vue').PublicProps, {
752
- disabled: boolean;
753
- placeholder: string;
754
- readonly: boolean;
755
- rows: number;
756
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
757
- P: {};
758
- B: {};
759
- D: {};
760
- C: {};
761
- M: {};
762
- Defaults: {};
763
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
764
- modelValue?: string;
765
- }> & Readonly<{
766
- onBlur?: (event: FocusEvent) => any;
767
- onInput?: (event: Event) => any;
768
- onFocus?: (event: FocusEvent) => any;
769
- onChange?: (event: Event) => any;
770
- "onUpdate:modelValue"?: (value: string) => any;
771
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1417
+ inputRef: import('vue').Ref<{
1418
+ $: import('vue').ComponentInternalInstance;
1419
+ $data: {};
1420
+ $props: Partial<{
1421
+ disabled: boolean;
1422
+ placeholder: string;
1423
+ readonly: boolean;
1424
+ rows: number;
1425
+ }> & Omit<{
1426
+ readonly placeholder?: string;
1427
+ readonly disabled?: boolean;
1428
+ readonly readonly?: boolean;
1429
+ readonly maxlength?: number;
1430
+ readonly minlength?: number;
1431
+ readonly rows?: number;
1432
+ readonly cols?: number;
1433
+ readonly modelValue?: string;
1434
+ readonly onBlur?: (event: FocusEvent) => any;
1435
+ readonly onInput?: (event: Event) => any;
1436
+ readonly onFocus?: (event: FocusEvent) => any;
1437
+ readonly onChange?: (event: Event) => any;
1438
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1439
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1440
+ $attrs: import('vue').Attrs;
1441
+ $refs: {
1442
+ [x: string]: unknown;
1443
+ };
1444
+ $slots: Readonly<{
1445
+ [name: string]: import('vue').Slot<any>;
1446
+ }>;
1447
+ $root: import('vue').ComponentPublicInstance | null;
1448
+ $parent: import('vue').ComponentPublicInstance | null;
1449
+ $host: Element | null;
1450
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1451
+ $el: any;
1452
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1453
+ modelValue?: string;
1454
+ }> & Readonly<{
1455
+ onBlur?: (event: FocusEvent) => any;
1456
+ onInput?: (event: Event) => any;
1457
+ onFocus?: (event: FocusEvent) => any;
1458
+ onChange?: (event: Event) => any;
1459
+ "onUpdate:modelValue"?: (value: string) => any;
1460
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1461
+ blur: (event: FocusEvent) => any;
1462
+ input: (event: Event) => any;
1463
+ focus: (event: FocusEvent) => any;
1464
+ change: (event: Event) => any;
1465
+ "update:modelValue": (value: string) => any;
1466
+ }, string, {
1467
+ disabled: boolean;
1468
+ placeholder: string;
1469
+ readonly: boolean;
1470
+ rows: number;
1471
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1472
+ beforeCreate?: (() => void) | (() => void)[];
1473
+ created?: (() => void) | (() => void)[];
1474
+ beforeMount?: (() => void) | (() => void)[];
1475
+ mounted?: (() => void) | (() => void)[];
1476
+ beforeUpdate?: (() => void) | (() => void)[];
1477
+ updated?: (() => void) | (() => void)[];
1478
+ activated?: (() => void) | (() => void)[];
1479
+ deactivated?: (() => void) | (() => void)[];
1480
+ beforeDestroy?: (() => void) | (() => void)[];
1481
+ beforeUnmount?: (() => void) | (() => void)[];
1482
+ destroyed?: (() => void) | (() => void)[];
1483
+ unmounted?: (() => void) | (() => void)[];
1484
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1485
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1486
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1487
+ };
1488
+ $forceUpdate: () => void;
1489
+ $nextTick: typeof import('vue').nextTick;
1490
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1491
+ } & Readonly<{
772
1492
  disabled: boolean;
773
1493
  placeholder: string;
774
1494
  readonly: boolean;
775
1495
  rows: number;
776
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1496
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
777
1497
  modelValue?: string;
778
1498
  }> & Readonly<{
779
1499
  onBlur?: (event: FocusEvent) => any;
@@ -781,25 +1501,93 @@ export declare const StInput: {
781
1501
  onFocus?: (event: FocusEvent) => any;
782
1502
  onChange?: (event: Event) => any;
783
1503
  "onUpdate:modelValue"?: (value: string) => any;
784
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
785
- blur: (event: FocusEvent) => any;
786
- input: (event: Event) => any;
787
- focus: (event: FocusEvent) => any;
788
- change: (event: Event) => any;
789
- "update:modelValue": (value: string) => any;
790
- }, import('vue').PublicProps, {
1504
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
1505
+ focus: () => void;
1506
+ blur: () => void;
1507
+ select: () => void;
1508
+ textareaRef: HTMLTextAreaElement;
1509
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1510
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1511
+ }, {
1512
+ $: import('vue').ComponentInternalInstance;
1513
+ $data: {};
1514
+ $props: Partial<{
1515
+ disabled: boolean;
1516
+ placeholder: string;
1517
+ readonly: boolean;
1518
+ rows: number;
1519
+ }> & Omit<{
1520
+ readonly placeholder?: string;
1521
+ readonly disabled?: boolean;
1522
+ readonly readonly?: boolean;
1523
+ readonly maxlength?: number;
1524
+ readonly minlength?: number;
1525
+ readonly rows?: number;
1526
+ readonly cols?: number;
1527
+ readonly modelValue?: string;
1528
+ readonly onBlur?: (event: FocusEvent) => any;
1529
+ readonly onInput?: (event: Event) => any;
1530
+ readonly onFocus?: (event: FocusEvent) => any;
1531
+ readonly onChange?: (event: Event) => any;
1532
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1533
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1534
+ $attrs: import('vue').Attrs;
1535
+ $refs: {
1536
+ [x: string]: unknown;
1537
+ };
1538
+ $slots: Readonly<{
1539
+ [name: string]: import('vue').Slot<any>;
1540
+ }>;
1541
+ $root: import('vue').ComponentPublicInstance | null;
1542
+ $parent: import('vue').ComponentPublicInstance | null;
1543
+ $host: Element | null;
1544
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1545
+ $el: any;
1546
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1547
+ modelValue?: string;
1548
+ }> & Readonly<{
1549
+ onBlur?: (event: FocusEvent) => any;
1550
+ onInput?: (event: Event) => any;
1551
+ onFocus?: (event: FocusEvent) => any;
1552
+ onChange?: (event: Event) => any;
1553
+ "onUpdate:modelValue"?: (value: string) => any;
1554
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1555
+ blur: (event: FocusEvent) => any;
1556
+ input: (event: Event) => any;
1557
+ focus: (event: FocusEvent) => any;
1558
+ change: (event: Event) => any;
1559
+ "update:modelValue": (value: string) => any;
1560
+ }, string, {
1561
+ disabled: boolean;
1562
+ placeholder: string;
1563
+ readonly: boolean;
1564
+ rows: number;
1565
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1566
+ beforeCreate?: (() => void) | (() => void)[];
1567
+ created?: (() => void) | (() => void)[];
1568
+ beforeMount?: (() => void) | (() => void)[];
1569
+ mounted?: (() => void) | (() => void)[];
1570
+ beforeUpdate?: (() => void) | (() => void)[];
1571
+ updated?: (() => void) | (() => void)[];
1572
+ activated?: (() => void) | (() => void)[];
1573
+ deactivated?: (() => void) | (() => void)[];
1574
+ beforeDestroy?: (() => void) | (() => void)[];
1575
+ beforeUnmount?: (() => void) | (() => void)[];
1576
+ destroyed?: (() => void) | (() => void)[];
1577
+ unmounted?: (() => void) | (() => void)[];
1578
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1579
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1580
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1581
+ };
1582
+ $forceUpdate: () => void;
1583
+ $nextTick: typeof import('vue').nextTick;
1584
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1585
+ } & Readonly<{
791
1586
  disabled: boolean;
792
1587
  placeholder: string;
793
1588
  readonly: boolean;
794
1589
  rows: number;
795
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
796
- P: {};
797
- B: {};
798
- D: {};
799
- C: {};
800
- M: {};
801
- Defaults: {};
802
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1590
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
803
1591
  modelValue?: string;
804
1592
  }> & Readonly<{
805
1593
  onBlur?: (event: FocusEvent) => any;
@@ -807,12 +1595,14 @@ export declare const StInput: {
807
1595
  onFocus?: (event: FocusEvent) => any;
808
1596
  onChange?: (event: Event) => any;
809
1597
  "onUpdate:modelValue"?: (value: string) => any;
810
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
811
- disabled: boolean;
812
- placeholder: string;
813
- readonly: boolean;
814
- rows: number;
815
- }>>;
1598
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
1599
+ focus: () => void;
1600
+ blur: () => void;
1601
+ select: () => void;
1602
+ textareaRef: HTMLTextAreaElement;
1603
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1604
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1605
+ }>;
816
1606
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
817
1607
  clear: () => any;
818
1608
  blur: (event: FocusEvent) => any;
@@ -908,15 +1698,51 @@ export declare const StInputGroupButton: {
908
1698
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
909
1699
  $slots: import('../st-button/types').StButtonSlots;
910
1700
  });
911
- export declare const StInputGroupInput: import('vue').DefineComponent<import('./types.d.ts').StInputGroupInputProps & {
912
- modelValue?: string | number;
913
- }, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
914
- blur: (event: FocusEvent) => any;
915
- input: (event: Event) => any;
916
- focus: (event: FocusEvent) => any;
917
- change: (event: Event) => any;
918
- "update:modelValue": (value: string | number) => any;
919
- }, string, import('vue').PublicProps, Readonly<import('./types.d.ts').StInputGroupInputProps & {
1701
+ export declare const StInputGroupInput: {
1702
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupInputProps & {
1703
+ modelValue?: string | number;
1704
+ }> & Readonly<{
1705
+ onBlur?: (event: FocusEvent) => any;
1706
+ onInput?: (event: Event) => any;
1707
+ onFocus?: (event: FocusEvent) => any;
1708
+ onChange?: (event: Event) => any;
1709
+ "onUpdate:modelValue"?: (value: string | number) => any;
1710
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1711
+ blur: (event: FocusEvent) => any;
1712
+ input: (event: Event) => any;
1713
+ focus: (event: FocusEvent) => any;
1714
+ change: (event: Event) => any;
1715
+ "update:modelValue": (value: string | number) => any;
1716
+ }, import('vue').PublicProps, {
1717
+ type: import('./types.d.ts').StInputType;
1718
+ disabled: boolean;
1719
+ placeholder: string;
1720
+ readonly: boolean;
1721
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1722
+ P: {};
1723
+ B: {};
1724
+ D: {};
1725
+ C: {};
1726
+ M: {};
1727
+ Defaults: {};
1728
+ }, Readonly<import('./types.d.ts').StInputGroupInputProps & {
1729
+ modelValue?: string | number;
1730
+ }> & Readonly<{
1731
+ onBlur?: (event: FocusEvent) => any;
1732
+ onInput?: (event: Event) => any;
1733
+ onFocus?: (event: FocusEvent) => any;
1734
+ onChange?: (event: Event) => any;
1735
+ "onUpdate:modelValue"?: (value: string | number) => any;
1736
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, {
1737
+ type: import('./types.d.ts').StInputType;
1738
+ disabled: boolean;
1739
+ placeholder: string;
1740
+ readonly: boolean;
1741
+ }>;
1742
+ __isFragment?: never;
1743
+ __isTeleport?: never;
1744
+ __isSuspense?: never;
1745
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupInputProps & {
920
1746
  modelValue?: string | number;
921
1747
  }> & Readonly<{
922
1748
  onBlur?: (event: FocusEvent) => any;
@@ -924,12 +1750,20 @@ export declare const StInputGroupInput: import('vue').DefineComponent<import('./
924
1750
  onFocus?: (event: FocusEvent) => any;
925
1751
  onChange?: (event: Event) => any;
926
1752
  "onUpdate:modelValue"?: (value: string | number) => any;
927
- }>, {
1753
+ }>, import('./types.d.ts').StInputGroupInputExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1754
+ blur: (event: FocusEvent) => any;
1755
+ input: (event: Event) => any;
1756
+ focus: (event: FocusEvent) => any;
1757
+ change: (event: Event) => any;
1758
+ "update:modelValue": (value: string | number) => any;
1759
+ }, string, {
928
1760
  type: import('./types.d.ts').StInputType;
929
1761
  disabled: boolean;
930
1762
  placeholder: string;
931
1763
  readonly: boolean;
932
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1764
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1765
+ $slots: import('./types.d.ts').StInputGroupInputSlots;
1766
+ });
933
1767
  export declare const StInputGroupText: {
934
1768
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupAddonProps> & Readonly<{
935
1769
  onClick?: (event: MouseEvent) => any;
@@ -961,15 +1795,51 @@ export declare const StInputGroupText: {
961
1795
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
962
1796
  $slots: import('./types.d.ts').StInputGroupAddonSlots;
963
1797
  });
964
- export declare const StInputGroupTextarea: import('vue').DefineComponent<import('./types.d.ts').StInputGroupTextareaProps & {
965
- modelValue?: string;
966
- }, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
967
- blur: (event: FocusEvent) => any;
968
- input: (event: Event) => any;
969
- focus: (event: FocusEvent) => any;
970
- change: (event: Event) => any;
971
- "update:modelValue": (value: string) => any;
972
- }, string, import('vue').PublicProps, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1798
+ export declare const StInputGroupTextarea: {
1799
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1800
+ modelValue?: string;
1801
+ }> & Readonly<{
1802
+ onBlur?: (event: FocusEvent) => any;
1803
+ onInput?: (event: Event) => any;
1804
+ onFocus?: (event: FocusEvent) => any;
1805
+ onChange?: (event: Event) => any;
1806
+ "onUpdate:modelValue"?: (value: string) => any;
1807
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1808
+ blur: (event: FocusEvent) => any;
1809
+ input: (event: Event) => any;
1810
+ focus: (event: FocusEvent) => any;
1811
+ change: (event: Event) => any;
1812
+ "update:modelValue": (value: string) => any;
1813
+ }, import('vue').PublicProps, {
1814
+ disabled: boolean;
1815
+ placeholder: string;
1816
+ readonly: boolean;
1817
+ rows: number;
1818
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1819
+ P: {};
1820
+ B: {};
1821
+ D: {};
1822
+ C: {};
1823
+ M: {};
1824
+ Defaults: {};
1825
+ }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1826
+ modelValue?: string;
1827
+ }> & Readonly<{
1828
+ onBlur?: (event: FocusEvent) => any;
1829
+ onInput?: (event: Event) => any;
1830
+ onFocus?: (event: FocusEvent) => any;
1831
+ onChange?: (event: Event) => any;
1832
+ "onUpdate:modelValue"?: (value: string) => any;
1833
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1834
+ disabled: boolean;
1835
+ placeholder: string;
1836
+ readonly: boolean;
1837
+ rows: number;
1838
+ }>;
1839
+ __isFragment?: never;
1840
+ __isTeleport?: never;
1841
+ __isSuspense?: never;
1842
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
973
1843
  modelValue?: string;
974
1844
  }> & Readonly<{
975
1845
  onBlur?: (event: FocusEvent) => any;
@@ -977,91 +1847,187 @@ export declare const StInputGroupTextarea: import('vue').DefineComponent<import(
977
1847
  onFocus?: (event: FocusEvent) => any;
978
1848
  onChange?: (event: Event) => any;
979
1849
  "onUpdate:modelValue"?: (value: string) => any;
980
- }>, {
1850
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1851
+ blur: (event: FocusEvent) => any;
1852
+ input: (event: Event) => any;
1853
+ focus: (event: FocusEvent) => any;
1854
+ change: (event: Event) => any;
1855
+ "update:modelValue": (value: string) => any;
1856
+ }, string, {
981
1857
  disabled: boolean;
982
1858
  placeholder: string;
983
1859
  readonly: boolean;
984
1860
  rows: number;
985
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
986
- export declare const StInputNumber: import('vue').DefineComponent<import('./types.d.ts').StInputNumberProps & {
987
- modelValue?: number | undefined;
988
- }, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
989
- blur: (event: FocusEvent) => any;
990
- input: (value: number) => any;
991
- focus: (event: FocusEvent) => any;
992
- change: (value: number) => any;
993
- "update:modelValue": (value: number) => any;
994
- increase: () => any;
995
- decrease: () => any;
996
- }, string, import('vue').PublicProps, Readonly<import('./types.d.ts').StInputNumberProps & {
997
- modelValue?: number | undefined;
998
- }> & Readonly<{
999
- onBlur?: (event: FocusEvent) => any;
1000
- onInput?: (value: number) => any;
1001
- onFocus?: (event: FocusEvent) => any;
1002
- onChange?: (value: number) => any;
1003
- "onUpdate:modelValue"?: (value: number) => any;
1004
- onIncrease?: () => any;
1005
- onDecrease?: () => any;
1006
- }>, {
1007
- disabled: boolean;
1008
- step: number;
1009
- controls: boolean;
1010
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1011
- export declare const StTextarea: {
1012
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StTextareaProps & {
1013
- modelValue?: string;
1861
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1862
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
1863
+ });
1864
+ export declare const StInputNumber: {
1865
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputNumberProps & {
1866
+ modelValue?: number | undefined;
1014
1867
  }> & Readonly<{
1015
- onClear?: () => any;
1016
1868
  onBlur?: (event: FocusEvent) => any;
1017
- onInput?: (event: Event) => any;
1869
+ onInput?: (value: number) => any;
1018
1870
  onFocus?: (event: FocusEvent) => any;
1019
- onChange?: (event: Event) => any;
1020
- "onUpdate:modelValue"?: (value: string) => any;
1021
- }>, {
1022
- focus: () => void;
1023
- blur: () => void;
1024
- select: () => void;
1025
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1026
- modelValue?: string;
1027
- }> & Readonly<{
1028
- onBlur?: (event: FocusEvent) => any;
1029
- onInput?: (event: Event) => any;
1030
- onFocus?: (event: FocusEvent) => any;
1031
- onChange?: (event: Event) => any;
1032
- "onUpdate:modelValue"?: (value: string) => any;
1033
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1034
- blur: (event: FocusEvent) => any;
1035
- input: (event: Event) => any;
1036
- focus: (event: FocusEvent) => any;
1037
- change: (event: Event) => any;
1038
- "update:modelValue": (value: string) => any;
1039
- }, import('vue').PublicProps, {
1040
- disabled: boolean;
1041
- placeholder: string;
1042
- readonly: boolean;
1043
- rows: number;
1044
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1045
- P: {};
1046
- B: {};
1047
- D: {};
1048
- C: {};
1049
- M: {};
1050
- Defaults: {};
1051
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1052
- modelValue?: string;
1053
- }> & Readonly<{
1054
- onBlur?: (event: FocusEvent) => any;
1055
- onInput?: (event: Event) => any;
1056
- onFocus?: (event: FocusEvent) => any;
1057
- onChange?: (event: Event) => any;
1058
- "onUpdate:modelValue"?: (value: string) => any;
1059
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1871
+ onChange?: (value: number) => any;
1872
+ "onUpdate:modelValue"?: (value: number) => any;
1873
+ onIncrease?: () => any;
1874
+ onDecrease?: () => any;
1875
+ }>, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1876
+ blur: (event: FocusEvent) => any;
1877
+ input: (value: number) => any;
1878
+ focus: (event: FocusEvent) => any;
1879
+ change: (value: number) => any;
1880
+ "update:modelValue": (value: number) => any;
1881
+ increase: () => any;
1882
+ decrease: () => any;
1883
+ }, import('vue').PublicProps, {
1884
+ disabled: boolean;
1885
+ controls: boolean;
1886
+ step: number;
1887
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1888
+ P: {};
1889
+ B: {};
1890
+ D: {};
1891
+ C: {};
1892
+ M: {};
1893
+ Defaults: {};
1894
+ }, Readonly<import('./types.d.ts').StInputNumberProps & {
1895
+ modelValue?: number | undefined;
1896
+ }> & Readonly<{
1897
+ onBlur?: (event: FocusEvent) => any;
1898
+ onInput?: (value: number) => any;
1899
+ onFocus?: (event: FocusEvent) => any;
1900
+ onChange?: (value: number) => any;
1901
+ "onUpdate:modelValue"?: (value: number) => any;
1902
+ onIncrease?: () => any;
1903
+ onDecrease?: () => any;
1904
+ }>, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, {
1905
+ disabled: boolean;
1906
+ controls: boolean;
1907
+ step: number;
1908
+ }>;
1909
+ __isFragment?: never;
1910
+ __isTeleport?: never;
1911
+ __isSuspense?: never;
1912
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputNumberProps & {
1913
+ modelValue?: number | undefined;
1914
+ }> & Readonly<{
1915
+ onBlur?: (event: FocusEvent) => any;
1916
+ onInput?: (value: number) => any;
1917
+ onFocus?: (event: FocusEvent) => any;
1918
+ onChange?: (value: number) => any;
1919
+ "onUpdate:modelValue"?: (value: number) => any;
1920
+ onIncrease?: () => any;
1921
+ onDecrease?: () => any;
1922
+ }>, import('./types.d.ts').StInputNumberExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1923
+ blur: (event: FocusEvent) => any;
1924
+ input: (value: number) => any;
1925
+ focus: (event: FocusEvent) => any;
1926
+ change: (value: number) => any;
1927
+ "update:modelValue": (value: number) => any;
1928
+ increase: () => any;
1929
+ decrease: () => any;
1930
+ }, string, {
1931
+ disabled: boolean;
1932
+ controls: boolean;
1933
+ step: number;
1934
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1935
+ $slots: import('./types.d.ts').StInputNumberSlots;
1936
+ });
1937
+ export declare const StTextarea: {
1938
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StTextareaProps & {
1939
+ modelValue?: string;
1940
+ }> & Readonly<{
1941
+ onClear?: () => any;
1942
+ onBlur?: (event: FocusEvent) => any;
1943
+ onInput?: (event: Event) => any;
1944
+ onFocus?: (event: FocusEvent) => any;
1945
+ onChange?: (event: Event) => any;
1946
+ "onUpdate:modelValue"?: (value: string) => any;
1947
+ }>, {
1948
+ focus: () => void;
1949
+ blur: () => void;
1950
+ select: () => void;
1951
+ inputRef: import('vue').Ref<{
1952
+ $: import('vue').ComponentInternalInstance;
1953
+ $data: {};
1954
+ $props: Partial<{
1955
+ disabled: boolean;
1956
+ placeholder: string;
1957
+ readonly: boolean;
1958
+ rows: number;
1959
+ }> & Omit<{
1960
+ readonly placeholder?: string;
1961
+ readonly disabled?: boolean;
1962
+ readonly readonly?: boolean;
1963
+ readonly maxlength?: number;
1964
+ readonly minlength?: number;
1965
+ readonly rows?: number;
1966
+ readonly cols?: number;
1967
+ readonly modelValue?: string;
1968
+ readonly onBlur?: (event: FocusEvent) => any;
1969
+ readonly onInput?: (event: Event) => any;
1970
+ readonly onFocus?: (event: FocusEvent) => any;
1971
+ readonly onChange?: (event: Event) => any;
1972
+ readonly "onUpdate:modelValue"?: (value: string) => any;
1973
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
1974
+ $attrs: import('vue').Attrs;
1975
+ $refs: {
1976
+ [x: string]: unknown;
1977
+ };
1978
+ $slots: Readonly<{
1979
+ [name: string]: import('vue').Slot<any>;
1980
+ }>;
1981
+ $root: import('vue').ComponentPublicInstance | null;
1982
+ $parent: import('vue').ComponentPublicInstance | null;
1983
+ $host: Element | null;
1984
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
1985
+ $el: any;
1986
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1987
+ modelValue?: string;
1988
+ }> & Readonly<{
1989
+ onBlur?: (event: FocusEvent) => any;
1990
+ onInput?: (event: Event) => any;
1991
+ onFocus?: (event: FocusEvent) => any;
1992
+ onChange?: (event: Event) => any;
1993
+ "onUpdate:modelValue"?: (value: string) => any;
1994
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1995
+ blur: (event: FocusEvent) => any;
1996
+ input: (event: Event) => any;
1997
+ focus: (event: FocusEvent) => any;
1998
+ change: (event: Event) => any;
1999
+ "update:modelValue": (value: string) => any;
2000
+ }, string, {
2001
+ disabled: boolean;
2002
+ placeholder: string;
2003
+ readonly: boolean;
2004
+ rows: number;
2005
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2006
+ beforeCreate?: (() => void) | (() => void)[];
2007
+ created?: (() => void) | (() => void)[];
2008
+ beforeMount?: (() => void) | (() => void)[];
2009
+ mounted?: (() => void) | (() => void)[];
2010
+ beforeUpdate?: (() => void) | (() => void)[];
2011
+ updated?: (() => void) | (() => void)[];
2012
+ activated?: (() => void) | (() => void)[];
2013
+ deactivated?: (() => void) | (() => void)[];
2014
+ beforeDestroy?: (() => void) | (() => void)[];
2015
+ beforeUnmount?: (() => void) | (() => void)[];
2016
+ destroyed?: (() => void) | (() => void)[];
2017
+ unmounted?: (() => void) | (() => void)[];
2018
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2019
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2020
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2021
+ };
2022
+ $forceUpdate: () => void;
2023
+ $nextTick: typeof import('vue').nextTick;
2024
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2025
+ } & Readonly<{
1060
2026
  disabled: boolean;
1061
2027
  placeholder: string;
1062
2028
  readonly: boolean;
1063
2029
  rows: number;
1064
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2030
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1065
2031
  modelValue?: string;
1066
2032
  }> & Readonly<{
1067
2033
  onBlur?: (event: FocusEvent) => any;
@@ -1069,25 +2035,93 @@ export declare const StTextarea: {
1069
2035
  onFocus?: (event: FocusEvent) => any;
1070
2036
  onChange?: (event: Event) => any;
1071
2037
  "onUpdate:modelValue"?: (value: string) => any;
1072
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1073
- blur: (event: FocusEvent) => any;
1074
- input: (event: Event) => any;
1075
- focus: (event: FocusEvent) => any;
1076
- change: (event: Event) => any;
1077
- "update:modelValue": (value: string) => any;
1078
- }, import('vue').PublicProps, {
2038
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
2039
+ focus: () => void;
2040
+ blur: () => void;
2041
+ select: () => void;
2042
+ textareaRef: HTMLTextAreaElement;
2043
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2044
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
2045
+ }, {
2046
+ $: import('vue').ComponentInternalInstance;
2047
+ $data: {};
2048
+ $props: Partial<{
2049
+ disabled: boolean;
2050
+ placeholder: string;
2051
+ readonly: boolean;
2052
+ rows: number;
2053
+ }> & Omit<{
2054
+ readonly placeholder?: string;
2055
+ readonly disabled?: boolean;
2056
+ readonly readonly?: boolean;
2057
+ readonly maxlength?: number;
2058
+ readonly minlength?: number;
2059
+ readonly rows?: number;
2060
+ readonly cols?: number;
2061
+ readonly modelValue?: string;
2062
+ readonly onBlur?: (event: FocusEvent) => any;
2063
+ readonly onInput?: (event: Event) => any;
2064
+ readonly onFocus?: (event: FocusEvent) => any;
2065
+ readonly onChange?: (event: Event) => any;
2066
+ readonly "onUpdate:modelValue"?: (value: string) => any;
2067
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
2068
+ $attrs: import('vue').Attrs;
2069
+ $refs: {
2070
+ [x: string]: unknown;
2071
+ };
2072
+ $slots: Readonly<{
2073
+ [name: string]: import('vue').Slot<any>;
2074
+ }>;
2075
+ $root: import('vue').ComponentPublicInstance | null;
2076
+ $parent: import('vue').ComponentPublicInstance | null;
2077
+ $host: Element | null;
2078
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
2079
+ $el: any;
2080
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2081
+ modelValue?: string;
2082
+ }> & Readonly<{
2083
+ onBlur?: (event: FocusEvent) => any;
2084
+ onInput?: (event: Event) => any;
2085
+ onFocus?: (event: FocusEvent) => any;
2086
+ onChange?: (event: Event) => any;
2087
+ "onUpdate:modelValue"?: (value: string) => any;
2088
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2089
+ blur: (event: FocusEvent) => any;
2090
+ input: (event: Event) => any;
2091
+ focus: (event: FocusEvent) => any;
2092
+ change: (event: Event) => any;
2093
+ "update:modelValue": (value: string) => any;
2094
+ }, string, {
2095
+ disabled: boolean;
2096
+ placeholder: string;
2097
+ readonly: boolean;
2098
+ rows: number;
2099
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2100
+ beforeCreate?: (() => void) | (() => void)[];
2101
+ created?: (() => void) | (() => void)[];
2102
+ beforeMount?: (() => void) | (() => void)[];
2103
+ mounted?: (() => void) | (() => void)[];
2104
+ beforeUpdate?: (() => void) | (() => void)[];
2105
+ updated?: (() => void) | (() => void)[];
2106
+ activated?: (() => void) | (() => void)[];
2107
+ deactivated?: (() => void) | (() => void)[];
2108
+ beforeDestroy?: (() => void) | (() => void)[];
2109
+ beforeUnmount?: (() => void) | (() => void)[];
2110
+ destroyed?: (() => void) | (() => void)[];
2111
+ unmounted?: (() => void) | (() => void)[];
2112
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2113
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2114
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2115
+ };
2116
+ $forceUpdate: () => void;
2117
+ $nextTick: typeof import('vue').nextTick;
2118
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2119
+ } & Readonly<{
1079
2120
  disabled: boolean;
1080
2121
  placeholder: string;
1081
2122
  readonly: boolean;
1082
2123
  rows: number;
1083
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1084
- P: {};
1085
- B: {};
1086
- D: {};
1087
- C: {};
1088
- M: {};
1089
- Defaults: {};
1090
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2124
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1091
2125
  modelValue?: string;
1092
2126
  }> & Readonly<{
1093
2127
  onBlur?: (event: FocusEvent) => any;
@@ -1095,12 +2129,14 @@ export declare const StTextarea: {
1095
2129
  onFocus?: (event: FocusEvent) => any;
1096
2130
  onChange?: (event: Event) => any;
1097
2131
  "onUpdate:modelValue"?: (value: string) => any;
1098
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1099
- disabled: boolean;
1100
- placeholder: string;
1101
- readonly: boolean;
1102
- rows: number;
1103
- }>>;
2132
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
2133
+ focus: () => void;
2134
+ blur: () => void;
2135
+ select: () => void;
2136
+ textareaRef: HTMLTextAreaElement;
2137
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2138
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
2139
+ }>;
1104
2140
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1105
2141
  clear: () => any;
1106
2142
  blur: (event: FocusEvent) => any;
@@ -1135,46 +2171,86 @@ export declare const StTextarea: {
1135
2171
  focus: () => void;
1136
2172
  blur: () => void;
1137
2173
  select: () => void;
1138
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1139
- modelValue?: string;
1140
- }> & Readonly<{
1141
- onBlur?: (event: FocusEvent) => any;
1142
- onInput?: (event: Event) => any;
1143
- onFocus?: (event: FocusEvent) => any;
1144
- onChange?: (event: Event) => any;
1145
- "onUpdate:modelValue"?: (value: string) => any;
1146
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1147
- blur: (event: FocusEvent) => any;
1148
- input: (event: Event) => any;
1149
- focus: (event: FocusEvent) => any;
1150
- change: (event: Event) => any;
1151
- "update:modelValue": (value: string) => any;
1152
- }, import('vue').PublicProps, {
1153
- disabled: boolean;
1154
- placeholder: string;
1155
- readonly: boolean;
1156
- rows: number;
1157
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1158
- P: {};
1159
- B: {};
1160
- D: {};
1161
- C: {};
1162
- M: {};
1163
- Defaults: {};
1164
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1165
- modelValue?: string;
1166
- }> & Readonly<{
1167
- onBlur?: (event: FocusEvent) => any;
1168
- onInput?: (event: Event) => any;
1169
- onFocus?: (event: FocusEvent) => any;
1170
- onChange?: (event: Event) => any;
1171
- "onUpdate:modelValue"?: (value: string) => any;
1172
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
2174
+ inputRef: import('vue').Ref<{
2175
+ $: import('vue').ComponentInternalInstance;
2176
+ $data: {};
2177
+ $props: Partial<{
2178
+ disabled: boolean;
2179
+ placeholder: string;
2180
+ readonly: boolean;
2181
+ rows: number;
2182
+ }> & Omit<{
2183
+ readonly placeholder?: string;
2184
+ readonly disabled?: boolean;
2185
+ readonly readonly?: boolean;
2186
+ readonly maxlength?: number;
2187
+ readonly minlength?: number;
2188
+ readonly rows?: number;
2189
+ readonly cols?: number;
2190
+ readonly modelValue?: string;
2191
+ readonly onBlur?: (event: FocusEvent) => any;
2192
+ readonly onInput?: (event: Event) => any;
2193
+ readonly onFocus?: (event: FocusEvent) => any;
2194
+ readonly onChange?: (event: Event) => any;
2195
+ readonly "onUpdate:modelValue"?: (value: string) => any;
2196
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
2197
+ $attrs: import('vue').Attrs;
2198
+ $refs: {
2199
+ [x: string]: unknown;
2200
+ };
2201
+ $slots: Readonly<{
2202
+ [name: string]: import('vue').Slot<any>;
2203
+ }>;
2204
+ $root: import('vue').ComponentPublicInstance | null;
2205
+ $parent: import('vue').ComponentPublicInstance | null;
2206
+ $host: Element | null;
2207
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
2208
+ $el: any;
2209
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2210
+ modelValue?: string;
2211
+ }> & Readonly<{
2212
+ onBlur?: (event: FocusEvent) => any;
2213
+ onInput?: (event: Event) => any;
2214
+ onFocus?: (event: FocusEvent) => any;
2215
+ onChange?: (event: Event) => any;
2216
+ "onUpdate:modelValue"?: (value: string) => any;
2217
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2218
+ blur: (event: FocusEvent) => any;
2219
+ input: (event: Event) => any;
2220
+ focus: (event: FocusEvent) => any;
2221
+ change: (event: Event) => any;
2222
+ "update:modelValue": (value: string) => any;
2223
+ }, string, {
2224
+ disabled: boolean;
2225
+ placeholder: string;
2226
+ readonly: boolean;
2227
+ rows: number;
2228
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2229
+ beforeCreate?: (() => void) | (() => void)[];
2230
+ created?: (() => void) | (() => void)[];
2231
+ beforeMount?: (() => void) | (() => void)[];
2232
+ mounted?: (() => void) | (() => void)[];
2233
+ beforeUpdate?: (() => void) | (() => void)[];
2234
+ updated?: (() => void) | (() => void)[];
2235
+ activated?: (() => void) | (() => void)[];
2236
+ deactivated?: (() => void) | (() => void)[];
2237
+ beforeDestroy?: (() => void) | (() => void)[];
2238
+ beforeUnmount?: (() => void) | (() => void)[];
2239
+ destroyed?: (() => void) | (() => void)[];
2240
+ unmounted?: (() => void) | (() => void)[];
2241
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2242
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2243
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2244
+ };
2245
+ $forceUpdate: () => void;
2246
+ $nextTick: typeof import('vue').nextTick;
2247
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2248
+ } & Readonly<{
1173
2249
  disabled: boolean;
1174
2250
  placeholder: string;
1175
2251
  readonly: boolean;
1176
2252
  rows: number;
1177
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2253
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1178
2254
  modelValue?: string;
1179
2255
  }> & Readonly<{
1180
2256
  onBlur?: (event: FocusEvent) => any;
@@ -1182,25 +2258,93 @@ export declare const StTextarea: {
1182
2258
  onFocus?: (event: FocusEvent) => any;
1183
2259
  onChange?: (event: Event) => any;
1184
2260
  "onUpdate:modelValue"?: (value: string) => any;
1185
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1186
- blur: (event: FocusEvent) => any;
1187
- input: (event: Event) => any;
1188
- focus: (event: FocusEvent) => any;
1189
- change: (event: Event) => any;
1190
- "update:modelValue": (value: string) => any;
1191
- }, import('vue').PublicProps, {
2261
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
2262
+ focus: () => void;
2263
+ blur: () => void;
2264
+ select: () => void;
2265
+ textareaRef: HTMLTextAreaElement;
2266
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2267
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
2268
+ }, {
2269
+ $: import('vue').ComponentInternalInstance;
2270
+ $data: {};
2271
+ $props: Partial<{
2272
+ disabled: boolean;
2273
+ placeholder: string;
2274
+ readonly: boolean;
2275
+ rows: number;
2276
+ }> & Omit<{
2277
+ readonly placeholder?: string;
2278
+ readonly disabled?: boolean;
2279
+ readonly readonly?: boolean;
2280
+ readonly maxlength?: number;
2281
+ readonly minlength?: number;
2282
+ readonly rows?: number;
2283
+ readonly cols?: number;
2284
+ readonly modelValue?: string;
2285
+ readonly onBlur?: (event: FocusEvent) => any;
2286
+ readonly onInput?: (event: Event) => any;
2287
+ readonly onFocus?: (event: FocusEvent) => any;
2288
+ readonly onChange?: (event: Event) => any;
2289
+ readonly "onUpdate:modelValue"?: (value: string) => any;
2290
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
2291
+ $attrs: import('vue').Attrs;
2292
+ $refs: {
2293
+ [x: string]: unknown;
2294
+ };
2295
+ $slots: Readonly<{
2296
+ [name: string]: import('vue').Slot<any>;
2297
+ }>;
2298
+ $root: import('vue').ComponentPublicInstance | null;
2299
+ $parent: import('vue').ComponentPublicInstance | null;
2300
+ $host: Element | null;
2301
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
2302
+ $el: any;
2303
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2304
+ modelValue?: string;
2305
+ }> & Readonly<{
2306
+ onBlur?: (event: FocusEvent) => any;
2307
+ onInput?: (event: Event) => any;
2308
+ onFocus?: (event: FocusEvent) => any;
2309
+ onChange?: (event: Event) => any;
2310
+ "onUpdate:modelValue"?: (value: string) => any;
2311
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2312
+ blur: (event: FocusEvent) => any;
2313
+ input: (event: Event) => any;
2314
+ focus: (event: FocusEvent) => any;
2315
+ change: (event: Event) => any;
2316
+ "update:modelValue": (value: string) => any;
2317
+ }, string, {
2318
+ disabled: boolean;
2319
+ placeholder: string;
2320
+ readonly: boolean;
2321
+ rows: number;
2322
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2323
+ beforeCreate?: (() => void) | (() => void)[];
2324
+ created?: (() => void) | (() => void)[];
2325
+ beforeMount?: (() => void) | (() => void)[];
2326
+ mounted?: (() => void) | (() => void)[];
2327
+ beforeUpdate?: (() => void) | (() => void)[];
2328
+ updated?: (() => void) | (() => void)[];
2329
+ activated?: (() => void) | (() => void)[];
2330
+ deactivated?: (() => void) | (() => void)[];
2331
+ beforeDestroy?: (() => void) | (() => void)[];
2332
+ beforeUnmount?: (() => void) | (() => void)[];
2333
+ destroyed?: (() => void) | (() => void)[];
2334
+ unmounted?: (() => void) | (() => void)[];
2335
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2336
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2337
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2338
+ };
2339
+ $forceUpdate: () => void;
2340
+ $nextTick: typeof import('vue').nextTick;
2341
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2342
+ } & Readonly<{
1192
2343
  disabled: boolean;
1193
2344
  placeholder: string;
1194
2345
  readonly: boolean;
1195
2346
  rows: number;
1196
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1197
- P: {};
1198
- B: {};
1199
- D: {};
1200
- C: {};
1201
- M: {};
1202
- Defaults: {};
1203
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2347
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1204
2348
  modelValue?: string;
1205
2349
  }> & Readonly<{
1206
2350
  onBlur?: (event: FocusEvent) => any;
@@ -1208,12 +2352,14 @@ export declare const StTextarea: {
1208
2352
  onFocus?: (event: FocusEvent) => any;
1209
2353
  onChange?: (event: Event) => any;
1210
2354
  "onUpdate:modelValue"?: (value: string) => any;
1211
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1212
- disabled: boolean;
1213
- placeholder: string;
1214
- readonly: boolean;
1215
- rows: number;
1216
- }>>;
2355
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
2356
+ focus: () => void;
2357
+ blur: () => void;
2358
+ select: () => void;
2359
+ textareaRef: HTMLTextAreaElement;
2360
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2361
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
2362
+ }>;
1217
2363
  }, {}, {}, {}, {
1218
2364
  disabled: boolean;
1219
2365
  placeholder: string;
@@ -1238,46 +2384,86 @@ export declare const StTextarea: {
1238
2384
  focus: () => void;
1239
2385
  blur: () => void;
1240
2386
  select: () => void;
1241
- inputRef: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1242
- modelValue?: string;
1243
- }> & Readonly<{
1244
- onBlur?: (event: FocusEvent) => any;
1245
- onInput?: (event: Event) => any;
1246
- onFocus?: (event: FocusEvent) => any;
1247
- onChange?: (event: Event) => any;
1248
- "onUpdate:modelValue"?: (value: string) => any;
1249
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1250
- blur: (event: FocusEvent) => any;
1251
- input: (event: Event) => any;
1252
- focus: (event: FocusEvent) => any;
1253
- change: (event: Event) => any;
1254
- "update:modelValue": (value: string) => any;
1255
- }, import('vue').PublicProps, {
1256
- disabled: boolean;
1257
- placeholder: string;
1258
- readonly: boolean;
1259
- rows: number;
1260
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1261
- P: {};
1262
- B: {};
1263
- D: {};
1264
- C: {};
1265
- M: {};
1266
- Defaults: {};
1267
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1268
- modelValue?: string;
1269
- }> & Readonly<{
1270
- onBlur?: (event: FocusEvent) => any;
1271
- onInput?: (event: Event) => any;
1272
- onFocus?: (event: FocusEvent) => any;
1273
- onChange?: (event: Event) => any;
1274
- "onUpdate:modelValue"?: (value: string) => any;
1275
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
2387
+ inputRef: import('vue').Ref<{
2388
+ $: import('vue').ComponentInternalInstance;
2389
+ $data: {};
2390
+ $props: Partial<{
2391
+ disabled: boolean;
2392
+ placeholder: string;
2393
+ readonly: boolean;
2394
+ rows: number;
2395
+ }> & Omit<{
2396
+ readonly placeholder?: string;
2397
+ readonly disabled?: boolean;
2398
+ readonly readonly?: boolean;
2399
+ readonly maxlength?: number;
2400
+ readonly minlength?: number;
2401
+ readonly rows?: number;
2402
+ readonly cols?: number;
2403
+ readonly modelValue?: string;
2404
+ readonly onBlur?: (event: FocusEvent) => any;
2405
+ readonly onInput?: (event: Event) => any;
2406
+ readonly onFocus?: (event: FocusEvent) => any;
2407
+ readonly onChange?: (event: Event) => any;
2408
+ readonly "onUpdate:modelValue"?: (value: string) => any;
2409
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
2410
+ $attrs: import('vue').Attrs;
2411
+ $refs: {
2412
+ [x: string]: unknown;
2413
+ };
2414
+ $slots: Readonly<{
2415
+ [name: string]: import('vue').Slot<any>;
2416
+ }>;
2417
+ $root: import('vue').ComponentPublicInstance | null;
2418
+ $parent: import('vue').ComponentPublicInstance | null;
2419
+ $host: Element | null;
2420
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
2421
+ $el: any;
2422
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2423
+ modelValue?: string;
2424
+ }> & Readonly<{
2425
+ onBlur?: (event: FocusEvent) => any;
2426
+ onInput?: (event: Event) => any;
2427
+ onFocus?: (event: FocusEvent) => any;
2428
+ onChange?: (event: Event) => any;
2429
+ "onUpdate:modelValue"?: (value: string) => any;
2430
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2431
+ blur: (event: FocusEvent) => any;
2432
+ input: (event: Event) => any;
2433
+ focus: (event: FocusEvent) => any;
2434
+ change: (event: Event) => any;
2435
+ "update:modelValue": (value: string) => any;
2436
+ }, string, {
2437
+ disabled: boolean;
2438
+ placeholder: string;
2439
+ readonly: boolean;
2440
+ rows: number;
2441
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2442
+ beforeCreate?: (() => void) | (() => void)[];
2443
+ created?: (() => void) | (() => void)[];
2444
+ beforeMount?: (() => void) | (() => void)[];
2445
+ mounted?: (() => void) | (() => void)[];
2446
+ beforeUpdate?: (() => void) | (() => void)[];
2447
+ updated?: (() => void) | (() => void)[];
2448
+ activated?: (() => void) | (() => void)[];
2449
+ deactivated?: (() => void) | (() => void)[];
2450
+ beforeDestroy?: (() => void) | (() => void)[];
2451
+ beforeUnmount?: (() => void) | (() => void)[];
2452
+ destroyed?: (() => void) | (() => void)[];
2453
+ unmounted?: (() => void) | (() => void)[];
2454
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2455
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2456
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2457
+ };
2458
+ $forceUpdate: () => void;
2459
+ $nextTick: typeof import('vue').nextTick;
2460
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2461
+ } & Readonly<{
1276
2462
  disabled: boolean;
1277
2463
  placeholder: string;
1278
2464
  readonly: boolean;
1279
2465
  rows: number;
1280
- }>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2466
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1281
2467
  modelValue?: string;
1282
2468
  }> & Readonly<{
1283
2469
  onBlur?: (event: FocusEvent) => any;
@@ -1285,25 +2471,93 @@ export declare const StTextarea: {
1285
2471
  onFocus?: (event: FocusEvent) => any;
1286
2472
  onChange?: (event: Event) => any;
1287
2473
  "onUpdate:modelValue"?: (value: string) => any;
1288
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1289
- blur: (event: FocusEvent) => any;
1290
- input: (event: Event) => any;
1291
- focus: (event: FocusEvent) => any;
1292
- change: (event: Event) => any;
1293
- "update:modelValue": (value: string) => any;
1294
- }, import('vue').PublicProps, {
2474
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
2475
+ focus: () => void;
2476
+ blur: () => void;
2477
+ select: () => void;
2478
+ textareaRef: HTMLTextAreaElement;
2479
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2480
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
2481
+ }, {
2482
+ $: import('vue').ComponentInternalInstance;
2483
+ $data: {};
2484
+ $props: Partial<{
2485
+ disabled: boolean;
2486
+ placeholder: string;
2487
+ readonly: boolean;
2488
+ rows: number;
2489
+ }> & Omit<{
2490
+ readonly placeholder?: string;
2491
+ readonly disabled?: boolean;
2492
+ readonly readonly?: boolean;
2493
+ readonly maxlength?: number;
2494
+ readonly minlength?: number;
2495
+ readonly rows?: number;
2496
+ readonly cols?: number;
2497
+ readonly modelValue?: string;
2498
+ readonly onBlur?: (event: FocusEvent) => any;
2499
+ readonly onInput?: (event: Event) => any;
2500
+ readonly onFocus?: (event: FocusEvent) => any;
2501
+ readonly onChange?: (event: Event) => any;
2502
+ readonly "onUpdate:modelValue"?: (value: string) => any;
2503
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "readonly" | "rows">;
2504
+ $attrs: import('vue').Attrs;
2505
+ $refs: {
2506
+ [x: string]: unknown;
2507
+ };
2508
+ $slots: Readonly<{
2509
+ [name: string]: import('vue').Slot<any>;
2510
+ }>;
2511
+ $root: import('vue').ComponentPublicInstance | null;
2512
+ $parent: import('vue').ComponentPublicInstance | null;
2513
+ $host: Element | null;
2514
+ $emit: ((event: "blur", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "change", event: Event) => void) & ((event: "update:modelValue", value: string) => void);
2515
+ $el: any;
2516
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2517
+ modelValue?: string;
2518
+ }> & Readonly<{
2519
+ onBlur?: (event: FocusEvent) => any;
2520
+ onInput?: (event: Event) => any;
2521
+ onFocus?: (event: FocusEvent) => any;
2522
+ onChange?: (event: Event) => any;
2523
+ "onUpdate:modelValue"?: (value: string) => any;
2524
+ }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2525
+ blur: (event: FocusEvent) => any;
2526
+ input: (event: Event) => any;
2527
+ focus: (event: FocusEvent) => any;
2528
+ change: (event: Event) => any;
2529
+ "update:modelValue": (value: string) => any;
2530
+ }, string, {
2531
+ disabled: boolean;
2532
+ placeholder: string;
2533
+ readonly: boolean;
2534
+ rows: number;
2535
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2536
+ beforeCreate?: (() => void) | (() => void)[];
2537
+ created?: (() => void) | (() => void)[];
2538
+ beforeMount?: (() => void) | (() => void)[];
2539
+ mounted?: (() => void) | (() => void)[];
2540
+ beforeUpdate?: (() => void) | (() => void)[];
2541
+ updated?: (() => void) | (() => void)[];
2542
+ activated?: (() => void) | (() => void)[];
2543
+ deactivated?: (() => void) | (() => void)[];
2544
+ beforeDestroy?: (() => void) | (() => void)[];
2545
+ beforeUnmount?: (() => void) | (() => void)[];
2546
+ destroyed?: (() => void) | (() => void)[];
2547
+ unmounted?: (() => void) | (() => void)[];
2548
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2549
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2550
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2551
+ };
2552
+ $forceUpdate: () => void;
2553
+ $nextTick: typeof import('vue').nextTick;
2554
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2555
+ } & Readonly<{
1295
2556
  disabled: boolean;
1296
2557
  placeholder: string;
1297
2558
  readonly: boolean;
1298
2559
  rows: number;
1299
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1300
- P: {};
1301
- B: {};
1302
- D: {};
1303
- C: {};
1304
- M: {};
1305
- Defaults: {};
1306
- }, Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
2560
+ }> & Omit<Readonly<import('./types.d.ts').StInputGroupTextareaProps & {
1307
2561
  modelValue?: string;
1308
2562
  }> & Readonly<{
1309
2563
  onBlur?: (event: FocusEvent) => any;
@@ -1311,12 +2565,14 @@ export declare const StTextarea: {
1311
2565
  onFocus?: (event: FocusEvent) => any;
1312
2566
  onChange?: (event: Event) => any;
1313
2567
  "onUpdate:modelValue"?: (value: string) => any;
1314
- }>, import('./types.d.ts').StInputGroupTextareaExpose, {}, {}, {}, {
1315
- disabled: boolean;
1316
- placeholder: string;
1317
- readonly: boolean;
1318
- rows: number;
1319
- }>>;
2568
+ }>, keyof import('./types.d.ts').StInputGroupTextareaExpose | ("disabled" | "placeholder" | "readonly" | "rows")> & {
2569
+ focus: () => void;
2570
+ blur: () => void;
2571
+ select: () => void;
2572
+ textareaRef: HTMLTextAreaElement;
2573
+ } & {} & import('vue').ComponentCustomProperties & {} & {
2574
+ $slots: import('./types.d.ts').StInputGroupTextareaSlots;
2575
+ }>;
1320
2576
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1321
2577
  clear: () => any;
1322
2578
  blur: (event: FocusEvent) => any;