@aplus-frontend/ui 0.0.1-beta.6 → 0.0.1-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +59 -49
- package/es/src/ap-action/constant.d.ts +0 -0
- package/es/src/ap-action/group/index.vue.d.ts +38 -0
- package/es/src/ap-action/group/index.vue.mjs +64 -0
- package/es/src/ap-action/group/index.vue2.mjs +4 -0
- package/es/src/ap-action/index.d.ts +14 -0
- package/es/src/ap-action/index.mjs +17 -0
- package/es/src/ap-action/interface.d.ts +81 -0
- package/es/src/ap-action/item/index.vue.d.ts +44 -0
- package/es/src/ap-action/item/index.vue.mjs +49 -0
- package/es/src/ap-action/item/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +57 -0
- package/es/src/ap-action/item-dropdown/index.vue.mjs +92 -0
- package/es/src/ap-action/item-dropdown/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-modal/index.vue.d.ts +41 -0
- package/es/src/ap-action/item-modal/index.vue.mjs +34 -0
- package/es/src/ap-action/item-modal/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +343 -0
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +37 -0
- package/es/src/ap-action/item-popconfirm/index.vue2.mjs +4 -0
- package/es/src/ap-action/style/item-dropdown.css +11 -0
- package/es/src/ap-action/style/item.css +28 -0
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-field/interface.d.ts +3 -2
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +1 -1
- package/es/src/ap-field/switch/index.vue.d.ts +1 -1
- package/es/src/ap-field/switch/index.vue.mjs +68 -39
- package/es/src/ap-field/text/index.vue.d.ts +3 -3
- package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/es/src/ap-form/index.d.ts +76 -76
- package/es/src/base-button/index.d.ts +28 -28
- package/es/src/config-provider/config-provider.d.ts +4 -4
- package/es/src/config-provider/index.d.ts +12 -12
- package/es/src/count-down/index.d.ts +12 -12
- package/es/src/cropper/cropper-avatar.vue.d.ts +1 -1
- package/es/src/cropper/cropper-image.vue.d.ts +1 -1
- package/es/src/cropper/index.d.ts +42 -42
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/description/index.d.ts +3 -3
- package/es/src/dropdown/dropdown.vue.d.ts +1 -1
- package/es/src/dropdown/index.d.ts +7 -7
- package/es/src/icon/index.d.ts +41 -41
- package/es/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/es/src/icon-picker/index.d.ts +45 -45
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +98 -88
- package/es/src/modal/basic.vue.d.ts +4 -3
- package/es/src/modal/basic.vue.mjs +53 -49
- package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/es/src/modal/components/modal.d.ts +2 -2
- package/es/src/modal/index.d.ts +10 -11
- package/es/src/modal/index.mjs +2 -3
- package/es/src/modal/props.mjs +1 -1
- package/es/src/modal/style/index.css +29 -30
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +8 -8
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/strength-meter/index.d.ts +12 -12
- package/es/src/theme/ap-action/item-dropdown.css +11 -0
- package/es/src/theme/ap-action/item.css +28 -0
- package/es/src/theme/modal/index.css +29 -30
- package/lib/index.js +1 -1
- package/lib/src/ap-action/constant.d.ts +0 -0
- package/lib/src/ap-action/group/index.vue.d.ts +38 -0
- package/lib/src/ap-action/group/index.vue.js +1 -0
- package/lib/src/ap-action/group/index.vue2.js +1 -0
- package/lib/src/ap-action/index.d.ts +14 -0
- package/lib/src/ap-action/index.js +1 -0
- package/lib/src/ap-action/interface.d.ts +81 -0
- package/lib/src/ap-action/item/index.vue.d.ts +44 -0
- package/lib/src/ap-action/item/index.vue.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +57 -0
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -0
- package/lib/src/ap-action/item-dropdown/index.vue2.js +1 -0
- package/lib/src/ap-action/item-modal/index.vue.d.ts +41 -0
- package/lib/src/ap-action/item-modal/index.vue.js +1 -0
- package/lib/src/ap-action/item-modal/index.vue2.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +343 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue2.js +1 -0
- package/lib/src/ap-action/style/item-dropdown.css +11 -0
- package/lib/src/ap-action/style/item.css +28 -0
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-field/interface.d.ts +3 -2
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +1 -1
- package/lib/src/ap-field/switch/index.vue.d.ts +1 -1
- package/lib/src/ap-field/switch/index.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +3 -3
- package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/lib/src/ap-form/index.d.ts +76 -76
- package/lib/src/base-button/index.d.ts +28 -28
- package/lib/src/config-provider/config-provider.d.ts +4 -4
- package/lib/src/config-provider/index.d.ts +12 -12
- package/lib/src/count-down/index.d.ts +12 -12
- package/lib/src/cropper/cropper-avatar.vue.d.ts +1 -1
- package/lib/src/cropper/cropper-image.vue.d.ts +1 -1
- package/lib/src/cropper/index.d.ts +42 -42
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/description/index.d.ts +3 -3
- package/lib/src/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/src/dropdown/index.d.ts +7 -7
- package/lib/src/icon/index.d.ts +41 -41
- package/lib/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/lib/src/icon-picker/index.d.ts +45 -45
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +4 -3
- package/lib/src/modal/basic.vue.js +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/lib/src/modal/components/modal.d.ts +2 -2
- package/lib/src/modal/index.d.ts +10 -11
- package/lib/src/modal/index.js +1 -1
- package/lib/src/modal/props.js +1 -1
- package/lib/src/modal/style/index.css +29 -30
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +8 -8
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/strength-meter/index.d.ts +12 -12
- package/lib/src/theme/ap-action/item-dropdown.css +11 -0
- package/lib/src/theme/ap-action/item.css +28 -0
- package/lib/src/theme/modal/index.css +29 -30
- package/package.json +3 -3
package/es/src/icon/index.d.ts
CHANGED
|
@@ -2,6 +2,13 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
2
2
|
export * from './interface';
|
|
3
3
|
export declare const Icon: {
|
|
4
4
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
+
color: {
|
|
6
|
+
type: PropType<string>;
|
|
7
|
+
};
|
|
8
|
+
icon: {
|
|
9
|
+
type: PropType<string>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
5
12
|
size: {
|
|
6
13
|
type: PropType<string | number>;
|
|
7
14
|
default: number;
|
|
@@ -10,18 +17,18 @@ export declare const Icon: {
|
|
|
10
17
|
type: PropType<string>;
|
|
11
18
|
default: string;
|
|
12
19
|
};
|
|
13
|
-
color: {
|
|
14
|
-
type: PropType<string>;
|
|
15
|
-
};
|
|
16
20
|
spin: {
|
|
17
21
|
type: PropType<boolean>;
|
|
18
22
|
default: boolean;
|
|
19
23
|
};
|
|
24
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
25
|
+
color: {
|
|
26
|
+
type: PropType<string>;
|
|
27
|
+
};
|
|
20
28
|
icon: {
|
|
21
29
|
type: PropType<string>;
|
|
22
30
|
required: true;
|
|
23
31
|
};
|
|
24
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
25
32
|
size: {
|
|
26
33
|
type: PropType<string | number>;
|
|
27
34
|
default: number;
|
|
@@ -30,17 +37,10 @@ export declare const Icon: {
|
|
|
30
37
|
type: PropType<string>;
|
|
31
38
|
default: string;
|
|
32
39
|
};
|
|
33
|
-
color: {
|
|
34
|
-
type: PropType<string>;
|
|
35
|
-
};
|
|
36
40
|
spin: {
|
|
37
41
|
type: PropType<boolean>;
|
|
38
42
|
default: boolean;
|
|
39
43
|
};
|
|
40
|
-
icon: {
|
|
41
|
-
type: PropType<string>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
44
|
}>>, {
|
|
45
45
|
size: string | number;
|
|
46
46
|
prefix: string;
|
|
@@ -53,6 +53,13 @@ export declare const Icon: {
|
|
|
53
53
|
M: {};
|
|
54
54
|
Defaults: {};
|
|
55
55
|
}, Readonly< ExtractPropTypes<{
|
|
56
|
+
color: {
|
|
57
|
+
type: PropType<string>;
|
|
58
|
+
};
|
|
59
|
+
icon: {
|
|
60
|
+
type: PropType<string>;
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
56
63
|
size: {
|
|
57
64
|
type: PropType<string | number>;
|
|
58
65
|
default: number;
|
|
@@ -61,17 +68,10 @@ export declare const Icon: {
|
|
|
61
68
|
type: PropType<string>;
|
|
62
69
|
default: string;
|
|
63
70
|
};
|
|
64
|
-
color: {
|
|
65
|
-
type: PropType<string>;
|
|
66
|
-
};
|
|
67
71
|
spin: {
|
|
68
72
|
type: PropType<boolean>;
|
|
69
73
|
default: boolean;
|
|
70
74
|
};
|
|
71
|
-
icon: {
|
|
72
|
-
type: PropType<string>;
|
|
73
|
-
required: true;
|
|
74
|
-
};
|
|
75
75
|
}>>, {}, {}, {}, {}, {
|
|
76
76
|
size: string | number;
|
|
77
77
|
prefix: string;
|
|
@@ -81,6 +81,13 @@ export declare const Icon: {
|
|
|
81
81
|
__isTeleport?: undefined;
|
|
82
82
|
__isSuspense?: undefined;
|
|
83
83
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
84
|
+
color: {
|
|
85
|
+
type: PropType<string>;
|
|
86
|
+
};
|
|
87
|
+
icon: {
|
|
88
|
+
type: PropType<string>;
|
|
89
|
+
required: true;
|
|
90
|
+
};
|
|
84
91
|
size: {
|
|
85
92
|
type: PropType<string | number>;
|
|
86
93
|
default: number;
|
|
@@ -89,17 +96,10 @@ export declare const Icon: {
|
|
|
89
96
|
type: PropType<string>;
|
|
90
97
|
default: string;
|
|
91
98
|
};
|
|
92
|
-
color: {
|
|
93
|
-
type: PropType<string>;
|
|
94
|
-
};
|
|
95
99
|
spin: {
|
|
96
100
|
type: PropType<boolean>;
|
|
97
101
|
default: boolean;
|
|
98
102
|
};
|
|
99
|
-
icon: {
|
|
100
|
-
type: PropType<string>;
|
|
101
|
-
required: true;
|
|
102
|
-
};
|
|
103
103
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
104
104
|
size: string | number;
|
|
105
105
|
prefix: string;
|
|
@@ -111,14 +111,14 @@ export declare const Icon: {
|
|
|
111
111
|
});
|
|
112
112
|
export declare const SvgIcon: {
|
|
113
113
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
114
|
-
name: {
|
|
115
|
-
type: PropType<string>;
|
|
116
|
-
required: true;
|
|
117
|
-
};
|
|
118
114
|
size: {
|
|
119
115
|
type: PropType<string | number>;
|
|
120
116
|
default: number;
|
|
121
117
|
};
|
|
118
|
+
name: {
|
|
119
|
+
type: PropType<string>;
|
|
120
|
+
required: true;
|
|
121
|
+
};
|
|
122
122
|
prefix: {
|
|
123
123
|
type: PropType<string>;
|
|
124
124
|
default: string;
|
|
@@ -128,14 +128,14 @@ export declare const SvgIcon: {
|
|
|
128
128
|
default: boolean;
|
|
129
129
|
};
|
|
130
130
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
131
|
-
name: {
|
|
132
|
-
type: PropType<string>;
|
|
133
|
-
required: true;
|
|
134
|
-
};
|
|
135
131
|
size: {
|
|
136
132
|
type: PropType<string | number>;
|
|
137
133
|
default: number;
|
|
138
134
|
};
|
|
135
|
+
name: {
|
|
136
|
+
type: PropType<string>;
|
|
137
|
+
required: true;
|
|
138
|
+
};
|
|
139
139
|
prefix: {
|
|
140
140
|
type: PropType<string>;
|
|
141
141
|
default: string;
|
|
@@ -156,14 +156,14 @@ export declare const SvgIcon: {
|
|
|
156
156
|
M: {};
|
|
157
157
|
Defaults: {};
|
|
158
158
|
}, Readonly< ExtractPropTypes<{
|
|
159
|
-
name: {
|
|
160
|
-
type: PropType<string>;
|
|
161
|
-
required: true;
|
|
162
|
-
};
|
|
163
159
|
size: {
|
|
164
160
|
type: PropType<string | number>;
|
|
165
161
|
default: number;
|
|
166
162
|
};
|
|
163
|
+
name: {
|
|
164
|
+
type: PropType<string>;
|
|
165
|
+
required: true;
|
|
166
|
+
};
|
|
167
167
|
prefix: {
|
|
168
168
|
type: PropType<string>;
|
|
169
169
|
default: string;
|
|
@@ -181,14 +181,14 @@ export declare const SvgIcon: {
|
|
|
181
181
|
__isTeleport?: undefined;
|
|
182
182
|
__isSuspense?: undefined;
|
|
183
183
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
184
|
-
name: {
|
|
185
|
-
type: PropType<string>;
|
|
186
|
-
required: true;
|
|
187
|
-
};
|
|
188
184
|
size: {
|
|
189
185
|
type: PropType<string | number>;
|
|
190
186
|
default: number;
|
|
191
187
|
};
|
|
188
|
+
name: {
|
|
189
|
+
type: PropType<string>;
|
|
190
|
+
required: true;
|
|
191
|
+
};
|
|
192
192
|
prefix: {
|
|
193
193
|
type: PropType<string>;
|
|
194
194
|
default: string;
|
|
@@ -24,12 +24,12 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
24
24
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
value: string;
|
|
28
27
|
mode: "svg" | "iconify";
|
|
29
|
-
readonly: boolean;
|
|
30
|
-
allowClear: boolean;
|
|
31
28
|
width: string;
|
|
29
|
+
value: string;
|
|
30
|
+
readonly: boolean;
|
|
32
31
|
copy: boolean;
|
|
32
|
+
allowClear: boolean;
|
|
33
33
|
pageSize: number;
|
|
34
34
|
}, {}>;
|
|
35
35
|
export default _default;
|
|
@@ -2,27 +2,27 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
2
2
|
export * from './interface';
|
|
3
3
|
export declare const IconPicker: {
|
|
4
4
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
-
|
|
5
|
+
mode: {
|
|
6
|
+
type: PropType<"svg" | "iconify">;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
width: {
|
|
6
10
|
type: PropType<string>;
|
|
7
11
|
default: string;
|
|
8
12
|
};
|
|
9
|
-
|
|
10
|
-
type: PropType<
|
|
13
|
+
value: {
|
|
14
|
+
type: PropType<string>;
|
|
11
15
|
default: string;
|
|
12
16
|
};
|
|
13
17
|
readonly: {
|
|
14
18
|
type: PropType<boolean>;
|
|
15
19
|
default: boolean;
|
|
16
20
|
};
|
|
17
|
-
|
|
21
|
+
copy: {
|
|
18
22
|
type: PropType<boolean>;
|
|
19
23
|
default: boolean;
|
|
20
24
|
};
|
|
21
|
-
|
|
22
|
-
type: PropType<string>;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
copy: {
|
|
25
|
+
allowClear: {
|
|
26
26
|
type: PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
@@ -40,27 +40,27 @@ export declare const IconPicker: {
|
|
|
40
40
|
change: (...args: any[]) => void;
|
|
41
41
|
"update:value": (...args: any[]) => void;
|
|
42
42
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
43
|
-
|
|
43
|
+
mode: {
|
|
44
|
+
type: PropType<"svg" | "iconify">;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
width: {
|
|
44
48
|
type: PropType<string>;
|
|
45
49
|
default: string;
|
|
46
50
|
};
|
|
47
|
-
|
|
48
|
-
type: PropType<
|
|
51
|
+
value: {
|
|
52
|
+
type: PropType<string>;
|
|
49
53
|
default: string;
|
|
50
54
|
};
|
|
51
55
|
readonly: {
|
|
52
56
|
type: PropType<boolean>;
|
|
53
57
|
default: boolean;
|
|
54
58
|
};
|
|
55
|
-
|
|
59
|
+
copy: {
|
|
56
60
|
type: PropType<boolean>;
|
|
57
61
|
default: boolean;
|
|
58
62
|
};
|
|
59
|
-
|
|
60
|
-
type: PropType<string>;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
copy: {
|
|
63
|
+
allowClear: {
|
|
64
64
|
type: PropType<boolean>;
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
@@ -75,12 +75,12 @@ export declare const IconPicker: {
|
|
|
75
75
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
value: string;
|
|
79
78
|
mode: "svg" | "iconify";
|
|
80
|
-
readonly: boolean;
|
|
81
|
-
allowClear: boolean;
|
|
82
79
|
width: string;
|
|
80
|
+
value: string;
|
|
81
|
+
readonly: boolean;
|
|
83
82
|
copy: boolean;
|
|
83
|
+
allowClear: boolean;
|
|
84
84
|
pageSize: number;
|
|
85
85
|
}, true, {}, {}, {
|
|
86
86
|
P: {};
|
|
@@ -90,27 +90,27 @@ export declare const IconPicker: {
|
|
|
90
90
|
M: {};
|
|
91
91
|
Defaults: {};
|
|
92
92
|
}, Readonly< ExtractPropTypes<{
|
|
93
|
-
|
|
93
|
+
mode: {
|
|
94
|
+
type: PropType<"svg" | "iconify">;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
width: {
|
|
94
98
|
type: PropType<string>;
|
|
95
99
|
default: string;
|
|
96
100
|
};
|
|
97
|
-
|
|
98
|
-
type: PropType<
|
|
101
|
+
value: {
|
|
102
|
+
type: PropType<string>;
|
|
99
103
|
default: string;
|
|
100
104
|
};
|
|
101
105
|
readonly: {
|
|
102
106
|
type: PropType<boolean>;
|
|
103
107
|
default: boolean;
|
|
104
108
|
};
|
|
105
|
-
|
|
109
|
+
copy: {
|
|
106
110
|
type: PropType<boolean>;
|
|
107
111
|
default: boolean;
|
|
108
112
|
};
|
|
109
|
-
|
|
110
|
-
type: PropType<string>;
|
|
111
|
-
default: string;
|
|
112
|
-
};
|
|
113
|
-
copy: {
|
|
113
|
+
allowClear: {
|
|
114
114
|
type: PropType<boolean>;
|
|
115
115
|
default: boolean;
|
|
116
116
|
};
|
|
@@ -125,39 +125,39 @@ export declare const IconPicker: {
|
|
|
125
125
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}, {}, {}, {}, {}, {
|
|
128
|
-
value: string;
|
|
129
128
|
mode: "svg" | "iconify";
|
|
130
|
-
readonly: boolean;
|
|
131
|
-
allowClear: boolean;
|
|
132
129
|
width: string;
|
|
130
|
+
value: string;
|
|
131
|
+
readonly: boolean;
|
|
133
132
|
copy: boolean;
|
|
133
|
+
allowClear: boolean;
|
|
134
134
|
pageSize: number;
|
|
135
135
|
}>;
|
|
136
136
|
__isFragment?: undefined;
|
|
137
137
|
__isTeleport?: undefined;
|
|
138
138
|
__isSuspense?: undefined;
|
|
139
139
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
140
|
-
|
|
140
|
+
mode: {
|
|
141
|
+
type: PropType<"svg" | "iconify">;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
width: {
|
|
141
145
|
type: PropType<string>;
|
|
142
146
|
default: string;
|
|
143
147
|
};
|
|
144
|
-
|
|
145
|
-
type: PropType<
|
|
148
|
+
value: {
|
|
149
|
+
type: PropType<string>;
|
|
146
150
|
default: string;
|
|
147
151
|
};
|
|
148
152
|
readonly: {
|
|
149
153
|
type: PropType<boolean>;
|
|
150
154
|
default: boolean;
|
|
151
155
|
};
|
|
152
|
-
|
|
156
|
+
copy: {
|
|
153
157
|
type: PropType<boolean>;
|
|
154
158
|
default: boolean;
|
|
155
159
|
};
|
|
156
|
-
|
|
157
|
-
type: PropType<string>;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
copy: {
|
|
160
|
+
allowClear: {
|
|
161
161
|
type: PropType<boolean>;
|
|
162
162
|
default: boolean;
|
|
163
163
|
};
|
|
@@ -175,12 +175,12 @@ export declare const IconPicker: {
|
|
|
175
175
|
change: (...args: any[]) => void;
|
|
176
176
|
"update:value": (...args: any[]) => void;
|
|
177
177
|
}, string, {
|
|
178
|
-
value: string;
|
|
179
178
|
mode: "svg" | "iconify";
|
|
180
|
-
readonly: boolean;
|
|
181
|
-
allowClear: boolean;
|
|
182
179
|
width: string;
|
|
180
|
+
value: string;
|
|
181
|
+
readonly: boolean;
|
|
183
182
|
copy: boolean;
|
|
183
|
+
allowClear: boolean;
|
|
184
184
|
pageSize: number;
|
|
185
185
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
|
|
186
186
|
$props: {
|
package/es/src/index.d.ts
CHANGED
package/es/src/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Icon as r, SvgIcon as t } from "./icon/index.mjs";
|
|
2
2
|
import { APConfigProvider as p } from "./config-provider/index.mjs";
|
|
3
3
|
import { Scrollbar as l } from "./scroll-bar/index.mjs";
|
|
4
|
-
import { CollapseContainer as
|
|
4
|
+
import { CollapseContainer as m, ScrollContainer as n } from "./container/index.mjs";
|
|
5
5
|
import { IconPicker as d } from "./icon-picker/index.mjs";
|
|
6
6
|
import { default as u } from "./locale/lang/zh-cn.mjs";
|
|
7
|
-
import { default as
|
|
7
|
+
import { default as A } from "./locale/lang/en.mjs";
|
|
8
8
|
import { BasicArrow as C, BasicHelp as S, BasicTitle as F } from "./basic/index.mjs";
|
|
9
|
-
import { ExpandTransition as
|
|
9
|
+
import { ExpandTransition as b, ExpandXTransition as g, FadeTransition as v, ScaleRotateTransition as P, ScaleTransition as B, ScrollXReverseTransition as R, ScrollXTransition as D, ScrollYReverseTransition as G, ScrollYTransition as M, SlideXReverseTransition as h, SlideXTransition as w, SlideYReverseTransition as k, SlideYTransition as X } from "./transition/index.mjs";
|
|
10
10
|
import { Description as N } from "./description/index.mjs";
|
|
11
11
|
import { Field as E } from "./pro-form/index.mjs";
|
|
12
12
|
import { BaseButton as H } from "./base-button/index.mjs";
|
|
@@ -20,68 +20,78 @@ import { default as ro } from "./pro-table/pro-table.vue.mjs";
|
|
|
20
20
|
import { default as ao } from "./pro-table/components/table-action.vue.mjs";
|
|
21
21
|
import { default as fo } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
22
22
|
import { default as io } from "./pro-table/components/table-image.vue.mjs";
|
|
23
|
-
import { useTable as
|
|
23
|
+
import { useTable as no } from "./pro-table/hooks/use-table.mjs";
|
|
24
24
|
import { ApForm as xo, ApFormItem as uo, ApFormItemGroup as co } from "./ap-form/index.mjs";
|
|
25
|
-
import { default as
|
|
25
|
+
import { default as To } from "./ap-field/text/index.vue.mjs";
|
|
26
26
|
import { default as So } from "./ap-field/checkbox/index.vue.mjs";
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
27
|
+
import { default as Io } from "./ap-field/date/index.vue.mjs";
|
|
28
|
+
import { default as go } from "./ap-field/number/index.vue.mjs";
|
|
29
|
+
import { default as Po } from "./ap-field/radio/index.vue.mjs";
|
|
30
30
|
import { default as Ro } from "./ap-field/switch/index.vue.mjs";
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
31
|
+
import { default as Go } from "./ap-field/text-area/index.vue.mjs";
|
|
32
|
+
import { default as ho } from "./ap-field/date-range/index.vue.mjs";
|
|
33
|
+
import { default as ko } from "./ap-field/select/index.vue.mjs";
|
|
34
34
|
import { adminToken as yo, aplusToken as No } from "./design-token/index.mjs";
|
|
35
|
-
import {
|
|
36
|
-
import { default as Ho } from "./
|
|
37
|
-
import { default as zo } from "./base-button/
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as Re } from "./pro-form/components/api-
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
35
|
+
import { ApActionItem as Eo } from "./ap-action/index.mjs";
|
|
36
|
+
import { default as Ho } from "./pro-form/pro-form.vue.mjs";
|
|
37
|
+
import { default as zo } from "./base-button/modal-button.vue.mjs";
|
|
38
|
+
import { default as jo } from "./base-button/pop-confirm-button.vue.mjs";
|
|
39
|
+
import { default as Jo } from "./ap-action/group/index.vue.mjs";
|
|
40
|
+
import { configProviderProps as Uo } from "./config-provider/config-provider-props.mjs";
|
|
41
|
+
import { configProviderContextKey as Wo, tableDefaultConfig as Zo } from "./config-provider/constants.mjs";
|
|
42
|
+
import { keysOf as $o, provideGlobalConfig as oe, useGlobalConfig as ee } from "./config-provider/hooks/use-global-config.mjs";
|
|
43
|
+
import { buildLocaleContext as te, buildTranslator as ae, localeContextKey as pe, translate as fe, useLocale as le } from "./config-provider/hooks/use-locale.mjs";
|
|
44
|
+
import { defaultNamespace as me, namespaceContextKey as ne, useGetDerivedNamespace as se, useNamespace as de } from "./config-provider/hooks/use-namespace.mjs";
|
|
45
|
+
import { ConfigProvider as ue } from "./config-provider/config-provider.mjs";
|
|
46
|
+
import { default as Ae } from "./transition/collapse-transition.vue.mjs";
|
|
47
|
+
import { useDescription as Ce } from "./description/use-description.mjs";
|
|
48
|
+
import { useForm as Fe } from "./pro-form/hooks/use-form.mjs";
|
|
49
|
+
import { isComponentFormSchema as be, isSlotFormSchema as ge } from "./pro-form/types/form.mjs";
|
|
50
|
+
import { default as Pe } from "./pro-form/components/api-cascader.vue.mjs";
|
|
51
|
+
import { default as Re } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
52
|
+
import { default as Ge } from "./pro-form/components/api-select.vue.mjs";
|
|
53
|
+
import { default as he } from "./pro-form/components/api-transfer.vue.mjs";
|
|
54
|
+
import { default as ke } from "./pro-form/components/api-tree.vue.mjs";
|
|
55
|
+
import { default as ye } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
56
|
+
import { default as Ye } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
57
|
+
import { useModalContext as Ke } from "./modal/hooks/use-modal-context.mjs";
|
|
58
|
+
import { useModal as Le, useModalInner as ze } from "./modal/hooks/use-modal.mjs";
|
|
59
|
+
import { default as je } from "./ap-action/item-modal/index.vue.mjs";
|
|
60
|
+
import { default as Je } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
61
|
+
import { default as Ue } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
57
62
|
export {
|
|
58
63
|
p as APConfigProvider,
|
|
64
|
+
Jo as ApActionGroup,
|
|
65
|
+
Eo as ApActionItem,
|
|
66
|
+
Ue as ApActionItemDropdown,
|
|
67
|
+
je as ApActionItemModal,
|
|
68
|
+
Je as ApActionItemPopconfirm,
|
|
59
69
|
So as ApFieldCheckbox,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
70
|
+
Io as ApFieldDate,
|
|
71
|
+
ho as ApFieldDateRange,
|
|
72
|
+
go as ApFieldNumber,
|
|
73
|
+
Po as ApFieldRadio,
|
|
74
|
+
ko as ApFieldSelect,
|
|
65
75
|
Ro as ApFieldSwitch,
|
|
66
|
-
|
|
67
|
-
|
|
76
|
+
To as ApFieldText,
|
|
77
|
+
Go as ApFieldTextArea,
|
|
68
78
|
xo as ApForm,
|
|
69
79
|
uo as ApFormItem,
|
|
70
80
|
co as ApFormItemGroup,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
81
|
+
Pe as ApiCascader,
|
|
82
|
+
Re as ApiRadioGroup,
|
|
83
|
+
Ge as ApiSelect,
|
|
84
|
+
he as ApiTransfer,
|
|
85
|
+
ke as ApiTree,
|
|
86
|
+
Ye as ApiTreeSelect,
|
|
77
87
|
H as BaseButton,
|
|
78
88
|
j as BaseModal,
|
|
79
89
|
C as BasicArrow,
|
|
80
90
|
S as BasicHelp,
|
|
81
91
|
F as BasicTitle,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
92
|
+
m as CollapseContainer,
|
|
93
|
+
Ae as CollapseTransition,
|
|
94
|
+
ue as ConfigProvider,
|
|
85
95
|
V as CountdownButton,
|
|
86
96
|
W as CountdownInput,
|
|
87
97
|
J as CropperAvatar,
|
|
@@ -89,28 +99,28 @@ export {
|
|
|
89
99
|
N as Description,
|
|
90
100
|
oo as Dropdown,
|
|
91
101
|
fo as EditTableHeaderIcon,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
102
|
+
b as ExpandTransition,
|
|
103
|
+
g as ExpandXTransition,
|
|
104
|
+
v as FadeTransition,
|
|
95
105
|
E as Field,
|
|
96
106
|
r as Icon,
|
|
97
107
|
d as IconPicker,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
108
|
+
zo as ModalButton,
|
|
109
|
+
jo as PopConfirmButton,
|
|
110
|
+
Ho as ProForm,
|
|
101
111
|
ro as ProTable,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
112
|
+
ye as RadioButtonGroup,
|
|
113
|
+
P as ScaleRotateTransition,
|
|
114
|
+
B as ScaleTransition,
|
|
115
|
+
n as ScrollContainer,
|
|
106
116
|
R as ScrollXReverseTransition,
|
|
107
117
|
D as ScrollXTransition,
|
|
108
|
-
|
|
109
|
-
|
|
118
|
+
G as ScrollYReverseTransition,
|
|
119
|
+
M as ScrollYTransition,
|
|
110
120
|
l as Scrollbar,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
121
|
+
h as SlideXReverseTransition,
|
|
122
|
+
w as SlideXTransition,
|
|
123
|
+
k as SlideYReverseTransition,
|
|
114
124
|
X as SlideYTransition,
|
|
115
125
|
z as StrengthMeter,
|
|
116
126
|
t as SvgIcon,
|
|
@@ -118,30 +128,30 @@ export {
|
|
|
118
128
|
io as TableImg,
|
|
119
129
|
yo as adminToken,
|
|
120
130
|
No as aplusToken,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
131
|
+
te as buildLocaleContext,
|
|
132
|
+
ae as buildTranslator,
|
|
133
|
+
Wo as configProviderContextKey,
|
|
134
|
+
Uo as configProviderProps,
|
|
125
135
|
_ as createPrompt,
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
136
|
+
me as defaultNamespace,
|
|
137
|
+
A as en,
|
|
138
|
+
be as isComponentFormSchema,
|
|
139
|
+
ge as isSlotFormSchema,
|
|
140
|
+
$o as keysOf,
|
|
141
|
+
pe as localeContextKey,
|
|
142
|
+
ne as namespaceContextKey,
|
|
143
|
+
oe as provideGlobalConfig,
|
|
144
|
+
Zo as tableDefaultConfig,
|
|
145
|
+
fe as translate,
|
|
146
|
+
Ce as useDescription,
|
|
147
|
+
Fe as useForm,
|
|
148
|
+
se as useGetDerivedNamespace,
|
|
149
|
+
ee as useGlobalConfig,
|
|
150
|
+
le as useLocale,
|
|
151
|
+
Le as useModal,
|
|
152
|
+
Ke as useModalContext,
|
|
153
|
+
ze as useModalInner,
|
|
154
|
+
de as useNamespace,
|
|
155
|
+
no as useTable,
|
|
146
156
|
u as zhCn
|
|
147
157
|
};
|