@aplus-frontend/ui 0.0.1-beta.28 → 0.0.1-beta.30
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 +146 -142
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/es/src/components.d.ts +2 -0
- package/es/src/config-provider/config-provider-props.d.ts +1 -1
- package/es/src/config-provider/config-provider.d.ts +11 -11
- package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/es/src/index.mjs +113 -109
- package/es/src/modal/basic.vue.d.ts +1 -1
- package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- 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-select.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 +6 -6
- package/es/src/pro-form/index.d.ts +4 -1
- package/es/src/pro-form/index.mjs +12 -9
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/pro-form/style/table-form.css +101 -0
- package/es/src/pro-form/table-form-inner.vue.d.ts +44 -0
- package/es/src/pro-form/table-form-inner.vue.mjs +176 -0
- package/es/src/pro-form/table-form-inner.vue2.mjs +4 -0
- package/es/src/pro-form/table-form.vue.d.ts +42 -0
- package/es/src/pro-form/table-form.vue.mjs +41 -0
- package/es/src/pro-form/table-form.vue2.mjs +4 -0
- package/es/src/pro-form/types/table-form.d.ts +37 -0
- package/es/src/pro-form/types/table-form.mjs +1 -0
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/es/src/pro-table/pro-table.vue.d.ts +1 -1
- package/es/src/theme/antd-global-overwrite/admin/index.css +6 -6
- package/es/src/theme/antd-global-overwrite/admin/steps.css +6 -6
- package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -3
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +3 -3
- package/es/src/theme/pro-form/table-form-inner.css +101 -0
- package/es/src/utils/config-provider-preset.d.ts +12 -12
- package/lib/index.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/lib/src/components.d.ts +2 -0
- package/lib/src/config-provider/config-provider-props.d.ts +1 -1
- package/lib/src/config-provider/config-provider.d.ts +11 -11
- package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- 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-select.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 +6 -6
- package/lib/src/pro-form/index.d.ts +4 -1
- package/lib/src/pro-form/index.js +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/pro-form/style/table-form.css +101 -0
- package/lib/src/pro-form/table-form-inner.vue.d.ts +44 -0
- package/lib/src/pro-form/table-form-inner.vue.js +1 -0
- package/lib/src/pro-form/table-form-inner.vue2.js +1 -0
- package/lib/src/pro-form/table-form.vue.d.ts +42 -0
- package/lib/src/pro-form/table-form.vue.js +1 -0
- package/lib/src/pro-form/table-form.vue2.js +1 -0
- package/lib/src/pro-form/types/table-form.d.ts +37 -0
- package/lib/src/pro-form/types/table-form.js +1 -0
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/index.css +6 -6
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +6 -6
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -3
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +3 -3
- package/lib/src/theme/pro-form/table-form-inner.css +101 -0
- package/lib/src/utils/config-provider-preset.d.ts +12 -12
- package/package.json +1 -1
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/basic/index.d.ts +0 -278
- package/es/src/button/index.d.ts +0 -51
- package/es/src/config-provider/index.d.ts +0 -691
- package/es/src/container/index.d.ts +0 -178
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/cropper/index.d.ts +0 -369
- package/es/src/description/index.d.ts +0 -214
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/modal/index.d.ts +0 -963
- package/es/src/scroll-bar/index.d.ts +0 -176
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/transition/index.d.ts +0 -369
- package/lib/src/base-button/index.d.ts +0 -137
- package/lib/src/basic/index.d.ts +0 -278
- package/lib/src/button/index.d.ts +0 -51
- package/lib/src/config-provider/index.d.ts +0 -691
- package/lib/src/container/index.d.ts +0 -178
- package/lib/src/count-down/index.d.ts +0 -150
- package/lib/src/cropper/index.d.ts +0 -369
- package/lib/src/description/index.d.ts +0 -214
- package/lib/src/dropdown/index.d.ts +0 -113
- package/lib/src/icon/index.d.ts +0 -208
- package/lib/src/icon-picker/index.d.ts +0 -190
- package/lib/src/modal/index.d.ts +0 -963
- package/lib/src/scroll-bar/index.d.ts +0 -176
- package/lib/src/strength-meter/index.d.ts +0 -89
- package/lib/src/transition/index.d.ts +0 -369
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
-
export * from './interface';
|
|
3
|
-
export declare const IconPicker: {
|
|
4
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
-
mode: {
|
|
6
|
-
type: PropType<"svg" | "iconify">;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
width: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
copy: {
|
|
14
|
-
type: PropType<boolean>;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
value: {
|
|
18
|
-
type: PropType<string>;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
readonly: {
|
|
22
|
-
type: PropType<boolean>;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
allowClear: {
|
|
26
|
-
type: PropType<boolean>;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
pageSize: {
|
|
30
|
-
type: PropType<number>;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
svgIcons: {
|
|
34
|
-
type: PropType<string[]>;
|
|
35
|
-
};
|
|
36
|
-
}>> & {
|
|
37
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
38
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
39
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
40
|
-
change: (...args: any[]) => void;
|
|
41
|
-
"update:value": (...args: any[]) => void;
|
|
42
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
43
|
-
mode: {
|
|
44
|
-
type: PropType<"svg" | "iconify">;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
width: {
|
|
48
|
-
type: PropType<string>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
copy: {
|
|
52
|
-
type: PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
value: {
|
|
56
|
-
type: PropType<string>;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
readonly: {
|
|
60
|
-
type: PropType<boolean>;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
allowClear: {
|
|
64
|
-
type: PropType<boolean>;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
pageSize: {
|
|
68
|
-
type: PropType<number>;
|
|
69
|
-
default: number;
|
|
70
|
-
};
|
|
71
|
-
svgIcons: {
|
|
72
|
-
type: PropType<string[]>;
|
|
73
|
-
};
|
|
74
|
-
}>> & {
|
|
75
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
}, {
|
|
78
|
-
mode: "svg" | "iconify";
|
|
79
|
-
width: string;
|
|
80
|
-
copy: boolean;
|
|
81
|
-
value: string;
|
|
82
|
-
readonly: boolean;
|
|
83
|
-
allowClear: boolean;
|
|
84
|
-
pageSize: number;
|
|
85
|
-
}, true, {}, {}, {
|
|
86
|
-
P: {};
|
|
87
|
-
B: {};
|
|
88
|
-
D: {};
|
|
89
|
-
C: {};
|
|
90
|
-
M: {};
|
|
91
|
-
Defaults: {};
|
|
92
|
-
}, Readonly< ExtractPropTypes<{
|
|
93
|
-
mode: {
|
|
94
|
-
type: PropType<"svg" | "iconify">;
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
width: {
|
|
98
|
-
type: PropType<string>;
|
|
99
|
-
default: string;
|
|
100
|
-
};
|
|
101
|
-
copy: {
|
|
102
|
-
type: PropType<boolean>;
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
|
-
value: {
|
|
106
|
-
type: PropType<string>;
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
readonly: {
|
|
110
|
-
type: PropType<boolean>;
|
|
111
|
-
default: boolean;
|
|
112
|
-
};
|
|
113
|
-
allowClear: {
|
|
114
|
-
type: PropType<boolean>;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
|
-
pageSize: {
|
|
118
|
-
type: PropType<number>;
|
|
119
|
-
default: number;
|
|
120
|
-
};
|
|
121
|
-
svgIcons: {
|
|
122
|
-
type: PropType<string[]>;
|
|
123
|
-
};
|
|
124
|
-
}>> & {
|
|
125
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
126
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
127
|
-
}, {}, {}, {}, {}, {
|
|
128
|
-
mode: "svg" | "iconify";
|
|
129
|
-
width: string;
|
|
130
|
-
copy: boolean;
|
|
131
|
-
value: string;
|
|
132
|
-
readonly: boolean;
|
|
133
|
-
allowClear: boolean;
|
|
134
|
-
pageSize: number;
|
|
135
|
-
}>;
|
|
136
|
-
__isFragment?: undefined;
|
|
137
|
-
__isTeleport?: undefined;
|
|
138
|
-
__isSuspense?: undefined;
|
|
139
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
140
|
-
mode: {
|
|
141
|
-
type: PropType<"svg" | "iconify">;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
width: {
|
|
145
|
-
type: PropType<string>;
|
|
146
|
-
default: string;
|
|
147
|
-
};
|
|
148
|
-
copy: {
|
|
149
|
-
type: PropType<boolean>;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
value: {
|
|
153
|
-
type: PropType<string>;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
readonly: {
|
|
157
|
-
type: PropType<boolean>;
|
|
158
|
-
default: boolean;
|
|
159
|
-
};
|
|
160
|
-
allowClear: {
|
|
161
|
-
type: PropType<boolean>;
|
|
162
|
-
default: boolean;
|
|
163
|
-
};
|
|
164
|
-
pageSize: {
|
|
165
|
-
type: PropType<number>;
|
|
166
|
-
default: number;
|
|
167
|
-
};
|
|
168
|
-
svgIcons: {
|
|
169
|
-
type: PropType<string[]>;
|
|
170
|
-
};
|
|
171
|
-
}>> & {
|
|
172
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
173
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
174
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
175
|
-
change: (...args: any[]) => void;
|
|
176
|
-
"update:value": (...args: any[]) => void;
|
|
177
|
-
}, string, {
|
|
178
|
-
mode: "svg" | "iconify";
|
|
179
|
-
width: string;
|
|
180
|
-
copy: boolean;
|
|
181
|
-
value: string;
|
|
182
|
-
readonly: boolean;
|
|
183
|
-
allowClear: boolean;
|
|
184
|
-
pageSize: number;
|
|
185
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
|
|
186
|
-
$props: {
|
|
187
|
-
onClick?: (() => void) | undefined;
|
|
188
|
-
};
|
|
189
|
-
});
|
|
190
|
-
export default IconPicker;
|