@wlydfe/pro-ui 0.2.24 → 0.2.27
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 +4 -4
- package/es/components/check-card/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/index.d.ts +4 -4
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +11 -11
- package/es/components/date-picker/src/index.vue.d.ts +11 -11
- package/es/components/descriptions/index.d.ts +19 -19
- package/es/components/descriptions/src/index.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +6 -6
- package/es/components/dialog-form/src/index.vue.d.ts +3 -3
- package/es/components/display-item/index.d.ts +25 -25
- package/es/components/display-item/src/index.vue.d.ts +7 -7
- package/es/components/drawer-form/index.d.ts +36 -36
- package/es/components/drawer-form/src/index.vue.d.ts +5 -5
- package/es/components/form/index.d.ts +88 -88
- package/es/components/form/src/form-content.vue.d.ts +9 -9
- package/es/components/form/src/index.vue.d.ts +11 -11
- package/es/components/form-item/index.d.ts +84 -84
- package/es/components/form-item/src/index.vue.d.ts +10 -10
- package/es/components/input-tag/index.d.ts +6 -6
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +992 -992
- package/es/components/page/src/index.vue.d.ts +324 -324
- package/es/components/pagination/index.d.ts +27 -27
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/popover/index.d.ts +49 -49
- package/es/components/popover/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +10 -10
- package/es/components/radio/src/index.vue.d.ts +2 -2
- package/es/components/render/index.d.ts +14 -14
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +266 -266
- package/es/components/search/src/index.vue.d.ts +77 -77
- package/es/components/sidebar/index.d.ts +16 -16
- 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 +164 -164
- package/es/components/table/src/index.vue.d.ts +13 -13
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
- package/es/components/table/src/table-column-index.vue.d.ts +1 -1
- package/es/components/table/src/table-column.vue.d.ts +22 -22
- package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/es/index.css +12 -12
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/components/check-card/index.d.ts +4 -4
- package/lib/components/check-card/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/index.d.ts +4 -4
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +11 -11
- package/lib/components/date-picker/src/index.vue.d.ts +11 -11
- package/lib/components/descriptions/index.d.ts +19 -19
- package/lib/components/descriptions/src/index.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +6 -6
- package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
- package/lib/components/display-item/index.d.ts +25 -25
- package/lib/components/display-item/src/index.vue.d.ts +7 -7
- package/lib/components/drawer-form/index.d.ts +36 -36
- package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
- package/lib/components/form/index.d.ts +88 -88
- package/lib/components/form/src/form-content.vue.d.ts +9 -9
- package/lib/components/form/src/index.vue.d.ts +11 -11
- package/lib/components/form-item/index.d.ts +84 -84
- package/lib/components/form-item/src/index.vue.d.ts +10 -10
- package/lib/components/input-tag/index.d.ts +6 -6
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +992 -992
- package/lib/components/page/src/index.vue.d.ts +324 -324
- package/lib/components/pagination/index.d.ts +27 -27
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/popover/index.d.ts +49 -49
- package/lib/components/popover/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +10 -10
- package/lib/components/radio/src/index.vue.d.ts +2 -2
- package/lib/components/render/index.d.ts +14 -14
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +266 -266
- package/lib/components/search/src/index.vue.d.ts +77 -77
- package/lib/components/sidebar/index.d.ts +16 -16
- 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 +164 -164
- package/lib/components/table/src/index.vue.d.ts +13 -13
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
- package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
- package/lib/components/table/src/table-column.vue.d.ts +22 -22
- package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
- package/lib/{form.css → index.css} +13 -13
- 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
|
@@ -10,6 +10,10 @@ export declare const PlusPagination: {
|
|
|
10
10
|
type: PropType<"right" | "left">;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
+
total: {
|
|
14
|
+
type: PropType<number>;
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
13
17
|
modelValue: {
|
|
14
18
|
type: PropType<PageInfo>;
|
|
15
19
|
default: () => {
|
|
@@ -17,19 +21,15 @@ export declare const PlusPagination: {
|
|
|
17
21
|
pageSize: number;
|
|
18
22
|
};
|
|
19
23
|
};
|
|
20
|
-
total: {
|
|
21
|
-
type: PropType<number>;
|
|
22
|
-
default: number;
|
|
23
|
-
};
|
|
24
24
|
pageSizeList: {
|
|
25
25
|
type: PropType<number[]>;
|
|
26
26
|
default: () => number[];
|
|
27
27
|
};
|
|
28
28
|
}>> & {
|
|
29
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
30
29
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
31
|
-
|
|
30
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
32
31
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
32
|
+
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
33
33
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
34
34
|
"update:modelValue": (pageInfo: PageInfo) => void;
|
|
35
35
|
change: (pageInfo: PageInfo) => void;
|
|
@@ -40,6 +40,10 @@ export declare const PlusPagination: {
|
|
|
40
40
|
type: PropType<"right" | "left">;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
|
+
total: {
|
|
44
|
+
type: PropType<number>;
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
43
47
|
modelValue: {
|
|
44
48
|
type: PropType<PageInfo>;
|
|
45
49
|
default: () => {
|
|
@@ -47,23 +51,19 @@ export declare const PlusPagination: {
|
|
|
47
51
|
pageSize: number;
|
|
48
52
|
};
|
|
49
53
|
};
|
|
50
|
-
total: {
|
|
51
|
-
type: PropType<number>;
|
|
52
|
-
default: number;
|
|
53
|
-
};
|
|
54
54
|
pageSizeList: {
|
|
55
55
|
type: PropType<number[]>;
|
|
56
56
|
default: () => number[];
|
|
57
57
|
};
|
|
58
58
|
}>> & {
|
|
59
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
60
59
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
61
|
-
|
|
60
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
62
61
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
62
|
+
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
align: "right" | "left";
|
|
65
|
-
modelValue: PageInfo;
|
|
66
65
|
total: number;
|
|
66
|
+
modelValue: PageInfo;
|
|
67
67
|
pageSizeList: number[];
|
|
68
68
|
}, true, {}, {}, {
|
|
69
69
|
P: {};
|
|
@@ -77,6 +77,10 @@ export declare const PlusPagination: {
|
|
|
77
77
|
type: PropType<"right" | "left">;
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
|
+
total: {
|
|
81
|
+
type: PropType<number>;
|
|
82
|
+
default: number;
|
|
83
|
+
};
|
|
80
84
|
modelValue: {
|
|
81
85
|
type: PropType<PageInfo>;
|
|
82
86
|
default: () => {
|
|
@@ -84,23 +88,19 @@ export declare const PlusPagination: {
|
|
|
84
88
|
pageSize: number;
|
|
85
89
|
};
|
|
86
90
|
};
|
|
87
|
-
total: {
|
|
88
|
-
type: PropType<number>;
|
|
89
|
-
default: number;
|
|
90
|
-
};
|
|
91
91
|
pageSizeList: {
|
|
92
92
|
type: PropType<number[]>;
|
|
93
93
|
default: () => number[];
|
|
94
94
|
};
|
|
95
95
|
}>> & {
|
|
96
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
97
96
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
98
|
-
|
|
97
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
99
98
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
99
|
+
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
100
100
|
}, {}, {}, {}, {}, {
|
|
101
101
|
align: "right" | "left";
|
|
102
|
-
modelValue: PageInfo;
|
|
103
102
|
total: number;
|
|
103
|
+
modelValue: PageInfo;
|
|
104
104
|
pageSizeList: number[];
|
|
105
105
|
}>;
|
|
106
106
|
__isFragment?: undefined;
|
|
@@ -111,6 +111,10 @@ export declare const PlusPagination: {
|
|
|
111
111
|
type: PropType<"right" | "left">;
|
|
112
112
|
default: string;
|
|
113
113
|
};
|
|
114
|
+
total: {
|
|
115
|
+
type: PropType<number>;
|
|
116
|
+
default: number;
|
|
117
|
+
};
|
|
114
118
|
modelValue: {
|
|
115
119
|
type: PropType<PageInfo>;
|
|
116
120
|
default: () => {
|
|
@@ -118,19 +122,15 @@ export declare const PlusPagination: {
|
|
|
118
122
|
pageSize: number;
|
|
119
123
|
};
|
|
120
124
|
};
|
|
121
|
-
total: {
|
|
122
|
-
type: PropType<number>;
|
|
123
|
-
default: number;
|
|
124
|
-
};
|
|
125
125
|
pageSizeList: {
|
|
126
126
|
type: PropType<number[]>;
|
|
127
127
|
default: () => number[];
|
|
128
128
|
};
|
|
129
129
|
}>> & {
|
|
130
|
-
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
131
130
|
"onUpdate:modelValue"?: ((pageInfo: PageInfo) => any) | undefined;
|
|
132
|
-
|
|
131
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
133
132
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
133
|
+
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
134
134
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
135
135
|
"update:modelValue": (pageInfo: PageInfo) => void;
|
|
136
136
|
change: (pageInfo: PageInfo) => void;
|
|
@@ -138,8 +138,8 @@ export declare const PlusPagination: {
|
|
|
138
138
|
"current-change": (value: number) => void;
|
|
139
139
|
}, string, {
|
|
140
140
|
align: "right" | "left";
|
|
141
|
-
modelValue: PageInfo;
|
|
142
141
|
total: number;
|
|
142
|
+
modelValue: PageInfo;
|
|
143
143
|
pageSizeList: number[];
|
|
144
144
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
145
145
|
$slots: {
|
|
@@ -24,14 +24,14 @@ 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;
|
|
29
|
-
|
|
28
|
+
onChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
30
29
|
"onSize-change"?: ((value: number) => any) | undefined;
|
|
30
|
+
"onCurrent-change"?: ((value: number) => any) | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
align: "right" | "left";
|
|
33
|
-
modelValue: PageInfo;
|
|
34
33
|
total: number;
|
|
34
|
+
modelValue: PageInfo;
|
|
35
35
|
pageSizeList: number[];
|
|
36
36
|
}, {}>, {
|
|
37
37
|
"pagination-left"?(_: {}): any;
|
|
@@ -2,22 +2,22 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
2
2
|
export type { PlusPopoverProps } from './src/index.vue';
|
|
3
3
|
export declare const PlusPopover: {
|
|
4
4
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
-
|
|
6
|
-
type: PropType<string>;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
cancelText: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
confirmLoading: {
|
|
5
|
+
hasShowBottomButton: {
|
|
14
6
|
type: PropType<boolean>;
|
|
15
7
|
default: boolean;
|
|
16
8
|
};
|
|
17
|
-
|
|
9
|
+
confirmLoading: {
|
|
18
10
|
type: PropType<boolean>;
|
|
19
11
|
default: boolean;
|
|
20
12
|
};
|
|
13
|
+
cancelText: {
|
|
14
|
+
type: PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
confirmText: {
|
|
18
|
+
type: PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
21
|
}>> & {
|
|
22
22
|
onCancel?: (() => any) | undefined;
|
|
23
23
|
onConfirm?: (() => any) | undefined;
|
|
@@ -25,30 +25,30 @@ export declare const PlusPopover: {
|
|
|
25
25
|
cancel: () => void;
|
|
26
26
|
confirm: () => void;
|
|
27
27
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
28
|
-
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
cancelText: {
|
|
33
|
-
type: PropType<string>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
confirmLoading: {
|
|
28
|
+
hasShowBottomButton: {
|
|
37
29
|
type: PropType<boolean>;
|
|
38
30
|
default: boolean;
|
|
39
31
|
};
|
|
40
|
-
|
|
32
|
+
confirmLoading: {
|
|
41
33
|
type: PropType<boolean>;
|
|
42
34
|
default: boolean;
|
|
43
35
|
};
|
|
36
|
+
cancelText: {
|
|
37
|
+
type: PropType<string>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
confirmText: {
|
|
41
|
+
type: PropType<string>;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
44
|
}>> & {
|
|
45
45
|
onCancel?: (() => any) | undefined;
|
|
46
46
|
onConfirm?: (() => any) | undefined;
|
|
47
47
|
}, {
|
|
48
|
-
confirmText: string;
|
|
49
|
-
cancelText: string;
|
|
50
|
-
confirmLoading: boolean;
|
|
51
48
|
hasShowBottomButton: boolean;
|
|
49
|
+
confirmLoading: boolean;
|
|
50
|
+
cancelText: string;
|
|
51
|
+
confirmText: string;
|
|
52
52
|
}, true, {}, {}, {
|
|
53
53
|
P: {};
|
|
54
54
|
B: {};
|
|
@@ -57,51 +57,51 @@ export declare const PlusPopover: {
|
|
|
57
57
|
M: {};
|
|
58
58
|
Defaults: {};
|
|
59
59
|
}, Readonly< ExtractPropTypes<{
|
|
60
|
-
|
|
61
|
-
type: PropType<string>;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
cancelText: {
|
|
65
|
-
type: PropType<string>;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
confirmLoading: {
|
|
60
|
+
hasShowBottomButton: {
|
|
69
61
|
type: PropType<boolean>;
|
|
70
62
|
default: boolean;
|
|
71
63
|
};
|
|
72
|
-
|
|
64
|
+
confirmLoading: {
|
|
73
65
|
type: PropType<boolean>;
|
|
74
66
|
default: boolean;
|
|
75
67
|
};
|
|
68
|
+
cancelText: {
|
|
69
|
+
type: PropType<string>;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
confirmText: {
|
|
73
|
+
type: PropType<string>;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
76
|
}>> & {
|
|
77
77
|
onCancel?: (() => any) | undefined;
|
|
78
78
|
onConfirm?: (() => any) | undefined;
|
|
79
79
|
}, {}, {}, {}, {}, {
|
|
80
|
-
confirmText: string;
|
|
81
|
-
cancelText: string;
|
|
82
|
-
confirmLoading: boolean;
|
|
83
80
|
hasShowBottomButton: boolean;
|
|
81
|
+
confirmLoading: boolean;
|
|
82
|
+
cancelText: string;
|
|
83
|
+
confirmText: string;
|
|
84
84
|
}>;
|
|
85
85
|
__isFragment?: undefined;
|
|
86
86
|
__isTeleport?: undefined;
|
|
87
87
|
__isSuspense?: undefined;
|
|
88
88
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
89
|
-
|
|
90
|
-
type: PropType<string>;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
cancelText: {
|
|
94
|
-
type: PropType<string>;
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
confirmLoading: {
|
|
89
|
+
hasShowBottomButton: {
|
|
98
90
|
type: PropType<boolean>;
|
|
99
91
|
default: boolean;
|
|
100
92
|
};
|
|
101
|
-
|
|
93
|
+
confirmLoading: {
|
|
102
94
|
type: PropType<boolean>;
|
|
103
95
|
default: boolean;
|
|
104
96
|
};
|
|
97
|
+
cancelText: {
|
|
98
|
+
type: PropType<string>;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
confirmText: {
|
|
102
|
+
type: PropType<string>;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
105
|
}>> & {
|
|
106
106
|
onCancel?: (() => any) | undefined;
|
|
107
107
|
onConfirm?: (() => any) | undefined;
|
|
@@ -109,10 +109,10 @@ export declare const PlusPopover: {
|
|
|
109
109
|
cancel: () => void;
|
|
110
110
|
confirm: () => void;
|
|
111
111
|
}, string, {
|
|
112
|
-
confirmText: string;
|
|
113
|
-
cancelText: string;
|
|
114
|
-
confirmLoading: boolean;
|
|
115
112
|
hasShowBottomButton: boolean;
|
|
113
|
+
confirmLoading: boolean;
|
|
114
|
+
cancelText: string;
|
|
115
|
+
confirmText: string;
|
|
116
116
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
117
117
|
$slots: {
|
|
118
118
|
default?(_: {}): any;
|
|
@@ -28,10 +28,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
28
28
|
onCancel?: (() => any) | undefined;
|
|
29
29
|
onConfirm?: (() => any) | undefined;
|
|
30
30
|
}, {
|
|
31
|
-
confirmText: string;
|
|
32
|
-
cancelText: string;
|
|
33
|
-
confirmLoading: boolean;
|
|
34
31
|
hasShowBottomButton: boolean;
|
|
32
|
+
confirmLoading: boolean;
|
|
33
|
+
cancelText: string;
|
|
34
|
+
confirmText: string;
|
|
35
35
|
}, {}>, {
|
|
36
36
|
default?(_: {}): any;
|
|
37
37
|
reference?(_: {}): any;
|
|
@@ -7,6 +7,10 @@ import { PlusRadioProps } from './src/index.vue';
|
|
|
7
7
|
|
|
8
8
|
export type { PlusRadioProps };
|
|
9
9
|
export declare const PlusRadio: DefineComponent<{
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: PropType<string | number | boolean>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
10
14
|
fieldSlots: {
|
|
11
15
|
type: PropType<{
|
|
12
16
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
@@ -17,10 +21,6 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
17
21
|
type: PropType<(option?: OptionsRow<undefined> | undefined) => RenderTypes>;
|
|
18
22
|
default: undefined;
|
|
19
23
|
};
|
|
20
|
-
modelValue: {
|
|
21
|
-
type: PropType<string | number | boolean>;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
24
|
options: {
|
|
25
25
|
type: PropType< OptionsRow<RecordType>[]>;
|
|
26
26
|
required: true;
|
|
@@ -373,6 +373,10 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
373
373
|
change: (value: string | number | boolean) => void;
|
|
374
374
|
"update:modelValue": (value: string | number | boolean) => void;
|
|
375
375
|
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
376
|
+
modelValue: {
|
|
377
|
+
type: PropType<string | number | boolean>;
|
|
378
|
+
default: string;
|
|
379
|
+
};
|
|
376
380
|
fieldSlots: {
|
|
377
381
|
type: PropType<{
|
|
378
382
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
@@ -383,10 +387,6 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
383
387
|
type: PropType<(option?: OptionsRow<undefined> | undefined) => RenderTypes>;
|
|
384
388
|
default: undefined;
|
|
385
389
|
};
|
|
386
|
-
modelValue: {
|
|
387
|
-
type: PropType<string | number | boolean>;
|
|
388
|
-
default: string;
|
|
389
|
-
};
|
|
390
390
|
options: {
|
|
391
391
|
type: PropType< OptionsRow<RecordType>[]>;
|
|
392
392
|
required: true;
|
|
@@ -397,14 +397,14 @@ 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
|
+
modelValue: string | number | boolean;
|
|
403
404
|
fieldSlots: {
|
|
404
405
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
405
406
|
};
|
|
406
407
|
fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
|
|
407
|
-
modelValue: string | number | boolean;
|
|
408
408
|
options: OptionsRow<RecordType>[];
|
|
409
409
|
isCancel: boolean;
|
|
410
410
|
}, {}>;
|
|
@@ -374,14 +374,14 @@ 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
|
+
modelValue: ValueType;
|
|
380
381
|
fieldSlots: {
|
|
381
382
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
382
383
|
};
|
|
383
384
|
fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
|
|
384
|
-
modelValue: ValueType;
|
|
385
385
|
options: OptionsRow<RecordType>[];
|
|
386
386
|
isCancel: boolean;
|
|
387
387
|
}, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/plus-pro-components';
|
|
2
2
|
import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
3
|
+
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';
|
|
3
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
4
|
-
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';
|
|
5
5
|
import { FieldValueType, PlusColumn, RenderTypes, RecordType, PropsItemType, Mutable, OmitTypes, CascaderProps } from '@wlydfe/pro-ui';
|
|
6
6
|
import { DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
7
7
|
export type { PlusRenderProps } from './src/index.vue';
|
|
@@ -21,15 +21,12 @@ export declare const PlusRender: DefineComponent<{
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
customFieldProps: {
|
|
24
|
-
type: PropType< PropsItemType<
|
|
25
|
-
[key: string]: any;
|
|
26
|
-
style?: CSSProperties | undefined;
|
|
27
|
-
}> | PropsItemType<Partial<{
|
|
24
|
+
type: PropType< PropsItemType<Partial<{
|
|
28
25
|
[key: string]: any;
|
|
29
26
|
style: CSSProperties;
|
|
30
27
|
rows: number;
|
|
31
28
|
autocomplete: string;
|
|
32
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
29
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
|
|
33
30
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
34
31
|
step: string | number;
|
|
35
32
|
format: string | ProgressFn | undefined;
|
|
@@ -38,7 +35,10 @@ export declare const PlusRender: DefineComponent<{
|
|
|
38
35
|
effect: string;
|
|
39
36
|
height: string | number;
|
|
40
37
|
autosize: InputAutoSize;
|
|
41
|
-
} & 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
|
|
38
|
+
} & 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> & {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
style?: CSSProperties | undefined;
|
|
41
|
+
}>>;
|
|
42
42
|
default: () => {};
|
|
43
43
|
};
|
|
44
44
|
params: {
|
|
@@ -61,15 +61,12 @@ export declare const PlusRender: DefineComponent<{
|
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
63
|
customFieldProps: {
|
|
64
|
-
type: PropType< PropsItemType<
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
style?: CSSProperties | undefined;
|
|
67
|
-
}> | PropsItemType<Partial<{
|
|
64
|
+
type: PropType< PropsItemType<Partial<{
|
|
68
65
|
[key: string]: any;
|
|
69
66
|
style: CSSProperties;
|
|
70
67
|
rows: number;
|
|
71
68
|
autocomplete: string;
|
|
72
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
69
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
|
|
73
70
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
74
71
|
step: string | number;
|
|
75
72
|
format: string | ProgressFn | undefined;
|
|
@@ -78,7 +75,10 @@ export declare const PlusRender: DefineComponent<{
|
|
|
78
75
|
effect: string;
|
|
79
76
|
height: string | number;
|
|
80
77
|
autosize: InputAutoSize;
|
|
81
|
-
} & 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
|
|
78
|
+
} & 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> & {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
style?: CSSProperties | undefined;
|
|
81
|
+
}>>;
|
|
82
82
|
default: () => {};
|
|
83
83
|
};
|
|
84
84
|
params: {
|
|
@@ -96,7 +96,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
96
96
|
style: CSSProperties;
|
|
97
97
|
rows: number;
|
|
98
98
|
autocomplete: string;
|
|
99
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
99
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
|
|
100
100
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
101
101
|
step: string | number;
|
|
102
102
|
format: string | ProgressFn | undefined;
|
|
@@ -40,7 +40,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
40
40
|
style: CSSProperties;
|
|
41
41
|
rows: number;
|
|
42
42
|
autocomplete: string;
|
|
43
|
-
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "
|
|
43
|
+
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
|
|
44
44
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
45
45
|
step: string | number;
|
|
46
46
|
format: string | ProgressFn | undefined;
|