@aplus-frontend/ui 0.0.17 → 0.0.19
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 +18 -14
- package/es/src/ap-field/date/helper.d.ts +7 -0
- package/es/src/ap-field/date/helper.mjs +17 -7
- package/es/src/ap-field/date/index.vue.d.ts +3 -1
- package/es/src/ap-field/date/index.vue.mjs +46 -39
- package/es/src/ap-field/date-range/index.vue.d.ts +3 -3
- package/es/src/ap-field/date-range/index.vue.mjs +64 -62
- package/es/src/ap-field/interface.d.ts +10 -1
- package/es/src/ap-form/ap-form-item.vue.mjs +61 -57
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-form/style/ap-form-item.css +11 -0
- package/es/src/ap-modal/index.d.ts +9 -0
- package/es/src/ap-modal/index.mjs +10 -0
- package/es/src/ap-modal/type.d.ts +13 -0
- package/es/src/ap-modal/type.mjs +1 -0
- package/es/src/ap-modal/utils/createModal.d.ts +3 -0
- package/es/src/ap-modal/utils/createModal.mjs +74 -0
- package/es/src/ap-modal/utils/index.d.ts +1 -0
- package/es/src/ap-modal/utils/index.mjs +4 -0
- package/es/src/ap-table/ap-table.vue.mjs +151 -141
- package/es/src/ap-table/constants.d.ts +41 -15
- package/es/src/ap-table/interface.d.ts +22 -4
- package/es/src/ap-table/style/ap-table.css +1 -0
- package/es/src/ap-table/utils.d.ts +6831 -845
- package/es/src/business/ap-label/ApLabel.vue.d.ts +38 -0
- package/es/src/business/ap-label/ApLabel.vue.mjs +4 -0
- package/es/src/business/ap-label/ApLabel.vue2.mjs +52 -0
- package/es/src/business/ap-label/index.d.ts +4 -0
- package/es/src/business/ap-label/interface.d.ts +8 -0
- package/es/src/business/ap-label/style.css +4 -0
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +81 -0
- package/es/src/business/expandAlert/ApExpandAlert.vue.mjs +4 -0
- package/es/src/business/expandAlert/ApExpandAlert.vue2.mjs +113 -0
- package/es/src/business/expandAlert/interface.d.ts +26 -0
- package/es/src/business/expandAlert/style.css +42 -0
- package/es/src/business/index.d.ts +416 -1
- package/es/src/business/index.mjs +10 -4
- package/es/src/editable-table/interface.d.ts +1 -1
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +192 -188
- package/es/src/theme/ap-expand-alert/ap-expand-alert.css +42 -0
- package/es/src/theme/ap-form/ap-form-item.css +11 -0
- package/es/src/theme/ap-label/ap-label.css +4 -0
- package/es/src/theme/ap-table/ap-table.css +1 -0
- package/es/src/type.d.ts +3 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/date/helper.d.ts +7 -0
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +3 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +3 -3
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/interface.d.ts +10 -1
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/style/ap-form-item.css +11 -0
- package/lib/src/ap-modal/index.d.ts +9 -0
- package/lib/src/ap-modal/index.js +1 -0
- package/lib/src/ap-modal/type.d.ts +13 -0
- package/lib/src/ap-modal/type.js +1 -0
- package/lib/src/ap-modal/utils/createModal.d.ts +3 -0
- package/lib/src/ap-modal/utils/createModal.js +1 -0
- package/lib/src/ap-modal/utils/index.d.ts +1 -0
- package/lib/src/ap-modal/utils/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/constants.d.ts +41 -15
- package/lib/src/ap-table/interface.d.ts +22 -4
- package/lib/src/ap-table/style/ap-table.css +1 -0
- package/lib/src/ap-table/utils.d.ts +6831 -845
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +38 -0
- package/lib/src/business/ap-label/ApLabel.vue.js +1 -0
- package/lib/src/business/ap-label/ApLabel.vue2.js +1 -0
- package/lib/src/business/ap-label/index.d.ts +4 -0
- package/lib/src/business/ap-label/interface.d.ts +8 -0
- package/lib/src/business/ap-label/style.css +4 -0
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +81 -0
- package/lib/src/business/expandAlert/ApExpandAlert.vue.js +1 -0
- package/lib/src/business/expandAlert/ApExpandAlert.vue2.js +1 -0
- package/lib/src/business/expandAlert/interface.d.ts +26 -0
- package/lib/src/business/expandAlert/style.css +42 -0
- package/lib/src/business/index.d.ts +416 -1
- package/lib/src/business/index.js +1 -1
- package/lib/src/editable-table/interface.d.ts +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/theme/ap-expand-alert/ap-expand-alert.css +42 -0
- package/lib/src/theme/ap-form/ap-form-item.css +11 -0
- package/lib/src/theme/ap-label/ap-label.css +4 -0
- package/lib/src/theme/ap-table/ap-table.css +1 -0
- package/lib/src/type.d.ts +3 -1
- package/package.json +3 -3
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin, CSSProperties } from 'vue';
|
|
2
|
+
import { LiteralUnion } from 'ant-design-vue/es/_util/type';
|
|
3
|
+
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
2
4
|
export type { ApTitleProps } from './title/interface';
|
|
5
|
+
export type { ApExpandAlertProps } from './expandAlert/interface';
|
|
6
|
+
export type { ApLabelProps } from './ap-label/interface';
|
|
3
7
|
export declare const ApTitle: {
|
|
4
8
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
9
|
trigger: {
|
|
@@ -121,3 +125,414 @@ export declare const ApTitle: {
|
|
|
121
125
|
onClick?: (() => void) | undefined;
|
|
122
126
|
};
|
|
123
127
|
});
|
|
128
|
+
export declare const ApExpandAlert: {
|
|
129
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
130
|
+
type: {
|
|
131
|
+
type: PropType<"success" | "error" | "info" | "warning" | undefined>;
|
|
132
|
+
required: true;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
data: {
|
|
136
|
+
type: PropType<string | any[]>;
|
|
137
|
+
required: true;
|
|
138
|
+
default: () => never[];
|
|
139
|
+
};
|
|
140
|
+
prefix: {
|
|
141
|
+
type: PropType<string>;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
separator: {
|
|
145
|
+
type: PropType<string>;
|
|
146
|
+
required: true;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
tipTitle: {
|
|
150
|
+
type: PropType<string>;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
mapLabel: {
|
|
154
|
+
type: PropType<string>;
|
|
155
|
+
};
|
|
156
|
+
}>> & {
|
|
157
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
159
|
+
choose: (...args: any[]) => void;
|
|
160
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
161
|
+
type: {
|
|
162
|
+
type: PropType<"success" | "error" | "info" | "warning" | undefined>;
|
|
163
|
+
required: true;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
data: {
|
|
167
|
+
type: PropType<string | any[]>;
|
|
168
|
+
required: true;
|
|
169
|
+
default: () => never[];
|
|
170
|
+
};
|
|
171
|
+
prefix: {
|
|
172
|
+
type: PropType<string>;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
separator: {
|
|
176
|
+
type: PropType<string>;
|
|
177
|
+
required: true;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
tipTitle: {
|
|
181
|
+
type: PropType<string>;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
mapLabel: {
|
|
185
|
+
type: PropType<string>;
|
|
186
|
+
};
|
|
187
|
+
}>> & {
|
|
188
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
|
189
|
+
}, {
|
|
190
|
+
type: "success" | "error" | "info" | "warning" | undefined;
|
|
191
|
+
data: string | any[];
|
|
192
|
+
prefix: string;
|
|
193
|
+
separator: string;
|
|
194
|
+
tipTitle: string;
|
|
195
|
+
}, true, {}, {}, {
|
|
196
|
+
P: {};
|
|
197
|
+
B: {};
|
|
198
|
+
D: {};
|
|
199
|
+
C: {};
|
|
200
|
+
M: {};
|
|
201
|
+
Defaults: {};
|
|
202
|
+
}, Readonly< ExtractPropTypes<{
|
|
203
|
+
type: {
|
|
204
|
+
type: PropType<"success" | "error" | "info" | "warning" | undefined>;
|
|
205
|
+
required: true;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
data: {
|
|
209
|
+
type: PropType<string | any[]>;
|
|
210
|
+
required: true;
|
|
211
|
+
default: () => never[];
|
|
212
|
+
};
|
|
213
|
+
prefix: {
|
|
214
|
+
type: PropType<string>;
|
|
215
|
+
default: string;
|
|
216
|
+
};
|
|
217
|
+
separator: {
|
|
218
|
+
type: PropType<string>;
|
|
219
|
+
required: true;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
tipTitle: {
|
|
223
|
+
type: PropType<string>;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
mapLabel: {
|
|
227
|
+
type: PropType<string>;
|
|
228
|
+
};
|
|
229
|
+
}>> & {
|
|
230
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
|
231
|
+
}, {}, {}, {}, {}, {
|
|
232
|
+
type: "success" | "error" | "info" | "warning" | undefined;
|
|
233
|
+
data: string | any[];
|
|
234
|
+
prefix: string;
|
|
235
|
+
separator: string;
|
|
236
|
+
tipTitle: string;
|
|
237
|
+
}>;
|
|
238
|
+
__isFragment?: undefined;
|
|
239
|
+
__isTeleport?: undefined;
|
|
240
|
+
__isSuspense?: undefined;
|
|
241
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
242
|
+
type: {
|
|
243
|
+
type: PropType<"success" | "error" | "info" | "warning" | undefined>;
|
|
244
|
+
required: true;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
|
+
data: {
|
|
248
|
+
type: PropType<string | any[]>;
|
|
249
|
+
required: true;
|
|
250
|
+
default: () => never[];
|
|
251
|
+
};
|
|
252
|
+
prefix: {
|
|
253
|
+
type: PropType<string>;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
256
|
+
separator: {
|
|
257
|
+
type: PropType<string>;
|
|
258
|
+
required: true;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
tipTitle: {
|
|
262
|
+
type: PropType<string>;
|
|
263
|
+
default: string;
|
|
264
|
+
};
|
|
265
|
+
mapLabel: {
|
|
266
|
+
type: PropType<string>;
|
|
267
|
+
};
|
|
268
|
+
}>> & {
|
|
269
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
|
270
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
271
|
+
choose: (...args: any[]) => void;
|
|
272
|
+
}, string, {
|
|
273
|
+
type: "success" | "error" | "info" | "warning" | undefined;
|
|
274
|
+
data: string | any[];
|
|
275
|
+
prefix: string;
|
|
276
|
+
separator: string;
|
|
277
|
+
tipTitle: string;
|
|
278
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
279
|
+
$slots: {
|
|
280
|
+
default?(_: {}): any;
|
|
281
|
+
};
|
|
282
|
+
}) & Plugin<any[]> & (new (...args: any[]) => {
|
|
283
|
+
$props: {
|
|
284
|
+
onClick?: (() => void) | undefined;
|
|
285
|
+
};
|
|
286
|
+
});
|
|
287
|
+
export declare const ApLabel: {
|
|
288
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
289
|
+
text: {
|
|
290
|
+
type: PropType<any>;
|
|
291
|
+
default: string;
|
|
292
|
+
};
|
|
293
|
+
color: {
|
|
294
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
295
|
+
};
|
|
296
|
+
prefixCls: {
|
|
297
|
+
type: PropType<string>;
|
|
298
|
+
};
|
|
299
|
+
placement: {
|
|
300
|
+
type: PropType<TooltipPlacement>;
|
|
301
|
+
required: true;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
title: {
|
|
305
|
+
type: PropType<string>;
|
|
306
|
+
};
|
|
307
|
+
size: {
|
|
308
|
+
type: PropType<"default" | "small">;
|
|
309
|
+
};
|
|
310
|
+
status: {
|
|
311
|
+
type: PropType<"success" | "error" | "default" | "warning" | "processing">;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
offset: {
|
|
315
|
+
type: PropType<[string | number, string | number]>;
|
|
316
|
+
};
|
|
317
|
+
dot: {
|
|
318
|
+
type: PropType<boolean>;
|
|
319
|
+
};
|
|
320
|
+
helpMessage: {
|
|
321
|
+
type: PropType<string>;
|
|
322
|
+
};
|
|
323
|
+
count: {
|
|
324
|
+
type: PropType<any>;
|
|
325
|
+
};
|
|
326
|
+
showZero: {
|
|
327
|
+
type: PropType<boolean>;
|
|
328
|
+
};
|
|
329
|
+
overflowCount: {
|
|
330
|
+
type: PropType<number>;
|
|
331
|
+
};
|
|
332
|
+
scrollNumberPrefixCls: {
|
|
333
|
+
type: PropType<string>;
|
|
334
|
+
};
|
|
335
|
+
numberStyle: {
|
|
336
|
+
type: PropType<CSSProperties>;
|
|
337
|
+
};
|
|
338
|
+
iconColor: {
|
|
339
|
+
type: PropType<string>;
|
|
340
|
+
required: true;
|
|
341
|
+
default: string;
|
|
342
|
+
};
|
|
343
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
344
|
+
text: {
|
|
345
|
+
type: PropType<any>;
|
|
346
|
+
default: string;
|
|
347
|
+
};
|
|
348
|
+
color: {
|
|
349
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
350
|
+
};
|
|
351
|
+
prefixCls: {
|
|
352
|
+
type: PropType<string>;
|
|
353
|
+
};
|
|
354
|
+
placement: {
|
|
355
|
+
type: PropType<TooltipPlacement>;
|
|
356
|
+
required: true;
|
|
357
|
+
default: string;
|
|
358
|
+
};
|
|
359
|
+
title: {
|
|
360
|
+
type: PropType<string>;
|
|
361
|
+
};
|
|
362
|
+
size: {
|
|
363
|
+
type: PropType<"default" | "small">;
|
|
364
|
+
};
|
|
365
|
+
status: {
|
|
366
|
+
type: PropType<"success" | "error" | "default" | "warning" | "processing">;
|
|
367
|
+
default: string;
|
|
368
|
+
};
|
|
369
|
+
offset: {
|
|
370
|
+
type: PropType<[string | number, string | number]>;
|
|
371
|
+
};
|
|
372
|
+
dot: {
|
|
373
|
+
type: PropType<boolean>;
|
|
374
|
+
};
|
|
375
|
+
helpMessage: {
|
|
376
|
+
type: PropType<string>;
|
|
377
|
+
};
|
|
378
|
+
count: {
|
|
379
|
+
type: PropType<any>;
|
|
380
|
+
};
|
|
381
|
+
showZero: {
|
|
382
|
+
type: PropType<boolean>;
|
|
383
|
+
};
|
|
384
|
+
overflowCount: {
|
|
385
|
+
type: PropType<number>;
|
|
386
|
+
};
|
|
387
|
+
scrollNumberPrefixCls: {
|
|
388
|
+
type: PropType<string>;
|
|
389
|
+
};
|
|
390
|
+
numberStyle: {
|
|
391
|
+
type: PropType<CSSProperties>;
|
|
392
|
+
};
|
|
393
|
+
iconColor: {
|
|
394
|
+
type: PropType<string>;
|
|
395
|
+
required: true;
|
|
396
|
+
default: string;
|
|
397
|
+
};
|
|
398
|
+
}>>, {
|
|
399
|
+
text: any;
|
|
400
|
+
placement: TooltipPlacement;
|
|
401
|
+
status: "success" | "error" | "default" | "warning" | "processing";
|
|
402
|
+
iconColor: string;
|
|
403
|
+
}, true, {}, {}, {
|
|
404
|
+
P: {};
|
|
405
|
+
B: {};
|
|
406
|
+
D: {};
|
|
407
|
+
C: {};
|
|
408
|
+
M: {};
|
|
409
|
+
Defaults: {};
|
|
410
|
+
}, Readonly< ExtractPropTypes<{
|
|
411
|
+
text: {
|
|
412
|
+
type: PropType<any>;
|
|
413
|
+
default: string;
|
|
414
|
+
};
|
|
415
|
+
color: {
|
|
416
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
417
|
+
};
|
|
418
|
+
prefixCls: {
|
|
419
|
+
type: PropType<string>;
|
|
420
|
+
};
|
|
421
|
+
placement: {
|
|
422
|
+
type: PropType<TooltipPlacement>;
|
|
423
|
+
required: true;
|
|
424
|
+
default: string;
|
|
425
|
+
};
|
|
426
|
+
title: {
|
|
427
|
+
type: PropType<string>;
|
|
428
|
+
};
|
|
429
|
+
size: {
|
|
430
|
+
type: PropType<"default" | "small">;
|
|
431
|
+
};
|
|
432
|
+
status: {
|
|
433
|
+
type: PropType<"success" | "error" | "default" | "warning" | "processing">;
|
|
434
|
+
default: string;
|
|
435
|
+
};
|
|
436
|
+
offset: {
|
|
437
|
+
type: PropType<[string | number, string | number]>;
|
|
438
|
+
};
|
|
439
|
+
dot: {
|
|
440
|
+
type: PropType<boolean>;
|
|
441
|
+
};
|
|
442
|
+
helpMessage: {
|
|
443
|
+
type: PropType<string>;
|
|
444
|
+
};
|
|
445
|
+
count: {
|
|
446
|
+
type: PropType<any>;
|
|
447
|
+
};
|
|
448
|
+
showZero: {
|
|
449
|
+
type: PropType<boolean>;
|
|
450
|
+
};
|
|
451
|
+
overflowCount: {
|
|
452
|
+
type: PropType<number>;
|
|
453
|
+
};
|
|
454
|
+
scrollNumberPrefixCls: {
|
|
455
|
+
type: PropType<string>;
|
|
456
|
+
};
|
|
457
|
+
numberStyle: {
|
|
458
|
+
type: PropType<CSSProperties>;
|
|
459
|
+
};
|
|
460
|
+
iconColor: {
|
|
461
|
+
type: PropType<string>;
|
|
462
|
+
required: true;
|
|
463
|
+
default: string;
|
|
464
|
+
};
|
|
465
|
+
}>>, {}, {}, {}, {}, {
|
|
466
|
+
text: any;
|
|
467
|
+
placement: TooltipPlacement;
|
|
468
|
+
status: "success" | "error" | "default" | "warning" | "processing";
|
|
469
|
+
iconColor: string;
|
|
470
|
+
}>;
|
|
471
|
+
__isFragment?: undefined;
|
|
472
|
+
__isTeleport?: undefined;
|
|
473
|
+
__isSuspense?: undefined;
|
|
474
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
475
|
+
text: {
|
|
476
|
+
type: PropType<any>;
|
|
477
|
+
default: string;
|
|
478
|
+
};
|
|
479
|
+
color: {
|
|
480
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
481
|
+
};
|
|
482
|
+
prefixCls: {
|
|
483
|
+
type: PropType<string>;
|
|
484
|
+
};
|
|
485
|
+
placement: {
|
|
486
|
+
type: PropType<TooltipPlacement>;
|
|
487
|
+
required: true;
|
|
488
|
+
default: string;
|
|
489
|
+
};
|
|
490
|
+
title: {
|
|
491
|
+
type: PropType<string>;
|
|
492
|
+
};
|
|
493
|
+
size: {
|
|
494
|
+
type: PropType<"default" | "small">;
|
|
495
|
+
};
|
|
496
|
+
status: {
|
|
497
|
+
type: PropType<"success" | "error" | "default" | "warning" | "processing">;
|
|
498
|
+
default: string;
|
|
499
|
+
};
|
|
500
|
+
offset: {
|
|
501
|
+
type: PropType<[string | number, string | number]>;
|
|
502
|
+
};
|
|
503
|
+
dot: {
|
|
504
|
+
type: PropType<boolean>;
|
|
505
|
+
};
|
|
506
|
+
helpMessage: {
|
|
507
|
+
type: PropType<string>;
|
|
508
|
+
};
|
|
509
|
+
count: {
|
|
510
|
+
type: PropType<any>;
|
|
511
|
+
};
|
|
512
|
+
showZero: {
|
|
513
|
+
type: PropType<boolean>;
|
|
514
|
+
};
|
|
515
|
+
overflowCount: {
|
|
516
|
+
type: PropType<number>;
|
|
517
|
+
};
|
|
518
|
+
scrollNumberPrefixCls: {
|
|
519
|
+
type: PropType<string>;
|
|
520
|
+
};
|
|
521
|
+
numberStyle: {
|
|
522
|
+
type: PropType<CSSProperties>;
|
|
523
|
+
};
|
|
524
|
+
iconColor: {
|
|
525
|
+
type: PropType<string>;
|
|
526
|
+
required: true;
|
|
527
|
+
default: string;
|
|
528
|
+
};
|
|
529
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
530
|
+
text: any;
|
|
531
|
+
placement: TooltipPlacement;
|
|
532
|
+
status: "success" | "error" | "default" | "warning" | "processing";
|
|
533
|
+
iconColor: string;
|
|
534
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
|
|
535
|
+
$props: {
|
|
536
|
+
onClick?: (() => void) | undefined;
|
|
537
|
+
};
|
|
538
|
+
});
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
import { withInstall as
|
|
1
|
+
import { withInstall as o } from "@aplus-frontend/utils";
|
|
2
2
|
import "./title/ApTitle.vue.mjs";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import "./expandAlert/ApExpandAlert.vue.mjs";
|
|
4
|
+
import "./ap-label/ApLabel.vue.mjs";
|
|
5
|
+
import t from "./title/ApTitle.vue2.mjs";
|
|
6
|
+
import m from "./expandAlert/ApExpandAlert.vue2.mjs";
|
|
7
|
+
import r from "./ap-label/ApLabel.vue2.mjs";
|
|
8
|
+
const _ = o(t), l = o(m), e = o(r);
|
|
5
9
|
export {
|
|
6
|
-
|
|
10
|
+
l as ApExpandAlert,
|
|
11
|
+
e as ApLabel,
|
|
12
|
+
_ as ApTitle
|
|
7
13
|
};
|
|
@@ -35,7 +35,7 @@ export type EditableColumnType<RecordType = any, ValueType extends ApTableValueT
|
|
|
35
35
|
/**
|
|
36
36
|
* 值类型额外配置的参数(支持函数)
|
|
37
37
|
*/
|
|
38
|
-
fieldProps?: ApTableValueFields[ValueType] | ((opt
|
|
38
|
+
fieldProps?: ApTableValueFields[ValueType] | ((opt: {
|
|
39
39
|
value: any;
|
|
40
40
|
text: any;
|
|
41
41
|
record: RecordType;
|
package/es/src/index.d.ts
CHANGED