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,2 @@
1
+ import { default as CascaderPanel } from './index.vue';
2
+ export type CascaderPanelInstance = InstanceType<typeof CascaderPanel>;
@@ -0,0 +1,659 @@
1
+ import { default as CascaderNode } from './node';
2
+ import { PropType } from 'vue';
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ nodes: {
5
+ type: PropType<CascaderNode[]>;
6
+ required: true;
7
+ };
8
+ index: {
9
+ type: NumberConstructor;
10
+ required: true;
11
+ };
12
+ }>, {
13
+ ns: {
14
+ namespace: import('vue').ComputedRef<string>;
15
+ b: (blockSuffix?: string) => string;
16
+ e: (element?: string) => string;
17
+ m: (modifier?: string) => string;
18
+ be: (blockSuffix?: string, element?: string) => string;
19
+ em: (element?: string, modifier?: string) => string;
20
+ bm: (blockSuffix?: string, modifier?: string) => string;
21
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
22
+ is: {
23
+ (name: string, state: boolean | undefined): string;
24
+ (name: string): string;
25
+ };
26
+ cssVar: (object: Record<string, string>) => Record<string, string>;
27
+ cssVarName: (name: string) => string;
28
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
29
+ cssVarBlockName: (name: string) => string;
30
+ };
31
+ panel: import('./types').ElCascaderPanelContext;
32
+ hoverZone: import('vue').Ref<SVGSVGElement, SVGSVGElement>;
33
+ isEmpty: import('vue').ComputedRef<boolean>;
34
+ isLoading: import('vue').ComputedRef<boolean>;
35
+ menuId: import('vue').ComputedRef<string>;
36
+ menuWidth: import('vue').ComputedRef<number>;
37
+ t: import('element-plus').Translator;
38
+ handleExpand: (e: MouseEvent) => void;
39
+ handleMouseMove: (e: MouseEvent) => void;
40
+ clearHoverZone: () => void;
41
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
42
+ nodes: {
43
+ type: PropType<CascaderNode[]>;
44
+ required: true;
45
+ };
46
+ index: {
47
+ type: NumberConstructor;
48
+ required: true;
49
+ };
50
+ }>> & Readonly<{}>, {}, {}, {
51
+ Loading: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
+ ElIcon: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
53
+ 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, {
54
+ P: {};
55
+ B: {};
56
+ D: {};
57
+ C: {};
58
+ M: {};
59
+ Defaults: {};
60
+ }, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
61
+ __isFragment?: never;
62
+ __isTeleport?: never;
63
+ __isSuspense?: never;
64
+ } & 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 () => {
65
+ $slots: {
66
+ default?: (props: {}) => any;
67
+ };
68
+ })>;
69
+ ElScrollbar: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
70
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
71
+ onScroll?: ((args_0: {
72
+ scrollTop: number;
73
+ scrollLeft: number;
74
+ }) => any) | undefined;
75
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
76
+ }>, {
77
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
78
+ update: () => void;
79
+ scrollTo: {
80
+ (xCord: number, yCord?: number): void;
81
+ (options: ScrollToOptions): void;
82
+ };
83
+ setScrollTop: (value: number) => void;
84
+ setScrollLeft: (value: number) => void;
85
+ handleScroll: () => void;
86
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
87
+ scroll: (args_0: {
88
+ scrollTop: number;
89
+ scrollLeft: number;
90
+ }) => void;
91
+ "end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
92
+ }, import('vue').PublicProps, {
93
+ tabindex: number | string;
94
+ height: number | string;
95
+ maxHeight: number | string;
96
+ tag: keyof HTMLElementTagNameMap | (string & {});
97
+ distance: number;
98
+ wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
99
+ wrapClass: string | string[];
100
+ viewClass: string | string[];
101
+ viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
102
+ minSize: number;
103
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
104
+ P: {};
105
+ B: {};
106
+ D: {};
107
+ C: {};
108
+ M: {};
109
+ Defaults: {};
110
+ }, Readonly<import('element-plus').ScrollbarProps> & Readonly<{
111
+ onScroll?: ((args_0: {
112
+ scrollTop: number;
113
+ scrollLeft: number;
114
+ }) => any) | undefined;
115
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
116
+ }>, {
117
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
118
+ update: () => void;
119
+ scrollTo: {
120
+ (xCord: number, yCord?: number): void;
121
+ (options: ScrollToOptions): void;
122
+ };
123
+ setScrollTop: (value: number) => void;
124
+ setScrollLeft: (value: number) => void;
125
+ handleScroll: () => void;
126
+ }, {}, {}, {}, {
127
+ tabindex: number | string;
128
+ height: number | string;
129
+ maxHeight: number | string;
130
+ tag: keyof HTMLElementTagNameMap | (string & {});
131
+ distance: number;
132
+ wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
133
+ wrapClass: string | string[];
134
+ viewClass: string | string[];
135
+ viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
136
+ minSize: number;
137
+ }>;
138
+ __isFragment?: never;
139
+ __isTeleport?: never;
140
+ __isSuspense?: never;
141
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
142
+ onScroll?: ((args_0: {
143
+ scrollTop: number;
144
+ scrollLeft: number;
145
+ }) => any) | undefined;
146
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
147
+ }>, {
148
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
149
+ update: () => void;
150
+ scrollTo: {
151
+ (xCord: number, yCord?: number): void;
152
+ (options: ScrollToOptions): void;
153
+ };
154
+ setScrollTop: (value: number) => void;
155
+ setScrollLeft: (value: number) => void;
156
+ handleScroll: () => void;
157
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
158
+ scroll: (args_0: {
159
+ scrollTop: number;
160
+ scrollLeft: number;
161
+ }) => void;
162
+ "end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
163
+ }, string, {
164
+ tabindex: number | string;
165
+ height: number | string;
166
+ maxHeight: number | string;
167
+ tag: keyof HTMLElementTagNameMap | (string & {});
168
+ distance: number;
169
+ wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
170
+ wrapClass: string | string[];
171
+ viewClass: string | string[];
172
+ viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
173
+ minSize: number;
174
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
175
+ $slots: {
176
+ default?: (props: {}) => any;
177
+ };
178
+ })>;
179
+ RecycleScroller: import('vue').DefineComponent<any, any, any>;
180
+ CustomCascaderNode: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
181
+ node: {
182
+ type: PropType<CascaderNode>;
183
+ required: true;
184
+ };
185
+ menuId: StringConstructor;
186
+ }>, {
187
+ panel: import('./types').ElCascaderPanelContext;
188
+ isHoverMenu: import('vue').ComputedRef<boolean>;
189
+ multiple: import('vue').ComputedRef<boolean>;
190
+ checkStrictly: import('vue').ComputedRef<boolean>;
191
+ checkedNodeId: import('vue').ComputedRef<number>;
192
+ isDisabled: import('vue').ComputedRef<boolean>;
193
+ isLeaf: import('vue').ComputedRef<boolean>;
194
+ expandable: import('vue').ComputedRef<boolean>;
195
+ inExpandingPath: import('vue').ComputedRef<boolean>;
196
+ inCheckedPath: import('vue').ComputedRef<boolean>;
197
+ ns: {
198
+ namespace: import('vue').ComputedRef<string>;
199
+ b: (blockSuffix?: string) => string;
200
+ e: (element?: string) => string;
201
+ m: (modifier?: string) => string;
202
+ be: (blockSuffix?: string, element?: string) => string;
203
+ em: (element?: string, modifier?: string) => string;
204
+ bm: (blockSuffix?: string, modifier?: string) => string;
205
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
206
+ is: {
207
+ (name: string, state: boolean | undefined): string;
208
+ (name: string): string;
209
+ };
210
+ cssVar: (object: Record<string, string>) => Record<string, string>;
211
+ cssVarName: (name: string) => string;
212
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
213
+ cssVarBlockName: (name: string) => string;
214
+ };
215
+ handleHoverExpand: (e: Event) => void;
216
+ handleExpand: () => void;
217
+ handleClick: () => void;
218
+ handleCheck: (checked: boolean) => void;
219
+ handleSelectCheck: (checked: boolean) => void;
220
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "expand"[], "expand", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
221
+ node: {
222
+ type: PropType<CascaderNode>;
223
+ required: true;
224
+ };
225
+ menuId: StringConstructor;
226
+ }>> & Readonly<{
227
+ onExpand?: (...args: any[]) => any;
228
+ }>, {}, {}, {
229
+ ElCheckbox: {
230
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
231
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
232
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
233
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
234
+ change: (val: import('element-plus').CheckboxValueType) => void;
235
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
236
+ }, import('vue').PublicProps, {
237
+ id: string;
238
+ disabled: boolean;
239
+ modelValue: number | string | boolean;
240
+ validateEvent: boolean;
241
+ name: string;
242
+ value: string | boolean | number | object;
243
+ label: string | boolean | number | object;
244
+ trueValue: string | number;
245
+ falseValue: string | number;
246
+ trueLabel: string | number;
247
+ falseLabel: string | number;
248
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
249
+ P: {};
250
+ B: {};
251
+ D: {};
252
+ C: {};
253
+ M: {};
254
+ Defaults: {};
255
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
256
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
257
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
258
+ }>, {}, {}, {}, {}, {
259
+ id: string;
260
+ disabled: boolean;
261
+ modelValue: number | string | boolean;
262
+ validateEvent: boolean;
263
+ name: string;
264
+ value: string | boolean | number | object;
265
+ label: string | boolean | number | object;
266
+ trueValue: string | number;
267
+ falseValue: string | number;
268
+ trueLabel: string | number;
269
+ falseLabel: string | number;
270
+ }>;
271
+ __isFragment?: never;
272
+ __isTeleport?: never;
273
+ __isSuspense?: never;
274
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
275
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
276
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
277
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
278
+ change: (val: import('element-plus').CheckboxValueType) => void;
279
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
280
+ }, string, {
281
+ id: string;
282
+ disabled: boolean;
283
+ modelValue: number | string | boolean;
284
+ validateEvent: boolean;
285
+ name: string;
286
+ value: string | boolean | number | object;
287
+ label: string | boolean | number | object;
288
+ trueValue: string | number;
289
+ falseValue: string | number;
290
+ trueLabel: string | number;
291
+ falseLabel: string | number;
292
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
293
+ $slots: {
294
+ default?: (props: {}) => any;
295
+ };
296
+ }) & import('vue').ObjectPlugin & {
297
+ setPropsDefaults: (defaults: Partial<Omit<{
298
+ readonly modelValue?: number | string | boolean;
299
+ readonly label?: string | boolean | number | object;
300
+ readonly value?: string | boolean | number | object;
301
+ readonly indeterminate?: boolean;
302
+ readonly disabled?: boolean;
303
+ readonly checked?: boolean;
304
+ readonly name?: string;
305
+ readonly trueValue?: string | number;
306
+ readonly falseValue?: string | number;
307
+ readonly trueLabel?: string | number;
308
+ readonly falseLabel?: string | number;
309
+ readonly id?: string;
310
+ readonly border?: boolean;
311
+ readonly size?: import('element-plus').ComponentSize;
312
+ readonly tabindex?: string | number;
313
+ readonly validateEvent?: boolean;
314
+ readonly ariaLabel?: string;
315
+ readonly ariaControls?: string;
316
+ readonly onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
317
+ readonly "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
318
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onChange" | "onUpdate:modelValue" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
319
+ } & {
320
+ CheckboxButton: {
321
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
322
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
323
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
324
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
325
+ change: (val: import('element-plus').CheckboxValueType) => void;
326
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
327
+ }, import('vue').PublicProps, {
328
+ id: string;
329
+ disabled: boolean;
330
+ modelValue: number | string | boolean;
331
+ validateEvent: boolean;
332
+ name: string;
333
+ value: string | boolean | number | object;
334
+ label: string | boolean | number | object;
335
+ trueValue: string | number;
336
+ falseValue: string | number;
337
+ trueLabel: string | number;
338
+ falseLabel: string | number;
339
+ }, false, {}, {}, 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('element-plus').CheckboxProps> & Readonly<{
347
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
348
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
349
+ }>, {}, {}, {}, {}, {
350
+ id: string;
351
+ disabled: boolean;
352
+ modelValue: number | string | boolean;
353
+ validateEvent: boolean;
354
+ name: string;
355
+ value: string | boolean | number | object;
356
+ label: string | boolean | number | object;
357
+ trueValue: string | number;
358
+ falseValue: string | number;
359
+ trueLabel: string | number;
360
+ falseLabel: string | number;
361
+ }>;
362
+ __isFragment?: never;
363
+ __isTeleport?: never;
364
+ __isSuspense?: never;
365
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
366
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
367
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
368
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
369
+ change: (val: import('element-plus').CheckboxValueType) => void;
370
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
371
+ }, string, {
372
+ id: string;
373
+ disabled: boolean;
374
+ modelValue: number | string | boolean;
375
+ validateEvent: boolean;
376
+ name: string;
377
+ value: string | boolean | number | object;
378
+ label: string | boolean | number | object;
379
+ trueValue: string | number;
380
+ falseValue: string | number;
381
+ trueLabel: string | number;
382
+ falseLabel: string | number;
383
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
384
+ $slots: {
385
+ default?: (props: {}) => any;
386
+ };
387
+ });
388
+ CheckboxGroup: {
389
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
390
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
391
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
392
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
393
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
394
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
395
+ }, import('vue').PublicProps, {
396
+ props: {
397
+ value?: string;
398
+ label?: string;
399
+ disabled?: string;
400
+ };
401
+ type: "checkbox" | "button";
402
+ disabled: boolean;
403
+ modelValue: import('element-plus').CheckboxGroupValueType;
404
+ validateEvent: boolean;
405
+ tag: string;
406
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
407
+ P: {};
408
+ B: {};
409
+ D: {};
410
+ C: {};
411
+ M: {};
412
+ Defaults: {};
413
+ }, Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
414
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
415
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
416
+ }>, {}, {}, {}, {}, {
417
+ props: {
418
+ value?: string;
419
+ label?: string;
420
+ disabled?: string;
421
+ };
422
+ type: "checkbox" | "button";
423
+ disabled: boolean;
424
+ modelValue: import('element-plus').CheckboxGroupValueType;
425
+ validateEvent: boolean;
426
+ tag: string;
427
+ }>;
428
+ __isFragment?: never;
429
+ __isTeleport?: never;
430
+ __isSuspense?: never;
431
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
432
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
433
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
434
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
435
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
436
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
437
+ }, string, {
438
+ props: {
439
+ value?: string;
440
+ label?: string;
441
+ disabled?: string;
442
+ };
443
+ type: "checkbox" | "button";
444
+ disabled: boolean;
445
+ modelValue: import('element-plus').CheckboxGroupValueType;
446
+ validateEvent: boolean;
447
+ tag: string;
448
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
449
+ $slots: {
450
+ default?: (props: {}) => any;
451
+ };
452
+ });
453
+ };
454
+ ElRadio: {
455
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
456
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
457
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
458
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
459
+ change: (val: string | number | boolean | undefined) => void;
460
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
461
+ }, import('vue').PublicProps, {
462
+ disabled: boolean;
463
+ modelValue: string | number | boolean;
464
+ name: string;
465
+ value: string | number | boolean;
466
+ border: boolean;
467
+ label: string | number | boolean;
468
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
469
+ P: {};
470
+ B: {};
471
+ D: {};
472
+ C: {};
473
+ M: {};
474
+ Defaults: {};
475
+ }, Readonly<import('element-plus').RadioProps> & Readonly<{
476
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
477
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
478
+ }>, {}, {}, {}, {}, {
479
+ disabled: boolean;
480
+ modelValue: string | number | boolean;
481
+ name: string;
482
+ value: string | number | boolean;
483
+ border: boolean;
484
+ label: string | number | boolean;
485
+ }>;
486
+ __isFragment?: never;
487
+ __isTeleport?: never;
488
+ __isSuspense?: never;
489
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
490
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
491
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
492
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
493
+ change: (val: string | number | boolean | undefined) => void;
494
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
495
+ }, string, {
496
+ disabled: boolean;
497
+ modelValue: string | number | boolean;
498
+ name: string;
499
+ value: string | number | boolean;
500
+ border: boolean;
501
+ label: string | number | boolean;
502
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
503
+ $slots: {
504
+ default?: (props: {}) => any;
505
+ };
506
+ }) & import('vue').ObjectPlugin & {
507
+ setPropsDefaults: (defaults: Partial<Omit<{
508
+ readonly border?: boolean;
509
+ readonly modelValue?: string | number | boolean;
510
+ readonly size?: import('element-plus').ComponentSize;
511
+ readonly disabled?: boolean;
512
+ readonly label?: string | number | boolean;
513
+ readonly value?: string | number | boolean;
514
+ readonly name?: string;
515
+ readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
516
+ readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
517
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onChange" | "onUpdate:modelValue" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
518
+ } & {
519
+ RadioButton: {
520
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
521
+ disabled: boolean;
522
+ modelValue: string | number | boolean;
523
+ name: string;
524
+ value: string | number | boolean;
525
+ label: string | number | boolean;
526
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
527
+ P: {};
528
+ B: {};
529
+ D: {};
530
+ C: {};
531
+ M: {};
532
+ Defaults: {};
533
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
534
+ disabled: boolean;
535
+ modelValue: string | number | boolean;
536
+ name: string;
537
+ value: string | number | boolean;
538
+ label: string | number | boolean;
539
+ }>;
540
+ __isFragment?: never;
541
+ __isTeleport?: never;
542
+ __isSuspense?: never;
543
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
544
+ disabled: boolean;
545
+ modelValue: string | number | boolean;
546
+ name: string;
547
+ value: string | number | boolean;
548
+ label: string | number | boolean;
549
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
550
+ $slots: {
551
+ default?: (props: {}) => any;
552
+ };
553
+ });
554
+ RadioGroup: {
555
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
556
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
557
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
558
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
559
+ change: (val: string | number | boolean | undefined) => void;
560
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
561
+ }, import('vue').PublicProps, {
562
+ fill: string;
563
+ props: import('element-plus').radioOptionProp;
564
+ type: "radio" | "button";
565
+ id: string;
566
+ disabled: boolean;
567
+ modelValue: string | number | boolean;
568
+ validateEvent: boolean;
569
+ name: string;
570
+ textColor: string;
571
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
572
+ P: {};
573
+ B: {};
574
+ D: {};
575
+ C: {};
576
+ M: {};
577
+ Defaults: {};
578
+ }, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
579
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
580
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
581
+ }>, {}, {}, {}, {}, {
582
+ fill: string;
583
+ props: import('element-plus').radioOptionProp;
584
+ type: "radio" | "button";
585
+ id: string;
586
+ disabled: boolean;
587
+ modelValue: string | number | boolean;
588
+ validateEvent: boolean;
589
+ name: string;
590
+ textColor: string;
591
+ }>;
592
+ __isFragment?: never;
593
+ __isTeleport?: never;
594
+ __isSuspense?: never;
595
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
596
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
597
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
598
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
599
+ change: (val: string | number | boolean | undefined) => void;
600
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
601
+ }, string, {
602
+ fill: string;
603
+ props: import('element-plus').radioOptionProp;
604
+ type: "radio" | "button";
605
+ id: string;
606
+ disabled: boolean;
607
+ modelValue: string | number | boolean;
608
+ validateEvent: boolean;
609
+ name: string;
610
+ textColor: string;
611
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
612
+ $slots: {
613
+ default?: (props: {}) => any;
614
+ };
615
+ });
616
+ };
617
+ NodeContent: import('vue').DefineComponent<{}, {
618
+ ns: {
619
+ namespace: import('vue').ComputedRef<string>;
620
+ b: (blockSuffix?: string) => string;
621
+ e: (element?: string) => string;
622
+ m: (modifier?: string) => string;
623
+ be: (blockSuffix?: string, element?: string) => string;
624
+ em: (element?: string, modifier?: string) => string;
625
+ bm: (blockSuffix?: string, modifier?: string) => string;
626
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
627
+ is: {
628
+ (name: string, state: boolean | undefined): string;
629
+ (name: string): string;
630
+ };
631
+ cssVar: (object: Record<string, string>) => Record<string, string>;
632
+ cssVarName: (name: string) => string;
633
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
634
+ cssVarBlockName: (name: string) => string;
635
+ };
636
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
637
+ ElIcon: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
638
+ 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, {
639
+ P: {};
640
+ B: {};
641
+ D: {};
642
+ C: {};
643
+ M: {};
644
+ Defaults: {};
645
+ }, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
646
+ __isFragment?: never;
647
+ __isTeleport?: never;
648
+ __isSuspense?: never;
649
+ } & 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 () => {
650
+ $slots: {
651
+ default?: (props: {}) => any;
652
+ };
653
+ })>;
654
+ Check: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
655
+ Loading: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
656
+ ArrowRight: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
657
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
658
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
659
+ export default _default;