@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
@@ -6,47 +6,14 @@ interface Props extends PrimitiveProps {
6
6
  size?: ButtonVariants['size'];
7
7
  class?: HTMLAttributes['class'];
8
8
  }
9
- declare const _default: {
10
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- as: string;
12
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
13
- as: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
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<Props>, {
22
- as: string;
23
- }>>> & Readonly<{}>, {}, {}, {}, {}, {
24
- as: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
25
- }>;
26
- __isFragment?: undefined;
27
- __isTeleport?: undefined;
28
- __isSuspense?: undefined;
29
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
30
- as: string;
31
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
32
- as: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
33
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
34
- $slots: {
35
- default: (_: {}) => any;
36
- };
37
- });
9
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
10
+ as: import("radix-vue").AsTag | import("vue").Component;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
12
+ default?: (props: {}) => any;
13
+ }>;
38
14
  export default _default;
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToRuntimeProps<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: import('vue').PropType<T[K]>;
45
- required: true;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
46
18
  };
47
19
  };
48
- type __VLS_WithDefaults<P, D> = {
49
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
50
- default: D[K];
51
- } : P[K];
52
- };
@@ -3,5 +3,5 @@ export { default as Button } from './Button.vue';
3
3
  export declare const buttonVariants: (props?: ({
4
4
  variant?: "link" | "default" | "outline" | "destructive" | "secondary" | "ghost" | null | undefined;
5
5
  size?: "icon" | "default" | "sm" | "lg" | null | undefined;
6
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
+ } & import("class-variance-authority/dist/types.js").ClassProp) | undefined) => string;
7
7
  export type ButtonVariants = VariantProps<typeof buttonVariants>;
@@ -1,35 +1,21 @@
1
1
  import type { CheckboxRootProps } from 'radix-vue';
2
2
  import { type HTMLAttributes } from 'vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CheckboxRootProps & {
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<CheckboxRootProps & {
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<CheckboxRootProps & {
3
+ type __VLS_Props = CheckboxRootProps & {
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, {
11
+ "update:checked": (value: boolean) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ "onUpdate:checked"?: ((value: boolean) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
16
  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;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
34
20
  };
35
21
  };
@@ -1,30 +1,19 @@
1
1
  import type { CollapsibleRootProps } from 'reka-ui';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CollapsibleRootProps>>> & 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<CollapsibleRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CollapsibleRootProps>>> & 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: (_: {
17
- open: boolean;
18
- }) => any;
19
- };
20
- });
2
+ declare var __VLS_6: {
3
+ open: boolean;
4
+ };
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_6) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:open": (value: boolean) => any;
10
+ }, string, import("vue").PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
11
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
14
  export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
29
18
  };
30
19
  };
@@ -1,28 +1,13 @@
1
1
  import { type CollapsibleContentProps } from 'reka-ui';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CollapsibleContentProps>>> & 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<CollapsibleContentProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CollapsibleContentProps>>> & 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<CollapsibleContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CollapsibleContentProps> & 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,13 @@
1
1
  import { type CollapsibleTriggerProps } from 'reka-ui';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CollapsibleTriggerProps>>> & 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<CollapsibleTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CollapsibleTriggerProps>>> & 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<CollapsibleTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CollapsibleTriggerProps> & 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,17 @@
1
1
  import { type DialogRootProps } from 'radix-vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps>>> & 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<DialogRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps>>> & 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<DialogRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:open": (value: boolean) => any;
8
+ }, string, import("vue").PublicProps, Readonly<DialogRootProps> & 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,28 +1,13 @@
1
1
  import { type DialogCloseProps } from 'radix-vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogCloseProps>>> & 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<DialogCloseProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogCloseProps>>> & 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<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & 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,35 +1,31 @@
1
1
  import { type HTMLAttributes } from 'vue';
2
2
  import { type DialogContentProps } from 'radix-vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogContentProps & {
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<DialogContentProps & {
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<DialogContentProps & {
3
+ type __VLS_Props = DialogContentProps & {
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, {
11
+ openAutoFocus: (event: Event) => any;
12
+ escapeKeyDown: (event: KeyboardEvent) => any;
13
+ pointerDownOutside: (event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent) => any;
14
+ focusOutside: (event: import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any;
15
+ interactOutside: (event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent | import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any;
16
+ closeAutoFocus: (event: Event) => any;
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
19
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
20
+ onPointerDownOutside?: ((event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent) => any) | undefined;
21
+ onFocusOutside?: ((event: import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any) | undefined;
22
+ onInteractOutside?: ((event: import("radix-vue/dist/DismissableLayer").PointerDownOutsideEvent | import("radix-vue/dist/DismissableLayer").FocusOutsideEvent) => any) | undefined;
23
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
24
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
26
  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;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
34
30
  };
35
31
  };
@@ -1,35 +1,17 @@
1
1
  import { type HTMLAttributes } from 'vue';
2
2
  import { type DialogDescriptionProps } from 'radix-vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogDescriptionProps & {
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<DialogDescriptionProps & {
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<DialogDescriptionProps & {
3
+ type __VLS_Props = DialogDescriptionProps & {
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,34 +1,16 @@
1
1
  import type { HTMLAttributes } from 'vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- class?: HTMLAttributes['class'];
5
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
6
- P: {};
7
- B: {};
8
- D: {};
9
- C: {};
10
- M: {};
11
- Defaults: {};
12
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
- class?: HTMLAttributes['class'];
14
- }>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
15
- __isFragment?: undefined;
16
- __isTeleport?: undefined;
17
- __isSuspense?: undefined;
18
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
19
3
  class?: HTMLAttributes['class'];
20
- }>>> & 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 () => {
21
- $slots: {
22
- default: (_: {}) => any;
23
- };
24
- });
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ 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>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
11
  export default _default;
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
33
15
  };
34
16
  };
@@ -1,34 +1,16 @@
1
1
  import type { HTMLAttributes } from 'vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- class?: HTMLAttributes['class'];
5
- }>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
6
- P: {};
7
- B: {};
8
- D: {};
9
- C: {};
10
- M: {};
11
- Defaults: {};
12
- }, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
- class?: HTMLAttributes['class'];
14
- }>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
15
- __isFragment?: undefined;
16
- __isTeleport?: undefined;
17
- __isSuspense?: undefined;
18
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
19
3
  class?: HTMLAttributes['class'];
20
- }>>> & 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 () => {
21
- $slots: {
22
- default: (_: {}) => any;
23
- };
24
- });
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ 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>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
11
  export default _default;
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
33
15
  };
34
16
  };
@@ -1,35 +1,17 @@
1
1
  import { type HTMLAttributes } from 'vue';
2
2
  import { type DialogTitleProps } from 'radix-vue';
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTitleProps & {
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<DialogTitleProps & {
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<DialogTitleProps & {
3
+ type __VLS_Props = DialogTitleProps & {
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 DialogTriggerProps } from 'radix-vue';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTriggerProps>>> & 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<DialogTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: undefined;
12
- __isTeleport?: undefined;
13
- __isSuspense?: undefined;
14
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTriggerProps>>> & 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<DialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTriggerProps> & 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
  };