vft 0.0.317 → 0.0.320
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/dist/index.css +1 -1
- package/es/component.js +157 -155
- package/es/components/avatar-stack/avatar-stack.vue.d.ts +12 -0
- package/es/components/avatar-stack/avatar-stack.vue.js +4 -0
- package/es/components/avatar-stack/avatar-stack.vue2.js +69 -0
- package/es/components/avatar-stack/index.d.ts +43 -0
- package/es/components/avatar-stack/index.js +12 -0
- package/es/components/avatar-stack/style/css.d.ts +4 -0
- package/es/components/avatar-stack/style/css.js +6 -0
- package/es/components/avatar-stack/style/index.d.ts +4 -0
- package/es/components/avatar-stack/style/index.js +6 -0
- package/es/components/avatar-stack/types.d.ts +14 -0
- package/es/components/avatar-stack/types.js +1 -0
- package/es/components/button/index.d.ts +9 -9
- package/es/components/color-picker/color-picker.vue2.js +1 -1
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +30 -30
- package/es/components/index.d.ts +13 -12
- package/es/components/index.js +421 -419
- package/es/components/list-cell/list-cell.vue2.js +36 -36
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/super-form/component-map.d.ts +6 -0
- package/es/components/super-form/component-map.js +42 -30
- package/es/components/super-form/style/css.d.ts +6 -0
- package/es/components/super-form/style/css.js +15 -6
- package/es/components/super-form/style/index.d.ts +6 -0
- package/es/components/super-form/style/index.js +16 -7
- package/es/components/super-form/super-form-item.vue2.js +217 -199
- package/es/components/super-form/use/helper.js +137 -23
- package/es/components/table/style/css.js +15 -6
- package/es/components/table/style/index.js +16 -7
- package/es/components/tree/index.d.ts +5 -5
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +15 -15
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload-content.vue2.js +51 -47
- package/es/components/upload/upload-list.vue2.js +70 -66
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/upload.vue2.js +30 -30
- package/es/index.js +562 -560
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/component.cjs +1 -1
- package/lib/components/avatar-stack/avatar-stack.vue.cjs +1 -0
- package/lib/components/avatar-stack/avatar-stack.vue.d.ts +12 -0
- package/lib/components/avatar-stack/avatar-stack.vue2.cjs +1 -0
- package/lib/components/avatar-stack/index.cjs +1 -0
- package/lib/components/avatar-stack/index.d.ts +43 -0
- package/lib/components/avatar-stack/style/css.cjs +1 -0
- package/lib/components/avatar-stack/style/css.d.ts +4 -0
- package/lib/components/avatar-stack/style/index.cjs +1 -0
- package/lib/components/avatar-stack/style/index.d.ts +4 -0
- package/lib/components/avatar-stack/types.cjs +1 -0
- package/lib/components/avatar-stack/types.d.ts +14 -0
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +30 -30
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +13 -12
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/component-map.d.ts +6 -0
- package/lib/components/super-form/style/css.cjs +1 -1
- package/lib/components/super-form/style/css.d.ts +6 -0
- package/lib/components/super-form/style/index.cjs +1 -1
- package/lib/components/super-form/style/index.d.ts +6 -0
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/table/style/css.cjs +1 -1
- package/lib/components/table/style/index.cjs +1 -1
- package/lib/components/tree/index.d.ts +5 -5
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +15 -15
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload-content.vue2.cjs +1 -1
- package/lib/components/upload/upload-list.vue2.cjs +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/upload.vue2.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +4 -4
- package/theme-style/index.css +1 -1
- package/theme-style/src/avatar-stack.scss +38 -0
- package/theme-style/src/common/var.scss +16 -2
- package/theme-style/src/index.scss +1 -0
- package/theme-style/src/super-form.scss +6 -1
- package/theme-style/vft-avatar-stack.css +1 -0
- package/theme-style/vft-super-form.css +1 -1
- package/web-types.json +1 -1
|
@@ -206,10 +206,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
206
206
|
size: {
|
|
207
207
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
208
208
|
};
|
|
209
|
-
required: {
|
|
210
|
-
type: import("vue").PropType<boolean>;
|
|
211
|
-
default: undefined;
|
|
212
|
-
};
|
|
213
209
|
rules: {
|
|
214
210
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
215
211
|
};
|
|
@@ -228,6 +224,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
228
224
|
type: import("vue").PropType<boolean>;
|
|
229
225
|
default: boolean;
|
|
230
226
|
};
|
|
227
|
+
required: {
|
|
228
|
+
type: import("vue").PropType<boolean>;
|
|
229
|
+
default: undefined;
|
|
230
|
+
};
|
|
231
231
|
for: {
|
|
232
232
|
type: import("vue").PropType<string>;
|
|
233
233
|
};
|
|
@@ -246,10 +246,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
247
247
|
"update:error": (val: string) => void;
|
|
248
248
|
}, import("vue").PublicProps, {
|
|
249
|
-
required: boolean;
|
|
250
249
|
labelWidth: string | number;
|
|
251
250
|
inlineMessage: string | boolean;
|
|
252
251
|
showMessage: boolean;
|
|
252
|
+
required: boolean;
|
|
253
253
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
254
254
|
P: {};
|
|
255
255
|
B: {};
|
|
@@ -270,10 +270,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
270
270
|
size: {
|
|
271
271
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
272
272
|
};
|
|
273
|
-
required: {
|
|
274
|
-
type: import("vue").PropType<boolean>;
|
|
275
|
-
default: undefined;
|
|
276
|
-
};
|
|
277
273
|
rules: {
|
|
278
274
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
279
275
|
};
|
|
@@ -292,6 +288,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
292
288
|
type: import("vue").PropType<boolean>;
|
|
293
289
|
default: boolean;
|
|
294
290
|
};
|
|
291
|
+
required: {
|
|
292
|
+
type: import("vue").PropType<boolean>;
|
|
293
|
+
default: undefined;
|
|
294
|
+
};
|
|
295
295
|
for: {
|
|
296
296
|
type: import("vue").PropType<string>;
|
|
297
297
|
};
|
|
@@ -308,10 +308,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
308
308
|
clearValidate: () => void;
|
|
309
309
|
resetField: () => void;
|
|
310
310
|
}, {}, {}, {}, {
|
|
311
|
-
required: boolean;
|
|
312
311
|
labelWidth: string | number;
|
|
313
312
|
inlineMessage: string | boolean;
|
|
314
313
|
showMessage: boolean;
|
|
314
|
+
required: boolean;
|
|
315
315
|
}>;
|
|
316
316
|
__isFragment?: never;
|
|
317
317
|
__isTeleport?: never;
|
|
@@ -329,10 +329,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
329
329
|
size: {
|
|
330
330
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
331
331
|
};
|
|
332
|
-
required: {
|
|
333
|
-
type: import("vue").PropType<boolean>;
|
|
334
|
-
default: undefined;
|
|
335
|
-
};
|
|
336
332
|
rules: {
|
|
337
333
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
338
334
|
};
|
|
@@ -351,6 +347,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
351
347
|
type: import("vue").PropType<boolean>;
|
|
352
348
|
default: boolean;
|
|
353
349
|
};
|
|
350
|
+
required: {
|
|
351
|
+
type: import("vue").PropType<boolean>;
|
|
352
|
+
default: undefined;
|
|
353
|
+
};
|
|
354
354
|
for: {
|
|
355
355
|
type: import("vue").PropType<string>;
|
|
356
356
|
};
|
|
@@ -369,10 +369,10 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
369
369
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
370
370
|
"update:error": (val: string) => void;
|
|
371
371
|
}, string, {
|
|
372
|
-
required: boolean;
|
|
373
372
|
labelWidth: string | number;
|
|
374
373
|
inlineMessage: string | boolean;
|
|
375
374
|
showMessage: boolean;
|
|
375
|
+
required: boolean;
|
|
376
376
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
377
377
|
$slots: {
|
|
378
378
|
label?(_: {
|
|
@@ -399,10 +399,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
399
399
|
size: {
|
|
400
400
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
401
401
|
};
|
|
402
|
-
required: {
|
|
403
|
-
type: import("vue").PropType<boolean>;
|
|
404
|
-
default: undefined;
|
|
405
|
-
};
|
|
406
402
|
rules: {
|
|
407
403
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
408
404
|
};
|
|
@@ -421,6 +417,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
421
417
|
type: import("vue").PropType<boolean>;
|
|
422
418
|
default: boolean;
|
|
423
419
|
};
|
|
420
|
+
required: {
|
|
421
|
+
type: import("vue").PropType<boolean>;
|
|
422
|
+
default: undefined;
|
|
423
|
+
};
|
|
424
424
|
for: {
|
|
425
425
|
type: import("vue").PropType<string>;
|
|
426
426
|
};
|
|
@@ -439,10 +439,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
439
439
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
440
440
|
"update:error": (val: string) => void;
|
|
441
441
|
}, import("vue").PublicProps, {
|
|
442
|
-
required: boolean;
|
|
443
442
|
labelWidth: string | number;
|
|
444
443
|
inlineMessage: string | boolean;
|
|
445
444
|
showMessage: boolean;
|
|
445
|
+
required: boolean;
|
|
446
446
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
447
447
|
P: {};
|
|
448
448
|
B: {};
|
|
@@ -463,10 +463,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
463
463
|
size: {
|
|
464
464
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
465
465
|
};
|
|
466
|
-
required: {
|
|
467
|
-
type: import("vue").PropType<boolean>;
|
|
468
|
-
default: undefined;
|
|
469
|
-
};
|
|
470
466
|
rules: {
|
|
471
467
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
472
468
|
};
|
|
@@ -485,6 +481,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
485
481
|
type: import("vue").PropType<boolean>;
|
|
486
482
|
default: boolean;
|
|
487
483
|
};
|
|
484
|
+
required: {
|
|
485
|
+
type: import("vue").PropType<boolean>;
|
|
486
|
+
default: undefined;
|
|
487
|
+
};
|
|
488
488
|
for: {
|
|
489
489
|
type: import("vue").PropType<string>;
|
|
490
490
|
};
|
|
@@ -501,10 +501,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
501
501
|
clearValidate: () => void;
|
|
502
502
|
resetField: () => void;
|
|
503
503
|
}, {}, {}, {}, {
|
|
504
|
-
required: boolean;
|
|
505
504
|
labelWidth: string | number;
|
|
506
505
|
inlineMessage: string | boolean;
|
|
507
506
|
showMessage: boolean;
|
|
507
|
+
required: boolean;
|
|
508
508
|
}>;
|
|
509
509
|
__isFragment?: never;
|
|
510
510
|
__isTeleport?: never;
|
|
@@ -522,10 +522,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
522
522
|
size: {
|
|
523
523
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
524
524
|
};
|
|
525
|
-
required: {
|
|
526
|
-
type: import("vue").PropType<boolean>;
|
|
527
|
-
default: undefined;
|
|
528
|
-
};
|
|
529
525
|
rules: {
|
|
530
526
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
531
527
|
};
|
|
@@ -544,6 +540,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
544
540
|
type: import("vue").PropType<boolean>;
|
|
545
541
|
default: boolean;
|
|
546
542
|
};
|
|
543
|
+
required: {
|
|
544
|
+
type: import("vue").PropType<boolean>;
|
|
545
|
+
default: undefined;
|
|
546
|
+
};
|
|
547
547
|
for: {
|
|
548
548
|
type: import("vue").PropType<string>;
|
|
549
549
|
};
|
|
@@ -562,10 +562,10 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
562
562
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
563
563
|
"update:error": (val: string) => void;
|
|
564
564
|
}, string, {
|
|
565
|
-
required: boolean;
|
|
566
565
|
labelWidth: string | number;
|
|
567
566
|
inlineMessage: string | boolean;
|
|
568
567
|
showMessage: boolean;
|
|
568
|
+
required: boolean;
|
|
569
569
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
570
570
|
$slots: {
|
|
571
571
|
label?(_: {
|
package/es/components/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './alert';
|
|
2
2
|
export * from './avatar';
|
|
3
|
+
export * from './avatar-stack';
|
|
3
4
|
export * from './backtop';
|
|
4
5
|
export * from './button';
|
|
5
6
|
export * from './card';
|
|
@@ -40,8 +41,8 @@ export * from './link';
|
|
|
40
41
|
export * from './list-cell';
|
|
41
42
|
export * from './logo';
|
|
42
43
|
export * from './menu';
|
|
43
|
-
export * from './notification';
|
|
44
44
|
export * from './multiple-tabs';
|
|
45
|
+
export * from './notification';
|
|
45
46
|
export * from './overlay';
|
|
46
47
|
export * from './page-wrapper';
|
|
47
48
|
export * from './pagination';
|
|
@@ -60,6 +61,7 @@ export * from './side-menu';
|
|
|
60
61
|
export * from './skeleton';
|
|
61
62
|
export * from './slider';
|
|
62
63
|
export * from './space';
|
|
64
|
+
export * from './steps';
|
|
63
65
|
export * from './switch';
|
|
64
66
|
export * from './table';
|
|
65
67
|
export * from './tabs';
|
|
@@ -69,29 +71,28 @@ export * from './tooltip';
|
|
|
69
71
|
export * from './tree';
|
|
70
72
|
export * from './verify-code';
|
|
71
73
|
export * from './virtual-list';
|
|
72
|
-
export * from './steps';
|
|
73
74
|
export * from './autocomplete';
|
|
74
|
-
export * from './modal';
|
|
75
|
-
export * from './progress';
|
|
76
|
-
export * from './super-form';
|
|
77
|
-
export * from './upload';
|
|
78
|
-
export * from './carousel';
|
|
79
|
-
export * from './timeline';
|
|
80
75
|
export * from './breadcrumb';
|
|
76
|
+
export * from './carousel';
|
|
81
77
|
export * from './collapse';
|
|
82
|
-
export * from './statistic';
|
|
83
78
|
export * from './countdown';
|
|
84
79
|
export * from './input-tag';
|
|
85
|
-
export * from './
|
|
86
|
-
export * from './
|
|
80
|
+
export * from './modal';
|
|
81
|
+
export * from './progress';
|
|
87
82
|
export * from './segmented';
|
|
83
|
+
export * from './statistic';
|
|
84
|
+
export * from './super-form';
|
|
85
|
+
export * from './timeline';
|
|
86
|
+
export * from './transfer';
|
|
87
|
+
export * from './upload';
|
|
88
|
+
export * from './watermark';
|
|
88
89
|
export * from './md-code-demo';
|
|
89
90
|
export * from './md-code-tabs';
|
|
90
91
|
export * from './md-comment';
|
|
91
92
|
export * from './md-container';
|
|
92
93
|
export * from './md-tabs';
|
|
93
94
|
export * from './md-vue-playground';
|
|
95
|
+
export * from './infinite-scroll';
|
|
94
96
|
export * from './loading';
|
|
95
97
|
export * from './message';
|
|
96
|
-
export * from './infinite-scroll';
|
|
97
98
|
export * from './progress-i';
|