fangguo-component 1.0.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 (89) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +128 -0
  3. package/dist/MInput-CO6YUVuZ.js +101 -0
  4. package/dist/MInput.css +1 -0
  5. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
  6. package/dist/cascader.css +1 -0
  7. package/dist/cascader.vue_vue_type_script_setup_true_lang-HFhhhQva.js +2268 -0
  8. package/dist/components/cascader/cascader/cascader.d.ts +49 -0
  9. package/dist/components/cascader/cascader/cascader.vue.d.ts +3734 -0
  10. package/dist/components/cascader/cascader/index.d.ts +6 -0
  11. package/dist/components/cascader/cascader-panel/config.d.ts +28 -0
  12. package/dist/components/cascader/cascader-panel/index.vue.d.ts +971 -0
  13. package/dist/components/cascader/cascader-panel/instance.d.ts +2 -0
  14. package/dist/components/cascader/cascader-panel/menu.vue.d.ts +659 -0
  15. package/dist/components/cascader/cascader-panel/node-content.d.ts +21 -0
  16. package/dist/components/cascader/cascader-panel/node.d.ts +85 -0
  17. package/dist/components/cascader/cascader-panel/node.vue.d.ts +481 -0
  18. package/dist/components/cascader/cascader-panel/store.d.ts +18 -0
  19. package/dist/components/cascader/cascader-panel/types.d.ts +36 -0
  20. package/dist/components/cascader/cascader-panel/utils.d.ts +4 -0
  21. package/dist/components/cascader/index.d.ts +4 -0
  22. package/dist/components/cascader/index.js +4 -0
  23. package/dist/components/cascader/utils/arrays.d.ts +5 -0
  24. package/dist/components/cascader/utils/browser.d.ts +3 -0
  25. package/dist/components/cascader/utils/dom/aria.d.ts +30 -0
  26. package/dist/components/cascader/utils/dom/event.d.ts +6 -0
  27. package/dist/components/cascader/utils/dom/index.d.ts +5 -0
  28. package/dist/components/cascader/utils/dom/position.d.ts +7 -0
  29. package/dist/components/cascader/utils/dom/scroll.d.ts +8 -0
  30. package/dist/components/cascader/utils/dom/style.d.ts +9 -0
  31. package/dist/components/cascader/utils/error.d.ts +3 -0
  32. package/dist/components/cascader/utils/functions.d.ts +1 -0
  33. package/dist/components/cascader/utils/i18n.d.ts +1 -0
  34. package/dist/components/cascader/utils/index.d.ts +13 -0
  35. package/dist/components/cascader/utils/objects.d.ts +8 -0
  36. package/dist/components/cascader/utils/raf.d.ts +2 -0
  37. package/dist/components/cascader/utils/rand.d.ts +10 -0
  38. package/dist/components/cascader/utils/strings.d.ts +6 -0
  39. package/dist/components/cascader/utils/types.d.ts +9 -0
  40. package/dist/components/cascader/utils/typescript.d.ts +12 -0
  41. package/dist/components/cascader/utils/vue/global-node.d.ts +3 -0
  42. package/dist/components/cascader/utils/vue/icon.d.ts +23 -0
  43. package/dist/components/cascader/utils/vue/index.d.ts +9 -0
  44. package/dist/components/cascader/utils/vue/install.d.ts +6 -0
  45. package/dist/components/cascader/utils/vue/props/index.d.ts +3 -0
  46. package/dist/components/cascader/utils/vue/props/runtime.d.ts +29 -0
  47. package/dist/components/cascader/utils/vue/props/types.d.ts +120 -0
  48. package/dist/components/cascader/utils/vue/props/util.d.ts +8 -0
  49. package/dist/components/cascader/utils/vue/refs.d.ts +3 -0
  50. package/dist/components/cascader/utils/vue/size.d.ts +2 -0
  51. package/dist/components/cascader/utils/vue/typescript.d.ts +5 -0
  52. package/dist/components/cascader/utils/vue/validator.d.ts +3 -0
  53. package/dist/components/cascader/utils/vue/vnode.d.ts +50 -0
  54. package/dist/components/index.d.ts +2 -0
  55. package/dist/components/index.js +6 -0
  56. package/dist/components/mInput/MInput.vue.d.ts +28 -0
  57. package/dist/components/mInput/index.d.ts +2 -0
  58. package/dist/components/mInput/index.js +4 -0
  59. package/dist/components/mInput/types.d.ts +24 -0
  60. package/dist/directive/index.d.ts +1 -0
  61. package/dist/directive/index.js +4 -0
  62. package/dist/directive/loading/Loading.vue.d.ts +2 -0
  63. package/dist/directive/loading/index.d.ts +1 -0
  64. package/dist/directive/loading/index.js +4 -0
  65. package/dist/directive/loading/loading.d.ts +5 -0
  66. package/dist/hooks/index.d.ts +1 -0
  67. package/dist/hooks/index.js +4 -0
  68. package/dist/hooks/usePagination/index.d.ts +1 -0
  69. package/dist/hooks/usePagination/index.js +4 -0
  70. package/dist/hooks/usePagination/usePagination.d.ts +8 -0
  71. package/dist/index-CeWudY6u.js +8 -0
  72. package/dist/index-DihzpZcR.js +14 -0
  73. package/dist/index-DpPsTMp0.js +8 -0
  74. package/dist/index-wUcQXc_Z.js +10 -0
  75. package/dist/index.d.ts +38 -0
  76. package/dist/index.js +55 -0
  77. package/dist/loading-DJVNc0eN.js +36 -0
  78. package/dist/loading.css +1 -0
  79. package/dist/shims.d.ts +20 -0
  80. package/dist/tools/Grid/Grid.d.ts +48 -0
  81. package/dist/tools/Grid/index.d.ts +1 -0
  82. package/dist/tools/Grid/index.js +217 -0
  83. package/dist/tools/common/common.d.ts +44 -0
  84. package/dist/tools/common/index.d.ts +1 -0
  85. package/dist/tools/common/index.js +5087 -0
  86. package/dist/tools/index.d.ts +2 -0
  87. package/dist/tools/index.js +10 -0
  88. package/dist/usePagination-CwShBEjA.js +20 -0
  89. package/package.json +82 -0
@@ -0,0 +1,971 @@
1
+ import { default as Node, default as CascaderNode, CascaderNodeValue, CascaderOption, CascaderValue, RenderLabel } from './node';
2
+ import { PropType } from 'vue';
3
+ import { ElCascaderPanelContext } from './types';
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ border: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ inputWidth: {
10
+ type: NumberConstructor;
11
+ default: number;
12
+ };
13
+ renderLabel: PropType<RenderLabel>;
14
+ modelValue: {
15
+ readonly type: PropType<import('../utils/vue').EpPropMergeType<PropType<CascaderValue>, unknown, unknown>>;
16
+ readonly required: false;
17
+ readonly validator: ((val: unknown) => boolean) | undefined;
18
+ __epPropKey: true;
19
+ };
20
+ options: import('../utils/vue').EpPropFinalized<PropType<CascaderOption[]>, unknown, unknown, () => CascaderOption[], boolean>;
21
+ props: import('../utils/vue').EpPropFinalized<PropType<import('./node').CascaderProps>, unknown, unknown, () => import('./node').CascaderProps, boolean>;
22
+ }>, {
23
+ ns: {
24
+ namespace: import('vue').ComputedRef<string>;
25
+ b: (blockSuffix?: string) => string;
26
+ e: (element?: string) => string;
27
+ m: (modifier?: string) => string;
28
+ be: (blockSuffix?: string, element?: string) => string;
29
+ em: (element?: string, modifier?: string) => string;
30
+ bm: (blockSuffix?: string, modifier?: string) => string;
31
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
32
+ is: {
33
+ (name: string, state: boolean | undefined): string;
34
+ (name: string): string;
35
+ };
36
+ cssVar: (object: Record<string, string>) => Record<string, string>;
37
+ cssVarName: (name: string) => string;
38
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
39
+ cssVarBlockName: (name: string) => string;
40
+ };
41
+ menuList: import('vue').Ref<any[], any[]>;
42
+ menuRenderKey: import('vue').Ref<number, number>;
43
+ menus: import('vue').Ref<{
44
+ readonly uid: number;
45
+ readonly level: number;
46
+ readonly value: CascaderNodeValue;
47
+ readonly label: string;
48
+ readonly pathNodes: /*elided*/ any[];
49
+ readonly pathValues: CascaderNodeValue[];
50
+ readonly pathLabels: string[];
51
+ childrenData: {
52
+ [x: string]: unknown;
53
+ label?: string;
54
+ value?: CascaderNodeValue;
55
+ children?: /*elided*/ any[];
56
+ disabled?: boolean;
57
+ leaf?: boolean;
58
+ }[];
59
+ children: /*elided*/ any[];
60
+ text: string;
61
+ loaded: boolean;
62
+ checked: boolean;
63
+ indeterminate: boolean;
64
+ loading: boolean;
65
+ readonly data: {
66
+ [x: string]: unknown;
67
+ label?: string;
68
+ value?: CascaderNodeValue;
69
+ children?: /*elided*/ any[];
70
+ disabled?: boolean;
71
+ leaf?: boolean;
72
+ };
73
+ readonly config: {
74
+ expandTrigger: import('./node').ExpandTrigger;
75
+ multiple: boolean;
76
+ checkStrictly: boolean;
77
+ emitPath: boolean;
78
+ lazy: boolean;
79
+ lazyLoad: import('./node').LazyLoad;
80
+ value: string;
81
+ label: string;
82
+ children: string;
83
+ disabled: string | import('./node').isDisabled;
84
+ leaf: string | import('./node').isLeaf;
85
+ hoverThreshold: number;
86
+ };
87
+ readonly parent?: /*elided*/ any;
88
+ readonly root: boolean;
89
+ readonly isDisabled: boolean;
90
+ readonly isLeaf: boolean;
91
+ readonly valueByOption: CascaderNodeValue | CascaderNodeValue[];
92
+ appendChild: (childData: CascaderOption) => Node;
93
+ calcText: (allLevels: boolean, separator: string) => string;
94
+ broadcast: (event: string, ...args: unknown[]) => void;
95
+ emit: (event: string, ...args: unknown[]) => void;
96
+ onParentCheck: (checked: boolean) => void;
97
+ onChildCheck: () => void;
98
+ setCheckState: (checked: boolean) => void;
99
+ doCheck: (checked: boolean) => void;
100
+ }[][], Node[][] | {
101
+ readonly uid: number;
102
+ readonly level: number;
103
+ readonly value: CascaderNodeValue;
104
+ readonly label: string;
105
+ readonly pathNodes: /*elided*/ any[];
106
+ readonly pathValues: CascaderNodeValue[];
107
+ readonly pathLabels: string[];
108
+ childrenData: {
109
+ [x: string]: unknown;
110
+ label?: string;
111
+ value?: CascaderNodeValue;
112
+ children?: /*elided*/ any[];
113
+ disabled?: boolean;
114
+ leaf?: boolean;
115
+ }[];
116
+ children: /*elided*/ any[];
117
+ text: string;
118
+ loaded: boolean;
119
+ checked: boolean;
120
+ indeterminate: boolean;
121
+ loading: boolean;
122
+ readonly data: {
123
+ [x: string]: unknown;
124
+ label?: string;
125
+ value?: CascaderNodeValue;
126
+ children?: /*elided*/ any[];
127
+ disabled?: boolean;
128
+ leaf?: boolean;
129
+ };
130
+ readonly config: {
131
+ expandTrigger: import('./node').ExpandTrigger;
132
+ multiple: boolean;
133
+ checkStrictly: boolean;
134
+ emitPath: boolean;
135
+ lazy: boolean;
136
+ lazyLoad: import('./node').LazyLoad;
137
+ value: string;
138
+ label: string;
139
+ children: string;
140
+ disabled: string | import('./node').isDisabled;
141
+ leaf: string | import('./node').isLeaf;
142
+ hoverThreshold: number;
143
+ };
144
+ readonly parent?: /*elided*/ any;
145
+ readonly root: boolean;
146
+ readonly isDisabled: boolean;
147
+ readonly isLeaf: boolean;
148
+ readonly valueByOption: CascaderNodeValue | CascaderNodeValue[];
149
+ appendChild: (childData: CascaderOption) => Node;
150
+ calcText: (allLevels: boolean, separator: string) => string;
151
+ broadcast: (event: string, ...args: unknown[]) => void;
152
+ emit: (event: string, ...args: unknown[]) => void;
153
+ onParentCheck: (checked: boolean) => void;
154
+ onChildCheck: () => void;
155
+ setCheckState: (checked: boolean) => void;
156
+ doCheck: (checked: boolean) => void;
157
+ }[][]>;
158
+ checkedNodes: import('vue').Ref<{
159
+ readonly uid: number;
160
+ readonly level: number;
161
+ readonly value: CascaderNodeValue;
162
+ readonly label: string;
163
+ readonly pathNodes: /*elided*/ any[];
164
+ readonly pathValues: CascaderNodeValue[];
165
+ readonly pathLabels: string[];
166
+ childrenData: {
167
+ [x: string]: unknown;
168
+ label?: string;
169
+ value?: CascaderNodeValue;
170
+ children?: /*elided*/ any[];
171
+ disabled?: boolean;
172
+ leaf?: boolean;
173
+ }[];
174
+ children: /*elided*/ any[];
175
+ text: string;
176
+ loaded: boolean;
177
+ checked: boolean;
178
+ indeterminate: boolean;
179
+ loading: boolean;
180
+ readonly data: {
181
+ [x: string]: unknown;
182
+ label?: string;
183
+ value?: CascaderNodeValue;
184
+ children?: /*elided*/ any[];
185
+ disabled?: boolean;
186
+ leaf?: boolean;
187
+ };
188
+ readonly config: {
189
+ expandTrigger: import('./node').ExpandTrigger;
190
+ multiple: boolean;
191
+ checkStrictly: boolean;
192
+ emitPath: boolean;
193
+ lazy: boolean;
194
+ lazyLoad: import('./node').LazyLoad;
195
+ value: string;
196
+ label: string;
197
+ children: string;
198
+ disabled: string | import('./node').isDisabled;
199
+ leaf: string | import('./node').isLeaf;
200
+ hoverThreshold: number;
201
+ };
202
+ readonly parent?: /*elided*/ any;
203
+ readonly root: boolean;
204
+ readonly isDisabled: boolean;
205
+ readonly isLeaf: boolean;
206
+ readonly valueByOption: CascaderNodeValue | CascaderNodeValue[];
207
+ appendChild: (childData: CascaderOption) => Node;
208
+ calcText: (allLevels: boolean, separator: string) => string;
209
+ broadcast: (event: string, ...args: unknown[]) => void;
210
+ emit: (event: string, ...args: unknown[]) => void;
211
+ onParentCheck: (checked: boolean) => void;
212
+ onChildCheck: () => void;
213
+ setCheckState: (checked: boolean) => void;
214
+ doCheck: (checked: boolean) => void;
215
+ }[], Node[] | {
216
+ readonly uid: number;
217
+ readonly level: number;
218
+ readonly value: CascaderNodeValue;
219
+ readonly label: string;
220
+ readonly pathNodes: /*elided*/ any[];
221
+ readonly pathValues: CascaderNodeValue[];
222
+ readonly pathLabels: string[];
223
+ childrenData: {
224
+ [x: string]: unknown;
225
+ label?: string;
226
+ value?: CascaderNodeValue;
227
+ children?: /*elided*/ any[];
228
+ disabled?: boolean;
229
+ leaf?: boolean;
230
+ }[];
231
+ children: /*elided*/ any[];
232
+ text: string;
233
+ loaded: boolean;
234
+ checked: boolean;
235
+ indeterminate: boolean;
236
+ loading: boolean;
237
+ readonly data: {
238
+ [x: string]: unknown;
239
+ label?: string;
240
+ value?: CascaderNodeValue;
241
+ children?: /*elided*/ any[];
242
+ disabled?: boolean;
243
+ leaf?: boolean;
244
+ };
245
+ readonly config: {
246
+ expandTrigger: import('./node').ExpandTrigger;
247
+ multiple: boolean;
248
+ checkStrictly: boolean;
249
+ emitPath: boolean;
250
+ lazy: boolean;
251
+ lazyLoad: import('./node').LazyLoad;
252
+ value: string;
253
+ label: string;
254
+ children: string;
255
+ disabled: string | import('./node').isDisabled;
256
+ leaf: string | import('./node').isLeaf;
257
+ hoverThreshold: number;
258
+ };
259
+ readonly parent?: /*elided*/ any;
260
+ readonly root: boolean;
261
+ readonly isDisabled: boolean;
262
+ readonly isLeaf: boolean;
263
+ readonly valueByOption: CascaderNodeValue | CascaderNodeValue[];
264
+ appendChild: (childData: CascaderOption) => Node;
265
+ calcText: (allLevels: boolean, separator: string) => string;
266
+ broadcast: (event: string, ...args: unknown[]) => void;
267
+ emit: (event: string, ...args: unknown[]) => void;
268
+ onParentCheck: (checked: boolean) => void;
269
+ onChildCheck: () => void;
270
+ setCheckState: (checked: boolean) => void;
271
+ doCheck: (checked: boolean) => void;
272
+ }[]>;
273
+ handleKeyDown: (e: KeyboardEvent) => void;
274
+ handleCheckChange: (node: CascaderNode, checked: boolean, emitClose?: boolean) => void;
275
+ getFlattedNodes: (leafOnly: boolean) => Node[];
276
+ /**
277
+ * @description get an array of currently selected node,(leafOnly) whether only return the leaf checked nodes, default is `false`
278
+ */
279
+ getCheckedNodes: (leafOnly: boolean) => Node[];
280
+ /**
281
+ * @description clear checked nodes
282
+ */
283
+ clearCheckedNodes: () => void;
284
+ calculateCheckedValue: () => void;
285
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue" | "close" | "expand-change")[], "change" | "update:modelValue" | "close" | "expand-change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
286
+ border: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
290
+ inputWidth: {
291
+ type: NumberConstructor;
292
+ default: number;
293
+ };
294
+ renderLabel: PropType<RenderLabel>;
295
+ modelValue: {
296
+ readonly type: PropType<import('../utils/vue').EpPropMergeType<PropType<CascaderValue>, unknown, unknown>>;
297
+ readonly required: false;
298
+ readonly validator: ((val: unknown) => boolean) | undefined;
299
+ __epPropKey: true;
300
+ };
301
+ options: import('../utils/vue').EpPropFinalized<PropType<CascaderOption[]>, unknown, unknown, () => CascaderOption[], boolean>;
302
+ props: import('../utils/vue').EpPropFinalized<PropType<import('./node').CascaderProps>, unknown, unknown, () => import('./node').CascaderProps, boolean>;
303
+ }>> & Readonly<{
304
+ onChange?: (...args: any[]) => any;
305
+ "onUpdate:modelValue"?: (...args: any[]) => any;
306
+ onClose?: (...args: any[]) => any;
307
+ "onExpand-change"?: (...args: any[]) => any;
308
+ }>, {
309
+ border: boolean;
310
+ props: import('./node').CascaderProps;
311
+ options: CascaderOption[];
312
+ inputWidth: number;
313
+ }, {}, {
314
+ CustomCascaderMenu: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
315
+ nodes: {
316
+ type: PropType<CascaderNode[]>;
317
+ required: true;
318
+ };
319
+ index: {
320
+ type: NumberConstructor;
321
+ required: true;
322
+ };
323
+ }>, {
324
+ ns: {
325
+ namespace: import('vue').ComputedRef<string>;
326
+ b: (blockSuffix?: string) => string;
327
+ e: (element?: string) => string;
328
+ m: (modifier?: string) => string;
329
+ be: (blockSuffix?: string, element?: string) => string;
330
+ em: (element?: string, modifier?: string) => string;
331
+ bm: (blockSuffix?: string, modifier?: string) => string;
332
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
333
+ is: {
334
+ (name: string, state: boolean | undefined): string;
335
+ (name: string): string;
336
+ };
337
+ cssVar: (object: Record<string, string>) => Record<string, string>;
338
+ cssVarName: (name: string) => string;
339
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
340
+ cssVarBlockName: (name: string) => string;
341
+ };
342
+ panel: ElCascaderPanelContext;
343
+ hoverZone: import('vue').Ref<SVGSVGElement, SVGSVGElement>;
344
+ isEmpty: import('vue').ComputedRef<boolean>;
345
+ isLoading: import('vue').ComputedRef<boolean>;
346
+ menuId: import('vue').ComputedRef<string>;
347
+ menuWidth: import('vue').ComputedRef<number>;
348
+ t: import('element-plus').Translator;
349
+ handleExpand: (e: MouseEvent) => void;
350
+ handleMouseMove: (e: MouseEvent) => void;
351
+ clearHoverZone: () => void;
352
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
353
+ nodes: {
354
+ type: PropType<CascaderNode[]>;
355
+ required: true;
356
+ };
357
+ index: {
358
+ type: NumberConstructor;
359
+ required: true;
360
+ };
361
+ }>> & Readonly<{}>, {}, {}, {
362
+ Loading: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
363
+ ElIcon: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
364
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
365
+ P: {};
366
+ B: {};
367
+ D: {};
368
+ C: {};
369
+ M: {};
370
+ Defaults: {};
371
+ }, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
372
+ __isFragment?: never;
373
+ __isTeleport?: never;
374
+ __isSuspense?: never;
375
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & 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 () => {
376
+ $slots: {
377
+ default?: (props: {}) => any;
378
+ };
379
+ })>;
380
+ ElScrollbar: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
381
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
382
+ onScroll?: ((args_0: {
383
+ scrollTop: number;
384
+ scrollLeft: number;
385
+ }) => any) | undefined;
386
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
387
+ }>, {
388
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
389
+ update: () => void;
390
+ scrollTo: {
391
+ (xCord: number, yCord?: number): void;
392
+ (options: ScrollToOptions): void;
393
+ };
394
+ setScrollTop: (value: number) => void;
395
+ setScrollLeft: (value: number) => void;
396
+ handleScroll: () => void;
397
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
398
+ scroll: (args_0: {
399
+ scrollTop: number;
400
+ scrollLeft: number;
401
+ }) => void;
402
+ "end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
403
+ }, import('vue').PublicProps, {
404
+ tabindex: number | string;
405
+ height: number | string;
406
+ maxHeight: number | string;
407
+ tag: keyof HTMLElementTagNameMap | (string & {});
408
+ distance: number;
409
+ wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
410
+ wrapClass: string | string[];
411
+ viewClass: string | string[];
412
+ viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
413
+ minSize: number;
414
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
415
+ P: {};
416
+ B: {};
417
+ D: {};
418
+ C: {};
419
+ M: {};
420
+ Defaults: {};
421
+ }, Readonly<import('element-plus').ScrollbarProps> & Readonly<{
422
+ onScroll?: ((args_0: {
423
+ scrollTop: number;
424
+ scrollLeft: number;
425
+ }) => any) | undefined;
426
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
427
+ }>, {
428
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
429
+ update: () => void;
430
+ scrollTo: {
431
+ (xCord: number, yCord?: number): void;
432
+ (options: ScrollToOptions): void;
433
+ };
434
+ setScrollTop: (value: number) => void;
435
+ setScrollLeft: (value: number) => void;
436
+ handleScroll: () => void;
437
+ }, {}, {}, {}, {
438
+ tabindex: number | string;
439
+ height: number | string;
440
+ maxHeight: number | string;
441
+ tag: keyof HTMLElementTagNameMap | (string & {});
442
+ distance: number;
443
+ wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
444
+ wrapClass: string | string[];
445
+ viewClass: string | string[];
446
+ viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
447
+ minSize: number;
448
+ }>;
449
+ __isFragment?: never;
450
+ __isTeleport?: never;
451
+ __isSuspense?: never;
452
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
453
+ onScroll?: ((args_0: {
454
+ scrollTop: number;
455
+ scrollLeft: number;
456
+ }) => any) | undefined;
457
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
458
+ }>, {
459
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
460
+ update: () => void;
461
+ scrollTo: {
462
+ (xCord: number, yCord?: number): void;
463
+ (options: ScrollToOptions): void;
464
+ };
465
+ setScrollTop: (value: number) => void;
466
+ setScrollLeft: (value: number) => void;
467
+ handleScroll: () => void;
468
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
469
+ scroll: (args_0: {
470
+ scrollTop: number;
471
+ scrollLeft: number;
472
+ }) => void;
473
+ "end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
474
+ }, string, {
475
+ tabindex: number | string;
476
+ height: number | string;
477
+ maxHeight: number | string;
478
+ tag: keyof HTMLElementTagNameMap | (string & {});
479
+ distance: number;
480
+ wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
481
+ wrapClass: string | string[];
482
+ viewClass: string | string[];
483
+ viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
484
+ minSize: number;
485
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
486
+ $slots: {
487
+ default?: (props: {}) => any;
488
+ };
489
+ })>;
490
+ RecycleScroller: import('vue').DefineComponent<any, any, any>;
491
+ CustomCascaderNode: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
492
+ node: {
493
+ type: PropType<CascaderNode>;
494
+ required: true;
495
+ };
496
+ menuId: StringConstructor;
497
+ }>, {
498
+ panel: ElCascaderPanelContext;
499
+ isHoverMenu: import('vue').ComputedRef<boolean>;
500
+ multiple: import('vue').ComputedRef<boolean>;
501
+ checkStrictly: import('vue').ComputedRef<boolean>;
502
+ checkedNodeId: import('vue').ComputedRef<number>;
503
+ isDisabled: import('vue').ComputedRef<boolean>;
504
+ isLeaf: import('vue').ComputedRef<boolean>;
505
+ expandable: import('vue').ComputedRef<boolean>;
506
+ inExpandingPath: import('vue').ComputedRef<boolean>;
507
+ inCheckedPath: import('vue').ComputedRef<boolean>;
508
+ ns: {
509
+ namespace: import('vue').ComputedRef<string>;
510
+ b: (blockSuffix?: string) => string;
511
+ e: (element?: string) => string;
512
+ m: (modifier?: string) => string;
513
+ be: (blockSuffix?: string, element?: string) => string;
514
+ em: (element?: string, modifier?: string) => string;
515
+ bm: (blockSuffix?: string, modifier?: string) => string;
516
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
517
+ is: {
518
+ (name: string, state: boolean | undefined): string;
519
+ (name: string): string;
520
+ };
521
+ cssVar: (object: Record<string, string>) => Record<string, string>;
522
+ cssVarName: (name: string) => string;
523
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
524
+ cssVarBlockName: (name: string) => string;
525
+ };
526
+ handleHoverExpand: (e: Event) => void;
527
+ handleExpand: () => void;
528
+ handleClick: () => void;
529
+ handleCheck: (checked: boolean) => void;
530
+ handleSelectCheck: (checked: boolean) => void;
531
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "expand"[], "expand", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
532
+ node: {
533
+ type: PropType<CascaderNode>;
534
+ required: true;
535
+ };
536
+ menuId: StringConstructor;
537
+ }>> & Readonly<{
538
+ onExpand?: (...args: any[]) => any;
539
+ }>, {}, {}, {
540
+ ElCheckbox: {
541
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
542
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
543
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
544
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
545
+ change: (val: import('element-plus').CheckboxValueType) => void;
546
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
547
+ }, import('vue').PublicProps, {
548
+ id: string;
549
+ disabled: boolean;
550
+ modelValue: number | string | boolean;
551
+ validateEvent: boolean;
552
+ name: string;
553
+ value: string | boolean | number | object;
554
+ label: string | boolean | number | object;
555
+ trueValue: string | number;
556
+ falseValue: string | number;
557
+ trueLabel: string | number;
558
+ falseLabel: string | number;
559
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
560
+ P: {};
561
+ B: {};
562
+ D: {};
563
+ C: {};
564
+ M: {};
565
+ Defaults: {};
566
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
567
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
568
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
569
+ }>, {}, {}, {}, {}, {
570
+ id: string;
571
+ disabled: boolean;
572
+ modelValue: number | string | boolean;
573
+ validateEvent: boolean;
574
+ name: string;
575
+ value: string | boolean | number | object;
576
+ label: string | boolean | number | object;
577
+ trueValue: string | number;
578
+ falseValue: string | number;
579
+ trueLabel: string | number;
580
+ falseLabel: string | number;
581
+ }>;
582
+ __isFragment?: never;
583
+ __isTeleport?: never;
584
+ __isSuspense?: never;
585
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
586
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
587
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
588
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
589
+ change: (val: import('element-plus').CheckboxValueType) => void;
590
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
591
+ }, string, {
592
+ id: string;
593
+ disabled: boolean;
594
+ modelValue: number | string | boolean;
595
+ validateEvent: boolean;
596
+ name: string;
597
+ value: string | boolean | number | object;
598
+ label: string | boolean | number | object;
599
+ trueValue: string | number;
600
+ falseValue: string | number;
601
+ trueLabel: string | number;
602
+ falseLabel: string | number;
603
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
604
+ $slots: {
605
+ default?: (props: {}) => any;
606
+ };
607
+ }) & import('vue').ObjectPlugin & {
608
+ setPropsDefaults: (defaults: Partial<Omit<{
609
+ readonly modelValue?: number | string | boolean;
610
+ readonly label?: string | boolean | number | object;
611
+ readonly value?: string | boolean | number | object;
612
+ readonly indeterminate?: boolean;
613
+ readonly disabled?: boolean;
614
+ readonly checked?: boolean;
615
+ readonly name?: string;
616
+ readonly trueValue?: string | number;
617
+ readonly falseValue?: string | number;
618
+ readonly trueLabel?: string | number;
619
+ readonly falseLabel?: string | number;
620
+ readonly id?: string;
621
+ readonly border?: boolean;
622
+ readonly size?: import('element-plus').ComponentSize;
623
+ readonly tabindex?: string | number;
624
+ readonly validateEvent?: boolean;
625
+ readonly ariaLabel?: string;
626
+ readonly ariaControls?: string;
627
+ readonly onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
628
+ readonly "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
629
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onChange" | "onUpdate:modelValue" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
630
+ } & {
631
+ CheckboxButton: {
632
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
633
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
634
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
635
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
636
+ change: (val: import('element-plus').CheckboxValueType) => void;
637
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
638
+ }, import('vue').PublicProps, {
639
+ id: string;
640
+ disabled: boolean;
641
+ modelValue: number | string | boolean;
642
+ validateEvent: boolean;
643
+ name: string;
644
+ value: string | boolean | number | object;
645
+ label: string | boolean | number | object;
646
+ trueValue: string | number;
647
+ falseValue: string | number;
648
+ trueLabel: string | number;
649
+ falseLabel: string | number;
650
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
651
+ P: {};
652
+ B: {};
653
+ D: {};
654
+ C: {};
655
+ M: {};
656
+ Defaults: {};
657
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
658
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
659
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
660
+ }>, {}, {}, {}, {}, {
661
+ id: string;
662
+ disabled: boolean;
663
+ modelValue: number | string | boolean;
664
+ validateEvent: boolean;
665
+ name: string;
666
+ value: string | boolean | number | object;
667
+ label: string | boolean | number | object;
668
+ trueValue: string | number;
669
+ falseValue: string | number;
670
+ trueLabel: string | number;
671
+ falseLabel: string | number;
672
+ }>;
673
+ __isFragment?: never;
674
+ __isTeleport?: never;
675
+ __isSuspense?: never;
676
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
677
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
678
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
679
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
680
+ change: (val: import('element-plus').CheckboxValueType) => void;
681
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
682
+ }, string, {
683
+ id: string;
684
+ disabled: boolean;
685
+ modelValue: number | string | boolean;
686
+ validateEvent: boolean;
687
+ name: string;
688
+ value: string | boolean | number | object;
689
+ label: string | boolean | number | object;
690
+ trueValue: string | number;
691
+ falseValue: string | number;
692
+ trueLabel: string | number;
693
+ falseLabel: string | number;
694
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
695
+ $slots: {
696
+ default?: (props: {}) => any;
697
+ };
698
+ });
699
+ CheckboxGroup: {
700
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
701
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
702
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
703
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
704
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
705
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
706
+ }, import('vue').PublicProps, {
707
+ props: {
708
+ value?: string;
709
+ label?: string;
710
+ disabled?: string;
711
+ };
712
+ type: "checkbox" | "button";
713
+ disabled: boolean;
714
+ modelValue: import('element-plus').CheckboxGroupValueType;
715
+ validateEvent: boolean;
716
+ tag: string;
717
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
718
+ P: {};
719
+ B: {};
720
+ D: {};
721
+ C: {};
722
+ M: {};
723
+ Defaults: {};
724
+ }, Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
725
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
726
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
727
+ }>, {}, {}, {}, {}, {
728
+ props: {
729
+ value?: string;
730
+ label?: string;
731
+ disabled?: string;
732
+ };
733
+ type: "checkbox" | "button";
734
+ disabled: boolean;
735
+ modelValue: import('element-plus').CheckboxGroupValueType;
736
+ validateEvent: boolean;
737
+ tag: string;
738
+ }>;
739
+ __isFragment?: never;
740
+ __isTeleport?: never;
741
+ __isSuspense?: never;
742
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
743
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
744
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
745
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
746
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
747
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
748
+ }, string, {
749
+ props: {
750
+ value?: string;
751
+ label?: string;
752
+ disabled?: string;
753
+ };
754
+ type: "checkbox" | "button";
755
+ disabled: boolean;
756
+ modelValue: import('element-plus').CheckboxGroupValueType;
757
+ validateEvent: boolean;
758
+ tag: string;
759
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
760
+ $slots: {
761
+ default?: (props: {}) => any;
762
+ };
763
+ });
764
+ };
765
+ ElRadio: {
766
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
767
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
768
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
769
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
770
+ change: (val: string | number | boolean | undefined) => void;
771
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
772
+ }, import('vue').PublicProps, {
773
+ disabled: boolean;
774
+ modelValue: string | number | boolean;
775
+ name: string;
776
+ value: string | number | boolean;
777
+ border: boolean;
778
+ label: string | number | boolean;
779
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
780
+ P: {};
781
+ B: {};
782
+ D: {};
783
+ C: {};
784
+ M: {};
785
+ Defaults: {};
786
+ }, Readonly<import('element-plus').RadioProps> & Readonly<{
787
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
788
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
789
+ }>, {}, {}, {}, {}, {
790
+ disabled: boolean;
791
+ modelValue: string | number | boolean;
792
+ name: string;
793
+ value: string | number | boolean;
794
+ border: boolean;
795
+ label: string | number | boolean;
796
+ }>;
797
+ __isFragment?: never;
798
+ __isTeleport?: never;
799
+ __isSuspense?: never;
800
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
801
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
802
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
803
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
804
+ change: (val: string | number | boolean | undefined) => void;
805
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
806
+ }, string, {
807
+ disabled: boolean;
808
+ modelValue: string | number | boolean;
809
+ name: string;
810
+ value: string | number | boolean;
811
+ border: boolean;
812
+ label: string | number | boolean;
813
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
814
+ $slots: {
815
+ default?: (props: {}) => any;
816
+ };
817
+ }) & import('vue').ObjectPlugin & {
818
+ setPropsDefaults: (defaults: Partial<Omit<{
819
+ readonly border?: boolean;
820
+ readonly modelValue?: string | number | boolean;
821
+ readonly size?: import('element-plus').ComponentSize;
822
+ readonly disabled?: boolean;
823
+ readonly label?: string | number | boolean;
824
+ readonly value?: string | number | boolean;
825
+ readonly name?: string;
826
+ readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
827
+ readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
828
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onChange" | "onUpdate:modelValue" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
829
+ } & {
830
+ RadioButton: {
831
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
832
+ disabled: boolean;
833
+ modelValue: string | number | boolean;
834
+ name: string;
835
+ value: string | number | boolean;
836
+ label: string | number | boolean;
837
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
838
+ P: {};
839
+ B: {};
840
+ D: {};
841
+ C: {};
842
+ M: {};
843
+ Defaults: {};
844
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
845
+ disabled: boolean;
846
+ modelValue: string | number | boolean;
847
+ name: string;
848
+ value: string | number | boolean;
849
+ label: string | number | boolean;
850
+ }>;
851
+ __isFragment?: never;
852
+ __isTeleport?: never;
853
+ __isSuspense?: never;
854
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
855
+ disabled: boolean;
856
+ modelValue: string | number | boolean;
857
+ name: string;
858
+ value: string | number | boolean;
859
+ label: string | number | boolean;
860
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
861
+ $slots: {
862
+ default?: (props: {}) => any;
863
+ };
864
+ });
865
+ RadioGroup: {
866
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
867
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
868
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
869
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
870
+ change: (val: string | number | boolean | undefined) => void;
871
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
872
+ }, import('vue').PublicProps, {
873
+ fill: string;
874
+ props: import('element-plus').radioOptionProp;
875
+ type: "radio" | "button";
876
+ id: string;
877
+ disabled: boolean;
878
+ modelValue: string | number | boolean;
879
+ validateEvent: boolean;
880
+ name: string;
881
+ textColor: string;
882
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
883
+ P: {};
884
+ B: {};
885
+ D: {};
886
+ C: {};
887
+ M: {};
888
+ Defaults: {};
889
+ }, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
890
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
891
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
892
+ }>, {}, {}, {}, {}, {
893
+ fill: string;
894
+ props: import('element-plus').radioOptionProp;
895
+ type: "radio" | "button";
896
+ id: string;
897
+ disabled: boolean;
898
+ modelValue: string | number | boolean;
899
+ validateEvent: boolean;
900
+ name: string;
901
+ textColor: string;
902
+ }>;
903
+ __isFragment?: never;
904
+ __isTeleport?: never;
905
+ __isSuspense?: never;
906
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
907
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
908
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
909
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
910
+ change: (val: string | number | boolean | undefined) => void;
911
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
912
+ }, string, {
913
+ fill: string;
914
+ props: import('element-plus').radioOptionProp;
915
+ type: "radio" | "button";
916
+ id: string;
917
+ disabled: boolean;
918
+ modelValue: string | number | boolean;
919
+ validateEvent: boolean;
920
+ name: string;
921
+ textColor: string;
922
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
923
+ $slots: {
924
+ default?: (props: {}) => any;
925
+ };
926
+ });
927
+ };
928
+ NodeContent: import('vue').DefineComponent<{}, {
929
+ ns: {
930
+ namespace: import('vue').ComputedRef<string>;
931
+ b: (blockSuffix?: string) => string;
932
+ e: (element?: string) => string;
933
+ m: (modifier?: string) => string;
934
+ be: (blockSuffix?: string, element?: string) => string;
935
+ em: (element?: string, modifier?: string) => string;
936
+ bm: (blockSuffix?: string, modifier?: string) => string;
937
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
938
+ is: {
939
+ (name: string, state: boolean | undefined): string;
940
+ (name: string): string;
941
+ };
942
+ cssVar: (object: Record<string, string>) => Record<string, string>;
943
+ cssVarName: (name: string) => string;
944
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
945
+ cssVarBlockName: (name: string) => string;
946
+ };
947
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
948
+ ElIcon: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
949
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
950
+ P: {};
951
+ B: {};
952
+ D: {};
953
+ C: {};
954
+ M: {};
955
+ Defaults: {};
956
+ }, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
957
+ __isFragment?: never;
958
+ __isTeleport?: never;
959
+ __isSuspense?: never;
960
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & 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 () => {
961
+ $slots: {
962
+ default?: (props: {}) => any;
963
+ };
964
+ })>;
965
+ Check: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
966
+ Loading: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
967
+ ArrowRight: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
968
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
969
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
970
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
971
+ export default _default;