vft 0.0.261 → 0.0.264

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 (126) 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 +1 -1
  8. package/es/components/button/index.d.ts +24 -24
  9. package/es/components/button/use-button.d.ts +1 -1
  10. package/es/components/carousel/use-carousel.js +1 -1
  11. package/es/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
  12. package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
  13. package/es/components/checkbox/index.d.ts +51 -51
  14. package/es/components/col/col.vue.d.ts +1 -1
  15. package/es/components/col/index.d.ts +9 -9
  16. package/es/components/color-picker/index.d.ts +8 -8
  17. package/es/components/date-picker/date-picker.d.ts +6 -6
  18. package/es/components/date-picker/index.d.ts +12 -12
  19. package/es/components/date-picker/props/date-picker.d.ts +2 -2
  20. package/es/components/divider/index.d.ts +3 -3
  21. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  22. package/es/components/focus-trap/utils.d.ts +1 -1
  23. package/es/components/form/form-item.vue.d.ts +2 -2
  24. package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
  25. package/es/components/form/index.d.ts +54 -54
  26. package/es/components/input/index.d.ts +3 -3
  27. package/es/components/input/input.vue2.js +4 -4
  28. package/es/components/input-number/index.d.ts +2 -2
  29. package/es/components/popconfirm/index.d.ts +15 -15
  30. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  31. package/es/components/popper/composables/use-content.d.ts +3 -3
  32. package/es/components/radio/index.d.ts +48 -48
  33. package/es/components/radio/radio.vue.d.ts +1 -1
  34. package/es/components/radio/use-radio.d.ts +1 -1
  35. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  36. package/es/components/select/index.d.ts +10 -10
  37. package/es/components/select/select.vue.d.ts +10 -10
  38. package/es/components/select/useSelect.d.ts +9 -9
  39. package/es/components/slider/index.d.ts +4 -4
  40. package/es/components/space/index.d.ts +3 -3
  41. package/es/components/space/space.d.ts +4 -4
  42. package/es/components/super-form/index.d.ts +15 -0
  43. package/es/components/super-form/super-form.vue.d.ts +1 -0
  44. package/es/components/super-form/super-form.vue2.js +4 -4
  45. package/es/components/super-form/types.d.ts +2 -0
  46. package/es/components/switch/index.d.ts +15 -15
  47. package/es/components/switch/switch.vue.d.ts +1 -1
  48. package/es/components/tabs/index.d.ts +2 -2
  49. package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  50. package/es/components/time-picker/common/picker.vue.d.ts +6 -6
  51. package/es/components/time-picker/common/props.d.ts +2 -2
  52. package/es/components/time-picker/index.d.ts +12 -12
  53. package/es/components/time-picker/time-picker.d.ts +6 -6
  54. package/es/components/time-select/time-select.vue.d.ts +1 -1
  55. package/es/components/timeline/index.d.ts +6 -6
  56. package/es/components/tree/tree-node.vue.d.ts +36 -36
  57. package/es/components/upload/index.d.ts +9 -9
  58. package/es/constants/size.d.ts +1 -1
  59. package/es/hooks/use-popper/index.d.ts +3 -3
  60. package/es/hooks/use-size/index.d.ts +1 -1
  61. package/es/package.json.d.ts +1 -1
  62. package/es/package.json.js +1 -1
  63. package/es/utils/vue/vnode.js +1 -1
  64. package/lib/components/affix/affix.d.ts +1 -1
  65. package/lib/components/affix/affix.vue.d.ts +3 -3
  66. package/lib/components/affix/index.d.ts +6 -6
  67. package/lib/components/autocomplete/autocomplete.vue.d.ts +4 -4
  68. package/lib/components/autocomplete/index.d.ts +12 -12
  69. package/lib/components/avatar/index.d.ts +3 -3
  70. package/lib/components/button/button.vue.d.ts +1 -1
  71. package/lib/components/button/index.d.ts +24 -24
  72. package/lib/components/button/use-button.d.ts +1 -1
  73. package/lib/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
  74. package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
  75. package/lib/components/checkbox/index.d.ts +51 -51
  76. package/lib/components/col/col.vue.d.ts +1 -1
  77. package/lib/components/col/index.d.ts +9 -9
  78. package/lib/components/color-picker/index.d.ts +8 -8
  79. package/lib/components/date-picker/date-picker.d.ts +6 -6
  80. package/lib/components/date-picker/index.d.ts +12 -12
  81. package/lib/components/date-picker/props/date-picker.d.ts +2 -2
  82. package/lib/components/divider/index.d.ts +3 -3
  83. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  84. package/lib/components/focus-trap/utils.d.ts +1 -1
  85. package/lib/components/form/form-item.vue.d.ts +2 -2
  86. package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
  87. package/lib/components/form/index.d.ts +54 -54
  88. package/lib/components/input/index.d.ts +3 -3
  89. package/lib/components/input/input.vue2.cjs +1 -1
  90. package/lib/components/input-number/index.d.ts +2 -2
  91. package/lib/components/popconfirm/index.d.ts +15 -15
  92. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  93. package/lib/components/popper/composables/use-content.d.ts +3 -3
  94. package/lib/components/radio/index.d.ts +48 -48
  95. package/lib/components/radio/radio.vue.d.ts +1 -1
  96. package/lib/components/radio/use-radio.d.ts +1 -1
  97. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  98. package/lib/components/select/index.d.ts +10 -10
  99. package/lib/components/select/select.vue.d.ts +10 -10
  100. package/lib/components/select/useSelect.d.ts +9 -9
  101. package/lib/components/slider/index.d.ts +4 -4
  102. package/lib/components/space/index.d.ts +3 -3
  103. package/lib/components/space/space.d.ts +4 -4
  104. package/lib/components/super-form/index.d.ts +15 -0
  105. package/lib/components/super-form/super-form.vue.d.ts +1 -0
  106. package/lib/components/super-form/super-form.vue2.cjs +1 -1
  107. package/lib/components/super-form/types.d.ts +2 -0
  108. package/lib/components/switch/index.d.ts +15 -15
  109. package/lib/components/switch/switch.vue.d.ts +1 -1
  110. package/lib/components/tabs/index.d.ts +2 -2
  111. package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  112. package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
  113. package/lib/components/time-picker/common/props.d.ts +2 -2
  114. package/lib/components/time-picker/index.d.ts +12 -12
  115. package/lib/components/time-picker/time-picker.d.ts +6 -6
  116. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  117. package/lib/components/timeline/index.d.ts +6 -6
  118. package/lib/components/tree/tree-node.vue.d.ts +36 -36
  119. package/lib/components/upload/index.d.ts +9 -9
  120. package/lib/constants/size.d.ts +1 -1
  121. package/lib/hooks/use-popper/index.d.ts +3 -3
  122. package/lib/hooks/use-size/index.d.ts +1 -1
  123. package/lib/package.json.cjs +1 -1
  124. package/lib/package.json.d.ts +1 -1
  125. package/package.json +5 -5
  126. package/web-types.json +1 -1
@@ -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 placement?: import("@popperjs/core").Placement | undefined;
86
86
  readonly strategy?: "fixed" | "absolute" | undefined;
87
87
  readonly effect?: "light" | "dark" | 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 placement?: import("@popperjs/core").Placement | undefined;
504
504
  readonly strategy?: "fixed" | "absolute" | undefined;
505
505
  readonly effect?: "light" | "dark" | 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 placement?: import("@popperjs/core").Placement | undefined;
1007
1007
  readonly strategy?: "fixed" | "absolute" | undefined;
1008
1008
  readonly effect?: "light" | "dark" | 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 placement?: import("@popperjs/core").Placement | undefined;
1425
1425
  readonly strategy?: "fixed" | "absolute" | undefined;
1426
1426
  readonly effect?: "light" | "dark" | 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 placement?: import("@popperjs/core").Placement | undefined;
1917
1917
  readonly strategy?: "fixed" | "absolute" | undefined;
1918
1918
  readonly effect?: "light" | "dark" | 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 placement?: import("@popperjs/core").Placement | undefined;
2335
2335
  readonly strategy?: "fixed" | "absolute" | undefined;
2336
2336
  readonly effect?: "light" | "dark" | 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">;
@@ -10,7 +10,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
10
10
  throttleTime: number;
11
11
  }>>, {
12
12
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
13
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
13
+ size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
14
14
  type: import("vue").ComputedRef<any>;
15
15
  disabled: import("vue").ComputedRef<boolean>;
16
16
  shouldAddSpace: import("vue").ComputedRef<boolean>;
@@ -9,9 +9,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
9
9
  text: {
10
10
  type: import("vue").PropType<boolean>;
11
11
  };
12
- disabled: {
13
- type: import("vue").PropType<boolean>;
14
- };
15
12
  color: {
16
13
  type: import("vue").PropType<string>;
17
14
  };
@@ -21,17 +18,20 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
21
18
  autofocus: {
22
19
  type: import("vue").PropType<boolean>;
23
20
  };
21
+ disabled: {
22
+ type: import("vue").PropType<boolean>;
23
+ };
24
24
  size: {
25
25
  type: import("vue").PropType<import("../types").ComponentSize>;
26
26
  };
27
- bg: {
28
- type: import("vue").PropType<boolean>;
27
+ icon: {
28
+ type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
29
29
  };
30
30
  dark: {
31
31
  type: import("vue").PropType<boolean>;
32
32
  };
33
- icon: {
34
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
33
+ bg: {
34
+ type: import("vue").PropType<boolean>;
35
35
  };
36
36
  loading: {
37
37
  type: import("vue").PropType<boolean>;
@@ -71,7 +71,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
71
71
  onClick?: ((evt: MouseEvent) => any) | undefined;
72
72
  }>, {
73
73
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
74
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
74
+ size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
75
75
  type: import("vue").ComputedRef<any>;
76
76
  disabled: import("vue").ComputedRef<boolean>;
77
77
  shouldAddSpace: import("vue").ComputedRef<boolean>;
@@ -99,9 +99,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
99
99
  text: {
100
100
  type: import("vue").PropType<boolean>;
101
101
  };
102
- disabled: {
103
- type: import("vue").PropType<boolean>;
104
- };
105
102
  color: {
106
103
  type: import("vue").PropType<string>;
107
104
  };
@@ -111,17 +108,20 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
111
108
  autofocus: {
112
109
  type: import("vue").PropType<boolean>;
113
110
  };
111
+ disabled: {
112
+ type: import("vue").PropType<boolean>;
113
+ };
114
114
  size: {
115
115
  type: import("vue").PropType<import("../types").ComponentSize>;
116
116
  };
117
- bg: {
118
- type: import("vue").PropType<boolean>;
117
+ icon: {
118
+ type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
119
119
  };
120
120
  dark: {
121
121
  type: import("vue").PropType<boolean>;
122
122
  };
123
- icon: {
124
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
123
+ bg: {
124
+ type: import("vue").PropType<boolean>;
125
125
  };
126
126
  loading: {
127
127
  type: import("vue").PropType<boolean>;
@@ -161,7 +161,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
161
161
  onClick?: ((evt: MouseEvent) => any) | undefined;
162
162
  }>, {
163
163
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
164
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
164
+ size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
165
165
  type: import("vue").ComputedRef<any>;
166
166
  disabled: import("vue").ComputedRef<boolean>;
167
167
  shouldAddSpace: import("vue").ComputedRef<boolean>;
@@ -184,9 +184,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
184
184
  text: {
185
185
  type: import("vue").PropType<boolean>;
186
186
  };
187
- disabled: {
188
- type: import("vue").PropType<boolean>;
189
- };
190
187
  color: {
191
188
  type: import("vue").PropType<string>;
192
189
  };
@@ -196,17 +193,20 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
196
193
  autofocus: {
197
194
  type: import("vue").PropType<boolean>;
198
195
  };
196
+ disabled: {
197
+ type: import("vue").PropType<boolean>;
198
+ };
199
199
  size: {
200
200
  type: import("vue").PropType<import("../types").ComponentSize>;
201
201
  };
202
- bg: {
203
- type: import("vue").PropType<boolean>;
202
+ icon: {
203
+ type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
204
204
  };
205
205
  dark: {
206
206
  type: import("vue").PropType<boolean>;
207
207
  };
208
- icon: {
209
- type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
208
+ bg: {
209
+ type: import("vue").PropType<boolean>;
210
210
  };
211
211
  loading: {
212
212
  type: import("vue").PropType<boolean>;
@@ -246,7 +246,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
246
246
  onClick?: ((evt: MouseEvent) => any) | undefined;
247
247
  }>, {
248
248
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
249
- size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
249
+ size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
250
250
  type: import("vue").ComputedRef<any>;
251
251
  disabled: import("vue").ComputedRef<boolean>;
252
252
  shouldAddSpace: import("vue").ComputedRef<boolean>;
@@ -12,7 +12,7 @@ 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">;
15
+ _size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
16
16
  _type: import("vue").ComputedRef<any>;
17
17
  _ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
18
18
  shouldAddSpace: import("vue").ComputedRef<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<import("vft/es/constants").ComponentSize>;
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<import("vft/es/constants").ComponentSize>;
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<import("vft/es/constants").ComponentSize>;
10
+ checkboxSize: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
11
11
  hasOwnLabel: import("vue").ComputedRef<boolean>;
12
12
  model: import("vue").WritableComputedRef<any, unknown>;
13
13
  handleChange: (e: Event) => void;
@@ -1,14 +1,11 @@
1
1
  export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
- label: {
4
- type: import("vue").PropType<string | number>;
5
- };
6
- disabled: {
7
- type: import("vue").PropType<boolean>;
8
- };
9
3
  value: {
10
4
  type: import("vue").PropType<string | number | boolean | object>;
11
5
  };
6
+ label: {
7
+ type: import("vue").PropType<string | number>;
8
+ };
12
9
  border: {
13
10
  type: import("vue").PropType<boolean>;
14
11
  };
@@ -18,8 +15,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
18
15
  id: {
19
16
  type: import("vue").PropType<string>;
20
17
  };
18
+ disabled: {
19
+ type: import("vue").PropType<boolean>;
20
+ };
21
21
  size: {
22
- type: import("vue").PropType<"" | "small" | "default" | "large">;
22
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
23
23
  };
24
24
  modelValue: {
25
25
  type: import("vue").PropType<string | number | boolean>;
@@ -62,15 +62,12 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
62
62
  M: {};
63
63
  Defaults: {};
64
64
  }, Readonly<import("vue").ExtractPropTypes<{
65
- label: {
66
- type: import("vue").PropType<string | number>;
67
- };
68
- disabled: {
69
- type: import("vue").PropType<boolean>;
70
- };
71
65
  value: {
72
66
  type: import("vue").PropType<string | number | boolean | object>;
73
67
  };
68
+ label: {
69
+ type: import("vue").PropType<string | number>;
70
+ };
74
71
  border: {
75
72
  type: import("vue").PropType<boolean>;
76
73
  };
@@ -80,8 +77,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
80
77
  id: {
81
78
  type: import("vue").PropType<string>;
82
79
  };
80
+ disabled: {
81
+ type: import("vue").PropType<boolean>;
82
+ };
83
83
  size: {
84
- type: import("vue").PropType<"" | "small" | "default" | "large">;
84
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
85
85
  };
86
86
  modelValue: {
87
87
  type: import("vue").PropType<string | number | boolean>;
@@ -118,15 +118,12 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
118
118
  __isTeleport?: never;
119
119
  __isSuspense?: never;
120
120
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
121
- label: {
122
- type: import("vue").PropType<string | number>;
123
- };
124
- disabled: {
125
- type: import("vue").PropType<boolean>;
126
- };
127
121
  value: {
128
122
  type: import("vue").PropType<string | number | boolean | object>;
129
123
  };
124
+ label: {
125
+ type: import("vue").PropType<string | number>;
126
+ };
130
127
  border: {
131
128
  type: import("vue").PropType<boolean>;
132
129
  };
@@ -136,8 +133,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
136
133
  id: {
137
134
  type: import("vue").PropType<string>;
138
135
  };
136
+ disabled: {
137
+ type: import("vue").PropType<boolean>;
138
+ };
139
139
  size: {
140
- type: import("vue").PropType<"" | "small" | "default" | "large">;
140
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
141
141
  };
142
142
  modelValue: {
143
143
  type: import("vue").PropType<string | number | boolean>;
@@ -216,7 +216,7 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
216
216
  type: import("vue").PropType<boolean>;
217
217
  };
218
218
  size: {
219
- type: import("vue").PropType<"" | "small" | "default" | "large">;
219
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
220
220
  };
221
221
  tabindex: {
222
222
  type: import("vue").PropType<string | number>;
@@ -275,7 +275,7 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
275
275
  type: import("vue").PropType<boolean>;
276
276
  };
277
277
  size: {
278
- type: import("vue").PropType<"" | "small" | "default" | "large">;
278
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
279
279
  };
280
280
  tabindex: {
281
281
  type: import("vue").PropType<string | number>;
@@ -328,7 +328,7 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
328
328
  type: import("vue").PropType<boolean>;
329
329
  };
330
330
  size: {
331
- type: import("vue").PropType<"" | "small" | "default" | "large">;
331
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
332
332
  };
333
333
  tabindex: {
334
334
  type: import("vue").PropType<string | number>;
@@ -349,17 +349,17 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
349
349
  });
350
350
  CheckboxGroup: {
351
351
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
352
+ fill: {
353
+ type: import("vue").PropType<string>;
354
+ };
352
355
  label: {
353
356
  type: import("vue").PropType<string>;
354
357
  };
355
358
  disabled: {
356
359
  type: import("vue").PropType<boolean>;
357
360
  };
358
- fill: {
359
- type: import("vue").PropType<string>;
360
- };
361
361
  size: {
362
- type: import("vue").PropType<"" | "small" | "default" | "large">;
362
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
363
363
  };
364
364
  modelValue: {
365
365
  type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
@@ -406,17 +406,17 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
406
406
  M: {};
407
407
  Defaults: {};
408
408
  }, Readonly<import("vue").ExtractPropTypes<{
409
+ fill: {
410
+ type: import("vue").PropType<string>;
411
+ };
409
412
  label: {
410
413
  type: import("vue").PropType<string>;
411
414
  };
412
415
  disabled: {
413
416
  type: import("vue").PropType<boolean>;
414
417
  };
415
- fill: {
416
- type: import("vue").PropType<string>;
417
- };
418
418
  size: {
419
- type: import("vue").PropType<"" | "small" | "default" | "large">;
419
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
420
420
  };
421
421
  modelValue: {
422
422
  type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
@@ -457,17 +457,17 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
457
457
  __isTeleport?: never;
458
458
  __isSuspense?: never;
459
459
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
460
+ fill: {
461
+ type: import("vue").PropType<string>;
462
+ };
460
463
  label: {
461
464
  type: import("vue").PropType<string>;
462
465
  };
463
466
  disabled: {
464
467
  type: import("vue").PropType<boolean>;
465
468
  };
466
- fill: {
467
- type: import("vue").PropType<string>;
468
- };
469
469
  size: {
470
- type: import("vue").PropType<"" | "small" | "default" | "large">;
470
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
471
471
  };
472
472
  modelValue: {
473
473
  type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
@@ -552,7 +552,7 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
552
552
  type: import("vue").PropType<boolean>;
553
553
  };
554
554
  size: {
555
- type: import("vue").PropType<"" | "small" | "default" | "large">;
555
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
556
556
  };
557
557
  tabindex: {
558
558
  type: import("vue").PropType<string | number>;
@@ -611,7 +611,7 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
611
611
  type: import("vue").PropType<boolean>;
612
612
  };
613
613
  size: {
614
- type: import("vue").PropType<"" | "small" | "default" | "large">;
614
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
615
615
  };
616
616
  tabindex: {
617
617
  type: import("vue").PropType<string | number>;
@@ -664,7 +664,7 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
664
664
  type: import("vue").PropType<boolean>;
665
665
  };
666
666
  size: {
667
- type: import("vue").PropType<"" | "small" | "default" | "large">;
667
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
668
668
  };
669
669
  tabindex: {
670
670
  type: import("vue").PropType<string | number>;
@@ -685,17 +685,17 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
685
685
  })>;
686
686
  export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
687
687
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
688
+ fill: {
689
+ type: import("vue").PropType<string>;
690
+ };
688
691
  label: {
689
692
  type: import("vue").PropType<string>;
690
693
  };
691
694
  disabled: {
692
695
  type: import("vue").PropType<boolean>;
693
696
  };
694
- fill: {
695
- type: import("vue").PropType<string>;
696
- };
697
697
  size: {
698
- type: import("vue").PropType<"" | "small" | "default" | "large">;
698
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
699
699
  };
700
700
  modelValue: {
701
701
  type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
@@ -742,17 +742,17 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
742
742
  M: {};
743
743
  Defaults: {};
744
744
  }, Readonly<import("vue").ExtractPropTypes<{
745
+ fill: {
746
+ type: import("vue").PropType<string>;
747
+ };
745
748
  label: {
746
749
  type: import("vue").PropType<string>;
747
750
  };
748
751
  disabled: {
749
752
  type: import("vue").PropType<boolean>;
750
753
  };
751
- fill: {
752
- type: import("vue").PropType<string>;
753
- };
754
754
  size: {
755
- type: import("vue").PropType<"" | "small" | "default" | "large">;
755
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
756
756
  };
757
757
  modelValue: {
758
758
  type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
@@ -793,17 +793,17 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
793
793
  __isTeleport?: never;
794
794
  __isSuspense?: never;
795
795
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
796
+ fill: {
797
+ type: import("vue").PropType<string>;
798
+ };
796
799
  label: {
797
800
  type: import("vue").PropType<string>;
798
801
  };
799
802
  disabled: {
800
803
  type: import("vue").PropType<boolean>;
801
804
  };
802
- fill: {
803
- type: import("vue").PropType<string>;
804
- };
805
805
  size: {
806
- type: import("vue").PropType<"" | "small" | "default" | "large">;
806
+ type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
807
807
  };
808
808
  modelValue: {
809
809
  type: import("vue").PropType<import("./types").CheckboxGroupValueType>;
@@ -15,8 +15,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
15
15
  pull: number;
16
16
  push: number;
17
17
  }>>> & Readonly<{}>, {
18
- span: number;
19
18
  push: number;
19
+ span: number;
20
20
  offset: number;
21
21
  tag: string;
22
22
  pull: number;