vdc-editor 0.0.5 → 0.0.6
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.
- package/lib/src/components/ActionButton.vue.d.ts +6 -8
- package/lib/src/components/ActionDropdownButton.vue.d.ts +4 -6
- package/lib/src/components/ActionDropdownButtonSplit.vue.d.ts +4 -6
- package/lib/src/components/ColorPicker.vue.d.ts +4 -6
- package/lib/src/components/CoreEditor.vue.d.ts +3 -3
- package/lib/src/components/SelectContextMenu.vue.d.ts +4 -6
- package/lib/src/components/icons/Icon.vue.d.ts +2 -2
- package/lib/src/components/ui/badge/Badge.vue.d.ts +8 -13
- package/lib/src/components/ui/button/Button.vue.d.ts +5 -7
- package/lib/src/components/ui/checkbox/Checkbox.vue.d.ts +6 -9
- package/lib/src/components/ui/context-menu/ContextMenu.vue.d.ts +4 -6
- package/lib/src/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +6 -9
- package/lib/src/components/ui/context-menu/ContextMenuContent.vue.d.ts +6 -9
- package/lib/src/components/ui/context-menu/ContextMenuGroup.vue.d.ts +2 -4
- package/lib/src/components/ui/context-menu/ContextMenuItem.vue.d.ts +8 -11
- package/lib/src/components/ui/context-menu/ContextMenuLabel.vue.d.ts +8 -11
- package/lib/src/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +4 -6
- package/lib/src/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +6 -9
- package/lib/src/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +2 -2
- package/lib/src/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +6 -10
- package/lib/src/components/ui/context-menu/ContextMenuSub.vue.d.ts +4 -6
- package/lib/src/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +6 -9
- package/lib/src/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +8 -11
- package/lib/src/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +2 -4
- package/lib/src/components/ui/dialog/Dialog.vue.d.ts +4 -6
- package/lib/src/components/ui/dialog/DialogClose.vue.d.ts +2 -4
- package/lib/src/components/ui/dialog/DialogContent.vue.d.ts +6 -9
- package/lib/src/components/ui/dialog/DialogDescription.vue.d.ts +6 -9
- package/lib/src/components/ui/dialog/DialogFooter.vue.d.ts +6 -10
- package/lib/src/components/ui/dialog/DialogHeader.vue.d.ts +6 -10
- package/lib/src/components/ui/dialog/DialogScrollContent.vue.d.ts +6 -9
- package/lib/src/components/ui/dialog/DialogTitle.vue.d.ts +6 -9
- package/lib/src/components/ui/dialog/DialogTrigger.vue.d.ts +2 -4
- package/lib/src/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +4 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +6 -9
- package/lib/src/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -9
- package/lib/src/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +2 -4
- package/lib/src/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +8 -11
- package/lib/src/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +8 -11
- package/lib/src/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +4 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +6 -9
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +2 -2
- package/lib/src/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +6 -10
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +4 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +6 -9
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +6 -9
- package/lib/src/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +2 -4
- package/lib/src/components/ui/input/Input.vue.d.ts +6 -6
- package/lib/src/components/ui/label/Label.vue.d.ts +6 -9
- package/lib/src/components/ui/popover/Popover.vue.d.ts +4 -6
- package/lib/src/components/ui/popover/PopoverContent.vue.d.ts +7 -10
- package/lib/src/components/ui/popover/PopoverTrigger.vue.d.ts +2 -4
- package/lib/src/components/ui/resizable/ResizableHandle.vue.d.ts +4 -4
- package/lib/src/components/ui/resizable/ResizablePanelGroup.vue.d.ts +6 -9
- package/lib/src/components/ui/scroll-area/ScrollArea.vue.d.ts +6 -9
- package/lib/src/components/ui/scroll-area/ScrollBar.vue.d.ts +3 -3
- package/lib/src/components/ui/select/Select.vue.d.ts +4 -6
- package/lib/src/components/ui/select/SelectContent.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectGroup.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectItem.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectItemText.vue.d.ts +2 -4
- package/lib/src/components/ui/select/SelectLabel.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectScrollDownButton.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectScrollUpButton.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectSeparator.vue.d.ts +2 -2
- package/lib/src/components/ui/select/SelectTrigger.vue.d.ts +6 -9
- package/lib/src/components/ui/select/SelectValue.vue.d.ts +2 -4
- package/lib/src/components/ui/separator/Separator.vue.d.ts +2 -2
- package/lib/src/components/ui/tabs/Tabs.vue.d.ts +4 -6
- package/lib/src/components/ui/tabs/TabsContent.vue.d.ts +6 -9
- package/lib/src/components/ui/tabs/TabsList.vue.d.ts +6 -9
- package/lib/src/components/ui/tabs/TabsTrigger.vue.d.ts +6 -9
- package/lib/src/components/ui/textarea/Textarea.vue.d.ts +6 -6
- package/lib/src/components/ui/toast/use-toast.d.ts +23 -99
- package/lib/src/components/ui/toggle/Toggle.vue.d.ts +10 -14
- package/lib/src/components/ui/tooltip/Tooltip.vue.d.ts +4 -6
- package/lib/src/components/ui/tooltip/TooltipContent.vue.d.ts +6 -9
- package/lib/src/components/ui/tooltip/TooltipProvider.vue.d.ts +2 -4
- package/lib/src/components/ui/tooltip/TooltipTrigger.vue.d.ts +2 -4
- package/lib/src/extensions/Ai/components/AIButton.vue.d.ts +1 -1
- package/lib/src/extensions/CodeBlock/components/CodeBlockView.vue.d.ts +16 -16
- package/lib/src/extensions/Image/components/ImageView.vue.d.ts +14 -14
- package/lib/src/extensions/ImageUpload/components/ImageUploader.vue.d.ts +16 -16
- package/lib/src/extensions/ImageUpload/image-upload-plugin.d.ts +2 -2
- package/lib/src/extensions/Page/node-view.vue.d.ts +16 -16
- package/lib/src/extensions/Page/utils.d.ts +3 -3
- package/lib/src/extensions/SpellChecker/i-proofreader-interface.d.ts +13 -2
- package/lib/src/extensions/SpellChecker/index.d.ts +1 -1
- package/lib/src/extensions/SpellChecker/proofreader.d.ts +20 -0
- package/lib/src/extensions/SpellChecker/spell-check.service.d.ts +3 -0
- package/lib/src/extensions/SuperText/components/SuperText.vue.d.ts +16 -16
- package/lib/src/extensions/Table/components/CreateTablePopover.vue.d.ts +4 -6
- package/lib/src/extensions/Table/components/TableActionButton.vue.d.ts +1 -1
- package/lib/src/extensions/VideoUpload/components/VideoUploader.vue.d.ts +16 -16
- package/lib/src/hooks/useConfigTiptap.d.ts +1 -1
- package/lib/src/hooks/useStore.d.ts +2 -2
- package/lib/src/hooks/useSuperTextStore.d.ts +2 -2
- package/lib/style.css +1 -1
- package/lib/vdc-editor.mjs +31201 -26264
- package/lib/vdc-editor.umd.js +70 -64
- package/package.json +1 -1
- package/lib/src/extensions/SpellChecker/hunspell-proofreader.d.ts +0 -16
- package/lib/src/extensions/SpellChecker/sapling-proofreader.d.ts +0 -13
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { PopoverContentProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>, {
|
|
10
6
|
align: string;
|
|
11
7
|
sideOffset: number;
|
|
@@ -17,7 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
17
13
|
focusOutside: (event: import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => void;
|
|
18
14
|
interactOutside: (event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent | import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => void;
|
|
19
15
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
|
|
20
|
-
class?:
|
|
16
|
+
class?: any;
|
|
21
17
|
}>, {
|
|
22
18
|
align: string;
|
|
23
19
|
sideOffset: number;
|
|
@@ -30,9 +26,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
30
26
|
onInteractOutside?: ((event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent | import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => any) | undefined;
|
|
31
27
|
}>, {
|
|
32
28
|
sideOffset: number;
|
|
33
|
-
align:
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
35
|
-
|
|
29
|
+
align: "end" | "start" | "center";
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
31
|
+
default?(_: {}): any;
|
|
32
|
+
}>;
|
|
36
33
|
export default _default;
|
|
37
34
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
35
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { PopoverTriggerProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
4
4
|
default?(_: {}): any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
5
|
+
}>;
|
|
8
6
|
export default _default;
|
|
9
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,13 +2,13 @@ import { HTMLAttributes } from 'vue';
|
|
|
2
2
|
import { SplitterResizeHandleProps } from 'radix-vue';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SplitterResizeHandleProps & {
|
|
5
|
-
class?: HTMLAttributes[
|
|
6
|
-
withHandle?: boolean;
|
|
5
|
+
class?: HTMLAttributes['class'];
|
|
6
|
+
withHandle?: boolean | undefined;
|
|
7
7
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
dragging: (isDragging: boolean) => void;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SplitterResizeHandleProps & {
|
|
10
|
-
class?: HTMLAttributes[
|
|
11
|
-
withHandle?: boolean;
|
|
10
|
+
class?: HTMLAttributes['class'];
|
|
11
|
+
withHandle?: boolean | undefined;
|
|
12
12
|
}>>> & Readonly<{
|
|
13
13
|
onDragging?: ((isDragging: boolean) => any) | undefined;
|
|
14
14
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SplitterGroupProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SplitterGroupProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SplitterGroupProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
6
|
layout: (val: number[]) => void;
|
|
11
7
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SplitterGroupProps & {
|
|
12
|
-
class?:
|
|
8
|
+
class?: any;
|
|
13
9
|
}>>> & Readonly<{
|
|
14
10
|
onLayout?: ((val: number[]) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
16
|
-
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
}>;
|
|
17
14
|
export default _default;
|
|
18
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { ScrollAreaRootProps } from 'radix-vue';
|
|
2
|
-
import { HTMLAttributes } from 'vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ScrollAreaRootProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ScrollAreaRootProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ScrollAreaRootProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,15 +2,15 @@ import { ScrollAreaScrollbarProps } from 'radix-vue';
|
|
|
2
2
|
import { HTMLAttributes } from 'vue';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollAreaScrollbarProps & {
|
|
5
|
-
class?: HTMLAttributes[
|
|
5
|
+
class?: HTMLAttributes['class'];
|
|
6
6
|
}>, {
|
|
7
7
|
orientation: string;
|
|
8
8
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollAreaScrollbarProps & {
|
|
9
|
-
class?: HTMLAttributes[
|
|
9
|
+
class?: HTMLAttributes['class'];
|
|
10
10
|
}>, {
|
|
11
11
|
orientation: string;
|
|
12
12
|
}>>> & Readonly<{}>, {
|
|
13
|
-
orientation: "
|
|
13
|
+
orientation: "horizontal" | "vertical";
|
|
14
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { SelectRootProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectRootProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectRootProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
4
|
"update:modelValue": (value: string) => void;
|
|
8
5
|
"update:open": (value: boolean) => void;
|
|
9
6
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectRootProps>>> & Readonly<{
|
|
10
7
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
8
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
13
|
-
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
}>;
|
|
14
12
|
export default _default;
|
|
15
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectContentProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SelectContentProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SelectContentProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>, {
|
|
10
6
|
position: string;
|
|
11
7
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -13,7 +9,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
13
9
|
escapeKeyDown: (event: KeyboardEvent) => void;
|
|
14
10
|
pointerDownOutside: (event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent) => void;
|
|
15
11
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SelectContentProps & {
|
|
16
|
-
class?:
|
|
12
|
+
class?: any;
|
|
17
13
|
}>, {
|
|
18
14
|
position: string;
|
|
19
15
|
}>>> & Readonly<{
|
|
@@ -22,8 +18,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
22
18
|
onPointerDownOutside?: ((event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent) => any) | undefined;
|
|
23
19
|
}>, {
|
|
24
20
|
position: "item-aligned" | "popper";
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
26
|
-
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
22
|
+
default?(_: {}): any;
|
|
23
|
+
}>;
|
|
27
24
|
export default _default;
|
|
28
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
26
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectGroupProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectGroupProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectGroupProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectGroupProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectItemProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { SelectItemTextProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
4
4
|
default?(_: {}): any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectItemTextProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
5
|
+
}>;
|
|
8
6
|
export default _default;
|
|
9
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectLabelProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectLabelProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectLabelProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectLabelProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectScrollDownButtonProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollDownButtonProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollDownButtonProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollDownButtonProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectScrollUpButtonProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollUpButtonProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollUpButtonProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollUpButtonProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,9 +2,9 @@ import { HTMLAttributes } from 'vue';
|
|
|
2
2
|
import { SelectSeparatorProps } from 'radix-vue';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectSeparatorProps & {
|
|
5
|
-
class?: HTMLAttributes[
|
|
5
|
+
class?: HTMLAttributes['class'];
|
|
6
6
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectSeparatorProps & {
|
|
7
|
-
class?: HTMLAttributes[
|
|
7
|
+
class?: HTMLAttributes['class'];
|
|
8
8
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { SelectTriggerProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectTriggerProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectTriggerProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectTriggerProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { SelectValueProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectValueProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectValueProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
4
4
|
default?(_: {}): any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectValueProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectValueProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
5
|
+
}>;
|
|
8
6
|
export default _default;
|
|
9
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,9 +2,9 @@ import { HTMLAttributes } from 'vue';
|
|
|
2
2
|
import { SeparatorProps } from 'radix-vue';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SeparatorProps & {
|
|
5
|
-
class?: HTMLAttributes[
|
|
5
|
+
class?: HTMLAttributes['class'];
|
|
6
6
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SeparatorProps & {
|
|
7
|
-
class?: HTMLAttributes[
|
|
7
|
+
class?: HTMLAttributes['class'];
|
|
8
8
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { TabsRootProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsRootProps<import('radix-vue/dist/shared/types').StringOrNumber>>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsRootProps<import('radix-vue/dist/shared/types').StringOrNumber>>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
4
|
"update:modelValue": (payload: import('radix-vue/dist/shared/types').StringOrNumber) => void;
|
|
8
5
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsRootProps<import('radix-vue/dist/shared/types').StringOrNumber>>>> & Readonly<{
|
|
9
6
|
"onUpdate:modelValue"?: ((payload: import('radix-vue/dist/shared/types').StringOrNumber) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
11
|
-
|
|
7
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
12
10
|
export default _default;
|
|
13
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { TabsContentProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsContentProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsContentProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsContentProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { TabsListProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsListProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsListProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsListProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'vue';
|
|
2
1
|
import { TabsTriggerProps } from 'radix-vue';
|
|
3
2
|
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsTriggerProps & {
|
|
8
|
-
class?: HTMLAttributes["class"];
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsTriggerProps & {
|
|
4
|
+
class?: any;
|
|
9
5
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TabsTriggerProps & {
|
|
10
|
-
class?:
|
|
11
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
6
|
+
class?: any;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
13
10
|
export default _default;
|
|
14
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'vue';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
class?: HTMLAttributes[
|
|
5
|
-
defaultValue?: string | number;
|
|
6
|
-
modelValue?: string | number;
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
defaultValue?: string | number | undefined;
|
|
6
|
+
modelValue?: string | number | undefined;
|
|
7
7
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (payload: string | number) => void;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
class?: HTMLAttributes[
|
|
11
|
-
defaultValue?: string | number;
|
|
12
|
-
modelValue?: string | number;
|
|
10
|
+
class?: HTMLAttributes['class'];
|
|
11
|
+
defaultValue?: string | number | undefined;
|
|
12
|
+
modelValue?: string | number | undefined;
|
|
13
13
|
}>>> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
15
15
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|