straw-ui-vue 0.1.0

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 (200) hide show
  1. package/README.md +42 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.js +8 -0
  4. package/dist/components/st-button/index.d.ts +162 -0
  5. package/dist/components/st-button/st-button.vue.cjs +1 -0
  6. package/dist/components/st-button/st-button.vue.d.ts +29 -0
  7. package/dist/components/st-button/st-button.vue.js +5 -0
  8. package/dist/components/st-button/st-button.vue_vue_type_script_setup_true_lang.cjs +1 -0
  9. package/dist/components/st-button/st-button.vue_vue_type_script_setup_true_lang.js +81 -0
  10. package/dist/components/st-button/types.d.ts +49 -0
  11. package/dist/components/st-button.cjs +1 -0
  12. package/dist/components/st-button.js +6 -0
  13. package/dist/components/st-checkbox/index.d.ts +153 -0
  14. package/dist/components/st-checkbox/st-checkbox.vue.cjs +1 -0
  15. package/dist/components/st-checkbox/st-checkbox.vue.d.ts +27 -0
  16. package/dist/components/st-checkbox/st-checkbox.vue.js +5 -0
  17. package/dist/components/st-checkbox/st-checkbox.vue_vue_type_script_setup_true_lang.cjs +1 -0
  18. package/dist/components/st-checkbox/st-checkbox.vue_vue_type_script_setup_true_lang.js +109 -0
  19. package/dist/components/st-checkbox/types.d.ts +20 -0
  20. package/dist/components/st-checkbox-group/index.d.ts +171 -0
  21. package/dist/components/st-checkbox-group/st-checkbox-group.vue.cjs +1 -0
  22. package/dist/components/st-checkbox-group/st-checkbox-group.vue.d.ts +29 -0
  23. package/dist/components/st-checkbox-group/st-checkbox-group.vue.js +5 -0
  24. package/dist/components/st-checkbox-group/st-checkbox-group.vue_vue_type_script_setup_true_lang.cjs +1 -0
  25. package/dist/components/st-checkbox-group/st-checkbox-group.vue_vue_type_script_setup_true_lang.js +63 -0
  26. package/dist/components/st-checkbox-group/types.d.ts +43 -0
  27. package/dist/components/st-checkbox-group.cjs +1 -0
  28. package/dist/components/st-checkbox-group.js +6 -0
  29. package/dist/components/st-checkbox.cjs +1 -0
  30. package/dist/components/st-checkbox.js +6 -0
  31. package/dist/components/st-dialog/index.d.ts +243 -0
  32. package/dist/components/st-dialog/st-dialog.vue.cjs +1 -0
  33. package/dist/components/st-dialog/st-dialog.vue.d.ts +41 -0
  34. package/dist/components/st-dialog/st-dialog.vue.js +5 -0
  35. package/dist/components/st-dialog/st-dialog.vue_vue_type_script_setup_true_lang.cjs +1 -0
  36. package/dist/components/st-dialog/st-dialog.vue_vue_type_script_setup_true_lang.js +175 -0
  37. package/dist/components/st-dialog/types.d.ts +29 -0
  38. package/dist/components/st-dialog.cjs +1 -0
  39. package/dist/components/st-dialog.js +6 -0
  40. package/dist/components/st-input/index.d.ts +315 -0
  41. package/dist/components/st-input/st-input.vue.cjs +1 -0
  42. package/dist/components/st-input/st-input.vue.d.ts +48 -0
  43. package/dist/components/st-input/st-input.vue.js +7 -0
  44. package/dist/components/st-input/st-input.vue_vue_type_script_setup_true_lang.cjs +1 -0
  45. package/dist/components/st-input/st-input.vue_vue_type_script_setup_true_lang.js +146 -0
  46. package/dist/components/st-input/types.d.ts +68 -0
  47. package/dist/components/st-input.cjs +1 -0
  48. package/dist/components/st-input.js +6 -0
  49. package/dist/components/st-menu/index.d.ts +217 -0
  50. package/dist/components/st-menu/st-menu-node.vue.cjs +1 -0
  51. package/dist/components/st-menu/st-menu-node.vue.d.ts +14 -0
  52. package/dist/components/st-menu/st-menu-node.vue.js +5 -0
  53. package/dist/components/st-menu/st-menu-node.vue_vue_type_script_setup_true_lang.cjs +1 -0
  54. package/dist/components/st-menu/st-menu-node.vue_vue_type_script_setup_true_lang.js +107 -0
  55. package/dist/components/st-menu/st-menu.vue.cjs +1 -0
  56. package/dist/components/st-menu/st-menu.vue.d.ts +26 -0
  57. package/dist/components/st-menu/st-menu.vue.js +5 -0
  58. package/dist/components/st-menu/st-menu.vue_vue_type_script_setup_true_lang.cjs +1 -0
  59. package/dist/components/st-menu/st-menu.vue_vue_type_script_setup_true_lang.js +86 -0
  60. package/dist/components/st-menu/types.d.ts +82 -0
  61. package/dist/components/st-menu.cjs +1 -0
  62. package/dist/components/st-menu.js +7 -0
  63. package/dist/components/st-popover/index.d.ts +243 -0
  64. package/dist/components/st-popover/st-popover.vue.cjs +1 -0
  65. package/dist/components/st-popover/st-popover.vue.d.ts +37 -0
  66. package/dist/components/st-popover/st-popover.vue.js +5 -0
  67. package/dist/components/st-popover/st-popover.vue_vue_type_script_setup_true_lang.cjs +1 -0
  68. package/dist/components/st-popover/st-popover.vue_vue_type_script_setup_true_lang.js +355 -0
  69. package/dist/components/st-popover/types.d.ts +103 -0
  70. package/dist/components/st-popover.cjs +1 -0
  71. package/dist/components/st-popover.js +6 -0
  72. package/dist/components/st-radio/index.d.ts +135 -0
  73. package/dist/components/st-radio/st-radio.vue.cjs +1 -0
  74. package/dist/components/st-radio/st-radio.vue.d.ts +28 -0
  75. package/dist/components/st-radio/st-radio.vue.js +5 -0
  76. package/dist/components/st-radio/st-radio.vue_vue_type_script_setup_true_lang.cjs +1 -0
  77. package/dist/components/st-radio/st-radio.vue_vue_type_script_setup_true_lang.js +88 -0
  78. package/dist/components/st-radio/types.d.ts +15 -0
  79. package/dist/components/st-radio-group/index.d.ts +180 -0
  80. package/dist/components/st-radio-group/st-radio-group.vue.cjs +1 -0
  81. package/dist/components/st-radio-group/st-radio-group.vue.d.ts +35 -0
  82. package/dist/components/st-radio-group/st-radio-group.vue.js +5 -0
  83. package/dist/components/st-radio-group/st-radio-group.vue_vue_type_script_setup_true_lang.cjs +1 -0
  84. package/dist/components/st-radio-group/st-radio-group.vue_vue_type_script_setup_true_lang.js +66 -0
  85. package/dist/components/st-radio-group/types.d.ts +43 -0
  86. package/dist/components/st-radio-group.cjs +1 -0
  87. package/dist/components/st-radio-group.js +6 -0
  88. package/dist/components/st-radio.cjs +1 -0
  89. package/dist/components/st-radio.js +6 -0
  90. package/dist/components/st-select/index.d.ts +306 -0
  91. package/dist/components/st-select/st-select.vue.cjs +1 -0
  92. package/dist/components/st-select/st-select.vue.d.ts +47 -0
  93. package/dist/components/st-select/st-select.vue.js +5 -0
  94. package/dist/components/st-select/st-select.vue_vue_type_script_setup_true_lang.cjs +1 -0
  95. package/dist/components/st-select/st-select.vue_vue_type_script_setup_true_lang.js +200 -0
  96. package/dist/components/st-select/types.d.ts +85 -0
  97. package/dist/components/st-select.cjs +1 -0
  98. package/dist/components/st-select.js +6 -0
  99. package/dist/components/st-sidebar/index.d.ts +63 -0
  100. package/dist/components/st-sidebar/st-sidebar.vue.cjs +1 -0
  101. package/dist/components/st-sidebar/st-sidebar.vue.d.ts +11 -0
  102. package/dist/components/st-sidebar/st-sidebar.vue.js +5 -0
  103. package/dist/components/st-sidebar/st-sidebar.vue_vue_type_script_setup_true_lang.cjs +1 -0
  104. package/dist/components/st-sidebar/st-sidebar.vue_vue_type_script_setup_true_lang.js +108 -0
  105. package/dist/components/st-sidebar/types.d.ts +56 -0
  106. package/dist/components/st-sidebar-item/index.d.ts +63 -0
  107. package/dist/components/st-sidebar-item/st-sidebar-item.vue.cjs +1 -0
  108. package/dist/components/st-sidebar-item/st-sidebar-item.vue.d.ts +11 -0
  109. package/dist/components/st-sidebar-item/st-sidebar-item.vue.js +5 -0
  110. package/dist/components/st-sidebar-item/st-sidebar-item.vue_vue_type_script_setup_true_lang.cjs +1 -0
  111. package/dist/components/st-sidebar-item/st-sidebar-item.vue_vue_type_script_setup_true_lang.js +38 -0
  112. package/dist/components/st-sidebar-item/types.d.ts +19 -0
  113. package/dist/components/st-sidebar-item.cjs +1 -0
  114. package/dist/components/st-sidebar-item.js +6 -0
  115. package/dist/components/st-sidebar.cjs +1 -0
  116. package/dist/components/st-sidebar.js +6 -0
  117. package/dist/components/st-splitter/index.d.ts +88 -0
  118. package/dist/components/st-splitter/st-splitter.vue.cjs +1 -0
  119. package/dist/components/st-splitter/st-splitter.vue.d.ts +16 -0
  120. package/dist/components/st-splitter/st-splitter.vue.js +5 -0
  121. package/dist/components/st-splitter/st-splitter.vue_vue_type_script_setup_true_lang.cjs +1 -0
  122. package/dist/components/st-splitter/st-splitter.vue_vue_type_script_setup_true_lang.js +29 -0
  123. package/dist/components/st-splitter/types.d.ts +192 -0
  124. package/dist/components/st-splitter/useSplitter.cjs +1 -0
  125. package/dist/components/st-splitter/useSplitter.d.ts +24 -0
  126. package/dist/components/st-splitter/useSplitter.js +129 -0
  127. package/dist/components/st-splitter-panel/index.d.ts +180 -0
  128. package/dist/components/st-splitter-panel/st-splitter-panel.vue.cjs +1 -0
  129. package/dist/components/st-splitter-panel/st-splitter-panel.vue.d.ts +33 -0
  130. package/dist/components/st-splitter-panel/st-splitter-panel.vue.js +5 -0
  131. package/dist/components/st-splitter-panel/st-splitter-panel.vue_vue_type_script_setup_true_lang.cjs +1 -0
  132. package/dist/components/st-splitter-panel/st-splitter-panel.vue_vue_type_script_setup_true_lang.js +164 -0
  133. package/dist/components/st-splitter-panel/types.d.ts +27 -0
  134. package/dist/components/st-splitter-panel.cjs +1 -0
  135. package/dist/components/st-splitter-panel.js +6 -0
  136. package/dist/components/st-splitter.cjs +1 -0
  137. package/dist/components/st-splitter.js +7 -0
  138. package/dist/components/st-toggle/index.d.ts +159 -0
  139. package/dist/components/st-toggle/st-toggle.vue.cjs +1 -0
  140. package/dist/components/st-toggle/st-toggle.vue.d.ts +25 -0
  141. package/dist/components/st-toggle/st-toggle.vue.js +5 -0
  142. package/dist/components/st-toggle/st-toggle.vue_vue_type_script_setup_true_lang.cjs +1 -0
  143. package/dist/components/st-toggle/st-toggle.vue_vue_type_script_setup_true_lang.js +62 -0
  144. package/dist/components/st-toggle/types.d.ts +38 -0
  145. package/dist/components/st-toggle.cjs +1 -0
  146. package/dist/components/st-toggle.js +6 -0
  147. package/dist/components/st-tooltip/index.d.ts +183 -0
  148. package/dist/components/st-tooltip/st-tooltip.vue.cjs +1 -0
  149. package/dist/components/st-tooltip/st-tooltip.vue.d.ts +29 -0
  150. package/dist/components/st-tooltip/st-tooltip.vue.js +5 -0
  151. package/dist/components/st-tooltip/st-tooltip.vue_vue_type_script_setup_true_lang.cjs +1 -0
  152. package/dist/components/st-tooltip/st-tooltip.vue_vue_type_script_setup_true_lang.js +71 -0
  153. package/dist/components/st-tooltip/types.d.ts +79 -0
  154. package/dist/components/st-tooltip.cjs +1 -0
  155. package/dist/components/st-tooltip.js +6 -0
  156. package/dist/components/st-tree/index.d.ts +114 -0
  157. package/dist/components/st-tree/st-tree-node.vue.cjs +1 -0
  158. package/dist/components/st-tree/st-tree-node.vue.d.ts +4 -0
  159. package/dist/components/st-tree/st-tree-node.vue.js +5 -0
  160. package/dist/components/st-tree/st-tree-node.vue_vue_type_script_setup_true_lang.cjs +1 -0
  161. package/dist/components/st-tree/st-tree-node.vue_vue_type_script_setup_true_lang.js +87 -0
  162. package/dist/components/st-tree/st-tree.vue.cjs +1 -0
  163. package/dist/components/st-tree/st-tree.vue.d.ts +50 -0
  164. package/dist/components/st-tree/st-tree.vue.js +5 -0
  165. package/dist/components/st-tree/st-tree.vue_vue_type_script_setup_true_lang.cjs +1 -0
  166. package/dist/components/st-tree/st-tree.vue_vue_type_script_setup_true_lang.js +59 -0
  167. package/dist/components/st-tree/types.d.ts +87 -0
  168. package/dist/components/st-tree.cjs +1 -0
  169. package/dist/components/st-tree.js +6 -0
  170. package/dist/components/types.d.ts +41 -0
  171. package/dist/index.cjs +1 -0
  172. package/dist/index.css +2 -0
  173. package/dist/index.d.ts +3005 -0
  174. package/dist/index.js +47 -0
  175. package/dist/utils/cn.cjs +1 -0
  176. package/dist/utils/cn.d.ts +11 -0
  177. package/dist/utils/cn.js +8 -0
  178. package/dist/utils/cva/index.cjs +1 -0
  179. package/dist/utils/cva/index.d.ts +9 -0
  180. package/dist/utils/cva/index.js +25 -0
  181. package/dist/utils/cva/types.d.ts +45 -0
  182. package/dist/utils/directive/index.cjs +1 -0
  183. package/dist/utils/directive/index.d.ts +4 -0
  184. package/dist/utils/directive/index.js +10 -0
  185. package/dist/utils/directive/intersection.cjs +1 -0
  186. package/dist/utils/directive/intersection.d.ts +6 -0
  187. package/dist/utils/directive/intersection.js +20 -0
  188. package/dist/utils/directive/interval.cjs +1 -0
  189. package/dist/utils/directive/interval.d.ts +6 -0
  190. package/dist/utils/directive/interval.js +14 -0
  191. package/dist/utils/directive/move.cjs +1 -0
  192. package/dist/utils/directive/move.d.ts +6 -0
  193. package/dist/utils/directive/move.js +42 -0
  194. package/dist/utils/directive/resize.cjs +1 -0
  195. package/dist/utils/directive/resize.d.ts +6 -0
  196. package/dist/utils/directive/resize.js +17 -0
  197. package/dist/utils/with-install.cjs +1 -0
  198. package/dist/utils/with-install.d.ts +4 -0
  199. package/dist/utils/with-install.js +10 -0
  200. package/package.json +87 -0
@@ -0,0 +1,3005 @@
1
+ import Directive from './utils/directive/index.ts';
2
+ import { StButton } from './components/st-button/index.ts';
3
+ import { StCheckbox } from './components/st-checkbox/index.ts';
4
+ import { StCheckboxGroup } from './components/st-checkbox-group/index.ts';
5
+ import { StRadio } from './components/st-radio/index.ts';
6
+ import { StRadioGroup } from './components/st-radio-group/index.ts';
7
+ import { StInput } from './components/st-input/index.ts';
8
+ import { StPopover } from './components/st-popover/index.ts';
9
+ import { StTooltip } from './components/st-tooltip/index.ts';
10
+ import { StSelect } from './components/st-select/index.ts';
11
+ import { StDialog } from './components/st-dialog/index.ts';
12
+ import { StMenuNode, StMenu } from './components/st-menu/index.ts';
13
+ import { StSidebar } from './components/st-sidebar/index.ts';
14
+ import { StSidebarItem } from './components/st-sidebar-item/index.ts';
15
+ import { StSplitter } from './components/st-splitter/index.ts';
16
+ import { StSplitterPanel } from './components/st-splitter-panel/index.ts';
17
+ import { StTree } from './components/st-tree/index.ts';
18
+ import { StToggle } from './components/st-toggle/index.ts';
19
+ import { cva } from './utils/cva/index';
20
+ import { cn } from './utils/cn';
21
+ export { Directive };
22
+ export { StButton };
23
+ export { StCheckbox };
24
+ export { StCheckboxGroup };
25
+ export { StRadio };
26
+ export { StRadioGroup };
27
+ export { StInput };
28
+ export { StPopover };
29
+ export { StTooltip };
30
+ export { StSelect };
31
+ export { StDialog };
32
+ export { StMenu };
33
+ export { StMenuNode };
34
+ export { StSidebar };
35
+ export { StSidebarItem };
36
+ export { StSplitter };
37
+ export { StSplitterPanel };
38
+ export { StTree };
39
+ export { StToggle };
40
+ export { cva };
41
+ export { cn };
42
+ export type * from './components/st-button/types.d.ts';
43
+ export type * from './components/st-checkbox/types.d.ts';
44
+ export type * from './components/st-checkbox-group/types.d.ts';
45
+ export type * from './components/st-radio/types.d.ts';
46
+ export type * from './components/st-radio-group/types.d.ts';
47
+ export type * from './components/st-input/types.d.ts';
48
+ export type * from './components/st-popover/types.d.ts';
49
+ export type * from './components/st-tooltip/types.d.ts';
50
+ export type * from './components/st-select/types.d.ts';
51
+ export type * from './components/st-dialog/types.d.ts';
52
+ export type * from './components/st-menu/types.d.ts';
53
+ export type * from './components/st-sidebar/types.d.ts';
54
+ export type * from './components/st-sidebar-item/types.d.ts';
55
+ export type * from './components/st-splitter/types.d.ts';
56
+ export type * from './components/st-splitter-panel/types.d.ts';
57
+ export type * from './components/st-tree/types.d.ts';
58
+ export type * from './components/st-toggle/types.d.ts';
59
+ declare const _default: {
60
+ install(app: any): void;
61
+ Directive: {
62
+ install(Vue: any): void;
63
+ };
64
+ StButton: {
65
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
66
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").ButtonProps> & Readonly<{
67
+ onClick?: (event: MouseEvent) => any;
68
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
69
+ click: (event: MouseEvent) => any;
70
+ }, import("vue").PublicProps, {
71
+ variant: import("./index.ts").ButtonVariant;
72
+ type: import("./index.ts").ButtonType;
73
+ disabled: boolean;
74
+ loading: boolean;
75
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
76
+ P: {};
77
+ B: {};
78
+ D: {};
79
+ C: {};
80
+ M: {};
81
+ Defaults: {};
82
+ }, Readonly<import("./index.ts").ButtonProps> & Readonly<{
83
+ onClick?: (event: MouseEvent) => any;
84
+ }>, {}, {}, {}, {}, {
85
+ variant: import("./index.ts").ButtonVariant;
86
+ type: import("./index.ts").ButtonType;
87
+ disabled: boolean;
88
+ loading: boolean;
89
+ }>;
90
+ __isFragment?: never;
91
+ __isTeleport?: never;
92
+ __isSuspense?: never;
93
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").ButtonProps> & Readonly<{
94
+ onClick?: (event: MouseEvent) => any;
95
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
96
+ click: (event: MouseEvent) => any;
97
+ }, string, {
98
+ variant: import("./index.ts").ButtonVariant;
99
+ type: import("./index.ts").ButtonType;
100
+ disabled: boolean;
101
+ loading: boolean;
102
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
103
+ $slots: {
104
+ default?: (props: {}) => any;
105
+ } & {
106
+ prefixIcon?: (props: {}) => any;
107
+ } & {
108
+ default?: (props: {}) => any;
109
+ } & {
110
+ suffixIcon?: (props: {}) => any;
111
+ };
112
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
113
+ [x: string]: any;
114
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
115
+ P: {};
116
+ B: {};
117
+ D: {};
118
+ C: {};
119
+ M: {};
120
+ Defaults: {};
121
+ }, Readonly<import("vue").ExtractPropTypes<{
122
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").ButtonProps> & Readonly<{
123
+ onClick?: (event: MouseEvent) => any;
124
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
125
+ click: (event: MouseEvent) => any;
126
+ }, import("vue").PublicProps, {
127
+ variant: import("./index.ts").ButtonVariant;
128
+ type: import("./index.ts").ButtonType;
129
+ disabled: boolean;
130
+ loading: boolean;
131
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
132
+ P: {};
133
+ B: {};
134
+ D: {};
135
+ C: {};
136
+ M: {};
137
+ Defaults: {};
138
+ }, Readonly<import("./index.ts").ButtonProps> & Readonly<{
139
+ onClick?: (event: MouseEvent) => any;
140
+ }>, {}, {}, {}, {}, {
141
+ variant: import("./index.ts").ButtonVariant;
142
+ type: import("./index.ts").ButtonType;
143
+ disabled: boolean;
144
+ loading: boolean;
145
+ }>;
146
+ __isFragment?: never;
147
+ __isTeleport?: never;
148
+ __isSuspense?: never;
149
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").ButtonProps> & Readonly<{
150
+ onClick?: (event: MouseEvent) => any;
151
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
152
+ click: (event: MouseEvent) => any;
153
+ }, string, {
154
+ variant: import("./index.ts").ButtonVariant;
155
+ type: import("./index.ts").ButtonType;
156
+ disabled: boolean;
157
+ loading: boolean;
158
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
159
+ $slots: {
160
+ default?: (props: {}) => any;
161
+ } & {
162
+ prefixIcon?: (props: {}) => any;
163
+ } & {
164
+ default?: (props: {}) => any;
165
+ } & {
166
+ suffixIcon?: (props: {}) => any;
167
+ };
168
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
169
+ [x: string]: any;
170
+ }>;
171
+ __isFragment?: never;
172
+ __isTeleport?: never;
173
+ __isSuspense?: never;
174
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
175
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").ButtonProps> & Readonly<{
176
+ onClick?: (event: MouseEvent) => any;
177
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
178
+ click: (event: MouseEvent) => any;
179
+ }, import("vue").PublicProps, {
180
+ variant: import("./index.ts").ButtonVariant;
181
+ type: import("./index.ts").ButtonType;
182
+ disabled: boolean;
183
+ loading: boolean;
184
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
185
+ P: {};
186
+ B: {};
187
+ D: {};
188
+ C: {};
189
+ M: {};
190
+ Defaults: {};
191
+ }, Readonly<import("./index.ts").ButtonProps> & Readonly<{
192
+ onClick?: (event: MouseEvent) => any;
193
+ }>, {}, {}, {}, {}, {
194
+ variant: import("./index.ts").ButtonVariant;
195
+ type: import("./index.ts").ButtonType;
196
+ disabled: boolean;
197
+ loading: boolean;
198
+ }>;
199
+ __isFragment?: never;
200
+ __isTeleport?: never;
201
+ __isSuspense?: never;
202
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").ButtonProps> & Readonly<{
203
+ onClick?: (event: MouseEvent) => any;
204
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
205
+ click: (event: MouseEvent) => any;
206
+ }, string, {
207
+ variant: import("./index.ts").ButtonVariant;
208
+ type: import("./index.ts").ButtonType;
209
+ disabled: boolean;
210
+ loading: boolean;
211
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
212
+ $slots: {
213
+ default?: (props: {}) => any;
214
+ } & {
215
+ prefixIcon?: (props: {}) => any;
216
+ } & {
217
+ default?: (props: {}) => any;
218
+ } & {
219
+ suffixIcon?: (props: {}) => any;
220
+ };
221
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
222
+ [x: string]: any;
223
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
224
+ StCheckbox: {
225
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
226
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").CheckboxProps & {
227
+ modelValue?: boolean | string | number;
228
+ }> & Readonly<{
229
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
230
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
231
+ "update:modelValue": (value: string | number | boolean) => any;
232
+ }, import("vue").PublicProps, {
233
+ disabled: boolean;
234
+ trueValue: boolean | string | number;
235
+ falseValue: boolean | string | number;
236
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
237
+ P: {};
238
+ B: {};
239
+ D: {};
240
+ C: {};
241
+ M: {};
242
+ Defaults: {};
243
+ }, Readonly<import("./index.ts").CheckboxProps & {
244
+ modelValue?: boolean | string | number;
245
+ }> & Readonly<{
246
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
247
+ }>, {}, {}, {}, {}, {
248
+ disabled: boolean;
249
+ trueValue: boolean | string | number;
250
+ falseValue: boolean | string | number;
251
+ }>;
252
+ __isFragment?: never;
253
+ __isTeleport?: never;
254
+ __isSuspense?: never;
255
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").CheckboxProps & {
256
+ modelValue?: boolean | string | number;
257
+ }> & Readonly<{
258
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
259
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
260
+ "update:modelValue": (value: string | number | boolean) => any;
261
+ }, string, {
262
+ disabled: boolean;
263
+ trueValue: boolean | string | number;
264
+ falseValue: boolean | string | number;
265
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
266
+ $slots: {
267
+ default?: (props: {}) => any;
268
+ };
269
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
270
+ [x: string]: any;
271
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
272
+ P: {};
273
+ B: {};
274
+ D: {};
275
+ C: {};
276
+ M: {};
277
+ Defaults: {};
278
+ }, Readonly<import("vue").ExtractPropTypes<{
279
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").CheckboxProps & {
280
+ modelValue?: boolean | string | number;
281
+ }> & Readonly<{
282
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
283
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
284
+ "update:modelValue": (value: string | number | boolean) => any;
285
+ }, import("vue").PublicProps, {
286
+ disabled: boolean;
287
+ trueValue: boolean | string | number;
288
+ falseValue: boolean | string | number;
289
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
290
+ P: {};
291
+ B: {};
292
+ D: {};
293
+ C: {};
294
+ M: {};
295
+ Defaults: {};
296
+ }, Readonly<import("./index.ts").CheckboxProps & {
297
+ modelValue?: boolean | string | number;
298
+ }> & Readonly<{
299
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
300
+ }>, {}, {}, {}, {}, {
301
+ disabled: boolean;
302
+ trueValue: boolean | string | number;
303
+ falseValue: boolean | string | number;
304
+ }>;
305
+ __isFragment?: never;
306
+ __isTeleport?: never;
307
+ __isSuspense?: never;
308
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").CheckboxProps & {
309
+ modelValue?: boolean | string | number;
310
+ }> & Readonly<{
311
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
312
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
313
+ "update:modelValue": (value: string | number | boolean) => any;
314
+ }, string, {
315
+ disabled: boolean;
316
+ trueValue: boolean | string | number;
317
+ falseValue: boolean | string | number;
318
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
319
+ $slots: {
320
+ default?: (props: {}) => any;
321
+ };
322
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
323
+ [x: string]: any;
324
+ }>;
325
+ __isFragment?: never;
326
+ __isTeleport?: never;
327
+ __isSuspense?: never;
328
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
329
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").CheckboxProps & {
330
+ modelValue?: boolean | string | number;
331
+ }> & Readonly<{
332
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
333
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
334
+ "update:modelValue": (value: string | number | boolean) => any;
335
+ }, import("vue").PublicProps, {
336
+ disabled: boolean;
337
+ trueValue: boolean | string | number;
338
+ falseValue: boolean | string | number;
339
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
340
+ P: {};
341
+ B: {};
342
+ D: {};
343
+ C: {};
344
+ M: {};
345
+ Defaults: {};
346
+ }, Readonly<import("./index.ts").CheckboxProps & {
347
+ modelValue?: boolean | string | number;
348
+ }> & Readonly<{
349
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
350
+ }>, {}, {}, {}, {}, {
351
+ disabled: boolean;
352
+ trueValue: boolean | string | number;
353
+ falseValue: boolean | string | number;
354
+ }>;
355
+ __isFragment?: never;
356
+ __isTeleport?: never;
357
+ __isSuspense?: never;
358
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").CheckboxProps & {
359
+ modelValue?: boolean | string | number;
360
+ }> & Readonly<{
361
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
362
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
363
+ "update:modelValue": (value: string | number | boolean) => any;
364
+ }, string, {
365
+ disabled: boolean;
366
+ trueValue: boolean | string | number;
367
+ falseValue: boolean | string | number;
368
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
369
+ $slots: {
370
+ default?: (props: {}) => any;
371
+ };
372
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
373
+ [x: string]: any;
374
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
375
+ StCheckboxGroup: {
376
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
377
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").CheckboxGroupProps & {
378
+ modelValue?: (string | number | boolean)[];
379
+ }> & Readonly<{
380
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
381
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
382
+ "update:modelValue": (value: (string | number | boolean)[]) => any;
383
+ }, import("vue").PublicProps, {
384
+ disabled: boolean;
385
+ list: import("./index.ts").CheckboxGroupItem[];
386
+ labelKey: string;
387
+ valueKey: string;
388
+ direction: import("./index.ts").CheckboxGroupDirection;
389
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
390
+ P: {};
391
+ B: {};
392
+ D: {};
393
+ C: {};
394
+ M: {};
395
+ Defaults: {};
396
+ }, Readonly<import("./index.ts").CheckboxGroupProps & {
397
+ modelValue?: (string | number | boolean)[];
398
+ }> & Readonly<{
399
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
400
+ }>, {}, {}, {}, {}, {
401
+ disabled: boolean;
402
+ list: import("./index.ts").CheckboxGroupItem[];
403
+ labelKey: string;
404
+ valueKey: string;
405
+ direction: import("./index.ts").CheckboxGroupDirection;
406
+ }>;
407
+ __isFragment?: never;
408
+ __isTeleport?: never;
409
+ __isSuspense?: never;
410
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").CheckboxGroupProps & {
411
+ modelValue?: (string | number | boolean)[];
412
+ }> & Readonly<{
413
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
414
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
415
+ "update:modelValue": (value: (string | number | boolean)[]) => any;
416
+ }, string, {
417
+ disabled: boolean;
418
+ list: import("./index.ts").CheckboxGroupItem[];
419
+ labelKey: string;
420
+ valueKey: string;
421
+ direction: import("./index.ts").CheckboxGroupDirection;
422
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
423
+ $slots: {
424
+ default?: (props: {}) => any;
425
+ };
426
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
427
+ [x: string]: any;
428
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
429
+ P: {};
430
+ B: {};
431
+ D: {};
432
+ C: {};
433
+ M: {};
434
+ Defaults: {};
435
+ }, Readonly<import("vue").ExtractPropTypes<{
436
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").CheckboxGroupProps & {
437
+ modelValue?: (string | number | boolean)[];
438
+ }> & Readonly<{
439
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
440
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
441
+ "update:modelValue": (value: (string | number | boolean)[]) => any;
442
+ }, import("vue").PublicProps, {
443
+ disabled: boolean;
444
+ list: import("./index.ts").CheckboxGroupItem[];
445
+ labelKey: string;
446
+ valueKey: string;
447
+ direction: import("./index.ts").CheckboxGroupDirection;
448
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
449
+ P: {};
450
+ B: {};
451
+ D: {};
452
+ C: {};
453
+ M: {};
454
+ Defaults: {};
455
+ }, Readonly<import("./index.ts").CheckboxGroupProps & {
456
+ modelValue?: (string | number | boolean)[];
457
+ }> & Readonly<{
458
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
459
+ }>, {}, {}, {}, {}, {
460
+ disabled: boolean;
461
+ list: import("./index.ts").CheckboxGroupItem[];
462
+ labelKey: string;
463
+ valueKey: string;
464
+ direction: import("./index.ts").CheckboxGroupDirection;
465
+ }>;
466
+ __isFragment?: never;
467
+ __isTeleport?: never;
468
+ __isSuspense?: never;
469
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").CheckboxGroupProps & {
470
+ modelValue?: (string | number | boolean)[];
471
+ }> & Readonly<{
472
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
473
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
474
+ "update:modelValue": (value: (string | number | boolean)[]) => any;
475
+ }, string, {
476
+ disabled: boolean;
477
+ list: import("./index.ts").CheckboxGroupItem[];
478
+ labelKey: string;
479
+ valueKey: string;
480
+ direction: import("./index.ts").CheckboxGroupDirection;
481
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
482
+ $slots: {
483
+ default?: (props: {}) => any;
484
+ };
485
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
486
+ [x: string]: any;
487
+ }>;
488
+ __isFragment?: never;
489
+ __isTeleport?: never;
490
+ __isSuspense?: never;
491
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
492
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").CheckboxGroupProps & {
493
+ modelValue?: (string | number | boolean)[];
494
+ }> & Readonly<{
495
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
496
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
497
+ "update:modelValue": (value: (string | number | boolean)[]) => any;
498
+ }, import("vue").PublicProps, {
499
+ disabled: boolean;
500
+ list: import("./index.ts").CheckboxGroupItem[];
501
+ labelKey: string;
502
+ valueKey: string;
503
+ direction: import("./index.ts").CheckboxGroupDirection;
504
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
505
+ P: {};
506
+ B: {};
507
+ D: {};
508
+ C: {};
509
+ M: {};
510
+ Defaults: {};
511
+ }, Readonly<import("./index.ts").CheckboxGroupProps & {
512
+ modelValue?: (string | number | boolean)[];
513
+ }> & Readonly<{
514
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
515
+ }>, {}, {}, {}, {}, {
516
+ disabled: boolean;
517
+ list: import("./index.ts").CheckboxGroupItem[];
518
+ labelKey: string;
519
+ valueKey: string;
520
+ direction: import("./index.ts").CheckboxGroupDirection;
521
+ }>;
522
+ __isFragment?: never;
523
+ __isTeleport?: never;
524
+ __isSuspense?: never;
525
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").CheckboxGroupProps & {
526
+ modelValue?: (string | number | boolean)[];
527
+ }> & Readonly<{
528
+ "onUpdate:modelValue"?: (value: (string | number | boolean)[]) => any;
529
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
530
+ "update:modelValue": (value: (string | number | boolean)[]) => any;
531
+ }, string, {
532
+ disabled: boolean;
533
+ list: import("./index.ts").CheckboxGroupItem[];
534
+ labelKey: string;
535
+ valueKey: string;
536
+ direction: import("./index.ts").CheckboxGroupDirection;
537
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
538
+ $slots: {
539
+ default?: (props: {}) => any;
540
+ };
541
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
542
+ [x: string]: any;
543
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
544
+ StRadio: {
545
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
546
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").RadioProps & {
547
+ modelValue?: string | number | boolean | undefined;
548
+ }> & Readonly<{
549
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
550
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
551
+ "update:modelValue": (value: string | number | boolean) => any;
552
+ }, import("vue").PublicProps, {
553
+ disabled: boolean;
554
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
555
+ P: {};
556
+ B: {};
557
+ D: {};
558
+ C: {};
559
+ M: {};
560
+ Defaults: {};
561
+ }, Readonly<import("./index.ts").RadioProps & {
562
+ modelValue?: string | number | boolean | undefined;
563
+ }> & Readonly<{
564
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
565
+ }>, {}, {}, {}, {}, {
566
+ disabled: boolean;
567
+ }>;
568
+ __isFragment?: never;
569
+ __isTeleport?: never;
570
+ __isSuspense?: never;
571
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").RadioProps & {
572
+ modelValue?: string | number | boolean | undefined;
573
+ }> & Readonly<{
574
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
575
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
576
+ "update:modelValue": (value: string | number | boolean) => any;
577
+ }, string, {
578
+ disabled: boolean;
579
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
580
+ $slots: {
581
+ default?: (props: {}) => any;
582
+ };
583
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
584
+ [x: string]: any;
585
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
586
+ P: {};
587
+ B: {};
588
+ D: {};
589
+ C: {};
590
+ M: {};
591
+ Defaults: {};
592
+ }, Readonly<import("vue").ExtractPropTypes<{
593
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").RadioProps & {
594
+ modelValue?: string | number | boolean | undefined;
595
+ }> & Readonly<{
596
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
597
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
598
+ "update:modelValue": (value: string | number | boolean) => any;
599
+ }, import("vue").PublicProps, {
600
+ disabled: boolean;
601
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
602
+ P: {};
603
+ B: {};
604
+ D: {};
605
+ C: {};
606
+ M: {};
607
+ Defaults: {};
608
+ }, Readonly<import("./index.ts").RadioProps & {
609
+ modelValue?: string | number | boolean | undefined;
610
+ }> & Readonly<{
611
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
612
+ }>, {}, {}, {}, {}, {
613
+ disabled: boolean;
614
+ }>;
615
+ __isFragment?: never;
616
+ __isTeleport?: never;
617
+ __isSuspense?: never;
618
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").RadioProps & {
619
+ modelValue?: string | number | boolean | undefined;
620
+ }> & Readonly<{
621
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
622
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
623
+ "update:modelValue": (value: string | number | boolean) => any;
624
+ }, string, {
625
+ disabled: boolean;
626
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
627
+ $slots: {
628
+ default?: (props: {}) => any;
629
+ };
630
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
631
+ [x: string]: any;
632
+ }>;
633
+ __isFragment?: never;
634
+ __isTeleport?: never;
635
+ __isSuspense?: never;
636
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
637
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").RadioProps & {
638
+ modelValue?: string | number | boolean | undefined;
639
+ }> & Readonly<{
640
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
641
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
642
+ "update:modelValue": (value: string | number | boolean) => any;
643
+ }, import("vue").PublicProps, {
644
+ disabled: boolean;
645
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
646
+ P: {};
647
+ B: {};
648
+ D: {};
649
+ C: {};
650
+ M: {};
651
+ Defaults: {};
652
+ }, Readonly<import("./index.ts").RadioProps & {
653
+ modelValue?: string | number | boolean | undefined;
654
+ }> & Readonly<{
655
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
656
+ }>, {}, {}, {}, {}, {
657
+ disabled: boolean;
658
+ }>;
659
+ __isFragment?: never;
660
+ __isTeleport?: never;
661
+ __isSuspense?: never;
662
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").RadioProps & {
663
+ modelValue?: string | number | boolean | undefined;
664
+ }> & Readonly<{
665
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
666
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
667
+ "update:modelValue": (value: string | number | boolean) => any;
668
+ }, string, {
669
+ disabled: boolean;
670
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
671
+ $slots: {
672
+ default?: (props: {}) => any;
673
+ };
674
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
675
+ [x: string]: any;
676
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
677
+ StRadioGroup: {
678
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
679
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").RadioGroupProps & {
680
+ modelValue?: string | number | boolean | undefined;
681
+ }> & Readonly<{
682
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
683
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
684
+ "update:modelValue": (value: string | number | boolean) => any;
685
+ }, import("vue").PublicProps, {
686
+ disabled: boolean;
687
+ list: import("./index.ts").RadioGroupItem[];
688
+ labelKey: string;
689
+ valueKey: string;
690
+ direction: import("./index.ts").RadioGroupDirection;
691
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
692
+ P: {};
693
+ B: {};
694
+ D: {};
695
+ C: {};
696
+ M: {};
697
+ Defaults: {};
698
+ }, Readonly<import("./index.ts").RadioGroupProps & {
699
+ modelValue?: string | number | boolean | undefined;
700
+ }> & Readonly<{
701
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
702
+ }>, {}, {}, {}, {}, {
703
+ disabled: boolean;
704
+ list: import("./index.ts").RadioGroupItem[];
705
+ labelKey: string;
706
+ valueKey: string;
707
+ direction: import("./index.ts").RadioGroupDirection;
708
+ }>;
709
+ __isFragment?: never;
710
+ __isTeleport?: never;
711
+ __isSuspense?: never;
712
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").RadioGroupProps & {
713
+ modelValue?: string | number | boolean | undefined;
714
+ }> & Readonly<{
715
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
716
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
717
+ "update:modelValue": (value: string | number | boolean) => any;
718
+ }, string, {
719
+ disabled: boolean;
720
+ list: import("./index.ts").RadioGroupItem[];
721
+ labelKey: string;
722
+ valueKey: string;
723
+ direction: import("./index.ts").RadioGroupDirection;
724
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
725
+ $slots: {
726
+ default?: (props: {
727
+ modelValue: string | number | boolean;
728
+ disabled: boolean;
729
+ }) => any;
730
+ };
731
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
732
+ [x: string]: any;
733
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
734
+ P: {};
735
+ B: {};
736
+ D: {};
737
+ C: {};
738
+ M: {};
739
+ Defaults: {};
740
+ }, Readonly<import("vue").ExtractPropTypes<{
741
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").RadioGroupProps & {
742
+ modelValue?: string | number | boolean | undefined;
743
+ }> & Readonly<{
744
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
745
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
746
+ "update:modelValue": (value: string | number | boolean) => any;
747
+ }, import("vue").PublicProps, {
748
+ disabled: boolean;
749
+ list: import("./index.ts").RadioGroupItem[];
750
+ labelKey: string;
751
+ valueKey: string;
752
+ direction: import("./index.ts").RadioGroupDirection;
753
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
754
+ P: {};
755
+ B: {};
756
+ D: {};
757
+ C: {};
758
+ M: {};
759
+ Defaults: {};
760
+ }, Readonly<import("./index.ts").RadioGroupProps & {
761
+ modelValue?: string | number | boolean | undefined;
762
+ }> & Readonly<{
763
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
764
+ }>, {}, {}, {}, {}, {
765
+ disabled: boolean;
766
+ list: import("./index.ts").RadioGroupItem[];
767
+ labelKey: string;
768
+ valueKey: string;
769
+ direction: import("./index.ts").RadioGroupDirection;
770
+ }>;
771
+ __isFragment?: never;
772
+ __isTeleport?: never;
773
+ __isSuspense?: never;
774
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").RadioGroupProps & {
775
+ modelValue?: string | number | boolean | undefined;
776
+ }> & Readonly<{
777
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
778
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
779
+ "update:modelValue": (value: string | number | boolean) => any;
780
+ }, string, {
781
+ disabled: boolean;
782
+ list: import("./index.ts").RadioGroupItem[];
783
+ labelKey: string;
784
+ valueKey: string;
785
+ direction: import("./index.ts").RadioGroupDirection;
786
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
787
+ $slots: {
788
+ default?: (props: {
789
+ modelValue: string | number | boolean;
790
+ disabled: boolean;
791
+ }) => any;
792
+ };
793
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
794
+ [x: string]: any;
795
+ }>;
796
+ __isFragment?: never;
797
+ __isTeleport?: never;
798
+ __isSuspense?: never;
799
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
800
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").RadioGroupProps & {
801
+ modelValue?: string | number | boolean | undefined;
802
+ }> & Readonly<{
803
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
804
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
805
+ "update:modelValue": (value: string | number | boolean) => any;
806
+ }, import("vue").PublicProps, {
807
+ disabled: boolean;
808
+ list: import("./index.ts").RadioGroupItem[];
809
+ labelKey: string;
810
+ valueKey: string;
811
+ direction: import("./index.ts").RadioGroupDirection;
812
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
813
+ P: {};
814
+ B: {};
815
+ D: {};
816
+ C: {};
817
+ M: {};
818
+ Defaults: {};
819
+ }, Readonly<import("./index.ts").RadioGroupProps & {
820
+ modelValue?: string | number | boolean | undefined;
821
+ }> & Readonly<{
822
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
823
+ }>, {}, {}, {}, {}, {
824
+ disabled: boolean;
825
+ list: import("./index.ts").RadioGroupItem[];
826
+ labelKey: string;
827
+ valueKey: string;
828
+ direction: import("./index.ts").RadioGroupDirection;
829
+ }>;
830
+ __isFragment?: never;
831
+ __isTeleport?: never;
832
+ __isSuspense?: never;
833
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").RadioGroupProps & {
834
+ modelValue?: string | number | boolean | undefined;
835
+ }> & Readonly<{
836
+ "onUpdate:modelValue"?: (value: string | number | boolean) => any;
837
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
838
+ "update:modelValue": (value: string | number | boolean) => any;
839
+ }, string, {
840
+ disabled: boolean;
841
+ list: import("./index.ts").RadioGroupItem[];
842
+ labelKey: string;
843
+ valueKey: string;
844
+ direction: import("./index.ts").RadioGroupDirection;
845
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
846
+ $slots: {
847
+ default?: (props: {
848
+ modelValue: string | number | boolean;
849
+ disabled: boolean;
850
+ }) => any;
851
+ };
852
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
853
+ [x: string]: any;
854
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
855
+ StInput: {
856
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
857
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").InputProps & {
858
+ modelValue?: string | number;
859
+ }> & Readonly<{
860
+ onBlur?: (event: FocusEvent) => any;
861
+ onChange?: (event: Event) => any;
862
+ onFocus?: (event: FocusEvent) => any;
863
+ onInput?: (event: Event) => any;
864
+ onClear?: () => any;
865
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
866
+ }>, {
867
+ focus: () => void;
868
+ blur: () => void;
869
+ select: () => void;
870
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
871
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
872
+ blur: (event: FocusEvent) => any;
873
+ change: (event: Event) => any;
874
+ focus: (event: FocusEvent) => any;
875
+ input: (event: Event) => any;
876
+ clear: () => any;
877
+ "update:modelValue": (...args: unknown[]) => any;
878
+ }, import("vue").PublicProps, {
879
+ type: import("./index.ts").InputType;
880
+ disabled: boolean;
881
+ placeholder: string;
882
+ clearable: boolean;
883
+ readonly: boolean;
884
+ showPassword: boolean;
885
+ showWordLimit: boolean;
886
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
887
+ P: {};
888
+ B: {};
889
+ D: {};
890
+ C: {};
891
+ M: {};
892
+ Defaults: {};
893
+ }, Readonly<import("./index.ts").InputProps & {
894
+ modelValue?: string | number;
895
+ }> & Readonly<{
896
+ onBlur?: (event: FocusEvent) => any;
897
+ onChange?: (event: Event) => any;
898
+ onFocus?: (event: FocusEvent) => any;
899
+ onInput?: (event: Event) => any;
900
+ onClear?: () => any;
901
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
902
+ }>, {
903
+ focus: () => void;
904
+ blur: () => void;
905
+ select: () => void;
906
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
907
+ }, {}, {}, {}, {
908
+ type: import("./index.ts").InputType;
909
+ disabled: boolean;
910
+ placeholder: string;
911
+ clearable: boolean;
912
+ readonly: boolean;
913
+ showPassword: boolean;
914
+ showWordLimit: boolean;
915
+ }>;
916
+ __isFragment?: never;
917
+ __isTeleport?: never;
918
+ __isSuspense?: never;
919
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").InputProps & {
920
+ modelValue?: string | number;
921
+ }> & Readonly<{
922
+ onBlur?: (event: FocusEvent) => any;
923
+ onChange?: (event: Event) => any;
924
+ onFocus?: (event: FocusEvent) => any;
925
+ onInput?: (event: Event) => any;
926
+ onClear?: () => any;
927
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
928
+ }>, {
929
+ focus: () => void;
930
+ blur: () => void;
931
+ select: () => void;
932
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
933
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
934
+ blur: (event: FocusEvent) => any;
935
+ change: (event: Event) => any;
936
+ focus: (event: FocusEvent) => any;
937
+ input: (event: Event) => any;
938
+ clear: () => any;
939
+ "update:modelValue": (...args: unknown[]) => any;
940
+ }, string, {
941
+ type: import("./index.ts").InputType;
942
+ disabled: boolean;
943
+ placeholder: string;
944
+ clearable: boolean;
945
+ readonly: boolean;
946
+ showPassword: boolean;
947
+ showWordLimit: boolean;
948
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
949
+ $slots: {
950
+ prefix?: (props: {}) => any;
951
+ } & {
952
+ suffix?: (props: {}) => any;
953
+ };
954
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
955
+ [x: string]: any;
956
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
957
+ P: {};
958
+ B: {};
959
+ D: {};
960
+ C: {};
961
+ M: {};
962
+ Defaults: {};
963
+ }, Readonly<import("vue").ExtractPropTypes<{
964
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").InputProps & {
965
+ modelValue?: string | number;
966
+ }> & Readonly<{
967
+ onBlur?: (event: FocusEvent) => any;
968
+ onChange?: (event: Event) => any;
969
+ onFocus?: (event: FocusEvent) => any;
970
+ onInput?: (event: Event) => any;
971
+ onClear?: () => any;
972
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
973
+ }>, {
974
+ focus: () => void;
975
+ blur: () => void;
976
+ select: () => void;
977
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
978
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
979
+ blur: (event: FocusEvent) => any;
980
+ change: (event: Event) => any;
981
+ focus: (event: FocusEvent) => any;
982
+ input: (event: Event) => any;
983
+ clear: () => any;
984
+ "update:modelValue": (...args: unknown[]) => any;
985
+ }, import("vue").PublicProps, {
986
+ type: import("./index.ts").InputType;
987
+ disabled: boolean;
988
+ placeholder: string;
989
+ clearable: boolean;
990
+ readonly: boolean;
991
+ showPassword: boolean;
992
+ showWordLimit: boolean;
993
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
994
+ P: {};
995
+ B: {};
996
+ D: {};
997
+ C: {};
998
+ M: {};
999
+ Defaults: {};
1000
+ }, Readonly<import("./index.ts").InputProps & {
1001
+ modelValue?: string | number;
1002
+ }> & Readonly<{
1003
+ onBlur?: (event: FocusEvent) => any;
1004
+ onChange?: (event: Event) => any;
1005
+ onFocus?: (event: FocusEvent) => any;
1006
+ onInput?: (event: Event) => any;
1007
+ onClear?: () => any;
1008
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1009
+ }>, {
1010
+ focus: () => void;
1011
+ blur: () => void;
1012
+ select: () => void;
1013
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
1014
+ }, {}, {}, {}, {
1015
+ type: import("./index.ts").InputType;
1016
+ disabled: boolean;
1017
+ placeholder: string;
1018
+ clearable: boolean;
1019
+ readonly: boolean;
1020
+ showPassword: boolean;
1021
+ showWordLimit: boolean;
1022
+ }>;
1023
+ __isFragment?: never;
1024
+ __isTeleport?: never;
1025
+ __isSuspense?: never;
1026
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").InputProps & {
1027
+ modelValue?: string | number;
1028
+ }> & Readonly<{
1029
+ onBlur?: (event: FocusEvent) => any;
1030
+ onChange?: (event: Event) => any;
1031
+ onFocus?: (event: FocusEvent) => any;
1032
+ onInput?: (event: Event) => any;
1033
+ onClear?: () => any;
1034
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1035
+ }>, {
1036
+ focus: () => void;
1037
+ blur: () => void;
1038
+ select: () => void;
1039
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
1040
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1041
+ blur: (event: FocusEvent) => any;
1042
+ change: (event: Event) => any;
1043
+ focus: (event: FocusEvent) => any;
1044
+ input: (event: Event) => any;
1045
+ clear: () => any;
1046
+ "update:modelValue": (...args: unknown[]) => any;
1047
+ }, string, {
1048
+ type: import("./index.ts").InputType;
1049
+ disabled: boolean;
1050
+ placeholder: string;
1051
+ clearable: boolean;
1052
+ readonly: boolean;
1053
+ showPassword: boolean;
1054
+ showWordLimit: boolean;
1055
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1056
+ $slots: {
1057
+ prefix?: (props: {}) => any;
1058
+ } & {
1059
+ suffix?: (props: {}) => any;
1060
+ };
1061
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
1062
+ [x: string]: any;
1063
+ }>;
1064
+ __isFragment?: never;
1065
+ __isTeleport?: never;
1066
+ __isSuspense?: never;
1067
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1068
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").InputProps & {
1069
+ modelValue?: string | number;
1070
+ }> & Readonly<{
1071
+ onBlur?: (event: FocusEvent) => any;
1072
+ onChange?: (event: Event) => any;
1073
+ onFocus?: (event: FocusEvent) => any;
1074
+ onInput?: (event: Event) => any;
1075
+ onClear?: () => any;
1076
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1077
+ }>, {
1078
+ focus: () => void;
1079
+ blur: () => void;
1080
+ select: () => void;
1081
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
1082
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1083
+ blur: (event: FocusEvent) => any;
1084
+ change: (event: Event) => any;
1085
+ focus: (event: FocusEvent) => any;
1086
+ input: (event: Event) => any;
1087
+ clear: () => any;
1088
+ "update:modelValue": (...args: unknown[]) => any;
1089
+ }, import("vue").PublicProps, {
1090
+ type: import("./index.ts").InputType;
1091
+ disabled: boolean;
1092
+ placeholder: string;
1093
+ clearable: boolean;
1094
+ readonly: boolean;
1095
+ showPassword: boolean;
1096
+ showWordLimit: boolean;
1097
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1098
+ P: {};
1099
+ B: {};
1100
+ D: {};
1101
+ C: {};
1102
+ M: {};
1103
+ Defaults: {};
1104
+ }, Readonly<import("./index.ts").InputProps & {
1105
+ modelValue?: string | number;
1106
+ }> & Readonly<{
1107
+ onBlur?: (event: FocusEvent) => any;
1108
+ onChange?: (event: Event) => any;
1109
+ onFocus?: (event: FocusEvent) => any;
1110
+ onInput?: (event: Event) => any;
1111
+ onClear?: () => any;
1112
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1113
+ }>, {
1114
+ focus: () => void;
1115
+ blur: () => void;
1116
+ select: () => void;
1117
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
1118
+ }, {}, {}, {}, {
1119
+ type: import("./index.ts").InputType;
1120
+ disabled: boolean;
1121
+ placeholder: string;
1122
+ clearable: boolean;
1123
+ readonly: boolean;
1124
+ showPassword: boolean;
1125
+ showWordLimit: boolean;
1126
+ }>;
1127
+ __isFragment?: never;
1128
+ __isTeleport?: never;
1129
+ __isSuspense?: never;
1130
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").InputProps & {
1131
+ modelValue?: string | number;
1132
+ }> & Readonly<{
1133
+ onBlur?: (event: FocusEvent) => any;
1134
+ onChange?: (event: Event) => any;
1135
+ onFocus?: (event: FocusEvent) => any;
1136
+ onInput?: (event: Event) => any;
1137
+ onClear?: () => any;
1138
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1139
+ }>, {
1140
+ focus: () => void;
1141
+ blur: () => void;
1142
+ select: () => void;
1143
+ inputRef: import("vue").Ref<HTMLInputElement, HTMLInputElement>;
1144
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1145
+ blur: (event: FocusEvent) => any;
1146
+ change: (event: Event) => any;
1147
+ focus: (event: FocusEvent) => any;
1148
+ input: (event: Event) => any;
1149
+ clear: () => any;
1150
+ "update:modelValue": (...args: unknown[]) => any;
1151
+ }, string, {
1152
+ type: import("./index.ts").InputType;
1153
+ disabled: boolean;
1154
+ placeholder: string;
1155
+ clearable: boolean;
1156
+ readonly: boolean;
1157
+ showPassword: boolean;
1158
+ showWordLimit: boolean;
1159
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1160
+ $slots: {
1161
+ prefix?: (props: {}) => any;
1162
+ } & {
1163
+ suffix?: (props: {}) => any;
1164
+ };
1165
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1166
+ [x: string]: any;
1167
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
1168
+ StPopover: {
1169
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1170
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").PopoverProps> & Readonly<{
1171
+ "onUpdate:visible"?: (value: boolean) => any;
1172
+ onVisibleChange?: (value: boolean) => any;
1173
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1174
+ "update:visible": (value: boolean) => any;
1175
+ visibleChange: (value: boolean) => any;
1176
+ }, import("vue").PublicProps, {
1177
+ gap: number;
1178
+ disabled: boolean;
1179
+ trigger: import("./index.ts").PopoverTrigger;
1180
+ placement: import("./index.ts").PopoverPlacement;
1181
+ visible: boolean;
1182
+ offset: number;
1183
+ showArrow: boolean;
1184
+ closeOnClickOutside: boolean;
1185
+ closeOnEsc: boolean;
1186
+ openDelay: number;
1187
+ closeDelay: number;
1188
+ triggerClass: string;
1189
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1190
+ P: {};
1191
+ B: {};
1192
+ D: {};
1193
+ C: {};
1194
+ M: {};
1195
+ Defaults: {};
1196
+ }, Readonly<import("./index.ts").PopoverProps> & Readonly<{
1197
+ "onUpdate:visible"?: (value: boolean) => any;
1198
+ onVisibleChange?: (value: boolean) => any;
1199
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, {
1200
+ gap: number;
1201
+ disabled: boolean;
1202
+ trigger: import("./index.ts").PopoverTrigger;
1203
+ placement: import("./index.ts").PopoverPlacement;
1204
+ visible: boolean;
1205
+ offset: number;
1206
+ showArrow: boolean;
1207
+ closeOnClickOutside: boolean;
1208
+ closeOnEsc: boolean;
1209
+ openDelay: number;
1210
+ closeDelay: number;
1211
+ triggerClass: string;
1212
+ }>;
1213
+ __isFragment?: never;
1214
+ __isTeleport?: never;
1215
+ __isSuspense?: never;
1216
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").PopoverProps> & Readonly<{
1217
+ "onUpdate:visible"?: (value: boolean) => any;
1218
+ onVisibleChange?: (value: boolean) => any;
1219
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1220
+ "update:visible": (value: boolean) => any;
1221
+ visibleChange: (value: boolean) => any;
1222
+ }, string, {
1223
+ gap: number;
1224
+ disabled: boolean;
1225
+ trigger: import("./index.ts").PopoverTrigger;
1226
+ placement: import("./index.ts").PopoverPlacement;
1227
+ visible: boolean;
1228
+ offset: number;
1229
+ showArrow: boolean;
1230
+ closeOnClickOutside: boolean;
1231
+ closeOnEsc: boolean;
1232
+ openDelay: number;
1233
+ closeDelay: number;
1234
+ triggerClass: string;
1235
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1236
+ $slots: {
1237
+ trigger?: (props: {}) => any;
1238
+ } & {
1239
+ default?: (props: {}) => any;
1240
+ } & {
1241
+ content?: (props: {}) => any;
1242
+ };
1243
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1244
+ [x: string]: any;
1245
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1246
+ P: {};
1247
+ B: {};
1248
+ D: {};
1249
+ C: {};
1250
+ M: {};
1251
+ Defaults: {};
1252
+ }, Readonly<import("vue").ExtractPropTypes<{
1253
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").PopoverProps> & Readonly<{
1254
+ "onUpdate:visible"?: (value: boolean) => any;
1255
+ onVisibleChange?: (value: boolean) => any;
1256
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1257
+ "update:visible": (value: boolean) => any;
1258
+ visibleChange: (value: boolean) => any;
1259
+ }, import("vue").PublicProps, {
1260
+ gap: number;
1261
+ disabled: boolean;
1262
+ trigger: import("./index.ts").PopoverTrigger;
1263
+ placement: import("./index.ts").PopoverPlacement;
1264
+ visible: boolean;
1265
+ offset: number;
1266
+ showArrow: boolean;
1267
+ closeOnClickOutside: boolean;
1268
+ closeOnEsc: boolean;
1269
+ openDelay: number;
1270
+ closeDelay: number;
1271
+ triggerClass: string;
1272
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1273
+ P: {};
1274
+ B: {};
1275
+ D: {};
1276
+ C: {};
1277
+ M: {};
1278
+ Defaults: {};
1279
+ }, Readonly<import("./index.ts").PopoverProps> & Readonly<{
1280
+ "onUpdate:visible"?: (value: boolean) => any;
1281
+ onVisibleChange?: (value: boolean) => any;
1282
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, {
1283
+ gap: number;
1284
+ disabled: boolean;
1285
+ trigger: import("./index.ts").PopoverTrigger;
1286
+ placement: import("./index.ts").PopoverPlacement;
1287
+ visible: boolean;
1288
+ offset: number;
1289
+ showArrow: boolean;
1290
+ closeOnClickOutside: boolean;
1291
+ closeOnEsc: boolean;
1292
+ openDelay: number;
1293
+ closeDelay: number;
1294
+ triggerClass: string;
1295
+ }>;
1296
+ __isFragment?: never;
1297
+ __isTeleport?: never;
1298
+ __isSuspense?: never;
1299
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").PopoverProps> & Readonly<{
1300
+ "onUpdate:visible"?: (value: boolean) => any;
1301
+ onVisibleChange?: (value: boolean) => any;
1302
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1303
+ "update:visible": (value: boolean) => any;
1304
+ visibleChange: (value: boolean) => any;
1305
+ }, string, {
1306
+ gap: number;
1307
+ disabled: boolean;
1308
+ trigger: import("./index.ts").PopoverTrigger;
1309
+ placement: import("./index.ts").PopoverPlacement;
1310
+ visible: boolean;
1311
+ offset: number;
1312
+ showArrow: boolean;
1313
+ closeOnClickOutside: boolean;
1314
+ closeOnEsc: boolean;
1315
+ openDelay: number;
1316
+ closeDelay: number;
1317
+ triggerClass: string;
1318
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1319
+ $slots: {
1320
+ trigger?: (props: {}) => any;
1321
+ } & {
1322
+ default?: (props: {}) => any;
1323
+ } & {
1324
+ content?: (props: {}) => any;
1325
+ };
1326
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
1327
+ [x: string]: any;
1328
+ }>;
1329
+ __isFragment?: never;
1330
+ __isTeleport?: never;
1331
+ __isSuspense?: never;
1332
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1333
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").PopoverProps> & Readonly<{
1334
+ "onUpdate:visible"?: (value: boolean) => any;
1335
+ onVisibleChange?: (value: boolean) => any;
1336
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1337
+ "update:visible": (value: boolean) => any;
1338
+ visibleChange: (value: boolean) => any;
1339
+ }, import("vue").PublicProps, {
1340
+ gap: number;
1341
+ disabled: boolean;
1342
+ trigger: import("./index.ts").PopoverTrigger;
1343
+ placement: import("./index.ts").PopoverPlacement;
1344
+ visible: boolean;
1345
+ offset: number;
1346
+ showArrow: boolean;
1347
+ closeOnClickOutside: boolean;
1348
+ closeOnEsc: boolean;
1349
+ openDelay: number;
1350
+ closeDelay: number;
1351
+ triggerClass: string;
1352
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1353
+ P: {};
1354
+ B: {};
1355
+ D: {};
1356
+ C: {};
1357
+ M: {};
1358
+ Defaults: {};
1359
+ }, Readonly<import("./index.ts").PopoverProps> & Readonly<{
1360
+ "onUpdate:visible"?: (value: boolean) => any;
1361
+ onVisibleChange?: (value: boolean) => any;
1362
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, {
1363
+ gap: number;
1364
+ disabled: boolean;
1365
+ trigger: import("./index.ts").PopoverTrigger;
1366
+ placement: import("./index.ts").PopoverPlacement;
1367
+ visible: boolean;
1368
+ offset: number;
1369
+ showArrow: boolean;
1370
+ closeOnClickOutside: boolean;
1371
+ closeOnEsc: boolean;
1372
+ openDelay: number;
1373
+ closeDelay: number;
1374
+ triggerClass: string;
1375
+ }>;
1376
+ __isFragment?: never;
1377
+ __isTeleport?: never;
1378
+ __isSuspense?: never;
1379
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").PopoverProps> & Readonly<{
1380
+ "onUpdate:visible"?: (value: boolean) => any;
1381
+ onVisibleChange?: (value: boolean) => any;
1382
+ }>, import("./index.ts").PopoverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1383
+ "update:visible": (value: boolean) => any;
1384
+ visibleChange: (value: boolean) => any;
1385
+ }, string, {
1386
+ gap: number;
1387
+ disabled: boolean;
1388
+ trigger: import("./index.ts").PopoverTrigger;
1389
+ placement: import("./index.ts").PopoverPlacement;
1390
+ visible: boolean;
1391
+ offset: number;
1392
+ showArrow: boolean;
1393
+ closeOnClickOutside: boolean;
1394
+ closeOnEsc: boolean;
1395
+ openDelay: number;
1396
+ closeDelay: number;
1397
+ triggerClass: string;
1398
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1399
+ $slots: {
1400
+ trigger?: (props: {}) => any;
1401
+ } & {
1402
+ default?: (props: {}) => any;
1403
+ } & {
1404
+ content?: (props: {}) => any;
1405
+ };
1406
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1407
+ [x: string]: any;
1408
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
1409
+ StTooltip: {
1410
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1411
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").TooltipProps> & Readonly<{
1412
+ "onUpdate:visible"?: (value: boolean) => any;
1413
+ onVisibleChange?: (value: boolean) => any;
1414
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1415
+ "update:visible": (value: boolean) => any;
1416
+ visibleChange: (value: boolean) => any;
1417
+ }, import("vue").PublicProps, {
1418
+ content: string;
1419
+ disabled: boolean;
1420
+ trigger: import("./index.ts").TooltipTrigger;
1421
+ placement: import("./index.ts").TooltipPlacement;
1422
+ visible: boolean;
1423
+ offset: number;
1424
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1425
+ P: {};
1426
+ B: {};
1427
+ D: {};
1428
+ C: {};
1429
+ M: {};
1430
+ Defaults: {};
1431
+ }, Readonly<import("./index.ts").TooltipProps> & Readonly<{
1432
+ "onUpdate:visible"?: (value: boolean) => any;
1433
+ onVisibleChange?: (value: boolean) => any;
1434
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, {
1435
+ content: string;
1436
+ disabled: boolean;
1437
+ trigger: import("./index.ts").TooltipTrigger;
1438
+ placement: import("./index.ts").TooltipPlacement;
1439
+ visible: boolean;
1440
+ offset: number;
1441
+ }>;
1442
+ __isFragment?: never;
1443
+ __isTeleport?: never;
1444
+ __isSuspense?: never;
1445
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").TooltipProps> & Readonly<{
1446
+ "onUpdate:visible"?: (value: boolean) => any;
1447
+ onVisibleChange?: (value: boolean) => any;
1448
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1449
+ "update:visible": (value: boolean) => any;
1450
+ visibleChange: (value: boolean) => any;
1451
+ }, string, {
1452
+ content: string;
1453
+ disabled: boolean;
1454
+ trigger: import("./index.ts").TooltipTrigger;
1455
+ placement: import("./index.ts").TooltipPlacement;
1456
+ visible: boolean;
1457
+ offset: number;
1458
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1459
+ $slots: {
1460
+ default?: (props: {}) => any;
1461
+ } & {
1462
+ content?: (props: {}) => any;
1463
+ };
1464
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1465
+ [x: string]: any;
1466
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1467
+ P: {};
1468
+ B: {};
1469
+ D: {};
1470
+ C: {};
1471
+ M: {};
1472
+ Defaults: {};
1473
+ }, Readonly<import("vue").ExtractPropTypes<{
1474
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").TooltipProps> & Readonly<{
1475
+ "onUpdate:visible"?: (value: boolean) => any;
1476
+ onVisibleChange?: (value: boolean) => any;
1477
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1478
+ "update:visible": (value: boolean) => any;
1479
+ visibleChange: (value: boolean) => any;
1480
+ }, import("vue").PublicProps, {
1481
+ content: string;
1482
+ disabled: boolean;
1483
+ trigger: import("./index.ts").TooltipTrigger;
1484
+ placement: import("./index.ts").TooltipPlacement;
1485
+ visible: boolean;
1486
+ offset: number;
1487
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1488
+ P: {};
1489
+ B: {};
1490
+ D: {};
1491
+ C: {};
1492
+ M: {};
1493
+ Defaults: {};
1494
+ }, Readonly<import("./index.ts").TooltipProps> & Readonly<{
1495
+ "onUpdate:visible"?: (value: boolean) => any;
1496
+ onVisibleChange?: (value: boolean) => any;
1497
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, {
1498
+ content: string;
1499
+ disabled: boolean;
1500
+ trigger: import("./index.ts").TooltipTrigger;
1501
+ placement: import("./index.ts").TooltipPlacement;
1502
+ visible: boolean;
1503
+ offset: number;
1504
+ }>;
1505
+ __isFragment?: never;
1506
+ __isTeleport?: never;
1507
+ __isSuspense?: never;
1508
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").TooltipProps> & Readonly<{
1509
+ "onUpdate:visible"?: (value: boolean) => any;
1510
+ onVisibleChange?: (value: boolean) => any;
1511
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1512
+ "update:visible": (value: boolean) => any;
1513
+ visibleChange: (value: boolean) => any;
1514
+ }, string, {
1515
+ content: string;
1516
+ disabled: boolean;
1517
+ trigger: import("./index.ts").TooltipTrigger;
1518
+ placement: import("./index.ts").TooltipPlacement;
1519
+ visible: boolean;
1520
+ offset: number;
1521
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1522
+ $slots: {
1523
+ default?: (props: {}) => any;
1524
+ } & {
1525
+ content?: (props: {}) => any;
1526
+ };
1527
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
1528
+ [x: string]: any;
1529
+ }>;
1530
+ __isFragment?: never;
1531
+ __isTeleport?: never;
1532
+ __isSuspense?: never;
1533
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1534
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").TooltipProps> & Readonly<{
1535
+ "onUpdate:visible"?: (value: boolean) => any;
1536
+ onVisibleChange?: (value: boolean) => any;
1537
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1538
+ "update:visible": (value: boolean) => any;
1539
+ visibleChange: (value: boolean) => any;
1540
+ }, import("vue").PublicProps, {
1541
+ content: string;
1542
+ disabled: boolean;
1543
+ trigger: import("./index.ts").TooltipTrigger;
1544
+ placement: import("./index.ts").TooltipPlacement;
1545
+ visible: boolean;
1546
+ offset: number;
1547
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1548
+ P: {};
1549
+ B: {};
1550
+ D: {};
1551
+ C: {};
1552
+ M: {};
1553
+ Defaults: {};
1554
+ }, Readonly<import("./index.ts").TooltipProps> & Readonly<{
1555
+ "onUpdate:visible"?: (value: boolean) => any;
1556
+ onVisibleChange?: (value: boolean) => any;
1557
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, {
1558
+ content: string;
1559
+ disabled: boolean;
1560
+ trigger: import("./index.ts").TooltipTrigger;
1561
+ placement: import("./index.ts").TooltipPlacement;
1562
+ visible: boolean;
1563
+ offset: number;
1564
+ }>;
1565
+ __isFragment?: never;
1566
+ __isTeleport?: never;
1567
+ __isSuspense?: never;
1568
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").TooltipProps> & Readonly<{
1569
+ "onUpdate:visible"?: (value: boolean) => any;
1570
+ onVisibleChange?: (value: boolean) => any;
1571
+ }>, import("./index.ts").TooltipExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1572
+ "update:visible": (value: boolean) => any;
1573
+ visibleChange: (value: boolean) => any;
1574
+ }, string, {
1575
+ content: string;
1576
+ disabled: boolean;
1577
+ trigger: import("./index.ts").TooltipTrigger;
1578
+ placement: import("./index.ts").TooltipPlacement;
1579
+ visible: boolean;
1580
+ offset: number;
1581
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1582
+ $slots: {
1583
+ default?: (props: {}) => any;
1584
+ } & {
1585
+ content?: (props: {}) => any;
1586
+ };
1587
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1588
+ [x: string]: any;
1589
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
1590
+ StSelect: {
1591
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1592
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SelectProps & {
1593
+ modelValue?: string | number | (string | number)[] | undefined;
1594
+ }> & Readonly<{
1595
+ onChange?: (value: string | number | (string | number)[]) => any;
1596
+ onFilter?: (value: string) => any;
1597
+ onClear?: () => any;
1598
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1599
+ onVisibleChange?: (visible: boolean) => any;
1600
+ onRemoveTag?: (value: string | number) => any;
1601
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1602
+ change: (value: string | number | (string | number)[]) => any;
1603
+ filter: (value: string) => any;
1604
+ clear: () => any;
1605
+ "update:modelValue": (...args: unknown[]) => any;
1606
+ visibleChange: (visible: boolean) => any;
1607
+ removeTag: (value: string | number) => any;
1608
+ }, import("vue").PublicProps, {
1609
+ disabled: boolean;
1610
+ list: import("./index.ts").SelectOption[];
1611
+ labelKey: string;
1612
+ valueKey: string;
1613
+ placeholder: string;
1614
+ clearable: boolean;
1615
+ popoverStyle: string | Record<string, string>;
1616
+ multiple: boolean;
1617
+ filterable: boolean;
1618
+ group: boolean;
1619
+ popoverClass: string;
1620
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1621
+ P: {};
1622
+ B: {};
1623
+ D: {};
1624
+ C: {};
1625
+ M: {};
1626
+ Defaults: {};
1627
+ }, Readonly<import("./index.ts").SelectProps & {
1628
+ modelValue?: string | number | (string | number)[] | undefined;
1629
+ }> & Readonly<{
1630
+ onChange?: (value: string | number | (string | number)[]) => any;
1631
+ onFilter?: (value: string) => any;
1632
+ onClear?: () => any;
1633
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1634
+ onVisibleChange?: (visible: boolean) => any;
1635
+ onRemoveTag?: (value: string | number) => any;
1636
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, {
1637
+ disabled: boolean;
1638
+ list: import("./index.ts").SelectOption[];
1639
+ labelKey: string;
1640
+ valueKey: string;
1641
+ placeholder: string;
1642
+ clearable: boolean;
1643
+ popoverStyle: string | Record<string, string>;
1644
+ multiple: boolean;
1645
+ filterable: boolean;
1646
+ group: boolean;
1647
+ popoverClass: string;
1648
+ }>;
1649
+ __isFragment?: never;
1650
+ __isTeleport?: never;
1651
+ __isSuspense?: never;
1652
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SelectProps & {
1653
+ modelValue?: string | number | (string | number)[] | undefined;
1654
+ }> & Readonly<{
1655
+ onChange?: (value: string | number | (string | number)[]) => any;
1656
+ onFilter?: (value: string) => any;
1657
+ onClear?: () => any;
1658
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1659
+ onVisibleChange?: (visible: boolean) => any;
1660
+ onRemoveTag?: (value: string | number) => any;
1661
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1662
+ change: (value: string | number | (string | number)[]) => any;
1663
+ filter: (value: string) => any;
1664
+ clear: () => any;
1665
+ "update:modelValue": (...args: unknown[]) => any;
1666
+ visibleChange: (visible: boolean) => any;
1667
+ removeTag: (value: string | number) => any;
1668
+ }, string, {
1669
+ disabled: boolean;
1670
+ list: import("./index.ts").SelectOption[];
1671
+ labelKey: string;
1672
+ valueKey: string;
1673
+ placeholder: string;
1674
+ clearable: boolean;
1675
+ popoverStyle: string | Record<string, string>;
1676
+ multiple: boolean;
1677
+ filterable: boolean;
1678
+ group: boolean;
1679
+ popoverClass: string;
1680
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1681
+ $slots: {
1682
+ prefix?: (props: {}) => any;
1683
+ } & {
1684
+ empty?: (props: {}) => any;
1685
+ };
1686
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1687
+ [x: string]: any;
1688
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1689
+ P: {};
1690
+ B: {};
1691
+ D: {};
1692
+ C: {};
1693
+ M: {};
1694
+ Defaults: {};
1695
+ }, Readonly<import("vue").ExtractPropTypes<{
1696
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SelectProps & {
1697
+ modelValue?: string | number | (string | number)[] | undefined;
1698
+ }> & Readonly<{
1699
+ onChange?: (value: string | number | (string | number)[]) => any;
1700
+ onFilter?: (value: string) => any;
1701
+ onClear?: () => any;
1702
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1703
+ onVisibleChange?: (visible: boolean) => any;
1704
+ onRemoveTag?: (value: string | number) => any;
1705
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1706
+ change: (value: string | number | (string | number)[]) => any;
1707
+ filter: (value: string) => any;
1708
+ clear: () => any;
1709
+ "update:modelValue": (...args: unknown[]) => any;
1710
+ visibleChange: (visible: boolean) => any;
1711
+ removeTag: (value: string | number) => any;
1712
+ }, import("vue").PublicProps, {
1713
+ disabled: boolean;
1714
+ list: import("./index.ts").SelectOption[];
1715
+ labelKey: string;
1716
+ valueKey: string;
1717
+ placeholder: string;
1718
+ clearable: boolean;
1719
+ popoverStyle: string | Record<string, string>;
1720
+ multiple: boolean;
1721
+ filterable: boolean;
1722
+ group: boolean;
1723
+ popoverClass: string;
1724
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1725
+ P: {};
1726
+ B: {};
1727
+ D: {};
1728
+ C: {};
1729
+ M: {};
1730
+ Defaults: {};
1731
+ }, Readonly<import("./index.ts").SelectProps & {
1732
+ modelValue?: string | number | (string | number)[] | undefined;
1733
+ }> & Readonly<{
1734
+ onChange?: (value: string | number | (string | number)[]) => any;
1735
+ onFilter?: (value: string) => any;
1736
+ onClear?: () => any;
1737
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1738
+ onVisibleChange?: (visible: boolean) => any;
1739
+ onRemoveTag?: (value: string | number) => any;
1740
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, {
1741
+ disabled: boolean;
1742
+ list: import("./index.ts").SelectOption[];
1743
+ labelKey: string;
1744
+ valueKey: string;
1745
+ placeholder: string;
1746
+ clearable: boolean;
1747
+ popoverStyle: string | Record<string, string>;
1748
+ multiple: boolean;
1749
+ filterable: boolean;
1750
+ group: boolean;
1751
+ popoverClass: string;
1752
+ }>;
1753
+ __isFragment?: never;
1754
+ __isTeleport?: never;
1755
+ __isSuspense?: never;
1756
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SelectProps & {
1757
+ modelValue?: string | number | (string | number)[] | undefined;
1758
+ }> & Readonly<{
1759
+ onChange?: (value: string | number | (string | number)[]) => any;
1760
+ onFilter?: (value: string) => any;
1761
+ onClear?: () => any;
1762
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1763
+ onVisibleChange?: (visible: boolean) => any;
1764
+ onRemoveTag?: (value: string | number) => any;
1765
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1766
+ change: (value: string | number | (string | number)[]) => any;
1767
+ filter: (value: string) => any;
1768
+ clear: () => any;
1769
+ "update:modelValue": (...args: unknown[]) => any;
1770
+ visibleChange: (visible: boolean) => any;
1771
+ removeTag: (value: string | number) => any;
1772
+ }, string, {
1773
+ disabled: boolean;
1774
+ list: import("./index.ts").SelectOption[];
1775
+ labelKey: string;
1776
+ valueKey: string;
1777
+ placeholder: string;
1778
+ clearable: boolean;
1779
+ popoverStyle: string | Record<string, string>;
1780
+ multiple: boolean;
1781
+ filterable: boolean;
1782
+ group: boolean;
1783
+ popoverClass: string;
1784
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1785
+ $slots: {
1786
+ prefix?: (props: {}) => any;
1787
+ } & {
1788
+ empty?: (props: {}) => any;
1789
+ };
1790
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
1791
+ [x: string]: any;
1792
+ }>;
1793
+ __isFragment?: never;
1794
+ __isTeleport?: never;
1795
+ __isSuspense?: never;
1796
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1797
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SelectProps & {
1798
+ modelValue?: string | number | (string | number)[] | undefined;
1799
+ }> & Readonly<{
1800
+ onChange?: (value: string | number | (string | number)[]) => any;
1801
+ onFilter?: (value: string) => any;
1802
+ onClear?: () => any;
1803
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1804
+ onVisibleChange?: (visible: boolean) => any;
1805
+ onRemoveTag?: (value: string | number) => any;
1806
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1807
+ change: (value: string | number | (string | number)[]) => any;
1808
+ filter: (value: string) => any;
1809
+ clear: () => any;
1810
+ "update:modelValue": (...args: unknown[]) => any;
1811
+ visibleChange: (visible: boolean) => any;
1812
+ removeTag: (value: string | number) => any;
1813
+ }, import("vue").PublicProps, {
1814
+ disabled: boolean;
1815
+ list: import("./index.ts").SelectOption[];
1816
+ labelKey: string;
1817
+ valueKey: string;
1818
+ placeholder: string;
1819
+ clearable: boolean;
1820
+ popoverStyle: string | Record<string, string>;
1821
+ multiple: boolean;
1822
+ filterable: boolean;
1823
+ group: boolean;
1824
+ popoverClass: string;
1825
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1826
+ P: {};
1827
+ B: {};
1828
+ D: {};
1829
+ C: {};
1830
+ M: {};
1831
+ Defaults: {};
1832
+ }, Readonly<import("./index.ts").SelectProps & {
1833
+ modelValue?: string | number | (string | number)[] | undefined;
1834
+ }> & Readonly<{
1835
+ onChange?: (value: string | number | (string | number)[]) => any;
1836
+ onFilter?: (value: string) => any;
1837
+ onClear?: () => any;
1838
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1839
+ onVisibleChange?: (visible: boolean) => any;
1840
+ onRemoveTag?: (value: string | number) => any;
1841
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, {
1842
+ disabled: boolean;
1843
+ list: import("./index.ts").SelectOption[];
1844
+ labelKey: string;
1845
+ valueKey: string;
1846
+ placeholder: string;
1847
+ clearable: boolean;
1848
+ popoverStyle: string | Record<string, string>;
1849
+ multiple: boolean;
1850
+ filterable: boolean;
1851
+ group: boolean;
1852
+ popoverClass: string;
1853
+ }>;
1854
+ __isFragment?: never;
1855
+ __isTeleport?: never;
1856
+ __isSuspense?: never;
1857
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SelectProps & {
1858
+ modelValue?: string | number | (string | number)[] | undefined;
1859
+ }> & Readonly<{
1860
+ onChange?: (value: string | number | (string | number)[]) => any;
1861
+ onFilter?: (value: string) => any;
1862
+ onClear?: () => any;
1863
+ "onUpdate:modelValue"?: (...args: unknown[]) => any;
1864
+ onVisibleChange?: (visible: boolean) => any;
1865
+ onRemoveTag?: (value: string | number) => any;
1866
+ }>, import("./index.ts").SelectExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1867
+ change: (value: string | number | (string | number)[]) => any;
1868
+ filter: (value: string) => any;
1869
+ clear: () => any;
1870
+ "update:modelValue": (...args: unknown[]) => any;
1871
+ visibleChange: (visible: boolean) => any;
1872
+ removeTag: (value: string | number) => any;
1873
+ }, string, {
1874
+ disabled: boolean;
1875
+ list: import("./index.ts").SelectOption[];
1876
+ labelKey: string;
1877
+ valueKey: string;
1878
+ placeholder: string;
1879
+ clearable: boolean;
1880
+ popoverStyle: string | Record<string, string>;
1881
+ multiple: boolean;
1882
+ filterable: boolean;
1883
+ group: boolean;
1884
+ popoverClass: string;
1885
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1886
+ $slots: {
1887
+ prefix?: (props: {}) => any;
1888
+ } & {
1889
+ empty?: (props: {}) => any;
1890
+ };
1891
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1892
+ [x: string]: any;
1893
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
1894
+ StDialog: {
1895
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1896
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").DialogProps & {
1897
+ modelValue?: boolean;
1898
+ }> & Readonly<{
1899
+ "onUpdate:modelValue"?: (value: boolean) => any;
1900
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1901
+ "update:modelValue": (value: boolean) => any;
1902
+ }, import("vue").PublicProps, {
1903
+ title: string;
1904
+ center: boolean;
1905
+ animation: string;
1906
+ width: string;
1907
+ height: string;
1908
+ closable: boolean;
1909
+ draggable: boolean;
1910
+ fullscreen: boolean;
1911
+ modal: boolean;
1912
+ closeOnClickModal: boolean;
1913
+ customClass: string;
1914
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1915
+ P: {};
1916
+ B: {};
1917
+ D: {};
1918
+ C: {};
1919
+ M: {};
1920
+ Defaults: {};
1921
+ }, Readonly<import("./index.ts").DialogProps & {
1922
+ modelValue?: boolean;
1923
+ }> & Readonly<{
1924
+ "onUpdate:modelValue"?: (value: boolean) => any;
1925
+ }>, {}, {}, {}, {}, {
1926
+ title: string;
1927
+ center: boolean;
1928
+ animation: string;
1929
+ width: string;
1930
+ height: string;
1931
+ closable: boolean;
1932
+ draggable: boolean;
1933
+ fullscreen: boolean;
1934
+ modal: boolean;
1935
+ closeOnClickModal: boolean;
1936
+ customClass: string;
1937
+ }>;
1938
+ __isFragment?: never;
1939
+ __isTeleport?: never;
1940
+ __isSuspense?: never;
1941
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").DialogProps & {
1942
+ modelValue?: boolean;
1943
+ }> & Readonly<{
1944
+ "onUpdate:modelValue"?: (value: boolean) => any;
1945
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1946
+ "update:modelValue": (value: boolean) => any;
1947
+ }, string, {
1948
+ title: string;
1949
+ center: boolean;
1950
+ animation: string;
1951
+ width: string;
1952
+ height: string;
1953
+ closable: boolean;
1954
+ draggable: boolean;
1955
+ fullscreen: boolean;
1956
+ modal: boolean;
1957
+ closeOnClickModal: boolean;
1958
+ customClass: string;
1959
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1960
+ $slots: {
1961
+ title?: (props: {}) => any;
1962
+ } & {
1963
+ extra?: (props: {}) => any;
1964
+ } & {
1965
+ default?: (props: {}) => any;
1966
+ } & {
1967
+ footer?: (props: {}) => any;
1968
+ };
1969
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1970
+ [x: string]: any;
1971
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1972
+ P: {};
1973
+ B: {};
1974
+ D: {};
1975
+ C: {};
1976
+ M: {};
1977
+ Defaults: {};
1978
+ }, Readonly<import("vue").ExtractPropTypes<{
1979
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").DialogProps & {
1980
+ modelValue?: boolean;
1981
+ }> & Readonly<{
1982
+ "onUpdate:modelValue"?: (value: boolean) => any;
1983
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1984
+ "update:modelValue": (value: boolean) => any;
1985
+ }, import("vue").PublicProps, {
1986
+ title: string;
1987
+ center: boolean;
1988
+ animation: string;
1989
+ width: string;
1990
+ height: string;
1991
+ closable: boolean;
1992
+ draggable: boolean;
1993
+ fullscreen: boolean;
1994
+ modal: boolean;
1995
+ closeOnClickModal: boolean;
1996
+ customClass: string;
1997
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1998
+ P: {};
1999
+ B: {};
2000
+ D: {};
2001
+ C: {};
2002
+ M: {};
2003
+ Defaults: {};
2004
+ }, Readonly<import("./index.ts").DialogProps & {
2005
+ modelValue?: boolean;
2006
+ }> & Readonly<{
2007
+ "onUpdate:modelValue"?: (value: boolean) => any;
2008
+ }>, {}, {}, {}, {}, {
2009
+ title: string;
2010
+ center: boolean;
2011
+ animation: string;
2012
+ width: string;
2013
+ height: string;
2014
+ closable: boolean;
2015
+ draggable: boolean;
2016
+ fullscreen: boolean;
2017
+ modal: boolean;
2018
+ closeOnClickModal: boolean;
2019
+ customClass: string;
2020
+ }>;
2021
+ __isFragment?: never;
2022
+ __isTeleport?: never;
2023
+ __isSuspense?: never;
2024
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").DialogProps & {
2025
+ modelValue?: boolean;
2026
+ }> & Readonly<{
2027
+ "onUpdate:modelValue"?: (value: boolean) => any;
2028
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2029
+ "update:modelValue": (value: boolean) => any;
2030
+ }, string, {
2031
+ title: string;
2032
+ center: boolean;
2033
+ animation: string;
2034
+ width: string;
2035
+ height: string;
2036
+ closable: boolean;
2037
+ draggable: boolean;
2038
+ fullscreen: boolean;
2039
+ modal: boolean;
2040
+ closeOnClickModal: boolean;
2041
+ customClass: string;
2042
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2043
+ $slots: {
2044
+ title?: (props: {}) => any;
2045
+ } & {
2046
+ extra?: (props: {}) => any;
2047
+ } & {
2048
+ default?: (props: {}) => any;
2049
+ } & {
2050
+ footer?: (props: {}) => any;
2051
+ };
2052
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2053
+ [x: string]: any;
2054
+ }>;
2055
+ __isFragment?: never;
2056
+ __isTeleport?: never;
2057
+ __isSuspense?: never;
2058
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2059
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").DialogProps & {
2060
+ modelValue?: boolean;
2061
+ }> & Readonly<{
2062
+ "onUpdate:modelValue"?: (value: boolean) => any;
2063
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2064
+ "update:modelValue": (value: boolean) => any;
2065
+ }, import("vue").PublicProps, {
2066
+ title: string;
2067
+ center: boolean;
2068
+ animation: string;
2069
+ width: string;
2070
+ height: string;
2071
+ closable: boolean;
2072
+ draggable: boolean;
2073
+ fullscreen: boolean;
2074
+ modal: boolean;
2075
+ closeOnClickModal: boolean;
2076
+ customClass: string;
2077
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2078
+ P: {};
2079
+ B: {};
2080
+ D: {};
2081
+ C: {};
2082
+ M: {};
2083
+ Defaults: {};
2084
+ }, Readonly<import("./index.ts").DialogProps & {
2085
+ modelValue?: boolean;
2086
+ }> & Readonly<{
2087
+ "onUpdate:modelValue"?: (value: boolean) => any;
2088
+ }>, {}, {}, {}, {}, {
2089
+ title: string;
2090
+ center: boolean;
2091
+ animation: string;
2092
+ width: string;
2093
+ height: string;
2094
+ closable: boolean;
2095
+ draggable: boolean;
2096
+ fullscreen: boolean;
2097
+ modal: boolean;
2098
+ closeOnClickModal: boolean;
2099
+ customClass: string;
2100
+ }>;
2101
+ __isFragment?: never;
2102
+ __isTeleport?: never;
2103
+ __isSuspense?: never;
2104
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").DialogProps & {
2105
+ modelValue?: boolean;
2106
+ }> & Readonly<{
2107
+ "onUpdate:modelValue"?: (value: boolean) => any;
2108
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2109
+ "update:modelValue": (value: boolean) => any;
2110
+ }, string, {
2111
+ title: string;
2112
+ center: boolean;
2113
+ animation: string;
2114
+ width: string;
2115
+ height: string;
2116
+ closable: boolean;
2117
+ draggable: boolean;
2118
+ fullscreen: boolean;
2119
+ modal: boolean;
2120
+ closeOnClickModal: boolean;
2121
+ customClass: string;
2122
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2123
+ $slots: {
2124
+ title?: (props: {}) => any;
2125
+ } & {
2126
+ extra?: (props: {}) => any;
2127
+ } & {
2128
+ default?: (props: {}) => any;
2129
+ } & {
2130
+ footer?: (props: {}) => any;
2131
+ };
2132
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2133
+ [x: string]: any;
2134
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2135
+ StMenu: {
2136
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2137
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
2138
+ list: import("./index.ts").MenuItem[];
2139
+ placement?: import("./index.ts").MenuPlacement;
2140
+ trigger?: import("./index.ts").MenuTrigger;
2141
+ }> & Readonly<{
2142
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2143
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2144
+ select: (item: import("./index.ts").MenuItem) => any;
2145
+ }, import("vue").PublicProps, {
2146
+ trigger: import("./index.ts").MenuTrigger;
2147
+ placement: import("./index.ts").MenuPlacement;
2148
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2149
+ P: {};
2150
+ B: {};
2151
+ D: {};
2152
+ C: {};
2153
+ M: {};
2154
+ Defaults: {};
2155
+ }, Readonly<{
2156
+ list: import("./index.ts").MenuItem[];
2157
+ placement?: import("./index.ts").MenuPlacement;
2158
+ trigger?: import("./index.ts").MenuTrigger;
2159
+ }> & Readonly<{
2160
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2161
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, {
2162
+ trigger: import("./index.ts").MenuTrigger;
2163
+ placement: import("./index.ts").MenuPlacement;
2164
+ }>;
2165
+ __isFragment?: never;
2166
+ __isTeleport?: never;
2167
+ __isSuspense?: never;
2168
+ } & import("vue").ComponentOptionsBase<Readonly<{
2169
+ list: import("./index.ts").MenuItem[];
2170
+ placement?: import("./index.ts").MenuPlacement;
2171
+ trigger?: import("./index.ts").MenuTrigger;
2172
+ }> & Readonly<{
2173
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2174
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2175
+ select: (item: import("./index.ts").MenuItem) => any;
2176
+ }, string, {
2177
+ trigger: import("./index.ts").MenuTrigger;
2178
+ placement: import("./index.ts").MenuPlacement;
2179
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2180
+ $slots: {
2181
+ default?: (props: {}) => any;
2182
+ };
2183
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2184
+ [x: string]: any;
2185
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2186
+ P: {};
2187
+ B: {};
2188
+ D: {};
2189
+ C: {};
2190
+ M: {};
2191
+ Defaults: {};
2192
+ }, Readonly<import("vue").ExtractPropTypes<{
2193
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
2194
+ list: import("./index.ts").MenuItem[];
2195
+ placement?: import("./index.ts").MenuPlacement;
2196
+ trigger?: import("./index.ts").MenuTrigger;
2197
+ }> & Readonly<{
2198
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2199
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2200
+ select: (item: import("./index.ts").MenuItem) => any;
2201
+ }, import("vue").PublicProps, {
2202
+ trigger: import("./index.ts").MenuTrigger;
2203
+ placement: import("./index.ts").MenuPlacement;
2204
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2205
+ P: {};
2206
+ B: {};
2207
+ D: {};
2208
+ C: {};
2209
+ M: {};
2210
+ Defaults: {};
2211
+ }, Readonly<{
2212
+ list: import("./index.ts").MenuItem[];
2213
+ placement?: import("./index.ts").MenuPlacement;
2214
+ trigger?: import("./index.ts").MenuTrigger;
2215
+ }> & Readonly<{
2216
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2217
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, {
2218
+ trigger: import("./index.ts").MenuTrigger;
2219
+ placement: import("./index.ts").MenuPlacement;
2220
+ }>;
2221
+ __isFragment?: never;
2222
+ __isTeleport?: never;
2223
+ __isSuspense?: never;
2224
+ } & import("vue").ComponentOptionsBase<Readonly<{
2225
+ list: import("./index.ts").MenuItem[];
2226
+ placement?: import("./index.ts").MenuPlacement;
2227
+ trigger?: import("./index.ts").MenuTrigger;
2228
+ }> & Readonly<{
2229
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2230
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2231
+ select: (item: import("./index.ts").MenuItem) => any;
2232
+ }, string, {
2233
+ trigger: import("./index.ts").MenuTrigger;
2234
+ placement: import("./index.ts").MenuPlacement;
2235
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2236
+ $slots: {
2237
+ default?: (props: {}) => any;
2238
+ };
2239
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2240
+ [x: string]: any;
2241
+ }>;
2242
+ __isFragment?: never;
2243
+ __isTeleport?: never;
2244
+ __isSuspense?: never;
2245
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2246
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
2247
+ list: import("./index.ts").MenuItem[];
2248
+ placement?: import("./index.ts").MenuPlacement;
2249
+ trigger?: import("./index.ts").MenuTrigger;
2250
+ }> & Readonly<{
2251
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2252
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2253
+ select: (item: import("./index.ts").MenuItem) => any;
2254
+ }, import("vue").PublicProps, {
2255
+ trigger: import("./index.ts").MenuTrigger;
2256
+ placement: import("./index.ts").MenuPlacement;
2257
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2258
+ P: {};
2259
+ B: {};
2260
+ D: {};
2261
+ C: {};
2262
+ M: {};
2263
+ Defaults: {};
2264
+ }, Readonly<{
2265
+ list: import("./index.ts").MenuItem[];
2266
+ placement?: import("./index.ts").MenuPlacement;
2267
+ trigger?: import("./index.ts").MenuTrigger;
2268
+ }> & Readonly<{
2269
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2270
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, {
2271
+ trigger: import("./index.ts").MenuTrigger;
2272
+ placement: import("./index.ts").MenuPlacement;
2273
+ }>;
2274
+ __isFragment?: never;
2275
+ __isTeleport?: never;
2276
+ __isSuspense?: never;
2277
+ } & import("vue").ComponentOptionsBase<Readonly<{
2278
+ list: import("./index.ts").MenuItem[];
2279
+ placement?: import("./index.ts").MenuPlacement;
2280
+ trigger?: import("./index.ts").MenuTrigger;
2281
+ }> & Readonly<{
2282
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2283
+ }>, import("./index.ts").MenuExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2284
+ select: (item: import("./index.ts").MenuItem) => any;
2285
+ }, string, {
2286
+ trigger: import("./index.ts").MenuTrigger;
2287
+ placement: import("./index.ts").MenuPlacement;
2288
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2289
+ $slots: {
2290
+ default?: (props: {}) => any;
2291
+ };
2292
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2293
+ [x: string]: any;
2294
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2295
+ StMenuNode: {
2296
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<import("vue").DefineComponent<{
2297
+ item: import("./index.ts").MenuItem;
2298
+ depth?: number;
2299
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2300
+ select: (item: import("./index.ts").MenuItem) => any;
2301
+ }, string, import("vue").PublicProps, Readonly<{
2302
+ item: import("./index.ts").MenuItem;
2303
+ depth?: number;
2304
+ }> & Readonly<{
2305
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2306
+ }>, {
2307
+ depth: number;
2308
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2309
+ [x: string]: any;
2310
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2311
+ P: {};
2312
+ B: {};
2313
+ D: {};
2314
+ C: {};
2315
+ M: {};
2316
+ Defaults: {};
2317
+ }, Readonly<import("vue").ExtractPropTypes<import("vue").DefineComponent<{
2318
+ item: import("./index.ts").MenuItem;
2319
+ depth?: number;
2320
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2321
+ select: (item: import("./index.ts").MenuItem) => any;
2322
+ }, string, import("vue").PublicProps, Readonly<{
2323
+ item: import("./index.ts").MenuItem;
2324
+ depth?: number;
2325
+ }> & Readonly<{
2326
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2327
+ }>, {
2328
+ depth: number;
2329
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2330
+ [x: string]: any;
2331
+ }>;
2332
+ __isFragment?: never;
2333
+ __isTeleport?: never;
2334
+ __isSuspense?: never;
2335
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").DefineComponent<{
2336
+ item: import("./index.ts").MenuItem;
2337
+ depth?: number;
2338
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2339
+ select: (item: import("./index.ts").MenuItem) => any;
2340
+ }, string, import("vue").PublicProps, Readonly<{
2341
+ item: import("./index.ts").MenuItem;
2342
+ depth?: number;
2343
+ }> & Readonly<{
2344
+ onSelect?: (item: import("./index.ts").MenuItem) => any;
2345
+ }>, {
2346
+ depth: number;
2347
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2348
+ [x: string]: any;
2349
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2350
+ StSidebar: {
2351
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2352
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2353
+ P: {};
2354
+ B: {};
2355
+ D: {};
2356
+ C: {};
2357
+ M: {};
2358
+ Defaults: {};
2359
+ }, Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, {}>;
2360
+ __isFragment?: never;
2361
+ __isTeleport?: never;
2362
+ __isSuspense?: never;
2363
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2364
+ $slots: import("./index.ts").StSidebarSlots;
2365
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2366
+ [x: string]: any;
2367
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2368
+ P: {};
2369
+ B: {};
2370
+ D: {};
2371
+ C: {};
2372
+ M: {};
2373
+ Defaults: {};
2374
+ }, Readonly<import("vue").ExtractPropTypes<{
2375
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2376
+ P: {};
2377
+ B: {};
2378
+ D: {};
2379
+ C: {};
2380
+ M: {};
2381
+ Defaults: {};
2382
+ }, Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, {}>;
2383
+ __isFragment?: never;
2384
+ __isTeleport?: never;
2385
+ __isSuspense?: never;
2386
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2387
+ $slots: import("./index.ts").StSidebarSlots;
2388
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2389
+ [x: string]: any;
2390
+ }>;
2391
+ __isFragment?: never;
2392
+ __isTeleport?: never;
2393
+ __isSuspense?: never;
2394
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2395
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2396
+ P: {};
2397
+ B: {};
2398
+ D: {};
2399
+ C: {};
2400
+ M: {};
2401
+ Defaults: {};
2402
+ }, Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, {}>;
2403
+ __isFragment?: never;
2404
+ __isTeleport?: never;
2405
+ __isSuspense?: never;
2406
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").StSidebarProps> & Readonly<{}>, import("./index.ts").StSidebarExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2407
+ $slots: import("./index.ts").StSidebarSlots;
2408
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2409
+ [x: string]: any;
2410
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2411
+ StSidebarItem: {
2412
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2413
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2414
+ P: {};
2415
+ B: {};
2416
+ D: {};
2417
+ C: {};
2418
+ M: {};
2419
+ Defaults: {};
2420
+ }, Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
2421
+ __isFragment?: never;
2422
+ __isTeleport?: never;
2423
+ __isSuspense?: never;
2424
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2425
+ $slots: import("./index.ts").StSidebarItemSlots;
2426
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2427
+ [x: string]: any;
2428
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2429
+ P: {};
2430
+ B: {};
2431
+ D: {};
2432
+ C: {};
2433
+ M: {};
2434
+ Defaults: {};
2435
+ }, Readonly<import("vue").ExtractPropTypes<{
2436
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2437
+ P: {};
2438
+ B: {};
2439
+ D: {};
2440
+ C: {};
2441
+ M: {};
2442
+ Defaults: {};
2443
+ }, Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
2444
+ __isFragment?: never;
2445
+ __isTeleport?: never;
2446
+ __isSuspense?: never;
2447
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2448
+ $slots: import("./index.ts").StSidebarItemSlots;
2449
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2450
+ [x: string]: any;
2451
+ }>;
2452
+ __isFragment?: never;
2453
+ __isTeleport?: never;
2454
+ __isSuspense?: never;
2455
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2456
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2457
+ P: {};
2458
+ B: {};
2459
+ D: {};
2460
+ C: {};
2461
+ M: {};
2462
+ Defaults: {};
2463
+ }, Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
2464
+ __isFragment?: never;
2465
+ __isTeleport?: never;
2466
+ __isSuspense?: never;
2467
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").StSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2468
+ $slots: import("./index.ts").StSidebarItemSlots;
2469
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2470
+ [x: string]: any;
2471
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2472
+ StSplitter: {
2473
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2474
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2475
+ direction: import("./index.ts").SplitterDirection;
2476
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2477
+ P: {};
2478
+ B: {};
2479
+ D: {};
2480
+ C: {};
2481
+ M: {};
2482
+ Defaults: {};
2483
+ }, Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, {
2484
+ direction: import("./index.ts").SplitterDirection;
2485
+ }>;
2486
+ __isFragment?: never;
2487
+ __isTeleport?: never;
2488
+ __isSuspense?: never;
2489
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2490
+ direction: import("./index.ts").SplitterDirection;
2491
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2492
+ $slots: {
2493
+ default?: (props: {}) => any;
2494
+ };
2495
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2496
+ [x: string]: any;
2497
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2498
+ P: {};
2499
+ B: {};
2500
+ D: {};
2501
+ C: {};
2502
+ M: {};
2503
+ Defaults: {};
2504
+ }, Readonly<import("vue").ExtractPropTypes<{
2505
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2506
+ direction: import("./index.ts").SplitterDirection;
2507
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2508
+ P: {};
2509
+ B: {};
2510
+ D: {};
2511
+ C: {};
2512
+ M: {};
2513
+ Defaults: {};
2514
+ }, Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, {
2515
+ direction: import("./index.ts").SplitterDirection;
2516
+ }>;
2517
+ __isFragment?: never;
2518
+ __isTeleport?: never;
2519
+ __isSuspense?: never;
2520
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2521
+ direction: import("./index.ts").SplitterDirection;
2522
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2523
+ $slots: {
2524
+ default?: (props: {}) => any;
2525
+ };
2526
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2527
+ [x: string]: any;
2528
+ }>;
2529
+ __isFragment?: never;
2530
+ __isTeleport?: never;
2531
+ __isSuspense?: never;
2532
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2533
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2534
+ direction: import("./index.ts").SplitterDirection;
2535
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2536
+ P: {};
2537
+ B: {};
2538
+ D: {};
2539
+ C: {};
2540
+ M: {};
2541
+ Defaults: {};
2542
+ }, Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, {
2543
+ direction: import("./index.ts").SplitterDirection;
2544
+ }>;
2545
+ __isFragment?: never;
2546
+ __isTeleport?: never;
2547
+ __isSuspense?: never;
2548
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SplitterProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2549
+ direction: import("./index.ts").SplitterDirection;
2550
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2551
+ $slots: {
2552
+ default?: (props: {}) => any;
2553
+ };
2554
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2555
+ [x: string]: any;
2556
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2557
+ StSplitterPanel: {
2558
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2559
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SplitterPanelProps & {
2560
+ size?: number;
2561
+ }> & Readonly<{
2562
+ "onUpdate:size"?: (value: number) => any;
2563
+ }>, {
2564
+ panelId: import("vue").Ref<string, string>;
2565
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2566
+ "update:size": (value: number) => any;
2567
+ }, import("vue").PublicProps, {
2568
+ flex: boolean;
2569
+ visible: boolean;
2570
+ minSize: number;
2571
+ maxSize: number;
2572
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2573
+ P: {};
2574
+ B: {};
2575
+ D: {};
2576
+ C: {};
2577
+ M: {};
2578
+ Defaults: {};
2579
+ }, Readonly<import("./index.ts").SplitterPanelProps & {
2580
+ size?: number;
2581
+ }> & Readonly<{
2582
+ "onUpdate:size"?: (value: number) => any;
2583
+ }>, {
2584
+ panelId: import("vue").Ref<string, string>;
2585
+ }, {}, {}, {}, {
2586
+ flex: boolean;
2587
+ visible: boolean;
2588
+ minSize: number;
2589
+ maxSize: number;
2590
+ }>;
2591
+ __isFragment?: never;
2592
+ __isTeleport?: never;
2593
+ __isSuspense?: never;
2594
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SplitterPanelProps & {
2595
+ size?: number;
2596
+ }> & Readonly<{
2597
+ "onUpdate:size"?: (value: number) => any;
2598
+ }>, {
2599
+ panelId: import("vue").Ref<string, string>;
2600
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2601
+ "update:size": (value: number) => any;
2602
+ }, string, {
2603
+ flex: boolean;
2604
+ visible: boolean;
2605
+ minSize: number;
2606
+ maxSize: number;
2607
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2608
+ $slots: {
2609
+ default?: (props: {}) => any;
2610
+ };
2611
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2612
+ [x: string]: any;
2613
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2614
+ P: {};
2615
+ B: {};
2616
+ D: {};
2617
+ C: {};
2618
+ M: {};
2619
+ Defaults: {};
2620
+ }, Readonly<import("vue").ExtractPropTypes<{
2621
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SplitterPanelProps & {
2622
+ size?: number;
2623
+ }> & Readonly<{
2624
+ "onUpdate:size"?: (value: number) => any;
2625
+ }>, {
2626
+ panelId: import("vue").Ref<string, string>;
2627
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2628
+ "update:size": (value: number) => any;
2629
+ }, import("vue").PublicProps, {
2630
+ flex: boolean;
2631
+ visible: boolean;
2632
+ minSize: number;
2633
+ maxSize: number;
2634
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2635
+ P: {};
2636
+ B: {};
2637
+ D: {};
2638
+ C: {};
2639
+ M: {};
2640
+ Defaults: {};
2641
+ }, Readonly<import("./index.ts").SplitterPanelProps & {
2642
+ size?: number;
2643
+ }> & Readonly<{
2644
+ "onUpdate:size"?: (value: number) => any;
2645
+ }>, {
2646
+ panelId: import("vue").Ref<string, string>;
2647
+ }, {}, {}, {}, {
2648
+ flex: boolean;
2649
+ visible: boolean;
2650
+ minSize: number;
2651
+ maxSize: number;
2652
+ }>;
2653
+ __isFragment?: never;
2654
+ __isTeleport?: never;
2655
+ __isSuspense?: never;
2656
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SplitterPanelProps & {
2657
+ size?: number;
2658
+ }> & Readonly<{
2659
+ "onUpdate:size"?: (value: number) => any;
2660
+ }>, {
2661
+ panelId: import("vue").Ref<string, string>;
2662
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2663
+ "update:size": (value: number) => any;
2664
+ }, string, {
2665
+ flex: boolean;
2666
+ visible: boolean;
2667
+ minSize: number;
2668
+ maxSize: number;
2669
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2670
+ $slots: {
2671
+ default?: (props: {}) => any;
2672
+ };
2673
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2674
+ [x: string]: any;
2675
+ }>;
2676
+ __isFragment?: never;
2677
+ __isTeleport?: never;
2678
+ __isSuspense?: never;
2679
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2680
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").SplitterPanelProps & {
2681
+ size?: number;
2682
+ }> & Readonly<{
2683
+ "onUpdate:size"?: (value: number) => any;
2684
+ }>, {
2685
+ panelId: import("vue").Ref<string, string>;
2686
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2687
+ "update:size": (value: number) => any;
2688
+ }, import("vue").PublicProps, {
2689
+ flex: boolean;
2690
+ visible: boolean;
2691
+ minSize: number;
2692
+ maxSize: number;
2693
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2694
+ P: {};
2695
+ B: {};
2696
+ D: {};
2697
+ C: {};
2698
+ M: {};
2699
+ Defaults: {};
2700
+ }, Readonly<import("./index.ts").SplitterPanelProps & {
2701
+ size?: number;
2702
+ }> & Readonly<{
2703
+ "onUpdate:size"?: (value: number) => any;
2704
+ }>, {
2705
+ panelId: import("vue").Ref<string, string>;
2706
+ }, {}, {}, {}, {
2707
+ flex: boolean;
2708
+ visible: boolean;
2709
+ minSize: number;
2710
+ maxSize: number;
2711
+ }>;
2712
+ __isFragment?: never;
2713
+ __isTeleport?: never;
2714
+ __isSuspense?: never;
2715
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").SplitterPanelProps & {
2716
+ size?: number;
2717
+ }> & Readonly<{
2718
+ "onUpdate:size"?: (value: number) => any;
2719
+ }>, {
2720
+ panelId: import("vue").Ref<string, string>;
2721
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2722
+ "update:size": (value: number) => any;
2723
+ }, string, {
2724
+ flex: boolean;
2725
+ visible: boolean;
2726
+ minSize: number;
2727
+ maxSize: number;
2728
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2729
+ $slots: {
2730
+ default?: (props: {}) => any;
2731
+ };
2732
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2733
+ [x: string]: any;
2734
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2735
+ StTree: {
2736
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<import("vue").DefineComponent<{
2737
+ list: import("./index.ts").TreeListItem[];
2738
+ labelKey?: string;
2739
+ valueKey?: string;
2740
+ childrenKey?: string;
2741
+ indent?: number;
2742
+ } & {
2743
+ modelValue?: string | number | undefined;
2744
+ expandedKeys?: (string | number)[];
2745
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2746
+ select: (value: string | number) => any;
2747
+ "update:modelValue": (value: string | number) => any;
2748
+ "update:expandedKeys": (value: (string | number)[]) => any;
2749
+ }, string, import("vue").PublicProps, Readonly<{
2750
+ list: import("./index.ts").TreeListItem[];
2751
+ labelKey?: string;
2752
+ valueKey?: string;
2753
+ childrenKey?: string;
2754
+ indent?: number;
2755
+ } & {
2756
+ modelValue?: string | number | undefined;
2757
+ expandedKeys?: (string | number)[];
2758
+ }> & Readonly<{
2759
+ onSelect?: (value: string | number) => any;
2760
+ "onUpdate:modelValue"?: (value: string | number) => any;
2761
+ "onUpdate:expandedKeys"?: (value: (string | number)[]) => any;
2762
+ }>, {
2763
+ indent: number;
2764
+ labelKey: string;
2765
+ valueKey: string;
2766
+ childrenKey: string;
2767
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2768
+ [x: string]: any;
2769
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2770
+ P: {};
2771
+ B: {};
2772
+ D: {};
2773
+ C: {};
2774
+ M: {};
2775
+ Defaults: {};
2776
+ }, Readonly<import("vue").ExtractPropTypes<import("vue").DefineComponent<{
2777
+ list: import("./index.ts").TreeListItem[];
2778
+ labelKey?: string;
2779
+ valueKey?: string;
2780
+ childrenKey?: string;
2781
+ indent?: number;
2782
+ } & {
2783
+ modelValue?: string | number | undefined;
2784
+ expandedKeys?: (string | number)[];
2785
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2786
+ select: (value: string | number) => any;
2787
+ "update:modelValue": (value: string | number) => any;
2788
+ "update:expandedKeys": (value: (string | number)[]) => any;
2789
+ }, string, import("vue").PublicProps, Readonly<{
2790
+ list: import("./index.ts").TreeListItem[];
2791
+ labelKey?: string;
2792
+ valueKey?: string;
2793
+ childrenKey?: string;
2794
+ indent?: number;
2795
+ } & {
2796
+ modelValue?: string | number | undefined;
2797
+ expandedKeys?: (string | number)[];
2798
+ }> & Readonly<{
2799
+ onSelect?: (value: string | number) => any;
2800
+ "onUpdate:modelValue"?: (value: string | number) => any;
2801
+ "onUpdate:expandedKeys"?: (value: (string | number)[]) => any;
2802
+ }>, {
2803
+ indent: number;
2804
+ labelKey: string;
2805
+ valueKey: string;
2806
+ childrenKey: string;
2807
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2808
+ [x: string]: any;
2809
+ }>;
2810
+ __isFragment?: never;
2811
+ __isTeleport?: never;
2812
+ __isSuspense?: never;
2813
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").DefineComponent<{
2814
+ list: import("./index.ts").TreeListItem[];
2815
+ labelKey?: string;
2816
+ valueKey?: string;
2817
+ childrenKey?: string;
2818
+ indent?: number;
2819
+ } & {
2820
+ modelValue?: string | number | undefined;
2821
+ expandedKeys?: (string | number)[];
2822
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2823
+ select: (value: string | number) => any;
2824
+ "update:modelValue": (value: string | number) => any;
2825
+ "update:expandedKeys": (value: (string | number)[]) => any;
2826
+ }, string, import("vue").PublicProps, Readonly<{
2827
+ list: import("./index.ts").TreeListItem[];
2828
+ labelKey?: string;
2829
+ valueKey?: string;
2830
+ childrenKey?: string;
2831
+ indent?: number;
2832
+ } & {
2833
+ modelValue?: string | number | undefined;
2834
+ expandedKeys?: (string | number)[];
2835
+ }> & Readonly<{
2836
+ onSelect?: (value: string | number) => any;
2837
+ "onUpdate:modelValue"?: (value: string | number) => any;
2838
+ "onUpdate:expandedKeys"?: (value: (string | number)[]) => any;
2839
+ }>, {
2840
+ indent: number;
2841
+ labelKey: string;
2842
+ valueKey: string;
2843
+ childrenKey: string;
2844
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
2845
+ [x: string]: any;
2846
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
2847
+ StToggle: {
2848
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2849
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").ToggleProps> & Readonly<{
2850
+ "onUpdate:modelValue"?: (value: boolean) => any;
2851
+ "onPressed-change"?: (pressed: boolean) => any;
2852
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2853
+ "update:modelValue": (value: boolean) => any;
2854
+ "pressed-change": (pressed: boolean) => any;
2855
+ }, import("vue").PublicProps, {
2856
+ variant: import("./index.ts").ToggleVariant;
2857
+ disabled: boolean;
2858
+ modelValue: boolean;
2859
+ defaultPressed: boolean;
2860
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2861
+ P: {};
2862
+ B: {};
2863
+ D: {};
2864
+ C: {};
2865
+ M: {};
2866
+ Defaults: {};
2867
+ }, Readonly<import("./index.ts").ToggleProps> & Readonly<{
2868
+ "onUpdate:modelValue"?: (value: boolean) => any;
2869
+ "onPressed-change"?: (pressed: boolean) => any;
2870
+ }>, {}, {}, {}, {}, {
2871
+ variant: import("./index.ts").ToggleVariant;
2872
+ disabled: boolean;
2873
+ modelValue: boolean;
2874
+ defaultPressed: boolean;
2875
+ }>;
2876
+ __isFragment?: never;
2877
+ __isTeleport?: never;
2878
+ __isSuspense?: never;
2879
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").ToggleProps> & Readonly<{
2880
+ "onUpdate:modelValue"?: (value: boolean) => any;
2881
+ "onPressed-change"?: (pressed: boolean) => any;
2882
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2883
+ "update:modelValue": (value: boolean) => any;
2884
+ "pressed-change": (pressed: boolean) => any;
2885
+ }, string, {
2886
+ variant: import("./index.ts").ToggleVariant;
2887
+ disabled: boolean;
2888
+ modelValue: boolean;
2889
+ defaultPressed: boolean;
2890
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2891
+ $slots: {
2892
+ default?: (props: {}) => any;
2893
+ };
2894
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2895
+ [x: string]: any;
2896
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2897
+ P: {};
2898
+ B: {};
2899
+ D: {};
2900
+ C: {};
2901
+ M: {};
2902
+ Defaults: {};
2903
+ }, Readonly<import("vue").ExtractPropTypes<{
2904
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").ToggleProps> & Readonly<{
2905
+ "onUpdate:modelValue"?: (value: boolean) => any;
2906
+ "onPressed-change"?: (pressed: boolean) => any;
2907
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2908
+ "update:modelValue": (value: boolean) => any;
2909
+ "pressed-change": (pressed: boolean) => any;
2910
+ }, import("vue").PublicProps, {
2911
+ variant: import("./index.ts").ToggleVariant;
2912
+ disabled: boolean;
2913
+ modelValue: boolean;
2914
+ defaultPressed: boolean;
2915
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2916
+ P: {};
2917
+ B: {};
2918
+ D: {};
2919
+ C: {};
2920
+ M: {};
2921
+ Defaults: {};
2922
+ }, Readonly<import("./index.ts").ToggleProps> & Readonly<{
2923
+ "onUpdate:modelValue"?: (value: boolean) => any;
2924
+ "onPressed-change"?: (pressed: boolean) => any;
2925
+ }>, {}, {}, {}, {}, {
2926
+ variant: import("./index.ts").ToggleVariant;
2927
+ disabled: boolean;
2928
+ modelValue: boolean;
2929
+ defaultPressed: boolean;
2930
+ }>;
2931
+ __isFragment?: never;
2932
+ __isTeleport?: never;
2933
+ __isSuspense?: never;
2934
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").ToggleProps> & Readonly<{
2935
+ "onUpdate:modelValue"?: (value: boolean) => any;
2936
+ "onPressed-change"?: (pressed: boolean) => any;
2937
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2938
+ "update:modelValue": (value: boolean) => any;
2939
+ "pressed-change": (pressed: boolean) => any;
2940
+ }, string, {
2941
+ variant: import("./index.ts").ToggleVariant;
2942
+ disabled: boolean;
2943
+ modelValue: boolean;
2944
+ defaultPressed: boolean;
2945
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2946
+ $slots: {
2947
+ default?: (props: {}) => any;
2948
+ };
2949
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, {
2950
+ [x: string]: any;
2951
+ }>;
2952
+ __isFragment?: never;
2953
+ __isTeleport?: never;
2954
+ __isSuspense?: never;
2955
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2956
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./index.ts").ToggleProps> & Readonly<{
2957
+ "onUpdate:modelValue"?: (value: boolean) => any;
2958
+ "onPressed-change"?: (pressed: boolean) => any;
2959
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2960
+ "update:modelValue": (value: boolean) => any;
2961
+ "pressed-change": (pressed: boolean) => any;
2962
+ }, import("vue").PublicProps, {
2963
+ variant: import("./index.ts").ToggleVariant;
2964
+ disabled: boolean;
2965
+ modelValue: boolean;
2966
+ defaultPressed: boolean;
2967
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2968
+ P: {};
2969
+ B: {};
2970
+ D: {};
2971
+ C: {};
2972
+ M: {};
2973
+ Defaults: {};
2974
+ }, Readonly<import("./index.ts").ToggleProps> & Readonly<{
2975
+ "onUpdate:modelValue"?: (value: boolean) => any;
2976
+ "onPressed-change"?: (pressed: boolean) => any;
2977
+ }>, {}, {}, {}, {}, {
2978
+ variant: import("./index.ts").ToggleVariant;
2979
+ disabled: boolean;
2980
+ modelValue: boolean;
2981
+ defaultPressed: boolean;
2982
+ }>;
2983
+ __isFragment?: never;
2984
+ __isTeleport?: never;
2985
+ __isSuspense?: never;
2986
+ } & import("vue").ComponentOptionsBase<Readonly<import("./index.ts").ToggleProps> & Readonly<{
2987
+ "onUpdate:modelValue"?: (value: boolean) => any;
2988
+ "onPressed-change"?: (pressed: boolean) => any;
2989
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2990
+ "update:modelValue": (value: boolean) => any;
2991
+ "pressed-change": (pressed: boolean) => any;
2992
+ }, string, {
2993
+ variant: import("./index.ts").ToggleVariant;
2994
+ disabled: boolean;
2995
+ modelValue: boolean;
2996
+ defaultPressed: boolean;
2997
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2998
+ $slots: {
2999
+ default?: (props: {}) => any;
3000
+ };
3001
+ })>>, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3002
+ [x: string]: any;
3003
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & (import("vue").VNodeProps & (import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & import("vue").Plugin)));
3004
+ };
3005
+ export default _default;