yc-pro-components 0.0.6 → 0.0.7
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 +900 -900
- 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 +2 -2
- package/index.css +19 -14
- package/index.js +2 -2
- package/index.min.css +2 -2
- 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 +900 -900
- 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 +2 -2
- 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-yc-line-tree.css +1 -0
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/index.scss +1 -0
- package/theme-chalk/src/yc-line-tree.scss +64 -0
- package/theme-chalk/src/yc-plus-tree.scss +102 -0
- package/theme-chalk/src/yc-status-dialog.scss +7 -4
|
@@ -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, ColProps, RowProps, 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,8 +40,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
40
40
|
$: ComponentInternalInstance;
|
|
41
41
|
$data: {};
|
|
42
42
|
$props: Partial<{
|
|
43
|
-
collapseDuration: number;
|
|
44
|
-
collapseTransition: boolean;
|
|
45
43
|
columns: PlusColumn[];
|
|
46
44
|
group: false | PlusFormGroupRow[];
|
|
47
45
|
modelValue: FieldValues;
|
|
@@ -50,15 +48,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
50
48
|
labelWidth: string | number;
|
|
51
49
|
labelSuffix: string;
|
|
52
50
|
hasLabel: boolean;
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
clearable: boolean;
|
|
52
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
55
53
|
style?: CSSProperties | undefined;
|
|
56
54
|
class?: any;
|
|
57
55
|
} & RecordType>;
|
|
58
|
-
|
|
56
|
+
collapseDuration: number;
|
|
57
|
+
collapseTransition: boolean;
|
|
58
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
59
59
|
style?: CSSProperties | undefined;
|
|
60
60
|
class?: any;
|
|
61
61
|
} & RecordType>;
|
|
62
|
+
defaultValues: FieldValues;
|
|
62
63
|
hasErrorTip: boolean;
|
|
63
64
|
hasFooter: boolean;
|
|
64
65
|
hasReset: boolean;
|
|
@@ -71,7 +72,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
71
72
|
class?: any;
|
|
72
73
|
} & RecordType>;
|
|
73
74
|
prevent: boolean;
|
|
74
|
-
clearable: boolean;
|
|
75
75
|
}> & Omit<{
|
|
76
76
|
readonly columns: PlusColumn[];
|
|
77
77
|
readonly group: false | PlusFormGroupRow[];
|
|
@@ -81,15 +81,16 @@ 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 clearable: boolean;
|
|
85
|
+
readonly colProps: Partial< Mutable<ColProps> & {
|
|
86
86
|
style?: CSSProperties | undefined;
|
|
87
87
|
class?: any;
|
|
88
88
|
} & RecordType>;
|
|
89
|
-
readonly
|
|
89
|
+
readonly rowProps: Partial< Mutable<RowProps> & {
|
|
90
90
|
style?: CSSProperties | undefined;
|
|
91
91
|
class?: any;
|
|
92
92
|
} & RecordType>;
|
|
93
|
+
readonly defaultValues: FieldValues;
|
|
93
94
|
readonly hasErrorTip: boolean;
|
|
94
95
|
readonly hasFooter: boolean;
|
|
95
96
|
readonly hasReset: boolean;
|
|
@@ -102,24 +103,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
102
103
|
class?: any;
|
|
103
104
|
} & RecordType>;
|
|
104
105
|
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;
|
|
108
109
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
109
110
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
110
111
|
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
|
-
};
|
|
123
115
|
columns: {
|
|
124
116
|
type: PropType<PlusColumn[]>;
|
|
125
117
|
default: () => never[];
|
|
@@ -152,24 +144,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
152
144
|
type: PropType<boolean>;
|
|
153
145
|
default: boolean;
|
|
154
146
|
};
|
|
155
|
-
|
|
156
|
-
type: PropType<
|
|
157
|
-
default:
|
|
147
|
+
clearable: {
|
|
148
|
+
type: PropType<boolean>;
|
|
149
|
+
default: boolean;
|
|
158
150
|
};
|
|
159
|
-
|
|
160
|
-
type: PropType<Partial< Mutable<
|
|
151
|
+
colProps: {
|
|
152
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
161
153
|
style?: CSSProperties | undefined;
|
|
162
154
|
class?: any;
|
|
163
155
|
} & RecordType>>;
|
|
164
156
|
default: () => {};
|
|
165
157
|
};
|
|
166
|
-
|
|
167
|
-
type: PropType<
|
|
158
|
+
collapseDuration: {
|
|
159
|
+
type: PropType<number>;
|
|
160
|
+
default: undefined;
|
|
161
|
+
};
|
|
162
|
+
collapseTransition: {
|
|
163
|
+
type: PropType<boolean>;
|
|
164
|
+
default: undefined;
|
|
165
|
+
};
|
|
166
|
+
rowProps: {
|
|
167
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
168
168
|
style?: CSSProperties | undefined;
|
|
169
169
|
class?: any;
|
|
170
170
|
} & RecordType>>;
|
|
171
171
|
default: () => {};
|
|
172
172
|
};
|
|
173
|
+
defaultValues: {
|
|
174
|
+
type: PropType<FieldValues>;
|
|
175
|
+
default: () => {};
|
|
176
|
+
};
|
|
173
177
|
hasErrorTip: {
|
|
174
178
|
type: PropType<boolean>;
|
|
175
179
|
default: boolean;
|
|
@@ -209,18 +213,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
209
213
|
type: PropType<boolean>;
|
|
210
214
|
default: boolean;
|
|
211
215
|
};
|
|
212
|
-
clearable: {
|
|
213
|
-
type: PropType<boolean>;
|
|
214
|
-
default: boolean;
|
|
215
|
-
};
|
|
216
216
|
}>> & {
|
|
217
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
217
218
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
218
219
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
219
220
|
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
|
+
}, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
|
|
224
224
|
$attrs: {
|
|
225
225
|
[x: string]: unknown;
|
|
226
226
|
};
|
|
@@ -235,14 +235,6 @@ 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
|
-
};
|
|
246
238
|
columns: {
|
|
247
239
|
type: PropType<PlusColumn[]>;
|
|
248
240
|
default: () => never[];
|
|
@@ -275,24 +267,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
275
267
|
type: PropType<boolean>;
|
|
276
268
|
default: boolean;
|
|
277
269
|
};
|
|
278
|
-
|
|
279
|
-
type: PropType<
|
|
280
|
-
default:
|
|
270
|
+
clearable: {
|
|
271
|
+
type: PropType<boolean>;
|
|
272
|
+
default: boolean;
|
|
281
273
|
};
|
|
282
|
-
|
|
283
|
-
type: PropType<Partial< Mutable<
|
|
274
|
+
colProps: {
|
|
275
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
284
276
|
style?: CSSProperties | undefined;
|
|
285
277
|
class?: any;
|
|
286
278
|
} & RecordType>>;
|
|
287
279
|
default: () => {};
|
|
288
280
|
};
|
|
289
|
-
|
|
290
|
-
type: PropType<
|
|
281
|
+
collapseDuration: {
|
|
282
|
+
type: PropType<number>;
|
|
283
|
+
default: undefined;
|
|
284
|
+
};
|
|
285
|
+
collapseTransition: {
|
|
286
|
+
type: PropType<boolean>;
|
|
287
|
+
default: undefined;
|
|
288
|
+
};
|
|
289
|
+
rowProps: {
|
|
290
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
291
291
|
style?: CSSProperties | undefined;
|
|
292
292
|
class?: any;
|
|
293
293
|
} & RecordType>>;
|
|
294
294
|
default: () => {};
|
|
295
295
|
};
|
|
296
|
+
defaultValues: {
|
|
297
|
+
type: PropType<FieldValues>;
|
|
298
|
+
default: () => {};
|
|
299
|
+
};
|
|
296
300
|
hasErrorTip: {
|
|
297
301
|
type: PropType<boolean>;
|
|
298
302
|
default: boolean;
|
|
@@ -332,15 +336,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
332
336
|
type: PropType<boolean>;
|
|
333
337
|
default: boolean;
|
|
334
338
|
};
|
|
335
|
-
clearable: {
|
|
336
|
-
type: PropType<boolean>;
|
|
337
|
-
default: boolean;
|
|
338
|
-
};
|
|
339
339
|
}>> & {
|
|
340
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
340
341
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
341
342
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
342
343
|
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,8 +636,6 @@ 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;
|
|
641
639
|
columns: PlusColumn[];
|
|
642
640
|
group: false | PlusFormGroupRow[];
|
|
643
641
|
modelValue: FieldValues;
|
|
@@ -646,15 +644,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
646
644
|
labelWidth: string | number;
|
|
647
645
|
labelSuffix: string;
|
|
648
646
|
hasLabel: boolean;
|
|
649
|
-
|
|
650
|
-
|
|
647
|
+
clearable: boolean;
|
|
648
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
651
649
|
style?: CSSProperties | undefined;
|
|
652
650
|
class?: any;
|
|
653
651
|
} & RecordType>;
|
|
654
|
-
|
|
652
|
+
collapseDuration: number;
|
|
653
|
+
collapseTransition: boolean;
|
|
654
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
655
655
|
style?: CSSProperties | undefined;
|
|
656
656
|
class?: any;
|
|
657
657
|
} & RecordType>;
|
|
658
|
+
defaultValues: FieldValues;
|
|
658
659
|
hasErrorTip: boolean;
|
|
659
660
|
hasFooter: boolean;
|
|
660
661
|
hasReset: boolean;
|
|
@@ -667,7 +668,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
667
668
|
class?: any;
|
|
668
669
|
} & RecordType>;
|
|
669
670
|
prevent: boolean;
|
|
670
|
-
clearable: boolean;
|
|
671
671
|
}, {}, string, {}> & {
|
|
672
672
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
673
673
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -689,14 +689,6 @@ 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
|
-
};
|
|
700
692
|
columns: {
|
|
701
693
|
type: PropType<PlusColumn[]>;
|
|
702
694
|
default: () => never[];
|
|
@@ -729,24 +721,36 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
729
721
|
type: PropType<boolean>;
|
|
730
722
|
default: boolean;
|
|
731
723
|
};
|
|
732
|
-
|
|
733
|
-
type: PropType<
|
|
734
|
-
default:
|
|
724
|
+
clearable: {
|
|
725
|
+
type: PropType<boolean>;
|
|
726
|
+
default: boolean;
|
|
735
727
|
};
|
|
736
|
-
|
|
737
|
-
type: PropType<Partial< Mutable<
|
|
728
|
+
colProps: {
|
|
729
|
+
type: PropType<Partial< Mutable<ColProps> & {
|
|
738
730
|
style?: CSSProperties | undefined;
|
|
739
731
|
class?: any;
|
|
740
732
|
} & RecordType>>;
|
|
741
733
|
default: () => {};
|
|
742
734
|
};
|
|
743
|
-
|
|
744
|
-
type: PropType<
|
|
735
|
+
collapseDuration: {
|
|
736
|
+
type: PropType<number>;
|
|
737
|
+
default: undefined;
|
|
738
|
+
};
|
|
739
|
+
collapseTransition: {
|
|
740
|
+
type: PropType<boolean>;
|
|
741
|
+
default: undefined;
|
|
742
|
+
};
|
|
743
|
+
rowProps: {
|
|
744
|
+
type: PropType<Partial< Mutable<RowProps> & {
|
|
745
745
|
style?: CSSProperties | undefined;
|
|
746
746
|
class?: any;
|
|
747
747
|
} & RecordType>>;
|
|
748
748
|
default: () => {};
|
|
749
749
|
};
|
|
750
|
+
defaultValues: {
|
|
751
|
+
type: PropType<FieldValues>;
|
|
752
|
+
default: () => {};
|
|
753
|
+
};
|
|
750
754
|
hasErrorTip: {
|
|
751
755
|
type: PropType<boolean>;
|
|
752
756
|
default: boolean;
|
|
@@ -786,15 +790,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
786
790
|
type: PropType<boolean>;
|
|
787
791
|
default: boolean;
|
|
788
792
|
};
|
|
789
|
-
clearable: {
|
|
790
|
-
type: PropType<boolean>;
|
|
791
|
-
default: boolean;
|
|
792
|
-
};
|
|
793
793
|
}>> & {
|
|
794
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
794
795
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
795
796
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
796
797
|
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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1099
1099
|
readonly label: string | ComputedRef<string>;
|
|
1100
|
-
readonly modelValue: string | number | boolean |
|
|
1100
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | 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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1195
1195
|
readonly label: string | ComputedRef<string>;
|
|
1196
|
-
readonly modelValue: string | number | boolean |
|
|
1196
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | 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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | 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;
|
|
1340
1341
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1341
1342
|
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
|
-
|
|
1352
|
-
rowProps: Partial< Mutable<RowProps> & {
|
|
1351
|
+
colProps: Partial< Mutable<ColProps> & {
|
|
1353
1352
|
style?: CSSProperties | undefined;
|
|
1354
1353
|
class?: any;
|
|
1355
1354
|
} & RecordType>;
|
|
1356
|
-
|
|
1355
|
+
rowProps: Partial< Mutable<RowProps> & {
|
|
1357
1356
|
style?: CSSProperties | undefined;
|
|
1358
1357
|
class?: any;
|
|
1359
1358
|
} & 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>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1372
1372
|
readonly label: string | ComputedRef<string>;
|
|
1373
|
-
readonly modelValue: string | number | boolean |
|
|
1373
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | 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" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "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 | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1440
1440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1441
1441
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1442
1442
|
style?: CSSProperties | undefined;
|
|
@@ -6,10 +6,6 @@ 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
|
-
};
|
|
13
9
|
nextText: {
|
|
14
10
|
type: PropType<string>;
|
|
15
11
|
default: undefined;
|
|
@@ -18,6 +14,10 @@ export declare const PlusStepsForm: {
|
|
|
18
14
|
type: PropType<number>;
|
|
19
15
|
default: number;
|
|
20
16
|
};
|
|
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;
|
|
30
31
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
31
32
|
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,10 +39,6 @@ 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
|
-
};
|
|
46
42
|
nextText: {
|
|
47
43
|
type: PropType<string>;
|
|
48
44
|
default: undefined;
|
|
@@ -51,6 +47,10 @@ export declare const PlusStepsForm: {
|
|
|
51
47
|
type: PropType<number>;
|
|
52
48
|
default: number;
|
|
53
49
|
};
|
|
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;
|
|
63
64
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
64
65
|
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[];
|
|
70
69
|
nextText: string;
|
|
71
70
|
modelValue: number;
|
|
71
|
+
data: PlusStepFromRow[];
|
|
72
72
|
submitText: string;
|
|
73
73
|
preText: string;
|
|
74
74
|
}, true, {}, {}, {
|
|
@@ -79,10 +79,6 @@ export declare const PlusStepsForm: {
|
|
|
79
79
|
M: {};
|
|
80
80
|
Defaults: {};
|
|
81
81
|
}, Readonly< ExtractPropTypes<{
|
|
82
|
-
data: {
|
|
83
|
-
type: PropType< PlusStepFromRow[]>;
|
|
84
|
-
default: () => never[];
|
|
85
|
-
};
|
|
86
82
|
nextText: {
|
|
87
83
|
type: PropType<string>;
|
|
88
84
|
default: undefined;
|
|
@@ -91,6 +87,10 @@ export declare const PlusStepsForm: {
|
|
|
91
87
|
type: PropType<number>;
|
|
92
88
|
default: number;
|
|
93
89
|
};
|
|
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;
|
|
103
104
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
104
105
|
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[];
|
|
110
109
|
nextText: string;
|
|
111
110
|
modelValue: number;
|
|
111
|
+
data: PlusStepFromRow[];
|
|
112
112
|
submitText: string;
|
|
113
113
|
preText: string;
|
|
114
114
|
}>;
|
|
@@ -116,10 +116,6 @@ 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
|
-
};
|
|
123
119
|
nextText: {
|
|
124
120
|
type: PropType<string>;
|
|
125
121
|
default: undefined;
|
|
@@ -128,6 +124,10 @@ export declare const PlusStepsForm: {
|
|
|
128
124
|
type: PropType<number>;
|
|
129
125
|
default: number;
|
|
130
126
|
};
|
|
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;
|
|
140
141
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
141
142
|
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[];
|
|
153
152
|
nextText: string;
|
|
154
153
|
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;
|
|
69
70
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
70
71
|
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[];
|
|
76
75
|
nextText: string;
|
|
77
76
|
modelValue: number;
|
|
77
|
+
data: PlusStepFromRow[];
|
|
78
78
|
submitText: string;
|
|
79
79
|
preText: string;
|
|
80
80
|
}, {}>, Partial<Record<string, (_: {
|