yc-pro-components 0.0.16 → 0.0.17
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/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/form/index.d.ts +5 -0
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- 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/input-tag/index.d.ts +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- 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/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 +37 -37
- 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-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- 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 +97 -0
- package/index.js +12 -14
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +12 -14
- 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/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/form/index.d.ts +5 -0
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- 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/input-tag/index.d.ts +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- 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/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 +37 -37
- 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-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- 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 +97 -0
- 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 -1
|
@@ -71,20 +71,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
71
71
|
}) => any) | undefined;
|
|
72
72
|
}, {
|
|
73
73
|
index: number;
|
|
74
|
-
rest: RecordType;
|
|
75
74
|
formProps: PlusFormProps;
|
|
75
|
+
rest: RecordType;
|
|
76
76
|
column: PlusColumn;
|
|
77
77
|
row: RecordType;
|
|
78
78
|
editable: boolean | "click" | "dblclick";
|
|
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" | "autoDict">> & {
|
|
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
83
83
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
84
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
84
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
85
85
|
style?: CSSProperties | undefined;
|
|
86
86
|
class?: any;
|
|
87
|
-
} & RecordType> | ComputedRef<
|
|
87
|
+
} & RecordType> | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
109
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "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;
|
|
@@ -151,12 +151,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
151
151
|
fieldInstance?: any;
|
|
152
152
|
valueIsReady?: Ref<boolean> | undefined;
|
|
153
153
|
prop: string;
|
|
154
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
154
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
155
155
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
156
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
156
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
157
157
|
style?: CSSProperties | undefined;
|
|
158
158
|
class?: any;
|
|
159
|
-
} & RecordType> | ComputedRef<
|
|
159
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
160
160
|
style?: CSSProperties | undefined;
|
|
161
161
|
class?: any;
|
|
162
162
|
} & RecordType>>;
|
|
@@ -187,12 +187,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
187
187
|
}) => any>> & Partial<Record<string, (_: {
|
|
188
188
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
189
189
|
readonly label: string | ComputedRef<string>;
|
|
190
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
190
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
191
191
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
192
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
192
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
193
193
|
style?: CSSProperties | undefined;
|
|
194
194
|
class?: any;
|
|
195
|
-
} & RecordType> | ComputedRef<
|
|
195
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
196
196
|
style?: CSSProperties | undefined;
|
|
197
197
|
class?: any;
|
|
198
198
|
} & RecordType>>;
|
|
@@ -214,7 +214,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
214
214
|
};
|
|
215
215
|
rows: number;
|
|
216
216
|
autocomplete: string;
|
|
217
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
217
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
218
218
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
219
219
|
step: string | number;
|
|
220
220
|
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
263
263
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
264
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
264
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
265
265
|
style?: CSSProperties | undefined;
|
|
266
266
|
class?: any;
|
|
267
|
-
} & RecordType> | ComputedRef<
|
|
267
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
268
268
|
style?: CSSProperties | undefined;
|
|
269
269
|
class?: any;
|
|
270
270
|
} & RecordType>>;
|
|
@@ -295,12 +295,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
295
295
|
}) => any>> & Partial<Record<string, (_: {
|
|
296
296
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
297
297
|
readonly label: string | ComputedRef<string>;
|
|
298
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
298
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
299
299
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
300
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
300
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
301
301
|
style?: CSSProperties | undefined;
|
|
302
302
|
class?: any;
|
|
303
|
-
} & RecordType> | ComputedRef<
|
|
303
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
304
304
|
style?: CSSProperties | undefined;
|
|
305
305
|
class?: any;
|
|
306
306
|
} & RecordType>>;
|
|
@@ -322,7 +322,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
322
322
|
};
|
|
323
323
|
rows: number;
|
|
324
324
|
autocomplete: string;
|
|
325
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
325
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
326
326
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
327
327
|
step: string | number;
|
|
328
328
|
format: string | ProgressFn | undefined;
|
|
@@ -367,12 +367,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
367
367
|
fieldInstance?: any;
|
|
368
368
|
valueIsReady?: Ref<boolean> | undefined;
|
|
369
369
|
prop: string;
|
|
370
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
370
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
371
371
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
372
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
372
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
373
373
|
style?: CSSProperties | undefined;
|
|
374
374
|
class?: any;
|
|
375
|
-
} & RecordType> | ComputedRef<
|
|
375
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
376
376
|
style?: CSSProperties | undefined;
|
|
377
377
|
class?: any;
|
|
378
378
|
} & 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 | Partial< Mutable<ElTooltipProps> & {
|
|
97
|
+
tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
98
98
|
style?: CSSProperties | undefined;
|
|
99
99
|
class?: any;
|
|
100
|
-
} & RecordType> | ComputedRef<
|
|
100
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
101
101
|
style?: CSSProperties | undefined;
|
|
102
102
|
class?: any;
|
|
103
103
|
} & RecordType>> | undefined;
|
|
@@ -165,7 +165,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
165
165
|
};
|
|
166
166
|
rows: number;
|
|
167
167
|
autocomplete: string;
|
|
168
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
168
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
169
169
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
170
170
|
step: string | number;
|
|
171
171
|
format: string | ProgressFn | undefined;
|
|
@@ -199,12 +199,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
199
199
|
}) => any>> & Partial<Record<string, (_: {
|
|
200
200
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
201
201
|
readonly label: string | ComputedRef<string>;
|
|
202
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
202
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
203
203
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
204
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
204
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
205
205
|
style?: CSSProperties | undefined;
|
|
206
206
|
class?: any;
|
|
207
|
-
} & RecordType> | ComputedRef<
|
|
207
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
208
208
|
style?: CSSProperties | undefined;
|
|
209
209
|
class?: any;
|
|
210
210
|
} & RecordType>>;
|
|
@@ -226,7 +226,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
226
226
|
};
|
|
227
227
|
rows: number;
|
|
228
228
|
autocomplete: string;
|
|
229
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
229
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
230
230
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
231
231
|
step: string | number;
|
|
232
232
|
format: string | ProgressFn | undefined;
|
|
@@ -271,12 +271,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
271
271
|
fieldInstance?: any;
|
|
272
272
|
valueIsReady?: Ref<boolean> | undefined;
|
|
273
273
|
prop: string;
|
|
274
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
274
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
275
275
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
276
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
276
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
277
277
|
style?: CSSProperties | undefined;
|
|
278
278
|
class?: any;
|
|
279
|
-
} & RecordType> | ComputedRef<
|
|
279
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
280
280
|
style?: CSSProperties | undefined;
|
|
281
281
|
class?: any;
|
|
282
282
|
} & RecordType>>;
|
|
@@ -307,12 +307,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
307
307
|
}) => any>> & Partial<Record<string, (_: {
|
|
308
308
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
309
309
|
readonly label: string | ComputedRef<string>;
|
|
310
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
310
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
311
311
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
312
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
312
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
313
313
|
style?: CSSProperties | undefined;
|
|
314
314
|
class?: any;
|
|
315
|
-
} & RecordType> | ComputedRef<
|
|
315
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
316
316
|
style?: CSSProperties | undefined;
|
|
317
317
|
class?: any;
|
|
318
318
|
} & RecordType>>;
|
|
@@ -334,7 +334,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
334
334
|
};
|
|
335
335
|
rows: number;
|
|
336
336
|
autocomplete: string;
|
|
337
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
337
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
338
338
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
339
339
|
step: string | number;
|
|
340
340
|
format: string | ProgressFn | undefined;
|
|
@@ -379,12 +379,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
379
379
|
fieldInstance?: any;
|
|
380
380
|
valueIsReady?: Ref<boolean> | undefined;
|
|
381
381
|
prop: string;
|
|
382
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
382
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
383
383
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
384
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
384
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
385
385
|
style?: CSSProperties | undefined;
|
|
386
386
|
class?: any;
|
|
387
|
-
} & RecordType> | ComputedRef<
|
|
387
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
388
388
|
style?: CSSProperties | undefined;
|
|
389
389
|
class?: any;
|
|
390
390
|
} & RecordType>>;
|
|
@@ -435,10 +435,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
435
435
|
value: string | number;
|
|
436
436
|
row: RecordType;
|
|
437
437
|
}) => OptionsRow<undefined>) | undefined;
|
|
438
|
-
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
438
|
+
tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
439
439
|
style?: CSSProperties | undefined;
|
|
440
440
|
class?: any;
|
|
441
|
-
} & RecordType> | ComputedRef<
|
|
441
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
442
442
|
style?: CSSProperties | undefined;
|
|
443
443
|
class?: any;
|
|
444
444
|
} & RecordType>> | undefined;
|
|
@@ -506,7 +506,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
506
506
|
};
|
|
507
507
|
rows: number;
|
|
508
508
|
autocomplete: string;
|
|
509
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
509
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
510
510
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
511
511
|
step: string | number;
|
|
512
512
|
format: string | ProgressFn | undefined;
|
|
@@ -22,10 +22,10 @@ export declare const PlusFormItem: {
|
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
tooltip: {
|
|
25
|
-
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
25
|
+
type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
26
26
|
style?: CSSProperties | undefined;
|
|
27
27
|
class?: any;
|
|
28
|
-
} & RecordType> | ComputedRef<
|
|
28
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
29
29
|
style?: CSSProperties | undefined;
|
|
30
30
|
class?: any;
|
|
31
31
|
} & RecordType>>>;
|
|
@@ -53,7 +53,7 @@ export declare const PlusFormItem: {
|
|
|
53
53
|
};
|
|
54
54
|
rows: number;
|
|
55
55
|
autocomplete: string;
|
|
56
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
56
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
57
57
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
58
58
|
step: string | number;
|
|
59
59
|
format: string | ProgressFn | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const PlusFormItem: {
|
|
|
70
70
|
default: () => never[];
|
|
71
71
|
};
|
|
72
72
|
modelValue: {
|
|
73
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
73
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
76
|
fieldSlots: {
|
|
@@ -481,10 +481,10 @@ export declare const PlusFormItem: {
|
|
|
481
481
|
required: true;
|
|
482
482
|
};
|
|
483
483
|
tooltip: {
|
|
484
|
-
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
484
|
+
type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
485
485
|
style?: CSSProperties | undefined;
|
|
486
486
|
class?: any;
|
|
487
|
-
} & RecordType> | ComputedRef<
|
|
487
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
488
488
|
style?: CSSProperties | undefined;
|
|
489
489
|
class?: any;
|
|
490
490
|
} & RecordType>>>;
|
|
@@ -512,7 +512,7 @@ export declare const PlusFormItem: {
|
|
|
512
512
|
};
|
|
513
513
|
rows: number;
|
|
514
514
|
autocomplete: string;
|
|
515
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
515
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
516
516
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
517
517
|
step: string | number;
|
|
518
518
|
format: string | ProgressFn | undefined;
|
|
@@ -529,7 +529,7 @@ export declare const PlusFormItem: {
|
|
|
529
529
|
default: () => never[];
|
|
530
530
|
};
|
|
531
531
|
modelValue: {
|
|
532
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
532
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
533
533
|
default: string;
|
|
534
534
|
};
|
|
535
535
|
fieldSlots: {
|
|
@@ -617,7 +617,7 @@ export declare const PlusFormItem: {
|
|
|
617
617
|
};
|
|
618
618
|
rows: number;
|
|
619
619
|
autocomplete: string;
|
|
620
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
620
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
621
621
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
622
622
|
step: string | number;
|
|
623
623
|
format: string | ProgressFn | undefined;
|
|
@@ -628,7 +628,7 @@ export declare const PlusFormItem: {
|
|
|
628
628
|
autosize: InputAutoSize;
|
|
629
629
|
} & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
|
|
630
630
|
options: OptionsType;
|
|
631
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
631
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
632
632
|
fieldSlots: {
|
|
633
633
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
634
634
|
};
|
|
@@ -674,10 +674,10 @@ export declare const PlusFormItem: {
|
|
|
674
674
|
required: true;
|
|
675
675
|
};
|
|
676
676
|
tooltip: {
|
|
677
|
-
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
677
|
+
type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
678
678
|
style?: CSSProperties | undefined;
|
|
679
679
|
class?: any;
|
|
680
|
-
} & RecordType> | ComputedRef<
|
|
680
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
681
681
|
style?: CSSProperties | undefined;
|
|
682
682
|
class?: any;
|
|
683
683
|
} & RecordType>>>;
|
|
@@ -705,7 +705,7 @@ export declare const PlusFormItem: {
|
|
|
705
705
|
};
|
|
706
706
|
rows: number;
|
|
707
707
|
autocomplete: string;
|
|
708
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
708
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
709
709
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
710
710
|
step: string | number;
|
|
711
711
|
format: string | ProgressFn | undefined;
|
|
@@ -722,7 +722,7 @@ export declare const PlusFormItem: {
|
|
|
722
722
|
default: () => never[];
|
|
723
723
|
};
|
|
724
724
|
modelValue: {
|
|
725
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
725
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
726
726
|
default: string;
|
|
727
727
|
};
|
|
728
728
|
fieldSlots: {
|
|
@@ -1144,7 +1144,7 @@ export declare const PlusFormItem: {
|
|
|
1144
1144
|
};
|
|
1145
1145
|
rows: number;
|
|
1146
1146
|
autocomplete: string;
|
|
1147
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1147
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1148
1148
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1149
1149
|
step: string | number;
|
|
1150
1150
|
format: string | ProgressFn | undefined;
|
|
@@ -1155,7 +1155,7 @@ export declare const PlusFormItem: {
|
|
|
1155
1155
|
autosize: InputAutoSize;
|
|
1156
1156
|
} & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
|
|
1157
1157
|
options: OptionsType;
|
|
1158
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1158
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1159
1159
|
fieldSlots: {
|
|
1160
1160
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
1161
1161
|
};
|
|
@@ -1198,10 +1198,10 @@ export declare const PlusFormItem: {
|
|
|
1198
1198
|
required: true;
|
|
1199
1199
|
};
|
|
1200
1200
|
tooltip: {
|
|
1201
|
-
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
1201
|
+
type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1202
1202
|
style?: CSSProperties | undefined;
|
|
1203
1203
|
class?: any;
|
|
1204
|
-
} & RecordType> | ComputedRef<
|
|
1204
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1205
1205
|
style?: CSSProperties | undefined;
|
|
1206
1206
|
class?: any;
|
|
1207
1207
|
} & RecordType>>>;
|
|
@@ -1229,7 +1229,7 @@ export declare const PlusFormItem: {
|
|
|
1229
1229
|
};
|
|
1230
1230
|
rows: number;
|
|
1231
1231
|
autocomplete: string;
|
|
1232
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1232
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1233
1233
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1234
1234
|
step: string | number;
|
|
1235
1235
|
format: string | ProgressFn | undefined;
|
|
@@ -1246,7 +1246,7 @@ export declare const PlusFormItem: {
|
|
|
1246
1246
|
default: () => never[];
|
|
1247
1247
|
};
|
|
1248
1248
|
modelValue: {
|
|
1249
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
1249
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
1250
1250
|
default: string;
|
|
1251
1251
|
};
|
|
1252
1252
|
fieldSlots: {
|
|
@@ -1671,7 +1671,7 @@ export declare const PlusFormItem: {
|
|
|
1671
1671
|
};
|
|
1672
1672
|
rows: number;
|
|
1673
1673
|
autocomplete: string;
|
|
1674
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1674
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1675
1675
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1676
1676
|
step: string | number;
|
|
1677
1677
|
format: string | ProgressFn | undefined;
|
|
@@ -1682,7 +1682,7 @@ export declare const PlusFormItem: {
|
|
|
1682
1682
|
autosize: InputAutoSize;
|
|
1683
1683
|
} & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
|
|
1684
1684
|
options: OptionsType;
|
|
1685
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1685
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1686
1686
|
fieldSlots: {
|
|
1687
1687
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
1688
1688
|
};
|
|
@@ -1716,12 +1716,12 @@ export declare const PlusFormItem: {
|
|
|
1716
1716
|
fieldInstance?: any;
|
|
1717
1717
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1718
1718
|
prop: string;
|
|
1719
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1719
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1720
1720
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1721
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1721
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1722
1722
|
style?: CSSProperties | undefined;
|
|
1723
1723
|
class?: any;
|
|
1724
|
-
} & RecordType> | ComputedRef<
|
|
1724
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1725
1725
|
style?: CSSProperties | undefined;
|
|
1726
1726
|
class?: any;
|
|
1727
1727
|
} & RecordType>>;
|
|
@@ -1752,12 +1752,12 @@ export declare const PlusFormItem: {
|
|
|
1752
1752
|
}) => any>> & Partial<Record<string, (_: {
|
|
1753
1753
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1754
1754
|
readonly label: string | ComputedRef<string>;
|
|
1755
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1755
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1756
1756
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1757
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1757
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1758
1758
|
style?: CSSProperties | undefined;
|
|
1759
1759
|
class?: any;
|
|
1760
|
-
} & RecordType> | ComputedRef<
|
|
1760
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1761
1761
|
style?: CSSProperties | undefined;
|
|
1762
1762
|
class?: any;
|
|
1763
1763
|
} & RecordType>>;
|
|
@@ -1779,7 +1779,7 @@ export declare const PlusFormItem: {
|
|
|
1779
1779
|
};
|
|
1780
1780
|
rows: number;
|
|
1781
1781
|
autocomplete: string;
|
|
1782
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1782
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1783
1783
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1784
1784
|
step: string | number;
|
|
1785
1785
|
format: string | ProgressFn | undefined;
|
|
@@ -1824,12 +1824,12 @@ export declare const PlusFormItem: {
|
|
|
1824
1824
|
fieldInstance?: any;
|
|
1825
1825
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1826
1826
|
prop: string;
|
|
1827
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1827
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1828
1828
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1829
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1829
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1830
1830
|
style?: CSSProperties | undefined;
|
|
1831
1831
|
class?: any;
|
|
1832
|
-
} & RecordType> | ComputedRef<
|
|
1832
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1833
1833
|
style?: CSSProperties | undefined;
|
|
1834
1834
|
class?: any;
|
|
1835
1835
|
} & RecordType>>;
|