hzzt-plus 0.0.2 → 0.0.4
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/index.css +1 -1
- package/dist/index.full.js +13679 -406
- package/dist/index.full.min.js +25 -17
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +26 -18
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +13660 -397
- package/dist/locale/en.js +11 -0
- package/dist/locale/en.min.js +1 -1
- package/dist/locale/en.min.js.map +1 -1
- package/dist/locale/en.min.mjs +1 -1
- package/dist/locale/en.min.mjs.map +1 -1
- package/dist/locale/en.mjs +11 -0
- package/dist/locale/zh-cn.js +11 -0
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.js.map +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/locale/zh-cn.min.mjs.map +1 -1
- package/dist/locale/zh-cn.mjs +11 -0
- package/es/component.mjs +11 -1
- package/es/component.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +1 -3
- package/es/components/collapse/index.mjs +2 -1
- package/es/components/collapse/index.mjs.map +1 -1
- package/es/components/collapse/src/collapse.d.ts +2 -0
- package/es/components/collapse/src/{index.mjs → collapse.mjs} +3 -4
- package/es/components/collapse/src/collapse.mjs.map +1 -0
- package/es/components/collapse/src/{index.vue.d.ts → collapse.vue.d.ts} +0 -3
- package/es/components/collapse/src/collapse2.mjs +2 -0
- package/es/components/collapse/src/collapse2.mjs.map +1 -0
- package/es/components/config-provider/src/config-provider.mjs.map +1 -1
- package/es/components/config-provider/src/hooks/use-global-config.mjs.map +1 -1
- package/es/components/confirm-password/index.d.ts +556 -0
- package/es/components/confirm-password/index.mjs +8 -0
- package/es/components/confirm-password/index.mjs.map +1 -0
- package/es/components/confirm-password/src/confirm-password.mjs +72 -0
- package/es/components/confirm-password/src/confirm-password.mjs.map +1 -0
- package/es/components/confirm-password/src/confirm-password.vue.d.ts +556 -0
- package/es/components/confirm-password/style/css.d.ts +2 -0
- package/es/components/confirm-password/style/css.mjs +3 -0
- package/es/components/confirm-password/style/css.mjs.map +1 -0
- package/es/components/confirm-password/style/index.d.ts +2 -0
- package/es/components/confirm-password/style/index.mjs +3 -0
- package/es/components/confirm-password/style/index.mjs.map +1 -0
- package/es/components/dropdown/index.mjs.map +1 -1
- package/es/components/dropdown/src/index.mjs +18 -12
- package/es/components/dropdown/src/index.mjs.map +1 -1
- package/es/components/icon/index.d.ts +5 -0
- package/es/components/icon/index.mjs +17 -0
- package/es/components/icon/index.mjs.map +1 -0
- package/es/components/icon/src/index.mjs +34 -0
- package/es/components/icon/src/index.mjs.map +1 -0
- package/es/components/icon/src/index.vue.d.ts +138 -0
- package/es/components/icon/style/css.d.ts +2 -0
- package/es/components/icon/style/css.mjs +3 -0
- package/es/components/icon/style/css.mjs.map +1 -0
- package/es/components/icon/style/index.d.ts +2 -0
- package/es/components/icon/style/index.mjs +3 -0
- package/es/components/icon/style/index.mjs.map +1 -0
- package/es/components/index.d.ts +5 -0
- package/es/components/index.mjs +5 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/page-size/index.d.ts +3570 -0
- package/es/components/page-size/index.mjs +8 -0
- package/es/components/page-size/index.mjs.map +1 -0
- package/es/components/page-size/src/index.mjs +157 -0
- package/es/components/page-size/src/index.mjs.map +1 -0
- package/es/components/page-size/src/index.vue.d.ts +3570 -0
- package/es/components/page-size/style/css.d.ts +2 -0
- package/es/components/page-size/style/css.mjs +3 -0
- package/es/components/page-size/style/css.mjs.map +1 -0
- package/es/components/page-size/style/index.d.ts +2 -0
- package/es/components/page-size/style/index.mjs +3 -0
- package/es/components/page-size/style/index.mjs.map +1 -0
- package/es/components/pagination/index.d.ts +180 -0
- package/es/components/pagination/index.mjs +8 -0
- package/es/components/pagination/index.mjs.map +1 -0
- package/es/components/pagination/src/index.mjs +68 -0
- package/es/components/pagination/src/index.mjs.map +1 -0
- package/es/components/pagination/src/index.vue.d.ts +180 -0
- package/es/components/pagination/style/css.d.ts +2 -0
- package/es/components/pagination/style/css.mjs +3 -0
- package/es/components/pagination/style/css.mjs.map +1 -0
- package/es/components/pagination/style/index.d.ts +2 -0
- package/es/components/pagination/style/index.mjs +3 -0
- package/es/components/pagination/style/index.mjs.map +1 -0
- package/es/components/tab/index.mjs.map +1 -1
- package/es/components/tab/src/index.mjs +3 -3
- package/es/components/tab/src/index.mjs.map +1 -1
- package/es/components/title/index.mjs +1 -1
- package/es/components/title/index.mjs.map +1 -1
- package/es/components/title/src/{index.mjs → title.mjs} +2 -2
- package/es/components/title/src/title.mjs.map +1 -0
- package/es/components/tooltip/index.d.ts +1601 -0
- package/es/components/tooltip/index.mjs +8 -0
- package/es/components/tooltip/index.mjs.map +1 -0
- package/es/components/tooltip/src/instance.d.ts +2 -0
- package/es/components/tooltip/src/instance.mjs +2 -0
- package/es/components/tooltip/src/instance.mjs.map +1 -0
- package/es/components/tooltip/src/tooltip.mjs +49 -0
- package/es/components/tooltip/src/tooltip.mjs.map +1 -0
- package/es/components/tooltip/src/tooltip.vue.d.ts +1600 -0
- package/es/components/tooltip/style/css.d.ts +2 -0
- package/es/components/tooltip/style/css.mjs +3 -0
- package/es/components/tooltip/style/css.mjs.map +1 -0
- package/es/components/tooltip/style/index.d.ts +2 -0
- package/es/components/tooltip/style/index.mjs +3 -0
- package/es/components/tooltip/style/index.mjs.map +1 -0
- package/es/directives/blur/index.mjs.map +1 -1
- package/es/directives/download/index.mjs.map +1 -1
- package/es/directives/drag/index.d.ts +3 -0
- package/es/directives/drag/index.mjs +81 -0
- package/es/directives/drag/index.mjs.map +1 -0
- package/es/directives/height/index.mjs +3 -3
- package/es/directives/height/index.mjs.map +1 -1
- package/es/directives/highlight/index.d.ts +1 -1
- package/es/directives/highlight/index.mjs +5 -1
- package/es/directives/highlight/index.mjs.map +1 -1
- package/es/directives/index.d.ts +1 -0
- package/es/directives/index.mjs +1 -0
- package/es/directives/index.mjs.map +1 -1
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/use-namespace/index.d.ts +23 -0
- package/es/hooks/use-namespace/index.mjs +77 -0
- package/es/hooks/use-namespace/index.mjs.map +1 -0
- package/es/index.mjs +7 -0
- package/es/index.mjs.map +1 -1
- package/es/locale/lang/en.d.ts +11 -0
- package/es/locale/lang/en.mjs +11 -0
- package/es/locale/lang/en.mjs.map +1 -1
- package/es/locale/lang/zh-cn.d.ts +11 -0
- package/es/locale/lang/zh-cn.mjs +11 -0
- package/es/locale/lang/zh-cn.mjs.map +1 -1
- package/es/plugin.mjs.map +1 -1
- package/global.d.ts +5 -0
- package/lib/component.js +11 -1
- package/lib/component.js.map +1 -1
- package/lib/components/collapse/index.d.ts +1 -3
- package/lib/components/collapse/index.js +3 -2
- package/lib/components/collapse/index.js.map +1 -1
- package/lib/components/collapse/src/collapse.d.ts +2 -0
- package/lib/components/collapse/src/{index.js → collapse.js} +2 -3
- package/lib/components/collapse/src/collapse.js.map +1 -0
- package/lib/components/collapse/src/{index.vue.d.ts → collapse.vue.d.ts} +0 -3
- package/lib/components/collapse/src/collapse2.js +3 -0
- package/lib/components/collapse/src/collapse2.js.map +1 -0
- package/lib/components/config-provider/src/config-provider.js.map +1 -1
- package/lib/components/config-provider/src/hooks/use-global-config.js.map +1 -1
- package/lib/components/confirm-password/index.d.ts +556 -0
- package/lib/components/confirm-password/index.js +13 -0
- package/lib/components/confirm-password/index.js.map +1 -0
- package/lib/components/confirm-password/src/confirm-password.js +76 -0
- package/lib/components/confirm-password/src/confirm-password.js.map +1 -0
- package/lib/components/confirm-password/src/confirm-password.vue.d.ts +556 -0
- package/lib/components/confirm-password/style/css.d.ts +2 -0
- package/lib/components/confirm-password/style/css.js +6 -0
- package/lib/components/confirm-password/style/css.js.map +1 -0
- package/lib/components/confirm-password/style/index.d.ts +2 -0
- package/lib/components/confirm-password/style/index.js +6 -0
- package/lib/components/confirm-password/style/index.js.map +1 -0
- package/lib/components/dropdown/index.js.map +1 -1
- package/lib/components/dropdown/src/index.js +18 -12
- package/lib/components/dropdown/src/index.js.map +1 -1
- package/lib/components/icon/index.d.ts +5 -0
- package/lib/components/icon/index.js +42 -0
- package/lib/components/icon/index.js.map +1 -0
- package/lib/components/icon/src/index.js +38 -0
- package/lib/components/icon/src/index.js.map +1 -0
- package/lib/components/icon/src/index.vue.d.ts +138 -0
- package/lib/components/icon/style/css.d.ts +2 -0
- package/lib/components/icon/style/css.js +6 -0
- package/lib/components/icon/style/css.js.map +1 -0
- package/lib/components/icon/style/index.d.ts +2 -0
- package/lib/components/icon/style/index.js +6 -0
- package/lib/components/icon/style/index.js.map +1 -0
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.js +10 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/page-size/index.d.ts +3570 -0
- package/lib/components/page-size/index.js +13 -0
- package/lib/components/page-size/index.js.map +1 -0
- package/lib/components/page-size/src/index.js +161 -0
- package/lib/components/page-size/src/index.js.map +1 -0
- package/lib/components/page-size/src/index.vue.d.ts +3570 -0
- package/lib/components/page-size/style/css.d.ts +2 -0
- package/lib/components/page-size/style/css.js +6 -0
- package/lib/components/page-size/style/css.js.map +1 -0
- package/lib/components/page-size/style/index.d.ts +2 -0
- package/lib/components/page-size/style/index.js +6 -0
- package/lib/components/page-size/style/index.js.map +1 -0
- package/lib/components/pagination/index.d.ts +180 -0
- package/lib/components/pagination/index.js +13 -0
- package/lib/components/pagination/index.js.map +1 -0
- package/lib/components/pagination/src/index.js +72 -0
- package/lib/components/pagination/src/index.js.map +1 -0
- package/lib/components/pagination/src/index.vue.d.ts +180 -0
- package/lib/components/pagination/style/css.d.ts +2 -0
- package/lib/components/pagination/style/css.js +6 -0
- package/lib/components/pagination/style/css.js.map +1 -0
- package/lib/components/pagination/style/index.d.ts +2 -0
- package/lib/components/pagination/style/index.js +6 -0
- package/lib/components/pagination/style/index.js.map +1 -0
- package/lib/components/tab/index.js.map +1 -1
- package/lib/components/tab/src/index.js +3 -3
- package/lib/components/tab/src/index.js.map +1 -1
- package/lib/components/title/index.js +2 -2
- package/lib/components/title/index.js.map +1 -1
- package/lib/components/title/src/{index.js → title.js} +2 -2
- package/lib/components/title/src/title.js.map +1 -0
- package/lib/components/tooltip/index.d.ts +1601 -0
- package/lib/components/tooltip/index.js +13 -0
- package/lib/components/tooltip/index.js.map +1 -0
- package/lib/components/tooltip/src/instance.d.ts +2 -0
- package/lib/components/tooltip/src/instance.js +3 -0
- package/lib/components/tooltip/src/instance.js.map +1 -0
- package/lib/components/tooltip/src/tooltip.js +53 -0
- package/lib/components/tooltip/src/tooltip.js.map +1 -0
- package/lib/components/tooltip/src/tooltip.vue.d.ts +1600 -0
- package/lib/components/tooltip/style/css.d.ts +2 -0
- package/lib/components/tooltip/style/css.js +6 -0
- package/lib/components/tooltip/style/css.js.map +1 -0
- package/lib/components/tooltip/style/index.d.ts +2 -0
- package/lib/components/tooltip/style/index.js +6 -0
- package/lib/components/tooltip/style/index.js.map +1 -0
- package/lib/directives/blur/index.js.map +1 -1
- package/lib/directives/download/index.js.map +1 -1
- package/lib/directives/drag/index.d.ts +3 -0
- package/lib/directives/drag/index.js +85 -0
- package/lib/directives/drag/index.js.map +1 -0
- package/lib/directives/height/index.js +3 -3
- package/lib/directives/height/index.js.map +1 -1
- package/lib/directives/highlight/index.d.ts +1 -1
- package/lib/directives/highlight/index.js +5 -1
- package/lib/directives/highlight/index.js.map +1 -1
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +2 -0
- package/lib/directives/index.js.map +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.js +5 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/use-namespace/index.d.ts +23 -0
- package/lib/hooks/use-namespace/index.js +84 -0
- package/lib/hooks/use-namespace/index.js.map +1 -0
- package/lib/index.js +36 -19
- package/lib/index.js.map +1 -1
- package/lib/locale/lang/en.d.ts +11 -0
- package/lib/locale/lang/en.js +11 -0
- package/lib/locale/lang/en.js.map +1 -1
- package/lib/locale/lang/zh-cn.d.ts +11 -0
- package/lib/locale/lang/zh-cn.js +11 -0
- package/lib/locale/lang/zh-cn.js.map +1 -1
- package/lib/plugin.js.map +1 -1
- package/lib/utils/vue/icon.js +14 -14
- package/lib/utils/vue/icon.js.map +1 -1
- package/package.json +1 -1
- package/theme/base.css +1 -1
- package/theme/hzzt-confirm-password.css +0 -0
- package/theme/hzzt-icon.css +0 -0
- package/theme/hzzt-page-size.css +1 -0
- package/theme/hzzt-pagination.css +1 -0
- package/theme/hzzt-tooltip.css +0 -0
- package/theme/index.css +1 -1
- package/theme/src/base.scss +4 -3
- package/theme/src/common/display.scss +1 -1
- package/theme/src/common/font.scss +6 -0
- package/theme/src/common/index.scss +48 -0
- package/theme/src/confirm-password.scss +0 -0
- package/theme/src/icon.scss +0 -0
- package/theme/src/index.scss +6 -0
- package/theme/src/page-size.scss +86 -0
- package/theme/src/pagination.scss +17 -0
- package/theme/src/tooltip.scss +0 -0
- package/es/components/collapse/src/index.mjs.map +0 -1
- package/es/components/title/src/index.mjs.map +0 -1
- package/lib/components/collapse/src/index.js.map +0 -1
- package/lib/components/title/src/index.js.map +0 -1
- /package/es/components/title/src/{index.vue.d.ts → title.vue.d.ts} +0 -0
- /package/lib/components/title/src/{index.vue.d.ts → title.vue.d.ts} +0 -0
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
export declare const HzztConfirmPassword: import("hzzt-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
placeholder: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
modelValue: StringConstructor;
|
|
7
|
+
}, {
|
|
8
|
+
emit: (event: "update:modelValue" | "confirm", ...args: any[]) => void;
|
|
9
|
+
passForm: import("vue").Ref<{
|
|
10
|
+
password: string;
|
|
11
|
+
}>;
|
|
12
|
+
dotPassword: import("vue").Ref<string>;
|
|
13
|
+
trueValue: any;
|
|
14
|
+
instance: import("vue").ComponentInternalInstance | null;
|
|
15
|
+
dotInput: (val: string) => void;
|
|
16
|
+
confirmPassForm: (e: KeyboardEvent) => void;
|
|
17
|
+
ElInput: import("element-plus/es/utils").SFCWithInstall<{
|
|
18
|
+
new (...args: any[]): {
|
|
19
|
+
$: import("vue").ComponentInternalInstance;
|
|
20
|
+
$data: {};
|
|
21
|
+
$props: Partial<{
|
|
22
|
+
readonly disabled: boolean;
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly type: string;
|
|
25
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
26
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
27
|
+
readonly autosize: import("element-plus").InputAutoSize;
|
|
28
|
+
readonly autocomplete: string;
|
|
29
|
+
readonly containerRole: string;
|
|
30
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
32
|
+
readonly rows: number;
|
|
33
|
+
readonly readonly: boolean;
|
|
34
|
+
readonly clearable: boolean;
|
|
35
|
+
readonly showPassword: boolean;
|
|
36
|
+
readonly showWordLimit: boolean;
|
|
37
|
+
readonly autofocus: boolean;
|
|
38
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
readonly ariaLabel: StringConstructor;
|
|
40
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
41
|
+
readonly size: {
|
|
42
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
43
|
+
readonly required: false;
|
|
44
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
|
+
__epPropKey: true;
|
|
46
|
+
};
|
|
47
|
+
readonly disabled: BooleanConstructor;
|
|
48
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
49
|
+
readonly maxlength: {
|
|
50
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
51
|
+
readonly required: false;
|
|
52
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
+
__epPropKey: true;
|
|
54
|
+
};
|
|
55
|
+
readonly minlength: {
|
|
56
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
57
|
+
readonly required: false;
|
|
58
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
+
__epPropKey: true;
|
|
60
|
+
};
|
|
61
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
62
|
+
readonly resize: {
|
|
63
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
64
|
+
readonly required: false;
|
|
65
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
+
__epPropKey: true;
|
|
67
|
+
};
|
|
68
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
69
|
+
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
70
|
+
readonly formatter: {
|
|
71
|
+
readonly type: import("vue").PropType<Function>;
|
|
72
|
+
readonly required: false;
|
|
73
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
|
+
__epPropKey: true;
|
|
75
|
+
};
|
|
76
|
+
readonly parser: {
|
|
77
|
+
readonly type: import("vue").PropType<Function>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
};
|
|
82
|
+
readonly placeholder: {
|
|
83
|
+
readonly type: import("vue").PropType<string>;
|
|
84
|
+
readonly required: false;
|
|
85
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
+
__epPropKey: true;
|
|
87
|
+
};
|
|
88
|
+
readonly form: {
|
|
89
|
+
readonly type: import("vue").PropType<string>;
|
|
90
|
+
readonly required: false;
|
|
91
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
+
__epPropKey: true;
|
|
93
|
+
};
|
|
94
|
+
readonly readonly: BooleanConstructor;
|
|
95
|
+
readonly clearable: BooleanConstructor;
|
|
96
|
+
readonly showPassword: BooleanConstructor;
|
|
97
|
+
readonly showWordLimit: BooleanConstructor;
|
|
98
|
+
readonly suffixIcon: {
|
|
99
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
100
|
+
readonly required: false;
|
|
101
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
+
__epPropKey: true;
|
|
103
|
+
};
|
|
104
|
+
readonly prefixIcon: {
|
|
105
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
};
|
|
110
|
+
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
111
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
112
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
113
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
114
|
+
readonly autofocus: BooleanConstructor;
|
|
115
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
116
|
+
}>> & {
|
|
117
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
118
|
+
onChange?: ((value: string) => any) | undefined;
|
|
119
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
120
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
121
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
122
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
123
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
124
|
+
onInput?: ((value: string) => any) | undefined;
|
|
125
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
126
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
127
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
128
|
+
onClear?: (() => any) | undefined;
|
|
129
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows">;
|
|
130
|
+
$attrs: {
|
|
131
|
+
[x: string]: unknown;
|
|
132
|
+
};
|
|
133
|
+
$refs: {
|
|
134
|
+
[x: string]: unknown;
|
|
135
|
+
};
|
|
136
|
+
$slots: Readonly<{
|
|
137
|
+
[name: string]: import("vue").Slot | undefined;
|
|
138
|
+
}>;
|
|
139
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
140
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
141
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
142
|
+
$el: any;
|
|
143
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
144
|
+
readonly ariaLabel: StringConstructor;
|
|
145
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
146
|
+
readonly size: {
|
|
147
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
148
|
+
readonly required: false;
|
|
149
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
150
|
+
__epPropKey: true;
|
|
151
|
+
};
|
|
152
|
+
readonly disabled: BooleanConstructor;
|
|
153
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
154
|
+
readonly maxlength: {
|
|
155
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
156
|
+
readonly required: false;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
+
__epPropKey: true;
|
|
159
|
+
};
|
|
160
|
+
readonly minlength: {
|
|
161
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
162
|
+
readonly required: false;
|
|
163
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
+
__epPropKey: true;
|
|
165
|
+
};
|
|
166
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
167
|
+
readonly resize: {
|
|
168
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
169
|
+
readonly required: false;
|
|
170
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
171
|
+
__epPropKey: true;
|
|
172
|
+
};
|
|
173
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
174
|
+
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
175
|
+
readonly formatter: {
|
|
176
|
+
readonly type: import("vue").PropType<Function>;
|
|
177
|
+
readonly required: false;
|
|
178
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
|
+
__epPropKey: true;
|
|
180
|
+
};
|
|
181
|
+
readonly parser: {
|
|
182
|
+
readonly type: import("vue").PropType<Function>;
|
|
183
|
+
readonly required: false;
|
|
184
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
|
+
__epPropKey: true;
|
|
186
|
+
};
|
|
187
|
+
readonly placeholder: {
|
|
188
|
+
readonly type: import("vue").PropType<string>;
|
|
189
|
+
readonly required: false;
|
|
190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
+
__epPropKey: true;
|
|
192
|
+
};
|
|
193
|
+
readonly form: {
|
|
194
|
+
readonly type: import("vue").PropType<string>;
|
|
195
|
+
readonly required: false;
|
|
196
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
+
__epPropKey: true;
|
|
198
|
+
};
|
|
199
|
+
readonly readonly: BooleanConstructor;
|
|
200
|
+
readonly clearable: BooleanConstructor;
|
|
201
|
+
readonly showPassword: BooleanConstructor;
|
|
202
|
+
readonly showWordLimit: BooleanConstructor;
|
|
203
|
+
readonly suffixIcon: {
|
|
204
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
205
|
+
readonly required: false;
|
|
206
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
|
+
__epPropKey: true;
|
|
208
|
+
};
|
|
209
|
+
readonly prefixIcon: {
|
|
210
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
211
|
+
readonly required: false;
|
|
212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
|
+
__epPropKey: true;
|
|
214
|
+
};
|
|
215
|
+
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
216
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
217
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
218
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
219
|
+
readonly autofocus: BooleanConstructor;
|
|
220
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
221
|
+
}>> & {
|
|
222
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
223
|
+
onChange?: ((value: string) => any) | undefined;
|
|
224
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
225
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
226
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
227
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
228
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
229
|
+
onInput?: ((value: string) => any) | undefined;
|
|
230
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
231
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
232
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
233
|
+
onClear?: (() => any) | undefined;
|
|
234
|
+
}, {
|
|
235
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
236
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
237
|
+
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
238
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
239
|
+
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
240
|
+
isComposing: import("vue").Ref<boolean>;
|
|
241
|
+
focus: () => Promise<void>;
|
|
242
|
+
blur: () => void | undefined;
|
|
243
|
+
select: () => void;
|
|
244
|
+
clear: () => void;
|
|
245
|
+
resizeTextarea: () => void;
|
|
246
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
247
|
+
input: (value: string) => void;
|
|
248
|
+
clear: () => void;
|
|
249
|
+
"update:modelValue": (value: string) => void;
|
|
250
|
+
change: (value: string) => void;
|
|
251
|
+
blur: (evt: FocusEvent) => void;
|
|
252
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
253
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
254
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
255
|
+
focus: (evt: FocusEvent) => void;
|
|
256
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
257
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
258
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
259
|
+
}, string, {
|
|
260
|
+
readonly disabled: boolean;
|
|
261
|
+
readonly id: string;
|
|
262
|
+
readonly type: string;
|
|
263
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
264
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
265
|
+
readonly autosize: import("element-plus").InputAutoSize;
|
|
266
|
+
readonly autocomplete: string;
|
|
267
|
+
readonly containerRole: string;
|
|
268
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
269
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
270
|
+
readonly rows: number;
|
|
271
|
+
readonly readonly: boolean;
|
|
272
|
+
readonly clearable: boolean;
|
|
273
|
+
readonly showPassword: boolean;
|
|
274
|
+
readonly showWordLimit: boolean;
|
|
275
|
+
readonly autofocus: boolean;
|
|
276
|
+
}> & {
|
|
277
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
278
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
279
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
280
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
281
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
282
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
283
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
284
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
285
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
286
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
287
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
288
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
289
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
290
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
291
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
292
|
+
};
|
|
293
|
+
$forceUpdate: () => void;
|
|
294
|
+
$nextTick: typeof import("vue").nextTick;
|
|
295
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
296
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
297
|
+
readonly ariaLabel: StringConstructor;
|
|
298
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
299
|
+
readonly size: {
|
|
300
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
301
|
+
readonly required: false;
|
|
302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
|
+
__epPropKey: true;
|
|
304
|
+
};
|
|
305
|
+
readonly disabled: BooleanConstructor;
|
|
306
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
307
|
+
readonly maxlength: {
|
|
308
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
readonly minlength: {
|
|
314
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
315
|
+
readonly required: false;
|
|
316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
|
+
__epPropKey: true;
|
|
318
|
+
};
|
|
319
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
320
|
+
readonly resize: {
|
|
321
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
322
|
+
readonly required: false;
|
|
323
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
|
+
__epPropKey: true;
|
|
325
|
+
};
|
|
326
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
327
|
+
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
328
|
+
readonly formatter: {
|
|
329
|
+
readonly type: import("vue").PropType<Function>;
|
|
330
|
+
readonly required: false;
|
|
331
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
332
|
+
__epPropKey: true;
|
|
333
|
+
};
|
|
334
|
+
readonly parser: {
|
|
335
|
+
readonly type: import("vue").PropType<Function>;
|
|
336
|
+
readonly required: false;
|
|
337
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
|
+
__epPropKey: true;
|
|
339
|
+
};
|
|
340
|
+
readonly placeholder: {
|
|
341
|
+
readonly type: import("vue").PropType<string>;
|
|
342
|
+
readonly required: false;
|
|
343
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
344
|
+
__epPropKey: true;
|
|
345
|
+
};
|
|
346
|
+
readonly form: {
|
|
347
|
+
readonly type: import("vue").PropType<string>;
|
|
348
|
+
readonly required: false;
|
|
349
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
350
|
+
__epPropKey: true;
|
|
351
|
+
};
|
|
352
|
+
readonly readonly: BooleanConstructor;
|
|
353
|
+
readonly clearable: BooleanConstructor;
|
|
354
|
+
readonly showPassword: BooleanConstructor;
|
|
355
|
+
readonly showWordLimit: BooleanConstructor;
|
|
356
|
+
readonly suffixIcon: {
|
|
357
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
358
|
+
readonly required: false;
|
|
359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
|
+
__epPropKey: true;
|
|
361
|
+
};
|
|
362
|
+
readonly prefixIcon: {
|
|
363
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
364
|
+
readonly required: false;
|
|
365
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
366
|
+
__epPropKey: true;
|
|
367
|
+
};
|
|
368
|
+
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
369
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
370
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
371
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
372
|
+
readonly autofocus: BooleanConstructor;
|
|
373
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
374
|
+
}>> & {
|
|
375
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
376
|
+
onChange?: ((value: string) => any) | undefined;
|
|
377
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
378
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
379
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
380
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
381
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
382
|
+
onInput?: ((value: string) => any) | undefined;
|
|
383
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
384
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
385
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
386
|
+
onClear?: (() => any) | undefined;
|
|
387
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
388
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
389
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
390
|
+
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
391
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
392
|
+
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
393
|
+
isComposing: import("vue").Ref<boolean>;
|
|
394
|
+
focus: () => Promise<void>;
|
|
395
|
+
blur: () => void | undefined;
|
|
396
|
+
select: () => void;
|
|
397
|
+
clear: () => void;
|
|
398
|
+
resizeTextarea: () => void;
|
|
399
|
+
}> & {} & import("vue").ComponentCustomProperties;
|
|
400
|
+
__isFragment?: undefined;
|
|
401
|
+
__isTeleport?: undefined;
|
|
402
|
+
__isSuspense?: undefined;
|
|
403
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
404
|
+
readonly ariaLabel: StringConstructor;
|
|
405
|
+
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
406
|
+
readonly size: {
|
|
407
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
408
|
+
readonly required: false;
|
|
409
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
+
__epPropKey: true;
|
|
411
|
+
};
|
|
412
|
+
readonly disabled: BooleanConstructor;
|
|
413
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
414
|
+
readonly maxlength: {
|
|
415
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
416
|
+
readonly required: false;
|
|
417
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
|
+
__epPropKey: true;
|
|
419
|
+
};
|
|
420
|
+
readonly minlength: {
|
|
421
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
422
|
+
readonly required: false;
|
|
423
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
424
|
+
__epPropKey: true;
|
|
425
|
+
};
|
|
426
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
427
|
+
readonly resize: {
|
|
428
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
429
|
+
readonly required: false;
|
|
430
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
+
__epPropKey: true;
|
|
432
|
+
};
|
|
433
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
434
|
+
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
435
|
+
readonly formatter: {
|
|
436
|
+
readonly type: import("vue").PropType<Function>;
|
|
437
|
+
readonly required: false;
|
|
438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
+
__epPropKey: true;
|
|
440
|
+
};
|
|
441
|
+
readonly parser: {
|
|
442
|
+
readonly type: import("vue").PropType<Function>;
|
|
443
|
+
readonly required: false;
|
|
444
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
+
__epPropKey: true;
|
|
446
|
+
};
|
|
447
|
+
readonly placeholder: {
|
|
448
|
+
readonly type: import("vue").PropType<string>;
|
|
449
|
+
readonly required: false;
|
|
450
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
451
|
+
__epPropKey: true;
|
|
452
|
+
};
|
|
453
|
+
readonly form: {
|
|
454
|
+
readonly type: import("vue").PropType<string>;
|
|
455
|
+
readonly required: false;
|
|
456
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
457
|
+
__epPropKey: true;
|
|
458
|
+
};
|
|
459
|
+
readonly readonly: BooleanConstructor;
|
|
460
|
+
readonly clearable: BooleanConstructor;
|
|
461
|
+
readonly showPassword: BooleanConstructor;
|
|
462
|
+
readonly showWordLimit: BooleanConstructor;
|
|
463
|
+
readonly suffixIcon: {
|
|
464
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
465
|
+
readonly required: false;
|
|
466
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
|
+
__epPropKey: true;
|
|
468
|
+
};
|
|
469
|
+
readonly prefixIcon: {
|
|
470
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
471
|
+
readonly required: false;
|
|
472
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
473
|
+
__epPropKey: true;
|
|
474
|
+
};
|
|
475
|
+
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
476
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
477
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
478
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
479
|
+
readonly autofocus: BooleanConstructor;
|
|
480
|
+
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
481
|
+
}>> & {
|
|
482
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
483
|
+
onChange?: ((value: string) => any) | undefined;
|
|
484
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
485
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
486
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
487
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
488
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
489
|
+
onInput?: ((value: string) => any) | undefined;
|
|
490
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
491
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
492
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
493
|
+
onClear?: (() => any) | undefined;
|
|
494
|
+
}, {
|
|
495
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
496
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
497
|
+
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
498
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
499
|
+
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
500
|
+
isComposing: import("vue").Ref<boolean>;
|
|
501
|
+
focus: () => Promise<void>;
|
|
502
|
+
blur: () => void | undefined;
|
|
503
|
+
select: () => void;
|
|
504
|
+
clear: () => void;
|
|
505
|
+
resizeTextarea: () => void;
|
|
506
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
507
|
+
input: (value: string) => void;
|
|
508
|
+
clear: () => void;
|
|
509
|
+
"update:modelValue": (value: string) => void;
|
|
510
|
+
change: (value: string) => void;
|
|
511
|
+
blur: (evt: FocusEvent) => void;
|
|
512
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
513
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
514
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
515
|
+
focus: (evt: FocusEvent) => void;
|
|
516
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
517
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
518
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
519
|
+
}, string, {
|
|
520
|
+
readonly disabled: boolean;
|
|
521
|
+
readonly id: string;
|
|
522
|
+
readonly type: string;
|
|
523
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
524
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
525
|
+
readonly autosize: import("element-plus").InputAutoSize;
|
|
526
|
+
readonly autocomplete: string;
|
|
527
|
+
readonly containerRole: string;
|
|
528
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
529
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
530
|
+
readonly rows: number;
|
|
531
|
+
readonly readonly: boolean;
|
|
532
|
+
readonly clearable: boolean;
|
|
533
|
+
readonly showPassword: boolean;
|
|
534
|
+
readonly showWordLimit: boolean;
|
|
535
|
+
readonly autofocus: boolean;
|
|
536
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
537
|
+
$slots: {
|
|
538
|
+
prepend?(_: {}): any;
|
|
539
|
+
prefix?(_: {}): any;
|
|
540
|
+
suffix?(_: {}): any;
|
|
541
|
+
append?(_: {}): any;
|
|
542
|
+
};
|
|
543
|
+
})>;
|
|
544
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "confirm")[], "update:modelValue" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
545
|
+
placeholder: {
|
|
546
|
+
type: StringConstructor;
|
|
547
|
+
default: string;
|
|
548
|
+
};
|
|
549
|
+
modelValue: StringConstructor;
|
|
550
|
+
}>> & {
|
|
551
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
552
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
553
|
+
}, {
|
|
554
|
+
placeholder: string;
|
|
555
|
+
}>> & Record<string, any>;
|
|
556
|
+
export default HzztConfirmPassword;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
require('../../utils/index.js');
|
|
6
|
+
var confirmPassword = require('./src/confirm-password.js');
|
|
7
|
+
var install = require('../../utils/vue/install.js');
|
|
8
|
+
|
|
9
|
+
const HzztConfirmPassword = install.withInstall(confirmPassword["default"]);
|
|
10
|
+
|
|
11
|
+
exports.HzztConfirmPassword = HzztConfirmPassword;
|
|
12
|
+
exports["default"] = HzztConfirmPassword;
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../packages/components/confirm-password/index.ts"],"sourcesContent":["import { withInstall } from '@hzzt-plus/utils'\n\nimport ConfirmPassword from './src/confirm-password.vue'\n\nexport const HzztConfirmPassword = withInstall(ConfirmPassword)\nexport default HzztConfirmPassword\n"],"names":["withInstall","ConfirmPassword"],"mappings":";;;;;;;;AAEY,MAAC,mBAAmB,GAAGA,mBAAW,CAACC,0BAAe;;;;;"}
|