yc-pro-components 0.0.4 → 0.0.6
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/es/components/check-card/index.d.ts +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +26 -26
- package/es/components/drawer-form/src/index.vue.d.ts +8 -8
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +32 -32
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/index.d.ts +0 -1
- package/es/components/index.mjs +0 -2
- package/es/components/input-tag/index.d.ts +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +220 -220
- package/es/components/page/src/index.vue.d.ts +78 -78
- package/es/components/radio/index.d.ts +25 -25
- package/es/components/radio/src/index.vue.d.ts +25 -25
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-line-tree/src/index.vue2.mjs +2 -18
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +90 -90
- package/es/index.mjs +0 -2
- package/index.js +11 -2066
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +12 -2060
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +26 -26
- package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +32 -32
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.js +10 -19
- package/lib/components/input-tag/index.d.ts +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +220 -220
- package/lib/components/page/src/index.vue.d.ts +78 -78
- package/lib/components/radio/index.d.ts +25 -25
- package/lib/components/radio/src/index.vue.d.ts +25 -25
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-line-tree/src/index.vue2.js +2 -18
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +90 -90
- package/lib/index.js +10 -19
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -2
- package/es/components/yc-icon/index.d.ts +0 -49
- package/es/components/yc-icon/index.mjs +0 -10
- package/es/components/yc-icon/src/hooks.d.ts +0 -11
- package/es/components/yc-icon/src/hooks.mjs +0 -80
- package/es/components/yc-icon/src/iconfont.d.ts +0 -21
- package/es/components/yc-icon/src/iconfont.mjs +0 -45
- package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
- package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
- package/es/components/yc-icon/src/types.d.ts +0 -35
- package/es/components/yc-icon/src/types.mjs +0 -1
- package/lib/components/yc-icon/index.d.ts +0 -49
- package/lib/components/yc-icon/index.js +0 -18
- package/lib/components/yc-icon/src/hooks.d.ts +0 -11
- package/lib/components/yc-icon/src/hooks.js +0 -82
- package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
- package/lib/components/yc-icon/src/iconfont.js +0 -49
- package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
- package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
- package/lib/components/yc-icon/src/types.d.ts +0 -35
- package/lib/components/yc-icon/src/types.js +0 -2
|
@@ -79,12 +79,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
79
79
|
}, {}>, Partial<Record<string, (_: {
|
|
80
80
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
81
81
|
readonly label: string | ComputedRef<string>;
|
|
82
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
82
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
83
83
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
84
|
-
readonly tooltip: string |
|
|
84
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
85
85
|
style?: CSSProperties | undefined;
|
|
86
86
|
class?: any;
|
|
87
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
87
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
88
88
|
style?: CSSProperties | undefined;
|
|
89
89
|
class?: any;
|
|
90
90
|
} & RecordType>>;
|
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
106
106
|
};
|
|
107
107
|
rows: number;
|
|
108
108
|
autocomplete: string;
|
|
109
|
-
type: "" | "number" | "default" | "
|
|
109
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
110
110
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
111
111
|
step: string | number;
|
|
112
112
|
format: string | ProgressFn | undefined;
|
|
@@ -145,12 +145,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
145
145
|
fieldInstance?: any;
|
|
146
146
|
valueIsReady?: Ref<boolean> | undefined;
|
|
147
147
|
prop: string;
|
|
148
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
148
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
149
149
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
150
|
-
tooltip: string |
|
|
150
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
151
151
|
style?: CSSProperties | undefined;
|
|
152
152
|
class?: any;
|
|
153
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
153
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
154
154
|
style?: CSSProperties | undefined;
|
|
155
155
|
class?: any;
|
|
156
156
|
} & RecordType>>;
|
|
@@ -175,12 +175,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
175
175
|
}) => any>> & Partial<Record<string, (_: {
|
|
176
176
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
177
177
|
readonly label: string | ComputedRef<string>;
|
|
178
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
178
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
179
179
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
180
|
-
readonly tooltip: string |
|
|
180
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
181
181
|
style?: CSSProperties | undefined;
|
|
182
182
|
class?: any;
|
|
183
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
183
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
184
184
|
style?: CSSProperties | undefined;
|
|
185
185
|
class?: any;
|
|
186
186
|
} & RecordType>>;
|
|
@@ -202,7 +202,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
202
202
|
};
|
|
203
203
|
rows: number;
|
|
204
204
|
autocomplete: string;
|
|
205
|
-
type: "" | "number" | "default" | "
|
|
205
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
206
206
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
207
207
|
step: string | number;
|
|
208
208
|
format: string | ProgressFn | undefined;
|
|
@@ -241,12 +241,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
241
241
|
fieldInstance?: any;
|
|
242
242
|
valueIsReady?: Ref<boolean> | undefined;
|
|
243
243
|
prop: string;
|
|
244
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
244
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
245
245
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
246
|
-
tooltip: string |
|
|
246
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
247
247
|
style?: CSSProperties | undefined;
|
|
248
248
|
class?: any;
|
|
249
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
249
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
250
250
|
style?: CSSProperties | undefined;
|
|
251
251
|
class?: any;
|
|
252
252
|
} & RecordType>>;
|
|
@@ -271,12 +271,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
271
271
|
}) => any>> & Partial<Record<string, (_: {
|
|
272
272
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
273
273
|
readonly label: string | ComputedRef<string>;
|
|
274
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
274
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
275
275
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
276
|
-
readonly tooltip: string |
|
|
276
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
277
277
|
style?: CSSProperties | undefined;
|
|
278
278
|
class?: any;
|
|
279
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
279
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
280
280
|
style?: CSSProperties | undefined;
|
|
281
281
|
class?: any;
|
|
282
282
|
} & RecordType>>;
|
|
@@ -298,7 +298,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
298
298
|
};
|
|
299
299
|
rows: number;
|
|
300
300
|
autocomplete: string;
|
|
301
|
-
type: "" | "number" | "default" | "
|
|
301
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
302
302
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
303
303
|
step: string | number;
|
|
304
304
|
format: string | ProgressFn | undefined;
|
|
@@ -337,12 +337,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
337
337
|
fieldInstance?: any;
|
|
338
338
|
valueIsReady?: Ref<boolean> | undefined;
|
|
339
339
|
prop: string;
|
|
340
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
340
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
341
341
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
342
|
-
tooltip: string |
|
|
342
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
343
343
|
style?: CSSProperties | undefined;
|
|
344
344
|
class?: any;
|
|
345
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
345
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
346
346
|
style?: CSSProperties | undefined;
|
|
347
347
|
class?: any;
|
|
348
348
|
} & RecordType>>;
|
|
@@ -8,10 +8,6 @@ export type { PlusDrawerFormProps } from './src/index.vue';
|
|
|
8
8
|
export type PlusDrawerFormInstance = InstanceType<typeof PlusDrawerForm>;
|
|
9
9
|
export declare const PlusDrawerForm: {
|
|
10
10
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
|
-
size: {
|
|
12
|
-
type: PropType<string | number>;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
11
|
form: {
|
|
16
12
|
type: PropType<PlusFormProps>;
|
|
17
13
|
default: () => {};
|
|
@@ -20,6 +16,10 @@ export declare const PlusDrawerForm: {
|
|
|
20
16
|
type: PropType<boolean>;
|
|
21
17
|
default: boolean;
|
|
22
18
|
};
|
|
19
|
+
size: {
|
|
20
|
+
type: PropType<string | number>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
23
|
modelValue: {
|
|
24
24
|
type: PropType<FieldValues>;
|
|
25
25
|
default: () => {};
|
|
@@ -1087,10 +1087,6 @@ export declare const PlusDrawerForm: {
|
|
|
1087
1087
|
cancel: () => void;
|
|
1088
1088
|
confirmError: (errors: unknown) => void;
|
|
1089
1089
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1090
|
-
size: {
|
|
1091
|
-
type: PropType<string | number>;
|
|
1092
|
-
default: string;
|
|
1093
|
-
};
|
|
1094
1090
|
form: {
|
|
1095
1091
|
type: PropType<PlusFormProps>;
|
|
1096
1092
|
default: () => {};
|
|
@@ -1099,6 +1095,10 @@ export declare const PlusDrawerForm: {
|
|
|
1099
1095
|
type: PropType<boolean>;
|
|
1100
1096
|
default: boolean;
|
|
1101
1097
|
};
|
|
1098
|
+
size: {
|
|
1099
|
+
type: PropType<string | number>;
|
|
1100
|
+
default: string;
|
|
1101
|
+
};
|
|
1102
1102
|
modelValue: {
|
|
1103
1103
|
type: PropType<FieldValues>;
|
|
1104
1104
|
default: () => {};
|
|
@@ -1138,9 +1138,9 @@ export declare const PlusDrawerForm: {
|
|
|
1138
1138
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
1139
1139
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
1140
1140
|
}, {
|
|
1141
|
-
size: string | number;
|
|
1142
1141
|
form: PlusFormProps;
|
|
1143
1142
|
visible: boolean;
|
|
1143
|
+
size: string | number;
|
|
1144
1144
|
modelValue: FieldValues;
|
|
1145
1145
|
hasErrorTip: boolean;
|
|
1146
1146
|
hasFooter: boolean;
|
|
@@ -1159,10 +1159,6 @@ export declare const PlusDrawerForm: {
|
|
|
1159
1159
|
M: {};
|
|
1160
1160
|
Defaults: {};
|
|
1161
1161
|
}, Readonly< ExtractPropTypes<{
|
|
1162
|
-
size: {
|
|
1163
|
-
type: PropType<string | number>;
|
|
1164
|
-
default: string;
|
|
1165
|
-
};
|
|
1166
1162
|
form: {
|
|
1167
1163
|
type: PropType<PlusFormProps>;
|
|
1168
1164
|
default: () => {};
|
|
@@ -1171,6 +1167,10 @@ export declare const PlusDrawerForm: {
|
|
|
1171
1167
|
type: PropType<boolean>;
|
|
1172
1168
|
default: boolean;
|
|
1173
1169
|
};
|
|
1170
|
+
size: {
|
|
1171
|
+
type: PropType<string | number>;
|
|
1172
|
+
default: string;
|
|
1173
|
+
};
|
|
1174
1174
|
modelValue: {
|
|
1175
1175
|
type: PropType<FieldValues>;
|
|
1176
1176
|
default: () => {};
|
|
@@ -2231,9 +2231,9 @@ export declare const PlusDrawerForm: {
|
|
|
2231
2231
|
readonly scrollToError: boolean;
|
|
2232
2232
|
}>>;
|
|
2233
2233
|
}, {}, {}, {}, {
|
|
2234
|
-
size: string | number;
|
|
2235
2234
|
form: PlusFormProps;
|
|
2236
2235
|
visible: boolean;
|
|
2236
|
+
size: string | number;
|
|
2237
2237
|
modelValue: FieldValues;
|
|
2238
2238
|
hasErrorTip: boolean;
|
|
2239
2239
|
hasFooter: boolean;
|
|
@@ -2249,10 +2249,6 @@ export declare const PlusDrawerForm: {
|
|
|
2249
2249
|
__isTeleport?: undefined;
|
|
2250
2250
|
__isSuspense?: undefined;
|
|
2251
2251
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2252
|
-
size: {
|
|
2253
|
-
type: PropType<string | number>;
|
|
2254
|
-
default: string;
|
|
2255
|
-
};
|
|
2256
2252
|
form: {
|
|
2257
2253
|
type: PropType<PlusFormProps>;
|
|
2258
2254
|
default: () => {};
|
|
@@ -2261,6 +2257,10 @@ export declare const PlusDrawerForm: {
|
|
|
2261
2257
|
type: PropType<boolean>;
|
|
2262
2258
|
default: boolean;
|
|
2263
2259
|
};
|
|
2260
|
+
size: {
|
|
2261
|
+
type: PropType<string | number>;
|
|
2262
|
+
default: string;
|
|
2263
|
+
};
|
|
2264
2264
|
modelValue: {
|
|
2265
2265
|
type: PropType<FieldValues>;
|
|
2266
2266
|
default: () => {};
|
|
@@ -3328,9 +3328,9 @@ export declare const PlusDrawerForm: {
|
|
|
3328
3328
|
cancel: () => void;
|
|
3329
3329
|
confirmError: (errors: unknown) => void;
|
|
3330
3330
|
}, string, {
|
|
3331
|
-
size: string | number;
|
|
3332
3331
|
form: PlusFormProps;
|
|
3333
3332
|
visible: boolean;
|
|
3333
|
+
size: string | number;
|
|
3334
3334
|
modelValue: FieldValues;
|
|
3335
3335
|
hasErrorTip: boolean;
|
|
3336
3336
|
hasFooter: boolean;
|
|
@@ -3345,12 +3345,12 @@ export declare const PlusDrawerForm: {
|
|
|
3345
3345
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3346
3346
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3347
3347
|
readonly label: string | ComputedRef<string>;
|
|
3348
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3348
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3349
3349
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3350
|
-
readonly tooltip: string |
|
|
3350
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3351
3351
|
style?: CSSProperties | undefined;
|
|
3352
3352
|
class?: any;
|
|
3353
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3353
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3354
3354
|
style?: CSSProperties | undefined;
|
|
3355
3355
|
class?: any;
|
|
3356
3356
|
} & RecordType>>;
|
|
@@ -3372,7 +3372,7 @@ export declare const PlusDrawerForm: {
|
|
|
3372
3372
|
};
|
|
3373
3373
|
rows: number;
|
|
3374
3374
|
autocomplete: string;
|
|
3375
|
-
type: "" | "number" | "default" | "
|
|
3375
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3376
3376
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3377
3377
|
step: string | number;
|
|
3378
3378
|
format: string | ProgressFn | undefined;
|
|
@@ -3411,12 +3411,12 @@ export declare const PlusDrawerForm: {
|
|
|
3411
3411
|
fieldInstance?: any;
|
|
3412
3412
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3413
3413
|
prop: string;
|
|
3414
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3414
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3415
3415
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3416
|
-
tooltip: string |
|
|
3416
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3417
3417
|
style?: CSSProperties | undefined;
|
|
3418
3418
|
class?: any;
|
|
3419
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3419
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3420
3420
|
style?: CSSProperties | undefined;
|
|
3421
3421
|
class?: any;
|
|
3422
3422
|
} & RecordType>>;
|
|
@@ -1094,9 +1094,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1094
1094
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
1095
1095
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
1096
1096
|
}, {
|
|
1097
|
-
size: string | number;
|
|
1098
1097
|
form: PlusFormProps;
|
|
1099
1098
|
visible: boolean;
|
|
1099
|
+
size: string | number;
|
|
1100
1100
|
modelValue: FieldValues;
|
|
1101
1101
|
hasErrorTip: boolean;
|
|
1102
1102
|
hasFooter: boolean;
|
|
@@ -1110,12 +1110,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1110
1110
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1111
1111
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1112
1112
|
readonly label: string | ComputedRef<string>;
|
|
1113
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1113
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1114
1114
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1115
|
-
readonly tooltip: string |
|
|
1115
|
+
readonly tooltip: string | Partial<Mutable< ElTooltipProps> & {
|
|
1116
1116
|
style?: CSSProperties | undefined;
|
|
1117
1117
|
class?: any;
|
|
1118
|
-
} & RecordType> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1118
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1119
1119
|
style?: CSSProperties | undefined;
|
|
1120
1120
|
class?: any;
|
|
1121
1121
|
} & RecordType>>;
|
|
@@ -1137,7 +1137,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1137
1137
|
};
|
|
1138
1138
|
rows: number;
|
|
1139
1139
|
autocomplete: string;
|
|
1140
|
-
type: "" | "number" | "default" | "
|
|
1140
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1141
1141
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1142
1142
|
step: string | number;
|
|
1143
1143
|
format: string | ProgressFn | undefined;
|
|
@@ -1176,12 +1176,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1176
1176
|
fieldInstance?: any;
|
|
1177
1177
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1178
1178
|
prop: string;
|
|
1179
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1179
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1180
1180
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1181
|
-
tooltip: string |
|
|
1181
|
+
tooltip: string | Partial<Mutable< ElTooltipProps> & {
|
|
1182
1182
|
style?: CSSProperties | undefined;
|
|
1183
1183
|
class?: any;
|
|
1184
|
-
} & RecordType> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1184
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial<Mutable< ElTooltipProps> & {
|
|
1185
1185
|
style?: CSSProperties | undefined;
|
|
1186
1186
|
class?: any;
|
|
1187
1187
|
} & RecordType>>;
|
|
@@ -1440,12 +1440,12 @@ export declare const PlusForm: {
|
|
|
1440
1440
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1441
1441
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1442
1442
|
readonly label: string | ComputedRef<string>;
|
|
1443
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1443
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1444
1444
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1445
|
-
readonly tooltip: string |
|
|
1445
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1446
1446
|
style?: CSSProperties | undefined;
|
|
1447
1447
|
class?: any;
|
|
1448
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1448
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1449
1449
|
style?: CSSProperties | undefined;
|
|
1450
1450
|
class?: any;
|
|
1451
1451
|
} & RecordType>>;
|
|
@@ -1467,7 +1467,7 @@ export declare const PlusForm: {
|
|
|
1467
1467
|
};
|
|
1468
1468
|
rows: number;
|
|
1469
1469
|
autocomplete: string;
|
|
1470
|
-
type: "" | "number" | "default" | "
|
|
1470
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1471
1471
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1472
1472
|
step: string | number;
|
|
1473
1473
|
format: string | ProgressFn | undefined;
|
|
@@ -1506,12 +1506,12 @@ export declare const PlusForm: {
|
|
|
1506
1506
|
fieldInstance?: any;
|
|
1507
1507
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1508
1508
|
prop: string;
|
|
1509
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1509
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1510
1510
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1511
|
-
tooltip: string |
|
|
1511
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1512
1512
|
style?: CSSProperties | undefined;
|
|
1513
1513
|
class?: any;
|
|
1514
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1514
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1515
1515
|
style?: CSSProperties | undefined;
|
|
1516
1516
|
class?: any;
|
|
1517
1517
|
} & RecordType>>;
|
|
@@ -1536,12 +1536,12 @@ export declare const PlusForm: {
|
|
|
1536
1536
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1537
1537
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1538
1538
|
readonly label: string | ComputedRef<string>;
|
|
1539
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1539
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1540
1540
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1541
|
-
readonly tooltip: string |
|
|
1541
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1542
1542
|
style?: CSSProperties | undefined;
|
|
1543
1543
|
class?: any;
|
|
1544
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1544
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1545
1545
|
style?: CSSProperties | undefined;
|
|
1546
1546
|
class?: any;
|
|
1547
1547
|
} & RecordType>>;
|
|
@@ -1563,7 +1563,7 @@ export declare const PlusForm: {
|
|
|
1563
1563
|
};
|
|
1564
1564
|
rows: number;
|
|
1565
1565
|
autocomplete: string;
|
|
1566
|
-
type: "" | "number" | "default" | "
|
|
1566
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1567
1567
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1568
1568
|
step: string | number;
|
|
1569
1569
|
format: string | ProgressFn | undefined;
|
|
@@ -1602,12 +1602,12 @@ export declare const PlusForm: {
|
|
|
1602
1602
|
fieldInstance?: any;
|
|
1603
1603
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1604
1604
|
prop: string;
|
|
1605
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1605
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1606
1606
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1607
|
-
tooltip: string |
|
|
1607
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1608
1608
|
style?: CSSProperties | undefined;
|
|
1609
1609
|
class?: any;
|
|
1610
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1610
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1611
1611
|
style?: CSSProperties | undefined;
|
|
1612
1612
|
class?: any;
|
|
1613
1613
|
} & RecordType>>;
|
|
@@ -94,10 +94,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
94
94
|
value: string | number;
|
|
95
95
|
row: RecordType;
|
|
96
96
|
}) => OptionsRow<undefined>) | undefined;
|
|
97
|
-
tooltip?: string |
|
|
97
|
+
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
98
98
|
style?: CSSProperties | undefined;
|
|
99
99
|
class?: any;
|
|
100
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
100
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
101
101
|
style?: CSSProperties | undefined;
|
|
102
102
|
class?: any;
|
|
103
103
|
} & RecordType>> | undefined;
|
|
@@ -159,7 +159,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
159
159
|
};
|
|
160
160
|
rows: number;
|
|
161
161
|
autocomplete: string;
|
|
162
|
-
type: "" | "number" | "default" | "
|
|
162
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
163
163
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
164
164
|
step: string | number;
|
|
165
165
|
format: string | ProgressFn | undefined;
|
|
@@ -193,12 +193,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
193
193
|
}) => any>> & Partial<Record<string, (_: {
|
|
194
194
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
195
195
|
readonly label: string | ComputedRef<string>;
|
|
196
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
196
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
197
197
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
198
|
-
readonly tooltip: string |
|
|
198
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
199
199
|
style?: CSSProperties | undefined;
|
|
200
200
|
class?: any;
|
|
201
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
201
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
202
202
|
style?: CSSProperties | undefined;
|
|
203
203
|
class?: any;
|
|
204
204
|
} & RecordType>>;
|
|
@@ -220,7 +220,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
220
220
|
};
|
|
221
221
|
rows: number;
|
|
222
222
|
autocomplete: string;
|
|
223
|
-
type: "" | "number" | "default" | "
|
|
223
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
224
224
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
225
225
|
step: string | number;
|
|
226
226
|
format: string | ProgressFn | undefined;
|
|
@@ -259,12 +259,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
259
259
|
fieldInstance?: any;
|
|
260
260
|
valueIsReady?: Ref<boolean> | undefined;
|
|
261
261
|
prop: string;
|
|
262
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
262
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
263
263
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
264
|
-
tooltip: string |
|
|
264
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
265
265
|
style?: CSSProperties | undefined;
|
|
266
266
|
class?: any;
|
|
267
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
267
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
268
268
|
style?: CSSProperties | undefined;
|
|
269
269
|
class?: any;
|
|
270
270
|
} & RecordType>>;
|
|
@@ -289,12 +289,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
289
289
|
}) => any>> & Partial<Record<string, (_: {
|
|
290
290
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
291
291
|
readonly label: string | ComputedRef<string>;
|
|
292
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
292
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
293
293
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
294
|
-
readonly tooltip: string |
|
|
294
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
295
295
|
style?: CSSProperties | undefined;
|
|
296
296
|
class?: any;
|
|
297
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
297
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
298
298
|
style?: CSSProperties | undefined;
|
|
299
299
|
class?: any;
|
|
300
300
|
} & RecordType>>;
|
|
@@ -316,7 +316,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
316
316
|
};
|
|
317
317
|
rows: number;
|
|
318
318
|
autocomplete: string;
|
|
319
|
-
type: "" | "number" | "default" | "
|
|
319
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
320
320
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
321
321
|
step: string | number;
|
|
322
322
|
format: string | ProgressFn | undefined;
|
|
@@ -355,12 +355,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
355
355
|
fieldInstance?: any;
|
|
356
356
|
valueIsReady?: Ref<boolean> | undefined;
|
|
357
357
|
prop: string;
|
|
358
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
358
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
359
359
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
360
|
-
tooltip: string |
|
|
360
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
361
361
|
style?: CSSProperties | undefined;
|
|
362
362
|
class?: any;
|
|
363
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
363
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
364
364
|
style?: CSSProperties | undefined;
|
|
365
365
|
class?: any;
|
|
366
366
|
} & RecordType>>;
|
|
@@ -405,10 +405,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
405
405
|
value: string | number;
|
|
406
406
|
row: RecordType;
|
|
407
407
|
}) => OptionsRow<undefined>) | undefined;
|
|
408
|
-
tooltip?: string |
|
|
408
|
+
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
409
409
|
style?: CSSProperties | undefined;
|
|
410
410
|
class?: any;
|
|
411
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
411
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
412
412
|
style?: CSSProperties | undefined;
|
|
413
413
|
class?: any;
|
|
414
414
|
} & RecordType>> | undefined;
|
|
@@ -470,7 +470,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
470
470
|
};
|
|
471
471
|
rows: number;
|
|
472
472
|
autocomplete: string;
|
|
473
|
-
type: "" | "number" | "default" | "
|
|
473
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
474
474
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
475
475
|
step: string | number;
|
|
476
476
|
format: string | ProgressFn | undefined;
|