yc-pro-components 0.0.25 → 0.0.26
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 +32 -32
- package/es/components/display-item/src/index.vue.d.ts +13 -13
- 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 +128 -128
- package/es/components/form-item/src/form-item.mjs +2 -1
- package/es/components/form-item/src/index.vue.d.ts +16 -16
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +900 -900
- package/es/components/page/src/index.vue.d.ts +289 -289
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +28 -28
- package/es/components/table/src/table-title-bar.vue2.mjs +1 -0
- 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-dialog/src/index.vue2.mjs +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/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +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 +6 -1
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-tree/src/index.vue2.mjs +14 -6
- 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-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +2 -2
- package/index.css +48 -48
- package/index.js +21 -11
- package/index.min.css +2 -2
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +21 -11
- 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 +32 -32
- package/lib/components/display-item/src/index.vue.d.ts +13 -13
- 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 +128 -128
- package/lib/components/form-item/src/form-item.js +2 -1
- package/lib/components/form-item/src/index.vue.d.ts +16 -16
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +900 -900
- package/lib/components/page/src/index.vue.d.ts +289 -289
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +28 -28
- package/lib/components/table/src/table-title-bar.vue2.js +1 -0
- 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-dialog/src/index.vue2.js +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/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +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 +6 -1
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- package/lib/components/yc-plus-tree/src/index.vue2.js +13 -5
- 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-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +2 -2
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-dialog.css +1 -1
- package/theme-chalk/plus-display-item.css +1 -1
- package/theme-chalk/plus-table.css +1 -1
- package/theme-chalk/plus-yc-dialog.css +1 -1
- package/theme-chalk/plus-yc-drawer.css +1 -1
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/src/dialog.scss +45 -0
- package/theme-chalk/src/display-item.scss +1 -0
- package/theme-chalk/src/table.scss +10 -0
- package/theme-chalk/src/yc-dialog.scss +50 -0
- package/theme-chalk/src/yc-drawer.scss +1 -1
- package/theme-chalk/src/yc-plus-tree.scss +1 -0
|
@@ -26,8 +26,8 @@ export declare const PlusPagination: {
|
|
|
26
26
|
default: () => number[];
|
|
27
27
|
};
|
|
28
28
|
}>> & {
|
|
29
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
30
29
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
30
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
31
31
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
32
32
|
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
33
33
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -56,8 +56,8 @@ export declare const PlusPagination: {
|
|
|
56
56
|
default: () => number[];
|
|
57
57
|
};
|
|
58
58
|
}>> & {
|
|
59
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
60
59
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
60
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
61
61
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
62
62
|
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
63
63
|
}, {
|
|
@@ -93,8 +93,8 @@ export declare const PlusPagination: {
|
|
|
93
93
|
default: () => number[];
|
|
94
94
|
};
|
|
95
95
|
}>> & {
|
|
96
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
97
96
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
97
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
98
98
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
99
99
|
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
100
100
|
}, {}, {}, {}, {}, {
|
|
@@ -127,8 +127,8 @@ export declare const PlusPagination: {
|
|
|
127
127
|
default: () => number[];
|
|
128
128
|
};
|
|
129
129
|
}>> & {
|
|
130
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
131
130
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
131
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
132
132
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
133
133
|
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
134
134
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
24
24
|
};
|
|
25
25
|
align: string;
|
|
26
26
|
}>>> & {
|
|
27
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
28
27
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
28
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
29
29
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
30
30
|
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
31
31
|
}, {
|
|
@@ -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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
45
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
62
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
93
|
+
actualValue: ComputedRef< EpPropMergeType<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
109
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
116
|
+
readonly modelValue: EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
117
|
+
readonly label: EpPropMergeType<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
139
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
156
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
187
|
+
actualValue: ComputedRef< EpPropMergeType<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
191
|
+
readonly modelValue: EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
192
|
+
readonly label: EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
193
193
|
readonly disabled: boolean;
|
|
194
194
|
readonly name: string;
|
|
195
195
|
readonly border: boolean;
|
|
@@ -397,8 +397,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
397
397
|
default: boolean;
|
|
398
398
|
};
|
|
399
399
|
}>> & {
|
|
400
|
-
onChange?: ((value: string | number | boolean) => any) | undefined;
|
|
401
400
|
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
401
|
+
onChange?: ((value: string | number | boolean) => any) | undefined;
|
|
402
402
|
}, {
|
|
403
403
|
options: OptionsRow<RecordType>[];
|
|
404
404
|
modelValue: string | number | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
40
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
57
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
88
|
+
actualValue: ComputedRef< EpPropMergeType<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
104
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
111
|
+
readonly modelValue: EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
112
|
+
readonly label: EpPropMergeType<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
134
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
151
|
+
readonly value: EpPropFinalized<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown> | undefined>;
|
|
182
|
+
actualValue: ComputedRef< EpPropMergeType<(NumberConstructor | BooleanConstructor | 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<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
186
|
+
readonly modelValue: EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
187
|
+
readonly label: EpPropMergeType<(NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
188
188
|
readonly disabled: boolean;
|
|
189
189
|
readonly name: string;
|
|
190
190
|
readonly border: boolean;
|
|
@@ -374,8 +374,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
374
374
|
fieldSlots: undefined;
|
|
375
375
|
fieldChildrenSlot: undefined;
|
|
376
376
|
}>>> & {
|
|
377
|
-
onChange?: ((value: ValueType) => any) | undefined;
|
|
378
377
|
"onUpdate:modelValue"?: ((value: ValueType) => any) | undefined;
|
|
378
|
+
onChange?: ((value: ValueType) => any) | undefined;
|
|
379
379
|
}, {
|
|
380
380
|
options: OptionsRow<RecordType>[];
|
|
381
381
|
modelValue: ValueType;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
2
|
+
import { ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, FormItemProps } from 'element-plus';
|
|
2
3
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
3
|
-
import { 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 { FieldValueType, PlusColumn, RenderTypes, RecordType, PropsItemType, Mutable, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
|
|
5
5
|
import { DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
6
6
|
export type { PlusRenderProps } from './src/index.vue';
|
|
@@ -16,14 +16,11 @@ export declare const PlusRender: DefineComponent<{
|
|
|
16
16
|
default: undefined;
|
|
17
17
|
};
|
|
18
18
|
callbackValue: {
|
|
19
|
-
type: PropType<string | number | boolean |
|
|
19
|
+
type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
customFieldProps: {
|
|
23
|
-
type: PropType< PropsItemType<
|
|
24
|
-
[key: string]: any;
|
|
25
|
-
style?: CSSProperties | undefined;
|
|
26
|
-
}> | PropsItemType<Partial<{
|
|
23
|
+
type: PropType< PropsItemType<Partial<{
|
|
27
24
|
[index: string]: any;
|
|
28
25
|
[index: number]: any;
|
|
29
26
|
[index: symbol]: any;
|
|
@@ -37,7 +34,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
37
34
|
};
|
|
38
35
|
rows: number;
|
|
39
36
|
autocomplete: string;
|
|
40
|
-
type: "" | "number" | "default" | "
|
|
37
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
41
38
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
42
39
|
step: string | number;
|
|
43
40
|
format: string | ProgressFn | undefined;
|
|
@@ -46,7 +43,10 @@ export declare const PlusRender: DefineComponent<{
|
|
|
46
43
|
effect: string;
|
|
47
44
|
height: string | number;
|
|
48
45
|
autosize: InputAutoSize;
|
|
49
|
-
} & 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
|
|
46
|
+
} & 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>>>> | PropsItemType< Mutable<FormItemProps> & {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
style?: CSSProperties | undefined;
|
|
49
|
+
}>>;
|
|
50
50
|
default: () => {};
|
|
51
51
|
};
|
|
52
52
|
params: {
|
|
@@ -65,14 +65,11 @@ export declare const PlusRender: DefineComponent<{
|
|
|
65
65
|
default: undefined;
|
|
66
66
|
};
|
|
67
67
|
callbackValue: {
|
|
68
|
-
type: PropType<string | number | boolean |
|
|
68
|
+
type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
customFieldProps: {
|
|
72
|
-
type: PropType< PropsItemType<
|
|
73
|
-
[key: string]: any;
|
|
74
|
-
style?: CSSProperties | undefined;
|
|
75
|
-
}> | PropsItemType<Partial<{
|
|
72
|
+
type: PropType< PropsItemType<Partial<{
|
|
76
73
|
[index: string]: any;
|
|
77
74
|
[index: number]: any;
|
|
78
75
|
[index: symbol]: any;
|
|
@@ -86,7 +83,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
86
83
|
};
|
|
87
84
|
rows: number;
|
|
88
85
|
autocomplete: string;
|
|
89
|
-
type: "" | "number" | "default" | "
|
|
86
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
90
87
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
91
88
|
step: string | number;
|
|
92
89
|
format: string | ProgressFn | undefined;
|
|
@@ -95,7 +92,10 @@ export declare const PlusRender: DefineComponent<{
|
|
|
95
92
|
effect: string;
|
|
96
93
|
height: string | number;
|
|
97
94
|
autosize: InputAutoSize;
|
|
98
|
-
} & 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
|
|
95
|
+
} & 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>>>> | PropsItemType< Mutable<FormItemProps> & {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
style?: CSSProperties | undefined;
|
|
98
|
+
}>>;
|
|
99
99
|
default: () => {};
|
|
100
100
|
};
|
|
101
101
|
params: {
|
|
@@ -104,7 +104,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
}>>, {
|
|
106
106
|
renderType: "form";
|
|
107
|
-
callbackValue: string | number | boolean |
|
|
107
|
+
callbackValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | 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" | "
|
|
125
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "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;
|
|
@@ -31,7 +31,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
31
31
|
params: () => {};
|
|
32
32
|
}>>>, {
|
|
33
33
|
renderType: "form";
|
|
34
|
-
callbackValue: string | number | boolean |
|
|
34
|
+
callbackValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
35
35
|
customFieldProps: PropsItemType< Mutable<FormItemProps> & {
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
style?: CSSProperties | undefined;
|
|
@@ -49,7 +49,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
49
49
|
};
|
|
50
50
|
rows: number;
|
|
51
51
|
autocomplete: string;
|
|
52
|
-
type: "" | "number" | "default" | "
|
|
52
|
+
type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
53
53
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
54
54
|
step: string | number;
|
|
55
55
|
format: string | ProgressFn | undefined;
|