yc-pro-components 0.0.7 → 0.0.8
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 +12 -12
- package/es/components/display-item/src/index.vue.d.ts +12 -12
- 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 +107 -107
- package/es/components/form/src/form-content.vue.d.ts +17 -17
- package/es/components/form/src/index.vue.d.ts +16 -16
- package/es/components/form-item/index.d.ts +106 -106
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- 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 +895 -895
- package/es/components/page/src/index.vue.d.ts +289 -289
- 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 +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- 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 +12 -12
- 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 +677 -677
- 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-status-dialog/src/index.vue.mjs +1 -1
- 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 +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- 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 +12 -12
- package/lib/components/display-item/src/index.vue.d.ts +12 -12
- 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 +107 -107
- package/lib/components/form/src/form-content.vue.d.ts +17 -17
- package/lib/components/form/src/index.vue.d.ts +16 -16
- package/lib/components/form-item/index.d.ts +106 -106
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- 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 +895 -895
- package/lib/components/page/src/index.vue.d.ts +289 -289
- 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 +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- 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 +12 -12
- 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 +677 -677
- 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-status-dialog/src/index.vue.js +1 -1
- 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
|
@@ -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';
|
|
@@ -40,6 +40,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
40
40
|
$: ComponentInternalInstance;
|
|
41
41
|
$data: {};
|
|
42
42
|
$props: Partial<{
|
|
43
|
+
collapseDuration: number;
|
|
44
|
+
collapseTransition: boolean;
|
|
43
45
|
columns: PlusColumn[];
|
|
44
46
|
group: false | PlusFormGroupRow[];
|
|
45
47
|
modelValue: FieldValues;
|
|
@@ -48,18 +50,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
48
50
|
labelWidth: string | number;
|
|
49
51
|
labelSuffix: string;
|
|
50
52
|
hasLabel: boolean;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
+
defaultValues: FieldValues;
|
|
54
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
53
55
|
style?: CSSProperties | undefined;
|
|
54
56
|
class?: any;
|
|
55
57
|
} & RecordType>;
|
|
56
|
-
|
|
57
|
-
collapseTransition: boolean;
|
|
58
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
58
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
59
59
|
style?: CSSProperties | undefined;
|
|
60
60
|
class?: any;
|
|
61
61
|
} & RecordType>;
|
|
62
|
-
defaultValues: FieldValues;
|
|
63
62
|
hasErrorTip: boolean;
|
|
64
63
|
hasFooter: boolean;
|
|
65
64
|
hasReset: boolean;
|
|
@@ -72,6 +71,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
72
71
|
class?: any;
|
|
73
72
|
} & RecordType>;
|
|
74
73
|
prevent: boolean;
|
|
74
|
+
clearable: boolean;
|
|
75
75
|
}> & Omit<{
|
|
76
76
|
readonly columns: PlusColumn[];
|
|
77
77
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -81,16 +81,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
81
81
|
readonly labelWidth: string | number;
|
|
82
82
|
readonly labelSuffix: string;
|
|
83
83
|
readonly hasLabel: boolean;
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
84
|
+
readonly defaultValues: FieldValues;
|
|
85
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
86
86
|
style?: CSSProperties | undefined;
|
|
87
87
|
class?: any;
|
|
88
88
|
} & RecordType>;
|
|
89
|
-
readonly
|
|
89
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
90
90
|
style?: CSSProperties | undefined;
|
|
91
91
|
class?: any;
|
|
92
92
|
} & RecordType>;
|
|
93
|
-
readonly defaultValues: FieldValues;
|
|
94
93
|
readonly hasErrorTip: boolean;
|
|
95
94
|
readonly hasFooter: boolean;
|
|
96
95
|
readonly hasReset: boolean;
|
|
@@ -103,15 +102,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
103
102
|
class?: any;
|
|
104
103
|
} & RecordType>;
|
|
105
104
|
readonly prevent: boolean;
|
|
105
|
+
readonly clearable: boolean;
|
|
106
106
|
readonly collapseDuration?: number | undefined;
|
|
107
107
|
readonly collapseTransition?: boolean | undefined;
|
|
108
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
109
108
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
110
109
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
111
110
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
111
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
112
112
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
114
114
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
115
|
+
collapseDuration: {
|
|
116
|
+
type: PropType<number>;
|
|
117
|
+
default: undefined;
|
|
118
|
+
};
|
|
119
|
+
collapseTransition: {
|
|
120
|
+
type: PropType<boolean>;
|
|
121
|
+
default: undefined;
|
|
122
|
+
};
|
|
115
123
|
columns: {
|
|
116
124
|
type: PropType<PlusColumn[]>;
|
|
117
125
|
default: () => never[];
|
|
@@ -144,25 +152,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
144
152
|
type: PropType<boolean>;
|
|
145
153
|
default: boolean;
|
|
146
154
|
};
|
|
147
|
-
|
|
148
|
-
type: PropType<
|
|
149
|
-
default: boolean;
|
|
150
|
-
};
|
|
151
|
-
colProps: {
|
|
152
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
153
|
-
style?: CSSProperties | undefined;
|
|
154
|
-
class?: any;
|
|
155
|
-
} & RecordType>>;
|
|
155
|
+
defaultValues: {
|
|
156
|
+
type: PropType<FieldValues>;
|
|
156
157
|
default: () => {};
|
|
157
158
|
};
|
|
158
|
-
collapseDuration: {
|
|
159
|
-
type: PropType<number>;
|
|
160
|
-
default: undefined;
|
|
161
|
-
};
|
|
162
|
-
collapseTransition: {
|
|
163
|
-
type: PropType<boolean>;
|
|
164
|
-
default: undefined;
|
|
165
|
-
};
|
|
166
159
|
rowProps: {
|
|
167
160
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
168
161
|
style?: CSSProperties | undefined;
|
|
@@ -170,8 +163,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
170
163
|
} & RecordType>>;
|
|
171
164
|
default: () => {};
|
|
172
165
|
};
|
|
173
|
-
|
|
174
|
-
type: PropType<
|
|
166
|
+
colProps: {
|
|
167
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
168
|
+
style?: CSSProperties | undefined;
|
|
169
|
+
class?: any;
|
|
170
|
+
} & RecordType>>;
|
|
175
171
|
default: () => {};
|
|
176
172
|
};
|
|
177
173
|
hasErrorTip: {
|
|
@@ -213,14 +209,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
213
209
|
type: PropType<boolean>;
|
|
214
210
|
default: boolean;
|
|
215
211
|
};
|
|
212
|
+
clearable: {
|
|
213
|
+
type: PropType<boolean>;
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
216
216
|
}>> & {
|
|
217
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
218
217
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
219
218
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
220
219
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
220
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
221
221
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
222
222
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
223
|
-
}, "
|
|
223
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
224
224
|
$attrs: {
|
|
225
225
|
[x: string]: unknown;
|
|
226
226
|
};
|
|
@@ -235,6 +235,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
235
235
|
$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);
|
|
236
236
|
$el: any;
|
|
237
237
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
238
|
+
collapseDuration: {
|
|
239
|
+
type: PropType<number>;
|
|
240
|
+
default: undefined;
|
|
241
|
+
};
|
|
242
|
+
collapseTransition: {
|
|
243
|
+
type: PropType<boolean>;
|
|
244
|
+
default: undefined;
|
|
245
|
+
};
|
|
238
246
|
columns: {
|
|
239
247
|
type: PropType<PlusColumn[]>;
|
|
240
248
|
default: () => never[];
|
|
@@ -267,25 +275,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
267
275
|
type: PropType<boolean>;
|
|
268
276
|
default: boolean;
|
|
269
277
|
};
|
|
270
|
-
|
|
271
|
-
type: PropType<
|
|
272
|
-
default: boolean;
|
|
273
|
-
};
|
|
274
|
-
colProps: {
|
|
275
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
276
|
-
style?: CSSProperties | undefined;
|
|
277
|
-
class?: any;
|
|
278
|
-
} & RecordType>>;
|
|
278
|
+
defaultValues: {
|
|
279
|
+
type: PropType<FieldValues>;
|
|
279
280
|
default: () => {};
|
|
280
281
|
};
|
|
281
|
-
collapseDuration: {
|
|
282
|
-
type: PropType<number>;
|
|
283
|
-
default: undefined;
|
|
284
|
-
};
|
|
285
|
-
collapseTransition: {
|
|
286
|
-
type: PropType<boolean>;
|
|
287
|
-
default: undefined;
|
|
288
|
-
};
|
|
289
282
|
rowProps: {
|
|
290
283
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
291
284
|
style?: CSSProperties | undefined;
|
|
@@ -293,8 +286,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
293
286
|
} & RecordType>>;
|
|
294
287
|
default: () => {};
|
|
295
288
|
};
|
|
296
|
-
|
|
297
|
-
type: PropType<
|
|
289
|
+
colProps: {
|
|
290
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
291
|
+
style?: CSSProperties | undefined;
|
|
292
|
+
class?: any;
|
|
293
|
+
} & RecordType>>;
|
|
298
294
|
default: () => {};
|
|
299
295
|
};
|
|
300
296
|
hasErrorTip: {
|
|
@@ -336,11 +332,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
336
332
|
type: PropType<boolean>;
|
|
337
333
|
default: boolean;
|
|
338
334
|
};
|
|
335
|
+
clearable: {
|
|
336
|
+
type: PropType<boolean>;
|
|
337
|
+
default: boolean;
|
|
338
|
+
};
|
|
339
339
|
}>> & {
|
|
340
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
341
340
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
342
341
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
343
342
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
343
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
344
344
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
345
345
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
346
346
|
}, {
|
|
@@ -636,6 +636,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
636
636
|
submitError: (errors: unknown) => void;
|
|
637
637
|
validate: (...args: any[]) => void;
|
|
638
638
|
}, string, {
|
|
639
|
+
collapseDuration: number;
|
|
640
|
+
collapseTransition: boolean;
|
|
639
641
|
columns: PlusColumn[];
|
|
640
642
|
group: false | PlusFormGroupRow[];
|
|
641
643
|
modelValue: FieldValues;
|
|
@@ -644,18 +646,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
644
646
|
labelWidth: string | number;
|
|
645
647
|
labelSuffix: string;
|
|
646
648
|
hasLabel: boolean;
|
|
647
|
-
|
|
648
|
-
|
|
649
|
+
defaultValues: FieldValues;
|
|
650
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
649
651
|
style?: CSSProperties | undefined;
|
|
650
652
|
class?: any;
|
|
651
653
|
} & RecordType>;
|
|
652
|
-
|
|
653
|
-
collapseTransition: boolean;
|
|
654
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
654
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
655
655
|
style?: CSSProperties | undefined;
|
|
656
656
|
class?: any;
|
|
657
657
|
} & RecordType>;
|
|
658
|
-
defaultValues: FieldValues;
|
|
659
658
|
hasErrorTip: boolean;
|
|
660
659
|
hasFooter: boolean;
|
|
661
660
|
hasReset: boolean;
|
|
@@ -668,6 +667,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
668
667
|
class?: any;
|
|
669
668
|
} & RecordType>;
|
|
670
669
|
prevent: boolean;
|
|
670
|
+
clearable: boolean;
|
|
671
671
|
}, {}, string, {}> & {
|
|
672
672
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
673
673
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -689,6 +689,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
689
689
|
$nextTick: nextTick;
|
|
690
690
|
$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;
|
|
691
691
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
692
|
+
collapseDuration: {
|
|
693
|
+
type: PropType<number>;
|
|
694
|
+
default: undefined;
|
|
695
|
+
};
|
|
696
|
+
collapseTransition: {
|
|
697
|
+
type: PropType<boolean>;
|
|
698
|
+
default: undefined;
|
|
699
|
+
};
|
|
692
700
|
columns: {
|
|
693
701
|
type: PropType<PlusColumn[]>;
|
|
694
702
|
default: () => never[];
|
|
@@ -721,25 +729,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
721
729
|
type: PropType<boolean>;
|
|
722
730
|
default: boolean;
|
|
723
731
|
};
|
|
724
|
-
|
|
725
|
-
type: PropType<
|
|
726
|
-
default: boolean;
|
|
727
|
-
};
|
|
728
|
-
colProps: {
|
|
729
|
-
type: PropType<Partial< Mutable<ColProps> & {
|
|
730
|
-
style?: CSSProperties | undefined;
|
|
731
|
-
class?: any;
|
|
732
|
-
} & RecordType>>;
|
|
732
|
+
defaultValues: {
|
|
733
|
+
type: PropType<FieldValues>;
|
|
733
734
|
default: () => {};
|
|
734
735
|
};
|
|
735
|
-
collapseDuration: {
|
|
736
|
-
type: PropType<number>;
|
|
737
|
-
default: undefined;
|
|
738
|
-
};
|
|
739
|
-
collapseTransition: {
|
|
740
|
-
type: PropType<boolean>;
|
|
741
|
-
default: undefined;
|
|
742
|
-
};
|
|
743
736
|
rowProps: {
|
|
744
737
|
type: PropType<Partial< Mutable<RowProps> & {
|
|
745
738
|
style?: CSSProperties | undefined;
|
|
@@ -747,8 +740,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
747
740
|
} & RecordType>>;
|
|
748
741
|
default: () => {};
|
|
749
742
|
};
|
|
750
|
-
|
|
751
|
-
type: PropType<
|
|
743
|
+
colProps: {
|
|
744
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
745
|
+
style?: CSSProperties | undefined;
|
|
746
|
+
class?: any;
|
|
747
|
+
} & RecordType>>;
|
|
752
748
|
default: () => {};
|
|
753
749
|
};
|
|
754
750
|
hasErrorTip: {
|
|
@@ -790,11 +786,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
790
786
|
type: PropType<boolean>;
|
|
791
787
|
default: boolean;
|
|
792
788
|
};
|
|
789
|
+
clearable: {
|
|
790
|
+
type: PropType<boolean>;
|
|
791
|
+
default: boolean;
|
|
792
|
+
};
|
|
793
793
|
}>> & {
|
|
794
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
795
794
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
796
795
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
797
796
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
797
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
798
798
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
799
799
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
800
800
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1095,9 +1095,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1095
1095
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1096
1096
|
columns?: PlusColumn[] | undefined;
|
|
1097
1097
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1098
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1098
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1099
1099
|
readonly label: string | ComputedRef<string>;
|
|
1100
|
-
readonly modelValue: string | number | boolean |
|
|
1100
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1101
1101
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1102
1102
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1103
1103
|
style?: CSSProperties | undefined;
|
|
@@ -1124,7 +1124,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1124
1124
|
};
|
|
1125
1125
|
rows: number;
|
|
1126
1126
|
autocomplete: string;
|
|
1127
|
-
type: "" | "number" | "default" | "
|
|
1127
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1128
1128
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1129
1129
|
step: string | number;
|
|
1130
1130
|
format: string | ProgressFn | undefined;
|
|
@@ -1163,7 +1163,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1163
1163
|
fieldInstance?: any;
|
|
1164
1164
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1165
1165
|
prop: string;
|
|
1166
|
-
modelValue: string | number | boolean |
|
|
1166
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1167
1167
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1168
1168
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1169
1169
|
style?: CSSProperties | undefined;
|
|
@@ -1191,9 +1191,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1191
1191
|
clearable: boolean;
|
|
1192
1192
|
index: number;
|
|
1193
1193
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1194
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1194
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1195
1195
|
readonly label: string | ComputedRef<string>;
|
|
1196
|
-
readonly modelValue: string | number | boolean |
|
|
1196
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1197
1197
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1198
1198
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1199
1199
|
style?: CSSProperties | undefined;
|
|
@@ -1220,7 +1220,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1220
1220
|
};
|
|
1221
1221
|
rows: number;
|
|
1222
1222
|
autocomplete: string;
|
|
1223
|
-
type: "" | "number" | "default" | "
|
|
1223
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1224
1224
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1225
1225
|
step: string | number;
|
|
1226
1226
|
format: string | ProgressFn | undefined;
|
|
@@ -1259,7 +1259,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1259
1259
|
fieldInstance?: any;
|
|
1260
1260
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1261
1261
|
prop: string;
|
|
1262
|
-
modelValue: string | number | boolean |
|
|
1262
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1263
1263
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1264
1264
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1265
1265
|
style?: CSSProperties | undefined;
|
|
@@ -1337,9 +1337,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1337
1337
|
};
|
|
1338
1338
|
needValidate: boolean;
|
|
1339
1339
|
}>>> & {
|
|
1340
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1341
1340
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1342
1341
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1342
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1343
1343
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1344
1344
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1345
1345
|
}, {
|
|
@@ -1348,15 +1348,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1348
1348
|
labelPosition: "top" | "right" | "left";
|
|
1349
1349
|
inline: boolean;
|
|
1350
1350
|
showNumber: number;
|
|
1351
|
-
|
|
1351
|
+
defaultValues: FieldValues;
|
|
1352
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1352
1353
|
style?: CSSProperties | undefined;
|
|
1353
1354
|
class?: any;
|
|
1354
1355
|
} & RecordType>;
|
|
1355
|
-
|
|
1356
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1356
1357
|
style?: CSSProperties | undefined;
|
|
1357
1358
|
class?: any;
|
|
1358
1359
|
} & RecordType>;
|
|
1359
|
-
defaultValues: FieldValues;
|
|
1360
1360
|
hasFooter: boolean;
|
|
1361
1361
|
hasReset: boolean;
|
|
1362
1362
|
resetText: string;
|
|
@@ -1368,9 +1368,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1368
1368
|
searchLoading: boolean;
|
|
1369
1369
|
needValidate: boolean;
|
|
1370
1370
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
1371
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1371
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1372
1372
|
readonly label: string | ComputedRef<string>;
|
|
1373
|
-
readonly modelValue: string | number | boolean |
|
|
1373
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1374
1374
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1375
1375
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1376
1376
|
style?: CSSProperties | undefined;
|
|
@@ -1397,7 +1397,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1397
1397
|
};
|
|
1398
1398
|
rows: number;
|
|
1399
1399
|
autocomplete: string;
|
|
1400
|
-
type: "" | "number" | "default" | "
|
|
1400
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1401
1401
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1402
1402
|
step: string | number;
|
|
1403
1403
|
format: string | ProgressFn | undefined;
|
|
@@ -1436,7 +1436,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1436
1436
|
fieldInstance?: any;
|
|
1437
1437
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1438
1438
|
prop: string;
|
|
1439
|
-
modelValue: string | number | boolean |
|
|
1439
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1440
1440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1441
1441
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1442
1442
|
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 () => {
|
|
@@ -66,15 +66,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
66
66
|
nextText: undefined;
|
|
67
67
|
preText: undefined;
|
|
68
68
|
}>>> & {
|
|
69
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
70
69
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
71
70
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
71
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
72
72
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
73
73
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
74
74
|
}, {
|
|
75
|
+
data: PlusStepFromRow[];
|
|
75
76
|
nextText: string;
|
|
76
77
|
modelValue: number;
|
|
77
|
-
data: PlusStepFromRow[];
|
|
78
78
|
submitText: string;
|
|
79
79
|
preText: string;
|
|
80
80
|
}, {}>, Partial<Record<string, (_: {
|