@jari-ace/element-plus-component 0.3.2 → 0.3.3
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/autoComplete/JaAutoComplete.vue.d.ts +956 -1179
- package/dist/components/autoComplete/JaAutoComplete.vue.d.ts.map +1 -1
- package/dist/components/button/JaButton.vue.d.ts +114 -450
- package/dist/components/button/JaButton.vue.d.ts.map +1 -1
- package/dist/components/checkbox/JaCheckbox.vue.d.ts +228 -150
- package/dist/components/checkbox/JaCheckbox.vue.d.ts.map +1 -1
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts +215 -137
- package/dist/components/checkboxGroup/JaCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts +700 -1596
- package/dist/components/dropdownButton/JaDropdownButton.vue.d.ts.map +1 -1
- package/dist/components/form/JaForm.vue.d.ts +1 -1
- package/dist/components/formItem/JaFormItem.vue.d.ts +83 -293
- package/dist/components/formItem/JaFormItem.vue.d.ts.map +1 -1
- package/dist/components/input/JaInput.vue.d.ts +244 -609
- package/dist/components/input/JaInput.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js +1 -1
- package/dist/components/inputI18n/I18nBundleEditor.vue.js.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.d.ts.map +1 -1
- package/dist/components/inputI18n/InputI18n.vue.js +14 -5
- package/dist/components/inputI18n/InputI18n.vue.js.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts +117 -471
- package/dist/components/inputNumber/JaInputNumber.vue.d.ts.map +1 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js +4 -1
- package/dist/components/inputNumber/JaInputNumber.vue.js.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.d.ts.map +1 -1
- package/dist/components/properyPicker/PropertyPicker.vue.js +4 -8
- package/dist/components/properyPicker/PropertyPicker.vue.js.map +1 -1
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts +96 -287
- package/dist/components/radioGroup/JaRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts +14 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.d.ts.map +1 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js +410 -0
- package/dist/components/rolePicker/RoleCategorySelector.vue.js.map +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts +1 -0
- package/dist/components/rolePicker/RoleEditor.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/RoleEditor.vue.js +64 -31
- package/dist/components/rolePicker/RoleEditor.vue.js.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.d.ts.map +1 -1
- package/dist/components/rolePicker/baseRolePicker.vue.js +7 -9
- package/dist/components/rolePicker/baseRolePicker.vue.js.map +1 -1
- package/dist/components/rolePicker/index.d.ts +2 -0
- package/dist/components/rolePicker/index.d.ts.map +1 -1
- package/dist/components/rolePicker/index.js +2 -0
- package/dist/components/rolePicker/index.js.map +1 -1
- package/dist/components/scrollbar/Scrollbar.vue.d.ts +110 -378
- package/dist/components/scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/switch/JaSwitch.vue.d.ts +96 -431
- package/dist/components/switch/JaSwitch.vue.d.ts.map +1 -1
- package/dist/components/upload/JaUploader.vue.d.ts +50 -6
- package/dist/components/upload/JaUploader.vue.d.ts.map +1 -1
- package/dist/components/upload/index.d.ts +76 -9
- package/dist/components/upload/index.d.ts.map +1 -1
- package/dist/components/upload/index.js +1 -0
- package/dist/components/upload/index.js.map +1 -1
- package/dist/components/upload/types.d.ts +3 -0
- package/dist/components/upload/types.d.ts.map +1 -0
- package/dist/components/upload/types.js +2 -0
- package/dist/components/upload/types.js.map +1 -0
- package/dist/components/upload/uploader.vue.d.ts +26 -3
- package/dist/components/upload/uploader.vue.d.ts.map +1 -1
- package/dist/components/upload/uploader.vue.js +28 -11
- package/dist/components/upload/uploader.vue.js.map +1 -1
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts +1808 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.d.ts.map +1 -0
- package/dist/components/userGroupTree/src/userGroupTree.vue.js +23 -14
- package/dist/components/userGroupTree/src/userGroupTree.vue.js.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.d.ts.map +1 -1
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js +2 -0
- package/dist/components/userSelectDialog/src/userSelectDialog.vue.js.map +1 -1
- package/dist/hooks/useAppInstances.d.ts +17 -4
- package/dist/hooks/useAppInstances.d.ts.map +1 -1
- package/dist/hooks/useAppInstances.js +109 -24
- package/dist/hooks/useAppInstances.js.map +1 -1
- package/dist/hooks/useClassificationLevels.d.ts.map +1 -1
- package/dist/hooks/useClassificationLevels.js +30 -7
- package/dist/hooks/useClassificationLevels.js.map +1 -1
- package/dist/hooks/useConstraintProviders.d.ts +5 -0
- package/dist/hooks/useConstraintProviders.d.ts.map +1 -0
- package/dist/hooks/useConstraintProviders.js +31 -0
- package/dist/hooks/useConstraintProviders.js.map +1 -0
- package/dist/hooks/useEntities.d.ts +9 -0
- package/dist/hooks/useEntities.d.ts.map +1 -0
- package/dist/hooks/useEntities.js +40 -0
- package/dist/hooks/useEntities.js.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts +5 -0
- package/dist/hooks/useEntityPropDataTypes.d.ts.map +1 -0
- package/dist/hooks/useEntityPropDataTypes.js +31 -0
- package/dist/hooks/useEntityPropDataTypes.js.map +1 -0
- package/dist/hooks/useFileConfigurations.d.ts +6 -0
- package/dist/hooks/useFileConfigurations.d.ts.map +1 -0
- package/dist/hooks/useFileConfigurations.js +37 -0
- package/dist/hooks/useFileConfigurations.js.map +1 -0
- package/dist/hooks/useGroups.d.ts +7 -0
- package/dist/hooks/useGroups.d.ts.map +1 -0
- package/dist/hooks/useGroups.js +75 -0
- package/dist/hooks/useGroups.js.map +1 -0
- package/dist/hooks/useNumberTemplates.d.ts +6 -0
- package/dist/hooks/useNumberTemplates.d.ts.map +1 -0
- package/dist/hooks/useNumberTemplates.js +37 -0
- package/dist/hooks/useNumberTemplates.js.map +1 -0
- package/dist/hooks/useProperties.d.ts +9 -0
- package/dist/hooks/useProperties.d.ts.map +1 -0
- package/dist/hooks/useProperties.js +40 -0
- package/dist/hooks/useProperties.js.map +1 -0
- package/dist/hooks/useRoleCategories.d.ts +6 -0
- package/dist/hooks/useRoleCategories.d.ts.map +1 -0
- package/dist/hooks/useRoleCategories.js +37 -0
- package/dist/hooks/useRoleCategories.js.map +1 -0
- package/dist/hooks/useRoles.d.ts +6 -0
- package/dist/hooks/useRoles.d.ts.map +1 -0
- package/dist/hooks/useRoles.js +38 -0
- package/dist/hooks/useRoles.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +9264 -8794
- package/lib/index.umd.cjs +34 -34
- package/package.json +7 -7
- package/packages/components/input/JaInput.vue +1 -1
- package/packages/components/inputI18n/I18nBundleEditor.vue +2 -2
- package/packages/components/inputI18n/InputI18n.vue +33 -25
- package/packages/components/inputNumber/JaInputNumber.vue +6 -5
- package/packages/components/properyPicker/PropertyPicker.vue +4 -8
- package/packages/components/rolePicker/RoleCategorySelector.vue +154 -0
- package/packages/components/rolePicker/RoleEditor.vue +16 -7
- package/packages/components/rolePicker/baseRolePicker.vue +6 -13
- package/packages/components/rolePicker/index.ts +3 -0
- package/packages/components/upload/index.ts +1 -0
- package/packages/components/upload/types.ts +4 -0
- package/packages/components/upload/uploader.vue +456 -381
- package/packages/components/userGroupTree/src/userGroupTree.vue +54 -17
- package/packages/components/userSelectDialog/src/userSelectDialog.vue +1 -1
- package/packages/hooks/useAppInstances.ts +121 -25
- package/packages/hooks/useClassificationLevels.ts +31 -7
- package/packages/hooks/useConstraintProviders.ts +36 -0
- package/packages/hooks/useEntities.ts +44 -0
- package/packages/hooks/useEntityPropDataTypes.ts +37 -0
- package/packages/hooks/useFileConfigurations.ts +41 -0
- package/packages/hooks/useGroups.ts +81 -0
- package/packages/hooks/useNumberTemplates.ts +43 -0
- package/packages/hooks/useProperties.ts +44 -0
- package/packages/hooks/useRoleCategories.ts +42 -0
- package/packages/hooks/useRoles.ts +44 -0
- package/packages/index.ts +9 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JaDropdownButton.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/dropdownButton/JaDropdownButton.vue"],"names":[],"mappings":"AAoEA,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAA;CACpF,CAAC
|
|
1
|
+
{"version":3,"file":"JaDropdownButton.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/dropdownButton/JaDropdownButton.vue"],"names":[],"mappings":"AAoEA,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAA;CACpF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+JF,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
23
23
|
elForm: import("vue").Ref<FormInstance, FormInstance>;
|
|
24
24
|
getElForm: () => FormInstance;
|
|
25
25
|
validate: (submit: () => Promise<any>, onFail?: () => void) => Promise<void>;
|
|
26
|
-
getRules: () => Partial<Record<string, import("element-plus").
|
|
26
|
+
getRules: () => Partial<Record<string, import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>>>;
|
|
27
27
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
28
|
click: (...args: any[]) => void;
|
|
29
29
|
validate: (...args: any[]) => void;
|
|
@@ -23,39 +23,18 @@ type __VLS_Slots = {} & {
|
|
|
23
23
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Props, {
|
|
24
24
|
resetField: () => void;
|
|
25
25
|
clearValidate: () => void;
|
|
26
|
-
elFormItem: import("vue").Ref<{
|
|
26
|
+
elFormItem: import("vue").Ref<import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
27
27
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
readonly label: StringConstructor;
|
|
29
|
-
readonly labelWidth:
|
|
30
|
-
|
|
31
|
-
readonly required: false;
|
|
32
|
-
readonly validator: (val: unknown) => boolean;
|
|
33
|
-
__epPropKey: true;
|
|
34
|
-
} & {
|
|
35
|
-
readonly default: "";
|
|
36
|
-
};
|
|
37
|
-
readonly labelPosition: {
|
|
38
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
39
|
-
readonly required: false;
|
|
40
|
-
readonly validator: (val: unknown) => boolean;
|
|
41
|
-
__epPropKey: true;
|
|
42
|
-
} & {
|
|
43
|
-
readonly default: "";
|
|
44
|
-
};
|
|
29
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
30
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
45
31
|
readonly prop: {
|
|
46
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp
|
|
32
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
47
33
|
readonly required: false;
|
|
48
34
|
readonly validator: (val: unknown) => boolean;
|
|
49
35
|
__epPropKey: true;
|
|
50
36
|
};
|
|
51
|
-
readonly required:
|
|
52
|
-
readonly type: import("vue").PropType<boolean>;
|
|
53
|
-
readonly required: false;
|
|
54
|
-
readonly validator: (val: unknown) => boolean;
|
|
55
|
-
__epPropKey: true;
|
|
56
|
-
} & {
|
|
57
|
-
readonly default: undefined;
|
|
58
|
-
};
|
|
37
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
59
38
|
readonly rules: {
|
|
60
39
|
readonly type: import("vue").PropType<unknown>;
|
|
61
40
|
readonly required: false;
|
|
@@ -64,30 +43,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
64
43
|
};
|
|
65
44
|
readonly error: StringConstructor;
|
|
66
45
|
readonly validateStatus: {
|
|
67
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
46
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
68
47
|
readonly required: false;
|
|
69
48
|
readonly validator: (val: unknown) => boolean;
|
|
70
49
|
__epPropKey: true;
|
|
71
50
|
};
|
|
72
51
|
readonly for: StringConstructor;
|
|
73
|
-
readonly inlineMessage:
|
|
74
|
-
|
|
75
|
-
readonly required: false;
|
|
76
|
-
readonly validator: (val: unknown) => boolean;
|
|
77
|
-
__epPropKey: true;
|
|
78
|
-
} & {
|
|
79
|
-
readonly default: "";
|
|
80
|
-
};
|
|
81
|
-
readonly showMessage: {
|
|
82
|
-
readonly type: import("vue").PropType<boolean>;
|
|
83
|
-
readonly required: false;
|
|
84
|
-
readonly validator: (val: unknown) => boolean;
|
|
85
|
-
__epPropKey: true;
|
|
86
|
-
} & {
|
|
87
|
-
readonly default: true;
|
|
88
|
-
};
|
|
52
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
53
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
54
|
readonly size: {
|
|
90
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
55
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
91
56
|
readonly required: false;
|
|
92
57
|
readonly validator: (val: unknown) => boolean;
|
|
93
58
|
__epPropKey: true;
|
|
@@ -100,11 +65,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
100
65
|
clearValidate: () => void;
|
|
101
66
|
resetField: () => void;
|
|
102
67
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
103
|
-
readonly required:
|
|
104
|
-
readonly labelWidth:
|
|
105
|
-
readonly labelPosition: "" | "top" | "left" | "right"
|
|
106
|
-
readonly inlineMessage:
|
|
107
|
-
readonly showMessage:
|
|
68
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
69
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
70
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
71
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
108
73
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
109
74
|
P: {};
|
|
110
75
|
B: {};
|
|
@@ -114,36 +79,15 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
114
79
|
Defaults: {};
|
|
115
80
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
116
81
|
readonly label: StringConstructor;
|
|
117
|
-
readonly labelWidth:
|
|
118
|
-
|
|
119
|
-
readonly required: false;
|
|
120
|
-
readonly validator: (val: unknown) => boolean;
|
|
121
|
-
__epPropKey: true;
|
|
122
|
-
} & {
|
|
123
|
-
readonly default: "";
|
|
124
|
-
};
|
|
125
|
-
readonly labelPosition: {
|
|
126
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
127
|
-
readonly required: false;
|
|
128
|
-
readonly validator: (val: unknown) => boolean;
|
|
129
|
-
__epPropKey: true;
|
|
130
|
-
} & {
|
|
131
|
-
readonly default: "";
|
|
132
|
-
};
|
|
82
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
83
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
133
84
|
readonly prop: {
|
|
134
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp
|
|
135
|
-
readonly required: false;
|
|
136
|
-
readonly validator: (val: unknown) => boolean;
|
|
137
|
-
__epPropKey: true;
|
|
138
|
-
};
|
|
139
|
-
readonly required: {
|
|
140
|
-
readonly type: import("vue").PropType<boolean>;
|
|
85
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
141
86
|
readonly required: false;
|
|
142
87
|
readonly validator: (val: unknown) => boolean;
|
|
143
88
|
__epPropKey: true;
|
|
144
|
-
} & {
|
|
145
|
-
readonly default: undefined;
|
|
146
89
|
};
|
|
90
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
147
91
|
readonly rules: {
|
|
148
92
|
readonly type: import("vue").PropType<unknown>;
|
|
149
93
|
readonly required: false;
|
|
@@ -152,30 +96,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
152
96
|
};
|
|
153
97
|
readonly error: StringConstructor;
|
|
154
98
|
readonly validateStatus: {
|
|
155
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
99
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
156
100
|
readonly required: false;
|
|
157
101
|
readonly validator: (val: unknown) => boolean;
|
|
158
102
|
__epPropKey: true;
|
|
159
103
|
};
|
|
160
104
|
readonly for: StringConstructor;
|
|
161
|
-
readonly inlineMessage:
|
|
162
|
-
|
|
163
|
-
readonly required: false;
|
|
164
|
-
readonly validator: (val: unknown) => boolean;
|
|
165
|
-
__epPropKey: true;
|
|
166
|
-
} & {
|
|
167
|
-
readonly default: "";
|
|
168
|
-
};
|
|
169
|
-
readonly showMessage: {
|
|
170
|
-
readonly type: import("vue").PropType<boolean>;
|
|
171
|
-
readonly required: false;
|
|
172
|
-
readonly validator: (val: unknown) => boolean;
|
|
173
|
-
__epPropKey: true;
|
|
174
|
-
} & {
|
|
175
|
-
readonly default: true;
|
|
176
|
-
};
|
|
105
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
106
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
177
107
|
readonly size: {
|
|
178
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
108
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
179
109
|
readonly required: false;
|
|
180
110
|
readonly validator: (val: unknown) => boolean;
|
|
181
111
|
__epPropKey: true;
|
|
@@ -188,47 +118,26 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
188
118
|
clearValidate: () => void;
|
|
189
119
|
resetField: () => void;
|
|
190
120
|
}, {}, {}, {}, {
|
|
191
|
-
readonly required:
|
|
192
|
-
readonly labelWidth:
|
|
193
|
-
readonly labelPosition: "" | "top" | "left" | "right"
|
|
194
|
-
readonly inlineMessage:
|
|
195
|
-
readonly showMessage:
|
|
121
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
122
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
123
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
124
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
196
126
|
}>;
|
|
197
127
|
__isFragment?: never;
|
|
198
128
|
__isTeleport?: never;
|
|
199
129
|
__isSuspense?: never;
|
|
200
130
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
201
131
|
readonly label: StringConstructor;
|
|
202
|
-
readonly labelWidth:
|
|
203
|
-
|
|
204
|
-
readonly required: false;
|
|
205
|
-
readonly validator: (val: unknown) => boolean;
|
|
206
|
-
__epPropKey: true;
|
|
207
|
-
} & {
|
|
208
|
-
readonly default: "";
|
|
209
|
-
};
|
|
210
|
-
readonly labelPosition: {
|
|
211
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
212
|
-
readonly required: false;
|
|
213
|
-
readonly validator: (val: unknown) => boolean;
|
|
214
|
-
__epPropKey: true;
|
|
215
|
-
} & {
|
|
216
|
-
readonly default: "";
|
|
217
|
-
};
|
|
132
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
133
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
218
134
|
readonly prop: {
|
|
219
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp
|
|
220
|
-
readonly required: false;
|
|
221
|
-
readonly validator: (val: unknown) => boolean;
|
|
222
|
-
__epPropKey: true;
|
|
223
|
-
};
|
|
224
|
-
readonly required: {
|
|
225
|
-
readonly type: import("vue").PropType<boolean>;
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
226
136
|
readonly required: false;
|
|
227
137
|
readonly validator: (val: unknown) => boolean;
|
|
228
138
|
__epPropKey: true;
|
|
229
|
-
} & {
|
|
230
|
-
readonly default: undefined;
|
|
231
139
|
};
|
|
140
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
232
141
|
readonly rules: {
|
|
233
142
|
readonly type: import("vue").PropType<unknown>;
|
|
234
143
|
readonly required: false;
|
|
@@ -237,30 +146,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
237
146
|
};
|
|
238
147
|
readonly error: StringConstructor;
|
|
239
148
|
readonly validateStatus: {
|
|
240
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
149
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
241
150
|
readonly required: false;
|
|
242
151
|
readonly validator: (val: unknown) => boolean;
|
|
243
152
|
__epPropKey: true;
|
|
244
153
|
};
|
|
245
154
|
readonly for: StringConstructor;
|
|
246
|
-
readonly inlineMessage:
|
|
247
|
-
|
|
248
|
-
readonly required: false;
|
|
249
|
-
readonly validator: (val: unknown) => boolean;
|
|
250
|
-
__epPropKey: true;
|
|
251
|
-
} & {
|
|
252
|
-
readonly default: "";
|
|
253
|
-
};
|
|
254
|
-
readonly showMessage: {
|
|
255
|
-
readonly type: import("vue").PropType<boolean>;
|
|
256
|
-
readonly required: false;
|
|
257
|
-
readonly validator: (val: unknown) => boolean;
|
|
258
|
-
__epPropKey: true;
|
|
259
|
-
} & {
|
|
260
|
-
readonly default: true;
|
|
261
|
-
};
|
|
155
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
156
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
262
157
|
readonly size: {
|
|
263
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
158
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
264
159
|
readonly required: false;
|
|
265
160
|
readonly validator: (val: unknown) => boolean;
|
|
266
161
|
__epPropKey: true;
|
|
@@ -273,12 +168,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
273
168
|
clearValidate: () => void;
|
|
274
169
|
resetField: () => void;
|
|
275
170
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
276
|
-
readonly required:
|
|
277
|
-
readonly labelWidth:
|
|
278
|
-
readonly labelPosition: "" | "top" | "left" | "right"
|
|
279
|
-
readonly inlineMessage:
|
|
280
|
-
readonly showMessage:
|
|
281
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
171
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
172
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
173
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
174
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
175
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
176
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
282
177
|
$slots: {
|
|
283
178
|
label?(_: {
|
|
284
179
|
label: string;
|
|
@@ -288,39 +183,18 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
288
183
|
error: string;
|
|
289
184
|
}): any;
|
|
290
185
|
};
|
|
291
|
-
})
|
|
186
|
+
})>, import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
292
187
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
293
188
|
readonly label: StringConstructor;
|
|
294
|
-
readonly labelWidth:
|
|
295
|
-
|
|
296
|
-
readonly required: false;
|
|
297
|
-
readonly validator: (val: unknown) => boolean;
|
|
298
|
-
__epPropKey: true;
|
|
299
|
-
} & {
|
|
300
|
-
readonly default: "";
|
|
301
|
-
};
|
|
302
|
-
readonly labelPosition: {
|
|
303
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
304
|
-
readonly required: false;
|
|
305
|
-
readonly validator: (val: unknown) => boolean;
|
|
306
|
-
__epPropKey: true;
|
|
307
|
-
} & {
|
|
308
|
-
readonly default: "";
|
|
309
|
-
};
|
|
189
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
190
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
310
191
|
readonly prop: {
|
|
311
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp
|
|
192
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
312
193
|
readonly required: false;
|
|
313
194
|
readonly validator: (val: unknown) => boolean;
|
|
314
195
|
__epPropKey: true;
|
|
315
196
|
};
|
|
316
|
-
readonly required:
|
|
317
|
-
readonly type: import("vue").PropType<boolean>;
|
|
318
|
-
readonly required: false;
|
|
319
|
-
readonly validator: (val: unknown) => boolean;
|
|
320
|
-
__epPropKey: true;
|
|
321
|
-
} & {
|
|
322
|
-
readonly default: undefined;
|
|
323
|
-
};
|
|
197
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
324
198
|
readonly rules: {
|
|
325
199
|
readonly type: import("vue").PropType<unknown>;
|
|
326
200
|
readonly required: false;
|
|
@@ -329,30 +203,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
329
203
|
};
|
|
330
204
|
readonly error: StringConstructor;
|
|
331
205
|
readonly validateStatus: {
|
|
332
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
206
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
333
207
|
readonly required: false;
|
|
334
208
|
readonly validator: (val: unknown) => boolean;
|
|
335
209
|
__epPropKey: true;
|
|
336
210
|
};
|
|
337
211
|
readonly for: StringConstructor;
|
|
338
|
-
readonly inlineMessage:
|
|
339
|
-
|
|
340
|
-
readonly required: false;
|
|
341
|
-
readonly validator: (val: unknown) => boolean;
|
|
342
|
-
__epPropKey: true;
|
|
343
|
-
} & {
|
|
344
|
-
readonly default: "";
|
|
345
|
-
};
|
|
346
|
-
readonly showMessage: {
|
|
347
|
-
readonly type: import("vue").PropType<boolean>;
|
|
348
|
-
readonly required: false;
|
|
349
|
-
readonly validator: (val: unknown) => boolean;
|
|
350
|
-
__epPropKey: true;
|
|
351
|
-
} & {
|
|
352
|
-
readonly default: true;
|
|
353
|
-
};
|
|
212
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
213
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
354
214
|
readonly size: {
|
|
355
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
215
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
356
216
|
readonly required: false;
|
|
357
217
|
readonly validator: (val: unknown) => boolean;
|
|
358
218
|
__epPropKey: true;
|
|
@@ -365,11 +225,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
365
225
|
clearValidate: () => void;
|
|
366
226
|
resetField: () => void;
|
|
367
227
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
368
|
-
readonly required:
|
|
369
|
-
readonly labelWidth:
|
|
370
|
-
readonly labelPosition: "" | "top" | "left" | "right"
|
|
371
|
-
readonly inlineMessage:
|
|
372
|
-
readonly showMessage:
|
|
228
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
229
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
230
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
231
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
232
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
373
233
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
374
234
|
P: {};
|
|
375
235
|
B: {};
|
|
@@ -379,36 +239,15 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
379
239
|
Defaults: {};
|
|
380
240
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
381
241
|
readonly label: StringConstructor;
|
|
382
|
-
readonly labelWidth:
|
|
383
|
-
|
|
384
|
-
readonly required: false;
|
|
385
|
-
readonly validator: (val: unknown) => boolean;
|
|
386
|
-
__epPropKey: true;
|
|
387
|
-
} & {
|
|
388
|
-
readonly default: "";
|
|
389
|
-
};
|
|
390
|
-
readonly labelPosition: {
|
|
391
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
392
|
-
readonly required: false;
|
|
393
|
-
readonly validator: (val: unknown) => boolean;
|
|
394
|
-
__epPropKey: true;
|
|
395
|
-
} & {
|
|
396
|
-
readonly default: "";
|
|
397
|
-
};
|
|
242
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
243
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
398
244
|
readonly prop: {
|
|
399
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp
|
|
400
|
-
readonly required: false;
|
|
401
|
-
readonly validator: (val: unknown) => boolean;
|
|
402
|
-
__epPropKey: true;
|
|
403
|
-
};
|
|
404
|
-
readonly required: {
|
|
405
|
-
readonly type: import("vue").PropType<boolean>;
|
|
245
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
406
246
|
readonly required: false;
|
|
407
247
|
readonly validator: (val: unknown) => boolean;
|
|
408
248
|
__epPropKey: true;
|
|
409
|
-
} & {
|
|
410
|
-
readonly default: undefined;
|
|
411
249
|
};
|
|
250
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
412
251
|
readonly rules: {
|
|
413
252
|
readonly type: import("vue").PropType<unknown>;
|
|
414
253
|
readonly required: false;
|
|
@@ -417,30 +256,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
417
256
|
};
|
|
418
257
|
readonly error: StringConstructor;
|
|
419
258
|
readonly validateStatus: {
|
|
420
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
259
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
421
260
|
readonly required: false;
|
|
422
261
|
readonly validator: (val: unknown) => boolean;
|
|
423
262
|
__epPropKey: true;
|
|
424
263
|
};
|
|
425
264
|
readonly for: StringConstructor;
|
|
426
|
-
readonly inlineMessage:
|
|
427
|
-
|
|
428
|
-
readonly required: false;
|
|
429
|
-
readonly validator: (val: unknown) => boolean;
|
|
430
|
-
__epPropKey: true;
|
|
431
|
-
} & {
|
|
432
|
-
readonly default: "";
|
|
433
|
-
};
|
|
434
|
-
readonly showMessage: {
|
|
435
|
-
readonly type: import("vue").PropType<boolean>;
|
|
436
|
-
readonly required: false;
|
|
437
|
-
readonly validator: (val: unknown) => boolean;
|
|
438
|
-
__epPropKey: true;
|
|
439
|
-
} & {
|
|
440
|
-
readonly default: true;
|
|
441
|
-
};
|
|
265
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
266
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
442
267
|
readonly size: {
|
|
443
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
268
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
444
269
|
readonly required: false;
|
|
445
270
|
readonly validator: (val: unknown) => boolean;
|
|
446
271
|
__epPropKey: true;
|
|
@@ -453,47 +278,26 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
453
278
|
clearValidate: () => void;
|
|
454
279
|
resetField: () => void;
|
|
455
280
|
}, {}, {}, {}, {
|
|
456
|
-
readonly required:
|
|
457
|
-
readonly labelWidth:
|
|
458
|
-
readonly labelPosition: "" | "top" | "left" | "right"
|
|
459
|
-
readonly inlineMessage:
|
|
460
|
-
readonly showMessage:
|
|
281
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
282
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
283
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
284
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
285
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
461
286
|
}>;
|
|
462
287
|
__isFragment?: never;
|
|
463
288
|
__isTeleport?: never;
|
|
464
289
|
__isSuspense?: never;
|
|
465
290
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
466
291
|
readonly label: StringConstructor;
|
|
467
|
-
readonly labelWidth:
|
|
468
|
-
|
|
469
|
-
readonly required: false;
|
|
470
|
-
readonly validator: (val: unknown) => boolean;
|
|
471
|
-
__epPropKey: true;
|
|
472
|
-
} & {
|
|
473
|
-
readonly default: "";
|
|
474
|
-
};
|
|
475
|
-
readonly labelPosition: {
|
|
476
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
477
|
-
readonly required: false;
|
|
478
|
-
readonly validator: (val: unknown) => boolean;
|
|
479
|
-
__epPropKey: true;
|
|
480
|
-
} & {
|
|
481
|
-
readonly default: "";
|
|
482
|
-
};
|
|
292
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
293
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
483
294
|
readonly prop: {
|
|
484
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp
|
|
485
|
-
readonly required: false;
|
|
486
|
-
readonly validator: (val: unknown) => boolean;
|
|
487
|
-
__epPropKey: true;
|
|
488
|
-
};
|
|
489
|
-
readonly required: {
|
|
490
|
-
readonly type: import("vue").PropType<boolean>;
|
|
295
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
491
296
|
readonly required: false;
|
|
492
297
|
readonly validator: (val: unknown) => boolean;
|
|
493
298
|
__epPropKey: true;
|
|
494
|
-
} & {
|
|
495
|
-
readonly default: undefined;
|
|
496
299
|
};
|
|
300
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
497
301
|
readonly rules: {
|
|
498
302
|
readonly type: import("vue").PropType<unknown>;
|
|
499
303
|
readonly required: false;
|
|
@@ -502,30 +306,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
502
306
|
};
|
|
503
307
|
readonly error: StringConstructor;
|
|
504
308
|
readonly validateStatus: {
|
|
505
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
309
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
506
310
|
readonly required: false;
|
|
507
311
|
readonly validator: (val: unknown) => boolean;
|
|
508
312
|
__epPropKey: true;
|
|
509
313
|
};
|
|
510
314
|
readonly for: StringConstructor;
|
|
511
|
-
readonly inlineMessage:
|
|
512
|
-
|
|
513
|
-
readonly required: false;
|
|
514
|
-
readonly validator: (val: unknown) => boolean;
|
|
515
|
-
__epPropKey: true;
|
|
516
|
-
} & {
|
|
517
|
-
readonly default: "";
|
|
518
|
-
};
|
|
519
|
-
readonly showMessage: {
|
|
520
|
-
readonly type: import("vue").PropType<boolean>;
|
|
521
|
-
readonly required: false;
|
|
522
|
-
readonly validator: (val: unknown) => boolean;
|
|
523
|
-
__epPropKey: true;
|
|
524
|
-
} & {
|
|
525
|
-
readonly default: true;
|
|
526
|
-
};
|
|
315
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
316
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
527
317
|
readonly size: {
|
|
528
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
318
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
529
319
|
readonly required: false;
|
|
530
320
|
readonly validator: (val: unknown) => boolean;
|
|
531
321
|
__epPropKey: true;
|
|
@@ -538,12 +328,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
538
328
|
clearValidate: () => void;
|
|
539
329
|
resetField: () => void;
|
|
540
330
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
541
|
-
readonly required:
|
|
542
|
-
readonly labelWidth:
|
|
543
|
-
readonly labelPosition: "" | "top" | "left" | "right"
|
|
544
|
-
readonly inlineMessage:
|
|
545
|
-
readonly showMessage:
|
|
546
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> &
|
|
331
|
+
readonly required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
332
|
+
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
333
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
334
|
+
readonly inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
335
|
+
readonly showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
336
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
547
337
|
$slots: {
|
|
548
338
|
label?(_: {
|
|
549
339
|
label: string;
|
|
@@ -553,7 +343,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Prop
|
|
|
553
343
|
error: string;
|
|
554
344
|
}): any;
|
|
555
345
|
};
|
|
556
|
-
})
|
|
346
|
+
})>>;
|
|
557
347
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
558
348
|
required: boolean;
|
|
559
349
|
size: "default" | "small" | "large";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JaFormItem.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/formItem/JaFormItem.vue"],"names":[],"mappings":"AA0FA,OAAO,EAA6B,KAAK,YAAY,EAAY,MAAM,cAAc,CAAA;AAGrF,KAAK,gBAAgB,GAAG,MAAM,GAAG,OAAO,CAAA;AAKxC,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACxB,KAAK,CAAC,EAAE,YAAY,GAAG,YAAY,EAAE,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;IACpC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IACnC,QAAQ,CAAC,EAAC,MAAM,CAAA;CACnB,CAAC;AA+IF,QAAA,IAAuB,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAClE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC
|
|
1
|
+
{"version":3,"file":"JaFormItem.vue.d.ts","sourceRoot":"","sources":["../../../packages/components/formItem/JaFormItem.vue"],"names":[],"mappings":"AA0FA,OAAO,EAA6B,KAAK,YAAY,EAAY,MAAM,cAAc,CAAA;AAGrF,KAAK,gBAAgB,GAAG,MAAM,GAAG,OAAO,CAAA;AAKxC,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACxB,KAAK,CAAC,EAAE,YAAY,GAAG,YAAY,EAAE,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;IACpC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IACnC,QAAQ,CAAC,EAAC,MAAM,CAAA;CACnB,CAAC;AA+IF,QAAA,IAAuB,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAClE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqC9C,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|