@vue-pdf-viewer/viewer 4.0.0-beta.0 → 4.0.0-beta.2

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 (138) hide show
  1. package/dist/{VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-BDA6HkG2.js → VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-Bi72CW7K.js} +285 -284
  2. package/dist/{VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-DMA8_Vun.cjs → VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-CZEIhxSz.cjs} +4 -4
  3. package/dist/{index-D1HreucU.cjs → index-B2bnNcQK.cjs} +1 -1
  4. package/dist/{index-DQJPH6A2.js → index-BAl2kzgK.js} +1 -1
  5. package/dist/index.cjs +16 -16
  6. package/dist/index.js +5513 -5490
  7. package/dist/license.cjs +1 -1
  8. package/dist/license.js +1 -1
  9. package/dist/types/components/AppButton.vue.d.ts +11 -17
  10. package/dist/types/components/AppColorPicker.vue.d.ts +11 -14
  11. package/dist/types/components/AppFormControl.vue.d.ts +6 -24
  12. package/dist/types/components/AppIcon.vue.d.ts +3 -13
  13. package/dist/types/components/AppInput.vue.d.ts +1 -10
  14. package/dist/types/components/AppLoader.vue.d.ts +13 -18
  15. package/dist/types/components/AppPopover.vue.d.ts +21 -76
  16. package/dist/types/components/AppTooltip.vue.d.ts +14 -31
  17. package/dist/types/components/ColorButton.vue.d.ts +10 -13
  18. package/dist/types/components/DragFileMask.vue.d.ts +11 -45
  19. package/dist/types/components/FreeTextPanel.vue.d.ts +9 -1
  20. package/dist/types/components/FreeTextPanelFontColors.vue.d.ts +8 -1
  21. package/dist/types/components/FreeTextPanelFontFamilySelector.vue.d.ts +8 -1
  22. package/dist/types/components/FreeTextPanelFontSizeSelector.vue.d.ts +8 -1
  23. package/dist/types/components/LayerAnnotation.vue.d.ts +15 -36
  24. package/dist/types/components/LayerAnnotationEditor.vue.d.ts +3 -18
  25. package/dist/types/components/LayerAnnotationEditorFreeText.vue.d.ts +20 -31
  26. package/dist/types/components/LayerAnnotationEditorFreeTextItem.vue.d.ts +8 -19
  27. package/dist/types/components/LayerAnnotationEditorHighlight.vue.d.ts +22 -31
  28. package/dist/types/components/LayerAnnotationEditorHighlightItem.vue.d.ts +3 -18
  29. package/dist/types/components/LayerAnnotationEditorImage.vue.d.ts +13 -20
  30. package/dist/types/components/LayerAnnotationEditorTextSelectionItem.vue.d.ts +7 -18
  31. package/dist/types/components/LayerAnnotationEditorTextSelectionItemMenu.vue.d.ts +15 -19
  32. package/dist/types/components/LayerAnnotationStampResizer.vue.d.ts +7 -17
  33. package/dist/types/components/LayerCanvas.vue.d.ts +5 -13
  34. package/dist/types/components/LayerCanvasDetail.vue.d.ts +1 -10
  35. package/dist/types/components/LayerOverlay.vue.d.ts +15 -35
  36. package/dist/types/components/LayerText.vue.d.ts +9 -23
  37. package/dist/types/components/LayerTextHighlight.vue.d.ts +1 -10
  38. package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -10
  39. package/dist/types/components/LayerXFA.vue.d.ts +10 -21
  40. package/dist/types/components/ModalPassword.vue.d.ts +11 -14
  41. package/dist/types/components/ModalPdfProperties.vue.d.ts +4 -13
  42. package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +4 -13
  43. package/dist/types/components/SwitchAppearance.vue.d.ts +25 -22
  44. package/dist/types/components/ToolCommentPanel.vue.d.ts +24 -29
  45. package/dist/types/components/ToolDownload.vue.d.ts +15 -20
  46. package/dist/types/components/ToolFullscreen.vue.d.ts +16 -21
  47. package/dist/types/components/ToolMenuOthers.vue.d.ts +37 -76
  48. package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +7 -12
  49. package/dist/types/components/ToolOpenFile.vue.d.ts +15 -20
  50. package/dist/types/components/ToolOpenFileInput.vue.d.ts +3 -4
  51. package/dist/types/components/ToolPagination.vue.d.ts +26 -60
  52. package/dist/types/components/ToolPrint.vue.d.ts +10 -27
  53. package/dist/types/components/ToolSearch.vue.d.ts +23 -57
  54. package/dist/types/components/ToolThumbnail.vue.d.ts +13 -36
  55. package/dist/types/components/ToolZoom.vue.d.ts +21 -45
  56. package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +7 -18
  57. package/dist/types/components/VPdfComments.vue.d.ts +6 -17
  58. package/dist/types/components/VPdfCommentsDate.vue.d.ts +3 -13
  59. package/dist/types/components/VPdfCommentsHeader.vue.d.ts +3 -13
  60. package/dist/types/components/VPdfCommentsIcon.vue.d.ts +3 -13
  61. package/dist/types/components/VPdfCommentsReplies.vue.d.ts +3 -13
  62. package/dist/types/components/VPdfCommentsSidebar.vue.d.ts +3 -4
  63. package/dist/types/components/VPdfCommentsText.vue.d.ts +11 -1
  64. package/dist/types/components/VPdfPage.vue.d.ts +16 -55
  65. package/dist/types/components/VPdfThumbnail.vue.d.ts +6 -17
  66. package/dist/types/components/VPdfThumbnails.vue.d.ts +6 -15
  67. package/dist/types/components/VPdfViewer.vue.d.ts +317 -604
  68. package/dist/types/components/ui/button/Button.vue.d.ts +8 -41
  69. package/dist/types/components/ui/button/index.d.ts +1 -1
  70. package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +15 -29
  71. package/dist/types/components/ui/collapsible/Collapsible.vue.d.ts +15 -26
  72. package/dist/types/components/ui/collapsible/CollapsibleContent.vue.d.ts +9 -24
  73. package/dist/types/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +9 -24
  74. package/dist/types/components/ui/dialog/Dialog.vue.d.ts +13 -24
  75. package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +9 -24
  76. package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +25 -29
  77. package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +11 -29
  78. package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +11 -29
  79. package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +11 -29
  80. package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +11 -29
  81. package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +9 -24
  82. package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +13 -24
  83. package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +17 -29
  84. package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +23 -44
  85. package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +9 -24
  86. package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +13 -35
  87. package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +12 -32
  88. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +13 -24
  89. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +16 -32
  90. package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -13
  91. package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +11 -29
  92. package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +13 -24
  93. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +27 -29
  94. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +11 -29
  95. package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +9 -24
  96. package/dist/types/components/ui/input/Input.vue.d.ts +4 -13
  97. package/dist/types/components/ui/popover/Popover.vue.d.ts +13 -24
  98. package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +27 -55
  99. package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +9 -24
  100. package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -23
  101. package/dist/types/components/ui/select/Select.vue.d.ts +16 -24
  102. package/dist/types/components/ui/select/SelectContent.vue.d.ts +21 -48
  103. package/dist/types/components/ui/select/SelectGroup.vue.d.ts +11 -29
  104. package/dist/types/components/ui/select/SelectItem.vue.d.ts +11 -29
  105. package/dist/types/components/ui/select/SelectItemText.vue.d.ts +9 -24
  106. package/dist/types/components/ui/select/SelectLabel.vue.d.ts +11 -29
  107. package/dist/types/components/ui/select/SelectScrollDownButton.vue.d.ts +11 -29
  108. package/dist/types/components/ui/select/SelectScrollUpButton.vue.d.ts +11 -29
  109. package/dist/types/components/ui/select/SelectSeparator.vue.d.ts +3 -13
  110. package/dist/types/components/ui/select/SelectTrigger.vue.d.ts +11 -29
  111. package/dist/types/components/ui/select/SelectValue.vue.d.ts +9 -24
  112. package/dist/types/components/ui/toast/Toast.vue.d.ts +91 -24
  113. package/dist/types/components/ui/toast/ToastAction.vue.d.ts +11 -29
  114. package/dist/types/components/ui/toast/ToastClose.vue.d.ts +3 -13
  115. package/dist/types/components/ui/toast/ToastDescription.vue.d.ts +11 -29
  116. package/dist/types/components/ui/toast/ToastProvider.vue.d.ts +9 -24
  117. package/dist/types/components/ui/toast/ToastTitle.vue.d.ts +11 -29
  118. package/dist/types/components/ui/toast/ToastViewport.vue.d.ts +3 -13
  119. package/dist/types/components/ui/toast/index.d.ts +1 -1
  120. package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +13 -24
  121. package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +17 -44
  122. package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +9 -24
  123. package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +9 -24
  124. package/dist/types/composables/useAnnotationFreeText.d.ts +454 -248
  125. package/dist/types/composables/useAnnotationHighlight.d.ts +288 -178
  126. package/dist/types/composables/useAnnotationStamp.d.ts +344 -212
  127. package/dist/types/composables/useAnnotationStrikethrough.d.ts +326 -216
  128. package/dist/types/composables/useAnnotationUnderline.d.ts +326 -216
  129. package/dist/types/composables/useDownload.d.ts +1 -1
  130. package/dist/types/composables/usePinch.d.ts +2 -2
  131. package/dist/types/composables/usePrintControl.d.ts +1 -1
  132. package/dist/types/composables/useRotation.d.ts +1 -1
  133. package/dist/types/composables/useScale.d.ts +4 -4
  134. package/dist/types/const.d.ts +30 -1065
  135. package/dist/types/utils/CanvasRender.d.ts +0 -1
  136. package/dist/types/utils/searchHighlight.d.ts +1 -1
  137. package/dist/types/utils/types.d.ts +4 -3
  138. package/package.json +12 -5
@@ -1,35 +1,17 @@
1
1
  import { type HTMLAttributes } from 'vue';
2
2
  import { type DropdownMenuSubTriggerProps } from 'radix-vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
5
- class?: HTMLAttributes['class'];
6
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
- P: {};
8
- B: {};
9
- D: {};
10
- C: {};
11
- M: {};
12
- Defaults: {};
13
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
14
- class?: HTMLAttributes['class'];
15
- }>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
16
- __isFragment?: undefined;
17
- __isTeleport?: undefined;
18
- __isSuspense?: undefined;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
3
+ type __VLS_Props = DropdownMenuSubTriggerProps & {
20
4
  class?: HTMLAttributes['class'];
21
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22
- $slots: {
23
- default: (_: {}) => any;
24
- };
25
- });
5
+ };
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
12
  export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
34
16
  };
35
17
  };
@@ -1,28 +1,13 @@
1
1
  import { type DropdownMenuTriggerProps } from 'radix-vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
- P: {};
5
- B: {};
6
- D: {};
7
- C: {};
8
- M: {};
9
- Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
- $slots: {
16
- default: (_: {}) => any;
17
- };
18
- });
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<DropdownMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
8
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
27
12
  };
28
13
  };
@@ -1,16 +1,7 @@
1
1
  import { InputProps } from '.';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
- "update:modelValue": (payload: string | number) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & Readonly<{
2
+ declare const _default: import("vue").DefineComponent<InputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ "update:modelValue": (payload: string | number) => any;
4
+ }, string, import("vue").PublicProps, Readonly<InputProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
6
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,28 +1,17 @@
1
1
  import type { PopoverRootProps } from 'radix-vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
- P: {};
5
- B: {};
6
- D: {};
7
- C: {};
8
- M: {};
9
- Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
- $slots: {
16
- default: (_: {}) => any;
17
- };
18
- });
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<PopoverRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:open": (value: boolean) => any;
8
+ }, string, import("vue").PublicProps, Readonly<PopoverRootProps> & Readonly<{
9
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
12
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
27
16
  };
28
17
  };
@@ -1,64 +1,36 @@
1
1
  import { type HTMLAttributes } from 'vue';
2
2
  import { type PopoverContentProps } from 'radix-vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
5
- class?: HTMLAttributes['class'];
6
- isDark: boolean;
7
- portalElement?: HTMLElement | undefined;
8
- }>, {
9
- align: string;
10
- sideOffset: number;
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
12
- sideOffset: number;
13
- align: "start" | "center" | "end";
14
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
15
- P: {};
16
- B: {};
17
- D: {};
18
- C: {};
19
- M: {};
20
- Defaults: {};
21
- }, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
22
- class?: HTMLAttributes['class'];
23
- isDark: boolean;
24
- portalElement?: HTMLElement | undefined;
25
- }>, {
26
- align: string;
27
- sideOffset: number;
28
- }>>> & Readonly<{}>, {}, {}, {}, {}, {
29
- sideOffset: number;
30
- align: "start" | "center" | "end";
31
- }>;
32
- __isFragment?: undefined;
33
- __isTeleport?: undefined;
34
- __isSuspense?: undefined;
35
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
3
+ type __VLS_Props = PopoverContentProps & {
36
4
  class?: HTMLAttributes['class'];
37
5
  isDark: boolean;
38
- portalElement?: HTMLElement | undefined;
6
+ portalElement?: HTMLElement;
7
+ };
8
+ declare var __VLS_10: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_10) => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ openAutoFocus: (event: Event) => any;
14
+ escapeKeyDown: (event: KeyboardEvent) => any;
15
+ pointerDownOutside: (event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent) => any;
16
+ focusOutside: (event: import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any;
17
+ interactOutside: (event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent | import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any;
18
+ closeAutoFocus: (event: Event) => any;
19
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
21
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
22
+ onPointerDownOutside?: ((event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent) => any) | undefined;
23
+ onFocusOutside?: ((event: import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any) | undefined;
24
+ onInteractOutside?: ((event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent | import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any) | undefined;
25
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
39
26
  }>, {
40
- align: string;
41
- sideOffset: number;
42
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
43
27
  sideOffset: number;
44
- align: "start" | "center" | "end";
45
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
46
- $slots: {
47
- default: (_: {}) => any;
48
- };
49
- });
28
+ align: import("radix-vue/dist/Popper").Align;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
50
31
  export default _default;
51
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
- type __VLS_TypePropsToRuntimeProps<T> = {
53
- [K in keyof T]-?: {} extends Pick<T, K> ? {
54
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
55
- } : {
56
- type: import('vue').PropType<T[K]>;
57
- required: true;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
58
35
  };
59
36
  };
60
- type __VLS_WithDefaults<P, D> = {
61
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
62
- default: D[K];
63
- } : P[K];
64
- };
@@ -1,28 +1,13 @@
1
1
  import { type PopoverTriggerProps } from 'radix-vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
- P: {};
5
- B: {};
6
- D: {};
7
- C: {};
8
- M: {};
9
- Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
- $slots: {
16
- default: (_: {}) => any;
17
- };
18
- });
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
8
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
27
12
  };
28
13
  };
@@ -1,28 +1,9 @@
1
1
  import { type HTMLAttributes } from 'vue';
2
2
  import { type ProgressRootProps } from 'radix-vue';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressRootProps & {
3
+ type __VLS_Props = ProgressRootProps & {
4
4
  class?: HTMLAttributes['class'];
5
- }>, {
6
- modelValue: number;
7
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressRootProps & {
8
- class?: HTMLAttributes['class'];
9
- }>, {
10
- modelValue: number;
11
- }>>> & Readonly<{}>, {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
7
  modelValue: number | null;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
9
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
- type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
26
- default: D[K];
27
- } : P[K];
28
- };
@@ -1,28 +1,20 @@
1
1
  import type { SelectRootProps } from 'reka-ui';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectRootProps<import("reka-ui").AcceptableValue>>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
- P: {};
5
- B: {};
6
- D: {};
7
- C: {};
8
- M: {};
9
- Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectRootProps<import("reka-ui").AcceptableValue>>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectRootProps<import("reka-ui").AcceptableValue>>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
- $slots: {
16
- default: (_: {}) => any;
17
- };
18
- });
2
+ type __VLS_Props = SelectRootProps;
3
+ declare var __VLS_6: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_6) => any;
6
+ };
7
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ "update:open": (value: boolean) => any;
9
+ "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
15
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
27
19
  };
28
20
  };
@@ -1,55 +1,28 @@
1
1
  import type { SelectContentProps } from 'reka-ui';
2
2
  import { type HTMLAttributes } from 'vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SelectContentProps & {
5
- class?: HTMLAttributes['class'];
6
- portalElement?: HTMLElement | undefined;
7
- }>, {
8
- position: string;
9
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
10
- position: "popper" | "item-aligned";
11
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
12
- P: {};
13
- B: {};
14
- D: {};
15
- C: {};
16
- M: {};
17
- Defaults: {};
18
- }, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SelectContentProps & {
19
- class?: HTMLAttributes['class'];
20
- portalElement?: HTMLElement | undefined;
21
- }>, {
22
- position: string;
23
- }>>> & Readonly<{}>, {}, {}, {}, {}, {
24
- position: "popper" | "item-aligned";
25
- }>;
26
- __isFragment?: undefined;
27
- __isTeleport?: undefined;
28
- __isSuspense?: undefined;
29
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SelectContentProps & {
3
+ type __VLS_Props = SelectContentProps & {
30
4
  class?: HTMLAttributes['class'];
31
- portalElement?: HTMLElement | undefined;
5
+ portalElement?: HTMLElement;
6
+ };
7
+ declare var __VLS_18: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_18) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ escapeKeyDown: (event: KeyboardEvent) => any;
13
+ pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
14
+ closeAutoFocus: (event: Event) => any;
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
17
+ onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
18
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
32
19
  }>, {
33
- position: string;
34
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
35
- position: "popper" | "item-aligned";
36
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
37
- $slots: {
38
- default: (_: {}) => any;
39
- };
40
- });
20
+ position: "item-aligned" | "popper";
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
23
  export default _default;
42
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
- type __VLS_TypePropsToRuntimeProps<T> = {
44
- [K in keyof T]-?: {} extends Pick<T, K> ? {
45
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
- } : {
47
- type: import('vue').PropType<T[K]>;
48
- required: true;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
49
27
  };
50
28
  };
51
- type __VLS_WithDefaults<P, D> = {
52
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
53
- default: D[K];
54
- } : P[K];
55
- };
@@ -1,35 +1,17 @@
1
1
  import type { SelectGroupProps } from 'reka-ui';
2
2
  import type { HTMLAttributes } from 'vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectGroupProps & {
5
- class?: HTMLAttributes['class'];
6
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
- P: {};
8
- B: {};
9
- D: {};
10
- C: {};
11
- M: {};
12
- Defaults: {};
13
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectGroupProps & {
14
- class?: HTMLAttributes['class'];
15
- }>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
16
- __isFragment?: undefined;
17
- __isTeleport?: undefined;
18
- __isSuspense?: undefined;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectGroupProps & {
3
+ type __VLS_Props = SelectGroupProps & {
20
4
  class?: HTMLAttributes['class'];
21
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22
- $slots: {
23
- default: (_: {}) => any;
24
- };
25
- });
5
+ };
6
+ declare var __VLS_6: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_6) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
12
  export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
34
16
  };
35
17
  };
@@ -1,35 +1,17 @@
1
1
  import type { SelectItemProps } from 'reka-ui';
2
2
  import type { HTMLAttributes } from 'vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemProps<import("reka-ui").AcceptableValue> & {
5
- class?: HTMLAttributes['class'];
6
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
- P: {};
8
- B: {};
9
- D: {};
10
- C: {};
11
- M: {};
12
- Defaults: {};
13
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemProps<import("reka-ui").AcceptableValue> & {
14
- class?: HTMLAttributes['class'];
15
- }>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
16
- __isFragment?: undefined;
17
- __isTeleport?: undefined;
18
- __isSuspense?: undefined;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemProps<import("reka-ui").AcceptableValue> & {
3
+ type __VLS_Props = SelectItemProps & {
20
4
  class?: HTMLAttributes['class'];
21
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22
- $slots: {
23
- default: (_: {}) => any;
24
- };
25
- });
5
+ };
6
+ declare var __VLS_10: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_10) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
12
  export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
34
16
  };
35
17
  };
@@ -1,28 +1,13 @@
1
1
  import type { SelectItemTextProps } from 'reka-ui';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
- P: {};
5
- B: {};
6
- D: {};
7
- C: {};
8
- M: {};
9
- Defaults: {};
10
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15
- $slots: {
16
- default: (_: {}) => any;
17
- };
18
- });
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
8
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
27
12
  };
28
13
  };