@hinen/pro-element-plus 1.3.5 → 1.5.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 +16 -12
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +5 -3
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +4 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +5 -5
- 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 +5 -5
- package/dist/components/Modal/Modal.vue.d.ts +5 -5
- package/dist/components/QueryForm/QueryForm.vue.d.ts +5 -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/props.d.ts +1 -0
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/QueryForm/types.d.ts +6 -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 +38 -38
- package/dist/index.js +2602 -1873
- 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;
|
|
@@ -155,10 +155,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
155
155
|
__epPropKey: true;
|
|
156
156
|
};
|
|
157
157
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
158
|
-
|
|
158
|
+
close: () => void;
|
|
159
159
|
error: (evt: Event) => void;
|
|
160
160
|
load: (evt: Event) => void;
|
|
161
|
-
|
|
161
|
+
switch: (val: number) => void;
|
|
162
162
|
show: () => void;
|
|
163
163
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
164
164
|
errorText: StringConstructor;
|
|
@@ -274,14 +274,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
274
274
|
__epPropKey: true;
|
|
275
275
|
};
|
|
276
276
|
}>> & Readonly<{
|
|
277
|
-
|
|
277
|
+
onClose?: (() => any) | undefined;
|
|
278
278
|
onError?: ((evt: Event) => any) | undefined;
|
|
279
279
|
onLoad?: ((evt: Event) => any) | undefined;
|
|
280
|
-
|
|
280
|
+
onSwitch?: ((val: number) => any) | undefined;
|
|
281
281
|
onShow?: (() => any) | undefined;
|
|
282
282
|
}>, {
|
|
283
|
-
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
284
283
|
lazy: boolean;
|
|
284
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
285
285
|
closeOnPressEscape: boolean;
|
|
286
286
|
showRefresh: boolean;
|
|
287
287
|
previewTeleported: boolean;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -371,6 +371,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
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;
|
|
@@ -130,10 +130,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
130
|
resetFields: (props?: import('element-plus').FormItemProp | import('element-plus').FormItemProp[]) => void;
|
|
131
131
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
132
132
|
getFormData: () => any;
|
|
133
|
+
restore: () => void;
|
|
133
134
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
134
135
|
search: (values: any) => void;
|
|
135
|
-
|
|
136
|
+
change: (values: any) => void;
|
|
136
137
|
reset: () => void;
|
|
138
|
+
validate: (prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => void;
|
|
137
139
|
collapsed: (bool: boolean) => void;
|
|
138
140
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
139
141
|
initialValues: {
|
|
@@ -260,8 +262,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
260
262
|
disabled: BooleanConstructor;
|
|
261
263
|
}>> & Readonly<{
|
|
262
264
|
onSearch?: ((values: any) => any) | undefined;
|
|
263
|
-
|
|
265
|
+
onChange?: ((values: any) => any) | undefined;
|
|
264
266
|
onReset?: (() => any) | undefined;
|
|
267
|
+
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
265
268
|
onCollapsed?: ((bool: boolean) => any) | undefined;
|
|
266
269
|
}>, {
|
|
267
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"}
|
|
@@ -159,6 +159,7 @@ export declare const queryFormProps: {
|
|
|
159
159
|
disabled: BooleanConstructor;
|
|
160
160
|
};
|
|
161
161
|
export declare const queryFormEmits: {
|
|
162
|
+
change: (values: any) => boolean;
|
|
162
163
|
search: (values: any) => boolean;
|
|
163
164
|
reset: () => boolean;
|
|
164
165
|
collapsed: (bool: boolean) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACV,0BAA0B,EAC1B,0BAA0B,EAC1B,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,0BAA0B,CAAC;IACpC,QAAQ,EAAE,0BAA0B,CAAC;IACrC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,KAAK,EAAE,uBAAuB,CAAC;IAC/B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,GAAG,EAAE,qBAAqB,CAAC;IAC3B,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,uBAAuB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,yBAAyB,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,2BAA2B,CACrC,SAAS,SAAS,sBAAsB,IACtC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC,GAAG,OAAO,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAC,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAC9B;KACG,SAAS,IAAI,sBAAsB,GAAG;QACrC,SAAS,EAAE,SAAS,CAAC;KACtB,GAAG,2BAA2B,CAAC,SAAS,CAAC;CAC3C,CAAC,sBAAsB,CAAC,GACzB,CAAC;IACC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;AAE7C,eAAO,MAAM,cAAc;;;;;;cAOG,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;cAWjC,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;;;;;;;;WAkB7C,QAAQ,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxD,CAAC;AAEF,eAAO,MAAM,cAAc;qBAER,GAAG;;sBAEF,OAAO;;CAC1B,CAAC"}
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACV,0BAA0B,EAC1B,0BAA0B,EAC1B,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,0BAA0B,CAAC;IACpC,QAAQ,EAAE,0BAA0B,CAAC;IACrC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,KAAK,EAAE,uBAAuB,CAAC;IAC/B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,MAAM,EAAE,mBAAmB,CAAC;IAC5B,GAAG,EAAE,qBAAqB,CAAC;IAC3B,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,uBAAuB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,yBAAyB,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,2BAA2B,CACrC,SAAS,SAAS,sBAAsB,IACtC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC,GAAG,OAAO,CAAC,yBAAyB,CAAC,SAAS,CAAC,CAAC,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAC9B;KACG,SAAS,IAAI,sBAAsB,GAAG;QACrC,SAAS,EAAE,SAAS,CAAC;KACtB,GAAG,2BAA2B,CAAC,SAAS,CAAC;CAC3C,CAAC,sBAAsB,CAAC,GACzB,CAAC;IACC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC,CAAC;AAE7C,eAAO,MAAM,cAAc;;;;;;cAOG,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;cAWjC,QAAQ,CAAC,MAAM,GAAG,cAAc,CAAC;;;;;;;;;;;;;;;;;;WAkB7C,QAAQ,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxD,CAAC;AAEF,eAAO,MAAM,cAAc;qBAER,GAAG;qBACH,GAAG;;sBAEF,OAAO;;CAC1B,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
import { FormFieldInstanceType } from '../FormFields/types';
|
|
1
2
|
import { queryFormProps } from './props';
|
|
2
3
|
import { FormInstance } from 'element-plus';
|
|
3
|
-
import { ExtractPropTypes } from 'vue';
|
|
4
|
+
import { ExtractPropTypes, ShallowRef } from 'vue';
|
|
4
5
|
|
|
5
6
|
export type QueryFormPropsType = ExtractPropTypes<typeof queryFormProps>;
|
|
6
7
|
export type QueryFormInstanceType = Pick<FormInstance, 'validate' | 'validateField' | 'resetFields' | 'clearValidate' | 'scrollToField'> & {
|
|
7
8
|
getFormData: () => any;
|
|
9
|
+
restore: () => void;
|
|
10
|
+
};
|
|
11
|
+
export type QueryFormContextType = {
|
|
12
|
+
formItemRefs: ShallowRef<Record<string, FormFieldInstanceType<any>>>;
|
|
8
13
|
};
|
|
9
14
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,OAAO,cAAc,CAAC,CAAC;AAEzE,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,YAAY,EACV,UAAU,GACV,eAAe,GACf,aAAa,GACb,eAAe,GACf,eAAe,CAClB,GAAG;IACF,WAAW,EAAE,MAAM,GAAG,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACtE,CAAC"}
|
|
@@ -5,4 +5,5 @@ export declare const buildResponsiveVars: (value: number | ResponsiveVars) => Re
|
|
|
5
5
|
export declare const getItemsClassName: (gutter: QueryFormPropsType["gutter"]) => string;
|
|
6
6
|
export declare const getItemWrapperClassName: (gutter: QueryFormPropsType["gutter"], width: QueryFormPropsType["width"]) => string;
|
|
7
7
|
export declare const getItemWrapperWidth: (breakpoint: keyof ResponsiveVars, width: QueryFormPropsType["width"]) => number;
|
|
8
|
+
export declare const getIsTagShow: (value: any) => boolean;
|
|
8
9
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAS7C,eAAO,MAAM,mBAAmB,UAAW,MAAM,GAAG,cAAc,mBAajE,CAAC;AAEF,eAAO,MAAM,iBAAiB,WAAY,kBAAkB,CAAC,QAAQ,CAAC,WAgCrE,CAAC;AAEF,eAAO,MAAM,uBAAuB,WAC1B,kBAAkB,CAAC,QAAQ,CAAC,SAC7B,kBAAkB,CAAC,OAAO,CAAC,WAwCnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,cAAc,SACzB,kBAAkB,CAAC,OAAO,CAAC,WAKnC,CAAC"}
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/QueryForm/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAS7C,eAAO,MAAM,mBAAmB,UAAW,MAAM,GAAG,cAAc,mBAajE,CAAC;AAEF,eAAO,MAAM,iBAAiB,WAAY,kBAAkB,CAAC,QAAQ,CAAC,WAgCrE,CAAC;AAEF,eAAO,MAAM,uBAAuB,WAC1B,kBAAkB,CAAC,QAAQ,CAAC,SAC7B,kBAAkB,CAAC,OAAO,CAAC,WAwCnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,cAAc,SACzB,kBAAkB,CAAC,OAAO,CAAC,WAKnC,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,GAAG,YAQtC,CAAC"}
|
|
@@ -60,8 +60,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
60
60
|
readonly default: true;
|
|
61
61
|
};
|
|
62
62
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
|
-
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
64
63
|
change: (val: string | number | boolean | undefined) => void;
|
|
64
|
+
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
65
65
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
66
66
|
options: import('vue').PropType<import('./props').RadioGroupOptionType[]>;
|
|
67
67
|
ariaLabel: StringConstructor;
|
|
@@ -121,8 +121,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
121
121
|
readonly default: true;
|
|
122
122
|
};
|
|
123
123
|
}>> & Readonly<{
|
|
124
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
125
124
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
125
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
126
126
|
}>, {
|
|
127
127
|
modelValue: string | number | boolean;
|
|
128
128
|
disabled: boolean;
|