@hinen/pro-element-plus 1.4.0 → 1.6.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.
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +2 -2
- package/dist/components/DataSelect/DataSelect.vue.d.ts +6 -6
- package/dist/components/DataTable/DataTable.vue.d.ts +7 -7
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedScrollbar.d.ts +13 -0
- package/dist/components/DataTable/useFixedScrollbar.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +10 -10
- package/dist/components/Drawer/props.d.ts +2 -2
- package/dist/components/Drawer/props.d.ts.map +1 -1
- package/dist/components/EllipsisText/EllipsisText.vue.d.ts +1 -1
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +8 -8
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +4 -4
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +8 -8
- package/dist/components/FormFields/FormDatePicker/props.d.ts +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +3 -3
- package/dist/components/FormFields/FormItem/props.d.ts +1 -1
- package/dist/components/FormFields/FormItem/utils.d.ts +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +6 -6
- package/dist/components/FormFields/FormNumber/props.d.ts +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +4 -4
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +5 -5
- package/dist/components/FormFields/FormRate/props.d.ts +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +8 -8
- package/dist/components/FormFields/FormSelect/props.d.ts +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +4 -4
- package/dist/components/FormFields/FormSwitch/props.d.ts +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +10 -10
- package/dist/components/FormFields/FormTagInput/props.d.ts +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +18 -18
- package/dist/components/FormFields/FormText/props.d.ts +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +8 -8
- package/dist/components/FormFields/FormTimePicker/props.d.ts +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +1 -1
- package/dist/components/FormFields/utils.d.ts +1 -1
- package/dist/components/Image/Image.vue.d.ts +14 -5
- package/dist/components/Image/Image.vue.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +4 -0
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +10 -10
- package/dist/components/Modal/props.d.ts +2 -2
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +2 -2
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/TagContent.vue.d.ts +16 -0
- package/dist/components/QueryForm/TagContent.vue.d.ts.map +1 -0
- package/dist/components/QueryForm/contants.d.ts +2 -0
- package/dist/components/QueryForm/contants.d.ts.map +1 -0
- package/dist/components/QueryForm/types.d.ts +5 -1
- package/dist/components/QueryForm/types.d.ts.map +1 -1
- package/dist/components/QueryForm/utils.d.ts +1 -0
- package/dist/components/QueryForm/utils.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +2 -2
- package/dist/components/Select/Select.vue.d.ts +7 -6
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/types.d.ts +1 -0
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/index.cjs +26 -26
- package/dist/index.js +2380 -2124
- package/dist/style.css +1 -1
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RateInstance, FormItemInstance } from 'element-plus';
|
|
2
2
|
|
|
3
|
-
declare function __VLS_template(): Partial<Record<NonNullable<"
|
|
3
|
+
declare function __VLS_template(): Partial<Record<NonNullable<"error" | "label">, (_: {
|
|
4
4
|
label: string;
|
|
5
5
|
} | {
|
|
6
6
|
error: string;
|
|
@@ -49,7 +49,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
49
49
|
};
|
|
50
50
|
error: StringConstructor;
|
|
51
51
|
validateStatus: {
|
|
52
|
-
readonly type: import('vue').PropType<"" | "
|
|
52
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
53
53
|
readonly required: false;
|
|
54
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
55
|
__epPropKey: true;
|
|
@@ -344,8 +344,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
344
344
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
345
345
|
field: import('vue').ShallowRef<RateInstance | undefined, RateInstance | undefined>;
|
|
346
346
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
347
|
-
"update:modelValue": (value: number) => void;
|
|
348
347
|
change: (value: number) => void;
|
|
348
|
+
"update:modelValue": (value: number) => void;
|
|
349
349
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
350
350
|
htmlFor: StringConstructor;
|
|
351
351
|
tooltip: {
|
|
@@ -390,7 +390,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
390
390
|
};
|
|
391
391
|
error: StringConstructor;
|
|
392
392
|
validateStatus: {
|
|
393
|
-
readonly type: import('vue').PropType<"" | "
|
|
393
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
394
394
|
readonly required: false;
|
|
395
395
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
396
396
|
__epPropKey: true;
|
|
@@ -682,8 +682,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
682
682
|
default: () => {};
|
|
683
683
|
};
|
|
684
684
|
}>> & Readonly<{
|
|
685
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
686
685
|
onChange?: ((value: number) => any) | undefined;
|
|
686
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
687
687
|
}>, {
|
|
688
688
|
required: boolean;
|
|
689
689
|
readonly modelValue: number;
|
|
@@ -42,7 +42,7 @@ export declare const formRateProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -71,7 +71,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
71
71
|
};
|
|
72
72
|
error: StringConstructor;
|
|
73
73
|
validateStatus: {
|
|
74
|
-
readonly type: import('vue').PropType<"" | "
|
|
74
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
@@ -563,11 +563,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
563
563
|
field: import('vue').ShallowRef<SelectInstanceType | undefined, SelectInstanceType | undefined>;
|
|
564
564
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
565
565
|
search: (value?: string | undefined) => void;
|
|
566
|
-
|
|
566
|
+
blur: (value: FocusEvent) => void;
|
|
567
567
|
change: (value: any) => void;
|
|
568
|
-
clear: () => void;
|
|
569
568
|
focus: (value: FocusEvent) => void;
|
|
570
|
-
|
|
569
|
+
"update:modelValue": (value: any) => void;
|
|
570
|
+
clear: () => void;
|
|
571
571
|
"visible-change": (visible: boolean) => void;
|
|
572
572
|
"remove-tag": (value: any) => void;
|
|
573
573
|
"popup-scroll": (data: {
|
|
@@ -619,7 +619,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
619
619
|
};
|
|
620
620
|
error: StringConstructor;
|
|
621
621
|
validateStatus: {
|
|
622
|
-
readonly type: import('vue').PropType<"" | "
|
|
622
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
623
623
|
readonly required: false;
|
|
624
624
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
625
|
__epPropKey: true;
|
|
@@ -1108,11 +1108,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1108
1108
|
};
|
|
1109
1109
|
}>> & Readonly<{
|
|
1110
1110
|
onSearch?: ((value?: string | undefined) => any) | undefined;
|
|
1111
|
-
|
|
1111
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
1112
1112
|
onChange?: ((value: any) => any) | undefined;
|
|
1113
|
-
onClear?: (() => any) | undefined;
|
|
1114
1113
|
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
1115
|
-
|
|
1114
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1115
|
+
onClear?: (() => any) | undefined;
|
|
1116
1116
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
1117
1117
|
"onRemove-tag"?: ((value: any) => any) | undefined;
|
|
1118
1118
|
"onPopup-scroll"?: ((data: {
|
|
@@ -45,7 +45,7 @@ export declare const formSelectProps: {
|
|
|
45
45
|
};
|
|
46
46
|
error: StringConstructor;
|
|
47
47
|
validateStatus: {
|
|
48
|
-
readonly type: PropType<"" | "
|
|
48
|
+
readonly type: PropType<"" | "error" | "success" | "validating">;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
@@ -75,7 +75,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
75
75
|
};
|
|
76
76
|
error: StringConstructor;
|
|
77
77
|
validateStatus: {
|
|
78
|
-
readonly type: import('vue').PropType<"" | "
|
|
78
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
79
79
|
readonly required: false;
|
|
80
80
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
81
|
__epPropKey: true;
|
|
@@ -344,9 +344,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
344
344
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
345
345
|
field: import('vue').ShallowRef<SwitchInstance | undefined, SwitchInstance | undefined>;
|
|
346
346
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
347
|
-
"update:modelValue": (val: string | number | boolean) => void;
|
|
348
347
|
change: (val: string | number | boolean) => void;
|
|
349
348
|
input: (val: string | number | boolean) => void;
|
|
349
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
350
350
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
351
351
|
htmlFor: StringConstructor;
|
|
352
352
|
tooltip: {
|
|
@@ -391,7 +391,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
391
391
|
};
|
|
392
392
|
error: StringConstructor;
|
|
393
393
|
validateStatus: {
|
|
394
|
-
readonly type: import('vue').PropType<"" | "
|
|
394
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
395
395
|
readonly required: false;
|
|
396
396
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
397
|
__epPropKey: true;
|
|
@@ -657,9 +657,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
657
657
|
default: () => {};
|
|
658
658
|
};
|
|
659
659
|
}>> & Readonly<{
|
|
660
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
661
660
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
662
661
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
662
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
663
663
|
}>, {
|
|
664
664
|
required: boolean;
|
|
665
665
|
readonly modelValue: string | number | boolean;
|
|
@@ -42,7 +42,7 @@ export declare const formSwitchProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -83,7 +83,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
83
83
|
};
|
|
84
84
|
error: StringConstructor;
|
|
85
85
|
validateStatus: {
|
|
86
|
-
readonly type: import('vue').PropType<"" | "
|
|
86
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
87
87
|
readonly required: false;
|
|
88
88
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
89
|
__epPropKey: true;
|
|
@@ -350,13 +350,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
350
350
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
351
351
|
field: import('vue').ShallowRef<InputTagInstance | undefined, InputTagInstance | undefined>;
|
|
352
352
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
353
|
-
|
|
353
|
+
blur: (evt: FocusEvent) => void;
|
|
354
354
|
change: (value?: string[] | undefined) => void;
|
|
355
|
-
clear: () => void;
|
|
356
355
|
focus: (evt: FocusEvent) => void;
|
|
357
|
-
blur: (evt: FocusEvent) => void;
|
|
358
|
-
"remove-tag": (value: string) => void;
|
|
359
356
|
input: (value: string) => void;
|
|
357
|
+
"update:modelValue": (value?: string[] | undefined) => void;
|
|
358
|
+
clear: () => void;
|
|
359
|
+
"remove-tag": (value: string) => void;
|
|
360
360
|
"add-tag": (value: string | string[]) => void;
|
|
361
361
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
362
362
|
htmlFor: StringConstructor;
|
|
@@ -402,7 +402,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
402
402
|
};
|
|
403
403
|
error: StringConstructor;
|
|
404
404
|
validateStatus: {
|
|
405
|
-
readonly type: import('vue').PropType<"" | "
|
|
405
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
406
406
|
readonly required: false;
|
|
407
407
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
408
|
__epPropKey: true;
|
|
@@ -666,13 +666,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
666
666
|
default: () => {};
|
|
667
667
|
};
|
|
668
668
|
}>> & Readonly<{
|
|
669
|
-
|
|
669
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
670
670
|
onChange?: ((value?: string[] | undefined) => any) | undefined;
|
|
671
|
-
onClear?: (() => any) | undefined;
|
|
672
671
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
673
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
674
|
-
"onRemove-tag"?: ((value: string) => any) | undefined;
|
|
675
672
|
onInput?: ((value: string) => any) | undefined;
|
|
673
|
+
"onUpdate:modelValue"?: ((value?: string[] | undefined) => any) | undefined;
|
|
674
|
+
onClear?: (() => any) | undefined;
|
|
675
|
+
"onRemove-tag"?: ((value: string) => any) | undefined;
|
|
676
676
|
"onAdd-tag"?: ((value: string | string[]) => any) | undefined;
|
|
677
677
|
}>, {
|
|
678
678
|
required: boolean;
|
|
@@ -42,7 +42,7 @@ export declare const formTagInputProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -79,7 +79,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
79
79
|
};
|
|
80
80
|
error: StringConstructor;
|
|
81
81
|
validateStatus: {
|
|
82
|
-
readonly type: import('vue').PropType<"" | "
|
|
82
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
83
83
|
readonly required: false;
|
|
84
84
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
85
|
__epPropKey: true;
|
|
@@ -442,18 +442,18 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
442
442
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
443
443
|
field: import('vue').ShallowRef<InputInstance | undefined, InputInstance | undefined>;
|
|
444
444
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
445
|
-
|
|
445
|
+
blur: (evt: FocusEvent) => void;
|
|
446
446
|
change: (value: string) => void;
|
|
447
|
-
|
|
447
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
448
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
449
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
448
450
|
focus: (evt: FocusEvent) => void;
|
|
449
|
-
blur: (evt: FocusEvent) => void;
|
|
450
451
|
input: (value: string) => void;
|
|
451
|
-
mouseleave: (evt: MouseEvent) => void;
|
|
452
|
-
mouseenter: (evt: MouseEvent) => void;
|
|
453
452
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
453
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
454
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
455
|
+
"update:modelValue": (value: string) => void;
|
|
456
|
+
clear: () => void;
|
|
457
457
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
458
458
|
htmlFor: StringConstructor;
|
|
459
459
|
tooltip: {
|
|
@@ -498,7 +498,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
498
498
|
};
|
|
499
499
|
error: StringConstructor;
|
|
500
500
|
validateStatus: {
|
|
501
|
-
readonly type: import('vue').PropType<"" | "
|
|
501
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
502
502
|
readonly required: false;
|
|
503
503
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
504
504
|
__epPropKey: true;
|
|
@@ -858,18 +858,18 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
858
858
|
default: () => {};
|
|
859
859
|
};
|
|
860
860
|
}>> & Readonly<{
|
|
861
|
-
|
|
861
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
862
862
|
onChange?: ((value: string) => any) | undefined;
|
|
863
|
-
|
|
863
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
864
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
865
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
864
866
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
865
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
866
867
|
onInput?: ((value: string) => any) | undefined;
|
|
867
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
868
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
869
868
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
869
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
870
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
871
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
872
|
+
onClear?: (() => any) | undefined;
|
|
873
873
|
}>, {
|
|
874
874
|
type: string;
|
|
875
875
|
required: boolean;
|
|
@@ -44,7 +44,7 @@ export declare const formTextProps: {
|
|
|
44
44
|
};
|
|
45
45
|
error: StringConstructor;
|
|
46
46
|
validateStatus: {
|
|
47
|
-
readonly type: PropType<"" | "
|
|
47
|
+
readonly type: PropType<"" | "error" | "success" | "validating">;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
@@ -66,7 +66,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
66
66
|
};
|
|
67
67
|
error: StringConstructor;
|
|
68
68
|
validateStatus: {
|
|
69
|
-
readonly type: import('vue').PropType<"" | "
|
|
69
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -545,11 +545,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
545
545
|
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
546
546
|
field: import('vue').ShallowRef<FormTimePickerInstanceType | undefined, FormTimePickerInstanceType | undefined>;
|
|
547
547
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
548
|
-
|
|
548
|
+
blur: (value: FocusEvent) => void;
|
|
549
549
|
change: (value: import('./props').FormTimePickerValueType) => void;
|
|
550
|
-
clear: () => void;
|
|
551
550
|
focus: (value: FocusEvent) => void;
|
|
552
|
-
|
|
551
|
+
"update:modelValue": (value: import('./props').FormTimePickerValueType) => void;
|
|
552
|
+
clear: () => void;
|
|
553
553
|
"visible-change": (visibility: boolean) => void;
|
|
554
554
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
555
555
|
htmlFor: StringConstructor;
|
|
@@ -595,7 +595,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
595
595
|
};
|
|
596
596
|
error: StringConstructor;
|
|
597
597
|
validateStatus: {
|
|
598
|
-
readonly type: import('vue').PropType<"" | "
|
|
598
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
599
599
|
readonly required: false;
|
|
600
600
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
601
601
|
__epPropKey: true;
|
|
@@ -1071,11 +1071,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1071
1071
|
default: () => {};
|
|
1072
1072
|
};
|
|
1073
1073
|
}>> & Readonly<{
|
|
1074
|
-
|
|
1074
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
1075
1075
|
onChange?: ((value: import('./props').FormTimePickerValueType) => any) | undefined;
|
|
1076
|
-
onClear?: (() => any) | undefined;
|
|
1077
1076
|
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
1078
|
-
|
|
1077
|
+
"onUpdate:modelValue"?: ((value: import('./props').FormTimePickerValueType) => any) | undefined;
|
|
1078
|
+
onClear?: (() => any) | undefined;
|
|
1079
1079
|
"onVisible-change"?: ((visibility: boolean) => any) | undefined;
|
|
1080
1080
|
}>, {
|
|
1081
1081
|
readonly type: string;
|
|
@@ -42,7 +42,7 @@ export declare const formTimePickerProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -65,7 +65,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
65
65
|
};
|
|
66
66
|
error: StringConstructor;
|
|
67
67
|
validateStatus: {
|
|
68
|
-
readonly type: import('vue').PropType<"" | "
|
|
68
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -42,7 +42,7 @@ export declare const formTreeSelectProps: {
|
|
|
42
42
|
};
|
|
43
43
|
error: StringConstructor;
|
|
44
44
|
validateStatus: {
|
|
45
|
-
readonly type: import('vue').PropType<"" | "
|
|
45
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "validating">;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -45,7 +45,7 @@ export declare const mergeProps: <T extends Record<string, any> = Record<string,
|
|
|
45
45
|
};
|
|
46
46
|
error: StringConstructor;
|
|
47
47
|
validateStatus: {
|
|
48
|
-
readonly type: PropType<"" | "
|
|
48
|
+
readonly type: PropType<"" | "error" | "success" | "validating">;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
@@ -47,6 +47,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
47
47
|
type: BooleanConstructor;
|
|
48
48
|
default: boolean;
|
|
49
49
|
};
|
|
50
|
+
showError: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
50
54
|
previewTeleported: {
|
|
51
55
|
type: BooleanConstructor;
|
|
52
56
|
default: boolean;
|
|
@@ -155,10 +159,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
155
159
|
__epPropKey: true;
|
|
156
160
|
};
|
|
157
161
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
158
|
-
|
|
162
|
+
close: () => void;
|
|
159
163
|
error: (evt: Event) => void;
|
|
160
164
|
load: (evt: Event) => void;
|
|
161
|
-
|
|
165
|
+
switch: (val: number) => void;
|
|
162
166
|
show: () => void;
|
|
163
167
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
164
168
|
errorText: StringConstructor;
|
|
@@ -166,6 +170,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
166
170
|
type: BooleanConstructor;
|
|
167
171
|
default: boolean;
|
|
168
172
|
};
|
|
173
|
+
showError: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
169
177
|
previewTeleported: {
|
|
170
178
|
type: BooleanConstructor;
|
|
171
179
|
default: boolean;
|
|
@@ -274,16 +282,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
274
282
|
__epPropKey: true;
|
|
275
283
|
};
|
|
276
284
|
}>> & Readonly<{
|
|
277
|
-
|
|
285
|
+
onClose?: (() => any) | undefined;
|
|
278
286
|
onError?: ((evt: Event) => any) | undefined;
|
|
279
287
|
onLoad?: ((evt: Event) => any) | undefined;
|
|
280
|
-
|
|
288
|
+
onSwitch?: ((val: number) => any) | undefined;
|
|
281
289
|
onShow?: (() => any) | undefined;
|
|
282
290
|
}>, {
|
|
283
|
-
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
284
291
|
lazy: boolean;
|
|
292
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
285
293
|
closeOnPressEscape: boolean;
|
|
286
294
|
showRefresh: boolean;
|
|
295
|
+
showError: boolean;
|
|
287
296
|
previewTeleported: boolean;
|
|
288
297
|
preview: boolean;
|
|
289
298
|
hideOnClickModal: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Image/Image.vue"],"names":[],"mappings":"AA2CA,iBAAS,cAAc;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Image/Image.vue"],"names":[],"mappings":"AA2CA,iBAAS,cAAc;;;;;;;;;;;2EAiV8l4f,CAAC;;;;;;;;;;;;;;;;;;;;;2EAAD,CAAC;;;;;;;;;;EAhCrn4f;AAoBD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/Image/props.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/Image/props.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;CAEtB,CAAC"}
|
|
@@ -27,8 +27,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
footer: {
|
|
30
|
-
type:
|
|
31
|
-
default:
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
appendToBody: BooleanConstructor;
|
|
34
34
|
appendTo: {
|
|
@@ -171,10 +171,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
171
171
|
readonly default: "2";
|
|
172
172
|
};
|
|
173
173
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
174
|
-
"update:modelValue": (value: boolean) => void;
|
|
175
|
-
open: () => void;
|
|
176
174
|
cancel: () => void;
|
|
177
175
|
close: () => void;
|
|
176
|
+
"update:modelValue": (value: boolean) => void;
|
|
177
|
+
open: () => void;
|
|
178
178
|
closed: () => void;
|
|
179
179
|
ok: () => void;
|
|
180
180
|
opened: () => void;
|
|
@@ -208,8 +208,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
208
208
|
default: boolean;
|
|
209
209
|
};
|
|
210
210
|
footer: {
|
|
211
|
-
type:
|
|
212
|
-
default:
|
|
211
|
+
type: BooleanConstructor;
|
|
212
|
+
default: boolean;
|
|
213
213
|
};
|
|
214
214
|
appendToBody: BooleanConstructor;
|
|
215
215
|
appendTo: {
|
|
@@ -352,10 +352,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
352
352
|
readonly default: "2";
|
|
353
353
|
};
|
|
354
354
|
}>> & Readonly<{
|
|
355
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
356
|
-
onOpen?: (() => any) | undefined;
|
|
357
355
|
onCancel?: (() => any) | undefined;
|
|
358
356
|
onClose?: (() => any) | undefined;
|
|
357
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
358
|
+
onOpen?: (() => any) | undefined;
|
|
359
359
|
onClosed?: (() => any) | undefined;
|
|
360
360
|
onOk?: (() => any) | undefined;
|
|
361
361
|
onOpened?: (() => any) | undefined;
|
|
@@ -367,10 +367,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
367
367
|
transition: import('element-plus').DialogTransition;
|
|
368
368
|
appendTo: string | HTMLElement;
|
|
369
369
|
showClose: boolean;
|
|
370
|
-
footer:
|
|
370
|
+
footer: boolean;
|
|
371
371
|
title: string;
|
|
372
372
|
center: boolean;
|
|
373
373
|
draggable: boolean;
|
|
374
|
+
ariaLevel: string;
|
|
374
375
|
fullscreen: boolean;
|
|
375
376
|
appendToBody: boolean;
|
|
376
377
|
cancelButtonProps: Partial<import('element-plus').ButtonProps>;
|
|
@@ -389,7 +390,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
389
390
|
trapFocus: boolean;
|
|
390
391
|
alignCenter: boolean;
|
|
391
392
|
overflow: boolean;
|
|
392
|
-
ariaLevel: string;
|
|
393
393
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
394
394
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
395
395
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAA4B,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,eAAO,MAAM,UAAU;;cAGH,QAAQ,CAAC,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;;;;cAIvC,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;;;;cAI9B,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;;;;;;;cAO9B,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAA4B,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,eAAO,MAAM,UAAU;;cAGH,QAAQ,CAAC,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;;;;cAIvC,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;;;;cAI9B,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;;;;;;;cAO9B,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAchD,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;CAItB,CAAC"}
|
|
@@ -134,8 +134,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
134
134
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
135
135
|
search: (values: any) => void;
|
|
136
136
|
change: (values: any) => void;
|
|
137
|
-
validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
|
|
138
137
|
reset: () => void;
|
|
138
|
+
validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
|
|
139
139
|
collapsed: (bool: boolean) => void;
|
|
140
140
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
141
141
|
initialValues: {
|
|
@@ -263,8 +263,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
263
263
|
}>> & Readonly<{
|
|
264
264
|
onSearch?: ((values: any) => any) | undefined;
|
|
265
265
|
onChange?: ((values: any) => any) | undefined;
|
|
266
|
-
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
267
266
|
onReset?: (() => any) | undefined;
|
|
267
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
268
268
|
onCollapsed?: ((bool: boolean) => any) | undefined;
|
|
269
269
|
}>, {
|
|
270
270
|
disabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/QueryForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QueryForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/QueryForm.vue"],"names":[],"mappings":"AAWA,OAAO,EAGL,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC5B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAkkB8tlH,CAAC;yBAA0d,CAAC;yBAApV,CAAC,uFAAmC,CAAC;uBAA+J,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAT5jmH,wBAQG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { QueryFormItemPropsType } from './props';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
itemProps: {
|
|
6
|
+
type: PropType<QueryFormItemPropsType>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
itemProps: {
|
|
11
|
+
type: PropType<QueryFormItemPropsType>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=TagContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/TagContent.vue"],"names":[],"mappings":"AASA;AAEA,OAAO,EAA2B,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAU7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;;;cAsMlC,QAAQ,CAAC,sBAAsB,CAAC;;;;;cAAhC,QAAQ,CAAC,sBAAsB,CAAC;;;;AAPpD,wBAWG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contants.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/contants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,uBAAuB,CAAC"}
|