vdc-editor 0.0.7 → 0.0.8
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 +8 -6
- package/lib/src/components/ActionDropdownButton.vue.d.ts +6 -4
- package/lib/src/components/ActionDropdownButtonSplit.vue.d.ts +6 -4
- package/lib/src/components/ColorPicker.vue.d.ts +6 -4
- package/lib/src/components/CoreEditor.vue.d.ts +3 -3
- package/lib/src/components/SelectContextMenu.vue.d.ts +6 -4
- package/lib/src/components/icons/Icon.vue.d.ts +2 -2
- package/lib/src/components/ui/badge/Badge.vue.d.ts +13 -8
- package/lib/src/components/ui/button/Button.vue.d.ts +7 -5
- package/lib/src/components/ui/checkbox/Checkbox.vue.d.ts +9 -6
- package/lib/src/components/ui/context-menu/ContextMenu.vue.d.ts +6 -4
- package/lib/src/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +9 -6
- package/lib/src/components/ui/context-menu/ContextMenuContent.vue.d.ts +9 -6
- package/lib/src/components/ui/context-menu/ContextMenuGroup.vue.d.ts +4 -2
- package/lib/src/components/ui/context-menu/ContextMenuItem.vue.d.ts +11 -8
- package/lib/src/components/ui/context-menu/ContextMenuLabel.vue.d.ts +11 -8
- package/lib/src/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +6 -4
- package/lib/src/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +9 -6
- package/lib/src/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +2 -2
- package/lib/src/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +10 -6
- package/lib/src/components/ui/context-menu/ContextMenuSub.vue.d.ts +6 -4
- package/lib/src/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +9 -6
- package/lib/src/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +11 -8
- package/lib/src/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +4 -2
- package/lib/src/components/ui/dialog/Dialog.vue.d.ts +6 -4
- package/lib/src/components/ui/dialog/DialogClose.vue.d.ts +4 -2
- package/lib/src/components/ui/dialog/DialogContent.vue.d.ts +9 -6
- package/lib/src/components/ui/dialog/DialogDescription.vue.d.ts +9 -6
- package/lib/src/components/ui/dialog/DialogFooter.vue.d.ts +10 -6
- package/lib/src/components/ui/dialog/DialogHeader.vue.d.ts +10 -6
- package/lib/src/components/ui/dialog/DialogScrollContent.vue.d.ts +9 -6
- package/lib/src/components/ui/dialog/DialogTitle.vue.d.ts +9 -6
- package/lib/src/components/ui/dialog/DialogTrigger.vue.d.ts +4 -2
- package/lib/src/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +6 -4
- package/lib/src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +9 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +9 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +4 -2
- package/lib/src/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +11 -8
- package/lib/src/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +11 -8
- package/lib/src/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +6 -4
- package/lib/src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +9 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +2 -2
- package/lib/src/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +10 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +6 -4
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +9 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +9 -6
- package/lib/src/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +4 -2
- package/lib/src/components/ui/input/Input.vue.d.ts +6 -6
- package/lib/src/components/ui/label/Label.vue.d.ts +9 -6
- package/lib/src/components/ui/popover/Popover.vue.d.ts +6 -4
- package/lib/src/components/ui/popover/PopoverContent.vue.d.ts +10 -7
- package/lib/src/components/ui/popover/PopoverTrigger.vue.d.ts +4 -2
- package/lib/src/components/ui/resizable/ResizableHandle.vue.d.ts +4 -4
- package/lib/src/components/ui/resizable/ResizablePanelGroup.vue.d.ts +9 -6
- package/lib/src/components/ui/scroll-area/ScrollArea.vue.d.ts +9 -6
- package/lib/src/components/ui/scroll-area/ScrollBar.vue.d.ts +3 -3
- package/lib/src/components/ui/select/Select.vue.d.ts +6 -4
- package/lib/src/components/ui/select/SelectContent.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectGroup.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectItem.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectItemText.vue.d.ts +4 -2
- package/lib/src/components/ui/select/SelectLabel.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectScrollDownButton.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectScrollUpButton.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectSeparator.vue.d.ts +2 -2
- package/lib/src/components/ui/select/SelectTrigger.vue.d.ts +9 -6
- package/lib/src/components/ui/select/SelectValue.vue.d.ts +4 -2
- package/lib/src/components/ui/separator/Separator.vue.d.ts +2 -2
- package/lib/src/components/ui/tabs/Tabs.vue.d.ts +6 -4
- package/lib/src/components/ui/tabs/TabsContent.vue.d.ts +9 -6
- package/lib/src/components/ui/tabs/TabsList.vue.d.ts +9 -6
- package/lib/src/components/ui/tabs/TabsTrigger.vue.d.ts +9 -6
- package/lib/src/components/ui/textarea/Textarea.vue.d.ts +6 -6
- package/lib/src/components/ui/toast/use-toast.d.ts +99 -23
- package/lib/src/components/ui/toggle/Toggle.vue.d.ts +14 -10
- package/lib/src/components/ui/tooltip/Tooltip.vue.d.ts +6 -4
- package/lib/src/components/ui/tooltip/TooltipContent.vue.d.ts +9 -6
- package/lib/src/components/ui/tooltip/TooltipProvider.vue.d.ts +4 -2
- package/lib/src/components/ui/tooltip/TooltipTrigger.vue.d.ts +4 -2
- 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/index.d.ts +3 -3
- package/lib/src/extensions/SuperText/components/SuperText.vue.d.ts +16 -16
- package/lib/src/extensions/Table/components/CreateTablePopover.vue.d.ts +6 -4
- 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/extensions/index.d.ts +2 -1
- package/lib/src/hooks/useConfigTiptap.d.ts +8 -0
- package/lib/src/hooks/useStore.d.ts +2 -2
- package/lib/src/hooks/useSuperTextStore.d.ts +2 -2
- package/lib/vdc-editor.mjs +37606 -42518
- package/lib/vdc-editor.umd.js +71 -77
- package/package.json +176 -176
|
@@ -21,7 +21,11 @@ interface Props {
|
|
|
21
21
|
class?: HTMLAttributes['class'];
|
|
22
22
|
id?: string;
|
|
23
23
|
}
|
|
24
|
-
declare
|
|
24
|
+
declare function __VLS_template(): {
|
|
25
|
+
icon?(_: {}): any;
|
|
26
|
+
default?(_: {}): any;
|
|
27
|
+
};
|
|
28
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
29
|
icon: undefined;
|
|
26
30
|
title: undefined;
|
|
27
31
|
tooltip: undefined;
|
|
@@ -51,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
51
55
|
id: string;
|
|
52
56
|
}>>> & Readonly<{}>, {
|
|
53
57
|
id: string;
|
|
54
|
-
icon:
|
|
58
|
+
icon: keyof typeof icons;
|
|
55
59
|
color: string;
|
|
56
60
|
disabled: boolean;
|
|
57
61
|
title: string;
|
|
@@ -63,10 +67,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
63
67
|
action: (value?: any) => void;
|
|
64
68
|
isActive: () => boolean;
|
|
65
69
|
variant: string;
|
|
66
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
67
|
-
|
|
68
|
-
default?(_: {}): any;
|
|
69
|
-
}>;
|
|
70
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
71
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
70
72
|
export default _default;
|
|
71
73
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
72
74
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -11,7 +11,10 @@ interface Props {
|
|
|
11
11
|
isActive?: ButtonViewReturnComponentProps['isActive'];
|
|
12
12
|
id?: string;
|
|
13
13
|
}
|
|
14
|
-
declare
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
18
|
icon: undefined;
|
|
16
19
|
title: undefined;
|
|
17
20
|
tooltip: undefined;
|
|
@@ -41,9 +44,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
41
44
|
action: (value?: any) => void;
|
|
42
45
|
isActive: () => boolean;
|
|
43
46
|
btn_class: string;
|
|
44
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
45
|
-
|
|
46
|
-
}>;
|
|
47
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
47
49
|
export default _default;
|
|
48
50
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
49
51
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -12,7 +12,10 @@ interface Props {
|
|
|
12
12
|
isActive?: ButtonViewReturnComponentProps['isActive'];
|
|
13
13
|
id?: string;
|
|
14
14
|
}
|
|
15
|
-
declare
|
|
15
|
+
declare function __VLS_template(): {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
19
|
icon: undefined;
|
|
17
20
|
title: undefined;
|
|
18
21
|
tooltip: undefined;
|
|
@@ -45,9 +48,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
45
48
|
action: (value?: any) => void;
|
|
46
49
|
isActive: () => boolean;
|
|
47
50
|
btn_class: string;
|
|
48
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
49
|
-
|
|
50
|
-
}>;
|
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
51
53
|
export default _default;
|
|
52
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
55
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,7 +3,10 @@ interface Props {
|
|
|
3
3
|
highlight?: boolean;
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
10
|
modelValue: string;
|
|
8
11
|
highlight: boolean;
|
|
9
12
|
disabled: boolean;
|
|
@@ -21,9 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
21
24
|
disabled: boolean;
|
|
22
25
|
highlight: boolean;
|
|
23
26
|
modelValue: string;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
25
|
-
|
|
26
|
-
}>;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
27
29
|
export default _default;
|
|
28
30
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
31
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -129,7 +129,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
129
129
|
disabled: boolean;
|
|
130
130
|
extensions: AnyExtension[];
|
|
131
131
|
modelValue: string | object;
|
|
132
|
-
output: "
|
|
132
|
+
output: "html" | "json" | "text";
|
|
133
133
|
maxHeight: string | number;
|
|
134
134
|
maxWidth: string | number;
|
|
135
135
|
minHeight: string | number;
|
|
@@ -139,8 +139,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
139
139
|
disableBubble: boolean;
|
|
140
140
|
hideBubble: boolean;
|
|
141
141
|
removeDefaultWrapper: boolean;
|
|
142
|
-
editorClass: string | Record<string, any
|
|
143
|
-
contentClass: string | Record<string, any
|
|
142
|
+
editorClass: string | string[] | Record<string, any>;
|
|
143
|
+
contentClass: string | string[] | Record<string, any>;
|
|
144
144
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
145
145
|
export default _default;
|
|
146
146
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -3,12 +3,14 @@ import { Editor } from '@tiptap/vue-3';
|
|
|
3
3
|
interface Props {
|
|
4
4
|
editor: Editor | null;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {
|
|
7
10
|
toggleDialog: () => boolean;
|
|
8
11
|
open: typeof open;
|
|
9
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
10
|
-
|
|
11
|
-
}>;
|
|
12
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,10 +3,10 @@ import { HTMLAttributes } from 'vue';
|
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
name: keyof typeof icons;
|
|
6
|
-
class?: HTMLAttributes[
|
|
6
|
+
class?: HTMLAttributes["class"];
|
|
7
7
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
name: keyof typeof icons;
|
|
9
|
-
class?: HTMLAttributes[
|
|
9
|
+
class?: HTMLAttributes["class"];
|
|
10
10
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
12
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
6
|
-
class?: any;
|
|
7
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { BadgeVariants } from '.';
|
|
3
|
+
|
|
4
|
+
declare function __VLS_template(): {
|
|
8
5
|
default?(_: {}): any;
|
|
9
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
variant?: BadgeVariants["variant"];
|
|
9
|
+
class?: HTMLAttributes["class"];
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
+
variant?: BadgeVariants["variant"];
|
|
12
|
+
class?: HTMLAttributes["class"];
|
|
13
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
15
|
export default _default;
|
|
11
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -7,15 +7,17 @@ interface Props extends PrimitiveProps {
|
|
|
7
7
|
size?: ButtonVariants['size'];
|
|
8
8
|
class?: HTMLAttributes['class'];
|
|
9
9
|
}
|
|
10
|
-
declare
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
14
|
as: string;
|
|
12
15
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
16
|
as: string;
|
|
14
17
|
}>>> & Readonly<{}>, {
|
|
15
|
-
as:
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
17
|
-
|
|
18
|
-
}>;
|
|
18
|
+
as: import('radix-vue').AsTag | Component;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
19
21
|
export default _default;
|
|
20
22
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
23
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { CheckboxRootProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CheckboxRootProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
5
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
10
|
"update:checked": (value: boolean) => void;
|
|
7
11
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CheckboxRootProps & {
|
|
8
|
-
class?:
|
|
12
|
+
class?: HTMLAttributes["class"];
|
|
9
13
|
}>>> & Readonly<{
|
|
10
14
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
13
|
-
}>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
14
17
|
export default _default;
|
|
15
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { ContextMenuRootProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuRootProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
7
|
"update:open": (payload: boolean) => void;
|
|
5
8
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuRootProps>>> & Readonly<{
|
|
6
9
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
12
|
export default _default;
|
|
11
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { ContextMenuCheckboxItemProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuCheckboxItemProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
5
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
10
|
select: (event: Event) => void;
|
|
7
11
|
"update:checked": (payload: boolean) => void;
|
|
8
12
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuCheckboxItemProps & {
|
|
9
|
-
class?:
|
|
13
|
+
class?: HTMLAttributes["class"];
|
|
10
14
|
}>>> & Readonly<{
|
|
11
15
|
onSelect?: ((event: Event) => any) | undefined;
|
|
12
16
|
"onUpdate:checked"?: ((payload: boolean) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
14
|
-
|
|
15
|
-
}>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
19
|
export default _default;
|
|
17
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
21
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { ContextMenuContentProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuContentProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
5
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
10
|
closeAutoFocus: (event: Event) => void;
|
|
7
11
|
escapeKeyDown: (event: KeyboardEvent) => void;
|
|
@@ -9,16 +13,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
9
13
|
focusOutside: (event: import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => void;
|
|
10
14
|
interactOutside: (event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent | import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => void;
|
|
11
15
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuContentProps & {
|
|
12
|
-
class?:
|
|
16
|
+
class?: HTMLAttributes["class"];
|
|
13
17
|
}>>> & Readonly<{
|
|
14
18
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
15
19
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
16
20
|
onPointerDownOutside?: ((event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent) => any) | undefined;
|
|
17
21
|
onFocusOutside?: ((event: import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => any) | undefined;
|
|
18
22
|
onInteractOutside?: ((event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent | import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
20
|
-
|
|
21
|
-
}>;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
22
25
|
export default _default;
|
|
23
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ContextMenuGroupProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
4
|
default?(_: {}): any;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuGroupProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuGroupProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
8
|
export default _default;
|
|
7
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { ContextMenuItemProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuItemProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
9
|
+
inset?: boolean;
|
|
6
10
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
11
|
select: (event: Event) => void;
|
|
8
12
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuItemProps & {
|
|
9
|
-
class?:
|
|
10
|
-
inset?: boolean
|
|
13
|
+
class?: HTMLAttributes["class"];
|
|
14
|
+
inset?: boolean;
|
|
11
15
|
}>>> & Readonly<{
|
|
12
16
|
onSelect?: ((event: Event) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
14
|
-
|
|
15
|
-
}>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
19
|
export default _default;
|
|
17
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
21
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { ContextMenuLabelProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
class?: any;
|
|
5
|
-
inset?: boolean | undefined;
|
|
6
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuLabelProps & {
|
|
7
|
-
class?: any;
|
|
8
|
-
inset?: boolean | undefined;
|
|
9
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
4
|
+
declare function __VLS_template(): {
|
|
10
5
|
default?(_: {}): any;
|
|
11
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuLabelProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
9
|
+
inset?: boolean;
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuLabelProps & {
|
|
11
|
+
class?: HTMLAttributes["class"];
|
|
12
|
+
inset?: boolean;
|
|
13
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
15
|
export default _default;
|
|
13
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { ContextMenuRadioGroupProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuRadioGroupProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
7
|
"update:modelValue": (payload: string) => void;
|
|
5
8
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuRadioGroupProps>>> & Readonly<{
|
|
6
9
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
12
|
export default _default;
|
|
11
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { ContextMenuRadioItemProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuRadioItemProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
5
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
10
|
select: (event: Event) => void;
|
|
7
11
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuRadioItemProps & {
|
|
8
|
-
class?:
|
|
12
|
+
class?: HTMLAttributes["class"];
|
|
9
13
|
}>>> & Readonly<{
|
|
10
14
|
onSelect?: ((event: Event) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
12
|
-
|
|
13
|
-
}>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
14
17
|
export default _default;
|
|
15
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,9 +2,9 @@ import { HTMLAttributes } from 'vue';
|
|
|
2
2
|
import { ContextMenuSeparatorProps } from 'radix-vue';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSeparatorProps & {
|
|
5
|
-
class?: HTMLAttributes[
|
|
5
|
+
class?: HTMLAttributes["class"];
|
|
6
6
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSeparatorProps & {
|
|
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,10 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class?: any;
|
|
5
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
6
4
|
default?(_: {}): any;
|
|
7
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
class?: HTMLAttributes["class"];
|
|
8
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
class?: HTMLAttributes["class"];
|
|
10
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
12
|
export default _default;
|
|
9
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { ContextMenuSubProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSubProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
7
|
"update:open": (payload: boolean) => void;
|
|
5
8
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSubProps>>> & Readonly<{
|
|
6
9
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
12
|
export default _default;
|
|
11
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { DropdownMenuSubContentProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubContentProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
5
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
10
|
closeAutoFocus: (event: Event) => void;
|
|
7
11
|
escapeKeyDown: (event: KeyboardEvent) => void;
|
|
@@ -11,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
11
15
|
focusOutside: (event: import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => void;
|
|
12
16
|
interactOutside: (event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent | import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => void;
|
|
13
17
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubContentProps & {
|
|
14
|
-
class?:
|
|
18
|
+
class?: HTMLAttributes["class"];
|
|
15
19
|
}>>> & Readonly<{
|
|
16
20
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
17
21
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -20,9 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
20
24
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
21
25
|
onFocusOutside?: ((event: import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => any) | undefined;
|
|
22
26
|
onInteractOutside?: ((event: import('radix-vue/dist/DismissableLayer').PointerDownOutsideEvent | import('radix-vue/dist/DismissableLayer').FocusOutsideEvent) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
24
|
-
|
|
25
|
-
}>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
29
|
export default _default;
|
|
27
30
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
31
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
1
2
|
import { ContextMenuSubTriggerProps } from 'radix-vue';
|
|
2
3
|
|
|
3
|
-
declare
|
|
4
|
-
class?: any;
|
|
5
|
-
inset?: boolean | undefined;
|
|
6
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSubTriggerProps & {
|
|
7
|
-
class?: any;
|
|
8
|
-
inset?: boolean | undefined;
|
|
9
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
4
|
+
declare function __VLS_template(): {
|
|
10
5
|
default?(_: {}): any;
|
|
11
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSubTriggerProps & {
|
|
8
|
+
class?: HTMLAttributes["class"];
|
|
9
|
+
inset?: boolean;
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuSubTriggerProps & {
|
|
11
|
+
class?: HTMLAttributes["class"];
|
|
12
|
+
inset?: boolean;
|
|
13
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
15
|
export default _default;
|
|
13
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ContextMenuTriggerProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
4
|
default?(_: {}): any;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuTriggerProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ContextMenuTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
8
|
export default _default;
|
|
7
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { DialogRootProps } from 'radix-vue';
|
|
2
2
|
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
7
|
"update:open": (value: boolean) => void;
|
|
5
8
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps>>> & Readonly<{
|
|
6
9
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
12
|
export default _default;
|
|
11
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|