zhihao-ui 1.1.4 → 1.1.5
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/componens.ts +41 -0
- package/dist/es/BaseInfo-DqxHM6sE.js +53 -0
- package/dist/es/DetailHeader-Bzo3r_rs.js +58 -0
- package/dist/es/{Dialog-BEZ3yodA.js → Dialog-DrsOxk4u.js} +1 -1
- package/dist/es/{MessageBox-DrIbylqd.js → MessageBox-B5ibisN4.js} +1 -1
- package/dist/es/index.js +23 -5
- package/dist/index.css +1 -1
- package/dist/types/components/MessageBox/MessageBox.vue.d.ts +4 -4
- package/dist/types/components/MessageBox/index.d.ts +6 -6
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +10 -10
- package/index.ts +1 -1
- package/package.json +2 -2
- package/vite.es.config.ts +42 -42
- package/vite.umd.config.ts +40 -40
- package/components.ts +0 -4
- package/dist/es/BaseInfo-BkvnHbZn.js +0 -53
- package/dist/es/DetailHeader-BYcPM2qZ.js +0 -57
|
@@ -40,12 +40,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
readonly autofocus: boolean;
|
|
41
41
|
}> & Omit<{
|
|
42
42
|
readonly type: string;
|
|
43
|
+
readonly disabled: boolean;
|
|
43
44
|
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
44
45
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
45
46
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
47
|
readonly clearable: boolean;
|
|
47
48
|
readonly readonly: boolean;
|
|
48
|
-
readonly disabled: boolean;
|
|
49
49
|
readonly autofocus: boolean;
|
|
50
50
|
readonly autosize: import('element-plus').InputAutoSize;
|
|
51
51
|
readonly autocomplete: string;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
78
78
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
79
79
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
80
80
|
onClear?: (() => any) | undefined;
|
|
81
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "
|
|
81
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
82
82
|
};
|
|
83
83
|
closeOnClickModal: {
|
|
84
84
|
type: import('vue').PropType<boolean>;
|
|
@@ -148,12 +148,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
readonly autofocus: boolean;
|
|
149
149
|
}> & Omit<{
|
|
150
150
|
readonly type: string;
|
|
151
|
+
readonly disabled: boolean;
|
|
151
152
|
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
152
153
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
153
154
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
154
155
|
readonly clearable: boolean;
|
|
155
156
|
readonly readonly: boolean;
|
|
156
|
-
readonly disabled: boolean;
|
|
157
157
|
readonly autofocus: boolean;
|
|
158
158
|
readonly autosize: import('element-plus').InputAutoSize;
|
|
159
159
|
readonly autocomplete: string;
|
|
@@ -186,7 +186,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
186
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
187
187
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
188
188
|
onClear?: (() => any) | undefined;
|
|
189
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "
|
|
189
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
190
190
|
};
|
|
191
191
|
closeOnClickModal: {
|
|
192
192
|
type: import('vue').PropType<boolean>;
|
|
@@ -40,12 +40,12 @@ export declare const ZhMessageBox: {
|
|
|
40
40
|
readonly autofocus: boolean;
|
|
41
41
|
}> & Omit<{
|
|
42
42
|
readonly type: string;
|
|
43
|
+
readonly disabled: boolean;
|
|
43
44
|
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
44
45
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
45
46
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
47
|
readonly clearable: boolean;
|
|
47
48
|
readonly readonly: boolean;
|
|
48
|
-
readonly disabled: boolean;
|
|
49
49
|
readonly autofocus: boolean;
|
|
50
50
|
readonly autosize: import('element-plus').InputAutoSize;
|
|
51
51
|
readonly autocomplete: string;
|
|
@@ -78,7 +78,7 @@ export declare const ZhMessageBox: {
|
|
|
78
78
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
79
79
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
80
80
|
onClear?: (() => any) | undefined;
|
|
81
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "
|
|
81
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
82
82
|
};
|
|
83
83
|
closeOnClickModal: {
|
|
84
84
|
type: import('vue').PropType<boolean>;
|
|
@@ -158,12 +158,12 @@ export declare const ZhMessageBox: {
|
|
|
158
158
|
readonly autofocus: boolean;
|
|
159
159
|
}> & Omit<{
|
|
160
160
|
readonly type: string;
|
|
161
|
+
readonly disabled: boolean;
|
|
161
162
|
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
162
163
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
163
164
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
164
165
|
readonly clearable: boolean;
|
|
165
166
|
readonly readonly: boolean;
|
|
166
|
-
readonly disabled: boolean;
|
|
167
167
|
readonly autofocus: boolean;
|
|
168
168
|
readonly autosize: import('element-plus').InputAutoSize;
|
|
169
169
|
readonly autocomplete: string;
|
|
@@ -196,7 +196,7 @@ export declare const ZhMessageBox: {
|
|
|
196
196
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
197
197
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
198
198
|
onClear?: (() => any) | undefined;
|
|
199
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "
|
|
199
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
200
200
|
};
|
|
201
201
|
closeOnClickModal: {
|
|
202
202
|
type: import('vue').PropType<boolean>;
|
|
@@ -270,12 +270,12 @@ export declare const ZhMessageBox: {
|
|
|
270
270
|
readonly autofocus: boolean;
|
|
271
271
|
}> & Omit<{
|
|
272
272
|
readonly type: string;
|
|
273
|
+
readonly disabled: boolean;
|
|
273
274
|
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
274
275
|
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
275
276
|
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
276
277
|
readonly clearable: boolean;
|
|
277
278
|
readonly readonly: boolean;
|
|
278
|
-
readonly disabled: boolean;
|
|
279
279
|
readonly autofocus: boolean;
|
|
280
280
|
readonly autosize: import('element-plus').InputAutoSize;
|
|
281
281
|
readonly autocomplete: string;
|
|
@@ -308,7 +308,7 @@ export declare const ZhMessageBox: {
|
|
|
308
308
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
309
309
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
310
310
|
onClear?: (() => any) | undefined;
|
|
311
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "
|
|
311
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "disabled" | "modelValue" | "tabindex" | "validateEvent" | "id" | "clearable" | "readonly" | "autofocus" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">>;
|
|
312
312
|
};
|
|
313
313
|
closeOnClickModal: {
|
|
314
314
|
type: import('vue').PropType<boolean>;
|