@dinert/element-plus 1.0.7 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/element-plus.umd.js +1 -1
- package/dist/element-plus.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/es/node_modules/@element-plus/icons-vue/dist/index.mjs +82 -22
- package/es/node_modules/@element-plus/icons-vue/dist/index.mjs.map +1 -1
- package/es/packages/assets/scss/dinert-form.scss.mjs +1 -4
- package/es/packages/assets/scss/dinert-form.scss.mjs.map +1 -1
- package/es/packages/assets/scss/dinert-table-page.scss.mjs +1 -4
- package/es/packages/assets/scss/dinert-table-page.scss.mjs.map +1 -1
- package/es/packages/assets/scss/dinert-table.scss.mjs +1 -4
- package/es/packages/assets/scss/dinert-table.scss.mjs.map +1 -1
- package/es/packages/assets/scss/dinert-tooltip.scss.mjs +1 -4
- package/es/packages/assets/scss/dinert-tooltip.scss.mjs.map +1 -1
- package/es/packages/components/form/index.mjs +6 -6
- package/es/packages/components/form/index.mjs.map +1 -1
- package/es/packages/components/form/src/cascader.mjs +10 -16
- package/es/packages/components/form/src/cascader.mjs.map +1 -1
- package/es/packages/components/form/src/checkbox.mjs +17 -15
- package/es/packages/components/form/src/checkbox.mjs.map +1 -1
- package/es/packages/components/form/src/date.mjs +6 -8
- package/es/packages/components/form/src/date.mjs.map +1 -1
- package/es/packages/components/form/src/index.mjs +140 -149
- package/es/packages/components/form/src/index.mjs.map +1 -1
- package/es/packages/components/form/src/input-autocomplete.mjs +5 -7
- package/es/packages/components/form/src/input-autocomplete.mjs.map +1 -1
- package/es/packages/components/form/src/input-number.mjs +9 -16
- package/es/packages/components/form/src/input-number.mjs.map +1 -1
- package/es/packages/components/form/src/input.mjs +12 -19
- package/es/packages/components/form/src/input.mjs.map +1 -1
- package/es/packages/components/form/src/radio.mjs +14 -16
- package/es/packages/components/form/src/radio.mjs.map +1 -1
- package/es/packages/components/form/src/rate.mjs +7 -13
- package/es/packages/components/form/src/rate.mjs.map +1 -1
- package/es/packages/components/form/src/select.mjs +7 -8
- package/es/packages/components/form/src/select.mjs.map +1 -1
- package/es/packages/components/form/src/switch.mjs +5 -12
- package/es/packages/components/form/src/switch.mjs.map +1 -1
- package/es/packages/components/form/src/tree-select.mjs +5 -6
- package/es/packages/components/form/src/tree-select.mjs.map +1 -1
- package/es/packages/components/form/utils/index.mjs +52 -30
- package/es/packages/components/form/utils/index.mjs.map +1 -1
- package/es/packages/components/index.mjs +8 -8
- package/es/packages/components/table/hooks/index.mjs +14 -14
- package/es/packages/components/table/hooks/index.mjs.map +1 -1
- package/es/packages/components/table/index.mjs +6 -6
- package/es/packages/components/table/index.mjs.map +1 -1
- package/es/packages/components/table/src/index.mjs +116 -89
- package/es/packages/components/table/src/index.mjs.map +1 -1
- package/es/packages/components/table/src/recuve-table-column.mjs +148 -133
- package/es/packages/components/table/src/recuve-table-column.mjs.map +1 -1
- package/es/packages/components/table-page/index.mjs +7 -7
- package/es/packages/components/table-page/index.mjs.map +1 -1
- package/es/packages/components/table-page/src/index.mjs +2 -2
- package/es/packages/components/table-page/src/index.mjs.map +1 -1
- package/es/packages/components/tooltip/index.mjs +5 -5
- package/es/packages/components/tooltip/index.mjs.map +1 -1
- package/es/packages/components/tooltip/src/index.mjs +16 -14
- package/es/packages/components/tooltip/src/index.mjs.map +1 -1
- package/es/packages/hooks/{useTablePage → TablePage}/index.mjs +24 -18
- package/es/packages/hooks/TablePage/index.mjs.map +1 -0
- package/es/packages/index.mjs +16 -16
- package/es/packages/index.mjs.map +1 -1
- package/es/packages/utils/tools.mjs +26 -41
- package/es/packages/utils/tools.mjs.map +1 -1
- package/es/src/components/dialog/index.d.ts +2 -0
- package/es/src/components/dialog/src/drag.d.ts +5 -0
- package/es/src/components/dialog/src/type.d.ts +15 -0
- package/es/src/components/form/index.d.ts +6 -5
- package/es/src/components/form/src/cascader.d.ts +7 -9
- package/es/src/components/form/src/checkbox.d.ts +7 -8
- package/es/src/components/form/src/date.d.ts +245 -8
- package/es/src/components/form/src/index.d.ts +4 -3
- package/es/src/components/form/src/input-autocomplete.d.ts +7 -8
- package/es/src/components/form/src/input-number.d.ts +7 -8
- package/es/src/components/form/src/input.d.ts +7 -8
- package/es/src/components/form/src/radio.d.ts +7 -8
- package/es/src/components/form/src/rate.d.ts +6 -7
- package/es/src/components/form/src/select.d.ts +7 -9
- package/es/src/components/form/src/switch.d.ts +7 -8
- package/es/src/components/form/src/tree-select.d.ts +7 -19
- package/es/src/components/form/types/components.d.ts +40 -0
- package/es/src/components/form/types/index.d.ts +45 -21
- package/es/src/components/form/types/utils.d.ts +5 -0
- package/es/src/components/form/utils/index.d.ts +1 -0
- package/es/src/components/table/index.d.ts +339 -328
- package/es/src/components/table/src/index.d.ts +338 -327
- package/es/src/components/table/src/recuve-table-column.d.ts +1 -1
- package/es/src/components/table/types/index.d.ts +24 -33
- package/es/src/components/tooltip/index.d.ts +2 -2
- package/{lib/src/hooks/useTablePage → es/src/hooks/TablePage}/index.d.ts +14 -17
- package/{lib/src/hooks/useTablePage → es/src/hooks/TablePage}/types/index.d.ts +1 -2
- package/es/src/index.d.ts +3 -3
- package/es/src/utils/tools.d.ts +1 -1
- package/es/src/views/test-table-page/types/index.d.ts +24 -0
- package/es/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/src/components/dialog/index.d.ts +2 -0
- package/lib/src/components/dialog/src/drag.d.ts +5 -0
- package/lib/src/components/dialog/src/type.d.ts +15 -0
- package/lib/src/components/form/index.d.ts +6 -5
- package/lib/src/components/form/src/cascader.d.ts +7 -9
- package/lib/src/components/form/src/checkbox.d.ts +7 -8
- package/lib/src/components/form/src/date.d.ts +245 -8
- package/lib/src/components/form/src/index.d.ts +4 -3
- package/lib/src/components/form/src/input-autocomplete.d.ts +7 -8
- package/lib/src/components/form/src/input-number.d.ts +7 -8
- package/lib/src/components/form/src/input.d.ts +7 -8
- package/lib/src/components/form/src/radio.d.ts +7 -8
- package/lib/src/components/form/src/rate.d.ts +6 -7
- package/lib/src/components/form/src/select.d.ts +7 -9
- package/lib/src/components/form/src/switch.d.ts +7 -8
- package/lib/src/components/form/src/tree-select.d.ts +7 -19
- package/lib/src/components/form/types/components.d.ts +40 -0
- package/lib/src/components/form/types/index.d.ts +45 -21
- package/lib/src/components/form/types/utils.d.ts +5 -0
- package/lib/src/components/form/utils/index.d.ts +1 -0
- package/lib/src/components/table/index.d.ts +339 -328
- package/lib/src/components/table/src/index.d.ts +338 -327
- package/lib/src/components/table/src/recuve-table-column.d.ts +1 -1
- package/lib/src/components/table/types/index.d.ts +24 -33
- package/lib/src/components/tooltip/index.d.ts +2 -2
- package/{es/src/hooks/useTablePage → lib/src/hooks/TablePage}/index.d.ts +14 -17
- package/{es/src/hooks/useTablePage → lib/src/hooks/TablePage}/types/index.d.ts +1 -2
- package/lib/src/index.d.ts +3 -3
- package/lib/src/utils/tools.d.ts +1 -1
- package/lib/src/views/test-table-page/types/index.d.ts +24 -0
- package/lib/style.css +1 -1
- package/package.json +87 -89
- package/es/packages/hooks/useTablePage/index.mjs.map +0 -1
|
@@ -1,28 +1,265 @@
|
|
|
1
|
-
import { DatePickerProps } from 'element-plus';
|
|
2
1
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
3
2
|
import type { PropType } from 'vue';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<Partial<{
|
|
14
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
15
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
16
|
+
readonly name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
17
|
+
readonly prefixIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
|
|
18
|
+
readonly placeholder: string;
|
|
19
|
+
readonly disabled: boolean;
|
|
20
|
+
readonly readonly: boolean;
|
|
21
|
+
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
23
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
|
+
readonly popperClass: string;
|
|
25
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
26
|
+
readonly shortcuts: unknown[];
|
|
27
|
+
readonly arrowControl: boolean;
|
|
28
|
+
readonly unlinkPanels: boolean;
|
|
29
|
+
readonly editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
30
|
+
readonly rangeSeparator: string;
|
|
31
|
+
readonly isRange: boolean;
|
|
32
|
+
} & {
|
|
33
|
+
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
34
|
+
readonly label?: string | undefined;
|
|
35
|
+
readonly id?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown> | undefined;
|
|
36
|
+
readonly emptyValues?: unknown[] | undefined;
|
|
37
|
+
readonly valueOnClear?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown> | undefined;
|
|
38
|
+
readonly clearIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown> | undefined;
|
|
39
|
+
readonly disabledDate?: Function | undefined;
|
|
40
|
+
readonly cellClassName?: Function | undefined;
|
|
41
|
+
readonly disabledHours?: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours | undefined;
|
|
42
|
+
readonly disabledMinutes?: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes | undefined;
|
|
43
|
+
readonly disabledSeconds?: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds | undefined;
|
|
44
|
+
readonly format?: string | undefined;
|
|
45
|
+
readonly valueFormat?: string | undefined;
|
|
46
|
+
readonly dateFormat?: string | undefined;
|
|
47
|
+
readonly timeFormat?: string | undefined;
|
|
48
|
+
readonly startPlaceholder?: string | undefined;
|
|
49
|
+
readonly endPlaceholder?: string | undefined;
|
|
50
|
+
readonly defaultValue?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
51
|
+
readonly defaultTime?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
52
|
+
} & Pick<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
53
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
54
|
+
readonly emptyValues: ArrayConstructor;
|
|
55
|
+
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
56
|
+
readonly disabledDate: {
|
|
57
|
+
readonly type: PropType<Function>;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
+
__epPropKey: true;
|
|
61
|
+
};
|
|
62
|
+
readonly cellClassName: {
|
|
63
|
+
readonly type: PropType<Function>;
|
|
64
|
+
readonly required: false;
|
|
65
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
+
__epPropKey: true;
|
|
67
|
+
};
|
|
68
|
+
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
69
|
+
readonly arrowControl: BooleanConstructor;
|
|
70
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
71
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
72
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
73
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
74
|
+
readonly disabledHours: {
|
|
75
|
+
readonly type: PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
};
|
|
80
|
+
readonly disabledMinutes: {
|
|
81
|
+
readonly type: PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
82
|
+
readonly required: false;
|
|
83
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
|
+
__epPropKey: true;
|
|
85
|
+
};
|
|
86
|
+
readonly disabledSeconds: {
|
|
87
|
+
readonly type: PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
88
|
+
readonly required: false;
|
|
89
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
|
+
__epPropKey: true;
|
|
91
|
+
};
|
|
92
|
+
readonly id: {
|
|
93
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
94
|
+
readonly required: false;
|
|
95
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
+
__epPropKey: true;
|
|
97
|
+
};
|
|
98
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
99
|
+
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
100
|
+
readonly format: StringConstructor;
|
|
101
|
+
readonly valueFormat: StringConstructor;
|
|
102
|
+
readonly dateFormat: StringConstructor;
|
|
103
|
+
readonly timeFormat: StringConstructor;
|
|
104
|
+
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
105
|
+
readonly clearIcon: {
|
|
106
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
107
|
+
readonly required: false;
|
|
108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
+
__epPropKey: true;
|
|
110
|
+
};
|
|
111
|
+
readonly editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
|
+
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
|
|
113
|
+
readonly size: {
|
|
114
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
};
|
|
119
|
+
readonly readonly: BooleanConstructor;
|
|
120
|
+
readonly disabled: BooleanConstructor;
|
|
121
|
+
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
122
|
+
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
123
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
124
|
+
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
125
|
+
readonly startPlaceholder: StringConstructor;
|
|
126
|
+
readonly endPlaceholder: StringConstructor;
|
|
127
|
+
readonly defaultValue: {
|
|
128
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
129
|
+
readonly required: false;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
+
__epPropKey: true;
|
|
132
|
+
};
|
|
133
|
+
readonly defaultTime: {
|
|
134
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
135
|
+
readonly required: false;
|
|
136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
|
+
__epPropKey: true;
|
|
138
|
+
};
|
|
139
|
+
readonly isRange: BooleanConstructor;
|
|
140
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
141
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
142
|
+
readonly emptyValues: ArrayConstructor;
|
|
143
|
+
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
144
|
+
readonly disabledDate: {
|
|
145
|
+
readonly type: PropType<Function>;
|
|
146
|
+
readonly required: false;
|
|
147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
+
__epPropKey: true;
|
|
149
|
+
};
|
|
150
|
+
readonly cellClassName: {
|
|
151
|
+
readonly type: PropType<Function>;
|
|
152
|
+
readonly required: false;
|
|
153
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
+
__epPropKey: true;
|
|
155
|
+
};
|
|
156
|
+
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
157
|
+
readonly arrowControl: BooleanConstructor;
|
|
158
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
159
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
160
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
161
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
162
|
+
readonly disabledHours: {
|
|
163
|
+
readonly type: PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
164
|
+
readonly required: false;
|
|
165
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
|
+
__epPropKey: true;
|
|
167
|
+
};
|
|
168
|
+
readonly disabledMinutes: {
|
|
169
|
+
readonly type: PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
170
|
+
readonly required: false;
|
|
171
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
|
+
__epPropKey: true;
|
|
173
|
+
};
|
|
174
|
+
readonly disabledSeconds: {
|
|
175
|
+
readonly type: PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
176
|
+
readonly required: false;
|
|
177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
+
__epPropKey: true;
|
|
179
|
+
};
|
|
180
|
+
readonly id: {
|
|
181
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
182
|
+
readonly required: false;
|
|
183
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
|
+
__epPropKey: true;
|
|
185
|
+
};
|
|
186
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
187
|
+
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
188
|
+
readonly format: StringConstructor;
|
|
189
|
+
readonly valueFormat: StringConstructor;
|
|
190
|
+
readonly dateFormat: StringConstructor;
|
|
191
|
+
readonly timeFormat: StringConstructor;
|
|
192
|
+
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
193
|
+
readonly clearIcon: {
|
|
194
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
195
|
+
readonly required: false;
|
|
196
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
+
__epPropKey: true;
|
|
198
|
+
};
|
|
199
|
+
readonly editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
200
|
+
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
|
|
201
|
+
readonly size: {
|
|
202
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
203
|
+
readonly required: false;
|
|
204
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
|
+
__epPropKey: true;
|
|
206
|
+
};
|
|
207
|
+
readonly readonly: BooleanConstructor;
|
|
208
|
+
readonly disabled: BooleanConstructor;
|
|
209
|
+
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
210
|
+
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
211
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
212
|
+
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
213
|
+
readonly startPlaceholder: StringConstructor;
|
|
214
|
+
readonly endPlaceholder: StringConstructor;
|
|
215
|
+
readonly defaultValue: {
|
|
216
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
217
|
+
readonly required: false;
|
|
218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
|
+
__epPropKey: true;
|
|
220
|
+
};
|
|
221
|
+
readonly defaultTime: {
|
|
222
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
};
|
|
227
|
+
readonly isRange: BooleanConstructor;
|
|
228
|
+
}>> & {
|
|
229
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
230
|
+
}, {
|
|
231
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
232
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
233
|
+
readonly popperClass: string;
|
|
234
|
+
readonly label: string;
|
|
235
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
236
|
+
readonly disabled: boolean;
|
|
237
|
+
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
238
|
+
readonly name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
239
|
+
readonly placeholder: string;
|
|
240
|
+
readonly readonly: boolean;
|
|
241
|
+
readonly prefixIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
|
|
242
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
243
|
+
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
244
|
+
readonly valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
245
|
+
readonly editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
246
|
+
readonly rangeSeparator: string;
|
|
247
|
+
readonly shortcuts: unknown[];
|
|
248
|
+
readonly arrowControl: boolean;
|
|
249
|
+
readonly unlinkPanels: boolean;
|
|
250
|
+
readonly isRange: boolean;
|
|
251
|
+
}, {}>>, ("onFocus" | "onBlur" | "onChange" | "onClear") | "onVisible-change" | "onCalendar-change" | "onPanel-change">>>;
|
|
15
252
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
253
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
254
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
255
|
default: () => {};
|
|
19
256
|
};
|
|
20
257
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
258
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
259
|
default: () => {};
|
|
23
260
|
};
|
|
24
261
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
262
|
+
form: RewriteFormProps<any, any>;
|
|
263
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
264
|
}, {}>;
|
|
28
265
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import type { PropType } from 'vue';
|
|
|
2
2
|
import type { RewriteFormProps } from '../types';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
form: {
|
|
5
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
6
6
|
default: () => {};
|
|
7
7
|
};
|
|
8
8
|
search: {
|
|
@@ -296,9 +296,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
readonly scrollToError: boolean;
|
|
297
297
|
}> | undefined>;
|
|
298
298
|
packUp: import("vue").Ref<boolean>;
|
|
299
|
+
isArrow: import("vue").Ref<boolean>;
|
|
299
300
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("UnFold" | "SearchFn" | "ResetFn")[], "UnFold" | "SearchFn" | "ResetFn", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
300
301
|
form: {
|
|
301
|
-
type: PropType<RewriteFormProps<any>>;
|
|
302
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
302
303
|
default: () => {};
|
|
303
304
|
};
|
|
304
305
|
search: {
|
|
@@ -310,7 +311,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
311
|
onSearchFn?: ((...args: any[]) => any) | undefined;
|
|
311
312
|
onResetFn?: ((...args: any[]) => any) | undefined;
|
|
312
313
|
}, {
|
|
313
|
-
form: RewriteFormProps<any>;
|
|
314
|
+
form: RewriteFormProps<any, any>;
|
|
314
315
|
search: boolean;
|
|
315
316
|
}, {}>;
|
|
316
317
|
export default _default;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
import type { AutocompleteProps } from 'element-plus';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<any>;
|
|
15
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
15
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
17
|
default: () => {};
|
|
19
18
|
};
|
|
20
19
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
21
|
default: () => {};
|
|
23
22
|
};
|
|
24
23
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
26
|
}, {}>;
|
|
28
27
|
export default _default;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
2
|
-
import type { InputNumberProps } from 'element-plus';
|
|
3
2
|
import type { PropType } from 'vue';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<any>;
|
|
15
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
15
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
17
|
default: () => {};
|
|
19
18
|
};
|
|
20
19
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
21
|
default: () => {};
|
|
23
22
|
};
|
|
24
23
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
26
|
}, {}>;
|
|
28
27
|
export default _default;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
import type { InputProps } from 'element-plus';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<any>;
|
|
15
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
15
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
17
|
default: () => {};
|
|
19
18
|
};
|
|
20
19
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
21
|
default: () => {};
|
|
23
22
|
};
|
|
24
23
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
26
|
}, {}>;
|
|
28
27
|
export default _default;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
import type { RadioProps } from 'element-plus';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<any>;
|
|
15
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
15
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
17
|
default: () => {};
|
|
19
18
|
};
|
|
20
19
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
21
|
default: () => {};
|
|
23
22
|
};
|
|
24
23
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
26
|
}, {}>;
|
|
28
27
|
export default _default;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
3
|
-
import type { RateProps } from 'element-plus';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
13
|
options: import("vue").ComputedRef<any>;
|
|
15
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
15
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
17
|
default: () => {};
|
|
19
18
|
};
|
|
20
19
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
21
|
default: () => {};
|
|
23
22
|
};
|
|
24
23
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
26
|
}, {}>;
|
|
28
27
|
export default _default;
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
3
|
-
import type { ElSelect, SelectOptionProxy } from 'element-plus';
|
|
4
|
-
type FormItem = CustomFormItemProps<Partial<typeof ElSelect>, SelectOptionProxy[]>;
|
|
5
3
|
declare const _default: import("vue").DefineComponent<{
|
|
6
4
|
form: {
|
|
7
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
8
6
|
default: () => {};
|
|
9
7
|
};
|
|
10
8
|
formItem: {
|
|
11
|
-
type: PropType<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
12
10
|
default: () => {};
|
|
13
11
|
};
|
|
14
12
|
}, {
|
|
15
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<any>;
|
|
16
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
15
|
form: {
|
|
18
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
19
17
|
default: () => {};
|
|
20
18
|
};
|
|
21
19
|
formItem: {
|
|
22
|
-
type: PropType<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
23
21
|
default: () => {};
|
|
24
22
|
};
|
|
25
23
|
}>>, {
|
|
26
|
-
form: RewriteFormProps<any>;
|
|
27
|
-
formItem:
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
28
26
|
}, {}>;
|
|
29
27
|
export default _default;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import type { RewriteFormProps, CustomFormItemProps } from '../types';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
import type { SwitchProps } from 'element-plus';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<{
|
|
5
4
|
form: {
|
|
6
|
-
type: PropType<RewriteFormProps<any>>;
|
|
5
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
7
6
|
default: () => {};
|
|
8
7
|
};
|
|
9
8
|
formItem: {
|
|
10
|
-
type: PropType<CustomFormItemProps<
|
|
9
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
11
10
|
default: () => {};
|
|
12
11
|
};
|
|
13
12
|
}, {
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
13
|
+
options: import("vue").ComputedRef<any>;
|
|
15
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
15
|
form: {
|
|
17
|
-
type: PropType<RewriteFormProps<any>>;
|
|
16
|
+
type: PropType<RewriteFormProps<any, any>>;
|
|
18
17
|
default: () => {};
|
|
19
18
|
};
|
|
20
19
|
formItem: {
|
|
21
|
-
type: PropType<CustomFormItemProps<
|
|
20
|
+
type: PropType<CustomFormItemProps<any, any[], any>>;
|
|
22
21
|
default: () => {};
|
|
23
22
|
};
|
|
24
23
|
}>>, {
|
|
25
|
-
form: RewriteFormProps<any>;
|
|
26
|
-
formItem: CustomFormItemProps<
|
|
24
|
+
form: RewriteFormProps<any, any>;
|
|
25
|
+
formItem: CustomFormItemProps<any, any[], any>;
|
|
27
26
|
}, {}>;
|
|
28
27
|
export default _default;
|