yc-pro-components 0.0.60 → 0.0.62
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 +23 -23
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +24 -24
- package/es/components/check-card-group/src/index.vue.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +28 -28
- package/es/components/dialog-form/src/index.vue.d.ts +6 -6
- package/es/components/display-item/index.d.ts +12 -12
- package/es/components/display-item/src/index.vue.d.ts +12 -12
- package/es/components/drawer-form/index.d.ts +40 -40
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +39 -39
- package/es/components/form/src/form-content.vue.d.ts +12 -12
- package/es/components/form/src/index.vue.d.ts +11 -11
- package/es/components/form-item/index.d.ts +36 -36
- package/es/components/form-item/src/index.vue.d.ts +8 -8
- package/es/components/header/index.d.ts +7 -7
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +10 -10
- package/es/components/input-tag/src/index.vue.d.ts +2 -2
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +305 -305
- package/es/components/page/src/index.vue.d.ts +103 -103
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +14 -14
- package/es/components/radio/src/index.vue.d.ts +6 -6
- 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 +137 -137
- package/es/components/search/src/index.vue.d.ts +43 -43
- package/es/components/search/src/index.vue2.mjs +1 -1
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/src/table-column.vue.d.ts +12 -12
- package/es/components/utils/index.d.ts +2 -2
- 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-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +0 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +208 -208
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +169 -169
- package/es/index.css +10 -10
- package/index.css +6 -6
- package/index.js +3 -9
- package/index.min.css +1 -1
- package/index.min.js +3 -3
- package/index.min.mjs +10 -10
- package/index.mjs +3 -9
- package/lib/components/check-card/index.d.ts +23 -23
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +24 -24
- package/lib/components/check-card-group/src/index.vue.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +28 -28
- package/lib/components/dialog-form/src/index.vue.d.ts +6 -6
- package/lib/components/display-item/index.d.ts +12 -12
- package/lib/components/display-item/src/index.vue.d.ts +12 -12
- package/lib/components/drawer-form/index.d.ts +40 -40
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +39 -39
- package/lib/components/form/src/form-content.vue.d.ts +12 -12
- package/lib/components/form/src/index.vue.d.ts +11 -11
- package/lib/components/form-item/index.d.ts +36 -36
- package/lib/components/form-item/src/index.vue.d.ts +8 -8
- package/lib/components/header/index.d.ts +7 -7
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +10 -10
- package/lib/components/input-tag/src/index.vue.d.ts +2 -2
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +305 -305
- package/lib/components/page/src/index.vue.d.ts +103 -103
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +14 -14
- package/lib/components/radio/src/index.vue.d.ts +6 -6
- 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 +137 -137
- package/lib/components/search/src/index.vue.d.ts +43 -43
- package/lib/components/search/src/index.vue2.js +1 -1
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/src/table-column.vue.d.ts +12 -12
- package/lib/components/utils/index.d.ts +2 -2
- 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-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +0 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +208 -208
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +169 -169
- package/lib/index.css +10 -10
- 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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
2
2
|
import { LooseRequired } from '@vue/shared';
|
|
3
3
|
import { FormInstance, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
|
-
import { FieldValues, PlusColumn, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
|
|
5
4
|
import { PlusDialogProps, PlusFormProps, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
|
|
5
|
+
import { FieldValues, PlusColumn, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
|
|
6
6
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Ref, CSSProperties, Component } from 'vue';
|
|
7
7
|
import { default as DialogForm } from './src/index.vue';
|
|
8
8
|
|
|
@@ -10,6 +10,10 @@ export type { PlusDialogFormProps } from './src/index.vue';
|
|
|
10
10
|
export type PlusDialogFormInstance = InstanceType<typeof DialogForm>;
|
|
11
11
|
export declare const PlusDialogForm: {
|
|
12
12
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: PropType<FieldValues>;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
13
17
|
dialog: {
|
|
14
18
|
type: PropType<PlusDialogProps>;
|
|
15
19
|
default: () => {};
|
|
@@ -22,18 +26,14 @@ export declare const PlusDialogForm: {
|
|
|
22
26
|
type: PropType<boolean>;
|
|
23
27
|
default: boolean;
|
|
24
28
|
};
|
|
25
|
-
modelValue: {
|
|
26
|
-
type: PropType<FieldValues>;
|
|
27
|
-
default: () => {};
|
|
28
|
-
};
|
|
29
29
|
hasErrorTip: {
|
|
30
30
|
type: PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
34
35
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
35
36
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
36
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
37
37
|
onClose?: (() => any) | undefined;
|
|
38
38
|
onCancel?: (() => any) | undefined;
|
|
39
39
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -51,6 +51,10 @@ export declare const PlusDialogForm: {
|
|
|
51
51
|
close: () => void;
|
|
52
52
|
confirmError: (errors: unknown) => void;
|
|
53
53
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
54
|
+
modelValue: {
|
|
55
|
+
type: PropType<FieldValues>;
|
|
56
|
+
default: () => {};
|
|
57
|
+
};
|
|
54
58
|
dialog: {
|
|
55
59
|
type: PropType<PlusDialogProps>;
|
|
56
60
|
default: () => {};
|
|
@@ -63,27 +67,23 @@ export declare const PlusDialogForm: {
|
|
|
63
67
|
type: PropType<boolean>;
|
|
64
68
|
default: boolean;
|
|
65
69
|
};
|
|
66
|
-
modelValue: {
|
|
67
|
-
type: PropType<FieldValues>;
|
|
68
|
-
default: () => {};
|
|
69
|
-
};
|
|
70
70
|
hasErrorTip: {
|
|
71
71
|
type: PropType<boolean>;
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
74
|
}>> & {
|
|
75
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
75
76
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
76
77
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
77
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
78
78
|
onClose?: (() => any) | undefined;
|
|
79
79
|
onCancel?: (() => any) | undefined;
|
|
80
80
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
81
81
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
82
82
|
}, {
|
|
83
|
+
modelValue: FieldValues;
|
|
83
84
|
dialog: PlusDialogProps;
|
|
84
85
|
form: PlusFormProps;
|
|
85
86
|
visible: boolean;
|
|
86
|
-
modelValue: FieldValues;
|
|
87
87
|
hasErrorTip: boolean;
|
|
88
88
|
}, true, {}, {}, {
|
|
89
89
|
P: {};
|
|
@@ -93,6 +93,10 @@ export declare const PlusDialogForm: {
|
|
|
93
93
|
M: {};
|
|
94
94
|
Defaults: {};
|
|
95
95
|
}, Readonly< ExtractPropTypes<{
|
|
96
|
+
modelValue: {
|
|
97
|
+
type: PropType<FieldValues>;
|
|
98
|
+
default: () => {};
|
|
99
|
+
};
|
|
96
100
|
dialog: {
|
|
97
101
|
type: PropType<PlusDialogProps>;
|
|
98
102
|
default: () => {};
|
|
@@ -105,18 +109,14 @@ export declare const PlusDialogForm: {
|
|
|
105
109
|
type: PropType<boolean>;
|
|
106
110
|
default: boolean;
|
|
107
111
|
};
|
|
108
|
-
modelValue: {
|
|
109
|
-
type: PropType<FieldValues>;
|
|
110
|
-
default: () => {};
|
|
111
|
-
};
|
|
112
112
|
hasErrorTip: {
|
|
113
113
|
type: PropType<boolean>;
|
|
114
114
|
default: boolean;
|
|
115
115
|
};
|
|
116
116
|
}>> & {
|
|
117
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
117
118
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
118
119
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
119
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
120
120
|
onClose?: (() => any) | undefined;
|
|
121
121
|
onCancel?: (() => any) | undefined;
|
|
122
122
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -126,16 +126,20 @@ export declare const PlusDialogForm: {
|
|
|
126
126
|
handleCancel: () => void;
|
|
127
127
|
formInstance: ComputedRef<FormInstance>;
|
|
128
128
|
}, {}, {}, {}, {
|
|
129
|
+
modelValue: FieldValues;
|
|
129
130
|
dialog: PlusDialogProps;
|
|
130
131
|
form: PlusFormProps;
|
|
131
132
|
visible: boolean;
|
|
132
|
-
modelValue: FieldValues;
|
|
133
133
|
hasErrorTip: boolean;
|
|
134
134
|
}>;
|
|
135
135
|
__isFragment?: undefined;
|
|
136
136
|
__isTeleport?: undefined;
|
|
137
137
|
__isSuspense?: undefined;
|
|
138
138
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
139
|
+
modelValue: {
|
|
140
|
+
type: PropType<FieldValues>;
|
|
141
|
+
default: () => {};
|
|
142
|
+
};
|
|
139
143
|
dialog: {
|
|
140
144
|
type: PropType<PlusDialogProps>;
|
|
141
145
|
default: () => {};
|
|
@@ -148,18 +152,14 @@ export declare const PlusDialogForm: {
|
|
|
148
152
|
type: PropType<boolean>;
|
|
149
153
|
default: boolean;
|
|
150
154
|
};
|
|
151
|
-
modelValue: {
|
|
152
|
-
type: PropType<FieldValues>;
|
|
153
|
-
default: () => {};
|
|
154
|
-
};
|
|
155
155
|
hasErrorTip: {
|
|
156
156
|
type: PropType<boolean>;
|
|
157
157
|
default: boolean;
|
|
158
158
|
};
|
|
159
159
|
}>> & {
|
|
160
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
160
161
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
161
162
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
162
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
163
163
|
onClose?: (() => any) | undefined;
|
|
164
164
|
onCancel?: (() => any) | undefined;
|
|
165
165
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -177,16 +177,16 @@ export declare const PlusDialogForm: {
|
|
|
177
177
|
close: () => void;
|
|
178
178
|
confirmError: (errors: unknown) => void;
|
|
179
179
|
}, string, {
|
|
180
|
+
modelValue: FieldValues;
|
|
180
181
|
dialog: PlusDialogProps;
|
|
181
182
|
form: PlusFormProps;
|
|
182
183
|
visible: boolean;
|
|
183
|
-
modelValue: FieldValues;
|
|
184
184
|
hasErrorTip: boolean;
|
|
185
185
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
186
186
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
187
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
187
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
188
188
|
readonly label: string | ComputedRef<string>;
|
|
189
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
189
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
190
190
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
191
191
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
192
192
|
style?: CSSProperties | undefined;
|
|
@@ -213,7 +213,7 @@ export declare const PlusDialogForm: {
|
|
|
213
213
|
};
|
|
214
214
|
rows: number;
|
|
215
215
|
autocomplete: string;
|
|
216
|
-
type: "" | "number" | "default" | "
|
|
216
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
217
217
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
218
218
|
step: string | number;
|
|
219
219
|
format: string | ProgressFn | undefined;
|
|
@@ -258,7 +258,7 @@ export declare const PlusDialogForm: {
|
|
|
258
258
|
fieldInstance?: any;
|
|
259
259
|
valueIsReady?: Ref<boolean> | undefined;
|
|
260
260
|
prop: string;
|
|
261
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
261
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
262
262
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
263
263
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
264
264
|
style?: CSSProperties | undefined;
|
|
@@ -48,23 +48,23 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
48
48
|
dialog: () => {};
|
|
49
49
|
form: () => {};
|
|
50
50
|
}>>> & {
|
|
51
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
51
52
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
52
53
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
53
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
54
54
|
onClose?: (() => any) | undefined;
|
|
55
55
|
onCancel?: (() => any) | undefined;
|
|
56
56
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
57
57
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
58
58
|
}, {
|
|
59
|
+
modelValue: FieldValues;
|
|
59
60
|
dialog: PlusDialogProps;
|
|
60
61
|
form: PlusFormProps;
|
|
61
62
|
visible: boolean;
|
|
62
|
-
modelValue: FieldValues;
|
|
63
63
|
hasErrorTip: boolean;
|
|
64
64
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
65
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
65
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
66
66
|
readonly label: string | ComputedRef<string>;
|
|
67
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
67
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
68
68
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
69
69
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
70
70
|
style?: CSSProperties | undefined;
|
|
@@ -91,7 +91,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
91
91
|
};
|
|
92
92
|
rows: number;
|
|
93
93
|
autocomplete: string;
|
|
94
|
-
type: "" | "number" | "default" | "
|
|
94
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
95
95
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
96
96
|
step: string | number;
|
|
97
97
|
format: string | ProgressFn | undefined;
|
|
@@ -136,7 +136,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
136
136
|
fieldInstance?: any;
|
|
137
137
|
valueIsReady?: Ref<boolean> | undefined;
|
|
138
138
|
prop: string;
|
|
139
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
139
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
140
140
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
141
141
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
142
142
|
style?: CSSProperties | undefined;
|
|
@@ -232,9 +232,9 @@ export declare const PlusDisplayItem: {
|
|
|
232
232
|
editable: boolean | "click" | "dblclick";
|
|
233
233
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
234
234
|
$slots: Partial<Record<string, (_: {
|
|
235
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
235
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
236
236
|
readonly label: string | ComputedRef<string>;
|
|
237
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
237
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
238
238
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
239
239
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
240
240
|
style?: CSSProperties | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const PlusDisplayItem: {
|
|
|
261
261
|
};
|
|
262
262
|
rows: number;
|
|
263
263
|
autocomplete: string;
|
|
264
|
-
type: "" | "number" | "default" | "
|
|
264
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
265
265
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
266
266
|
step: string | number;
|
|
267
267
|
format: string | ProgressFn | undefined;
|
|
@@ -306,7 +306,7 @@ export declare const PlusDisplayItem: {
|
|
|
306
306
|
fieldInstance?: any;
|
|
307
307
|
valueIsReady?: Ref<boolean> | undefined;
|
|
308
308
|
prop: string;
|
|
309
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
309
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
310
310
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
311
311
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
312
312
|
style?: CSSProperties | undefined;
|
|
@@ -340,9 +340,9 @@ export declare const PlusDisplayItem: {
|
|
|
340
340
|
clearable: boolean;
|
|
341
341
|
index: number;
|
|
342
342
|
}) => any>> & Partial<Record<string, (_: {
|
|
343
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
343
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
344
344
|
readonly label: string | ComputedRef<string>;
|
|
345
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
345
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
346
346
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
347
347
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
348
348
|
style?: CSSProperties | undefined;
|
|
@@ -369,7 +369,7 @@ export declare const PlusDisplayItem: {
|
|
|
369
369
|
};
|
|
370
370
|
rows: number;
|
|
371
371
|
autocomplete: string;
|
|
372
|
-
type: "" | "number" | "default" | "
|
|
372
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
373
373
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
374
374
|
step: string | number;
|
|
375
375
|
format: string | ProgressFn | undefined;
|
|
@@ -414,7 +414,7 @@ export declare const PlusDisplayItem: {
|
|
|
414
414
|
fieldInstance?: any;
|
|
415
415
|
valueIsReady?: Ref<boolean> | undefined;
|
|
416
416
|
prop: string;
|
|
417
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
417
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
418
418
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
419
419
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
420
420
|
style?: CSSProperties | undefined;
|
|
@@ -448,9 +448,9 @@ export declare const PlusDisplayItem: {
|
|
|
448
448
|
clearable: boolean;
|
|
449
449
|
index: number;
|
|
450
450
|
}) => any>> & Partial<Record<string, (_: {
|
|
451
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
451
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
452
452
|
readonly label: string | ComputedRef<string>;
|
|
453
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
453
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
454
454
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
455
455
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
456
456
|
style?: CSSProperties | undefined;
|
|
@@ -477,7 +477,7 @@ export declare const PlusDisplayItem: {
|
|
|
477
477
|
};
|
|
478
478
|
rows: number;
|
|
479
479
|
autocomplete: string;
|
|
480
|
-
type: "" | "number" | "default" | "
|
|
480
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
481
481
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
482
482
|
step: string | number;
|
|
483
483
|
format: string | ProgressFn | undefined;
|
|
@@ -522,7 +522,7 @@ export declare const PlusDisplayItem: {
|
|
|
522
522
|
fieldInstance?: any;
|
|
523
523
|
valueIsReady?: Ref<boolean> | undefined;
|
|
524
524
|
prop: string;
|
|
525
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
525
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
526
526
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
527
527
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
528
528
|
style?: CSSProperties | undefined;
|
|
@@ -76,9 +76,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
76
76
|
row: RecordType;
|
|
77
77
|
editable: boolean | "click" | "dblclick";
|
|
78
78
|
}, {}>, Partial<Record<string, (_: {
|
|
79
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
79
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
80
80
|
readonly label: string | ComputedRef<string>;
|
|
81
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
81
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
82
82
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
83
83
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
84
84
|
style?: CSSProperties | undefined;
|
|
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
105
105
|
};
|
|
106
106
|
rows: number;
|
|
107
107
|
autocomplete: string;
|
|
108
|
-
type: "" | "number" | "default" | "
|
|
108
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
109
109
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
110
110
|
step: string | number;
|
|
111
111
|
format: string | ProgressFn | undefined;
|
|
@@ -150,7 +150,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
150
150
|
fieldInstance?: any;
|
|
151
151
|
valueIsReady?: Ref<boolean> | undefined;
|
|
152
152
|
prop: string;
|
|
153
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
153
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
154
154
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
155
155
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
156
156
|
style?: CSSProperties | undefined;
|
|
@@ -184,9 +184,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
184
184
|
clearable: boolean;
|
|
185
185
|
index: number;
|
|
186
186
|
}) => any>> & Partial<Record<string, (_: {
|
|
187
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
187
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
188
188
|
readonly label: string | ComputedRef<string>;
|
|
189
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
189
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
190
190
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
191
191
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
192
192
|
style?: CSSProperties | undefined;
|
|
@@ -213,7 +213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
213
213
|
};
|
|
214
214
|
rows: number;
|
|
215
215
|
autocomplete: string;
|
|
216
|
-
type: "" | "number" | "default" | "
|
|
216
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
217
217
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
218
218
|
step: string | number;
|
|
219
219
|
format: string | ProgressFn | undefined;
|
|
@@ -258,7 +258,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
258
258
|
fieldInstance?: any;
|
|
259
259
|
valueIsReady?: Ref<boolean> | undefined;
|
|
260
260
|
prop: string;
|
|
261
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
261
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
262
262
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
263
263
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
264
264
|
style?: CSSProperties | undefined;
|
|
@@ -292,9 +292,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
292
292
|
clearable: boolean;
|
|
293
293
|
index: number;
|
|
294
294
|
}) => any>> & Partial<Record<string, (_: {
|
|
295
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
295
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
296
296
|
readonly label: string | ComputedRef<string>;
|
|
297
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
297
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
298
298
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
299
299
|
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
300
300
|
style?: CSSProperties | undefined;
|
|
@@ -321,7 +321,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
321
321
|
};
|
|
322
322
|
rows: number;
|
|
323
323
|
autocomplete: string;
|
|
324
|
-
type: "" | "number" | "default" | "
|
|
324
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
325
325
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
326
326
|
step: string | number;
|
|
327
327
|
format: string | ProgressFn | undefined;
|
|
@@ -366,7 +366,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
366
366
|
fieldInstance?: any;
|
|
367
367
|
valueIsReady?: Ref<boolean> | undefined;
|
|
368
368
|
prop: string;
|
|
369
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
369
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
370
370
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
371
371
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
372
372
|
style?: CSSProperties | undefined;
|