yc-pro-components 0.0.21 → 0.0.23
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 +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/dialog-form/src/index.vue2.mjs +1 -3
- 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/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/drawer-form/src/index.vue2.mjs +2 -0
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form/src/index.vue2.mjs +2 -0
- package/es/components/form-item/index.d.ts +42 -42
- 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 +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +452 -452
- package/es/components/page/src/index.vue.d.ts +154 -154
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/popover/src/index.vue2.mjs +1 -0
- 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 +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- 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 +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/utils/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-more-actions/src/index.vue.mjs +1 -1
- package/es/components/yc-more-actions/src/index.vue2.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- 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 +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-status-dialog/src/index.vue2.mjs +1 -0
- 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/usePlusFormReset.d.ts +208 -208
- package/es/index.css +3 -3
- package/index.css +54 -52
- package/index.js +12 -8
- package/index.min.css +3 -3
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +12 -8
- 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 +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/dialog-form/src/index.vue2.js +1 -3
- 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/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/drawer-form/src/index.vue2.js +2 -0
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form/src/index.vue2.js +2 -0
- package/lib/components/form-item/index.d.ts +42 -42
- 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 +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +452 -452
- package/lib/components/page/src/index.vue.d.ts +154 -154
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/popover/src/index.vue2.js +1 -0
- 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 +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- 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 +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/utils/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-more-actions/src/index.vue.js +1 -1
- package/lib/components/yc-more-actions/src/index.vue2.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- 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 +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-status-dialog/src/index.vue2.js +1 -0
- 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/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +3 -3
- 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/plus-yc-animate-selector.css +1 -0
- package/theme-chalk/plus-yc-download-dialog.css +1 -0
- package/theme-chalk/plus-yc-plus-page.css +1 -0
- package/theme-chalk/src/index.scss +4 -0
- package/theme-chalk/src/table.scss +33 -0
- package/theme-chalk/src/yc-animate-selector.scss +42 -0
- package/theme-chalk/src/yc-download-dialog.scss +80 -0
- package/theme-chalk/src/yc-plus-page.scss +37 -0
|
@@ -5,6 +5,10 @@ export type PlusDialogInstance = InstanceType<typeof Dialog>;
|
|
|
5
5
|
export * from './src/type';
|
|
6
6
|
export declare const PlusDialog: {
|
|
7
7
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: PropType<boolean>;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
8
12
|
title: {
|
|
9
13
|
type: PropType<string>;
|
|
10
14
|
default: string;
|
|
@@ -17,16 +21,12 @@ export declare const PlusDialog: {
|
|
|
17
21
|
type: PropType<string>;
|
|
18
22
|
default: string;
|
|
19
23
|
};
|
|
20
|
-
modelValue: {
|
|
21
|
-
type: PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
24
|
hasFooter: {
|
|
25
25
|
type: PropType<boolean>;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
28
|
footerAlign: {
|
|
29
|
-
type: PropType<"
|
|
29
|
+
type: PropType<"center" | "right" | "left">;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
confirmLoading: {
|
|
@@ -50,6 +50,10 @@ export declare const PlusDialog: {
|
|
|
50
50
|
cancel: () => void;
|
|
51
51
|
confirm: () => void;
|
|
52
52
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
53
|
+
modelValue: {
|
|
54
|
+
type: PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
53
57
|
title: {
|
|
54
58
|
type: PropType<string>;
|
|
55
59
|
default: string;
|
|
@@ -62,16 +66,12 @@ export declare const PlusDialog: {
|
|
|
62
66
|
type: PropType<string>;
|
|
63
67
|
default: string;
|
|
64
68
|
};
|
|
65
|
-
modelValue: {
|
|
66
|
-
type: PropType<boolean>;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
69
|
hasFooter: {
|
|
70
70
|
type: PropType<boolean>;
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
footerAlign: {
|
|
74
|
-
type: PropType<"
|
|
74
|
+
type: PropType<"center" | "right" | "left">;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
confirmLoading: {
|
|
@@ -91,12 +91,12 @@ export declare const PlusDialog: {
|
|
|
91
91
|
onCancel?: (() => any) | undefined;
|
|
92
92
|
onConfirm?: (() => any) | undefined;
|
|
93
93
|
}, {
|
|
94
|
+
modelValue: boolean;
|
|
94
95
|
title: string;
|
|
95
96
|
width: string | number;
|
|
96
97
|
top: string;
|
|
97
|
-
modelValue: boolean;
|
|
98
98
|
hasFooter: boolean;
|
|
99
|
-
footerAlign: "
|
|
99
|
+
footerAlign: "center" | "right" | "left";
|
|
100
100
|
confirmLoading: boolean;
|
|
101
101
|
cancelText: string;
|
|
102
102
|
confirmText: string;
|
|
@@ -108,6 +108,10 @@ export declare const PlusDialog: {
|
|
|
108
108
|
M: {};
|
|
109
109
|
Defaults: {};
|
|
110
110
|
}, Readonly< ExtractPropTypes<{
|
|
111
|
+
modelValue: {
|
|
112
|
+
type: PropType<boolean>;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
111
115
|
title: {
|
|
112
116
|
type: PropType<string>;
|
|
113
117
|
default: string;
|
|
@@ -120,16 +124,12 @@ export declare const PlusDialog: {
|
|
|
120
124
|
type: PropType<string>;
|
|
121
125
|
default: string;
|
|
122
126
|
};
|
|
123
|
-
modelValue: {
|
|
124
|
-
type: PropType<boolean>;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
127
|
hasFooter: {
|
|
128
128
|
type: PropType<boolean>;
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
footerAlign: {
|
|
132
|
-
type: PropType<"
|
|
132
|
+
type: PropType<"center" | "right" | "left">;
|
|
133
133
|
default: string;
|
|
134
134
|
};
|
|
135
135
|
confirmLoading: {
|
|
@@ -149,12 +149,12 @@ export declare const PlusDialog: {
|
|
|
149
149
|
onCancel?: (() => any) | undefined;
|
|
150
150
|
onConfirm?: (() => any) | undefined;
|
|
151
151
|
}, {}, {}, {}, {}, {
|
|
152
|
+
modelValue: boolean;
|
|
152
153
|
title: string;
|
|
153
154
|
width: string | number;
|
|
154
155
|
top: string;
|
|
155
|
-
modelValue: boolean;
|
|
156
156
|
hasFooter: boolean;
|
|
157
|
-
footerAlign: "
|
|
157
|
+
footerAlign: "center" | "right" | "left";
|
|
158
158
|
confirmLoading: boolean;
|
|
159
159
|
cancelText: string;
|
|
160
160
|
confirmText: string;
|
|
@@ -163,6 +163,10 @@ export declare const PlusDialog: {
|
|
|
163
163
|
__isTeleport?: undefined;
|
|
164
164
|
__isSuspense?: undefined;
|
|
165
165
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
166
|
+
modelValue: {
|
|
167
|
+
type: PropType<boolean>;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
166
170
|
title: {
|
|
167
171
|
type: PropType<string>;
|
|
168
172
|
default: string;
|
|
@@ -175,16 +179,12 @@ export declare const PlusDialog: {
|
|
|
175
179
|
type: PropType<string>;
|
|
176
180
|
default: string;
|
|
177
181
|
};
|
|
178
|
-
modelValue: {
|
|
179
|
-
type: PropType<boolean>;
|
|
180
|
-
default: boolean;
|
|
181
|
-
};
|
|
182
182
|
hasFooter: {
|
|
183
183
|
type: PropType<boolean>;
|
|
184
184
|
default: boolean;
|
|
185
185
|
};
|
|
186
186
|
footerAlign: {
|
|
187
|
-
type: PropType<"
|
|
187
|
+
type: PropType<"center" | "right" | "left">;
|
|
188
188
|
default: string;
|
|
189
189
|
};
|
|
190
190
|
confirmLoading: {
|
|
@@ -208,12 +208,12 @@ export declare const PlusDialog: {
|
|
|
208
208
|
cancel: () => void;
|
|
209
209
|
confirm: () => void;
|
|
210
210
|
}, string, {
|
|
211
|
+
modelValue: boolean;
|
|
211
212
|
title: string;
|
|
212
213
|
width: string | number;
|
|
213
214
|
top: string;
|
|
214
|
-
modelValue: boolean;
|
|
215
215
|
hasFooter: boolean;
|
|
216
|
-
footerAlign: "
|
|
216
|
+
footerAlign: "center" | "right" | "left";
|
|
217
217
|
confirmLoading: boolean;
|
|
218
218
|
cancelText: string;
|
|
219
219
|
confirmText: string;
|
|
@@ -30,12 +30,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
30
30
|
onCancel?: (() => any) | undefined;
|
|
31
31
|
onConfirm?: (() => any) | undefined;
|
|
32
32
|
}, {
|
|
33
|
+
modelValue: boolean;
|
|
33
34
|
title: string;
|
|
34
35
|
width: string | number;
|
|
35
36
|
top: string;
|
|
36
|
-
modelValue: boolean;
|
|
37
37
|
hasFooter: boolean;
|
|
38
|
-
footerAlign: "
|
|
38
|
+
footerAlign: "center" | "right" | "left";
|
|
39
39
|
confirmLoading: boolean;
|
|
40
40
|
cancelText: string;
|
|
41
41
|
confirmText: string;
|
|
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
|
|
|
2
2
|
import { LooseRequired } from '@vue/shared';
|
|
3
3
|
import { FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
5
|
-
import { PlusDialogProps, PlusFormProps,
|
|
5
|
+
import { FieldValues, PlusDialogProps, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
|
|
6
6
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Ref, CSSProperties, Component } from 'vue';
|
|
7
7
|
import { default as DialogForm } from './src/index.vue';
|
|
8
8
|
|
|
@@ -10,6 +10,10 @@ export type { PlusDialogFormProps } from './src/index.vue';
|
|
|
10
10
|
export type PlusDialogFormInstance = InstanceType<typeof DialogForm>;
|
|
11
11
|
export declare const PlusDialogForm: {
|
|
12
12
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: PropType<FieldValues>;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
13
17
|
dialog: {
|
|
14
18
|
type: PropType<PlusDialogProps>;
|
|
15
19
|
default: () => {};
|
|
@@ -22,18 +26,14 @@ export declare const PlusDialogForm: {
|
|
|
22
26
|
type: PropType<boolean>;
|
|
23
27
|
default: boolean;
|
|
24
28
|
};
|
|
25
|
-
modelValue: {
|
|
26
|
-
type: PropType<FieldValues>;
|
|
27
|
-
default: () => {};
|
|
28
|
-
};
|
|
29
29
|
hasErrorTip: {
|
|
30
30
|
type: PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
34
35
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
35
36
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
36
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
37
37
|
onClose?: (() => any) | undefined;
|
|
38
38
|
onCancel?: (() => any) | undefined;
|
|
39
39
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -332,6 +332,10 @@ export declare const PlusDialogForm: {
|
|
|
332
332
|
close: () => void;
|
|
333
333
|
confirmError: (errors: unknown) => void;
|
|
334
334
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
335
|
+
modelValue: {
|
|
336
|
+
type: PropType<FieldValues>;
|
|
337
|
+
default: () => {};
|
|
338
|
+
};
|
|
335
339
|
dialog: {
|
|
336
340
|
type: PropType<PlusDialogProps>;
|
|
337
341
|
default: () => {};
|
|
@@ -344,27 +348,23 @@ export declare const PlusDialogForm: {
|
|
|
344
348
|
type: PropType<boolean>;
|
|
345
349
|
default: boolean;
|
|
346
350
|
};
|
|
347
|
-
modelValue: {
|
|
348
|
-
type: PropType<FieldValues>;
|
|
349
|
-
default: () => {};
|
|
350
|
-
};
|
|
351
351
|
hasErrorTip: {
|
|
352
352
|
type: PropType<boolean>;
|
|
353
353
|
default: boolean;
|
|
354
354
|
};
|
|
355
355
|
}>> & {
|
|
356
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
356
357
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
357
358
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
358
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
359
359
|
onClose?: (() => any) | undefined;
|
|
360
360
|
onCancel?: (() => any) | undefined;
|
|
361
361
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
362
362
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
363
363
|
}, {
|
|
364
|
+
modelValue: FieldValues;
|
|
364
365
|
dialog: PlusDialogProps;
|
|
365
366
|
form: PlusFormProps;
|
|
366
367
|
visible: boolean;
|
|
367
|
-
modelValue: FieldValues;
|
|
368
368
|
hasErrorTip: boolean;
|
|
369
369
|
}, true, {}, {}, {
|
|
370
370
|
P: {};
|
|
@@ -374,6 +374,10 @@ export declare const PlusDialogForm: {
|
|
|
374
374
|
M: {};
|
|
375
375
|
Defaults: {};
|
|
376
376
|
}, Readonly< ExtractPropTypes<{
|
|
377
|
+
modelValue: {
|
|
378
|
+
type: PropType<FieldValues>;
|
|
379
|
+
default: () => {};
|
|
380
|
+
};
|
|
377
381
|
dialog: {
|
|
378
382
|
type: PropType<PlusDialogProps>;
|
|
379
383
|
default: () => {};
|
|
@@ -386,18 +390,14 @@ export declare const PlusDialogForm: {
|
|
|
386
390
|
type: PropType<boolean>;
|
|
387
391
|
default: boolean;
|
|
388
392
|
};
|
|
389
|
-
modelValue: {
|
|
390
|
-
type: PropType<FieldValues>;
|
|
391
|
-
default: () => {};
|
|
392
|
-
};
|
|
393
393
|
hasErrorTip: {
|
|
394
394
|
type: PropType<boolean>;
|
|
395
395
|
default: boolean;
|
|
396
396
|
};
|
|
397
397
|
}>> & {
|
|
398
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
398
399
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
399
400
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
400
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
401
401
|
onClose?: (() => any) | undefined;
|
|
402
402
|
onCancel?: (() => any) | undefined;
|
|
403
403
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -688,16 +688,20 @@ export declare const PlusDialogForm: {
|
|
|
688
688
|
readonly scrollToError: boolean;
|
|
689
689
|
}>>;
|
|
690
690
|
}, {}, {}, {}, {
|
|
691
|
+
modelValue: FieldValues;
|
|
691
692
|
dialog: PlusDialogProps;
|
|
692
693
|
form: PlusFormProps;
|
|
693
694
|
visible: boolean;
|
|
694
|
-
modelValue: FieldValues;
|
|
695
695
|
hasErrorTip: boolean;
|
|
696
696
|
}>;
|
|
697
697
|
__isFragment?: undefined;
|
|
698
698
|
__isTeleport?: undefined;
|
|
699
699
|
__isSuspense?: undefined;
|
|
700
700
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
701
|
+
modelValue: {
|
|
702
|
+
type: PropType<FieldValues>;
|
|
703
|
+
default: () => {};
|
|
704
|
+
};
|
|
701
705
|
dialog: {
|
|
702
706
|
type: PropType<PlusDialogProps>;
|
|
703
707
|
default: () => {};
|
|
@@ -710,18 +714,14 @@ export declare const PlusDialogForm: {
|
|
|
710
714
|
type: PropType<boolean>;
|
|
711
715
|
default: boolean;
|
|
712
716
|
};
|
|
713
|
-
modelValue: {
|
|
714
|
-
type: PropType<FieldValues>;
|
|
715
|
-
default: () => {};
|
|
716
|
-
};
|
|
717
717
|
hasErrorTip: {
|
|
718
718
|
type: PropType<boolean>;
|
|
719
719
|
default: boolean;
|
|
720
720
|
};
|
|
721
721
|
}>> & {
|
|
722
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
722
723
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
723
724
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
724
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
725
725
|
onClose?: (() => any) | undefined;
|
|
726
726
|
onCancel?: (() => any) | undefined;
|
|
727
727
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
@@ -1020,21 +1020,21 @@ export declare const PlusDialogForm: {
|
|
|
1020
1020
|
close: () => void;
|
|
1021
1021
|
confirmError: (errors: unknown) => void;
|
|
1022
1022
|
}, string, {
|
|
1023
|
+
modelValue: FieldValues;
|
|
1023
1024
|
dialog: PlusDialogProps;
|
|
1024
1025
|
form: PlusFormProps;
|
|
1025
1026
|
visible: boolean;
|
|
1026
|
-
modelValue: FieldValues;
|
|
1027
1027
|
hasErrorTip: boolean;
|
|
1028
1028
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1029
1029
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1030
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1030
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1031
1031
|
readonly label: string | ComputedRef<string>;
|
|
1032
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1032
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1033
1033
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1034
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1034
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1035
1035
|
style?: CSSProperties | undefined;
|
|
1036
1036
|
class?: any;
|
|
1037
|
-
} & RecordType> | ComputedRef<
|
|
1037
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1038
1038
|
style?: CSSProperties | undefined;
|
|
1039
1039
|
class?: any;
|
|
1040
1040
|
} & RecordType>>;
|
|
@@ -1101,12 +1101,12 @@ export declare const PlusDialogForm: {
|
|
|
1101
1101
|
fieldInstance?: any;
|
|
1102
1102
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1103
1103
|
prop: string;
|
|
1104
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1104
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1105
1105
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1106
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1106
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1107
1107
|
style?: CSSProperties | undefined;
|
|
1108
1108
|
class?: any;
|
|
1109
|
-
} & RecordType> | ComputedRef<
|
|
1109
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1110
1110
|
style?: CSSProperties | undefined;
|
|
1111
1111
|
class?: any;
|
|
1112
1112
|
} & RecordType>>;
|
|
@@ -330,28 +330,28 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
330
330
|
dialog: () => {};
|
|
331
331
|
form: () => {};
|
|
332
332
|
}>>> & {
|
|
333
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
333
334
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
334
335
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
335
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
336
336
|
onClose?: (() => any) | undefined;
|
|
337
337
|
onCancel?: (() => any) | undefined;
|
|
338
338
|
onConfirm?: ((values: FieldValues) => any) | undefined;
|
|
339
339
|
onConfirmError?: ((errors: unknown) => any) | undefined;
|
|
340
340
|
}, {
|
|
341
|
+
modelValue: FieldValues;
|
|
341
342
|
dialog: PlusDialogProps;
|
|
342
343
|
form: PlusFormProps;
|
|
343
344
|
visible: boolean;
|
|
344
|
-
modelValue: FieldValues;
|
|
345
345
|
hasErrorTip: boolean;
|
|
346
346
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
347
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
347
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
348
348
|
readonly label: string | ComputedRef<string>;
|
|
349
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
349
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
350
350
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
351
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
351
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
352
352
|
style?: CSSProperties | undefined;
|
|
353
353
|
class?: any;
|
|
354
|
-
} & RecordType> | ComputedRef<
|
|
354
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
355
355
|
style?: CSSProperties | undefined;
|
|
356
356
|
class?: any;
|
|
357
357
|
} & RecordType>>;
|
|
@@ -418,12 +418,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
418
418
|
fieldInstance?: any;
|
|
419
419
|
valueIsReady?: Ref<boolean> | undefined;
|
|
420
420
|
prop: string;
|
|
421
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
421
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
422
422
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
423
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
423
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
424
424
|
style?: CSSProperties | undefined;
|
|
425
425
|
class?: any;
|
|
426
|
-
} & RecordType> | ComputedRef<
|
|
426
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
427
427
|
style?: CSSProperties | undefined;
|
|
428
428
|
class?: any;
|
|
429
429
|
} & RecordType>>;
|
|
@@ -71,9 +71,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
71
71
|
}
|
|
72
72
|
emit("confirmError", errors);
|
|
73
73
|
} finally {
|
|
74
|
-
|
|
75
|
-
isSubmitting.value = false;
|
|
76
|
-
}, 300);
|
|
74
|
+
isSubmitting.value = false;
|
|
77
75
|
}
|
|
78
76
|
};
|
|
79
77
|
const debouncedConfirm = debounce(doConfirm, 300, {
|
|
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
|
|
|
2
2
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
3
3
|
import { ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
4
4
|
import { LooseRequired } from '@vue/shared';
|
|
5
|
-
import {
|
|
5
|
+
import { PlusFormProps, RecordType, PlusColumn, FieldValueType, PlusFormItemProps, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'packages/yc-components';
|
|
6
6
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, CSSProperties } from 'vue';
|
|
7
7
|
import { default as DisplayItem } from './src/index.vue';
|
|
8
8
|
|
|
@@ -14,14 +14,14 @@ export declare const PlusDisplayItem: {
|
|
|
14
14
|
type: PropType<number>;
|
|
15
15
|
default: number;
|
|
16
16
|
};
|
|
17
|
-
rest: {
|
|
18
|
-
type: PropType<RecordType>;
|
|
19
|
-
default: () => {};
|
|
20
|
-
};
|
|
21
17
|
formProps: {
|
|
22
18
|
type: PropType<PlusFormProps>;
|
|
23
19
|
default: () => {};
|
|
24
20
|
};
|
|
21
|
+
rest: {
|
|
22
|
+
type: PropType<RecordType>;
|
|
23
|
+
default: () => {};
|
|
24
|
+
};
|
|
25
25
|
column: {
|
|
26
26
|
type: PropType<PlusColumn>;
|
|
27
27
|
required: true;
|
|
@@ -67,14 +67,14 @@ export declare const PlusDisplayItem: {
|
|
|
67
67
|
type: PropType<number>;
|
|
68
68
|
default: number;
|
|
69
69
|
};
|
|
70
|
-
rest: {
|
|
71
|
-
type: PropType<RecordType>;
|
|
72
|
-
default: () => {};
|
|
73
|
-
};
|
|
74
70
|
formProps: {
|
|
75
71
|
type: PropType<PlusFormProps>;
|
|
76
72
|
default: () => {};
|
|
77
73
|
};
|
|
74
|
+
rest: {
|
|
75
|
+
type: PropType<RecordType>;
|
|
76
|
+
default: () => {};
|
|
77
|
+
};
|
|
78
78
|
column: {
|
|
79
79
|
type: PropType<PlusColumn>;
|
|
80
80
|
required: true;
|
|
@@ -100,8 +100,8 @@ export declare const PlusDisplayItem: {
|
|
|
100
100
|
}) => any) | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
index: number;
|
|
103
|
-
rest: RecordType;
|
|
104
103
|
formProps: PlusFormProps;
|
|
104
|
+
rest: RecordType;
|
|
105
105
|
column: PlusColumn;
|
|
106
106
|
row: RecordType;
|
|
107
107
|
editable: boolean | "click" | "dblclick";
|
|
@@ -117,14 +117,14 @@ export declare const PlusDisplayItem: {
|
|
|
117
117
|
type: PropType<number>;
|
|
118
118
|
default: number;
|
|
119
119
|
};
|
|
120
|
-
rest: {
|
|
121
|
-
type: PropType<RecordType>;
|
|
122
|
-
default: () => {};
|
|
123
|
-
};
|
|
124
120
|
formProps: {
|
|
125
121
|
type: PropType<PlusFormProps>;
|
|
126
122
|
default: () => {};
|
|
127
123
|
};
|
|
124
|
+
rest: {
|
|
125
|
+
type: PropType<RecordType>;
|
|
126
|
+
default: () => {};
|
|
127
|
+
};
|
|
128
128
|
column: {
|
|
129
129
|
type: PropType<PlusColumn>;
|
|
130
130
|
required: true;
|
|
@@ -161,8 +161,8 @@ export declare const PlusDisplayItem: {
|
|
|
161
161
|
};
|
|
162
162
|
}, {}, {}, {}, {
|
|
163
163
|
index: number;
|
|
164
|
-
rest: RecordType;
|
|
165
164
|
formProps: PlusFormProps;
|
|
165
|
+
rest: RecordType;
|
|
166
166
|
column: PlusColumn;
|
|
167
167
|
row: RecordType;
|
|
168
168
|
editable: boolean | "click" | "dblclick";
|
|
@@ -175,14 +175,14 @@ export declare const PlusDisplayItem: {
|
|
|
175
175
|
type: PropType<number>;
|
|
176
176
|
default: number;
|
|
177
177
|
};
|
|
178
|
-
rest: {
|
|
179
|
-
type: PropType<RecordType>;
|
|
180
|
-
default: () => {};
|
|
181
|
-
};
|
|
182
178
|
formProps: {
|
|
183
179
|
type: PropType<PlusFormProps>;
|
|
184
180
|
default: () => {};
|
|
185
181
|
};
|
|
182
|
+
rest: {
|
|
183
|
+
type: PropType<RecordType>;
|
|
184
|
+
default: () => {};
|
|
185
|
+
};
|
|
186
186
|
column: {
|
|
187
187
|
type: PropType<PlusColumn>;
|
|
188
188
|
required: true;
|
|
@@ -225,21 +225,21 @@ export declare const PlusDisplayItem: {
|
|
|
225
225
|
}) => void;
|
|
226
226
|
}, string, {
|
|
227
227
|
index: number;
|
|
228
|
-
rest: RecordType;
|
|
229
228
|
formProps: PlusFormProps;
|
|
229
|
+
rest: RecordType;
|
|
230
230
|
column: PlusColumn;
|
|
231
231
|
row: RecordType;
|
|
232
232
|
editable: boolean | "click" | "dblclick";
|
|
233
233
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
234
234
|
$slots: Partial<Record<string, (_: {
|
|
235
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
235
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
236
236
|
readonly label: string | ComputedRef<string>;
|
|
237
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
237
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
238
238
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
239
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
239
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
240
240
|
style?: CSSProperties | undefined;
|
|
241
241
|
class?: any;
|
|
242
|
-
} & RecordType> | ComputedRef<
|
|
242
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
243
243
|
style?: CSSProperties | undefined;
|
|
244
244
|
class?: any;
|
|
245
245
|
} & RecordType>>;
|
|
@@ -306,12 +306,12 @@ export declare const PlusDisplayItem: {
|
|
|
306
306
|
fieldInstance?: any;
|
|
307
307
|
valueIsReady?: Ref<boolean> | undefined;
|
|
308
308
|
prop: string;
|
|
309
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
309
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
310
310
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
311
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
311
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
312
312
|
style?: CSSProperties | undefined;
|
|
313
313
|
class?: any;
|
|
314
|
-
} & RecordType> | ComputedRef<
|
|
314
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
315
315
|
style?: CSSProperties | undefined;
|
|
316
316
|
class?: any;
|
|
317
317
|
} & RecordType>>;
|
|
@@ -340,14 +340,14 @@ export declare const PlusDisplayItem: {
|
|
|
340
340
|
clearable: boolean;
|
|
341
341
|
index: number;
|
|
342
342
|
}) => any>> & Partial<Record<string, (_: {
|
|
343
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
343
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
344
344
|
readonly label: string | ComputedRef<string>;
|
|
345
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
345
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
346
346
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
347
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
347
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
348
348
|
style?: CSSProperties | undefined;
|
|
349
349
|
class?: any;
|
|
350
|
-
} & RecordType> | ComputedRef<
|
|
350
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
351
351
|
style?: CSSProperties | undefined;
|
|
352
352
|
class?: any;
|
|
353
353
|
} & RecordType>>;
|
|
@@ -414,12 +414,12 @@ export declare const PlusDisplayItem: {
|
|
|
414
414
|
fieldInstance?: any;
|
|
415
415
|
valueIsReady?: Ref<boolean> | undefined;
|
|
416
416
|
prop: string;
|
|
417
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
417
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
418
418
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
419
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
419
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
420
420
|
style?: CSSProperties | undefined;
|
|
421
421
|
class?: any;
|
|
422
|
-
} & RecordType> | ComputedRef<
|
|
422
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
423
423
|
style?: CSSProperties | undefined;
|
|
424
424
|
class?: any;
|
|
425
425
|
} & RecordType>>;
|
|
@@ -448,14 +448,14 @@ export declare const PlusDisplayItem: {
|
|
|
448
448
|
clearable: boolean;
|
|
449
449
|
index: number;
|
|
450
450
|
}) => any>> & Partial<Record<string, (_: {
|
|
451
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
451
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
452
452
|
readonly label: string | ComputedRef<string>;
|
|
453
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
453
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
454
454
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
455
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
455
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
456
456
|
style?: CSSProperties | undefined;
|
|
457
457
|
class?: any;
|
|
458
|
-
} & RecordType> | ComputedRef<
|
|
458
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
459
459
|
style?: CSSProperties | undefined;
|
|
460
460
|
class?: any;
|
|
461
461
|
} & RecordType>>;
|
|
@@ -522,12 +522,12 @@ export declare const PlusDisplayItem: {
|
|
|
522
522
|
fieldInstance?: any;
|
|
523
523
|
valueIsReady?: Ref<boolean> | undefined;
|
|
524
524
|
prop: string;
|
|
525
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
525
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
526
526
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
527
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
527
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
528
528
|
style?: CSSProperties | undefined;
|
|
529
529
|
class?: any;
|
|
530
|
-
} & RecordType> | ComputedRef<
|
|
530
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
531
531
|
style?: CSSProperties | undefined;
|
|
532
532
|
class?: any;
|
|
533
533
|
} & RecordType>>;
|