@soybeanjs/headless 0.0.18 → 0.0.20

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 (267) hide show
  1. package/dist/components/accordion/accordion-content.vue.d.ts +2 -2
  2. package/dist/components/accordion/accordion-header.vue.d.ts +2 -2
  3. package/dist/components/accordion/accordion-item.vue.d.ts +5 -5
  4. package/dist/components/accordion/accordion-root.vue.d.ts +3 -3
  5. package/dist/components/accordion/accordion-trigger.vue.d.ts +2 -2
  6. package/dist/components/accordion/context.d.ts +2 -2
  7. package/dist/components/accordion/context.js +1 -1
  8. package/dist/components/alert/alert-close.vue.d.ts +2 -2
  9. package/dist/components/alert/alert-content.vue.d.ts +2 -2
  10. package/dist/components/alert/alert-description.vue.d.ts +2 -2
  11. package/dist/components/alert/alert-root.vue.d.ts +4 -4
  12. package/dist/components/alert/alert-title.vue.d.ts +2 -2
  13. package/dist/components/alert/context.d.ts +2 -2
  14. package/dist/components/alert-dialog/alert-dialog-close.vue.d.ts +2 -2
  15. package/dist/components/alert-dialog/alert-dialog-content.vue.d.ts +6 -6
  16. package/dist/components/alert-dialog/alert-dialog-root.vue.d.ts +4 -4
  17. package/dist/components/arrow/arrow.vue.d.ts +2 -2
  18. package/dist/components/aspect-ratio/aspect-ratio.vue.d.ts +3 -3
  19. package/dist/components/avatar/avatar-fallback.vue.d.ts +2 -2
  20. package/dist/components/avatar/avatar-image.vue.d.ts +4 -4
  21. package/dist/components/avatar/avatar-root.vue.d.ts +2 -2
  22. package/dist/components/avatar/context.d.ts +2 -2
  23. package/dist/components/badge/badge-content.vue.d.ts +2 -2
  24. package/dist/components/badge/badge-root.vue.d.ts +4 -4
  25. package/dist/components/badge/context.d.ts +2 -2
  26. package/dist/components/breadcrumb/breadcrumb-ellipsis.vue.d.ts +2 -2
  27. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  28. package/dist/components/breadcrumb/breadcrumb-link.vue.d.ts +2 -2
  29. package/dist/components/breadcrumb/breadcrumb-list.vue.d.ts +2 -2
  30. package/dist/components/breadcrumb/breadcrumb-page.vue.d.ts +2 -2
  31. package/dist/components/breadcrumb/breadcrumb-root.vue.d.ts +2 -2
  32. package/dist/components/breadcrumb/breadcrumb-separator.vue.d.ts +2 -2
  33. package/dist/components/breadcrumb/context.d.ts +2 -2
  34. package/dist/components/button/button.vue.d.ts +5 -5
  35. package/dist/components/card/card-content.vue.d.ts +2 -2
  36. package/dist/components/card/card-description.vue.d.ts +2 -2
  37. package/dist/components/card/card-footer.vue.d.ts +2 -2
  38. package/dist/components/card/card-header.vue.d.ts +2 -2
  39. package/dist/components/card/card-root.vue.d.ts +2 -2
  40. package/dist/components/card/card-title-root.vue.d.ts +2 -2
  41. package/dist/components/card/card-title.vue.d.ts +2 -2
  42. package/dist/components/card/context.d.ts +2 -2
  43. package/dist/components/checkbox/checkbox-control.js +1 -1
  44. package/dist/components/checkbox/checkbox-control.vue.d.ts +2 -2
  45. package/dist/components/checkbox/checkbox-group-root.vue.d.ts +3 -3
  46. package/dist/components/checkbox/checkbox-indicator.vue.d.ts +4 -4
  47. package/dist/components/checkbox/checkbox-label.vue.d.ts +2 -2
  48. package/dist/components/checkbox/checkbox-root.vue.d.ts +4 -4
  49. package/dist/components/checkbox/context.d.ts +2 -2
  50. package/dist/components/collapsible/collapsible-content.vue.d.ts +2 -2
  51. package/dist/components/collapsible/collapsible-root.vue.d.ts +6 -6
  52. package/dist/components/collapsible/collapsible-trigger.vue.d.ts +4 -4
  53. package/dist/components/collapsible/context.d.ts +2 -2
  54. package/dist/components/config-provider/config-provider.js +1 -1
  55. package/dist/components/config-provider/config-provider.vue.d.ts +4 -6
  56. package/dist/components/config-provider/context.js +1 -1
  57. package/dist/components/config-provider/types.d.ts +1 -9
  58. package/dist/components/context-menu/context-menu-content.vue.d.ts +8 -8
  59. package/dist/components/context-menu/context-menu-root.vue.d.ts +4 -4
  60. package/dist/components/context-menu/context-menu-trigger.vue.d.ts +4 -4
  61. package/dist/components/context-menu/context.js +1 -1
  62. package/dist/components/dialog/context.d.ts +2 -2
  63. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  64. package/dist/components/dialog/dialog-content.vue.d.ts +6 -6
  65. package/dist/components/dialog/dialog-description.vue.d.ts +2 -2
  66. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  67. package/dist/components/dialog/dialog-header.vue.d.ts +2 -2
  68. package/dist/components/dialog/dialog-overlay.vue.d.ts +2 -2
  69. package/dist/components/dialog/dialog-root.vue.d.ts +4 -4
  70. package/dist/components/dialog/dialog-title.vue.d.ts +2 -2
  71. package/dist/components/dialog/dialog-trigger.vue.d.ts +2 -2
  72. package/dist/components/dropdown-menu/context.js +1 -1
  73. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +8 -8
  74. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +4 -4
  75. package/dist/components/dropdown-menu/dropdown-menu-trigger.vue.d.ts +4 -4
  76. package/dist/components/form/context.d.ts +2 -2
  77. package/dist/components/form/form-description.vue.d.ts +2 -2
  78. package/dist/components/form/form-error.vue.d.ts +2 -2
  79. package/dist/components/form/form-field.vue.d.ts +2 -2
  80. package/dist/components/form/form-label.vue.d.ts +2 -2
  81. package/dist/components/input/context.d.ts +2 -2
  82. package/dist/components/input/input-control.vue.d.ts +2 -2
  83. package/dist/components/input/input-root.vue.d.ts +4 -4
  84. package/dist/components/kbd/kbd.vue.d.ts +2 -2
  85. package/dist/components/label/label.vue.d.ts +2 -2
  86. package/dist/components/layout/context.d.ts +2 -2
  87. package/dist/components/layout/layout-footer.vue.d.ts +2 -2
  88. package/dist/components/layout/layout-header.vue.d.ts +2 -2
  89. package/dist/components/layout/layout-main.vue.d.ts +2 -2
  90. package/dist/components/layout/layout-mobile.vue.d.ts +2 -2
  91. package/dist/components/layout/layout-rail.vue.d.ts +2 -2
  92. package/dist/components/layout/layout-root.vue.d.ts +4 -4
  93. package/dist/components/layout/layout-sidebar.vue.d.ts +2 -2
  94. package/dist/components/layout/layout-tab.vue.d.ts +2 -2
  95. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  96. package/dist/components/link/link.js +1 -1
  97. package/dist/components/link/link.vue.d.ts +10 -12
  98. package/dist/components/list/context.d.ts +2 -2
  99. package/dist/components/list/list-content.vue.d.ts +2 -2
  100. package/dist/components/list/list-description.vue.d.ts +2 -2
  101. package/dist/components/list/list-item.vue.d.ts +2 -2
  102. package/dist/components/list/list-root.vue.d.ts +2 -2
  103. package/dist/components/list/list-title.vue.d.ts +2 -2
  104. package/dist/components/listbox/context.d.ts +2 -2
  105. package/dist/components/listbox/context.js +1 -1
  106. package/dist/components/listbox/listbox-content.vue.d.ts +2 -2
  107. package/dist/components/listbox/listbox-filter.vue.d.ts +4 -4
  108. package/dist/components/listbox/listbox-group-label.vue.d.ts +2 -2
  109. package/dist/components/listbox/listbox-group.vue.d.ts +2 -2
  110. package/dist/components/listbox/listbox-item-indicator.vue.d.ts +4 -4
  111. package/dist/components/listbox/listbox-item.vue.d.ts +5 -5
  112. package/dist/components/listbox/listbox-root.vue.d.ts +7 -7
  113. package/dist/components/listbox/listbox-virtualizer.vue.d.ts +2 -2
  114. package/dist/components/menu/context.d.ts +2 -2
  115. package/dist/components/menu/context.js +1 -1
  116. package/dist/components/menu/menu-checkbox-group.vue.d.ts +3 -3
  117. package/dist/components/menu/menu-checkbox-item.vue.d.ts +4 -4
  118. package/dist/components/menu/menu-content.vue.d.ts +8 -8
  119. package/dist/components/menu/menu-group-label.vue.d.ts +2 -2
  120. package/dist/components/menu/menu-group.vue.d.ts +2 -2
  121. package/dist/components/menu/menu-item-indicator.vue.d.ts +4 -4
  122. package/dist/components/menu/menu-item.vue.d.ts +4 -4
  123. package/dist/components/menu/menu-radio-group.vue.d.ts +3 -3
  124. package/dist/components/menu/menu-radio-item.vue.d.ts +4 -4
  125. package/dist/components/menu/menu-root.vue.d.ts +4 -4
  126. package/dist/components/menu/menu-sub-content.vue.d.ts +8 -8
  127. package/dist/components/menu/menu-sub-trigger.vue.d.ts +2 -2
  128. package/dist/components/menu/menu-sub.vue.d.ts +4 -4
  129. package/dist/components/navigation-menu/context.d.ts +2 -2
  130. package/dist/components/navigation-menu/context.js +1 -1
  131. package/dist/components/navigation-menu/navigation-menu-content.vue.d.ts +4 -4
  132. package/dist/components/navigation-menu/navigation-menu-indicator.vue.d.ts +2 -2
  133. package/dist/components/navigation-menu/navigation-menu-item.vue.d.ts +2 -2
  134. package/dist/components/navigation-menu/navigation-menu-link.vue.d.ts +4 -4
  135. package/dist/components/navigation-menu/navigation-menu-list.vue.d.ts +2 -2
  136. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +4 -4
  137. package/dist/components/navigation-menu/navigation-menu-sub-list.vue.d.ts +2 -2
  138. package/dist/components/navigation-menu/navigation-menu-trigger.vue.d.ts +4 -4
  139. package/dist/components/navigation-menu/navigation-menu-viewport.vue.d.ts +3 -3
  140. package/dist/components/number-input/context.d.ts +2 -2
  141. package/dist/components/number-input/context.js +1 -1
  142. package/dist/components/number-input/number-input-control.vue.d.ts +2 -2
  143. package/dist/components/number-input/number-input-decrement.vue.d.ts +4 -4
  144. package/dist/components/number-input/number-input-increment.vue.d.ts +4 -4
  145. package/dist/components/number-input/number-input-root.vue.d.ts +4 -4
  146. package/dist/components/pagination/context.d.ts +2 -2
  147. package/dist/components/pagination/pagination-ellipsis.vue.d.ts +2 -2
  148. package/dist/components/pagination/pagination-first.vue.d.ts +2 -2
  149. package/dist/components/pagination/pagination-last.vue.d.ts +2 -2
  150. package/dist/components/pagination/pagination-list-item.vue.d.ts +2 -2
  151. package/dist/components/pagination/pagination-list.vue.d.ts +2 -2
  152. package/dist/components/pagination/pagination-next.vue.d.ts +2 -2
  153. package/dist/components/pagination/pagination-prev.vue.d.ts +2 -2
  154. package/dist/components/pagination/pagination-root.vue.d.ts +4 -4
  155. package/dist/components/popover/popover-anchor.vue.d.ts +2 -2
  156. package/dist/components/popover/popover-close.vue.d.ts +4 -4
  157. package/dist/components/popover/popover-popup.vue.d.ts +2 -2
  158. package/dist/components/popover/popover-positioner.vue.d.ts +6 -6
  159. package/dist/components/popover/popover-root.vue.d.ts +4 -4
  160. package/dist/components/popover/popover-trigger.vue.d.ts +4 -4
  161. package/dist/components/popper/context.d.ts +2 -2
  162. package/dist/components/popper/popper-anchor.vue.d.ts +2 -2
  163. package/dist/components/popper/popper-arrow.vue.d.ts +2 -2
  164. package/dist/components/popper/popper-popup.vue.d.ts +2 -2
  165. package/dist/components/popper/popper-positioner.vue.d.ts +45 -45
  166. package/dist/components/popper/popper-root.vue.d.ts +2 -2
  167. package/dist/components/portal/portal.vue.d.ts +3 -3
  168. package/dist/components/primitive/primitive.d.ts +2 -2
  169. package/dist/components/radio-group/context.d.ts +2 -2
  170. package/dist/components/radio-group/radio-group-control.vue.d.ts +2 -2
  171. package/dist/components/radio-group/radio-group-indicator.vue.d.ts +4 -4
  172. package/dist/components/radio-group/radio-group-item.vue.d.ts +4 -4
  173. package/dist/components/radio-group/radio-group-label.vue.d.ts +2 -2
  174. package/dist/components/radio-group/radio-group-root.vue.d.ts +3 -3
  175. package/dist/components/roving-focus/context.js +1 -1
  176. package/dist/components/roving-focus/roving-focus-group.vue.d.ts +6 -6
  177. package/dist/components/roving-focus/roving-focus-item.vue.d.ts +3 -3
  178. package/dist/components/select/context.d.ts +2 -2
  179. package/dist/components/select/context.js +1 -1
  180. package/dist/components/select/select-arrow.vue.d.ts +2 -2
  181. package/dist/components/select/select-content.vue.d.ts +6 -6
  182. package/dist/components/select/select-group-label.vue.d.ts +2 -2
  183. package/dist/components/select/select-group.vue.d.ts +2 -2
  184. package/dist/components/select/select-item-indicator.vue.d.ts +4 -4
  185. package/dist/components/select/select-item-text.vue.d.ts +2 -2
  186. package/dist/components/select/select-item.vue.d.ts +4 -4
  187. package/dist/components/select/select-root.vue.d.ts +5 -5
  188. package/dist/components/select/select-scroll-down-button.vue.d.ts +2 -2
  189. package/dist/components/select/select-scroll-up-button.vue.d.ts +2 -2
  190. package/dist/components/select/select-separator.vue.d.ts +2 -2
  191. package/dist/components/select/select-trigger-icon.vue.d.ts +2 -2
  192. package/dist/components/select/select-trigger.vue.d.ts +4 -4
  193. package/dist/components/select/select-value.vue.d.ts +3 -3
  194. package/dist/components/select/select-viewport.js +1 -1
  195. package/dist/components/select/select-viewport.vue.d.ts +2 -2
  196. package/dist/components/separator/context.d.ts +2 -2
  197. package/dist/components/separator/separator-label.vue.d.ts +2 -2
  198. package/dist/components/separator/separator-root.vue.d.ts +3 -3
  199. package/dist/components/slot/slot.d.ts +2 -2
  200. package/dist/components/switch/context.d.ts +2 -2
  201. package/dist/components/switch/switch-control.vue.d.ts +2 -2
  202. package/dist/components/switch/switch-root.vue.d.ts +3 -3
  203. package/dist/components/switch/switch-thumb.vue.d.ts +4 -4
  204. package/dist/components/tabs/context.d.ts +2 -2
  205. package/dist/components/tabs/context.js +1 -1
  206. package/dist/components/tabs/tabs-content.vue.d.ts +2 -2
  207. package/dist/components/tabs/tabs-indicator.vue.d.ts +2 -2
  208. package/dist/components/tabs/tabs-list.vue.d.ts +2 -2
  209. package/dist/components/tabs/tabs-root.vue.d.ts +5 -5
  210. package/dist/components/tabs/tabs-trigger.vue.d.ts +4 -4
  211. package/dist/components/tag/tag.vue.d.ts +4 -4
  212. package/dist/components/textarea/context.d.ts +2 -2
  213. package/dist/components/textarea/textarea-control.vue.d.ts +2 -2
  214. package/dist/components/textarea/textarea-counter.vue.d.ts +2 -2
  215. package/dist/components/textarea/textarea-root.vue.d.ts +4 -4
  216. package/dist/components/toast/toast-action.vue.d.ts +4 -4
  217. package/dist/components/toast/toast-close.vue.d.ts +4 -4
  218. package/dist/components/toast/toast-description.vue.d.ts +2 -2
  219. package/dist/components/toast/toast-provider.vue.d.ts +3 -3
  220. package/dist/components/toast/toast-root.vue.d.ts +5 -5
  221. package/dist/components/toast/toast-title.vue.d.ts +2 -2
  222. package/dist/components/toast/toast-viewport.vue.d.ts +4 -4
  223. package/dist/components/tooltip/tooltip-popup.vue.d.ts +2 -2
  224. package/dist/components/tooltip/tooltip-positioner.vue.d.ts +4 -4
  225. package/dist/components/tooltip/tooltip-root.vue.d.ts +4 -4
  226. package/dist/components/tooltip/tooltip-trigger.vue.d.ts +4 -4
  227. package/dist/components/tree/context.js +1 -1
  228. package/dist/components/tree/tree-item.vue.d.ts +5 -5
  229. package/dist/components/tree/tree-root.vue.d.ts +3 -3
  230. package/dist/components/tree/tree-virtualizer-item.vue.d.ts +4 -4
  231. package/dist/components/tree/tree-virtualizer-root.vue.d.ts +3 -3
  232. package/dist/components/tree-menu/context.d.ts +2 -2
  233. package/dist/components/tree-menu/tree-menu-button.vue.d.ts +4 -4
  234. package/dist/components/tree-menu/tree-menu-collapsible.vue.d.ts +2 -2
  235. package/dist/components/tree-menu/tree-menu-group-label.vue.d.ts +2 -2
  236. package/dist/components/tree-menu/tree-menu-group-root.vue.d.ts +2 -2
  237. package/dist/components/tree-menu/tree-menu-group.vue.d.ts +4 -4
  238. package/dist/components/tree-menu/tree-menu-item.vue.d.ts +4 -4
  239. package/dist/components/tree-menu/tree-menu-root.vue.d.ts +4 -4
  240. package/dist/components/tree-menu/tree-menu-sub.vue.d.ts +4 -4
  241. package/dist/components/virtualizer/virtualizer-content.vue.d.ts +2 -2
  242. package/dist/components/virtualizer/virtualizer-item.vue.d.ts +2 -2
  243. package/dist/components/virtualizer/virtualizer-root.vue.d.ts +3 -3
  244. package/dist/components/visually-hidden/types.d.ts +3 -3
  245. package/dist/components/visually-hidden/visually-hidden-input.vue.d.ts +6 -14
  246. package/dist/components/visually-hidden/visually-hidden.vue.d.ts +4 -4
  247. package/dist/composables/index.d.ts +1 -4
  248. package/dist/composables/index.js +1 -1
  249. package/dist/composables/use-collection.d.ts +6 -6
  250. package/dist/composables/use-dismissable-layer.d.ts +2 -2
  251. package/dist/composables/use-exposed-element.d.ts +2 -2
  252. package/dist/composables/use-forward-element.d.ts +2 -2
  253. package/dist/composables/use-image-loading-status.d.ts +2 -2
  254. package/dist/composables/use-is-using-keyboard.d.ts +2 -2
  255. package/dist/composables/use-kbd.d.ts +2 -2
  256. package/dist/composables/use-presence.d.ts +2 -2
  257. package/dist/composables/use-props.d.ts +3 -3
  258. package/dist/composables/use-selection.d.ts +4 -4
  259. package/dist/types/common.d.ts +1 -9
  260. package/dist/types/index.d.ts +1 -1
  261. package/package.json +3 -3
  262. package/dist/composables/use-direction.d.ts +0 -9
  263. package/dist/composables/use-direction.js +0 -1
  264. package/dist/composables/use-locale.d.ts +0 -7
  265. package/dist/composables/use-locale.js +0 -1
  266. package/dist/composables/use-nonce.d.ts +0 -7
  267. package/dist/composables/use-nonce.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { MenuRootProps } from "./types.js";
2
- import * as vue1541 from "vue";
2
+ import * as vue1162 from "vue";
3
3
 
4
4
  //#region src/components/menu/menu-root.vue.d.ts
5
5
  declare var __VLS_8: {
@@ -8,14 +8,14 @@ declare var __VLS_8: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue1541.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1541.ComponentOptionsMixin, vue1541.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue1162.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1162.ComponentOptionsMixin, vue1162.ComponentOptionsMixin, {
12
12
  "update:open": (value: boolean) => any;
13
- }, string, vue1541.PublicProps, Readonly<MenuRootProps> & Readonly<{
13
+ }, string, vue1162.PublicProps, Readonly<MenuRootProps> & Readonly<{
14
14
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
17
  modal: boolean;
18
- }, {}, {}, {}, string, vue1541.ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, vue1162.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -2,32 +2,32 @@ import { FocusOutsideEvent, PointerDownOutsideEvent } from "../../types/event.js
2
2
  import "../../types/index.js";
3
3
  import { MenuSubContentProps } from "./types.js";
4
4
  import "../../index.js";
5
- import * as vue1556 from "vue";
5
+ import * as vue1177 from "vue";
6
6
 
7
7
  //#region src/components/menu/menu-sub-content.vue.d.ts
8
8
  declare var __VLS_14: {};
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_14) => any;
11
11
  };
12
- declare const __VLS_base: vue1556.DefineComponent<MenuSubContentProps, {}, {}, {}, {}, vue1556.ComponentOptionsMixin, vue1556.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue1177.DefineComponent<MenuSubContentProps, {}, {}, {}, {}, vue1177.ComponentOptionsMixin, vue1177.ComponentOptionsMixin, {
13
13
  escapeKeyDown: (event: KeyboardEvent) => any;
14
+ entryFocus: (event: Event) => any;
15
+ closeAutoFocus: (event: Event) => any;
14
16
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
15
17
  focusOutside: (event: FocusOutsideEvent) => any;
16
18
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
17
- closeAutoFocus: (event: Event) => any;
18
- entryFocus: (event: Event) => any;
19
19
  openAutoFocus: (event: Event) => any;
20
- }, string, vue1556.PublicProps, Readonly<MenuSubContentProps> & Readonly<{
20
+ }, string, vue1177.PublicProps, Readonly<MenuSubContentProps> & Readonly<{
21
21
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
22
+ onEntryFocus?: ((event: Event) => any) | undefined;
23
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
22
24
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
23
25
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
24
26
  onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
25
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
26
- onEntryFocus?: ((event: Event) => any) | undefined;
27
27
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
28
28
  }>, {
29
29
  prioritizePosition: boolean;
30
- }, {}, {}, {}, string, vue1556.ComponentProvideOptions, false, {}, any>;
30
+ }, {}, {}, {}, string, vue1177.ComponentProvideOptions, false, {}, any>;
31
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
32
  declare const _default: typeof __VLS_export;
33
33
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { MenuSubTriggerProps } from "./types.js";
2
- import * as vue1566 from "vue";
2
+ import * as vue1167 from "vue";
3
3
 
4
4
  //#region src/components/menu/menu-sub-trigger.vue.d.ts
5
5
  declare var __VLS_19: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_19) => any;
8
8
  };
9
- declare const __VLS_base: vue1566.DefineComponent<MenuSubTriggerProps, {}, {}, {}, {}, vue1566.ComponentOptionsMixin, vue1566.ComponentOptionsMixin, {}, string, vue1566.PublicProps, Readonly<MenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1566.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue1167.DefineComponent<MenuSubTriggerProps, {}, {}, {}, {}, vue1167.ComponentOptionsMixin, vue1167.ComponentOptionsMixin, {}, string, vue1167.PublicProps, Readonly<MenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1167.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,18 +1,18 @@
1
1
  import { MenuSubProps } from "./types.js";
2
- import * as vue1551 from "vue";
2
+ import * as vue1172 from "vue";
3
3
 
4
4
  //#region src/components/menu/menu-sub.vue.d.ts
5
5
  declare var __VLS_8: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
- declare const __VLS_base: vue1551.DefineComponent<MenuSubProps, {}, {}, {}, {}, vue1551.ComponentOptionsMixin, vue1551.ComponentOptionsMixin, {
9
+ declare const __VLS_base: vue1172.DefineComponent<MenuSubProps, {}, {}, {}, {}, vue1172.ComponentOptionsMixin, vue1172.ComponentOptionsMixin, {
10
10
  "update:open": (value: boolean) => any;
11
- }, string, vue1551.PublicProps, Readonly<MenuSubProps> & Readonly<{
11
+ }, string, vue1172.PublicProps, Readonly<MenuSubProps> & Readonly<{
12
12
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
13
13
  }>, {
14
14
  open: boolean;
15
- }, {}, {}, {}, string, vue1551.ComponentProvideOptions, false, {}, any>;
15
+ }, {}, {}, {}, string, vue1172.ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -2,10 +2,10 @@ import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import "../../composables/index.js";
3
3
  import { NavigationMenuUiSlot } from "./types.js";
4
4
  import "../../index.js";
5
- import * as vue308 from "vue";
5
+ import * as vue874 from "vue";
6
6
 
7
7
  //#region src/components/navigation-menu/context.d.ts
8
8
 
9
- declare const provideNavigationMenuUi: (ui: vue308.ComputedRef<Partial<UiClass<NavigationMenuUiSlot>>>) => vue308.ComputedRef<Partial<UiClass<NavigationMenuUiSlot>>>, useNavigationMenuUi: <S extends NavigationMenuUiSlot | undefined = undefined>(slot?: S | undefined) => S extends NavigationMenuUiSlot ? vue308.ComputedRef<ClassValue> : vue308.ComputedRef<Partial<UiClass<NavigationMenuUiSlot>>>;
9
+ declare const provideNavigationMenuUi: (ui: vue874.ComputedRef<Partial<UiClass<NavigationMenuUiSlot>>>) => vue874.ComputedRef<Partial<UiClass<NavigationMenuUiSlot>>>, useNavigationMenuUi: <S extends NavigationMenuUiSlot | undefined = undefined>(slot?: S | undefined) => S extends NavigationMenuUiSlot ? vue874.ComputedRef<ClassValue> : vue874.ComputedRef<Partial<UiClass<NavigationMenuUiSlot>>>;
10
10
  //#endregion
11
11
  export { provideNavigationMenuUi };
@@ -1 +1 @@
1
- import{getDisclosureState as e}from"../../shared/value.js";import{useContext as t}from"../../composables/use-context.js";import{useCollection as n}from"../../composables/use-collection.js";import{useDirection as r}from"../../composables/use-direction.js";import{useForwardElement as i}from"../../composables/use-forward-element.js";import{useUiContext as a}from"../../composables/use-ui-context.js";import{computed as o,shallowRef as s}from"vue";import{refAutoReset as c,useDebounceFn as l}from"@vueuse/core";const[u,d]=t(`NavigationMenuRoot`,e=>{let{modelValue:t,skipDelayDuration:n,delayDuration:a,disablePointerLeaveClose:u}=e,d=r(e.dir),f=s(),p=e=>{f.value=e},[m,h]=i(),[g,_]=i(),v=s(),y=e=>{v.value=e},b=s(new Set),x=e=>{b.value.add(e)},S=e=>{b.value.delete(e)},C=o(()=>b.value.has(t.value)),w=s(``),T=c(!1,n.value),E=l(e=>{typeof e==`string`&&(w.value=t.value,t.value=e)},o(()=>t.value!==``||T.value?150:a.value)),D=e=>{E(e)},O=()=>{T.value=!0,E(``)},k=e=>{E(e)},A=()=>{u.value||E(``)},j=e=>{w.value=t.value,t.value=e},M=()=>{w.value=t.value,t.value=``};return{...e,dir:d,baseId:`soybean-navigation-menu`,rootElement:f,onRootElementChange:p,viewportElement:m,setViewportElement:h,indicatorTrackElement:g,setIndicatorTrackElement:_,activeTriggerElement:v,values:b,addValue:x,removeValue:S,open:C,previousValue:w,onActiveTriggerElementChange:y,onTriggerEnter:D,onTriggerLeave:O,onContentEnter:k,onContentLeave:A,onItemSelect:j,onItemDismiss:M}}),{provideCollectionContext:f,useCollectionContext:p,useCollectionItem:m}=n(`NavigationMenu`),[h,g]=t(`NavigationMenuItem`,t=>{let[n,r]=i(),{modelValue:a,value:c}=t,l=s(),u=e=>{l.value=e},d=s(!1),f=o(()=>a.value===c),p=o(()=>e(f.value));return{...t,triggerElement:l,onTriggerElementChange:u,focusProxyElement:n,setFocusProxyElement:r,wasEscapeCloseRef:d,open:f,dataState:p}}),[_,v]=a(`NavigationMenuUi`);export{f as provideCollectionContext,h as provideNavigationMenuItemContext,u as provideNavigationMenuRootContext,_ as provideNavigationMenuUi,p as useCollectionContext,m as useCollectionItem,g as useNavigationMenuItemContext,d as useNavigationMenuRootContext,v as useNavigationMenuUi};
1
+ import{getDisclosureState as e}from"../../shared/value.js";import{useContext as t}from"../../composables/use-context.js";import{useCollection as n}from"../../composables/use-collection.js";import{useForwardElement as r}from"../../composables/use-forward-element.js";import{useUiContext as i}from"../../composables/use-ui-context.js";import{useDirection as a}from"../config-provider/context.js";import{computed as o,shallowRef as s}from"vue";import{refAutoReset as c,useDebounceFn as l}from"@vueuse/core";const[u,d]=t(`NavigationMenuRoot`,e=>{let{modelValue:t,skipDelayDuration:n,delayDuration:i,disablePointerLeaveClose:u}=e,d=a(e.dir),f=s(),p=e=>{f.value=e},[m,h]=r(),[g,_]=r(),v=s(),y=e=>{v.value=e},b=s(new Set),x=e=>{b.value.add(e)},S=e=>{b.value.delete(e)},C=o(()=>b.value.has(t.value)),w=s(``),T=c(!1,n.value),E=l(e=>{typeof e==`string`&&(w.value=t.value,t.value=e)},o(()=>t.value!==``||T.value?150:i.value)),D=e=>{E(e)},O=()=>{T.value=!0,E(``)},k=e=>{E(e)},A=()=>{u.value||E(``)},j=e=>{w.value=t.value,t.value=e},M=()=>{w.value=t.value,t.value=``};return{...e,dir:d,baseId:`soybean-navigation-menu`,rootElement:f,onRootElementChange:p,viewportElement:m,setViewportElement:h,indicatorTrackElement:g,setIndicatorTrackElement:_,activeTriggerElement:v,values:b,addValue:x,removeValue:S,open:C,previousValue:w,onActiveTriggerElementChange:y,onTriggerEnter:D,onTriggerLeave:O,onContentEnter:k,onContentLeave:A,onItemSelect:j,onItemDismiss:M}}),{provideCollectionContext:f,useCollectionContext:p,useCollectionItem:m}=n(`NavigationMenu`),[h,g]=t(`NavigationMenuItem`,t=>{let[n,i]=r(),{modelValue:a,value:c}=t,l=s(),u=e=>{l.value=e},d=s(!1),f=o(()=>a.value===c),p=o(()=>e(f.value));return{...t,triggerElement:l,onTriggerElementChange:u,focusProxyElement:n,setFocusProxyElement:i,wasEscapeCloseRef:d,open:f,dataState:p}}),[_,v]=i(`NavigationMenuUi`);export{f as provideCollectionContext,h as provideNavigationMenuItemContext,u as provideNavigationMenuRootContext,_ as provideNavigationMenuUi,p as useCollectionContext,m as useCollectionItem,g as useNavigationMenuItemContext,d as useNavigationMenuRootContext,v as useNavigationMenuUi};
@@ -1,24 +1,24 @@
1
1
  import { FocusOutsideEvent, PointerDownOutsideEvent } from "../../types/event.js";
2
2
  import { NavigationMenuContentProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue288 from "vue";
4
+ import * as vue853 from "vue";
5
5
 
6
6
  //#region src/components/navigation-menu/navigation-menu-content.vue.d.ts
7
7
  declare var __VLS_17: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_17) => any;
10
10
  };
11
- declare const __VLS_base: vue288.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue288.ComponentOptionsMixin, vue288.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue853.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue853.ComponentOptionsMixin, vue853.ComponentOptionsMixin, {
12
12
  escapeKeyDown: (event: KeyboardEvent) => any;
13
13
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
14
14
  focusOutside: (event: FocusOutsideEvent) => any;
15
15
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
16
- }, string, vue288.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{
16
+ }, string, vue853.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{
17
17
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
18
18
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
19
19
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
20
20
  onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
21
- }>, {}, {}, {}, {}, string, vue288.ComponentProvideOptions, false, {}, any>;
21
+ }>, {}, {}, {}, {}, string, vue853.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
24
24
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { NavigationMenuIndicatorProps } from "./types.js";
2
- import * as vue298 from "vue";
2
+ import * as vue869 from "vue";
3
3
 
4
4
  //#region src/components/navigation-menu/navigation-menu-indicator.vue.d.ts
5
5
  declare var __VLS_7: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_7) => any;
8
8
  };
9
- declare const __VLS_base: vue298.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue298.ComponentOptionsMixin, vue298.ComponentOptionsMixin, {}, string, vue298.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue298.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue869.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue869.ComponentOptionsMixin, vue869.ComponentOptionsMixin, {}, string, vue869.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue869.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { NavigationMenuItemProps } from "./types.js";
2
- import * as vue303 from "vue";
2
+ import * as vue976 from "vue";
3
3
 
4
4
  //#region src/components/navigation-menu/navigation-menu-item.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue303.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue303.ComponentOptionsMixin, vue303.ComponentOptionsMixin, {}, string, vue303.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue303.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue976.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue976.ComponentOptionsMixin, vue976.ComponentOptionsMixin, {}, string, vue976.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue976.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { NavigationMenuLinkProps } from "./types.js";
2
- import * as vue410 from "vue";
2
+ import * as vue858 from "vue";
3
3
 
4
4
  //#region src/components/navigation-menu/navigation-menu-link.vue.d.ts
5
5
  declare var __VLS_10: {
@@ -8,15 +8,15 @@ declare var __VLS_10: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue410.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue410.ComponentOptionsMixin, vue410.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue858.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue858.ComponentOptionsMixin, vue858.ComponentOptionsMixin, {
12
12
  select: (payload: CustomEvent<{
13
13
  originalEvent: Event;
14
14
  }>) => any;
15
- }, string, vue410.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{
15
+ }, string, vue858.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{
16
16
  onSelect?: ((payload: CustomEvent<{
17
17
  originalEvent: Event;
18
18
  }>) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, vue410.ComponentProvideOptions, false, {}, any>;
19
+ }>, {}, {}, {}, {}, string, vue858.ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
21
  declare const _default: typeof __VLS_export;
22
22
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { NavigationMenuListProps } from "./types.js";
2
- import * as vue420 from "vue";
2
+ import * as vue843 from "vue";
3
3
 
4
4
  //#region src/components/navigation-menu/navigation-menu-list.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue420.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue420.ComponentOptionsMixin, vue420.ComponentOptionsMixin, {}, string, vue420.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue420.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue843.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue843.ComponentOptionsMixin, vue843.ComponentOptionsMixin, {}, string, vue843.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue843.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { DataOrientation, Direction } from "../../types/common.js";
2
2
  import { NavigationMenuRootProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue277 from "vue";
4
+ import * as vue848 from "vue";
5
5
 
6
6
  //#region src/components/navigation-menu/navigation-menu-root.vue.d.ts
7
7
  declare var __VLS_1: {
@@ -10,9 +10,9 @@ declare var __VLS_1: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
- declare const __VLS_base: vue277.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {
13
+ declare const __VLS_base: vue848.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue848.ComponentOptionsMixin, vue848.ComponentOptionsMixin, {
14
14
  "update:modelValue": (value: string) => any;
15
- }, string, vue277.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
15
+ }, string, vue848.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
17
17
  }>, {
18
18
  dir: Direction;
@@ -20,7 +20,7 @@ declare const __VLS_base: vue277.DefineComponent<NavigationMenuRootProps, {}, {}
20
20
  unmountOnHide: boolean;
21
21
  delayDuration: number;
22
22
  skipDelayDuration: number;
23
- }, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue848.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { NavigationMenuSubListProps } from "./types.js";
2
- import * as vue415 from "vue";
2
+ import * as vue986 from "vue";
3
3
 
4
4
  //#region src/components/navigation-menu/navigation-menu-sub-list.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue415.DefineComponent<NavigationMenuSubListProps, {}, {}, {}, {}, vue415.ComponentOptionsMixin, vue415.ComponentOptionsMixin, {}, string, vue415.PublicProps, Readonly<NavigationMenuSubListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue415.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue986.DefineComponent<NavigationMenuSubListProps, {}, {}, {}, {}, vue986.ComponentOptionsMixin, vue986.ComponentOptionsMixin, {}, string, vue986.PublicProps, Readonly<NavigationMenuSubListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue986.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { NavigationMenuTriggerProps } from "./types.js";
4
- import * as vue282 from "vue";
4
+ import * as vue863 from "vue";
5
5
 
6
6
  //#region src/components/navigation-menu/navigation-menu-trigger.vue.d.ts
7
7
  declare var __VLS_13: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_13) => any;
10
10
  };
11
- declare const __VLS_base: vue282.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue282.ComponentOptionsMixin, vue282.ComponentOptionsMixin, {}, string, vue282.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {
12
- as: AsTag | vue282.Component;
13
- }, {}, {}, {}, string, vue282.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue863.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue863.ComponentOptionsMixin, vue863.ComponentOptionsMixin, {}, string, vue863.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {
12
+ as: AsTag | vue863.Component;
13
+ }, {}, {}, {}, string, vue863.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { Align } from "../../types/common.js";
2
2
  import { NavigationMenuViewportProps } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue293 from "vue";
4
+ import * as vue981 from "vue";
5
5
 
6
6
  //#region src/components/navigation-menu/navigation-menu-viewport.vue.d.ts
7
7
  declare var __VLS_1: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_base: vue293.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue293.ComponentOptionsMixin, vue293.ComponentOptionsMixin, {}, string, vue293.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue981.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue981.ComponentOptionsMixin, vue981.ComponentOptionsMixin, {}, string, vue981.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {
12
12
  align: Align;
13
- }, {}, {}, {}, string, vue293.ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, vue981.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import { NumberInputUiSlot } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue54 from "vue";
4
+ import * as vue408 from "vue";
5
5
 
6
6
  //#region src/components/number-input/context.d.ts
7
7
 
8
- declare const provideNumberInputUi: (ui: vue54.ComputedRef<Partial<UiClass<NumberInputUiSlot>>>) => vue54.ComputedRef<Partial<UiClass<NumberInputUiSlot>>>, useNumberInputUi: <S extends NumberInputUiSlot | undefined = undefined>(slot?: S | undefined) => S extends NumberInputUiSlot ? vue54.ComputedRef<ClassValue> : vue54.ComputedRef<Partial<UiClass<NumberInputUiSlot>>>;
8
+ declare const provideNumberInputUi: (ui: vue408.ComputedRef<Partial<UiClass<NumberInputUiSlot>>>) => vue408.ComputedRef<Partial<UiClass<NumberInputUiSlot>>>, useNumberInputUi: <S extends NumberInputUiSlot | undefined = undefined>(slot?: S | undefined) => S extends NumberInputUiSlot ? vue408.ComputedRef<ClassValue> : vue408.ComputedRef<Partial<UiClass<NumberInputUiSlot>>>;
9
9
  //#endregion
10
10
  export { provideNumberInputUi };
@@ -1 +1 @@
1
- import{isNullish as e}from"../../shared/guard.js";import{clamp as t,snapValueToStep as n}from"../../shared/value.js";import{useContext as r}from"../../composables/use-context.js";import{useForwardElement as i}from"../../composables/use-forward-element.js";import{useLocale as a}from"../../composables/use-locale.js";import{useUiContext as o}from"../../composables/use-ui-context.js";import{handleDecimalOperation as s}from"./shared.js";import{computed as c}from"vue";import{reactiveComputed as l}from"@vueuse/core";import{NumberFormatter as u,NumberParser as d}from"@internationalized/number";const[f,p]=r(`NumberInputRoot`,r=>{let{disabled:o,readonly:f,modelValue:p,formatOptions:m,min:h,max:g,step:_,stepSnapping:v}=r,[y,b]=i(),x=a(r.locale),S=l(()=>new d(x.value,m.value)),C=l(()=>new u(x.value,m.value)),w=c(()=>C.resolvedOptions().maximumFractionDigits>0?`decimal`:`numeric`),T=c(()=>e(p.value)?!1:A(p.value)===h.value||h.value&&!Number.isNaN(p.value)?s(`-`,p.value,_.value)<Number(h.value):!1),E=c(()=>e(p.value)?!1:A(p.value)===g.value||g.value&&!Number.isNaN(p.value)?s(`+`,p.value,_.value)>Number(g.value):!1),D=l(()=>new u(x.value,m.value)),O=c(()=>e(p.value)||Number.isNaN(p.value)?``:D.format(p.value));function k(e){return S.isValidPartialNumber(e,h.value,g.value)}function A(e){let r;return r=_.value===void 0||Number.isNaN(_.value)||!v.value?t(e,h.value,g.value):n(e,h.value,g.value,_.value),r=S.parse(C.format(r)),r}function j(e,t=1){if(y.value?.focus(),o.value||f.value)return;let n=S.parse(y.value?.value??``);if(Number.isNaN(n)){p.value=h.value??0;return}let r=e===`increase`?1:-1;p.value=A(n+(_.value??1)*t*r)}function M(e=1){j(`increase`,e)}function N(e=1){j(`decrease`,e)}function P(e){e===`min`&&h.value!==void 0?p.value=A(h.value):e===`max`&&g.value!==void 0&&(p.value=A(g.value))}function F(e){y.value&&(y.value.value=e)}function I(e){let t=S.parse(e);return p.value=Number.isNaN(t)?void 0:A(t),e.length?F(O.value):F(e)}return{...r,isDecreaseDisabled:T,isIncreaseDisabled:E,inputElement:y,inputMode:w,textValue:O,setInputElement:b,applyInputValue:I,validate:k,onIncrease:M,onDecrease:N,onMinMaxValue:P}}),[m,h]=o(`NumberInputUi`);export{f as provideNumberInputRootContext,m as provideNumberInputUi,p as useNumberInputRootContext,h as useNumberInputUi};
1
+ import{isNullish as e}from"../../shared/guard.js";import{clamp as t,snapValueToStep as n}from"../../shared/value.js";import{useContext as r}from"../../composables/use-context.js";import{useForwardElement as i}from"../../composables/use-forward-element.js";import{useUiContext as a}from"../../composables/use-ui-context.js";import{useLocale as o}from"../config-provider/context.js";import{handleDecimalOperation as s}from"./shared.js";import{computed as c}from"vue";import{reactiveComputed as l}from"@vueuse/core";import{NumberFormatter as u,NumberParser as d}from"@internationalized/number";const[f,p]=r(`NumberInputRoot`,r=>{let{disabled:a,readonly:f,modelValue:p,formatOptions:m,min:h,max:g,step:_,stepSnapping:v}=r,[y,b]=i(),x=o(r.locale),S=l(()=>new d(x.value,m.value)),C=l(()=>new u(x.value,m.value)),w=c(()=>C.resolvedOptions().maximumFractionDigits>0?`decimal`:`numeric`),T=c(()=>e(p.value)?!1:A(p.value)===h.value||h.value&&!Number.isNaN(p.value)?s(`-`,p.value,_.value)<Number(h.value):!1),E=c(()=>e(p.value)?!1:A(p.value)===g.value||g.value&&!Number.isNaN(p.value)?s(`+`,p.value,_.value)>Number(g.value):!1),D=l(()=>new u(x.value,m.value)),O=c(()=>e(p.value)||Number.isNaN(p.value)?``:D.format(p.value));function k(e){return S.isValidPartialNumber(e,h.value,g.value)}function A(e){let r;return r=_.value===void 0||Number.isNaN(_.value)||!v.value?t(e,h.value,g.value):n(e,h.value,g.value,_.value),r=S.parse(C.format(r)),r}function j(e,t=1){if(y.value?.focus(),a.value||f.value)return;let n=S.parse(y.value?.value??``);if(Number.isNaN(n)){p.value=h.value??0;return}let r=e===`increase`?1:-1;p.value=A(n+(_.value??1)*t*r)}function M(e=1){j(`increase`,e)}function N(e=1){j(`decrease`,e)}function P(e){e===`min`&&h.value!==void 0?p.value=A(h.value):e===`max`&&g.value!==void 0&&(p.value=A(g.value))}function F(e){y.value&&(y.value.value=e)}function I(e){let t=S.parse(e);return p.value=Number.isNaN(t)?void 0:A(t),e.length?F(O.value):F(e)}return{...r,isDecreaseDisabled:T,isIncreaseDisabled:E,inputElement:y,inputMode:w,textValue:O,setInputElement:b,applyInputValue:I,validate:k,onIncrease:M,onDecrease:N,onMinMaxValue:P}}),[m,h]=a(`NumberInputUi`);export{f as provideNumberInputRootContext,m as provideNumberInputUi,p as useNumberInputRootContext,h as useNumberInputUi};
@@ -1,8 +1,8 @@
1
1
  import { NumberInputControlProps } from "./types.js";
2
- import * as vue38 from "vue";
2
+ import * as vue397 from "vue";
3
3
 
4
4
  //#region src/components/number-input/number-input-control.vue.d.ts
5
- declare const __VLS_export: vue38.DefineComponent<NumberInputControlProps, {}, {}, {}, {}, vue38.ComponentOptionsMixin, vue38.ComponentOptionsMixin, {}, string, vue38.PublicProps, Readonly<NumberInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue38.ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: vue397.DefineComponent<NumberInputControlProps, {}, {}, {}, {}, vue397.ComponentOptionsMixin, vue397.ComponentOptionsMixin, {}, string, vue397.PublicProps, Readonly<NumberInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue397.ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
7
7
  //#endregion
8
8
  export { _default };
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { NumberInputDecrementProps } from "./types.js";
4
- import * as vue43 from "vue";
4
+ import * as vue402 from "vue";
5
5
 
6
6
  //#region src/components/number-input/number-input-decrement.vue.d.ts
7
7
  declare var __VLS_10: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue43.DefineComponent<NumberInputDecrementProps, {}, {}, {}, {}, vue43.ComponentOptionsMixin, vue43.ComponentOptionsMixin, {}, string, vue43.PublicProps, Readonly<NumberInputDecrementProps> & Readonly<{}>, {
12
- as: AsTag | vue43.Component;
13
- }, {}, {}, {}, string, vue43.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue402.DefineComponent<NumberInputDecrementProps, {}, {}, {}, {}, vue402.ComponentOptionsMixin, vue402.ComponentOptionsMixin, {}, string, vue402.PublicProps, Readonly<NumberInputDecrementProps> & Readonly<{}>, {
12
+ as: AsTag | vue402.Component;
13
+ }, {}, {}, {}, string, vue402.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,16 +1,16 @@
1
1
  import { AsTag } from "../primitive/types.js";
2
2
  import "../primitive/index.js";
3
3
  import { NumberInputIncrementProps } from "./types.js";
4
- import * as vue146 from "vue";
4
+ import * as vue391 from "vue";
5
5
 
6
6
  //#region src/components/number-input/number-input-increment.vue.d.ts
7
7
  declare var __VLS_10: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
- declare const __VLS_base: vue146.DefineComponent<NumberInputIncrementProps, {}, {}, {}, {}, vue146.ComponentOptionsMixin, vue146.ComponentOptionsMixin, {}, string, vue146.PublicProps, Readonly<NumberInputIncrementProps> & Readonly<{}>, {
12
- as: AsTag | vue146.Component;
13
- }, {}, {}, {}, string, vue146.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue391.DefineComponent<NumberInputIncrementProps, {}, {}, {}, {}, vue391.ComponentOptionsMixin, vue391.ComponentOptionsMixin, {}, string, vue391.PublicProps, Readonly<NumberInputIncrementProps> & Readonly<{}>, {
12
+ as: AsTag | vue391.Component;
13
+ }, {}, {}, {}, string, vue391.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { NumberInputRootProps } from "./types.js";
2
- import * as vue49 from "vue";
2
+ import * as vue386 from "vue";
3
3
 
4
4
  //#region src/components/number-input/number-input-root.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,15 +9,15 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue49.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue49.ComponentOptionsMixin, vue49.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue386.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue386.ComponentOptionsMixin, vue386.ComponentOptionsMixin, {
13
13
  "update:modelValue": (val: number) => any;
14
- }, string, vue49.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
14
+ }, string, vue386.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
16
16
  }>, {
17
17
  modelValue: number | null;
18
18
  step: number;
19
19
  stepSnapping: boolean;
20
- }, {}, {}, {}, string, vue49.ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, vue386.ComponentProvideOptions, false, {}, any>;
21
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { ClassValue, UiClass } from "../../types/common.js";
2
2
  import { PaginationUiSlot } from "./types.js";
3
3
  import "../../index.js";
4
- import * as vue1047 from "vue";
4
+ import * as vue801 from "vue";
5
5
 
6
6
  //#region src/components/pagination/context.d.ts
7
7
 
8
- declare const providePaginationUi: (ui: vue1047.ComputedRef<Partial<UiClass<PaginationUiSlot>>>) => vue1047.ComputedRef<Partial<UiClass<PaginationUiSlot>>>, usePaginationUi: <S extends PaginationUiSlot | undefined = undefined>(slot?: S | undefined) => S extends PaginationUiSlot ? vue1047.ComputedRef<ClassValue> : vue1047.ComputedRef<Partial<UiClass<PaginationUiSlot>>>;
8
+ declare const providePaginationUi: (ui: vue801.ComputedRef<Partial<UiClass<PaginationUiSlot>>>) => vue801.ComputedRef<Partial<UiClass<PaginationUiSlot>>>, usePaginationUi: <S extends PaginationUiSlot | undefined = undefined>(slot?: S | undefined) => S extends PaginationUiSlot ? vue801.ComputedRef<ClassValue> : vue801.ComputedRef<Partial<UiClass<PaginationUiSlot>>>;
9
9
  //#endregion
10
10
  export { providePaginationUi };
@@ -1,12 +1,12 @@
1
1
  import { PaginationEllipsisProps } from "./types.js";
2
- import * as vue1017 from "vue";
2
+ import * as vue771 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-ellipsis.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue1017.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue1017.ComponentOptionsMixin, vue1017.ComponentOptionsMixin, {}, string, vue1017.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1017.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue771.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue771.ComponentOptionsMixin, vue771.ComponentOptionsMixin, {}, string, vue771.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue771.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { PaginationButtonProps } from "./types.js";
2
- import * as vue1037 from "vue";
2
+ import * as vue791 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-first.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue1037.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue1037.ComponentOptionsMixin, vue1037.ComponentOptionsMixin, {}, string, vue1037.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1037.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue791.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue791.ComponentOptionsMixin, vue791.ComponentOptionsMixin, {}, string, vue791.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue791.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { PaginationButtonProps } from "./types.js";
2
- import * as vue1042 from "vue";
2
+ import * as vue838 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-last.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue1042.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue1042.ComponentOptionsMixin, vue1042.ComponentOptionsMixin, {}, string, vue1042.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1042.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue838.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue838.ComponentOptionsMixin, vue838.ComponentOptionsMixin, {}, string, vue838.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue838.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { PaginationListItemProps } from "./types.js";
2
- import * as vue1032 from "vue";
2
+ import * as vue796 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-list-item.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue1032.DefineComponent<PaginationListItemProps, {}, {}, {}, {}, vue1032.ComponentOptionsMixin, vue1032.ComponentOptionsMixin, {}, string, vue1032.PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1032.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue796.DefineComponent<PaginationListItemProps, {}, {}, {}, {}, vue796.ComponentOptionsMixin, vue796.ComponentOptionsMixin, {}, string, vue796.PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue796.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { Pages, PaginationListProps } from "./types.js";
2
- import * as vue1027 from "vue";
2
+ import * as vue781 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-list.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -8,7 +8,7 @@ declare var __VLS_1: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_base: vue1027.DefineComponent<PaginationListProps, {}, {}, {}, {}, vue1027.ComponentOptionsMixin, vue1027.ComponentOptionsMixin, {}, string, vue1027.PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1027.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue781.DefineComponent<PaginationListProps, {}, {}, {}, {}, vue781.ComponentOptionsMixin, vue781.ComponentOptionsMixin, {}, string, vue781.PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue781.ComponentProvideOptions, false, {}, any>;
12
12
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { PaginationButtonProps } from "./types.js";
2
- import * as vue1090 from "vue";
2
+ import * as vue833 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-next.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue1090.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue1090.ComponentOptionsMixin, vue1090.ComponentOptionsMixin, {}, string, vue1090.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1090.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue833.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue833.ComponentOptionsMixin, vue833.ComponentOptionsMixin, {}, string, vue833.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue833.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { PaginationButtonProps } from "./types.js";
2
- import * as vue1079 from "vue";
2
+ import * as vue786 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-prev.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue1079.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue1079.ComponentOptionsMixin, vue1079.ComponentOptionsMixin, {}, string, vue1079.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1079.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue786.DefineComponent<PaginationButtonProps, {}, {}, {}, {}, vue786.ComponentOptionsMixin, vue786.ComponentOptionsMixin, {}, string, vue786.PublicProps, Readonly<PaginationButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue786.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { PaginationRootProps } from "./types.js";
2
- import * as vue1022 from "vue";
2
+ import * as vue776 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination-root.vue.d.ts
5
5
  declare var __VLS_1: {
@@ -9,16 +9,16 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_base: vue1022.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue1022.ComponentOptionsMixin, vue1022.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue776.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue776.ComponentOptionsMixin, vue776.ComponentOptionsMixin, {
13
13
  "update:page": (value: number) => any;
14
- }, string, vue1022.PublicProps, Readonly<PaginationRootProps> & Readonly<{
14
+ }, string, vue776.PublicProps, Readonly<PaginationRootProps> & Readonly<{
15
15
  "onUpdate:page"?: ((value: number) => any) | undefined;
16
16
  }>, {
17
17
  defaultPage: number;
18
18
  total: number;
19
19
  siblingCount: number;
20
20
  showEdges: boolean;
21
- }, {}, {}, {}, string, vue1022.ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, vue776.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
24
24
  type __VLS_WithSlots<T, S> = T & {