vft 0.0.242 → 0.0.243

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.
Files changed (110) hide show
  1. package/es/components/affix/affix.d.ts +1 -1
  2. package/es/components/affix/affix.vue.d.ts +3 -3
  3. package/es/components/affix/index.d.ts +6 -6
  4. package/es/components/autocomplete/autocomplete.vue.d.ts +4 -4
  5. package/es/components/autocomplete/index.d.ts +12 -12
  6. package/es/components/avatar/index.d.ts +3 -3
  7. package/es/components/button/button.vue.d.ts +2 -2
  8. package/es/components/button/index.d.ts +24 -24
  9. package/es/components/button/use-button.d.ts +2 -2
  10. package/es/components/carousel/carousel.vue.d.ts +1 -1
  11. package/es/components/carousel/index.d.ts +15 -15
  12. package/es/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
  13. package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
  14. package/es/components/checkbox/index.d.ts +51 -51
  15. package/es/components/col/col.vue.d.ts +1 -1
  16. package/es/components/col/index.d.ts +9 -9
  17. package/es/components/color-picker/index.d.ts +8 -8
  18. package/es/components/date-picker/date-picker.d.ts +3 -3
  19. package/es/components/date-picker/index.d.ts +6 -6
  20. package/es/components/date-picker/props/date-picker.d.ts +1 -1
  21. package/es/components/divider/index.d.ts +3 -3
  22. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  23. package/es/components/focus-trap/utils.d.ts +1 -1
  24. package/es/components/form/form-item.vue.d.ts +2 -2
  25. package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
  26. package/es/components/form/index.d.ts +48 -48
  27. package/es/components/input/index.d.ts +3 -3
  28. package/es/components/input-number/index.d.ts +2 -2
  29. package/es/components/popper/composables/use-content.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +48 -48
  31. package/es/components/radio/radio.vue.d.ts +1 -1
  32. package/es/components/radio/use-radio.d.ts +1 -1
  33. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  34. package/es/components/select/useSelect.d.ts +5 -5
  35. package/es/components/slider/index.d.ts +4 -4
  36. package/es/components/space/index.d.ts +3 -3
  37. package/es/components/space/space.d.ts +4 -4
  38. package/es/components/switch/index.d.ts +15 -15
  39. package/es/components/switch/switch.vue.d.ts +1 -1
  40. package/es/components/tabs/index.d.ts +2 -2
  41. package/es/components/time-picker/common/picker.vue.d.ts +3 -3
  42. package/es/components/time-picker/common/props.d.ts +1 -1
  43. package/es/components/time-picker/index.d.ts +6 -6
  44. package/es/components/time-picker/time-picker.d.ts +3 -3
  45. package/es/components/time-select/time-select.vue.d.ts +1 -1
  46. package/es/components/timeline/index.d.ts +6 -6
  47. package/es/components/tree/tree-node.vue.d.ts +36 -36
  48. package/es/components/upload/index.d.ts +9 -9
  49. package/es/hooks/use-ordered-children/index.d.ts +3 -1
  50. package/es/hooks/use-ordered-children/index.js +12 -12
  51. package/es/hooks/use-popper/index.d.ts +3 -3
  52. package/es/hooks/use-size/index.d.ts +1 -1
  53. package/es/package.json.d.ts +1 -1
  54. package/es/package.json.js +1 -1
  55. package/lib/components/affix/affix.d.ts +1 -1
  56. package/lib/components/affix/affix.vue.d.ts +3 -3
  57. package/lib/components/affix/index.d.ts +6 -6
  58. package/lib/components/autocomplete/autocomplete.vue.d.ts +4 -4
  59. package/lib/components/autocomplete/index.d.ts +12 -12
  60. package/lib/components/avatar/index.d.ts +3 -3
  61. package/lib/components/button/button.vue.d.ts +2 -2
  62. package/lib/components/button/index.d.ts +24 -24
  63. package/lib/components/button/use-button.d.ts +2 -2
  64. package/lib/components/carousel/carousel.vue.d.ts +1 -1
  65. package/lib/components/carousel/index.d.ts +15 -15
  66. package/lib/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
  67. package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
  68. package/lib/components/checkbox/index.d.ts +51 -51
  69. package/lib/components/col/col.vue.d.ts +1 -1
  70. package/lib/components/col/index.d.ts +9 -9
  71. package/lib/components/color-picker/index.d.ts +8 -8
  72. package/lib/components/date-picker/date-picker.d.ts +3 -3
  73. package/lib/components/date-picker/index.d.ts +6 -6
  74. package/lib/components/date-picker/props/date-picker.d.ts +1 -1
  75. package/lib/components/divider/index.d.ts +3 -3
  76. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  77. package/lib/components/focus-trap/utils.d.ts +1 -1
  78. package/lib/components/form/form-item.vue.d.ts +2 -2
  79. package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
  80. package/lib/components/form/index.d.ts +48 -48
  81. package/lib/components/input/index.d.ts +3 -3
  82. package/lib/components/input-number/index.d.ts +2 -2
  83. package/lib/components/popper/composables/use-content.d.ts +3 -3
  84. package/lib/components/radio/index.d.ts +48 -48
  85. package/lib/components/radio/radio.vue.d.ts +1 -1
  86. package/lib/components/radio/use-radio.d.ts +1 -1
  87. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  88. package/lib/components/select/useSelect.d.ts +5 -5
  89. package/lib/components/slider/index.d.ts +4 -4
  90. package/lib/components/space/index.d.ts +3 -3
  91. package/lib/components/space/space.d.ts +4 -4
  92. package/lib/components/switch/index.d.ts +15 -15
  93. package/lib/components/switch/switch.vue.d.ts +1 -1
  94. package/lib/components/tabs/index.d.ts +2 -2
  95. package/lib/components/time-picker/common/picker.vue.d.ts +3 -3
  96. package/lib/components/time-picker/common/props.d.ts +1 -1
  97. package/lib/components/time-picker/index.d.ts +6 -6
  98. package/lib/components/time-picker/time-picker.d.ts +3 -3
  99. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  100. package/lib/components/timeline/index.d.ts +6 -6
  101. package/lib/components/tree/tree-node.vue.d.ts +36 -36
  102. package/lib/components/upload/index.d.ts +9 -9
  103. package/lib/hooks/use-ordered-children/index.cjs +1 -1
  104. package/lib/hooks/use-ordered-children/index.d.ts +3 -1
  105. package/lib/hooks/use-popper/index.d.ts +3 -3
  106. package/lib/hooks/use-size/index.d.ts +1 -1
  107. package/lib/package.json.cjs +1 -1
  108. package/lib/package.json.d.ts +1 -1
  109. package/package.json +5 -5
  110. package/web-types.json +1 -1
@@ -4,7 +4,7 @@ export declare const affixProps: {
4
4
  readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
5
5
  readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
6
6
  readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
7
- readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
7
+ readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
8
8
  };
9
9
  export type AffixProps = ExtractPropTypes<typeof affixProps>;
10
10
  export declare const affixEmits: {
@@ -5,7 +5,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
5
5
  readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
6
6
  readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
7
7
  readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
8
- readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
8
+ readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
9
9
  }>, {
10
10
  /** @description update affix status */
11
11
  update: () => void;
@@ -21,7 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
21
21
  readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
22
22
  readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
23
23
  readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
24
- readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
24
+ readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
25
25
  }>> & Readonly<{
26
26
  onChange?: ((fixed: boolean) => any) | undefined;
27
27
  onScroll?: ((args_0: {
@@ -30,7 +30,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
30
30
  }) => any) | undefined;
31
31
  }>, {
32
32
  readonly target: string;
33
- readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
33
+ readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
34
34
  readonly zIndex: number;
35
35
  readonly offset: number;
36
36
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3,7 +3,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
3
3
  readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
4
4
  readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
5
5
  readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6
- readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
6
+ readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
7
7
  }>> & Readonly<{
8
8
  onChange?: ((fixed: boolean) => any) | undefined;
9
9
  onScroll?: ((args_0: {
@@ -21,7 +21,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
21
21
  change: (fixed: boolean) => void;
22
22
  }, import("vue").PublicProps, {
23
23
  readonly target: string;
24
- readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
24
+ readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
25
25
  readonly zIndex: number;
26
26
  readonly offset: number;
27
27
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -35,7 +35,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
35
35
  readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
36
36
  readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
37
37
  readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
38
- readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
38
+ readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
39
39
  }>> & Readonly<{
40
40
  onChange?: ((fixed: boolean) => any) | undefined;
41
41
  onScroll?: ((args_0: {
@@ -47,7 +47,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
47
47
  updateRoot: () => void;
48
48
  }, {}, {}, {}, {
49
49
  readonly target: string;
50
- readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
50
+ readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
51
51
  readonly zIndex: number;
52
52
  readonly offset: number;
53
53
  }>;
@@ -58,7 +58,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
58
58
  readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
59
59
  readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
60
60
  readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
61
- readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
61
+ readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
62
62
  }>> & Readonly<{
63
63
  onChange?: ((fixed: boolean) => any) | undefined;
64
64
  onScroll?: ((args_0: {
@@ -76,7 +76,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
76
76
  change: (fixed: boolean) => void;
77
77
  }, string, {
78
78
  readonly target: string;
79
- readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
79
+ readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
80
80
  readonly zIndex: number;
81
81
  readonly offset: number;
82
82
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -42,13 +42,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
42
42
  $data: {};
43
43
  $props: Partial<{}> & Omit<{
44
44
  readonly style?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
45
- readonly disabled?: boolean | undefined;
46
45
  readonly content?: string | undefined;
47
46
  readonly zIndex?: number | undefined;
48
47
  readonly offset?: number | undefined;
49
48
  readonly transition?: string | undefined;
50
- readonly onClick?: Function | undefined;
51
49
  readonly onBlur?: Function | undefined;
50
+ readonly onClick?: Function | undefined;
52
51
  readonly onContextmenu?: Function | undefined;
53
52
  readonly onFocus?: Function | undefined;
54
53
  readonly onKeydown?: Function | undefined;
@@ -58,6 +57,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
58
57
  readonly id?: string | undefined;
59
58
  readonly ariaLabel?: string | undefined;
60
59
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
60
+ readonly disabled?: boolean | undefined;
61
61
  readonly showAfter?: number | undefined;
62
62
  readonly hideAfter?: number | undefined;
63
63
  readonly open?: boolean | undefined;
@@ -460,13 +460,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
460
460
  $data: {};
461
461
  $props: Partial<{}> & Omit<{
462
462
  readonly style?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
463
- readonly disabled?: boolean | undefined;
464
463
  readonly content?: string | undefined;
465
464
  readonly zIndex?: number | undefined;
466
465
  readonly offset?: number | undefined;
467
466
  readonly transition?: string | undefined;
468
- readonly onClick?: Function | undefined;
469
467
  readonly onBlur?: Function | undefined;
468
+ readonly onClick?: Function | undefined;
470
469
  readonly onContextmenu?: Function | undefined;
471
470
  readonly onFocus?: Function | undefined;
472
471
  readonly onKeydown?: Function | undefined;
@@ -476,6 +475,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
476
475
  readonly id?: string | undefined;
477
476
  readonly ariaLabel?: string | undefined;
478
477
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
478
+ readonly disabled?: boolean | undefined;
479
479
  readonly showAfter?: number | undefined;
480
480
  readonly hideAfter?: number | undefined;
481
481
  readonly open?: boolean | undefined;
@@ -66,13 +66,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
66
66
  $data: {};
67
67
  $props: Partial<{}> & Omit<{
68
68
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
69
- readonly disabled?: boolean | undefined;
70
69
  readonly content?: string | undefined;
71
70
  readonly zIndex?: number | undefined;
72
71
  readonly offset?: number | undefined;
73
72
  readonly transition?: string | undefined;
74
- readonly onClick?: Function | undefined;
75
73
  readonly onBlur?: Function | undefined;
74
+ readonly onClick?: Function | undefined;
76
75
  readonly onContextmenu?: Function | undefined;
77
76
  readonly onFocus?: Function | undefined;
78
77
  readonly onKeydown?: Function | undefined;
@@ -82,6 +81,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
82
81
  readonly id?: string | undefined;
83
82
  readonly ariaLabel?: string | undefined;
84
83
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
84
+ readonly disabled?: boolean | undefined;
85
85
  readonly showAfter?: number | undefined;
86
86
  readonly hideAfter?: number | undefined;
87
87
  readonly open?: boolean | undefined;
@@ -484,13 +484,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
484
484
  $data: {};
485
485
  $props: Partial<{}> & Omit<{
486
486
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
487
- readonly disabled?: boolean | undefined;
488
487
  readonly content?: string | undefined;
489
488
  readonly zIndex?: number | undefined;
490
489
  readonly offset?: number | undefined;
491
490
  readonly transition?: string | undefined;
492
- readonly onClick?: Function | undefined;
493
491
  readonly onBlur?: Function | undefined;
492
+ readonly onClick?: Function | undefined;
494
493
  readonly onContextmenu?: Function | undefined;
495
494
  readonly onFocus?: Function | undefined;
496
495
  readonly onKeydown?: Function | undefined;
@@ -500,6 +499,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
500
499
  readonly id?: string | undefined;
501
500
  readonly ariaLabel?: string | undefined;
502
501
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
502
+ readonly disabled?: boolean | undefined;
503
503
  readonly showAfter?: number | undefined;
504
504
  readonly hideAfter?: number | undefined;
505
505
  readonly open?: boolean | undefined;
@@ -987,13 +987,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
987
987
  $data: {};
988
988
  $props: Partial<{}> & Omit<{
989
989
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
990
- readonly disabled?: boolean | undefined;
991
990
  readonly content?: string | undefined;
992
991
  readonly zIndex?: number | undefined;
993
992
  readonly offset?: number | undefined;
994
993
  readonly transition?: string | undefined;
995
- readonly onClick?: Function | undefined;
996
994
  readonly onBlur?: Function | undefined;
995
+ readonly onClick?: Function | undefined;
997
996
  readonly onContextmenu?: Function | undefined;
998
997
  readonly onFocus?: Function | undefined;
999
998
  readonly onKeydown?: Function | undefined;
@@ -1003,6 +1002,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1003
1002
  readonly id?: string | undefined;
1004
1003
  readonly ariaLabel?: string | undefined;
1005
1004
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1005
+ readonly disabled?: boolean | undefined;
1006
1006
  readonly showAfter?: number | undefined;
1007
1007
  readonly hideAfter?: number | undefined;
1008
1008
  readonly open?: boolean | undefined;
@@ -1405,13 +1405,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1405
1405
  $data: {};
1406
1406
  $props: Partial<{}> & Omit<{
1407
1407
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1408
- readonly disabled?: boolean | undefined;
1409
1408
  readonly content?: string | undefined;
1410
1409
  readonly zIndex?: number | undefined;
1411
1410
  readonly offset?: number | undefined;
1412
1411
  readonly transition?: string | undefined;
1413
- readonly onClick?: Function | undefined;
1414
1412
  readonly onBlur?: Function | undefined;
1413
+ readonly onClick?: Function | undefined;
1415
1414
  readonly onContextmenu?: Function | undefined;
1416
1415
  readonly onFocus?: Function | undefined;
1417
1416
  readonly onKeydown?: Function | undefined;
@@ -1421,6 +1420,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1421
1420
  readonly id?: string | undefined;
1422
1421
  readonly ariaLabel?: string | undefined;
1423
1422
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1423
+ readonly disabled?: boolean | undefined;
1424
1424
  readonly showAfter?: number | undefined;
1425
1425
  readonly hideAfter?: number | undefined;
1426
1426
  readonly open?: boolean | undefined;
@@ -1897,13 +1897,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1897
1897
  $data: {};
1898
1898
  $props: Partial<{}> & Omit<{
1899
1899
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1900
- readonly disabled?: boolean | undefined;
1901
1900
  readonly content?: string | undefined;
1902
1901
  readonly zIndex?: number | undefined;
1903
1902
  readonly offset?: number | undefined;
1904
1903
  readonly transition?: string | undefined;
1905
- readonly onClick?: Function | undefined;
1906
1904
  readonly onBlur?: Function | undefined;
1905
+ readonly onClick?: Function | undefined;
1907
1906
  readonly onContextmenu?: Function | undefined;
1908
1907
  readonly onFocus?: Function | undefined;
1909
1908
  readonly onKeydown?: Function | undefined;
@@ -1913,6 +1912,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1913
1912
  readonly id?: string | undefined;
1914
1913
  readonly ariaLabel?: string | undefined;
1915
1914
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1915
+ readonly disabled?: boolean | undefined;
1916
1916
  readonly showAfter?: number | undefined;
1917
1917
  readonly hideAfter?: number | undefined;
1918
1918
  readonly open?: boolean | undefined;
@@ -2315,13 +2315,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2315
2315
  $data: {};
2316
2316
  $props: Partial<{}> & Omit<{
2317
2317
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
2318
- readonly disabled?: boolean | undefined;
2319
2318
  readonly content?: string | undefined;
2320
2319
  readonly zIndex?: number | undefined;
2321
2320
  readonly offset?: number | undefined;
2322
2321
  readonly transition?: string | undefined;
2323
- readonly onClick?: Function | undefined;
2324
2322
  readonly onBlur?: Function | undefined;
2323
+ readonly onClick?: Function | undefined;
2325
2324
  readonly onContextmenu?: Function | undefined;
2326
2325
  readonly onFocus?: Function | undefined;
2327
2326
  readonly onKeydown?: Function | undefined;
@@ -2331,6 +2330,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2331
2330
  readonly id?: string | undefined;
2332
2331
  readonly ariaLabel?: string | undefined;
2333
2332
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
2333
+ readonly disabled?: boolean | undefined;
2334
2334
  readonly showAfter?: number | undefined;
2335
2335
  readonly hideAfter?: number | undefined;
2336
2336
  readonly open?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  size: {
4
- type: import("vue").PropType<number | "small" | "default" | "large">;
4
+ type: import("vue").PropType<number | "default" | "small" | "large">;
5
5
  };
6
6
  shape: {
7
7
  type: import("vue").PropType<"circle" | "square">;
@@ -31,7 +31,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
31
31
  Defaults: {};
32
32
  }, Readonly<import("vue").ExtractPropTypes<{
33
33
  size: {
34
- type: import("vue").PropType<number | "small" | "default" | "large">;
34
+ type: import("vue").PropType<number | "default" | "small" | "large">;
35
35
  };
36
36
  shape: {
37
37
  type: import("vue").PropType<"circle" | "square">;
@@ -56,7 +56,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
56
56
  __isSuspense?: never;
57
57
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
58
  size: {
59
- type: import("vue").PropType<number | "small" | "default" | "large">;
59
+ type: import("vue").PropType<number | "default" | "small" | "large">;
60
60
  };
61
61
  shape: {
62
62
  type: import("vue").PropType<"circle" | "square">;
@@ -57,8 +57,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
57
57
  throttleTime: number;
58
58
  }>>, {
59
59
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
60
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
61
- type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
60
+ size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
61
+ type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
62
62
  disabled: import("vue").ComputedRef<boolean>;
63
63
  shouldAddSpace: import("vue").ComputedRef<boolean>;
64
64
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -10,9 +10,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
10
10
  text: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  };
13
- disabled: {
14
- type: import("vue").PropType<boolean>;
15
- };
16
13
  color: {
17
14
  type: import("vue").PropType<string>;
18
15
  };
@@ -22,12 +19,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
22
19
  autofocus: {
23
20
  type: import("vue").PropType<boolean>;
24
21
  };
22
+ disabled: {
23
+ type: import("vue").PropType<boolean>;
24
+ };
25
25
  dark: {
26
26
  type: import("vue").PropType<boolean>;
27
27
  };
28
28
  size: {
29
29
  type: import("vue").PropType<import("../types").ComponentSize>;
30
30
  };
31
+ icon: {
32
+ type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
33
+ };
31
34
  bg: {
32
35
  type: import("vue").PropType<boolean>;
33
36
  };
@@ -35,9 +38,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
35
38
  type: import("vue").PropType<string | import("vue").Component>;
36
39
  default: string;
37
40
  };
38
- icon: {
39
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
40
- };
41
41
  nativeType: {
42
42
  type: import("vue").PropType<"button" | "reset" | "submit">;
43
43
  default: string;
@@ -72,8 +72,8 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
72
72
  onClick?: ((evt: MouseEvent) => any) | undefined;
73
73
  }>, {
74
74
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
75
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
76
- type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
75
+ size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
76
+ type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
77
77
  disabled: import("vue").ComputedRef<boolean>;
78
78
  shouldAddSpace: import("vue").ComputedRef<boolean>;
79
79
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -100,9 +100,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
100
100
  text: {
101
101
  type: import("vue").PropType<boolean>;
102
102
  };
103
- disabled: {
104
- type: import("vue").PropType<boolean>;
105
- };
106
103
  color: {
107
104
  type: import("vue").PropType<string>;
108
105
  };
@@ -112,12 +109,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
112
109
  autofocus: {
113
110
  type: import("vue").PropType<boolean>;
114
111
  };
112
+ disabled: {
113
+ type: import("vue").PropType<boolean>;
114
+ };
115
115
  dark: {
116
116
  type: import("vue").PropType<boolean>;
117
117
  };
118
118
  size: {
119
119
  type: import("vue").PropType<import("../types").ComponentSize>;
120
120
  };
121
+ icon: {
122
+ type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
123
+ };
121
124
  bg: {
122
125
  type: import("vue").PropType<boolean>;
123
126
  };
@@ -125,9 +128,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
125
128
  type: import("vue").PropType<string | import("vue").Component>;
126
129
  default: string;
127
130
  };
128
- icon: {
129
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
130
- };
131
131
  nativeType: {
132
132
  type: import("vue").PropType<"button" | "reset" | "submit">;
133
133
  default: string;
@@ -162,8 +162,8 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
162
162
  onClick?: ((evt: MouseEvent) => any) | undefined;
163
163
  }>, {
164
164
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
165
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
166
- type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
165
+ size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
166
+ type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
167
167
  disabled: import("vue").ComputedRef<boolean>;
168
168
  shouldAddSpace: import("vue").ComputedRef<boolean>;
169
169
  }, {}, {}, {}, {
@@ -185,9 +185,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
185
185
  text: {
186
186
  type: import("vue").PropType<boolean>;
187
187
  };
188
- disabled: {
189
- type: import("vue").PropType<boolean>;
190
- };
191
188
  color: {
192
189
  type: import("vue").PropType<string>;
193
190
  };
@@ -197,12 +194,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
197
194
  autofocus: {
198
195
  type: import("vue").PropType<boolean>;
199
196
  };
197
+ disabled: {
198
+ type: import("vue").PropType<boolean>;
199
+ };
200
200
  dark: {
201
201
  type: import("vue").PropType<boolean>;
202
202
  };
203
203
  size: {
204
204
  type: import("vue").PropType<import("../types").ComponentSize>;
205
205
  };
206
+ icon: {
207
+ type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
208
+ };
206
209
  bg: {
207
210
  type: import("vue").PropType<boolean>;
208
211
  };
@@ -210,9 +213,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
210
213
  type: import("vue").PropType<string | import("vue").Component>;
211
214
  default: string;
212
215
  };
213
- icon: {
214
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
215
- };
216
216
  nativeType: {
217
217
  type: import("vue").PropType<"button" | "reset" | "submit">;
218
218
  default: string;
@@ -247,8 +247,8 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
247
247
  onClick?: ((evt: MouseEvent) => any) | undefined;
248
248
  }>, {
249
249
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
250
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
251
- type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
250
+ size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
251
+ type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
252
252
  disabled: import("vue").ComputedRef<boolean>;
253
253
  shouldAddSpace: import("vue").ComputedRef<boolean>;
254
254
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -12,8 +12,8 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
12
12
  type?: undefined;
13
13
  }>;
14
14
  _disabled: import("vue").ComputedRef<boolean>;
15
- _size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
16
- _type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "primary" | "warning" | "info" | "danger">;
15
+ _size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
16
+ _type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
17
17
  _ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
18
18
  shouldAddSpace: import("vue").ComputedRef<boolean>;
19
19
  handleClick: (evt: MouseEvent) => void;
@@ -50,8 +50,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
50
50
  }>>> & Readonly<{
51
51
  onChange?: ((current: number, prev: number) => any) | undefined;
52
52
  }>, {
53
- height: string;
54
53
  direction: "horizontal" | "vertical";
54
+ height: string;
55
55
  type: "" | "card";
56
56
  arrow: "always" | "hover" | "never";
57
57
  loop: boolean;
@@ -1,13 +1,13 @@
1
1
  export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
- height: {
4
- type: import("vue").PropType<string>;
5
- default: string;
6
- };
7
3
  direction: {
8
4
  type: import("vue").PropType<"vertical" | "horizontal">;
9
5
  default: string;
10
6
  };
7
+ height: {
8
+ type: import("vue").PropType<string>;
9
+ default: string;
10
+ };
11
11
  type: {
12
12
  type: import("vue").PropType<"" | "card">;
13
13
  default: string;
@@ -53,8 +53,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
53
53
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
54
54
  change: (current: number, prev: number) => void;
55
55
  }, import("vue").PublicProps, {
56
- height: string;
57
56
  direction: "horizontal" | "vertical";
57
+ height: string;
58
58
  type: "" | "card";
59
59
  arrow: "always" | "hover" | "never";
60
60
  loop: boolean;
@@ -72,14 +72,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
72
72
  M: {};
73
73
  Defaults: {};
74
74
  }, Readonly<import("vue").ExtractPropTypes<{
75
- height: {
76
- type: import("vue").PropType<string>;
77
- default: string;
78
- };
79
75
  direction: {
80
76
  type: import("vue").PropType<"vertical" | "horizontal">;
81
77
  default: string;
82
78
  };
79
+ height: {
80
+ type: import("vue").PropType<string>;
81
+ default: string;
82
+ };
83
83
  type: {
84
84
  type: import("vue").PropType<"" | "card">;
85
85
  default: string;
@@ -123,8 +123,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
123
123
  prev: () => void;
124
124
  next: () => void;
125
125
  }, {}, {}, {}, {
126
- height: string;
127
126
  direction: "horizontal" | "vertical";
127
+ height: string;
128
128
  type: "" | "card";
129
129
  arrow: "always" | "hover" | "never";
130
130
  loop: boolean;
@@ -139,14 +139,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
139
139
  __isTeleport?: never;
140
140
  __isSuspense?: never;
141
141
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
142
- height: {
143
- type: import("vue").PropType<string>;
144
- default: string;
145
- };
146
142
  direction: {
147
143
  type: import("vue").PropType<"vertical" | "horizontal">;
148
144
  default: string;
149
145
  };
146
+ height: {
147
+ type: import("vue").PropType<string>;
148
+ default: string;
149
+ };
150
150
  type: {
151
151
  type: import("vue").PropType<"" | "card">;
152
152
  default: string;
@@ -192,8 +192,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
192
192
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
193
193
  change: (current: number, prev: number) => void;
194
194
  }, string, {
195
- height: string;
196
195
  direction: "horizontal" | "vertical";
196
+ height: string;
197
197
  type: "" | "card";
198
198
  arrow: "always" | "hover" | "never";
199
199
  loop: boolean;
@@ -2,10 +2,10 @@ import type { ComponentInternalInstance } from 'vue';
2
2
  import type { CheckboxModel } from '../composables';
3
3
  import type { CheckboxProps } from '../types';
4
4
  export declare const useCheckboxStatus: (props: CheckboxProps, slots: ComponentInternalInstance["slots"], { model }: Pick<CheckboxModel, "model">) => {
5
- checkboxButtonSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
5
+ checkboxButtonSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
6
6
  isChecked: import("vue").ComputedRef<boolean>;
7
7
  isFocused: import("vue").Ref<boolean, boolean>;
8
- checkboxSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
8
+ checkboxSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
9
9
  hasOwnLabel: import("vue").ComputedRef<boolean>;
10
10
  };
11
11
  export type CheckboxStatus = ReturnType<typeof useCheckboxStatus>;
@@ -6,8 +6,8 @@ export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInterna
6
6
  isChecked: import("vue").ComputedRef<boolean>;
7
7
  isDisabled: import("vue").ComputedRef<boolean>;
8
8
  isFocused: import("vue").Ref<boolean, boolean>;
9
- checkboxButtonSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
10
- checkboxSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
9
+ checkboxButtonSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
10
+ checkboxSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
11
11
  hasOwnLabel: import("vue").ComputedRef<boolean>;
12
12
  model: import("vue").WritableComputedRef<any, unknown>;
13
13
  handleChange: (e: Event) => void;