vft 0.0.153 → 0.0.154

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 (162) hide show
  1. package/es/app-components/button/button-custom.d.ts +1 -1
  2. package/es/app-components/form/hooks/use-form-common-props.d.ts +4 -5
  3. package/es/app-components/hooks/use-id.d.ts +1 -2
  4. package/es/components/affix/affix.d.ts +2 -2
  5. package/es/components/affix/affix.vue.d.ts +1 -1
  6. package/es/components/affix/index.d.ts +3 -3
  7. package/es/components/autocomplete/autocomplete.vue.d.ts +17 -17
  8. package/es/components/autocomplete/index.d.ts +51 -51
  9. package/es/components/button/button-custom.d.ts +1 -1
  10. package/es/components/button/button.vue.d.ts +1 -1
  11. package/es/components/button/index.d.ts +3 -3
  12. package/es/components/button/use-button.d.ts +3 -3
  13. package/es/components/carousel/carousel.vue.d.ts +1 -1
  14. package/es/components/carousel/index.d.ts +19 -19
  15. package/es/components/carousel/use-carousel.d.ts +2 -2
  16. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  17. package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
  18. package/es/components/checkbox/index.d.ts +48 -48
  19. package/es/components/config-provider/hooks/use-global-config.d.ts +2 -3
  20. package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
  21. package/es/components/date-picker/date-picker.d.ts +19 -3
  22. package/es/components/date-picker/index.d.ts +38 -6
  23. package/es/components/date-picker/props/date-picker.d.ts +9 -1
  24. package/es/components/date-picker/props/shared.d.ts +1 -1
  25. package/es/components/date-picker/utils.d.ts +1 -1
  26. package/es/components/dialog/dialog.vue.d.ts +2 -2
  27. package/es/components/dialog/index.d.ts +6 -6
  28. package/es/components/drawer/drawer.vue.d.ts +2 -2
  29. package/es/components/drawer/index.d.ts +6 -6
  30. package/es/components/dropdown/dropdown.vue.d.ts +2 -2
  31. package/es/components/dropdown/index.d.ts +30 -30
  32. package/es/components/form/hooks/use-form-common-props.d.ts +4 -6
  33. package/es/components/icon/icon.vue2.js +20 -21
  34. package/es/components/loading/index.d.ts +9 -17
  35. package/es/components/loading/loading.d.ts +9 -17
  36. package/es/components/multiple-tabs/multiple-tabs.vue2.js +97 -67
  37. package/es/components/popover/index.d.ts +8 -8
  38. package/es/components/popper/composables/use-content-dom.d.ts +1 -3
  39. package/es/components/popper/composables/use-content.d.ts +6 -70
  40. package/es/components/popper/index.d.ts +3 -3
  41. package/es/components/popper/popper.vue.d.ts +1 -2
  42. package/es/components/popper/utils.d.ts +2 -45
  43. package/es/components/radio/index.d.ts +24 -24
  44. package/es/components/radio/use-radio.d.ts +1 -1
  45. package/es/components/select/defaults.d.ts +3 -4
  46. package/es/components/select/index.d.ts +58 -58
  47. package/es/components/select/select.vue.d.ts +29 -29
  48. package/es/components/select/useSelect.d.ts +18 -18
  49. package/es/components/side-menu/index.d.ts +4 -8
  50. package/es/components/side-menu/side-menu.vue.d.ts +2 -2
  51. package/es/components/side-menu/side-menu.vue2.js +44 -44
  52. package/es/components/slider/composables/use-slide.d.ts +6 -6
  53. package/es/components/slider/index.d.ts +2 -2
  54. package/es/components/slider/slider.d.ts +3 -3
  55. package/es/components/space/index.d.ts +2 -5
  56. package/es/components/space/space.d.ts +2 -5
  57. package/es/components/super-form/index.d.ts +3 -3
  58. package/es/components/super-form/super-form.vue.d.ts +1 -1
  59. package/es/components/table/index.d.ts +24 -24
  60. package/es/components/table/use/use-columns.d.ts +3 -801
  61. package/es/components/tabs/tabs.vue2.js +4 -4
  62. package/es/components/time-picker/common/picker.vue.d.ts +20 -5
  63. package/es/components/time-picker/common/props.d.ts +9 -2
  64. package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
  65. package/es/components/time-picker/index.d.ts +38 -6
  66. package/es/components/time-picker/time-picker.d.ts +19 -3
  67. package/es/components/time-picker/utils.d.ts +1 -1
  68. package/es/components/time-select/time-select.vue.d.ts +1 -1
  69. package/es/components/tooltip/index.d.ts +16 -16
  70. package/es/components/tooltip/utils.d.ts +1 -1
  71. package/es/components/upload/use-handlers.d.ts +1 -21
  72. package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
  73. package/es/hooks/use-id/index.d.ts +1 -2
  74. package/es/hooks/use-model-toggle/index.d.ts +2 -2
  75. package/es/hooks/use-popper/index.d.ts +7 -70
  76. package/es/hooks/use-same-target/index.d.ts +3 -3
  77. package/es/hooks/use-z-index/index.d.ts +1 -1
  78. package/es/package.json.d.ts +1 -1
  79. package/es/package.json.js +1 -1
  80. package/lib/app-components/button/button-custom.d.ts +1 -1
  81. package/lib/app-components/form/hooks/use-form-common-props.d.ts +4 -5
  82. package/lib/app-components/hooks/use-id.d.ts +1 -2
  83. package/lib/components/affix/affix.d.ts +2 -2
  84. package/lib/components/affix/affix.vue.d.ts +1 -1
  85. package/lib/components/affix/index.d.ts +3 -3
  86. package/lib/components/autocomplete/autocomplete.vue.d.ts +17 -17
  87. package/lib/components/autocomplete/index.d.ts +51 -51
  88. package/lib/components/button/button-custom.d.ts +1 -1
  89. package/lib/components/button/button.vue.d.ts +1 -1
  90. package/lib/components/button/index.d.ts +3 -3
  91. package/lib/components/button/use-button.d.ts +3 -3
  92. package/lib/components/carousel/carousel.vue.d.ts +1 -1
  93. package/lib/components/carousel/index.d.ts +19 -19
  94. package/lib/components/carousel/use-carousel.d.ts +2 -2
  95. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
  96. package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
  97. package/lib/components/checkbox/index.d.ts +48 -48
  98. package/lib/components/config-provider/hooks/use-global-config.d.ts +2 -3
  99. package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
  100. package/lib/components/date-picker/date-picker.d.ts +19 -3
  101. package/lib/components/date-picker/index.d.ts +38 -6
  102. package/lib/components/date-picker/props/date-picker.d.ts +9 -1
  103. package/lib/components/date-picker/props/shared.d.ts +1 -1
  104. package/lib/components/date-picker/utils.d.ts +1 -1
  105. package/lib/components/dialog/dialog.vue.d.ts +2 -2
  106. package/lib/components/dialog/index.d.ts +6 -6
  107. package/lib/components/drawer/drawer.vue.d.ts +2 -2
  108. package/lib/components/drawer/index.d.ts +6 -6
  109. package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
  110. package/lib/components/dropdown/index.d.ts +30 -30
  111. package/lib/components/form/hooks/use-form-common-props.d.ts +4 -6
  112. package/lib/components/icon/icon.vue2.cjs +1 -1
  113. package/lib/components/loading/index.d.ts +9 -17
  114. package/lib/components/loading/loading.d.ts +9 -17
  115. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  116. package/lib/components/popover/index.d.ts +8 -8
  117. package/lib/components/popper/composables/use-content-dom.d.ts +1 -3
  118. package/lib/components/popper/composables/use-content.d.ts +6 -70
  119. package/lib/components/popper/index.d.ts +3 -3
  120. package/lib/components/popper/popper.vue.d.ts +1 -2
  121. package/lib/components/popper/utils.d.ts +2 -45
  122. package/lib/components/radio/index.d.ts +24 -24
  123. package/lib/components/radio/use-radio.d.ts +1 -1
  124. package/lib/components/select/defaults.d.ts +3 -4
  125. package/lib/components/select/index.d.ts +58 -58
  126. package/lib/components/select/select.vue.d.ts +29 -29
  127. package/lib/components/select/useSelect.d.ts +18 -18
  128. package/lib/components/side-menu/index.d.ts +4 -8
  129. package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
  130. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  131. package/lib/components/slider/composables/use-slide.d.ts +6 -6
  132. package/lib/components/slider/index.d.ts +2 -2
  133. package/lib/components/slider/slider.d.ts +3 -3
  134. package/lib/components/space/index.d.ts +2 -5
  135. package/lib/components/space/space.d.ts +2 -5
  136. package/lib/components/super-form/index.d.ts +3 -3
  137. package/lib/components/super-form/super-form.vue.d.ts +1 -1
  138. package/lib/components/table/index.d.ts +24 -24
  139. package/lib/components/table/use/use-columns.d.ts +3 -801
  140. package/lib/components/tabs/tabs.vue2.cjs +1 -1
  141. package/lib/components/time-picker/common/picker.vue.d.ts +20 -5
  142. package/lib/components/time-picker/common/props.d.ts +9 -2
  143. package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
  144. package/lib/components/time-picker/index.d.ts +38 -6
  145. package/lib/components/time-picker/time-picker.d.ts +19 -3
  146. package/lib/components/time-picker/utils.d.ts +1 -1
  147. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  148. package/lib/components/tooltip/index.d.ts +16 -16
  149. package/lib/components/tooltip/utils.d.ts +1 -1
  150. package/lib/components/upload/use-handlers.d.ts +1 -21
  151. package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
  152. package/lib/hooks/use-id/index.d.ts +1 -2
  153. package/lib/hooks/use-model-toggle/index.d.ts +2 -2
  154. package/lib/hooks/use-popper/index.d.ts +7 -70
  155. package/lib/hooks/use-same-target/index.d.ts +3 -3
  156. package/lib/hooks/use-z-index/index.d.ts +1 -1
  157. package/lib/package.json.cjs +1 -1
  158. package/lib/package.json.d.ts +1 -1
  159. package/package.json +5 -5
  160. package/web-types.json +1 -1
  161. package/es/components/super-form/types.d.ts +0 -176
  162. package/lib/components/super-form/types.d.ts +0 -176
@@ -4,7 +4,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
4
4
  type: globalThis.PropType<import("..").TooltipTriggerType>;
5
5
  };
6
6
  placement: {
7
- type: globalThis.PropType<import("@popperjs/core").Placement>;
7
+ type: globalThis.PropType<any>;
8
8
  };
9
9
  disabled: {
10
10
  type: globalThis.PropType<boolean>;
@@ -16,7 +16,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
16
16
  type: globalThis.PropType<string>;
17
17
  };
18
18
  popperOptions: {
19
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
19
+ type: globalThis.PropType<any>;
20
20
  };
21
21
  tabindex: {
22
22
  type: globalThis.PropType<number>;
@@ -83,7 +83,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
83
83
  type: globalThis.PropType<import("..").TooltipTriggerType>;
84
84
  };
85
85
  placement: {
86
- type: globalThis.PropType<import("@popperjs/core").Placement>;
86
+ type: globalThis.PropType<any>;
87
87
  };
88
88
  disabled: {
89
89
  type: globalThis.PropType<boolean>;
@@ -95,7 +95,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
95
95
  type: globalThis.PropType<string>;
96
96
  };
97
97
  popperOptions: {
98
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
98
+ type: globalThis.PropType<any>;
99
99
  };
100
100
  tabindex: {
101
101
  type: globalThis.PropType<number>;
@@ -160,7 +160,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
160
160
  type: globalThis.PropType<import("..").TooltipTriggerType>;
161
161
  };
162
162
  placement: {
163
- type: globalThis.PropType<import("@popperjs/core").Placement>;
163
+ type: globalThis.PropType<any>;
164
164
  };
165
165
  disabled: {
166
166
  type: globalThis.PropType<boolean>;
@@ -172,7 +172,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
172
172
  type: globalThis.PropType<string>;
173
173
  };
174
174
  popperOptions: {
175
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
175
+ type: globalThis.PropType<any>;
176
176
  };
177
177
  tabindex: {
178
178
  type: globalThis.PropType<number>;
@@ -237,7 +237,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
237
237
  type: globalThis.PropType<import("..").TooltipTriggerType>;
238
238
  };
239
239
  placement: {
240
- type: globalThis.PropType<import("@popperjs/core").Placement>;
240
+ type: globalThis.PropType<any>;
241
241
  };
242
242
  disabled: {
243
243
  type: globalThis.PropType<boolean>;
@@ -249,7 +249,7 @@ export declare const VftPopover: import("vft/es/utils").SFCWithInstall<{
249
249
  type: globalThis.PropType<string>;
250
250
  };
251
251
  popperOptions: {
252
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
252
+ type: globalThis.PropType<any>;
253
253
  };
254
254
  tabindex: {
255
255
  type: globalThis.PropType<number>;
@@ -5,9 +5,7 @@ import type { PopperContentProps } from '../types';
5
5
  export declare const usePopperContentDOM: (props: PopperContentProps, { attributes, styles, role, }: Pick<UsePopperReturn, 'attributes' | 'styles'> & Pick<UsePopperContentReturn, 'role'>) => {
6
6
  ariaModal: globalThis.ComputedRef<string | undefined>;
7
7
  arrowStyle: globalThis.ComputedRef<CSSProperties>;
8
- contentAttrs: globalThis.ComputedRef<{
9
- [key: string]: string | boolean;
10
- }>;
8
+ contentAttrs: globalThis.ComputedRef<any>;
11
9
  contentClass: globalThis.ComputedRef<any[]>;
12
10
  contentStyle: globalThis.ComputedRef<StyleValue[]>;
13
11
  contentZIndex: globalThis.Ref<number>;
@@ -1,77 +1,13 @@
1
- import type { Modifier } from '@popperjs/core';
2
1
  import type { PopperContentProps } from '../types';
3
2
  export declare const usePopperContent: (props: PopperContentProps) => {
4
- attributes: globalThis.ComputedRef<{
5
- [key: string]: {
6
- [key: string]: string | boolean;
7
- };
8
- }>;
3
+ attributes: globalThis.ComputedRef<any>;
9
4
  arrowRef: globalThis.Ref<HTMLElement | undefined>;
10
5
  contentRef: globalThis.Ref<HTMLElement | undefined>;
11
- instanceRef: globalThis.ComputedRef<import("@popperjs/core").Instance | undefined>;
12
- state: globalThis.ComputedRef<{
13
- elements?: {
14
- reference: Element | import("@popperjs/core").VirtualElement;
15
- popper: HTMLElement;
16
- arrow?: HTMLElement | undefined;
17
- } | undefined;
18
- options?: import("@popperjs/core").OptionsGeneric<any> | undefined;
19
- placement?: import("@popperjs/core").Placement | undefined;
20
- strategy?: import("@popperjs/core").PositioningStrategy | undefined;
21
- orderedModifiers?: Modifier<any, any>[] | undefined;
22
- rects?: import("@popperjs/core").StateRects | undefined;
23
- scrollParents?: {
24
- reference: (Element | import("@popperjs/core").Window | import("@popperjs/core").VisualViewport)[];
25
- popper: (Element | import("@popperjs/core").Window | import("@popperjs/core").VisualViewport)[];
26
- } | undefined;
27
- styles?: {
28
- [key: string]: Partial<CSSStyleDeclaration>;
29
- } | undefined;
30
- attributes?: {
31
- [key: string]: {
32
- [key: string]: string | boolean;
33
- };
34
- } | undefined;
35
- modifiersData?: {
36
- [key: string]: any;
37
- arrow?: {
38
- x?: number | undefined;
39
- y?: number | undefined;
40
- centerOffset: number;
41
- } | undefined;
42
- hide?: {
43
- isReferenceHidden: boolean;
44
- hasPopperEscaped: boolean;
45
- referenceClippingOffsets: import("@popperjs/core").SideObject;
46
- popperEscapeOffsets: import("@popperjs/core").SideObject;
47
- } | undefined;
48
- offset?: {
49
- auto?: import("@popperjs/core").Offsets | undefined;
50
- left?: import("@popperjs/core").Offsets | undefined;
51
- right?: import("@popperjs/core").Offsets | undefined;
52
- bottom?: import("@popperjs/core").Offsets | undefined;
53
- top?: import("@popperjs/core").Offsets | undefined;
54
- "auto-start"?: import("@popperjs/core").Offsets | undefined;
55
- "auto-end"?: import("@popperjs/core").Offsets | undefined;
56
- "top-start"?: import("@popperjs/core").Offsets | undefined;
57
- "top-end"?: import("@popperjs/core").Offsets | undefined;
58
- "bottom-start"?: import("@popperjs/core").Offsets | undefined;
59
- "bottom-end"?: import("@popperjs/core").Offsets | undefined;
60
- "right-start"?: import("@popperjs/core").Offsets | undefined;
61
- "right-end"?: import("@popperjs/core").Offsets | undefined;
62
- "left-start"?: import("@popperjs/core").Offsets | undefined;
63
- "left-end"?: import("@popperjs/core").Offsets | undefined;
64
- } | undefined;
65
- preventOverflow?: import("@popperjs/core").Offsets | undefined;
66
- popperOffsets?: import("@popperjs/core").Offsets | undefined;
67
- } | undefined;
68
- reset?: boolean | undefined;
69
- }>;
70
- styles: globalThis.ComputedRef<{
71
- [key: string]: Partial<CSSStyleDeclaration>;
72
- }>;
6
+ instanceRef: globalThis.ComputedRef<any>;
7
+ state: globalThis.ComputedRef<any>;
8
+ styles: globalThis.ComputedRef<any>;
73
9
  role: globalThis.ComputedRef<string>;
74
- forceUpdate: () => void | undefined;
75
- update: () => Promise<Partial<import("@popperjs/core").State>> | undefined;
10
+ forceUpdate: () => any;
11
+ update: () => any;
76
12
  };
77
13
  export type UsePopperContentReturn = ReturnType<typeof usePopperContent>;
@@ -10,7 +10,7 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
10
10
  }>>, {
11
11
  triggerRef: globalThis.Ref<import("./constants").Measurable | undefined>;
12
12
  contentRef: globalThis.Ref<HTMLElement | undefined>;
13
- popperInstanceRef: globalThis.Ref<import("@popperjs/core").Instance | undefined>;
13
+ popperInstanceRef: globalThis.Ref<any>;
14
14
  referenceRef: globalThis.Ref<import("./constants").Measurable | undefined>;
15
15
  role: globalThis.ComputedRef<string>;
16
16
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
@@ -31,7 +31,7 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
31
31
  }>>, {
32
32
  triggerRef: globalThis.Ref<import("./constants").Measurable | undefined>;
33
33
  contentRef: globalThis.Ref<HTMLElement | undefined>;
34
- popperInstanceRef: globalThis.Ref<import("@popperjs/core").Instance | undefined>;
34
+ popperInstanceRef: globalThis.Ref<any>;
35
35
  referenceRef: globalThis.Ref<import("./constants").Measurable | undefined>;
36
36
  role: globalThis.ComputedRef<string>;
37
37
  }, {}, {}, {}, {}>;
@@ -45,7 +45,7 @@ export declare const VftPopper: import("vft/es/utils").SFCWithInstall<{
45
45
  }>>, {
46
46
  triggerRef: globalThis.Ref<import("./constants").Measurable | undefined>;
47
47
  contentRef: globalThis.Ref<HTMLElement | undefined>;
48
- popperInstanceRef: globalThis.Ref<import("@popperjs/core").Instance | undefined>;
48
+ popperInstanceRef: globalThis.Ref<any>;
49
49
  referenceRef: globalThis.Ref<import("./constants").Measurable | undefined>;
50
50
  role: globalThis.ComputedRef<string>;
51
51
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1,11 +1,10 @@
1
- import type { Instance as PopperInstance } from '@popperjs/core';
2
1
  interface Props {
3
2
  role?: 'dialog' | 'grid' | 'group' | 'listbox' | 'menu' | 'navigation' | 'tooltip' | 'tree';
4
3
  }
5
4
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
6
5
  triggerRef: globalThis.Ref<import("./constants").Measurable | undefined>;
7
6
  contentRef: globalThis.Ref<HTMLElement | undefined>;
8
- popperInstanceRef: globalThis.Ref<PopperInstance | undefined>;
7
+ popperInstanceRef: globalThis.Ref<any>;
9
8
  referenceRef: globalThis.Ref<import("./constants").Measurable | undefined>;
10
9
  role: globalThis.ComputedRef<string>;
11
10
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
@@ -1,49 +1,6 @@
1
1
  import type { ComponentPublicInstance } from 'vue';
2
- import type { MaybeRef } from '@vueuse/core';
3
2
  import type { Modifier } from '@popperjs/core';
4
3
  import type { Measurable } from './constants';
5
4
  import type { PopperCoreConfigProps } from './types';
6
- export declare const buildPopperOptions: (props: PopperCoreConfigProps, modifiers?: Modifier<any, any>[]) => {
7
- modifiers: (Modifier<any, any> | {
8
- name: string;
9
- options: {
10
- offset: number[];
11
- padding?: undefined;
12
- fallbackPlacements?: undefined;
13
- gpuAcceleration?: undefined;
14
- };
15
- } | {
16
- name: string;
17
- options: {
18
- padding: {
19
- top: number;
20
- bottom: number;
21
- left: number;
22
- right: number;
23
- };
24
- offset?: undefined;
25
- fallbackPlacements?: undefined;
26
- gpuAcceleration?: undefined;
27
- };
28
- } | {
29
- name: string;
30
- options: {
31
- padding: number;
32
- fallbackPlacements: import("@popperjs/core").Placement[] | undefined;
33
- offset?: undefined;
34
- gpuAcceleration?: undefined;
35
- };
36
- } | {
37
- name: string;
38
- options: {
39
- gpuAcceleration: boolean | undefined;
40
- offset?: undefined;
41
- padding?: undefined;
42
- fallbackPlacements?: undefined;
43
- };
44
- })[];
45
- placement: import("@popperjs/core").Placement | undefined;
46
- strategy: import("@popperjs/core").PositioningStrategy | undefined;
47
- onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
48
- };
49
- export declare const unwrapMeasurableEl: ($el: MaybeRef<Measurable | undefined | ComponentPublicInstance>) => HTMLElement | undefined;
5
+ export declare const buildPopperOptions: (props: PopperCoreConfigProps, modifiers?: Modifier<any, any>[]) => any;
6
+ export declare const unwrapMeasurableEl: ($el: MaybeRef<ComponentPublicInstance | Measurable | undefined>) => any;
@@ -219,12 +219,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
219
219
  modelValue: {
220
220
  type: globalThis.PropType<string | number | boolean>;
221
221
  };
222
- options: {
223
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
224
- };
225
222
  id: {
226
223
  type: globalThis.PropType<string>;
227
224
  };
225
+ options: {
226
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
227
+ };
228
228
  disabled: {
229
229
  type: globalThis.PropType<boolean>;
230
230
  };
@@ -260,12 +260,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
260
260
  modelValue: {
261
261
  type: globalThis.PropType<string | number | boolean>;
262
262
  };
263
- options: {
264
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
265
- };
266
263
  id: {
267
264
  type: globalThis.PropType<string>;
268
265
  };
266
+ options: {
267
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
268
+ };
269
269
  disabled: {
270
270
  type: globalThis.PropType<boolean>;
271
271
  };
@@ -307,12 +307,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
307
307
  modelValue: {
308
308
  type: globalThis.PropType<string | number | boolean>;
309
309
  };
310
- options: {
311
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
312
- };
313
310
  id: {
314
311
  type: globalThis.PropType<string>;
315
312
  };
313
+ options: {
314
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
315
+ };
316
316
  disabled: {
317
317
  type: globalThis.PropType<boolean>;
318
318
  };
@@ -351,12 +351,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
351
351
  modelValue: {
352
352
  type: globalThis.PropType<string | number | boolean>;
353
353
  };
354
- options: {
355
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
356
- };
357
354
  id: {
358
355
  type: globalThis.PropType<string>;
359
356
  };
357
+ options: {
358
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
359
+ };
360
360
  disabled: {
361
361
  type: globalThis.PropType<boolean>;
362
362
  };
@@ -401,12 +401,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
401
401
  modelValue: {
402
402
  type: globalThis.PropType<string | number | boolean>;
403
403
  };
404
- options: {
405
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
406
- };
407
404
  id: {
408
405
  type: globalThis.PropType<string>;
409
406
  };
407
+ options: {
408
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
409
+ };
410
410
  disabled: {
411
411
  type: globalThis.PropType<boolean>;
412
412
  };
@@ -442,12 +442,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
442
442
  modelValue: {
443
443
  type: globalThis.PropType<string | number | boolean>;
444
444
  };
445
- options: {
446
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
447
- };
448
445
  id: {
449
446
  type: globalThis.PropType<string>;
450
447
  };
448
+ options: {
449
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
450
+ };
451
451
  disabled: {
452
452
  type: globalThis.PropType<boolean>;
453
453
  };
@@ -489,12 +489,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
489
489
  modelValue: {
490
490
  type: globalThis.PropType<string | number | boolean>;
491
491
  };
492
- options: {
493
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
494
- };
495
492
  id: {
496
493
  type: globalThis.PropType<string>;
497
494
  };
495
+ options: {
496
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
497
+ };
498
498
  disabled: {
499
499
  type: globalThis.PropType<boolean>;
500
500
  };
@@ -533,12 +533,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
533
533
  modelValue: {
534
534
  type: globalThis.PropType<string | number | boolean>;
535
535
  };
536
- options: {
537
- type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
538
- };
539
536
  id: {
540
537
  type: globalThis.PropType<string>;
541
538
  };
539
+ options: {
540
+ type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
541
+ };
542
542
  disabled: {
543
543
  type: globalThis.PropType<boolean>;
544
544
  };
@@ -9,7 +9,7 @@ export declare const useRadio: (props: {
9
9
  radioGroup: import("./constants").RadioGroupContext | undefined;
10
10
  focus: globalThis.Ref<boolean>;
11
11
  size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
12
- disabled: globalThis.ComputedRef<boolean>;
12
+ disabled: globalThis.ComputedRef<any>;
13
13
  tabIndex: globalThis.ComputedRef<0 | -1>;
14
14
  modelValue: globalThis.WritableComputedRef<string | number | boolean | undefined>;
15
15
  };
@@ -1,4 +1,3 @@
1
- import type { Options, Placement } from 'vft/es/components/popper';
2
1
  import type { Component, PropType } from 'vue';
3
2
  import type { OptionType } from './select.types';
4
3
  export declare const SelectProps: {
@@ -76,8 +75,8 @@ export declare const SelectProps: {
76
75
  default: string;
77
76
  };
78
77
  popperOptions: {
79
- type: PropType<Partial<Options>>;
80
- default: () => Partial<Options>;
78
+ type: PropType<Options>;
79
+ default: () => Options;
81
80
  };
82
81
  remote: BooleanConstructor;
83
82
  size: {
@@ -97,7 +96,7 @@ export declare const SelectProps: {
97
96
  };
98
97
  placement: {
99
98
  type: PropType<Placement>;
100
- values: Placement[];
99
+ values: any;
101
100
  default: string;
102
101
  };
103
102
  };