yc-pro-components 0.0.26 → 0.0.28
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 +57 -57
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +22 -22
- package/es/components/check-card-group/src/index.vue.d.ts +19 -19
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +19 -19
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +32 -32
- package/es/components/display-item/src/index.vue.d.ts +13 -13
- package/es/components/drawer-form/index.d.ts +28 -28
- package/es/components/drawer-form/src/index.vue.d.ts +6 -6
- package/es/components/form/index.d.ts +111 -111
- package/es/components/form/src/form-content.vue.d.ts +25 -19
- package/es/components/form/src/form-content.vue2.mjs +1 -1
- package/es/components/form/src/index.vue.d.ts +18 -18
- package/es/components/form/src/index.vue2.mjs +1 -1
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +16 -16
- 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 +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +928 -928
- package/es/components/page/src/index.vue.d.ts +297 -297
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +340 -340
- package/es/components/search/src/index.vue.d.ts +99 -99
- 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/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +28 -28
- package/es/components/utils/index.d.ts +15 -15
- 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-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- 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 +744 -902
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +4 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +1 -1
- package/index.css +6 -6
- package/index.js +8 -6
- package/index.min.css +1 -1
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +8 -6
- package/lib/components/check-card/index.d.ts +57 -57
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +22 -22
- package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +19 -19
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +32 -32
- package/lib/components/display-item/src/index.vue.d.ts +13 -13
- package/lib/components/drawer-form/index.d.ts +28 -28
- package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
- package/lib/components/form/index.d.ts +111 -111
- package/lib/components/form/src/form-content.vue.d.ts +25 -19
- package/lib/components/form/src/form-content.vue2.js +1 -1
- package/lib/components/form/src/index.vue.d.ts +18 -18
- package/lib/components/form/src/index.vue2.js +1 -1
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +16 -16
- 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 +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +928 -928
- package/lib/components/page/src/index.vue.d.ts +297 -297
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +340 -340
- package/lib/components/search/src/index.vue.d.ts +99 -99
- 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/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +28 -28
- package/lib/components/utils/index.d.ts +15 -15
- 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-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- 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 +744 -902
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +4 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +1 -1
- 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
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-drawer-form.css +1 -1
- package/theme-chalk/plus-form.css +1 -1
- package/theme-chalk/src/drawer-form.scss +6 -0
- package/theme-chalk/src/form.scss +31 -13
- package/theme-chalk/src/index.scss +10 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
2
2
|
import { PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
|
|
3
3
|
import { LooseRequired } from '@vue/shared';
|
|
4
|
-
import { FormItemRule,
|
|
4
|
+
import { FormItemRule, RowProps, ColProps, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
5
5
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
6
6
|
import { PlusFormGroupRow } from 'yc-pro-components/es/components/form';
|
|
7
7
|
import { PlusSearchSelfProps as PlusSearchProps } from './type';
|
|
@@ -43,6 +43,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
43
43
|
$: ComponentInternalInstance;
|
|
44
44
|
$data: {};
|
|
45
45
|
$props: Partial<{
|
|
46
|
+
collapseDuration: number;
|
|
47
|
+
collapseTransition: boolean;
|
|
46
48
|
columns: PlusColumn[];
|
|
47
49
|
group: false | PlusFormGroupRow[];
|
|
48
50
|
layout: "grid" | "flex";
|
|
@@ -52,18 +54,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
52
54
|
labelWidth: string | number;
|
|
53
55
|
labelSuffix: string;
|
|
54
56
|
hasLabel: boolean;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
defaultValues: FieldValues;
|
|
58
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
57
59
|
style?: CSSProperties | undefined;
|
|
58
60
|
class?: any;
|
|
59
61
|
} & RecordType>;
|
|
60
|
-
|
|
61
|
-
collapseTransition: boolean;
|
|
62
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
62
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
63
63
|
style?: CSSProperties | undefined;
|
|
64
64
|
class?: any;
|
|
65
65
|
} & RecordType>;
|
|
66
|
-
defaultValues: FieldValues;
|
|
67
66
|
hasErrorTip: boolean;
|
|
68
67
|
hasFooter: boolean;
|
|
69
68
|
hasReset: boolean;
|
|
@@ -76,26 +75,25 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
76
75
|
class?: any;
|
|
77
76
|
} & RecordType>;
|
|
78
77
|
prevent: boolean;
|
|
78
|
+
clearable: boolean;
|
|
79
79
|
}> & Omit<{
|
|
80
80
|
readonly columns: PlusColumn[];
|
|
81
81
|
readonly group: false | PlusFormGroupRow[];
|
|
82
|
-
readonly layout: "grid" | "flex";
|
|
83
82
|
readonly modelValue: FieldValues;
|
|
84
83
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
85
84
|
readonly labelPosition: "top" | "right" | "left";
|
|
86
85
|
readonly labelWidth: string | number;
|
|
87
86
|
readonly labelSuffix: string;
|
|
88
87
|
readonly hasLabel: boolean;
|
|
89
|
-
readonly
|
|
90
|
-
readonly
|
|
88
|
+
readonly defaultValues: FieldValues;
|
|
89
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
91
90
|
style?: CSSProperties | undefined;
|
|
92
91
|
class?: any;
|
|
93
92
|
} & RecordType>;
|
|
94
|
-
readonly
|
|
93
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
95
94
|
style?: CSSProperties | undefined;
|
|
96
95
|
class?: any;
|
|
97
96
|
} & RecordType>;
|
|
98
|
-
readonly defaultValues: FieldValues;
|
|
99
97
|
readonly hasErrorTip: boolean;
|
|
100
98
|
readonly hasFooter: boolean;
|
|
101
99
|
readonly hasReset: boolean;
|
|
@@ -108,15 +106,25 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
108
106
|
class?: any;
|
|
109
107
|
} & RecordType>;
|
|
110
108
|
readonly prevent: boolean;
|
|
109
|
+
readonly clearable: boolean;
|
|
111
110
|
readonly collapseDuration?: number | undefined;
|
|
112
111
|
readonly collapseTransition?: boolean | undefined;
|
|
113
|
-
"
|
|
112
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
114
113
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
115
114
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
116
115
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
116
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
117
117
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
119
119
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
120
|
+
collapseDuration: {
|
|
121
|
+
type: PropType<number>;
|
|
122
|
+
default: undefined;
|
|
123
|
+
};
|
|
124
|
+
collapseTransition: {
|
|
125
|
+
type: PropType<boolean>;
|
|
126
|
+
default: undefined;
|
|
127
|
+
};
|
|
120
128
|
columns: {
|
|
121
129
|
type: PropType<PlusColumn[]>;
|
|
122
130
|
default: () => never[];
|
|
@@ -127,7 +135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
127
135
|
};
|
|
128
136
|
layout: {
|
|
129
137
|
type: PropType<"grid" | "flex">;
|
|
130
|
-
default:
|
|
138
|
+
default: undefined;
|
|
131
139
|
};
|
|
132
140
|
modelValue: {
|
|
133
141
|
type: PropType<FieldValues>;
|
|
@@ -153,25 +161,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
153
161
|
type: PropType<boolean>;
|
|
154
162
|
default: boolean;
|
|
155
163
|
};
|
|
156
|
-
|
|
157
|
-
type: PropType<
|
|
158
|
-
default: boolean;
|
|
159
|
-
};
|
|
160
|
-
colProps: {
|
|
161
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
162
|
-
style?: CSSProperties | undefined;
|
|
163
|
-
class?: any;
|
|
164
|
-
} & RecordType>>;
|
|
164
|
+
defaultValues: {
|
|
165
|
+
type: PropType<FieldValues>;
|
|
165
166
|
default: () => {};
|
|
166
167
|
};
|
|
167
|
-
collapseDuration: {
|
|
168
|
-
type: PropType<number>;
|
|
169
|
-
default: undefined;
|
|
170
|
-
};
|
|
171
|
-
collapseTransition: {
|
|
172
|
-
type: PropType<boolean>;
|
|
173
|
-
default: undefined;
|
|
174
|
-
};
|
|
175
168
|
rowProps: {
|
|
176
169
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
177
170
|
style?: CSSProperties | undefined;
|
|
@@ -179,8 +172,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
179
172
|
} & RecordType>>;
|
|
180
173
|
default: () => {};
|
|
181
174
|
};
|
|
182
|
-
|
|
183
|
-
type: PropType<
|
|
175
|
+
colProps: {
|
|
176
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
177
|
+
style?: CSSProperties | undefined;
|
|
178
|
+
class?: any;
|
|
179
|
+
} & RecordType>>;
|
|
184
180
|
default: () => {};
|
|
185
181
|
};
|
|
186
182
|
hasErrorTip: {
|
|
@@ -222,14 +218,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
222
218
|
type: PropType<boolean>;
|
|
223
219
|
default: boolean;
|
|
224
220
|
};
|
|
221
|
+
clearable: {
|
|
222
|
+
type: PropType<boolean>;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
225
225
|
}>> & {
|
|
226
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
227
226
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
228
227
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
229
228
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
229
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
230
230
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
232
|
-
}, "
|
|
232
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
233
233
|
$attrs: {
|
|
234
234
|
[x: string]: unknown;
|
|
235
235
|
};
|
|
@@ -244,6 +244,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
244
244
|
$emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
|
|
245
245
|
$el: any;
|
|
246
246
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
247
|
+
collapseDuration: {
|
|
248
|
+
type: PropType<number>;
|
|
249
|
+
default: undefined;
|
|
250
|
+
};
|
|
251
|
+
collapseTransition: {
|
|
252
|
+
type: PropType<boolean>;
|
|
253
|
+
default: undefined;
|
|
254
|
+
};
|
|
247
255
|
columns: {
|
|
248
256
|
type: PropType<PlusColumn[]>;
|
|
249
257
|
default: () => never[];
|
|
@@ -254,7 +262,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
254
262
|
};
|
|
255
263
|
layout: {
|
|
256
264
|
type: PropType<"grid" | "flex">;
|
|
257
|
-
default:
|
|
265
|
+
default: undefined;
|
|
258
266
|
};
|
|
259
267
|
modelValue: {
|
|
260
268
|
type: PropType<FieldValues>;
|
|
@@ -280,25 +288,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
280
288
|
type: PropType<boolean>;
|
|
281
289
|
default: boolean;
|
|
282
290
|
};
|
|
283
|
-
|
|
284
|
-
type: PropType<
|
|
285
|
-
default: boolean;
|
|
286
|
-
};
|
|
287
|
-
colProps: {
|
|
288
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
289
|
-
style?: CSSProperties | undefined;
|
|
290
|
-
class?: any;
|
|
291
|
-
} & RecordType>>;
|
|
291
|
+
defaultValues: {
|
|
292
|
+
type: PropType<FieldValues>;
|
|
292
293
|
default: () => {};
|
|
293
294
|
};
|
|
294
|
-
collapseDuration: {
|
|
295
|
-
type: PropType<number>;
|
|
296
|
-
default: undefined;
|
|
297
|
-
};
|
|
298
|
-
collapseTransition: {
|
|
299
|
-
type: PropType<boolean>;
|
|
300
|
-
default: undefined;
|
|
301
|
-
};
|
|
302
295
|
rowProps: {
|
|
303
296
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
304
297
|
style?: CSSProperties | undefined;
|
|
@@ -306,8 +299,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
306
299
|
} & RecordType>>;
|
|
307
300
|
default: () => {};
|
|
308
301
|
};
|
|
309
|
-
|
|
310
|
-
type: PropType<
|
|
302
|
+
colProps: {
|
|
303
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
304
|
+
style?: CSSProperties | undefined;
|
|
305
|
+
class?: any;
|
|
306
|
+
} & RecordType>>;
|
|
311
307
|
default: () => {};
|
|
312
308
|
};
|
|
313
309
|
hasErrorTip: {
|
|
@@ -349,11 +345,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
349
345
|
type: PropType<boolean>;
|
|
350
346
|
default: boolean;
|
|
351
347
|
};
|
|
348
|
+
clearable: {
|
|
349
|
+
type: PropType<boolean>;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
352
|
}>> & {
|
|
353
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
354
353
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
355
354
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
356
355
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
356
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
357
357
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
358
358
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
359
359
|
}, {
|
|
@@ -649,6 +649,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
649
649
|
submitError: (errors: unknown) => void;
|
|
650
650
|
validate: (...args: any[]) => void;
|
|
651
651
|
}, string, {
|
|
652
|
+
collapseDuration: number;
|
|
653
|
+
collapseTransition: boolean;
|
|
652
654
|
columns: PlusColumn[];
|
|
653
655
|
group: false | PlusFormGroupRow[];
|
|
654
656
|
layout: "grid" | "flex";
|
|
@@ -658,18 +660,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
658
660
|
labelWidth: string | number;
|
|
659
661
|
labelSuffix: string;
|
|
660
662
|
hasLabel: boolean;
|
|
661
|
-
|
|
662
|
-
|
|
663
|
+
defaultValues: FieldValues;
|
|
664
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
663
665
|
style?: CSSProperties | undefined;
|
|
664
666
|
class?: any;
|
|
665
667
|
} & RecordType>;
|
|
666
|
-
|
|
667
|
-
collapseTransition: boolean;
|
|
668
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
668
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
669
669
|
style?: CSSProperties | undefined;
|
|
670
670
|
class?: any;
|
|
671
671
|
} & RecordType>;
|
|
672
|
-
defaultValues: FieldValues;
|
|
673
672
|
hasErrorTip: boolean;
|
|
674
673
|
hasFooter: boolean;
|
|
675
674
|
hasReset: boolean;
|
|
@@ -682,6 +681,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
682
681
|
class?: any;
|
|
683
682
|
} & RecordType>;
|
|
684
683
|
prevent: boolean;
|
|
684
|
+
clearable: boolean;
|
|
685
685
|
}, {}, string, {}> & {
|
|
686
686
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
687
687
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -703,6 +703,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
703
703
|
$nextTick: nextTick;
|
|
704
704
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
705
705
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
706
|
+
collapseDuration: {
|
|
707
|
+
type: PropType<number>;
|
|
708
|
+
default: undefined;
|
|
709
|
+
};
|
|
710
|
+
collapseTransition: {
|
|
711
|
+
type: PropType<boolean>;
|
|
712
|
+
default: undefined;
|
|
713
|
+
};
|
|
706
714
|
columns: {
|
|
707
715
|
type: PropType<PlusColumn[]>;
|
|
708
716
|
default: () => never[];
|
|
@@ -713,7 +721,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
713
721
|
};
|
|
714
722
|
layout: {
|
|
715
723
|
type: PropType<"grid" | "flex">;
|
|
716
|
-
default:
|
|
724
|
+
default: undefined;
|
|
717
725
|
};
|
|
718
726
|
modelValue: {
|
|
719
727
|
type: PropType<FieldValues>;
|
|
@@ -739,25 +747,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
739
747
|
type: PropType<boolean>;
|
|
740
748
|
default: boolean;
|
|
741
749
|
};
|
|
742
|
-
|
|
743
|
-
type: PropType<
|
|
744
|
-
default: boolean;
|
|
745
|
-
};
|
|
746
|
-
colProps: {
|
|
747
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
748
|
-
style?: CSSProperties | undefined;
|
|
749
|
-
class?: any;
|
|
750
|
-
} & RecordType>>;
|
|
750
|
+
defaultValues: {
|
|
751
|
+
type: PropType<FieldValues>;
|
|
751
752
|
default: () => {};
|
|
752
753
|
};
|
|
753
|
-
collapseDuration: {
|
|
754
|
-
type: PropType<number>;
|
|
755
|
-
default: undefined;
|
|
756
|
-
};
|
|
757
|
-
collapseTransition: {
|
|
758
|
-
type: PropType<boolean>;
|
|
759
|
-
default: undefined;
|
|
760
|
-
};
|
|
761
754
|
rowProps: {
|
|
762
755
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
763
756
|
style?: CSSProperties | undefined;
|
|
@@ -765,8 +758,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
765
758
|
} & RecordType>>;
|
|
766
759
|
default: () => {};
|
|
767
760
|
};
|
|
768
|
-
|
|
769
|
-
type: PropType<
|
|
761
|
+
colProps: {
|
|
762
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
763
|
+
style?: CSSProperties | undefined;
|
|
764
|
+
class?: any;
|
|
765
|
+
} & RecordType>>;
|
|
770
766
|
default: () => {};
|
|
771
767
|
};
|
|
772
768
|
hasErrorTip: {
|
|
@@ -808,11 +804,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
808
804
|
type: PropType<boolean>;
|
|
809
805
|
default: boolean;
|
|
810
806
|
};
|
|
807
|
+
clearable: {
|
|
808
|
+
type: PropType<boolean>;
|
|
809
|
+
default: boolean;
|
|
810
|
+
};
|
|
811
811
|
}>> & {
|
|
812
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
813
812
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
814
813
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
815
814
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
815
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
816
816
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
817
817
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
818
818
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1113,9 +1113,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1113
1113
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1114
1114
|
columns?: PlusColumn[] | undefined;
|
|
1115
1115
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1116
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1116
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1117
1117
|
readonly label: string | ComputedRef<string>;
|
|
1118
|
-
readonly modelValue: string | number | boolean |
|
|
1118
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1119
1119
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1120
1120
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1121
1121
|
style?: CSSProperties | undefined;
|
|
@@ -1142,7 +1142,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1142
1142
|
};
|
|
1143
1143
|
rows: number;
|
|
1144
1144
|
autocomplete: string;
|
|
1145
|
-
type: "" | "number" | "default" | "
|
|
1145
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1146
1146
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1147
1147
|
step: string | number;
|
|
1148
1148
|
format: string | ProgressFn | undefined;
|
|
@@ -1187,7 +1187,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1187
1187
|
fieldInstance?: any;
|
|
1188
1188
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1189
1189
|
prop: string;
|
|
1190
|
-
modelValue: string | number | boolean |
|
|
1190
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1191
1191
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1192
1192
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1193
1193
|
style?: CSSProperties | undefined;
|
|
@@ -1221,9 +1221,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1221
1221
|
clearable: boolean;
|
|
1222
1222
|
index: number;
|
|
1223
1223
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1224
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1224
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1225
1225
|
readonly label: string | ComputedRef<string>;
|
|
1226
|
-
readonly modelValue: string | number | boolean |
|
|
1226
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1227
1227
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1228
1228
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1229
1229
|
style?: CSSProperties | undefined;
|
|
@@ -1250,7 +1250,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1250
1250
|
};
|
|
1251
1251
|
rows: number;
|
|
1252
1252
|
autocomplete: string;
|
|
1253
|
-
type: "" | "number" | "default" | "
|
|
1253
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1254
1254
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1255
1255
|
step: string | number;
|
|
1256
1256
|
format: string | ProgressFn | undefined;
|
|
@@ -1295,7 +1295,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1295
1295
|
fieldInstance?: any;
|
|
1296
1296
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1297
1297
|
prop: string;
|
|
1298
|
-
modelValue: string | number | boolean |
|
|
1298
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1299
1299
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1300
1300
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1301
1301
|
style?: CSSProperties | undefined;
|
|
@@ -1382,9 +1382,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1382
1382
|
searchIcon: undefined;
|
|
1383
1383
|
resetIcon: undefined;
|
|
1384
1384
|
}>>> & {
|
|
1385
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1386
1385
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1387
1386
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1387
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1388
1388
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1389
1389
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1390
1390
|
}, {
|
|
@@ -1394,15 +1394,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1394
1394
|
labelPosition: "top" | "right" | "left";
|
|
1395
1395
|
inline: boolean;
|
|
1396
1396
|
showNumber: number;
|
|
1397
|
-
|
|
1397
|
+
defaultValues: FieldValues;
|
|
1398
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1398
1399
|
style?: CSSProperties | undefined;
|
|
1399
1400
|
class?: any;
|
|
1400
1401
|
} & RecordType>;
|
|
1401
|
-
|
|
1402
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1402
1403
|
style?: CSSProperties | undefined;
|
|
1403
1404
|
class?: any;
|
|
1404
1405
|
} & RecordType>;
|
|
1405
|
-
defaultValues: FieldValues;
|
|
1406
1406
|
hasFooter: boolean;
|
|
1407
1407
|
hasReset: boolean;
|
|
1408
1408
|
resetText: string;
|
|
@@ -1416,9 +1416,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1416
1416
|
searchIcon: Component | null;
|
|
1417
1417
|
resetIcon: Component | null;
|
|
1418
1418
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1419
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1419
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1420
1420
|
readonly label: string | ComputedRef<string>;
|
|
1421
|
-
readonly modelValue: string | number | boolean |
|
|
1421
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1422
1422
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1423
1423
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1424
1424
|
style?: CSSProperties | undefined;
|
|
@@ -1445,7 +1445,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1445
1445
|
};
|
|
1446
1446
|
rows: number;
|
|
1447
1447
|
autocomplete: string;
|
|
1448
|
-
type: "" | "number" | "default" | "
|
|
1448
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1449
1449
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1450
1450
|
step: string | number;
|
|
1451
1451
|
format: string | ProgressFn | undefined;
|
|
@@ -1490,7 +1490,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1490
1490
|
fieldInstance?: any;
|
|
1491
1491
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1492
1492
|
prop: string;
|
|
1493
|
-
modelValue: string | number | boolean |
|
|
1493
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1494
1494
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1495
1495
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1496
1496
|
style?: CSSProperties | undefined;
|
|
@@ -6,6 +6,10 @@ export type { PlusStepsFormProps } from './src/index.vue';
|
|
|
6
6
|
export * from './src/type';
|
|
7
7
|
export declare const PlusStepsForm: {
|
|
8
8
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
|
+
data: {
|
|
10
|
+
type: PropType< PlusStepFromRow[]>;
|
|
11
|
+
default: () => never[];
|
|
12
|
+
};
|
|
9
13
|
nextText: {
|
|
10
14
|
type: PropType<string>;
|
|
11
15
|
default: undefined;
|
|
@@ -14,10 +18,6 @@ export declare const PlusStepsForm: {
|
|
|
14
18
|
type: PropType<number>;
|
|
15
19
|
default: number;
|
|
16
20
|
};
|
|
17
|
-
data: {
|
|
18
|
-
type: PropType< PlusStepFromRow[]>;
|
|
19
|
-
default: () => never[];
|
|
20
|
-
};
|
|
21
21
|
submitText: {
|
|
22
22
|
type: PropType<string>;
|
|
23
23
|
default: undefined;
|
|
@@ -27,9 +27,9 @@ export declare const PlusStepsForm: {
|
|
|
27
27
|
default: undefined;
|
|
28
28
|
};
|
|
29
29
|
}>> & {
|
|
30
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
31
30
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
32
31
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
33
33
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
34
34
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
35
35
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -39,6 +39,10 @@ export declare const PlusStepsForm: {
|
|
|
39
39
|
"update:modelValue": (active: number) => void;
|
|
40
40
|
change: (values: FieldValues, column: PlusColumn) => void;
|
|
41
41
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
42
|
+
data: {
|
|
43
|
+
type: PropType< PlusStepFromRow[]>;
|
|
44
|
+
default: () => never[];
|
|
45
|
+
};
|
|
42
46
|
nextText: {
|
|
43
47
|
type: PropType<string>;
|
|
44
48
|
default: undefined;
|
|
@@ -47,10 +51,6 @@ export declare const PlusStepsForm: {
|
|
|
47
51
|
type: PropType<number>;
|
|
48
52
|
default: number;
|
|
49
53
|
};
|
|
50
|
-
data: {
|
|
51
|
-
type: PropType< PlusStepFromRow[]>;
|
|
52
|
-
default: () => never[];
|
|
53
|
-
};
|
|
54
54
|
submitText: {
|
|
55
55
|
type: PropType<string>;
|
|
56
56
|
default: undefined;
|
|
@@ -60,15 +60,15 @@ export declare const PlusStepsForm: {
|
|
|
60
60
|
default: undefined;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
64
63
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
65
64
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
65
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
66
66
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
67
67
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
|
+
data: PlusStepFromRow[];
|
|
69
70
|
nextText: string;
|
|
70
71
|
modelValue: number;
|
|
71
|
-
data: PlusStepFromRow[];
|
|
72
72
|
submitText: string;
|
|
73
73
|
preText: string;
|
|
74
74
|
}, true, {}, {}, {
|
|
@@ -79,6 +79,10 @@ export declare const PlusStepsForm: {
|
|
|
79
79
|
M: {};
|
|
80
80
|
Defaults: {};
|
|
81
81
|
}, Readonly< ExtractPropTypes<{
|
|
82
|
+
data: {
|
|
83
|
+
type: PropType< PlusStepFromRow[]>;
|
|
84
|
+
default: () => never[];
|
|
85
|
+
};
|
|
82
86
|
nextText: {
|
|
83
87
|
type: PropType<string>;
|
|
84
88
|
default: undefined;
|
|
@@ -87,10 +91,6 @@ export declare const PlusStepsForm: {
|
|
|
87
91
|
type: PropType<number>;
|
|
88
92
|
default: number;
|
|
89
93
|
};
|
|
90
|
-
data: {
|
|
91
|
-
type: PropType< PlusStepFromRow[]>;
|
|
92
|
-
default: () => never[];
|
|
93
|
-
};
|
|
94
94
|
submitText: {
|
|
95
95
|
type: PropType<string>;
|
|
96
96
|
default: undefined;
|
|
@@ -100,15 +100,15 @@ export declare const PlusStepsForm: {
|
|
|
100
100
|
default: undefined;
|
|
101
101
|
};
|
|
102
102
|
}>> & {
|
|
103
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
104
103
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
105
104
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
105
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
106
106
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
107
107
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
108
108
|
}, {}, {}, {}, {}, {
|
|
109
|
+
data: PlusStepFromRow[];
|
|
109
110
|
nextText: string;
|
|
110
111
|
modelValue: number;
|
|
111
|
-
data: PlusStepFromRow[];
|
|
112
112
|
submitText: string;
|
|
113
113
|
preText: string;
|
|
114
114
|
}>;
|
|
@@ -116,6 +116,10 @@ export declare const PlusStepsForm: {
|
|
|
116
116
|
__isTeleport?: undefined;
|
|
117
117
|
__isSuspense?: undefined;
|
|
118
118
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
119
|
+
data: {
|
|
120
|
+
type: PropType< PlusStepFromRow[]>;
|
|
121
|
+
default: () => never[];
|
|
122
|
+
};
|
|
119
123
|
nextText: {
|
|
120
124
|
type: PropType<string>;
|
|
121
125
|
default: undefined;
|
|
@@ -124,10 +128,6 @@ export declare const PlusStepsForm: {
|
|
|
124
128
|
type: PropType<number>;
|
|
125
129
|
default: number;
|
|
126
130
|
};
|
|
127
|
-
data: {
|
|
128
|
-
type: PropType< PlusStepFromRow[]>;
|
|
129
|
-
default: () => never[];
|
|
130
|
-
};
|
|
131
131
|
submitText: {
|
|
132
132
|
type: PropType<string>;
|
|
133
133
|
default: undefined;
|
|
@@ -137,9 +137,9 @@ export declare const PlusStepsForm: {
|
|
|
137
137
|
default: undefined;
|
|
138
138
|
};
|
|
139
139
|
}>> & {
|
|
140
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
141
140
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
142
141
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
142
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
143
143
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
144
144
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
145
145
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -149,9 +149,9 @@ export declare const PlusStepsForm: {
|
|
|
149
149
|
"update:modelValue": (active: number) => void;
|
|
150
150
|
change: (values: FieldValues, column: PlusColumn) => void;
|
|
151
151
|
}, string, {
|
|
152
|
+
data: PlusStepFromRow[];
|
|
152
153
|
nextText: string;
|
|
153
154
|
modelValue: number;
|
|
154
|
-
data: PlusStepFromRow[];
|
|
155
155
|
submitText: string;
|
|
156
156
|
preText: string;
|
|
157
157
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|