yc-pro-components 0.0.16 → 0.0.17
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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/form/index.d.ts +5 -0
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form-item/index.d.ts +32 -32
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- 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 +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +25 -25
- package/es/components/radio/src/index.vue.d.ts +25 -25
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- 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-dialog/index.d.ts +24 -24
- 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-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +97 -0
- package/index.js +12 -14
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +12 -14
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/form/index.d.ts +5 -0
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form-item/index.d.ts +32 -32
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- 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 +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +25 -25
- package/lib/components/radio/src/index.vue.d.ts +25 -25
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- 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-dialog/index.d.ts +24 -24
- 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-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +97 -0
- 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
|
@@ -447,7 +447,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
447
447
|
};
|
|
448
448
|
rows: number;
|
|
449
449
|
autocomplete: string;
|
|
450
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
450
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
451
451
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
452
452
|
step: string | number;
|
|
453
453
|
format: string | ProgressFn | undefined;
|
|
@@ -458,7 +458,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
458
458
|
autosize: InputAutoSize;
|
|
459
459
|
} & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
|
|
460
460
|
options: OptionsType;
|
|
461
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
461
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
462
462
|
fieldSlots: {
|
|
463
463
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
464
464
|
};
|
|
@@ -491,12 +491,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
491
491
|
fieldInstance?: any;
|
|
492
492
|
valueIsReady?: Ref<boolean> | undefined;
|
|
493
493
|
prop: string;
|
|
494
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
494
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
495
495
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
496
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
496
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
497
497
|
style?: CSSProperties | undefined;
|
|
498
498
|
class?: any;
|
|
499
|
-
} & RecordType> | ComputedRef<
|
|
499
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
500
500
|
style?: CSSProperties | undefined;
|
|
501
501
|
class?: any;
|
|
502
502
|
} & RecordType>>;
|
|
@@ -527,12 +527,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
527
527
|
}) => any>> & Partial<Record<string, (_: {
|
|
528
528
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
529
529
|
readonly label: string | ComputedRef<string>;
|
|
530
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
530
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
531
531
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
532
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
532
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
533
533
|
style?: CSSProperties | undefined;
|
|
534
534
|
class?: any;
|
|
535
|
-
} & RecordType> | ComputedRef<
|
|
535
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
536
536
|
style?: CSSProperties | undefined;
|
|
537
537
|
class?: any;
|
|
538
538
|
} & RecordType>>;
|
|
@@ -554,7 +554,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
554
554
|
};
|
|
555
555
|
rows: number;
|
|
556
556
|
autocomplete: string;
|
|
557
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
557
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
558
558
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
559
559
|
step: string | number;
|
|
560
560
|
format: string | ProgressFn | undefined;
|
|
@@ -599,12 +599,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
599
599
|
fieldInstance?: any;
|
|
600
600
|
valueIsReady?: Ref<boolean> | undefined;
|
|
601
601
|
prop: string;
|
|
602
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
602
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
603
603
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
604
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
604
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
605
605
|
style?: CSSProperties | undefined;
|
|
606
606
|
class?: any;
|
|
607
|
-
} & RecordType> | ComputedRef<
|
|
607
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
608
608
|
style?: CSSProperties | undefined;
|
|
609
609
|
class?: any;
|
|
610
610
|
} & RecordType>>;
|
|
@@ -3,10 +3,6 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
3
3
|
export * from './src/type';
|
|
4
4
|
export declare const PlusHeader: {
|
|
5
5
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
6
|
-
trigger: {
|
|
7
|
-
type: PropType<"hover" | "click">;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
6
|
fixed: {
|
|
11
7
|
type: PropType<boolean>;
|
|
12
8
|
default: boolean;
|
|
@@ -15,6 +11,10 @@ export declare const PlusHeader: {
|
|
|
15
11
|
type: PropType<string>;
|
|
16
12
|
default: string;
|
|
17
13
|
};
|
|
14
|
+
trigger: {
|
|
15
|
+
type: PropType<"hover" | "click">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
18
|
logo: {
|
|
19
19
|
type: PropType<string>;
|
|
20
20
|
default: string;
|
|
@@ -67,10 +67,6 @@ export declare const PlusHeader: {
|
|
|
67
67
|
value: string;
|
|
68
68
|
}) => void;
|
|
69
69
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
70
|
-
trigger: {
|
|
71
|
-
type: PropType<"hover" | "click">;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
70
|
fixed: {
|
|
75
71
|
type: PropType<boolean>;
|
|
76
72
|
default: boolean;
|
|
@@ -79,6 +75,10 @@ export declare const PlusHeader: {
|
|
|
79
75
|
type: PropType<string>;
|
|
80
76
|
default: string;
|
|
81
77
|
};
|
|
78
|
+
trigger: {
|
|
79
|
+
type: PropType<"hover" | "click">;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
82
|
logo: {
|
|
83
83
|
type: PropType<string>;
|
|
84
84
|
default: string;
|
|
@@ -126,9 +126,9 @@ export declare const PlusHeader: {
|
|
|
126
126
|
value: string;
|
|
127
127
|
}) => any) | undefined;
|
|
128
128
|
}, {
|
|
129
|
-
trigger: "hover" | "click";
|
|
130
129
|
fixed: boolean;
|
|
131
130
|
title: string;
|
|
131
|
+
trigger: "hover" | "click";
|
|
132
132
|
logo: string;
|
|
133
133
|
logoutText: string;
|
|
134
134
|
userInfo: {
|
|
@@ -151,10 +151,6 @@ export declare const PlusHeader: {
|
|
|
151
151
|
M: {};
|
|
152
152
|
Defaults: {};
|
|
153
153
|
}, Readonly< ExtractPropTypes<{
|
|
154
|
-
trigger: {
|
|
155
|
-
type: PropType<"hover" | "click">;
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
154
|
fixed: {
|
|
159
155
|
type: PropType<boolean>;
|
|
160
156
|
default: boolean;
|
|
@@ -163,6 +159,10 @@ export declare const PlusHeader: {
|
|
|
163
159
|
type: PropType<string>;
|
|
164
160
|
default: string;
|
|
165
161
|
};
|
|
162
|
+
trigger: {
|
|
163
|
+
type: PropType<"hover" | "click">;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
166
|
logo: {
|
|
167
167
|
type: PropType<string>;
|
|
168
168
|
default: string;
|
|
@@ -210,9 +210,9 @@ export declare const PlusHeader: {
|
|
|
210
210
|
value: string;
|
|
211
211
|
}) => any) | undefined;
|
|
212
212
|
}, {}, {}, {}, {}, {
|
|
213
|
-
trigger: "hover" | "click";
|
|
214
213
|
fixed: boolean;
|
|
215
214
|
title: string;
|
|
215
|
+
trigger: "hover" | "click";
|
|
216
216
|
logo: string;
|
|
217
217
|
logoutText: string;
|
|
218
218
|
userInfo: {
|
|
@@ -232,10 +232,6 @@ export declare const PlusHeader: {
|
|
|
232
232
|
__isTeleport?: undefined;
|
|
233
233
|
__isSuspense?: undefined;
|
|
234
234
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
235
|
-
trigger: {
|
|
236
|
-
type: PropType<"hover" | "click">;
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
235
|
fixed: {
|
|
240
236
|
type: PropType<boolean>;
|
|
241
237
|
default: boolean;
|
|
@@ -244,6 +240,10 @@ export declare const PlusHeader: {
|
|
|
244
240
|
type: PropType<string>;
|
|
245
241
|
default: string;
|
|
246
242
|
};
|
|
243
|
+
trigger: {
|
|
244
|
+
type: PropType<"hover" | "click">;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
247
|
logo: {
|
|
248
248
|
type: PropType<string>;
|
|
249
249
|
default: string;
|
|
@@ -296,9 +296,9 @@ export declare const PlusHeader: {
|
|
|
296
296
|
value: string;
|
|
297
297
|
}) => void;
|
|
298
298
|
}, string, {
|
|
299
|
-
trigger: "hover" | "click";
|
|
300
299
|
fixed: boolean;
|
|
301
300
|
title: string;
|
|
301
|
+
trigger: "hover" | "click";
|
|
302
302
|
logo: string;
|
|
303
303
|
logoutText: string;
|
|
304
304
|
userInfo: {
|
|
@@ -30,9 +30,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
30
30
|
value: string;
|
|
31
31
|
}) => any) | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
trigger: "hover" | "click";
|
|
34
33
|
fixed: boolean;
|
|
35
34
|
title: string;
|
|
35
|
+
trigger: "hover" | "click";
|
|
36
36
|
logo: string;
|
|
37
37
|
logoutText: string;
|
|
38
38
|
userInfo: {
|
|
@@ -7,14 +7,14 @@ import { PlusInputTagProps } from './src/index.vue';
|
|
|
7
7
|
|
|
8
8
|
export type { PlusInputTagProps };
|
|
9
9
|
export declare const PlusInputTag: DefineComponent<{
|
|
10
|
-
trigger: {
|
|
11
|
-
type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
|
|
12
|
-
default: () => string[];
|
|
13
|
-
};
|
|
14
10
|
disabled: {
|
|
15
11
|
type: PropType<boolean>;
|
|
16
12
|
default: boolean;
|
|
17
13
|
};
|
|
14
|
+
trigger: {
|
|
15
|
+
type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
|
|
16
|
+
default: () => string[];
|
|
17
|
+
};
|
|
18
18
|
modelValue: {
|
|
19
19
|
type: PropType<string[]>;
|
|
20
20
|
default: () => never[];
|
|
@@ -1203,14 +1203,14 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
1203
1203
|
enter: (value: string, event: MouseEvent) => void;
|
|
1204
1204
|
space: (value: string, event: MouseEvent) => void;
|
|
1205
1205
|
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1206
|
-
trigger: {
|
|
1207
|
-
type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
|
|
1208
|
-
default: () => string[];
|
|
1209
|
-
};
|
|
1210
1206
|
disabled: {
|
|
1211
1207
|
type: PropType<boolean>;
|
|
1212
1208
|
default: boolean;
|
|
1213
1209
|
};
|
|
1210
|
+
trigger: {
|
|
1211
|
+
type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
|
|
1212
|
+
default: () => string[];
|
|
1213
|
+
};
|
|
1214
1214
|
modelValue: {
|
|
1215
1215
|
type: PropType<string[]>;
|
|
1216
1216
|
default: () => never[];
|
|
@@ -1249,8 +1249,8 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
1249
1249
|
onRemove?: ((tag: string) => any) | undefined;
|
|
1250
1250
|
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1251
1251
|
}, {
|
|
1252
|
-
trigger: ("blur" | "space" | "enter") | ("blur" | "space" | "enter")[];
|
|
1253
1252
|
disabled: boolean;
|
|
1253
|
+
trigger: ("blur" | "space" | "enter") | ("blur" | "space" | "enter")[];
|
|
1254
1254
|
modelValue: string[];
|
|
1255
1255
|
inputProps: Partial< Mutable<InputProps> & {
|
|
1256
1256
|
style?: CSSProperties | undefined;
|
|
@@ -1214,8 +1214,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1214
1214
|
onRemove?: ((tag: string) => any) | undefined;
|
|
1215
1215
|
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1216
1216
|
}, {
|
|
1217
|
-
trigger: TriggerType | TriggerType[];
|
|
1218
1217
|
disabled: boolean;
|
|
1218
|
+
trigger: TriggerType | TriggerType[];
|
|
1219
1219
|
modelValue: string[];
|
|
1220
1220
|
inputProps: Partial<Mutable<InputProps> & {
|
|
1221
1221
|
style?: CSSProperties | undefined;
|
|
@@ -33,7 +33,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
33
33
|
}, {
|
|
34
34
|
radioInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
35
35
|
readonly border: BooleanConstructor;
|
|
36
|
-
readonly modelValue: EpPropFinalized<(
|
|
36
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
37
37
|
readonly size: {
|
|
38
38
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
39
39
|
readonly required: false;
|
|
@@ -41,8 +41,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
41
41
|
__epPropKey: true;
|
|
42
42
|
};
|
|
43
43
|
readonly disabled: BooleanConstructor;
|
|
44
|
-
readonly label: EpPropFinalized<(
|
|
45
|
-
readonly value: EpPropFinalized<(
|
|
44
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
45
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
46
46
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
47
47
|
}>> & {
|
|
48
48
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -50,7 +50,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
50
50
|
}, {
|
|
51
51
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
52
52
|
readonly border: BooleanConstructor;
|
|
53
|
-
readonly modelValue: EpPropFinalized<(
|
|
53
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
54
54
|
readonly size: {
|
|
55
55
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
56
56
|
readonly required: false;
|
|
@@ -58,8 +58,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
58
58
|
__epPropKey: true;
|
|
59
59
|
};
|
|
60
60
|
readonly disabled: BooleanConstructor;
|
|
61
|
-
readonly label: EpPropFinalized<(
|
|
62
|
-
readonly value: EpPropFinalized<(
|
|
61
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
62
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
63
63
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
64
64
|
}>> & {
|
|
65
65
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -89,15 +89,15 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
89
89
|
focus: Ref<boolean>;
|
|
90
90
|
size: ComputedRef<"" | "default" | "small" | "large">;
|
|
91
91
|
disabled: ComputedRef<boolean>;
|
|
92
|
-
modelValue: WritableComputedRef< EpPropMergeType<(
|
|
93
|
-
actualValue: ComputedRef< EpPropMergeType<(
|
|
92
|
+
modelValue: WritableComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
93
|
+
actualValue: ComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
94
94
|
handleChange: () => void;
|
|
95
95
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
96
96
|
"update:modelValue": (val: string | number | boolean | undefined) => boolean;
|
|
97
97
|
change: (val: string | number | boolean | undefined) => boolean;
|
|
98
98
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
99
99
|
readonly border: BooleanConstructor;
|
|
100
|
-
readonly modelValue: EpPropFinalized<(
|
|
100
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
101
101
|
readonly size: {
|
|
102
102
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
103
103
|
readonly required: false;
|
|
@@ -105,16 +105,16 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
105
105
|
__epPropKey: true;
|
|
106
106
|
};
|
|
107
107
|
readonly disabled: BooleanConstructor;
|
|
108
|
-
readonly label: EpPropFinalized<(
|
|
109
|
-
readonly value: EpPropFinalized<(
|
|
108
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
109
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
110
110
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
111
111
|
}>> & {
|
|
112
112
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
113
113
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
114
114
|
}, {
|
|
115
|
-
readonly value: EpPropMergeType<(
|
|
116
|
-
readonly modelValue: EpPropMergeType<(
|
|
117
|
-
readonly label: EpPropMergeType<(
|
|
115
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
116
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
117
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
118
118
|
readonly disabled: boolean;
|
|
119
119
|
readonly name: string;
|
|
120
120
|
readonly border: boolean;
|
|
@@ -127,7 +127,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
127
127
|
Defaults: {};
|
|
128
128
|
}, Readonly< ExtractPropTypes<{
|
|
129
129
|
readonly border: BooleanConstructor;
|
|
130
|
-
readonly modelValue: EpPropFinalized<(
|
|
130
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
131
131
|
readonly size: {
|
|
132
132
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
133
133
|
readonly required: false;
|
|
@@ -135,8 +135,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
135
135
|
__epPropKey: true;
|
|
136
136
|
};
|
|
137
137
|
readonly disabled: BooleanConstructor;
|
|
138
|
-
readonly label: EpPropFinalized<(
|
|
139
|
-
readonly value: EpPropFinalized<(
|
|
138
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
139
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
140
140
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
141
141
|
}>> & {
|
|
142
142
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -144,7 +144,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
144
144
|
}, {
|
|
145
145
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
146
146
|
readonly border: BooleanConstructor;
|
|
147
|
-
readonly modelValue: EpPropFinalized<(
|
|
147
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
148
148
|
readonly size: {
|
|
149
149
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
150
150
|
readonly required: false;
|
|
@@ -152,8 +152,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
152
152
|
__epPropKey: true;
|
|
153
153
|
};
|
|
154
154
|
readonly disabled: BooleanConstructor;
|
|
155
|
-
readonly label: EpPropFinalized<(
|
|
156
|
-
readonly value: EpPropFinalized<(
|
|
155
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
156
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
157
157
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
158
158
|
}>> & {
|
|
159
159
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -183,13 +183,13 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
183
183
|
focus: Ref<boolean>;
|
|
184
184
|
size: ComputedRef<"" | "default" | "small" | "large">;
|
|
185
185
|
disabled: ComputedRef<boolean>;
|
|
186
|
-
modelValue: WritableComputedRef< EpPropMergeType<(
|
|
187
|
-
actualValue: ComputedRef< EpPropMergeType<(
|
|
186
|
+
modelValue: WritableComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
187
|
+
actualValue: ComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
188
188
|
handleChange: () => void;
|
|
189
189
|
}, {}, {}, {}, {
|
|
190
|
-
readonly value: EpPropMergeType<(
|
|
191
|
-
readonly modelValue: EpPropMergeType<(
|
|
192
|
-
readonly label: EpPropMergeType<(
|
|
190
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
191
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
192
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
193
193
|
readonly disabled: boolean;
|
|
194
194
|
readonly name: string;
|
|
195
195
|
readonly border: boolean;
|
|
@@ -28,7 +28,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
28
28
|
}>, {
|
|
29
29
|
radioInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
30
30
|
readonly border: BooleanConstructor;
|
|
31
|
-
readonly modelValue: EpPropFinalized<(
|
|
31
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
32
32
|
readonly size: {
|
|
33
33
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
34
34
|
readonly required: false;
|
|
@@ -36,8 +36,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
36
36
|
__epPropKey: true;
|
|
37
37
|
};
|
|
38
38
|
readonly disabled: BooleanConstructor;
|
|
39
|
-
readonly label: EpPropFinalized<(
|
|
40
|
-
readonly value: EpPropFinalized<(
|
|
39
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
40
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
41
41
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
42
42
|
}>> & {
|
|
43
43
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -45,7 +45,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
45
45
|
}, {
|
|
46
46
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
47
47
|
readonly border: BooleanConstructor;
|
|
48
|
-
readonly modelValue: EpPropFinalized<(
|
|
48
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
49
49
|
readonly size: {
|
|
50
50
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
51
51
|
readonly required: false;
|
|
@@ -53,8 +53,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
53
53
|
__epPropKey: true;
|
|
54
54
|
};
|
|
55
55
|
readonly disabled: BooleanConstructor;
|
|
56
|
-
readonly label: EpPropFinalized<(
|
|
57
|
-
readonly value: EpPropFinalized<(
|
|
56
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
57
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
58
58
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
59
59
|
}>> & {
|
|
60
60
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -84,15 +84,15 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
84
84
|
focus: Ref<boolean>;
|
|
85
85
|
size: ComputedRef<"" | "default" | "small" | "large">;
|
|
86
86
|
disabled: ComputedRef<boolean>;
|
|
87
|
-
modelValue: WritableComputedRef< EpPropMergeType<(
|
|
88
|
-
actualValue: ComputedRef< EpPropMergeType<(
|
|
87
|
+
modelValue: WritableComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
88
|
+
actualValue: ComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
89
89
|
handleChange: () => void;
|
|
90
90
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
91
91
|
"update:modelValue": (val: string | number | boolean | undefined) => boolean;
|
|
92
92
|
change: (val: string | number | boolean | undefined) => boolean;
|
|
93
93
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
94
94
|
readonly border: BooleanConstructor;
|
|
95
|
-
readonly modelValue: EpPropFinalized<(
|
|
95
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
96
96
|
readonly size: {
|
|
97
97
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
98
98
|
readonly required: false;
|
|
@@ -100,16 +100,16 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
100
100
|
__epPropKey: true;
|
|
101
101
|
};
|
|
102
102
|
readonly disabled: BooleanConstructor;
|
|
103
|
-
readonly label: EpPropFinalized<(
|
|
104
|
-
readonly value: EpPropFinalized<(
|
|
103
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
104
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
105
105
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
106
106
|
}>> & {
|
|
107
107
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
108
108
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
109
109
|
}, {
|
|
110
|
-
readonly value: EpPropMergeType<(
|
|
111
|
-
readonly modelValue: EpPropMergeType<(
|
|
112
|
-
readonly label: EpPropMergeType<(
|
|
110
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
111
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
112
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
113
113
|
readonly disabled: boolean;
|
|
114
114
|
readonly name: string;
|
|
115
115
|
readonly border: boolean;
|
|
@@ -122,7 +122,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
122
122
|
Defaults: {};
|
|
123
123
|
}, Readonly< ExtractPropTypes<{
|
|
124
124
|
readonly border: BooleanConstructor;
|
|
125
|
-
readonly modelValue: EpPropFinalized<(
|
|
125
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
126
126
|
readonly size: {
|
|
127
127
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
128
128
|
readonly required: false;
|
|
@@ -130,8 +130,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
130
130
|
__epPropKey: true;
|
|
131
131
|
};
|
|
132
132
|
readonly disabled: BooleanConstructor;
|
|
133
|
-
readonly label: EpPropFinalized<(
|
|
134
|
-
readonly value: EpPropFinalized<(
|
|
133
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
134
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
135
135
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
136
136
|
}>> & {
|
|
137
137
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -139,7 +139,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
139
139
|
}, {
|
|
140
140
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
141
141
|
readonly border: BooleanConstructor;
|
|
142
|
-
readonly modelValue: EpPropFinalized<(
|
|
142
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
143
143
|
readonly size: {
|
|
144
144
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
145
145
|
readonly required: false;
|
|
@@ -147,8 +147,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
147
147
|
__epPropKey: true;
|
|
148
148
|
};
|
|
149
149
|
readonly disabled: BooleanConstructor;
|
|
150
|
-
readonly label: EpPropFinalized<(
|
|
151
|
-
readonly value: EpPropFinalized<(
|
|
150
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
151
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
152
152
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
153
153
|
}>> & {
|
|
154
154
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -178,13 +178,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
178
178
|
focus: Ref<boolean>;
|
|
179
179
|
size: ComputedRef<"" | "default" | "small" | "large">;
|
|
180
180
|
disabled: ComputedRef<boolean>;
|
|
181
|
-
modelValue: WritableComputedRef< EpPropMergeType<(
|
|
182
|
-
actualValue: ComputedRef< EpPropMergeType<(
|
|
181
|
+
modelValue: WritableComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
182
|
+
actualValue: ComputedRef< EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
183
183
|
handleChange: () => void;
|
|
184
184
|
}, {}, {}, {}, {
|
|
185
|
-
readonly value: EpPropMergeType<(
|
|
186
|
-
readonly modelValue: EpPropMergeType<(
|
|
187
|
-
readonly label: EpPropMergeType<(
|
|
185
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
186
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
187
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
188
188
|
readonly disabled: boolean;
|
|
189
189
|
readonly name: string;
|
|
190
190
|
readonly border: boolean;
|
|
@@ -16,7 +16,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
16
16
|
default: undefined;
|
|
17
17
|
};
|
|
18
18
|
callbackValue: {
|
|
19
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
19
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
customFieldProps: {
|
|
@@ -37,7 +37,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
37
37
|
};
|
|
38
38
|
rows: number;
|
|
39
39
|
autocomplete: string;
|
|
40
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
40
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
41
41
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
42
42
|
step: string | number;
|
|
43
43
|
format: string | ProgressFn | undefined;
|
|
@@ -65,7 +65,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
65
65
|
default: undefined;
|
|
66
66
|
};
|
|
67
67
|
callbackValue: {
|
|
68
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
68
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
customFieldProps: {
|
|
@@ -86,7 +86,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
86
86
|
};
|
|
87
87
|
rows: number;
|
|
88
88
|
autocomplete: string;
|
|
89
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
89
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
90
90
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
91
91
|
step: string | number;
|
|
92
92
|
format: string | ProgressFn | undefined;
|
|
@@ -104,7 +104,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
}>>, {
|
|
106
106
|
renderType: "form";
|
|
107
|
-
callbackValue: string | number | boolean | string[] | [string, string] |
|
|
107
|
+
callbackValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
108
108
|
customFieldProps: PropsItemType< Mutable<FormItemProps> & {
|
|
109
109
|
[key: string]: any;
|
|
110
110
|
style?: CSSProperties | undefined;
|
|
@@ -122,7 +122,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
122
122
|
};
|
|
123
123
|
rows: number;
|
|
124
124
|
autocomplete: string;
|
|
125
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
125
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
126
126
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
127
127
|
step: string | number;
|
|
128
128
|
format: string | ProgressFn | undefined;
|