yc-pro-components 0.0.78 → 0.0.79
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 +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +30 -30
- package/es/components/date-picker/src/index.vue.d.ts +22 -22
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +32 -32
- package/es/components/dialog-form/src/index.vue.d.ts +10 -10
- package/es/components/display-item/index.d.ts +44 -44
- package/es/components/display-item/src/index.vue.d.ts +25 -25
- package/es/components/drawer-form/index.d.ts +84 -84
- package/es/components/drawer-form/src/index.vue.d.ts +22 -22
- package/es/components/form/index.d.ts +73 -73
- package/es/components/form/src/form-content.vue.d.ts +25 -25
- package/es/components/form/src/index.vue.d.ts +21 -21
- package/es/components/form-item/index.d.ts +80 -80
- package/es/components/form-item/src/index.vue.d.ts +24 -24
- 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 +15 -15
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +574 -574
- package/es/components/page/src/index.vue.d.ts +190 -190
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +250 -250
- package/es/components/search/src/index.vue.d.ts +76 -76
- package/es/components/sidebar/index.d.ts +31 -31
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +24 -24
- package/es/components/steps-form/src/index.vue.d.ts +3 -3
- package/es/components/table/src/index.vue2.mjs +20 -3
- package/es/components/table/src/table-action-bar.vue.d.ts +1 -1
- package/es/components/table/src/table-column.vue.d.ts +40 -40
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +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 +392 -392
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +4 -4
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/usePlusFormReset.d.ts +286 -286
- package/es/hooks/useTableScrollbarTooltip.d.ts +29 -0
- package/es/hooks/useTableScrollbarTooltip.mjs +122 -0
- package/es/index.css +9 -9
- package/es/index.mjs +1 -0
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/yc-components/version.d.ts +1 -1
- package/index.css +1 -1
- package/index.js +139 -4
- package/index.min.js +12 -12
- package/index.min.mjs +12 -12
- package/index.mjs +139 -4
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +30 -30
- package/lib/components/date-picker/src/index.vue.d.ts +22 -22
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +32 -32
- package/lib/components/dialog-form/src/index.vue.d.ts +10 -10
- package/lib/components/display-item/index.d.ts +44 -44
- package/lib/components/display-item/src/index.vue.d.ts +25 -25
- package/lib/components/drawer-form/index.d.ts +84 -84
- package/lib/components/drawer-form/src/index.vue.d.ts +22 -22
- package/lib/components/form/index.d.ts +73 -73
- package/lib/components/form/src/form-content.vue.d.ts +25 -25
- package/lib/components/form/src/index.vue.d.ts +21 -21
- package/lib/components/form-item/index.d.ts +80 -80
- package/lib/components/form-item/src/index.vue.d.ts +24 -24
- 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 +15 -15
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +574 -574
- package/lib/components/page/src/index.vue.d.ts +190 -190
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +250 -250
- package/lib/components/search/src/index.vue.d.ts +76 -76
- package/lib/components/sidebar/index.d.ts +31 -31
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +24 -24
- package/lib/components/steps-form/src/index.vue.d.ts +3 -3
- package/lib/components/table/src/index.vue2.js +19 -2
- package/lib/components/table/src/table-action-bar.vue.d.ts +1 -1
- package/lib/components/table/src/table-column.vue.d.ts +40 -40
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +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 +392 -392
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +4 -4
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.js +2 -0
- package/lib/hooks/usePlusFormReset.d.ts +286 -286
- package/lib/hooks/useTableScrollbarTooltip.d.ts +29 -0
- package/lib/hooks/useTableScrollbarTooltip.js +124 -0
- package/lib/index.css +9 -9
- package/lib/index.js +1 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/yc-components/version.d.ts +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-table.css +1 -1
- package/theme-chalk/src/table.scss +315 -301
|
@@ -3,7 +3,7 @@ import { LooseRequired } from '@vue/shared';
|
|
|
3
3
|
import { FormItemRule, RowProps, ColProps, CardProps, FormInstance, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { Arrayable, EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { PlusFormGroupRow } from './src/type';
|
|
6
|
-
import {
|
|
6
|
+
import { PlusColumn, FieldValues, Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
|
|
7
7
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, ComputedRef, Component } from 'vue';
|
|
8
8
|
import { default as Form } from './src/index.vue';
|
|
9
9
|
|
|
@@ -11,14 +11,6 @@ export type PlusFormInstance = InstanceType<typeof Form>;
|
|
|
11
11
|
export * from './src/type';
|
|
12
12
|
export declare const PlusForm: {
|
|
13
13
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
14
|
-
labelPosition: {
|
|
15
|
-
type: PropType<"left" | "right" | "top">;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
modelValue: {
|
|
19
|
-
type: PropType<FieldValues>;
|
|
20
|
-
default: () => {};
|
|
21
|
-
};
|
|
22
14
|
collapseDuration: {
|
|
23
15
|
type: PropType<number>;
|
|
24
16
|
default: undefined;
|
|
@@ -36,13 +28,21 @@ export declare const PlusForm: {
|
|
|
36
28
|
default: boolean;
|
|
37
29
|
};
|
|
38
30
|
layout: {
|
|
39
|
-
type: PropType<"
|
|
31
|
+
type: PropType<"grid" | "flex">;
|
|
40
32
|
default: undefined;
|
|
41
33
|
};
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: PropType<FieldValues>;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
42
38
|
rules: {
|
|
43
39
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
44
40
|
default: () => {};
|
|
45
41
|
};
|
|
42
|
+
labelPosition: {
|
|
43
|
+
type: PropType<"top" | "right" | "left">;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
46
|
labelWidth: {
|
|
47
47
|
type: PropType<string | number>;
|
|
48
48
|
default: string;
|
|
@@ -98,7 +98,7 @@ export declare const PlusForm: {
|
|
|
98
98
|
default: boolean;
|
|
99
99
|
};
|
|
100
100
|
footerAlign: {
|
|
101
|
-
type: PropType<"
|
|
101
|
+
type: PropType<"right" | "left" | "center">;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
104
|
cardProps: {
|
|
@@ -117,10 +117,10 @@ export declare const PlusForm: {
|
|
|
117
117
|
default: boolean;
|
|
118
118
|
};
|
|
119
119
|
}>> & {
|
|
120
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
121
120
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
122
121
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
123
122
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
123
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
124
124
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
125
125
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
126
126
|
}, {
|
|
@@ -135,14 +135,6 @@ export declare const PlusForm: {
|
|
|
135
135
|
submitError: (errors: unknown) => void;
|
|
136
136
|
validate: (...args: any[]) => void;
|
|
137
137
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
138
|
-
labelPosition: {
|
|
139
|
-
type: PropType<"left" | "right" | "top">;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
modelValue: {
|
|
143
|
-
type: PropType<FieldValues>;
|
|
144
|
-
default: () => {};
|
|
145
|
-
};
|
|
146
138
|
collapseDuration: {
|
|
147
139
|
type: PropType<number>;
|
|
148
140
|
default: undefined;
|
|
@@ -160,13 +152,21 @@ export declare const PlusForm: {
|
|
|
160
152
|
default: boolean;
|
|
161
153
|
};
|
|
162
154
|
layout: {
|
|
163
|
-
type: PropType<"
|
|
155
|
+
type: PropType<"grid" | "flex">;
|
|
164
156
|
default: undefined;
|
|
165
157
|
};
|
|
158
|
+
modelValue: {
|
|
159
|
+
type: PropType<FieldValues>;
|
|
160
|
+
default: () => {};
|
|
161
|
+
};
|
|
166
162
|
rules: {
|
|
167
163
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
168
164
|
default: () => {};
|
|
169
165
|
};
|
|
166
|
+
labelPosition: {
|
|
167
|
+
type: PropType<"top" | "right" | "left">;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
170
|
labelWidth: {
|
|
171
171
|
type: PropType<string | number>;
|
|
172
172
|
default: string;
|
|
@@ -222,7 +222,7 @@ export declare const PlusForm: {
|
|
|
222
222
|
default: boolean;
|
|
223
223
|
};
|
|
224
224
|
footerAlign: {
|
|
225
|
-
type: PropType<"
|
|
225
|
+
type: PropType<"right" | "left" | "center">;
|
|
226
226
|
default: string;
|
|
227
227
|
};
|
|
228
228
|
cardProps: {
|
|
@@ -241,21 +241,21 @@ export declare const PlusForm: {
|
|
|
241
241
|
default: boolean;
|
|
242
242
|
};
|
|
243
243
|
}>> & {
|
|
244
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
245
244
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
246
245
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
247
246
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
247
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
248
248
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
249
249
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
250
250
|
}, {
|
|
251
|
-
labelPosition: "left" | "right" | "top";
|
|
252
|
-
modelValue: FieldValues;
|
|
253
251
|
collapseDuration: number;
|
|
254
252
|
collapseTransition: boolean;
|
|
255
253
|
columns: PlusColumn[];
|
|
256
254
|
group: false | PlusFormGroupRow[];
|
|
257
|
-
layout: "
|
|
255
|
+
layout: "grid" | "flex";
|
|
256
|
+
modelValue: FieldValues;
|
|
258
257
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
258
|
+
labelPosition: "top" | "right" | "left";
|
|
259
259
|
labelWidth: string | number;
|
|
260
260
|
labelSuffix: string;
|
|
261
261
|
defaultValues: FieldValues;
|
|
@@ -274,7 +274,7 @@ export declare const PlusForm: {
|
|
|
274
274
|
submitText: string;
|
|
275
275
|
resetText: string;
|
|
276
276
|
submitLoading: boolean;
|
|
277
|
-
footerAlign: "
|
|
277
|
+
footerAlign: "right" | "left" | "center";
|
|
278
278
|
cardProps: Partial< Mutable<CardProps> & {
|
|
279
279
|
style?: CSSProperties | undefined;
|
|
280
280
|
class?: any;
|
|
@@ -289,14 +289,6 @@ export declare const PlusForm: {
|
|
|
289
289
|
M: {};
|
|
290
290
|
Defaults: {};
|
|
291
291
|
}, Readonly< ExtractPropTypes<{
|
|
292
|
-
labelPosition: {
|
|
293
|
-
type: PropType<"left" | "right" | "top">;
|
|
294
|
-
default: string;
|
|
295
|
-
};
|
|
296
|
-
modelValue: {
|
|
297
|
-
type: PropType<FieldValues>;
|
|
298
|
-
default: () => {};
|
|
299
|
-
};
|
|
300
292
|
collapseDuration: {
|
|
301
293
|
type: PropType<number>;
|
|
302
294
|
default: undefined;
|
|
@@ -314,13 +306,21 @@ export declare const PlusForm: {
|
|
|
314
306
|
default: boolean;
|
|
315
307
|
};
|
|
316
308
|
layout: {
|
|
317
|
-
type: PropType<"
|
|
309
|
+
type: PropType<"grid" | "flex">;
|
|
318
310
|
default: undefined;
|
|
319
311
|
};
|
|
312
|
+
modelValue: {
|
|
313
|
+
type: PropType<FieldValues>;
|
|
314
|
+
default: () => {};
|
|
315
|
+
};
|
|
320
316
|
rules: {
|
|
321
317
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
322
318
|
default: () => {};
|
|
323
319
|
};
|
|
320
|
+
labelPosition: {
|
|
321
|
+
type: PropType<"top" | "right" | "left">;
|
|
322
|
+
default: string;
|
|
323
|
+
};
|
|
324
324
|
labelWidth: {
|
|
325
325
|
type: PropType<string | number>;
|
|
326
326
|
default: string;
|
|
@@ -376,7 +376,7 @@ export declare const PlusForm: {
|
|
|
376
376
|
default: boolean;
|
|
377
377
|
};
|
|
378
378
|
footerAlign: {
|
|
379
|
-
type: PropType<"
|
|
379
|
+
type: PropType<"right" | "left" | "center">;
|
|
380
380
|
default: string;
|
|
381
381
|
};
|
|
382
382
|
cardProps: {
|
|
@@ -395,10 +395,10 @@ export declare const PlusForm: {
|
|
|
395
395
|
default: boolean;
|
|
396
396
|
};
|
|
397
397
|
}>> & {
|
|
398
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
399
398
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
400
399
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
401
400
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
401
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
402
402
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
403
403
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
404
404
|
}, {
|
|
@@ -406,14 +406,14 @@ export declare const PlusForm: {
|
|
|
406
406
|
handleSubmit: () => void;
|
|
407
407
|
handleReset: () => void;
|
|
408
408
|
}, {}, {}, {}, {
|
|
409
|
-
labelPosition: "left" | "right" | "top";
|
|
410
|
-
modelValue: FieldValues;
|
|
411
409
|
collapseDuration: number;
|
|
412
410
|
collapseTransition: boolean;
|
|
413
411
|
columns: PlusColumn[];
|
|
414
412
|
group: false | PlusFormGroupRow[];
|
|
415
|
-
layout: "
|
|
413
|
+
layout: "grid" | "flex";
|
|
414
|
+
modelValue: FieldValues;
|
|
416
415
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
416
|
+
labelPosition: "top" | "right" | "left";
|
|
417
417
|
labelWidth: string | number;
|
|
418
418
|
labelSuffix: string;
|
|
419
419
|
defaultValues: FieldValues;
|
|
@@ -432,7 +432,7 @@ export declare const PlusForm: {
|
|
|
432
432
|
submitText: string;
|
|
433
433
|
resetText: string;
|
|
434
434
|
submitLoading: boolean;
|
|
435
|
-
footerAlign: "
|
|
435
|
+
footerAlign: "right" | "left" | "center";
|
|
436
436
|
cardProps: Partial< Mutable<CardProps> & {
|
|
437
437
|
style?: CSSProperties | undefined;
|
|
438
438
|
class?: any;
|
|
@@ -444,14 +444,6 @@ export declare const PlusForm: {
|
|
|
444
444
|
__isTeleport?: undefined;
|
|
445
445
|
__isSuspense?: undefined;
|
|
446
446
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
447
|
-
labelPosition: {
|
|
448
|
-
type: PropType<"left" | "right" | "top">;
|
|
449
|
-
default: string;
|
|
450
|
-
};
|
|
451
|
-
modelValue: {
|
|
452
|
-
type: PropType<FieldValues>;
|
|
453
|
-
default: () => {};
|
|
454
|
-
};
|
|
455
447
|
collapseDuration: {
|
|
456
448
|
type: PropType<number>;
|
|
457
449
|
default: undefined;
|
|
@@ -469,13 +461,21 @@ export declare const PlusForm: {
|
|
|
469
461
|
default: boolean;
|
|
470
462
|
};
|
|
471
463
|
layout: {
|
|
472
|
-
type: PropType<"
|
|
464
|
+
type: PropType<"grid" | "flex">;
|
|
473
465
|
default: undefined;
|
|
474
466
|
};
|
|
467
|
+
modelValue: {
|
|
468
|
+
type: PropType<FieldValues>;
|
|
469
|
+
default: () => {};
|
|
470
|
+
};
|
|
475
471
|
rules: {
|
|
476
472
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
477
473
|
default: () => {};
|
|
478
474
|
};
|
|
475
|
+
labelPosition: {
|
|
476
|
+
type: PropType<"top" | "right" | "left">;
|
|
477
|
+
default: string;
|
|
478
|
+
};
|
|
479
479
|
labelWidth: {
|
|
480
480
|
type: PropType<string | number>;
|
|
481
481
|
default: string;
|
|
@@ -531,7 +531,7 @@ export declare const PlusForm: {
|
|
|
531
531
|
default: boolean;
|
|
532
532
|
};
|
|
533
533
|
footerAlign: {
|
|
534
|
-
type: PropType<"
|
|
534
|
+
type: PropType<"right" | "left" | "center">;
|
|
535
535
|
default: string;
|
|
536
536
|
};
|
|
537
537
|
cardProps: {
|
|
@@ -550,10 +550,10 @@ export declare const PlusForm: {
|
|
|
550
550
|
default: boolean;
|
|
551
551
|
};
|
|
552
552
|
}>> & {
|
|
553
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
554
553
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
555
554
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
556
555
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
556
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
557
557
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
558
558
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
559
559
|
}, {
|
|
@@ -568,14 +568,14 @@ export declare const PlusForm: {
|
|
|
568
568
|
submitError: (errors: unknown) => void;
|
|
569
569
|
validate: (...args: any[]) => void;
|
|
570
570
|
}, string, {
|
|
571
|
-
labelPosition: "left" | "right" | "top";
|
|
572
|
-
modelValue: FieldValues;
|
|
573
571
|
collapseDuration: number;
|
|
574
572
|
collapseTransition: boolean;
|
|
575
573
|
columns: PlusColumn[];
|
|
576
574
|
group: false | PlusFormGroupRow[];
|
|
577
|
-
layout: "
|
|
575
|
+
layout: "grid" | "flex";
|
|
576
|
+
modelValue: FieldValues;
|
|
578
577
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
578
|
+
labelPosition: "top" | "right" | "left";
|
|
579
579
|
labelWidth: string | number;
|
|
580
580
|
labelSuffix: string;
|
|
581
581
|
defaultValues: FieldValues;
|
|
@@ -594,7 +594,7 @@ export declare const PlusForm: {
|
|
|
594
594
|
submitText: string;
|
|
595
595
|
resetText: string;
|
|
596
596
|
submitLoading: boolean;
|
|
597
|
-
footerAlign: "
|
|
597
|
+
footerAlign: "right" | "left" | "center";
|
|
598
598
|
cardProps: Partial< Mutable<CardProps> & {
|
|
599
599
|
style?: CSSProperties | undefined;
|
|
600
600
|
class?: any;
|
|
@@ -614,14 +614,14 @@ export declare const PlusForm: {
|
|
|
614
614
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
615
615
|
columns?: PlusColumn[] | undefined;
|
|
616
616
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
617
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
617
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
618
618
|
readonly label: string | ComputedRef<string>;
|
|
619
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
619
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
620
620
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
621
|
-
readonly tooltip: string |
|
|
621
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
622
622
|
style?: CSSProperties | undefined;
|
|
623
623
|
class?: any;
|
|
624
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
624
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
625
625
|
style?: CSSProperties | undefined;
|
|
626
626
|
class?: any;
|
|
627
627
|
} & RecordType>>;
|
|
@@ -643,7 +643,7 @@ export declare const PlusForm: {
|
|
|
643
643
|
};
|
|
644
644
|
rows: number;
|
|
645
645
|
autocomplete: string;
|
|
646
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "
|
|
646
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
647
647
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
648
648
|
step: string | number;
|
|
649
649
|
format: string | ProgressFn | undefined;
|
|
@@ -688,12 +688,12 @@ export declare const PlusForm: {
|
|
|
688
688
|
fieldInstance?: any;
|
|
689
689
|
valueIsReady?: Ref<boolean> | undefined;
|
|
690
690
|
prop: string;
|
|
691
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
691
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
692
692
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
693
|
-
tooltip: string |
|
|
693
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
694
694
|
style?: CSSProperties | undefined;
|
|
695
695
|
class?: any;
|
|
696
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
696
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
697
697
|
style?: CSSProperties | undefined;
|
|
698
698
|
class?: any;
|
|
699
699
|
} & RecordType>>;
|
|
@@ -722,14 +722,14 @@ export declare const PlusForm: {
|
|
|
722
722
|
clearable: boolean;
|
|
723
723
|
index: number;
|
|
724
724
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
725
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
725
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
726
726
|
readonly label: string | ComputedRef<string>;
|
|
727
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
727
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
728
728
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
729
|
-
readonly tooltip: string |
|
|
729
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
730
730
|
style?: CSSProperties | undefined;
|
|
731
731
|
class?: any;
|
|
732
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
732
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
733
733
|
style?: CSSProperties | undefined;
|
|
734
734
|
class?: any;
|
|
735
735
|
} & RecordType>>;
|
|
@@ -751,7 +751,7 @@ export declare const PlusForm: {
|
|
|
751
751
|
};
|
|
752
752
|
rows: number;
|
|
753
753
|
autocomplete: string;
|
|
754
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "
|
|
754
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
755
755
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
756
756
|
step: string | number;
|
|
757
757
|
format: string | ProgressFn | undefined;
|
|
@@ -796,12 +796,12 @@ export declare const PlusForm: {
|
|
|
796
796
|
fieldInstance?: any;
|
|
797
797
|
valueIsReady?: Ref<boolean> | undefined;
|
|
798
798
|
prop: string;
|
|
799
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
799
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
800
800
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
801
|
-
tooltip: string |
|
|
801
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
802
802
|
style?: CSSProperties | undefined;
|
|
803
803
|
class?: any;
|
|
804
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
804
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
805
805
|
style?: CSSProperties | undefined;
|
|
806
806
|
class?: any;
|
|
807
807
|
} & RecordType>>;
|
|
@@ -62,14 +62,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
62
62
|
collapseTransition: undefined;
|
|
63
63
|
clearable: boolean;
|
|
64
64
|
}>>> & {
|
|
65
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
66
65
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
66
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
modelValue: FieldValues;
|
|
69
68
|
collapseDuration: number;
|
|
70
69
|
collapseTransition: boolean;
|
|
71
70
|
columns: PlusColumn[];
|
|
72
|
-
layout: "
|
|
71
|
+
layout: "grid" | "flex";
|
|
72
|
+
modelValue: FieldValues;
|
|
73
73
|
rowProps: Partial< Mutable<RowProps> & {
|
|
74
74
|
style?: CSSProperties | undefined;
|
|
75
75
|
class?: any;
|
|
@@ -103,10 +103,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
103
103
|
value: string | number;
|
|
104
104
|
row: RecordType;
|
|
105
105
|
}) => OptionsRow<undefined>) | undefined;
|
|
106
|
-
tooltip?: string |
|
|
106
|
+
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
107
107
|
style?: CSSProperties | undefined;
|
|
108
108
|
class?: any;
|
|
109
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
109
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
110
110
|
style?: CSSProperties | undefined;
|
|
111
111
|
class?: any;
|
|
112
112
|
} & RecordType>> | undefined;
|
|
@@ -178,7 +178,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
178
178
|
};
|
|
179
179
|
rows: number;
|
|
180
180
|
autocomplete: string;
|
|
181
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "
|
|
181
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
182
182
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
183
183
|
step: string | number;
|
|
184
184
|
format: string | ProgressFn | undefined;
|
|
@@ -210,14 +210,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
210
210
|
label?: string | undefined;
|
|
211
211
|
}) => RenderTypes) | undefined;
|
|
212
212
|
}) => any>> & Partial<Record<string, (_: {
|
|
213
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
213
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
214
214
|
readonly label: string | ComputedRef<string>;
|
|
215
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
215
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
216
216
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
217
|
-
readonly tooltip: string |
|
|
217
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
218
218
|
style?: CSSProperties | undefined;
|
|
219
219
|
class?: any;
|
|
220
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
220
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
221
221
|
style?: CSSProperties | undefined;
|
|
222
222
|
class?: any;
|
|
223
223
|
} & RecordType>>;
|
|
@@ -239,7 +239,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
239
239
|
};
|
|
240
240
|
rows: number;
|
|
241
241
|
autocomplete: string;
|
|
242
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "
|
|
242
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
243
243
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
244
244
|
step: string | number;
|
|
245
245
|
format: string | ProgressFn | undefined;
|
|
@@ -284,12 +284,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
284
284
|
fieldInstance?: any;
|
|
285
285
|
valueIsReady?: Ref<boolean> | undefined;
|
|
286
286
|
prop: string;
|
|
287
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
287
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
288
288
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
289
|
-
tooltip: string |
|
|
289
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
290
290
|
style?: CSSProperties | undefined;
|
|
291
291
|
class?: any;
|
|
292
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
292
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
293
293
|
style?: CSSProperties | undefined;
|
|
294
294
|
class?: any;
|
|
295
295
|
} & RecordType>>;
|
|
@@ -318,14 +318,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
318
318
|
clearable: boolean;
|
|
319
319
|
index: number;
|
|
320
320
|
}) => any>> & Partial<Record<string, (_: {
|
|
321
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
321
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
322
322
|
readonly label: string | ComputedRef<string>;
|
|
323
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
323
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
324
324
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
325
|
-
readonly tooltip: string |
|
|
325
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
326
326
|
style?: CSSProperties | undefined;
|
|
327
327
|
class?: any;
|
|
328
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
328
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
329
329
|
style?: CSSProperties | undefined;
|
|
330
330
|
class?: any;
|
|
331
331
|
} & RecordType>>;
|
|
@@ -347,7 +347,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
347
347
|
};
|
|
348
348
|
rows: number;
|
|
349
349
|
autocomplete: string;
|
|
350
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "
|
|
350
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
351
351
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
352
352
|
step: string | number;
|
|
353
353
|
format: string | ProgressFn | undefined;
|
|
@@ -392,12 +392,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
392
392
|
fieldInstance?: any;
|
|
393
393
|
valueIsReady?: Ref<boolean> | undefined;
|
|
394
394
|
prop: string;
|
|
395
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
395
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
396
396
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
397
|
-
tooltip: string |
|
|
397
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
398
398
|
style?: CSSProperties | undefined;
|
|
399
399
|
class?: any;
|
|
400
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
400
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
401
401
|
style?: CSSProperties | undefined;
|
|
402
402
|
class?: any;
|
|
403
403
|
} & RecordType>>;
|
|
@@ -448,10 +448,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
448
448
|
value: string | number;
|
|
449
449
|
row: RecordType;
|
|
450
450
|
}) => OptionsRow<undefined>) | undefined;
|
|
451
|
-
tooltip?: string |
|
|
451
|
+
tooltip?: string | Partial< Mutable<ElTooltipProps> & {
|
|
452
452
|
style?: CSSProperties | undefined;
|
|
453
453
|
class?: any;
|
|
454
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
454
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
455
455
|
style?: CSSProperties | undefined;
|
|
456
456
|
class?: any;
|
|
457
457
|
} & RecordType>> | undefined;
|
|
@@ -523,7 +523,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
523
523
|
};
|
|
524
524
|
rows: number;
|
|
525
525
|
autocomplete: string;
|
|
526
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "
|
|
526
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
527
527
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
528
528
|
step: string | number;
|
|
529
529
|
format: string | ProgressFn | undefined;
|