zhihao-ui 1.3.57 → 1.3.58-alpha.2
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/es/BaseInfo-CD2tAAod.js +51 -0
- package/dist/es/BaseItem-DcezA7sa.js +127 -0
- package/dist/es/{Button-DlEYWX3X.js → Button-B2Z_WKdq.js} +2 -2
- package/dist/es/CascaderLoadMore-Bt031LmH.js +277 -0
- package/dist/es/{DatePicker-CymT2gjS.js → DatePicker-CP0KSqBs.js} +3 -3
- package/dist/es/{DetailHeader-DlAjiYhV.js → DetailHeader-DoaD0eKO.js} +3 -3
- package/dist/es/{DetailSubTitle-OH6TMyKI.js → DetailSubTitle-oiPuqJg6.js} +2 -2
- package/dist/es/{Dialog-B_Psb_wh.js → Dialog-BynyEy56.js} +3 -3
- package/dist/es/{DiyDataTable-DRuRQedj.js → DiyDataTable-Bwk_tQDp.js} +9 -7
- package/dist/es/{EditInfoPair-B3TKNnnl.js → EditInfoPair-BRkRrmJI.js} +3 -3
- package/dist/es/{FileWrapper-bVyPV48o.js → FileWrapper-Bw-FhIY5.js} +4 -4
- package/dist/es/{Grid-CLU3cdzX.js → Grid-Cndtkriq.js} +35 -34
- package/dist/es/{InfoPair-nPqi45Ys.js → InfoPair-CIuXeXV1.js} +3 -3
- package/dist/es/{Input-DjQtffZg.js → Input-EcnKRK5Q.js} +3 -3
- package/dist/es/{Loading-CDxuHkdt.js → Loading-Mq3IiaFA.js} +2 -2
- package/dist/es/Map-CxCxmeGO.js +2560 -0
- package/dist/es/{MessageBox-kkpNeAii.js → MessageBox-wQY1ft63.js} +2 -2
- package/dist/es/{MoneyInput-ZLGQmpLk.js → MoneyInput-DZuOujIc.js} +5 -5
- package/dist/es/{PageHeadPanel-DsEeXTgj.js → PageHeadPanel-B2Uqf3zz.js} +2 -2
- package/dist/es/{Table-gFH87j_O.js → Table-NT97DzT0.js} +155 -155
- package/dist/es/{ToolTips-BRjrysPf.js → ToolTips-CVkx0nFU.js} +3 -3
- package/dist/es/index.js +60 -60
- package/dist/es/{utils-B-n1yx0L.js → utils-vqG84sMo.js} +1 -1
- package/dist/es/{vendor-DkGhDRdQ.js → vendor-MMWA2y7U.js} +29 -28
- package/dist/index.css +1 -1
- package/dist/types/components/BaseInfo/BaseInfo.vue.d.ts +2 -2
- package/dist/types/components/BaseInfo/index.d.ts +33 -33
- package/dist/types/components/BaseItem/BaseItem.vue.d.ts +1 -1
- package/dist/types/components/BaseItem/index.d.ts +24 -24
- package/dist/types/components/DetailSubTitle/index.d.ts +1 -0
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +32 -6
- package/dist/types/components/DiyDataTable/index.d.ts +96 -18
- package/dist/types/components/DiyDataTable/type.d.ts +1 -1
- package/dist/types/components/Grid/Grid.vue.d.ts +1 -1
- package/dist/types/components/Grid/index.d.ts +15 -15
- package/dist/types/components/Input/Input.vue.d.ts +6 -6
- package/dist/types/components/Input/index.d.ts +9 -9
- package/dist/types/components/Map/Map.vue.d.ts +9 -1
- package/dist/types/components/Map/function/drawPolygon.d.ts +1 -1
- package/dist/types/components/Map/function/event.d.ts +2 -1
- package/dist/types/components/Map/function/map.d.ts +2 -0
- package/dist/types/components/Map/function/renderPolygon.d.ts +24 -0
- package/dist/types/components/Map/function/ship/index.d.ts +1 -1
- package/dist/types/components/Map/function/ship/style.d.ts +5 -3
- package/dist/types/components/Map/index.d.ts +27 -3
- package/dist/types/components/Map/meta/index.d.ts +2 -1
- package/dist/types/components/MoneyInput/MoneyInput.vue.d.ts +4 -4
- package/dist/types/components/MoneyInput/index.d.ts +6 -6
- package/dist/types/components/Table/types.d.ts +2 -2
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +57 -58
- package/package.json +1 -1
- package/dist/es/BaseInfo-ehtLJvVF.js +0 -53
- package/dist/es/BaseItem-6LMSv4Je.js +0 -130
- package/dist/es/CascaderLoadMore-DKTvm00E.js +0 -287
- package/dist/es/Map-CmcmvvxF.js +0 -2363
|
@@ -16,11 +16,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
16
16
|
cols: number;
|
|
17
17
|
gap: number;
|
|
18
18
|
}>>> & Readonly<{}>, {
|
|
19
|
+
cols: number;
|
|
20
|
+
gap: [number, number] | number;
|
|
19
21
|
contentWidth: string | number;
|
|
20
22
|
labelWidth: string | number;
|
|
21
23
|
infoDirection: "horizontal" | "vertical";
|
|
22
|
-
cols: number;
|
|
23
|
-
gap: [number, number] | number;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
26
|
export default _default;
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
export declare const ZhBaseInfo: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
cols: {
|
|
4
|
+
type: import('vue').PropType<number>;
|
|
5
|
+
required: true;
|
|
6
|
+
default: number;
|
|
7
|
+
};
|
|
8
|
+
gap: {
|
|
9
|
+
type: import('vue').PropType<number | [number, number]>;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
3
12
|
contentWidth: {
|
|
4
13
|
type: import('vue').PropType<string | number>;
|
|
5
14
|
default: undefined;
|
|
@@ -12,21 +21,12 @@ export declare const ZhBaseInfo: {
|
|
|
12
21
|
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
13
22
|
default: string;
|
|
14
23
|
};
|
|
15
|
-
cols: {
|
|
16
|
-
type: import('vue').PropType<number>;
|
|
17
|
-
required: true;
|
|
18
|
-
default: number;
|
|
19
|
-
};
|
|
20
|
-
gap: {
|
|
21
|
-
type: import('vue').PropType<number | [number, number]>;
|
|
22
|
-
default: number;
|
|
23
|
-
};
|
|
24
24
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
25
|
+
cols: number;
|
|
26
|
+
gap: [number, number] | number;
|
|
25
27
|
contentWidth: string | number;
|
|
26
28
|
labelWidth: string | number;
|
|
27
29
|
infoDirection: "horizontal" | "vertical";
|
|
28
|
-
cols: number;
|
|
29
|
-
gap: [number, number] | number;
|
|
30
30
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
31
31
|
P: {};
|
|
32
32
|
B: {};
|
|
@@ -35,6 +35,15 @@ export declare const ZhBaseInfo: {
|
|
|
35
35
|
M: {};
|
|
36
36
|
Defaults: {};
|
|
37
37
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
+
cols: {
|
|
39
|
+
type: import('vue').PropType<number>;
|
|
40
|
+
required: true;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
gap: {
|
|
44
|
+
type: import('vue').PropType<number | [number, number]>;
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
38
47
|
contentWidth: {
|
|
39
48
|
type: import('vue').PropType<string | number>;
|
|
40
49
|
default: undefined;
|
|
@@ -47,26 +56,26 @@ export declare const ZhBaseInfo: {
|
|
|
47
56
|
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
48
57
|
default: string;
|
|
49
58
|
};
|
|
50
|
-
cols: {
|
|
51
|
-
type: import('vue').PropType<number>;
|
|
52
|
-
required: true;
|
|
53
|
-
default: number;
|
|
54
|
-
};
|
|
55
|
-
gap: {
|
|
56
|
-
type: import('vue').PropType<number | [number, number]>;
|
|
57
|
-
default: number;
|
|
58
|
-
};
|
|
59
59
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
60
|
+
cols: number;
|
|
61
|
+
gap: [number, number] | number;
|
|
60
62
|
contentWidth: string | number;
|
|
61
63
|
labelWidth: string | number;
|
|
62
64
|
infoDirection: "horizontal" | "vertical";
|
|
63
|
-
cols: number;
|
|
64
|
-
gap: [number, number] | number;
|
|
65
65
|
}>;
|
|
66
66
|
__isFragment?: never;
|
|
67
67
|
__isTeleport?: never;
|
|
68
68
|
__isSuspense?: never;
|
|
69
69
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
+
cols: {
|
|
71
|
+
type: import('vue').PropType<number>;
|
|
72
|
+
required: true;
|
|
73
|
+
default: number;
|
|
74
|
+
};
|
|
75
|
+
gap: {
|
|
76
|
+
type: import('vue').PropType<number | [number, number]>;
|
|
77
|
+
default: number;
|
|
78
|
+
};
|
|
70
79
|
contentWidth: {
|
|
71
80
|
type: import('vue').PropType<string | number>;
|
|
72
81
|
default: undefined;
|
|
@@ -79,21 +88,12 @@ export declare const ZhBaseInfo: {
|
|
|
79
88
|
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
80
89
|
default: string;
|
|
81
90
|
};
|
|
82
|
-
cols: {
|
|
83
|
-
type: import('vue').PropType<number>;
|
|
84
|
-
required: true;
|
|
85
|
-
default: number;
|
|
86
|
-
};
|
|
87
|
-
gap: {
|
|
88
|
-
type: import('vue').PropType<number | [number, number]>;
|
|
89
|
-
default: number;
|
|
90
|
-
};
|
|
91
91
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
92
|
+
cols: number;
|
|
93
|
+
gap: [number, number] | number;
|
|
92
94
|
contentWidth: string | number;
|
|
93
95
|
labelWidth: string | number;
|
|
94
96
|
infoDirection: "horizontal" | "vertical";
|
|
95
|
-
cols: number;
|
|
96
|
-
gap: [number, number] | number;
|
|
97
97
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
98
98
|
$slots: {
|
|
99
99
|
default?(_: {}): any;
|
|
@@ -18,8 +18,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
18
18
|
showFileName: boolean;
|
|
19
19
|
colon: boolean;
|
|
20
20
|
}>>> & Readonly<{}>, {
|
|
21
|
-
infoDirection: "horizontal" | "vertical";
|
|
22
21
|
span: number;
|
|
22
|
+
infoDirection: "horizontal" | "vertical";
|
|
23
23
|
defaultValue: string;
|
|
24
24
|
colon: boolean;
|
|
25
25
|
showFileName: boolean;
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
export declare const ZhBaseItem: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
-
labelWidth: {
|
|
4
|
-
type: import('vue').PropType<string | number>;
|
|
5
|
-
};
|
|
6
|
-
infoDirection: {
|
|
7
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
3
|
label: {
|
|
11
4
|
type: import('vue').PropType<string>;
|
|
12
5
|
};
|
|
@@ -17,6 +10,13 @@ export declare const ZhBaseItem: {
|
|
|
17
10
|
onClick: {
|
|
18
11
|
type: import('vue').PropType<(value?: string | number) => void>;
|
|
19
12
|
};
|
|
13
|
+
labelWidth: {
|
|
14
|
+
type: import('vue').PropType<string | number>;
|
|
15
|
+
};
|
|
16
|
+
infoDirection: {
|
|
17
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
20
|
value: {
|
|
21
21
|
type: import('vue').PropType<string | number | null>;
|
|
22
22
|
};
|
|
@@ -57,8 +57,8 @@ export declare const ZhBaseItem: {
|
|
|
57
57
|
type: import('vue').PropType<(fileId: number) => Promise<import('./types.ts').ZhBaseItemFileEntity>>;
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
60
|
-
infoDirection: "horizontal" | "vertical";
|
|
61
60
|
span: number;
|
|
61
|
+
infoDirection: "horizontal" | "vertical";
|
|
62
62
|
defaultValue: string;
|
|
63
63
|
colon: boolean;
|
|
64
64
|
showFileName: boolean;
|
|
@@ -70,13 +70,6 @@ export declare const ZhBaseItem: {
|
|
|
70
70
|
M: {};
|
|
71
71
|
Defaults: {};
|
|
72
72
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
73
|
-
labelWidth: {
|
|
74
|
-
type: import('vue').PropType<string | number>;
|
|
75
|
-
};
|
|
76
|
-
infoDirection: {
|
|
77
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
73
|
label: {
|
|
81
74
|
type: import('vue').PropType<string>;
|
|
82
75
|
};
|
|
@@ -87,6 +80,13 @@ export declare const ZhBaseItem: {
|
|
|
87
80
|
onClick: {
|
|
88
81
|
type: import('vue').PropType<(value?: string | number) => void>;
|
|
89
82
|
};
|
|
83
|
+
labelWidth: {
|
|
84
|
+
type: import('vue').PropType<string | number>;
|
|
85
|
+
};
|
|
86
|
+
infoDirection: {
|
|
87
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
90
|
value: {
|
|
91
91
|
type: import('vue').PropType<string | number | null>;
|
|
92
92
|
};
|
|
@@ -127,8 +127,8 @@ export declare const ZhBaseItem: {
|
|
|
127
127
|
type: import('vue').PropType<(fileId: number) => Promise<import('./types.ts').ZhBaseItemFileEntity>>;
|
|
128
128
|
};
|
|
129
129
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
|
-
infoDirection: "horizontal" | "vertical";
|
|
131
130
|
span: number;
|
|
131
|
+
infoDirection: "horizontal" | "vertical";
|
|
132
132
|
defaultValue: string;
|
|
133
133
|
colon: boolean;
|
|
134
134
|
showFileName: boolean;
|
|
@@ -137,13 +137,6 @@ export declare const ZhBaseItem: {
|
|
|
137
137
|
__isTeleport?: never;
|
|
138
138
|
__isSuspense?: never;
|
|
139
139
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
140
|
-
labelWidth: {
|
|
141
|
-
type: import('vue').PropType<string | number>;
|
|
142
|
-
};
|
|
143
|
-
infoDirection: {
|
|
144
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
140
|
label: {
|
|
148
141
|
type: import('vue').PropType<string>;
|
|
149
142
|
};
|
|
@@ -154,6 +147,13 @@ export declare const ZhBaseItem: {
|
|
|
154
147
|
onClick: {
|
|
155
148
|
type: import('vue').PropType<(value?: string | number) => void>;
|
|
156
149
|
};
|
|
150
|
+
labelWidth: {
|
|
151
|
+
type: import('vue').PropType<string | number>;
|
|
152
|
+
};
|
|
153
|
+
infoDirection: {
|
|
154
|
+
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
157
|
value: {
|
|
158
158
|
type: import('vue').PropType<string | number | null>;
|
|
159
159
|
};
|
|
@@ -194,8 +194,8 @@ export declare const ZhBaseItem: {
|
|
|
194
194
|
type: import('vue').PropType<(fileId: number) => Promise<import('./types.ts').ZhBaseItemFileEntity>>;
|
|
195
195
|
};
|
|
196
196
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
197
|
-
infoDirection: "horizontal" | "vertical";
|
|
198
197
|
span: number;
|
|
198
|
+
infoDirection: "horizontal" | "vertical";
|
|
199
199
|
defaultValue: string;
|
|
200
200
|
colon: boolean;
|
|
201
201
|
showFileName: boolean;
|
|
@@ -116,9 +116,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
116
116
|
readonly hideRequiredAsterisk: boolean;
|
|
117
117
|
readonly scrollToError: boolean;
|
|
118
118
|
}> & Omit<{
|
|
119
|
+
readonly inline: boolean;
|
|
119
120
|
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
120
121
|
readonly disabled: boolean;
|
|
121
|
-
readonly inline: boolean;
|
|
122
122
|
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
123
123
|
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
124
124
|
readonly labelSuffix: string;
|
|
@@ -133,7 +133,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
133
133
|
readonly rules?: Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<FormItemRule>>> | undefined;
|
|
134
134
|
readonly scrollIntoViewOptions?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown> | undefined;
|
|
135
135
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
136
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
136
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "inline" | "labelWidth" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
137
137
|
$attrs: {
|
|
138
138
|
[x: string]: unknown;
|
|
139
139
|
};
|
|
@@ -271,7 +271,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
271
271
|
readonly disabled: BooleanConstructor;
|
|
272
272
|
}>> & {
|
|
273
273
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
274
|
-
}, "
|
|
274
|
+
}, "inline" | "labelWidth" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "fields"> & import('vue').ShallowUnwrapRef<{
|
|
275
275
|
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
276
276
|
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
277
277
|
resetFields: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
@@ -299,9 +299,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
299
299
|
readonly hideRequiredAsterisk: boolean;
|
|
300
300
|
readonly scrollToError: boolean;
|
|
301
301
|
}> & Omit<{
|
|
302
|
+
readonly inline: boolean;
|
|
302
303
|
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
303
304
|
readonly disabled: boolean;
|
|
304
|
-
readonly inline: boolean;
|
|
305
305
|
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
306
306
|
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
307
307
|
readonly labelSuffix: string;
|
|
@@ -316,7 +316,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
316
316
|
readonly rules?: Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<FormItemRule>>> | undefined;
|
|
317
317
|
readonly scrollIntoViewOptions?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown> | undefined;
|
|
318
318
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
319
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "
|
|
319
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "inline" | "labelWidth" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
320
320
|
$attrs: {
|
|
321
321
|
[x: string]: unknown;
|
|
322
322
|
};
|
|
@@ -454,7 +454,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
454
454
|
readonly disabled: BooleanConstructor;
|
|
455
455
|
}>> & {
|
|
456
456
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
457
|
-
}, "
|
|
457
|
+
}, "inline" | "labelWidth" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "fields"> & import('vue').ShallowUnwrapRef<{
|
|
458
458
|
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
459
459
|
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
460
460
|
resetFields: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
@@ -466,6 +466,32 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
466
466
|
default?(_: {}): any;
|
|
467
467
|
};
|
|
468
468
|
}) | undefined>;
|
|
469
|
+
getColumns: () => {
|
|
470
|
+
prop: string;
|
|
471
|
+
label: string;
|
|
472
|
+
key?: (number | string) | undefined;
|
|
473
|
+
isAdd?: boolean | undefined;
|
|
474
|
+
width?: number | undefined;
|
|
475
|
+
minWidth?: number | undefined;
|
|
476
|
+
maxlength?: number | undefined;
|
|
477
|
+
headerMaxlength?: number | undefined;
|
|
478
|
+
placeholder?: string | undefined;
|
|
479
|
+
required?: boolean | undefined;
|
|
480
|
+
requiredMessage?: string | undefined;
|
|
481
|
+
isEditHeader?: boolean | undefined;
|
|
482
|
+
isSameData?: boolean | undefined;
|
|
483
|
+
type?: DIY_DATA_TYPE | undefined;
|
|
484
|
+
completeList?: string[] | undefined;
|
|
485
|
+
formatter?: ((value: string | DiyDataType) => string) | undefined;
|
|
486
|
+
showFormatter?: ((value: string) => string) | undefined;
|
|
487
|
+
parser?: ((value: string) => string) | undefined;
|
|
488
|
+
varidate?: ((value: string | number | undefined, row: DiyDataType, index: number) => true | string) | undefined;
|
|
489
|
+
fixed?: ("left" | "right") | undefined;
|
|
490
|
+
slot?: string | undefined;
|
|
491
|
+
isShow?: boolean | undefined;
|
|
492
|
+
isNewlyColumn?: boolean | undefined;
|
|
493
|
+
showWordLimit?: boolean | undefined;
|
|
494
|
+
}[];
|
|
469
495
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
470
496
|
rawData: {
|
|
471
497
|
required: true;
|