yc-pro-components 0.0.5 → 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/index.d.ts +0 -1
- package/es/components/index.mjs +0 -2
- 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/es/index.mjs +0 -2
- package/index.css +19 -14
- package/index.js +10 -2049
- package/index.min.css +2 -2
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +11 -2043
- 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/index.d.ts +0 -1
- package/lib/components/index.js +10 -19
- 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/lib/index.js +10 -19
- 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 -2
- 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
- package/es/components/yc-icon/index.d.ts +0 -49
- package/es/components/yc-icon/index.mjs +0 -10
- package/es/components/yc-icon/src/hooks.d.ts +0 -11
- package/es/components/yc-icon/src/hooks.mjs +0 -80
- package/es/components/yc-icon/src/iconfont.d.ts +0 -21
- package/es/components/yc-icon/src/iconfont.mjs +0 -45
- package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
- package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
- package/es/components/yc-icon/src/types.d.ts +0 -35
- package/es/components/yc-icon/src/types.mjs +0 -1
- package/lib/components/yc-icon/index.d.ts +0 -49
- package/lib/components/yc-icon/index.js +0 -18
- package/lib/components/yc-icon/src/hooks.d.ts +0 -11
- package/lib/components/yc-icon/src/hooks.js +0 -82
- package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
- package/lib/components/yc-icon/src/iconfont.js +0 -49
- package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
- package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
- package/lib/components/yc-icon/src/types.d.ts +0 -35
- package/lib/components/yc-icon/src/types.js +0 -2
|
@@ -4,22 +4,22 @@ import { LooseRequired } from '@vue/shared';
|
|
|
4
4
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
5
5
|
import { EpPropMergeType, EpPropFinalized, Arrayable } from 'element-plus/es/utils';
|
|
6
6
|
import { ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, FormItemProp, FormItemRule, FormContext, FormItemContext, FormValidateFailure, FormValidateCallback, FormValidationResult } from 'element-plus';
|
|
7
|
-
import { Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, OptionsRow,
|
|
7
|
+
import { Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, OptionsRow, FieldValueType, PlusColumn, TableValueType, FormItemValueType } from 'packages/yc-components';
|
|
8
8
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, CSSProperties, Ref, Slot, DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
9
9
|
export type { PlusFormItemProps } from './src/index.vue';
|
|
10
10
|
export declare const PlusFormItem: {
|
|
11
11
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
12
|
-
|
|
13
|
-
type: PropType<
|
|
14
|
-
|
|
12
|
+
prop: {
|
|
13
|
+
type: PropType<string>;
|
|
14
|
+
required: true;
|
|
15
15
|
};
|
|
16
16
|
label: {
|
|
17
17
|
type: PropType<string | ComputedRef<string>>;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
type: PropType<
|
|
22
|
-
|
|
20
|
+
index: {
|
|
21
|
+
type: PropType<number>;
|
|
22
|
+
default: number;
|
|
23
23
|
};
|
|
24
24
|
tooltip: {
|
|
25
25
|
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
@@ -53,7 +53,7 @@ export declare const PlusFormItem: {
|
|
|
53
53
|
};
|
|
54
54
|
rows: number;
|
|
55
55
|
autocomplete: string;
|
|
56
|
-
type: "" | "number" | "default" | "
|
|
56
|
+
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";
|
|
57
57
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
58
58
|
step: string | number;
|
|
59
59
|
format: string | ProgressFn | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const PlusFormItem: {
|
|
|
70
70
|
default: () => never[];
|
|
71
71
|
};
|
|
72
72
|
modelValue: {
|
|
73
|
-
type: PropType<string | number | boolean |
|
|
73
|
+
type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
76
|
fieldSlots: {
|
|
@@ -91,12 +91,19 @@ export declare const PlusFormItem: {
|
|
|
91
91
|
type: PropType<boolean>;
|
|
92
92
|
default: boolean;
|
|
93
93
|
};
|
|
94
|
+
renderField: {
|
|
95
|
+
type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
|
|
96
|
+
default: undefined;
|
|
97
|
+
};
|
|
94
98
|
valueType: {
|
|
95
|
-
type: PropType<
|
|
99
|
+
type: PropType< TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2">;
|
|
96
100
|
default: undefined;
|
|
97
101
|
};
|
|
98
|
-
|
|
99
|
-
type: PropType<
|
|
102
|
+
optionsMap: {
|
|
103
|
+
type: PropType<{
|
|
104
|
+
label?: string | undefined;
|
|
105
|
+
value?: string | undefined;
|
|
106
|
+
}>;
|
|
100
107
|
default: undefined;
|
|
101
108
|
};
|
|
102
109
|
renderLabel: {
|
|
@@ -111,16 +118,9 @@ export declare const PlusFormItem: {
|
|
|
111
118
|
}) => RenderTypes>;
|
|
112
119
|
default: undefined;
|
|
113
120
|
};
|
|
114
|
-
optionsMap: {
|
|
115
|
-
type: PropType<{
|
|
116
|
-
label?: string | undefined;
|
|
117
|
-
value?: string | undefined;
|
|
118
|
-
}>;
|
|
119
|
-
default: undefined;
|
|
120
|
-
};
|
|
121
121
|
}>> & {
|
|
122
|
-
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
123
122
|
"onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
|
|
123
|
+
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
formItemInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
126
126
|
readonly label: StringConstructor;
|
|
@@ -459,17 +459,17 @@ export declare const PlusFormItem: {
|
|
|
459
459
|
"update:modelValue": (value: FieldValueType) => void;
|
|
460
460
|
change: (value: FieldValueType) => void;
|
|
461
461
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
462
|
-
|
|
463
|
-
type: PropType<
|
|
464
|
-
|
|
462
|
+
prop: {
|
|
463
|
+
type: PropType<string>;
|
|
464
|
+
required: true;
|
|
465
465
|
};
|
|
466
466
|
label: {
|
|
467
467
|
type: PropType<string | ComputedRef<string>>;
|
|
468
468
|
default: string;
|
|
469
469
|
};
|
|
470
|
-
|
|
471
|
-
type: PropType<
|
|
472
|
-
|
|
470
|
+
index: {
|
|
471
|
+
type: PropType<number>;
|
|
472
|
+
default: number;
|
|
473
473
|
};
|
|
474
474
|
tooltip: {
|
|
475
475
|
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
@@ -503,7 +503,7 @@ export declare const PlusFormItem: {
|
|
|
503
503
|
};
|
|
504
504
|
rows: number;
|
|
505
505
|
autocomplete: string;
|
|
506
|
-
type: "" | "number" | "default" | "
|
|
506
|
+
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";
|
|
507
507
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
508
508
|
step: string | number;
|
|
509
509
|
format: string | ProgressFn | undefined;
|
|
@@ -520,7 +520,7 @@ export declare const PlusFormItem: {
|
|
|
520
520
|
default: () => never[];
|
|
521
521
|
};
|
|
522
522
|
modelValue: {
|
|
523
|
-
type: PropType<string | number | boolean |
|
|
523
|
+
type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
|
|
524
524
|
default: string;
|
|
525
525
|
};
|
|
526
526
|
fieldSlots: {
|
|
@@ -541,12 +541,19 @@ export declare const PlusFormItem: {
|
|
|
541
541
|
type: PropType<boolean>;
|
|
542
542
|
default: boolean;
|
|
543
543
|
};
|
|
544
|
+
renderField: {
|
|
545
|
+
type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
|
|
546
|
+
default: undefined;
|
|
547
|
+
};
|
|
544
548
|
valueType: {
|
|
545
|
-
type: PropType<
|
|
549
|
+
type: PropType< TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2">;
|
|
546
550
|
default: undefined;
|
|
547
551
|
};
|
|
548
|
-
|
|
549
|
-
type: PropType<
|
|
552
|
+
optionsMap: {
|
|
553
|
+
type: PropType<{
|
|
554
|
+
label?: string | undefined;
|
|
555
|
+
value?: string | undefined;
|
|
556
|
+
}>;
|
|
550
557
|
default: undefined;
|
|
551
558
|
};
|
|
552
559
|
renderLabel: {
|
|
@@ -561,19 +568,12 @@ export declare const PlusFormItem: {
|
|
|
561
568
|
}) => RenderTypes>;
|
|
562
569
|
default: undefined;
|
|
563
570
|
};
|
|
564
|
-
optionsMap: {
|
|
565
|
-
type: PropType<{
|
|
566
|
-
label?: string | undefined;
|
|
567
|
-
value?: string | undefined;
|
|
568
|
-
}>;
|
|
569
|
-
default: undefined;
|
|
570
|
-
};
|
|
571
571
|
}>> & {
|
|
572
|
-
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
573
572
|
"onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
|
|
573
|
+
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
574
574
|
}, {
|
|
575
|
-
index: number;
|
|
576
575
|
label: string | ComputedRef<string>;
|
|
576
|
+
index: number;
|
|
577
577
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
578
578
|
style?: CSSProperties | undefined;
|
|
579
579
|
class?: any;
|
|
@@ -599,7 +599,7 @@ export declare const PlusFormItem: {
|
|
|
599
599
|
};
|
|
600
600
|
rows: number;
|
|
601
601
|
autocomplete: string;
|
|
602
|
-
type: "" | "number" | "default" | "
|
|
602
|
+
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";
|
|
603
603
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
604
604
|
step: string | number;
|
|
605
605
|
format: string | ProgressFn | undefined;
|
|
@@ -610,25 +610,25 @@ export declare const PlusFormItem: {
|
|
|
610
610
|
autosize: InputAutoSize;
|
|
611
611
|
} & 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>>>>;
|
|
612
612
|
options: OptionsType;
|
|
613
|
-
modelValue: string | number | boolean |
|
|
613
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
614
614
|
fieldSlots: {
|
|
615
615
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
616
616
|
};
|
|
617
617
|
fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
|
|
618
618
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
619
619
|
clearable: boolean;
|
|
620
|
-
valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "slider" | "time-picker" | "time-select" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
621
620
|
renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
|
|
621
|
+
valueType: TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
622
|
+
optionsMap: {
|
|
623
|
+
label?: string | undefined;
|
|
624
|
+
value?: string | undefined;
|
|
625
|
+
};
|
|
622
626
|
renderLabel: (label: string, props: PlusColumn) => RenderTypes;
|
|
623
627
|
renderErrorMessage: (props: PlusColumn & {
|
|
624
628
|
value?: FieldValueType;
|
|
625
629
|
error?: string | undefined;
|
|
626
630
|
label?: string | undefined;
|
|
627
631
|
}) => RenderTypes;
|
|
628
|
-
optionsMap: {
|
|
629
|
-
label?: string | undefined;
|
|
630
|
-
value?: string | undefined;
|
|
631
|
-
};
|
|
632
632
|
}, true, {}, {}, {
|
|
633
633
|
P: {};
|
|
634
634
|
B: {};
|
|
@@ -637,17 +637,17 @@ export declare const PlusFormItem: {
|
|
|
637
637
|
M: {};
|
|
638
638
|
Defaults: {};
|
|
639
639
|
}, Readonly< ExtractPropTypes<{
|
|
640
|
-
|
|
641
|
-
type: PropType<
|
|
642
|
-
|
|
640
|
+
prop: {
|
|
641
|
+
type: PropType<string>;
|
|
642
|
+
required: true;
|
|
643
643
|
};
|
|
644
644
|
label: {
|
|
645
645
|
type: PropType<string | ComputedRef<string>>;
|
|
646
646
|
default: string;
|
|
647
647
|
};
|
|
648
|
-
|
|
649
|
-
type: PropType<
|
|
650
|
-
|
|
648
|
+
index: {
|
|
649
|
+
type: PropType<number>;
|
|
650
|
+
default: number;
|
|
651
651
|
};
|
|
652
652
|
tooltip: {
|
|
653
653
|
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
@@ -681,7 +681,7 @@ export declare const PlusFormItem: {
|
|
|
681
681
|
};
|
|
682
682
|
rows: number;
|
|
683
683
|
autocomplete: string;
|
|
684
|
-
type: "" | "number" | "default" | "
|
|
684
|
+
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";
|
|
685
685
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
686
686
|
step: string | number;
|
|
687
687
|
format: string | ProgressFn | undefined;
|
|
@@ -698,7 +698,7 @@ export declare const PlusFormItem: {
|
|
|
698
698
|
default: () => never[];
|
|
699
699
|
};
|
|
700
700
|
modelValue: {
|
|
701
|
-
type: PropType<string | number | boolean |
|
|
701
|
+
type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
|
|
702
702
|
default: string;
|
|
703
703
|
};
|
|
704
704
|
fieldSlots: {
|
|
@@ -719,12 +719,19 @@ export declare const PlusFormItem: {
|
|
|
719
719
|
type: PropType<boolean>;
|
|
720
720
|
default: boolean;
|
|
721
721
|
};
|
|
722
|
+
renderField: {
|
|
723
|
+
type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
|
|
724
|
+
default: undefined;
|
|
725
|
+
};
|
|
722
726
|
valueType: {
|
|
723
|
-
type: PropType<
|
|
727
|
+
type: PropType< TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2">;
|
|
724
728
|
default: undefined;
|
|
725
729
|
};
|
|
726
|
-
|
|
727
|
-
type: PropType<
|
|
730
|
+
optionsMap: {
|
|
731
|
+
type: PropType<{
|
|
732
|
+
label?: string | undefined;
|
|
733
|
+
value?: string | undefined;
|
|
734
|
+
}>;
|
|
728
735
|
default: undefined;
|
|
729
736
|
};
|
|
730
737
|
renderLabel: {
|
|
@@ -739,16 +746,9 @@ export declare const PlusFormItem: {
|
|
|
739
746
|
}) => RenderTypes>;
|
|
740
747
|
default: undefined;
|
|
741
748
|
};
|
|
742
|
-
optionsMap: {
|
|
743
|
-
type: PropType<{
|
|
744
|
-
label?: string | undefined;
|
|
745
|
-
value?: string | undefined;
|
|
746
|
-
}>;
|
|
747
|
-
default: undefined;
|
|
748
|
-
};
|
|
749
749
|
}>> & {
|
|
750
|
-
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
751
750
|
"onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
|
|
751
|
+
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
752
752
|
}, {
|
|
753
753
|
formItemInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
754
754
|
readonly label: StringConstructor;
|
|
@@ -1084,8 +1084,8 @@ export declare const PlusFormItem: {
|
|
|
1084
1084
|
}> | null | undefined>;
|
|
1085
1085
|
fieldInstance: Ref<any>;
|
|
1086
1086
|
}, {}, {}, {}, {
|
|
1087
|
-
index: number;
|
|
1088
1087
|
label: string | ComputedRef<string>;
|
|
1088
|
+
index: number;
|
|
1089
1089
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1090
1090
|
style?: CSSProperties | undefined;
|
|
1091
1091
|
class?: any;
|
|
@@ -1111,7 +1111,7 @@ export declare const PlusFormItem: {
|
|
|
1111
1111
|
};
|
|
1112
1112
|
rows: number;
|
|
1113
1113
|
autocomplete: string;
|
|
1114
|
-
type: "" | "number" | "default" | "
|
|
1114
|
+
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";
|
|
1115
1115
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1116
1116
|
step: string | number;
|
|
1117
1117
|
format: string | ProgressFn | undefined;
|
|
@@ -1122,41 +1122,41 @@ export declare const PlusFormItem: {
|
|
|
1122
1122
|
autosize: InputAutoSize;
|
|
1123
1123
|
} & 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>>>>;
|
|
1124
1124
|
options: OptionsType;
|
|
1125
|
-
modelValue: string | number | boolean |
|
|
1125
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1126
1126
|
fieldSlots: {
|
|
1127
1127
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
1128
1128
|
};
|
|
1129
1129
|
fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
|
|
1130
1130
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1131
1131
|
clearable: boolean;
|
|
1132
|
-
valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "slider" | "time-picker" | "time-select" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
1133
1132
|
renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
|
|
1133
|
+
valueType: TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
1134
|
+
optionsMap: {
|
|
1135
|
+
label?: string | undefined;
|
|
1136
|
+
value?: string | undefined;
|
|
1137
|
+
};
|
|
1134
1138
|
renderLabel: (label: string, props: PlusColumn) => RenderTypes;
|
|
1135
1139
|
renderErrorMessage: (props: PlusColumn & {
|
|
1136
1140
|
value?: FieldValueType;
|
|
1137
1141
|
error?: string | undefined;
|
|
1138
1142
|
label?: string | undefined;
|
|
1139
1143
|
}) => RenderTypes;
|
|
1140
|
-
optionsMap: {
|
|
1141
|
-
label?: string | undefined;
|
|
1142
|
-
value?: string | undefined;
|
|
1143
|
-
};
|
|
1144
1144
|
}>;
|
|
1145
1145
|
__isFragment?: undefined;
|
|
1146
1146
|
__isTeleport?: undefined;
|
|
1147
1147
|
__isSuspense?: undefined;
|
|
1148
1148
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1149
|
-
|
|
1150
|
-
type: PropType<
|
|
1151
|
-
|
|
1149
|
+
prop: {
|
|
1150
|
+
type: PropType<string>;
|
|
1151
|
+
required: true;
|
|
1152
1152
|
};
|
|
1153
1153
|
label: {
|
|
1154
1154
|
type: PropType<string | ComputedRef<string>>;
|
|
1155
1155
|
default: string;
|
|
1156
1156
|
};
|
|
1157
|
-
|
|
1158
|
-
type: PropType<
|
|
1159
|
-
|
|
1157
|
+
index: {
|
|
1158
|
+
type: PropType<number>;
|
|
1159
|
+
default: number;
|
|
1160
1160
|
};
|
|
1161
1161
|
tooltip: {
|
|
1162
1162
|
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
@@ -1190,7 +1190,7 @@ export declare const PlusFormItem: {
|
|
|
1190
1190
|
};
|
|
1191
1191
|
rows: number;
|
|
1192
1192
|
autocomplete: string;
|
|
1193
|
-
type: "" | "number" | "default" | "
|
|
1193
|
+
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";
|
|
1194
1194
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1195
1195
|
step: string | number;
|
|
1196
1196
|
format: string | ProgressFn | undefined;
|
|
@@ -1207,7 +1207,7 @@ export declare const PlusFormItem: {
|
|
|
1207
1207
|
default: () => never[];
|
|
1208
1208
|
};
|
|
1209
1209
|
modelValue: {
|
|
1210
|
-
type: PropType<string | number | boolean |
|
|
1210
|
+
type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
|
|
1211
1211
|
default: string;
|
|
1212
1212
|
};
|
|
1213
1213
|
fieldSlots: {
|
|
@@ -1228,12 +1228,19 @@ export declare const PlusFormItem: {
|
|
|
1228
1228
|
type: PropType<boolean>;
|
|
1229
1229
|
default: boolean;
|
|
1230
1230
|
};
|
|
1231
|
+
renderField: {
|
|
1232
|
+
type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
|
|
1233
|
+
default: undefined;
|
|
1234
|
+
};
|
|
1231
1235
|
valueType: {
|
|
1232
|
-
type: PropType<
|
|
1236
|
+
type: PropType< TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2">;
|
|
1233
1237
|
default: undefined;
|
|
1234
1238
|
};
|
|
1235
|
-
|
|
1236
|
-
type: PropType<
|
|
1239
|
+
optionsMap: {
|
|
1240
|
+
type: PropType<{
|
|
1241
|
+
label?: string | undefined;
|
|
1242
|
+
value?: string | undefined;
|
|
1243
|
+
}>;
|
|
1237
1244
|
default: undefined;
|
|
1238
1245
|
};
|
|
1239
1246
|
renderLabel: {
|
|
@@ -1248,16 +1255,9 @@ export declare const PlusFormItem: {
|
|
|
1248
1255
|
}) => RenderTypes>;
|
|
1249
1256
|
default: undefined;
|
|
1250
1257
|
};
|
|
1251
|
-
optionsMap: {
|
|
1252
|
-
type: PropType<{
|
|
1253
|
-
label?: string | undefined;
|
|
1254
|
-
value?: string | undefined;
|
|
1255
|
-
}>;
|
|
1256
|
-
default: undefined;
|
|
1257
|
-
};
|
|
1258
1258
|
}>> & {
|
|
1259
|
-
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
1260
1259
|
"onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
|
|
1260
|
+
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
1261
1261
|
}, {
|
|
1262
1262
|
formItemInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
1263
1263
|
readonly label: StringConstructor;
|
|
@@ -1596,8 +1596,8 @@ export declare const PlusFormItem: {
|
|
|
1596
1596
|
"update:modelValue": (value: FieldValueType) => void;
|
|
1597
1597
|
change: (value: FieldValueType) => void;
|
|
1598
1598
|
}, string, {
|
|
1599
|
-
index: number;
|
|
1600
1599
|
label: string | ComputedRef<string>;
|
|
1600
|
+
index: number;
|
|
1601
1601
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1602
1602
|
style?: CSSProperties | undefined;
|
|
1603
1603
|
class?: any;
|
|
@@ -1623,7 +1623,7 @@ export declare const PlusFormItem: {
|
|
|
1623
1623
|
};
|
|
1624
1624
|
rows: number;
|
|
1625
1625
|
autocomplete: string;
|
|
1626
|
-
type: "" | "number" | "default" | "
|
|
1626
|
+
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";
|
|
1627
1627
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1628
1628
|
step: string | number;
|
|
1629
1629
|
format: string | ProgressFn | undefined;
|
|
@@ -1634,25 +1634,25 @@ export declare const PlusFormItem: {
|
|
|
1634
1634
|
autosize: InputAutoSize;
|
|
1635
1635
|
} & 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>>>>;
|
|
1636
1636
|
options: OptionsType;
|
|
1637
|
-
modelValue: string | number | boolean |
|
|
1637
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1638
1638
|
fieldSlots: {
|
|
1639
1639
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
1640
1640
|
};
|
|
1641
1641
|
fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
|
|
1642
1642
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1643
1643
|
clearable: boolean;
|
|
1644
|
-
valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "slider" | "time-picker" | "time-select" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
1645
1644
|
renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
|
|
1645
|
+
valueType: TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
1646
|
+
optionsMap: {
|
|
1647
|
+
label?: string | undefined;
|
|
1648
|
+
value?: string | undefined;
|
|
1649
|
+
};
|
|
1646
1650
|
renderLabel: (label: string, props: PlusColumn) => RenderTypes;
|
|
1647
1651
|
renderErrorMessage: (props: PlusColumn & {
|
|
1648
1652
|
value?: FieldValueType;
|
|
1649
1653
|
error?: string | undefined;
|
|
1650
1654
|
label?: string | undefined;
|
|
1651
1655
|
}) => RenderTypes;
|
|
1652
|
-
optionsMap: {
|
|
1653
|
-
label?: string | undefined;
|
|
1654
|
-
value?: string | undefined;
|
|
1655
|
-
};
|
|
1656
1656
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1657
1657
|
$slots: Partial<Record<string, (_: {
|
|
1658
1658
|
label: string;
|
|
@@ -1662,7 +1662,7 @@ export declare const PlusFormItem: {
|
|
|
1662
1662
|
fieldInstance?: any;
|
|
1663
1663
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1664
1664
|
prop: string;
|
|
1665
|
-
modelValue: string | number | boolean |
|
|
1665
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1666
1666
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1667
1667
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1668
1668
|
style?: CSSProperties | undefined;
|
|
@@ -1690,9 +1690,9 @@ export declare const PlusFormItem: {
|
|
|
1690
1690
|
clearable: boolean;
|
|
1691
1691
|
index: number;
|
|
1692
1692
|
}) => any>> & Partial<Record<string, (_: {
|
|
1693
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
1693
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
|
|
1694
1694
|
readonly label: string | ComputedRef<string>;
|
|
1695
|
-
readonly modelValue: string | number | boolean |
|
|
1695
|
+
readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1696
1696
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1697
1697
|
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1698
1698
|
style?: CSSProperties | undefined;
|
|
@@ -1719,7 +1719,7 @@ export declare const PlusFormItem: {
|
|
|
1719
1719
|
};
|
|
1720
1720
|
rows: number;
|
|
1721
1721
|
autocomplete: string;
|
|
1722
|
-
type: "" | "number" | "default" | "
|
|
1722
|
+
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";
|
|
1723
1723
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1724
1724
|
step: string | number;
|
|
1725
1725
|
format: string | ProgressFn | undefined;
|
|
@@ -1758,7 +1758,7 @@ export declare const PlusFormItem: {
|
|
|
1758
1758
|
fieldInstance?: any;
|
|
1759
1759
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1760
1760
|
prop: string;
|
|
1761
|
-
modelValue: string | number | boolean |
|
|
1761
|
+
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
1762
1762
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1763
1763
|
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1764
1764
|
style?: CSSProperties | undefined;
|