@aplus-frontend/ui 0.0.1-beta.31 → 0.0.1-beta.32

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.
@@ -1,278 +0,0 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
2
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
3
- export * from './interface';
4
- export declare const BasicHelp: {
5
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
6
- maxWidth: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- showIndex: {
11
- type: BooleanConstructor;
12
- };
13
- color: {
14
- type: StringConstructor;
15
- default: string;
16
- };
17
- fontSize: {
18
- type: StringConstructor;
19
- default: string;
20
- };
21
- placement: {
22
- type: PropType<TooltipPlacement>;
23
- default: string;
24
- };
25
- text: {
26
- type: PropType<string[] | VNode<RendererNode, RendererElement, {
27
- [key: string]: any;
28
- }> | VNodeChild>;
29
- };
30
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
31
- maxWidth: {
32
- type: StringConstructor;
33
- default: string;
34
- };
35
- showIndex: {
36
- type: BooleanConstructor;
37
- };
38
- color: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- fontSize: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- placement: {
47
- type: PropType<TooltipPlacement>;
48
- default: string;
49
- };
50
- text: {
51
- type: PropType<string[] | VNode<RendererNode, RendererElement, {
52
- [key: string]: any;
53
- }> | VNodeChild>;
54
- };
55
- }>>, {
56
- color: string;
57
- placement: TooltipPlacement;
58
- fontSize: string;
59
- maxWidth: string;
60
- showIndex: boolean;
61
- }, true, {}, {}, {
62
- P: {};
63
- B: {};
64
- D: {};
65
- C: {};
66
- M: {};
67
- Defaults: {};
68
- }, Readonly< ExtractPropTypes<{
69
- maxWidth: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- showIndex: {
74
- type: BooleanConstructor;
75
- };
76
- color: {
77
- type: StringConstructor;
78
- default: string;
79
- };
80
- fontSize: {
81
- type: StringConstructor;
82
- default: string;
83
- };
84
- placement: {
85
- type: PropType<TooltipPlacement>;
86
- default: string;
87
- };
88
- text: {
89
- type: PropType<string[] | VNode<RendererNode, RendererElement, {
90
- [key: string]: any;
91
- }> | VNodeChild>;
92
- };
93
- }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
94
- color: string;
95
- placement: TooltipPlacement;
96
- fontSize: string;
97
- maxWidth: string;
98
- showIndex: boolean;
99
- }>;
100
- __isFragment?: undefined;
101
- __isTeleport?: undefined;
102
- __isSuspense?: undefined;
103
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
104
- maxWidth: {
105
- type: StringConstructor;
106
- default: string;
107
- };
108
- showIndex: {
109
- type: BooleanConstructor;
110
- };
111
- color: {
112
- type: StringConstructor;
113
- default: string;
114
- };
115
- fontSize: {
116
- type: StringConstructor;
117
- default: string;
118
- };
119
- placement: {
120
- type: PropType<TooltipPlacement>;
121
- default: string;
122
- };
123
- text: {
124
- type: PropType<string[] | VNode<RendererNode, RendererElement, {
125
- [key: string]: any;
126
- }> | VNodeChild>;
127
- };
128
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
129
- color: string;
130
- placement: TooltipPlacement;
131
- fontSize: string;
132
- maxWidth: string;
133
- showIndex: boolean;
134
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
135
- $props: {
136
- onClick?: (() => void) | undefined;
137
- };
138
- });
139
- export declare const BasicTitle: {
140
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
141
- span: {
142
- type: PropType<boolean>;
143
- };
144
- normal: {
145
- type: PropType<boolean>;
146
- };
147
- helpMessage: {
148
- type: PropType<string | string[]>;
149
- default: string;
150
- };
151
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
152
- span: {
153
- type: PropType<boolean>;
154
- };
155
- normal: {
156
- type: PropType<boolean>;
157
- };
158
- helpMessage: {
159
- type: PropType<string | string[]>;
160
- default: string;
161
- };
162
- }>>, {
163
- helpMessage: string | string[];
164
- }, true, {}, {}, {
165
- P: {};
166
- B: {};
167
- D: {};
168
- C: {};
169
- M: {};
170
- Defaults: {};
171
- }, Readonly< ExtractPropTypes<{
172
- span: {
173
- type: PropType<boolean>;
174
- };
175
- normal: {
176
- type: PropType<boolean>;
177
- };
178
- helpMessage: {
179
- type: PropType<string | string[]>;
180
- default: string;
181
- };
182
- }>>, {}, {}, {}, {}, {
183
- helpMessage: string | string[];
184
- }>;
185
- __isFragment?: undefined;
186
- __isTeleport?: undefined;
187
- __isSuspense?: undefined;
188
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
189
- span: {
190
- type: PropType<boolean>;
191
- };
192
- normal: {
193
- type: PropType<boolean>;
194
- };
195
- helpMessage: {
196
- type: PropType<string | string[]>;
197
- default: string;
198
- };
199
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
200
- helpMessage: string | string[];
201
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
202
- $slots: {
203
- default?(_: {}): any;
204
- };
205
- }) & Plugin<any[]> & (new (...args: any[]) => {
206
- $props: {
207
- onClick?: (() => void) | undefined;
208
- };
209
- });
210
- export declare const BasicArrow: {
211
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
212
- expand: {
213
- type: PropType<boolean>;
214
- };
215
- up: {
216
- type: PropType<boolean>;
217
- };
218
- down: {
219
- type: PropType<boolean>;
220
- };
221
- inset: {
222
- type: PropType<boolean>;
223
- };
224
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
225
- expand: {
226
- type: PropType<boolean>;
227
- };
228
- up: {
229
- type: PropType<boolean>;
230
- };
231
- down: {
232
- type: PropType<boolean>;
233
- };
234
- inset: {
235
- type: PropType<boolean>;
236
- };
237
- }>>, {}, true, {}, {}, {
238
- P: {};
239
- B: {};
240
- D: {};
241
- C: {};
242
- M: {};
243
- Defaults: {};
244
- }, Readonly< ExtractPropTypes<{
245
- expand: {
246
- type: PropType<boolean>;
247
- };
248
- up: {
249
- type: PropType<boolean>;
250
- };
251
- down: {
252
- type: PropType<boolean>;
253
- };
254
- inset: {
255
- type: PropType<boolean>;
256
- };
257
- }>>, {}, {}, {}, {}, {}>;
258
- __isFragment?: undefined;
259
- __isTeleport?: undefined;
260
- __isSuspense?: undefined;
261
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
262
- expand: {
263
- type: PropType<boolean>;
264
- };
265
- up: {
266
- type: PropType<boolean>;
267
- };
268
- down: {
269
- type: PropType<boolean>;
270
- };
271
- inset: {
272
- type: PropType<boolean>;
273
- };
274
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
275
- $props: {
276
- onClick?: (() => void) | undefined;
277
- };
278
- });
@@ -1,51 +0,0 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
2
- export declare const Button: {
3
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4
- type: {
5
- type: PropType<string>;
6
- };
7
- size: {
8
- type: PropType<string>;
9
- };
10
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
11
- type: {
12
- type: PropType<string>;
13
- };
14
- size: {
15
- type: PropType<string>;
16
- };
17
- }>>, {}, true, {}, {}, {
18
- P: {};
19
- B: {};
20
- D: {};
21
- C: {};
22
- M: {};
23
- Defaults: {};
24
- }, Readonly< ExtractPropTypes<{
25
- type: {
26
- type: PropType<string>;
27
- };
28
- size: {
29
- type: PropType<string>;
30
- };
31
- }>>, {}, {}, {}, {}, {}>;
32
- __isFragment?: undefined;
33
- __isTeleport?: undefined;
34
- __isSuspense?: undefined;
35
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
36
- type: {
37
- type: PropType<string>;
38
- };
39
- size: {
40
- type: PropType<string>;
41
- };
42
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
43
- $slots: {
44
- default?(_: {}): any;
45
- };
46
- }) & Plugin<any[]> & (new (...args: any[]) => {
47
- $props: {
48
- onClick?: (() => void) | undefined;
49
- };
50
- });
51
- export default Button;