@bitrix24/b24ui-nuxt 2.1.6 → 2.1.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/.nuxt/b24ui.css +17 -0
- package/dist/meta.d.mts +7 -7
- package/dist/meta.mjs +7 -7
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Accordion.d.vue.ts +3 -3
- package/dist/runtime/components/Accordion.vue.d.ts +3 -3
- package/dist/runtime/components/Advice.d.vue.ts +1 -4
- package/dist/runtime/components/Advice.vue.d.ts +1 -4
- package/dist/runtime/components/Alert.d.vue.ts +1 -4
- package/dist/runtime/components/Alert.vue.d.ts +1 -4
- package/dist/runtime/components/App.d.vue.ts +3 -1
- package/dist/runtime/components/App.vue.d.ts +3 -1
- package/dist/runtime/components/Badge.d.vue.ts +1 -4
- package/dist/runtime/components/Badge.vue.d.ts +1 -4
- package/dist/runtime/components/Breadcrumb.d.vue.ts +3 -1
- package/dist/runtime/components/Breadcrumb.vue.d.ts +3 -1
- package/dist/runtime/components/Button.d.vue.ts +1 -4
- package/dist/runtime/components/Button.vue.d.ts +1 -4
- package/dist/runtime/components/Calendar.d.vue.ts +3 -6
- package/dist/runtime/components/Calendar.vue.d.ts +3 -6
- package/dist/runtime/components/ChatMessage.d.vue.ts +1 -3
- package/dist/runtime/components/ChatMessage.vue.d.ts +1 -3
- package/dist/runtime/components/ChatMessages.d.vue.ts +1 -6
- package/dist/runtime/components/ChatMessages.vue.d.ts +1 -6
- package/dist/runtime/components/ChatPrompt.d.vue.ts +2 -7
- package/dist/runtime/components/ChatPrompt.vue.d.ts +2 -7
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +7 -13
- package/dist/runtime/components/ChatPromptSubmit.vue +6 -6
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +7 -13
- package/dist/runtime/components/CheckboxGroup.d.vue.ts +3 -4
- package/dist/runtime/components/CheckboxGroup.vue.d.ts +3 -4
- package/dist/runtime/components/Chip.d.vue.ts +1 -6
- package/dist/runtime/components/Chip.vue.d.ts +1 -6
- package/dist/runtime/components/Collapsible.d.vue.ts +1 -3
- package/dist/runtime/components/Collapsible.vue.d.ts +1 -3
- package/dist/runtime/components/ColorPicker.d.vue.ts +1 -5
- package/dist/runtime/components/ColorPicker.vue.d.ts +1 -5
- package/dist/runtime/components/CommandPalette.d.vue.ts +6 -11
- package/dist/runtime/components/CommandPalette.vue.d.ts +6 -11
- package/dist/runtime/components/ContextMenu.d.vue.ts +3 -3
- package/dist/runtime/components/ContextMenu.vue.d.ts +3 -3
- package/dist/runtime/components/ContextMenuContent.d.vue.ts +3 -7
- package/dist/runtime/components/ContextMenuContent.vue.d.ts +3 -7
- package/dist/runtime/components/Countdown.d.vue.ts +1 -10
- package/dist/runtime/components/Countdown.vue.d.ts +1 -10
- package/dist/runtime/components/DashboardGroup.d.vue.ts +1 -4
- package/dist/runtime/components/DashboardGroup.vue.d.ts +1 -4
- package/dist/runtime/components/DashboardSearch.d.vue.ts +2 -7
- package/dist/runtime/components/DashboardSearch.vue.d.ts +2 -7
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +1 -6
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +1 -6
- package/dist/runtime/components/DescriptionList.d.vue.ts +3 -1
- package/dist/runtime/components/DescriptionList.vue.d.ts +3 -1
- package/dist/runtime/components/DropdownMenu.d.vue.ts +3 -3
- package/dist/runtime/components/DropdownMenu.vue.d.ts +3 -3
- package/dist/runtime/components/DropdownMenuContent.d.vue.ts +3 -7
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +3 -7
- package/dist/runtime/components/Empty.d.vue.ts +1 -3
- package/dist/runtime/components/Empty.vue.d.ts +1 -3
- package/dist/runtime/components/Error.d.vue.ts +1 -4
- package/dist/runtime/components/Error.vue.d.ts +1 -4
- package/dist/runtime/components/FieldGroup.d.vue.ts +1 -4
- package/dist/runtime/components/FieldGroup.vue.d.ts +1 -4
- package/dist/runtime/components/FileUpload.d.vue.ts +3 -4
- package/dist/runtime/components/FileUpload.vue.d.ts +3 -4
- package/dist/runtime/components/Form.d.vue.ts +3 -4
- package/dist/runtime/components/Form.vue.d.ts +3 -4
- package/dist/runtime/components/Input.d.vue.ts +4 -6
- package/dist/runtime/components/Input.vue.d.ts +4 -6
- package/dist/runtime/components/InputDate.d.vue.ts +3 -7
- package/dist/runtime/components/InputDate.vue.d.ts +3 -7
- package/dist/runtime/components/InputMenu.d.vue.ts +6 -14
- package/dist/runtime/components/InputMenu.vue.d.ts +6 -14
- package/dist/runtime/components/InputNumber.d.vue.ts +3 -5
- package/dist/runtime/components/InputNumber.vue.d.ts +3 -5
- package/dist/runtime/components/InputTags.d.vue.ts +4 -10
- package/dist/runtime/components/InputTags.vue.d.ts +4 -10
- package/dist/runtime/components/InputTime.d.vue.ts +1 -3
- package/dist/runtime/components/InputTime.vue.d.ts +1 -3
- package/dist/runtime/components/Kbd.d.vue.ts +1 -4
- package/dist/runtime/components/Kbd.vue.d.ts +1 -4
- package/dist/runtime/components/Link.d.vue.ts +1 -7
- package/dist/runtime/components/Link.vue.d.ts +1 -7
- package/dist/runtime/components/LinkBase.d.vue.ts +1 -4
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -4
- package/dist/runtime/components/Modal.d.vue.ts +1 -10
- package/dist/runtime/components/Modal.vue.d.ts +1 -10
- package/dist/runtime/components/Navbar.d.vue.ts +1 -3
- package/dist/runtime/components/Navbar.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarDivider.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarSection.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarSection.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarSpacer.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -3
- package/dist/runtime/components/NavigationMenu.d.vue.ts +3 -3
- package/dist/runtime/components/NavigationMenu.vue.d.ts +3 -3
- package/dist/runtime/components/PageCard.d.vue.ts +1 -3
- package/dist/runtime/components/PageCard.vue.d.ts +1 -3
- package/dist/runtime/components/PageLinks.d.vue.ts +3 -1
- package/dist/runtime/components/PageLinks.vue.d.ts +3 -1
- package/dist/runtime/components/PageList.d.vue.ts +1 -3
- package/dist/runtime/components/PageList.vue.d.ts +1 -3
- package/dist/runtime/components/Pagination.d.vue.ts +1 -9
- package/dist/runtime/components/Pagination.vue.d.ts +1 -9
- package/dist/runtime/components/PinInput.d.vue.ts +3 -6
- package/dist/runtime/components/PinInput.vue.d.ts +3 -6
- package/dist/runtime/components/Popover.d.vue.ts +3 -4
- package/dist/runtime/components/Popover.vue.d.ts +3 -4
- package/dist/runtime/components/Progress.d.vue.ts +1 -5
- package/dist/runtime/components/Progress.vue.d.ts +1 -5
- package/dist/runtime/components/RadioGroup.d.vue.ts +3 -4
- package/dist/runtime/components/RadioGroup.vue.d.ts +3 -4
- package/dist/runtime/components/Range.d.vue.ts +3 -4
- package/dist/runtime/components/Range.vue +2 -2
- package/dist/runtime/components/Range.vue.d.ts +3 -4
- package/dist/runtime/components/Select.d.vue.ts +3 -7
- package/dist/runtime/components/Select.vue.d.ts +3 -7
- package/dist/runtime/components/SelectMenu.d.vue.ts +6 -13
- package/dist/runtime/components/SelectMenu.vue.d.ts +6 -13
- package/dist/runtime/components/Separator.d.vue.ts +1 -6
- package/dist/runtime/components/Separator.vue.d.ts +1 -6
- package/dist/runtime/components/Sidebar.d.vue.ts +1 -3
- package/dist/runtime/components/Sidebar.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarBody.d.vue.ts +1 -4
- package/dist/runtime/components/SidebarBody.vue.d.ts +1 -4
- package/dist/runtime/components/SidebarFooter.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarFooter.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarHeader.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarHeader.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarHeading.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarHeading.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarLayout.d.vue.ts +1 -6
- package/dist/runtime/components/SidebarLayout.vue.d.ts +1 -6
- package/dist/runtime/components/SidebarSection.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarSection.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarSpacer.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +1 -3
- package/dist/runtime/components/Skeleton.d.vue.ts +1 -3
- package/dist/runtime/components/Skeleton.vue.d.ts +1 -3
- package/dist/runtime/components/Slideover.d.vue.ts +1 -11
- package/dist/runtime/components/Slideover.vue.d.ts +1 -11
- package/dist/runtime/components/Stepper.d.vue.ts +3 -5
- package/dist/runtime/components/Stepper.vue.d.ts +3 -5
- package/dist/runtime/components/Table.d.vue.ts +3 -15
- package/dist/runtime/components/Table.vue +22 -3
- package/dist/runtime/components/Table.vue.d.ts +3 -15
- package/dist/runtime/components/TableWrapper.d.vue.ts +1 -4
- package/dist/runtime/components/TableWrapper.vue.d.ts +1 -4
- package/dist/runtime/components/Tabs.d.vue.ts +3 -3
- package/dist/runtime/components/Tabs.vue.d.ts +3 -3
- package/dist/runtime/components/Textarea.d.vue.ts +4 -6
- package/dist/runtime/components/Textarea.vue.d.ts +4 -6
- package/dist/runtime/components/Timeline.d.vue.ts +3 -3
- package/dist/runtime/components/Timeline.vue.d.ts +3 -3
- package/dist/runtime/components/Toast.d.vue.ts +1 -5
- package/dist/runtime/components/Toast.vue.d.ts +1 -5
- package/dist/runtime/components/Toaster.d.vue.ts +1 -8
- package/dist/runtime/components/Toaster.vue.d.ts +1 -8
- package/dist/runtime/components/Tooltip.d.vue.ts +1 -4
- package/dist/runtime/components/Tooltip.vue.d.ts +1 -4
- package/dist/runtime/components/User.d.vue.ts +1 -3
- package/dist/runtime/components/User.vue.d.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
- package/dist/runtime/components/content/ContentSearch.d.vue.ts +4 -4
- package/dist/runtime/components/content/ContentSearch.vue.d.ts +4 -4
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +1 -6
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +1 -6
- package/dist/runtime/components/content/ContentSurround.d.vue.ts +3 -1
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +3 -1
- package/dist/runtime/components/content/ContentToc.d.vue.ts +3 -4
- package/dist/runtime/components/content/ContentToc.vue.d.ts +3 -4
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +1 -5
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -5
- package/dist/runtime/components/prose/Accordion.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Accordion.vue.d.ts +1 -3
- package/dist/runtime/components/prose/CodeGroup.d.vue.ts +1 -3
- package/dist/runtime/components/prose/CodeGroup.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H1.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H1.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H2.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H2.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H3.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H3.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H4.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H4.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H5.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H5.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H6.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H6.vue.d.ts +1 -3
- package/dist/runtime/components/prose/Img.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Img.vue.d.ts +1 -3
- package/dist/runtime/components/prose/P.d.vue.ts +1 -4
- package/dist/runtime/components/prose/P.vue.d.ts +1 -4
- package/dist/runtime/components/prose/Table.d.vue.ts +1 -7
- package/dist/runtime/components/prose/Table.vue.d.ts +1 -7
- package/dist/runtime/components/prose/Tabs.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Tabs.vue.d.ts +1 -3
- package/dist/runtime/components/prose/callout/Caution.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Caution.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Note.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Note.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Tip.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Tip.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Warning.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Warning.vue.d.ts +2 -2
- package/dist/runtime/inertia/components/Link.d.vue.ts +1 -7
- package/dist/runtime/inertia/components/Link.vue.d.ts +1 -7
- package/dist/runtime/inertia/components/LinkBase.d.vue.ts +1 -4
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -4
- package/dist/runtime/vue/components/Link.d.vue.ts +1 -7
- package/dist/runtime/vue/components/Link.vue.d.ts +1 -7
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
- package/dist/shared/{b24ui-nuxt.DwYJyZL6.mjs → b24ui-nuxt.CyWhhgYE.mjs} +30 -13
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +11 -7
|
@@ -24,9 +24,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Collap
|
|
|
24
24
|
"update:open": (value: boolean) => any;
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<CollapsibleProps> & Readonly<{
|
|
26
26
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
unmountOnHide: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
|
|
30
28
|
declare const _default: typeof __VLS_export;
|
|
31
29
|
export default _default;
|
|
32
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -24,9 +24,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Collap
|
|
|
24
24
|
"update:open": (value: boolean) => any;
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<CollapsibleProps> & Readonly<{
|
|
26
26
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
unmountOnHide: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
|
|
30
28
|
declare const _default: typeof __VLS_export;
|
|
31
29
|
export default _default;
|
|
32
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -40,10 +40,6 @@ declare const __VLS_export: import("vue").DefineComponent<ColorPickerProps & {
|
|
|
40
40
|
modelValue?: string;
|
|
41
41
|
}> & Readonly<{
|
|
42
42
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
43
|
-
}>, {
|
|
44
|
-
defaultValue: string;
|
|
45
|
-
throttle: number;
|
|
46
|
-
format: "hex" | "rgb" | "hsl" | "cmyk" | "lab";
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
44
|
declare const _default: typeof __VLS_export;
|
|
49
45
|
export default _default;
|
|
@@ -40,10 +40,6 @@ declare const __VLS_export: import("vue").DefineComponent<ColorPickerProps & {
|
|
|
40
40
|
modelValue?: string;
|
|
41
41
|
}> & Readonly<{
|
|
42
42
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
43
|
-
}>, {
|
|
44
|
-
defaultValue: string;
|
|
45
|
-
throttle: number;
|
|
46
|
-
format: "hex" | "rgb" | "hsl" | "cmyk" | "lab";
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
44
|
declare const _default: typeof __VLS_export;
|
|
49
45
|
export default _default;
|
|
@@ -200,17 +200,12 @@ export type CommandPaletteSlots<G extends CommandPaletteGroup<T> = CommandPalett
|
|
|
200
200
|
declare const __VLS_export: <G extends CommandPaletteGroup<T>, T extends CommandPaletteItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
201
201
|
props: __VLS_PrettifyLocal<(CommandPaletteProps<G, T> & {
|
|
202
202
|
searchTerm?: string;
|
|
203
|
-
}) & {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
} | undefined) => any) | undefined;
|
|
210
|
-
onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
|
|
211
|
-
onLeave?: ((event: Event) => any) | undefined;
|
|
212
|
-
"onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
213
|
-
}> & import("vue").PublicProps;
|
|
203
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: T) => void) & ((evt: "highlight", payload: {
|
|
204
|
+
ref: HTMLElement;
|
|
205
|
+
value: T;
|
|
206
|
+
} | undefined) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "leave", event: Event) => void) & ((evt: "update:searchTerm", value: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
207
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
208
|
+
} ? P : {});
|
|
214
209
|
expose: (exposed: {}) => void;
|
|
215
210
|
attrs: any;
|
|
216
211
|
slots: CommandPaletteSlots<G, T>;
|
|
@@ -200,17 +200,12 @@ export type CommandPaletteSlots<G extends CommandPaletteGroup<T> = CommandPalett
|
|
|
200
200
|
declare const __VLS_export: <G extends CommandPaletteGroup<T>, T extends CommandPaletteItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
201
201
|
props: __VLS_PrettifyLocal<(CommandPaletteProps<G, T> & {
|
|
202
202
|
searchTerm?: string;
|
|
203
|
-
}) & {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
} | undefined) => any) | undefined;
|
|
210
|
-
onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
|
|
211
|
-
onLeave?: ((event: Event) => any) | undefined;
|
|
212
|
-
"onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
213
|
-
}> & import("vue").PublicProps;
|
|
203
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: T) => void) & ((evt: "highlight", payload: {
|
|
204
|
+
ref: HTMLElement;
|
|
205
|
+
value: T;
|
|
206
|
+
} | undefined) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "leave", event: Event) => void) & ((evt: "update:searchTerm", value: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
207
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
208
|
+
} ? P : {});
|
|
214
209
|
expose: (exposed: {}) => void;
|
|
215
210
|
attrs: any;
|
|
216
211
|
slots: CommandPaletteSlots<G, T>;
|
|
@@ -112,9 +112,9 @@ export type ContextMenuSlots<A extends ArrayOrNested<ContextMenuItem> = ArrayOrN
|
|
|
112
112
|
b24ui: ContextMenu['b24ui'];
|
|
113
113
|
}>;
|
|
114
114
|
declare const __VLS_export: <T extends ArrayOrNested<ContextMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
115
|
-
props: __VLS_PrettifyLocal<ContextMenuProps<T> & {
|
|
116
|
-
|
|
117
|
-
}
|
|
115
|
+
props: __VLS_PrettifyLocal<ContextMenuProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:open", payload: boolean) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
116
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
117
|
+
} ? P : {});
|
|
118
118
|
expose: (exposed: {}) => void;
|
|
119
119
|
attrs: any;
|
|
120
120
|
slots: ContextMenuSlots<T, NestedItem<T>>;
|
|
@@ -112,9 +112,9 @@ export type ContextMenuSlots<A extends ArrayOrNested<ContextMenuItem> = ArrayOrN
|
|
|
112
112
|
b24ui: ContextMenu['b24ui'];
|
|
113
113
|
}>;
|
|
114
114
|
declare const __VLS_export: <T extends ArrayOrNested<ContextMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
115
|
-
props: __VLS_PrettifyLocal<ContextMenuProps<T> & {
|
|
116
|
-
|
|
117
|
-
}
|
|
115
|
+
props: __VLS_PrettifyLocal<ContextMenuProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:open", payload: boolean) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
116
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
117
|
+
} ? P : {});
|
|
118
118
|
expose: (exposed: {}) => void;
|
|
119
119
|
attrs: any;
|
|
120
120
|
slots: ContextMenuSlots<T, NestedItem<T>>;
|
|
@@ -29,13 +29,9 @@ interface ContextMenuContentProps<T extends ArrayOrNested<ContextMenuItem>> exte
|
|
|
29
29
|
b24uiOverride?: ContextMenu['slots'];
|
|
30
30
|
}
|
|
31
31
|
declare const __VLS_export: <T extends ArrayOrNested<ContextMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
32
|
-
props: __VLS_PrettifyLocal<ContextMenuContentProps<T> & {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
36
|
-
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
37
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
38
|
-
}> & import("vue").PublicProps;
|
|
32
|
+
props: __VLS_PrettifyLocal<ContextMenuContentProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: import("reka-ui").PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: import("reka-ui").FocusOutsideEvent) => void) & ((evt: "interactOutside", event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
33
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
34
|
+
} ? P : {});
|
|
39
35
|
expose: (exposed: {}) => void;
|
|
40
36
|
attrs: any;
|
|
41
37
|
slots: ContextMenuSlots<T>;
|
|
@@ -29,13 +29,9 @@ interface ContextMenuContentProps<T extends ArrayOrNested<ContextMenuItem>> exte
|
|
|
29
29
|
b24uiOverride?: ContextMenu['slots'];
|
|
30
30
|
}
|
|
31
31
|
declare const __VLS_export: <T extends ArrayOrNested<ContextMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
32
|
-
props: __VLS_PrettifyLocal<ContextMenuContentProps<T> & {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
36
|
-
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
37
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
38
|
-
}> & import("vue").PublicProps;
|
|
32
|
+
props: __VLS_PrettifyLocal<ContextMenuContentProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: import("reka-ui").PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: import("reka-ui").FocusOutsideEvent) => void) & ((evt: "interactOutside", event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
33
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
34
|
+
} ? P : {});
|
|
39
35
|
expose: (exposed: {}) => void;
|
|
40
36
|
attrs: any;
|
|
41
37
|
slots: ContextMenuSlots<T>;
|
|
@@ -93,16 +93,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Countd
|
|
|
93
93
|
onAbort?: (() => any) | undefined;
|
|
94
94
|
onProgress?: ((value: CountdownData) => any) | undefined;
|
|
95
95
|
onStart?: (() => any) | undefined;
|
|
96
|
-
}>, {
|
|
97
|
-
as: any;
|
|
98
|
-
emitEvents: boolean;
|
|
99
|
-
seconds: number | string;
|
|
100
|
-
showMinutes: boolean;
|
|
101
|
-
useCircle: boolean;
|
|
102
|
-
interval: number;
|
|
103
|
-
needStartImmediately: boolean;
|
|
104
|
-
now: () => number;
|
|
105
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CountdownSlots>;
|
|
96
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CountdownSlots>;
|
|
106
97
|
declare const _default: typeof __VLS_export;
|
|
107
98
|
export default _default;
|
|
108
99
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -93,16 +93,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Countd
|
|
|
93
93
|
onAbort?: (() => any) | undefined;
|
|
94
94
|
onProgress?: ((value: CountdownData) => any) | undefined;
|
|
95
95
|
onStart?: (() => any) | undefined;
|
|
96
|
-
}>, {
|
|
97
|
-
as: any;
|
|
98
|
-
emitEvents: boolean;
|
|
99
|
-
seconds: number | string;
|
|
100
|
-
showMinutes: boolean;
|
|
101
|
-
useCircle: boolean;
|
|
102
|
-
interval: number;
|
|
103
|
-
needStartImmediately: boolean;
|
|
104
|
-
now: () => number;
|
|
105
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CountdownSlots>;
|
|
96
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CountdownSlots>;
|
|
106
97
|
declare const _default: typeof __VLS_export;
|
|
107
98
|
export default _default;
|
|
108
99
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -10,10 +10,7 @@ export interface DashboardGroupProps extends Pick<UseLoadingProps, 'id' | 'stora
|
|
|
10
10
|
export interface DashboardGroupSlots {
|
|
11
11
|
default(props?: {}): any;
|
|
12
12
|
}
|
|
13
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardGroupProps> & Readonly<{}>, {
|
|
14
|
-
storage: "cookie" | "local";
|
|
15
|
-
storageKey: string;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardGroupSlots>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardGroupSlots>;
|
|
17
14
|
declare const _default: typeof __VLS_export;
|
|
18
15
|
export default _default;
|
|
19
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -10,10 +10,7 @@ export interface DashboardGroupProps extends Pick<UseLoadingProps, 'id' | 'stora
|
|
|
10
10
|
export interface DashboardGroupSlots {
|
|
11
11
|
default(props?: {}): any;
|
|
12
12
|
}
|
|
13
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardGroupProps> & Readonly<{}>, {
|
|
14
|
-
storage: "cookie" | "local";
|
|
15
|
-
storageKey: string;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardGroupSlots>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardGroupSlots>;
|
|
17
14
|
declare const _default: typeof __VLS_export;
|
|
18
15
|
export default _default;
|
|
19
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -67,7 +67,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Dashbo
|
|
|
67
67
|
open?: boolean;
|
|
68
68
|
searchTerm?: string;
|
|
69
69
|
}, {
|
|
70
|
-
commandPaletteRef: Readonly<import("vue").ShallowRef<
|
|
70
|
+
commandPaletteRef: Readonly<import("vue").ShallowRef<any>>;
|
|
71
71
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
72
72
|
"update:open": (value: boolean) => any;
|
|
73
73
|
"update:searchTerm": (value: string) => any;
|
|
@@ -77,12 +77,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Dashbo
|
|
|
77
77
|
}> & Readonly<{
|
|
78
78
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
79
79
|
"onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
80
|
-
}>, {
|
|
81
|
-
close: boolean | Partial<ButtonProps>;
|
|
82
|
-
colorMode: boolean;
|
|
83
|
-
fullscreen: boolean;
|
|
84
|
-
shortcut: string;
|
|
85
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardSearchSlots>;
|
|
80
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardSearchSlots>;
|
|
86
81
|
declare const _default: typeof __VLS_export;
|
|
87
82
|
export default _default;
|
|
88
83
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -67,7 +67,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Dashbo
|
|
|
67
67
|
open?: boolean;
|
|
68
68
|
searchTerm?: string;
|
|
69
69
|
}, {
|
|
70
|
-
commandPaletteRef: Readonly<import("vue").ShallowRef<
|
|
70
|
+
commandPaletteRef: Readonly<import("vue").ShallowRef<any>>;
|
|
71
71
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
72
72
|
"update:open": (value: boolean) => any;
|
|
73
73
|
"update:searchTerm": (value: string) => any;
|
|
@@ -77,12 +77,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Dashbo
|
|
|
77
77
|
}> & Readonly<{
|
|
78
78
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
79
79
|
"onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
80
|
-
}>, {
|
|
81
|
-
close: boolean | Partial<ButtonProps>;
|
|
82
|
-
colorMode: boolean;
|
|
83
|
-
fullscreen: boolean;
|
|
84
|
-
shortcut: string;
|
|
85
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardSearchSlots>;
|
|
80
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, DashboardSearchSlots>;
|
|
86
81
|
declare const _default: typeof __VLS_export;
|
|
87
82
|
export default _default;
|
|
88
83
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -39,12 +39,7 @@ export interface DashboardSearchButtonProps extends Omit<ButtonProps, 'icon' | '
|
|
|
39
39
|
b24ui?: DashboardSearchButton['slots'] & ButtonProps['b24ui'];
|
|
40
40
|
class?: any;
|
|
41
41
|
}
|
|
42
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardSearchButtonProps> & Readonly<{}>, {
|
|
43
|
-
color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
|
|
44
|
-
tooltip: boolean | TooltipProps;
|
|
45
|
-
kbds: KbdProps["value"][] | KbdProps[];
|
|
46
|
-
collapsed: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardSearchButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
48
43
|
declare const _default: typeof __VLS_export;
|
|
49
44
|
export default _default;
|
|
50
45
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -39,12 +39,7 @@ export interface DashboardSearchButtonProps extends Omit<ButtonProps, 'icon' | '
|
|
|
39
39
|
b24ui?: DashboardSearchButton['slots'] & ButtonProps['b24ui'];
|
|
40
40
|
class?: any;
|
|
41
41
|
}
|
|
42
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardSearchButtonProps> & Readonly<{}>, {
|
|
43
|
-
color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
|
|
44
|
-
tooltip: boolean | TooltipProps;
|
|
45
|
-
kbds: KbdProps["value"][] | KbdProps[];
|
|
46
|
-
collapsed: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<DashboardSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DashboardSearchButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
48
43
|
declare const _default: typeof __VLS_export;
|
|
49
44
|
export default _default;
|
|
50
45
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -80,7 +80,9 @@ export type DescriptionListSlots<T extends DescriptionListItem = DescriptionList
|
|
|
80
80
|
b24ui: DescriptionList['b24ui'];
|
|
81
81
|
}>;
|
|
82
82
|
declare const __VLS_export: <T extends DescriptionListItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
83
|
-
props: __VLS_PrettifyLocal<DescriptionListProps<T>> & import("vue").PublicProps
|
|
83
|
+
props: __VLS_PrettifyLocal<DescriptionListProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
84
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
85
|
+
} ? P : {});
|
|
84
86
|
expose: (exposed: {}) => void;
|
|
85
87
|
attrs: any;
|
|
86
88
|
slots: DescriptionListSlots<T>;
|
|
@@ -80,7 +80,9 @@ export type DescriptionListSlots<T extends DescriptionListItem = DescriptionList
|
|
|
80
80
|
b24ui: DescriptionList['b24ui'];
|
|
81
81
|
}>;
|
|
82
82
|
declare const __VLS_export: <T extends DescriptionListItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
83
|
-
props: __VLS_PrettifyLocal<DescriptionListProps<T>> & import("vue").PublicProps
|
|
83
|
+
props: __VLS_PrettifyLocal<DescriptionListProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
84
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
85
|
+
} ? P : {});
|
|
84
86
|
expose: (exposed: {}) => void;
|
|
85
87
|
attrs: any;
|
|
86
88
|
slots: DescriptionListSlots<T>;
|
|
@@ -119,9 +119,9 @@ export type DropdownMenuSlots<A extends ArrayOrNested<DropdownMenuItem> = ArrayO
|
|
|
119
119
|
b24ui: DropdownMenu['b24ui'];
|
|
120
120
|
}>;
|
|
121
121
|
declare const __VLS_export: <T extends ArrayOrNested<DropdownMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
122
|
-
props: __VLS_PrettifyLocal<DropdownMenuProps<T> & {
|
|
123
|
-
|
|
124
|
-
}
|
|
122
|
+
props: __VLS_PrettifyLocal<DropdownMenuProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:open", payload: boolean) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
123
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
124
|
+
} ? P : {});
|
|
125
125
|
expose: (exposed: {}) => void;
|
|
126
126
|
attrs: any;
|
|
127
127
|
slots: DropdownMenuSlots<T, NestedItem<T>>;
|
|
@@ -119,9 +119,9 @@ export type DropdownMenuSlots<A extends ArrayOrNested<DropdownMenuItem> = ArrayO
|
|
|
119
119
|
b24ui: DropdownMenu['b24ui'];
|
|
120
120
|
}>;
|
|
121
121
|
declare const __VLS_export: <T extends ArrayOrNested<DropdownMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
122
|
-
props: __VLS_PrettifyLocal<DropdownMenuProps<T> & {
|
|
123
|
-
|
|
124
|
-
}
|
|
122
|
+
props: __VLS_PrettifyLocal<DropdownMenuProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:open", payload: boolean) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
123
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
124
|
+
} ? P : {});
|
|
125
125
|
expose: (exposed: {}) => void;
|
|
126
126
|
attrs: any;
|
|
127
127
|
slots: DropdownMenuSlots<T, NestedItem<T>>;
|
|
@@ -40,13 +40,9 @@ type DropdownMenuContentSlots<A extends ArrayOrNested<DropdownMenuItem> = ArrayO
|
|
|
40
40
|
b24ui: DropdownMenu['b24ui'];
|
|
41
41
|
}>;
|
|
42
42
|
declare const __VLS_export: <T extends ArrayOrNested<DropdownMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
43
|
-
props: __VLS_PrettifyLocal<DropdownMenuContentProps<T> & {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
47
|
-
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
48
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
49
|
-
}> & import("vue").PublicProps;
|
|
43
|
+
props: __VLS_PrettifyLocal<DropdownMenuContentProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: import("reka-ui").PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: import("reka-ui").FocusOutsideEvent) => void) & ((evt: "interactOutside", event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
44
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
45
|
+
} ? P : {});
|
|
50
46
|
expose: (exposed: {}) => void;
|
|
51
47
|
attrs: any;
|
|
52
48
|
slots: DropdownMenuContentSlots<T, NestedItem<T>>;
|
|
@@ -40,13 +40,9 @@ type DropdownMenuContentSlots<A extends ArrayOrNested<DropdownMenuItem> = ArrayO
|
|
|
40
40
|
b24ui: DropdownMenu['b24ui'];
|
|
41
41
|
}>;
|
|
42
42
|
declare const __VLS_export: <T extends ArrayOrNested<DropdownMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
43
|
-
props: __VLS_PrettifyLocal<DropdownMenuContentProps<T> & {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
47
|
-
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
48
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
49
|
-
}> & import("vue").PublicProps;
|
|
43
|
+
props: __VLS_PrettifyLocal<DropdownMenuContentProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: import("reka-ui").PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: import("reka-ui").FocusOutsideEvent) => void) & ((evt: "interactOutside", event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
44
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
45
|
+
} ? P : {});
|
|
50
46
|
expose: (exposed: {}) => void;
|
|
51
47
|
attrs: any;
|
|
52
48
|
slots: DropdownMenuContentSlots<T, NestedItem<T>>;
|
|
@@ -48,9 +48,7 @@ export interface EmptySlots {
|
|
|
48
48
|
actions(props?: {}): any;
|
|
49
49
|
footer(props?: {}): any;
|
|
50
50
|
}
|
|
51
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
|
|
52
|
-
inverted: boolean;
|
|
53
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, EmptySlots>;
|
|
51
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, EmptySlots>;
|
|
54
52
|
declare const _default: typeof __VLS_export;
|
|
55
53
|
export default _default;
|
|
56
54
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -48,9 +48,7 @@ export interface EmptySlots {
|
|
|
48
48
|
actions(props?: {}): any;
|
|
49
49
|
footer(props?: {}): any;
|
|
50
50
|
}
|
|
51
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
|
|
52
|
-
inverted: boolean;
|
|
53
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, EmptySlots>;
|
|
51
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, EmptySlots>;
|
|
54
52
|
declare const _default: typeof __VLS_export;
|
|
55
53
|
export default _default;
|
|
56
54
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -34,10 +34,7 @@ export interface ErrorSlots {
|
|
|
34
34
|
message(props?: {}): any;
|
|
35
35
|
links(props?: {}): any;
|
|
36
36
|
}
|
|
37
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ErrorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ErrorProps> & Readonly<{}>, {
|
|
38
|
-
redirect: string;
|
|
39
|
-
clear: boolean | Partial<ButtonProps>;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ErrorSlots>;
|
|
37
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ErrorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ErrorSlots>;
|
|
41
38
|
declare const _default: typeof __VLS_export;
|
|
42
39
|
export default _default;
|
|
43
40
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -34,10 +34,7 @@ export interface ErrorSlots {
|
|
|
34
34
|
message(props?: {}): any;
|
|
35
35
|
links(props?: {}): any;
|
|
36
36
|
}
|
|
37
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ErrorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ErrorProps> & Readonly<{}>, {
|
|
38
|
-
redirect: string;
|
|
39
|
-
clear: boolean | Partial<ButtonProps>;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ErrorSlots>;
|
|
37
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ErrorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ErrorSlots>;
|
|
41
38
|
declare const _default: typeof __VLS_export;
|
|
42
39
|
export default _default;
|
|
43
40
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -28,10 +28,7 @@ export interface FieldGroupProps {
|
|
|
28
28
|
export interface FieldGroupSlots {
|
|
29
29
|
default(props?: {}): any;
|
|
30
30
|
}
|
|
31
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<FieldGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldGroupProps> & Readonly<{}>, {
|
|
32
|
-
orientation: FieldGroup["variants"]["orientation"];
|
|
33
|
-
noSplit: boolean;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, FieldGroupSlots>;
|
|
31
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<FieldGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, FieldGroupSlots>;
|
|
35
32
|
declare const _default: typeof __VLS_export;
|
|
36
33
|
export default _default;
|
|
37
34
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -28,10 +28,7 @@ export interface FieldGroupProps {
|
|
|
28
28
|
export interface FieldGroupSlots {
|
|
29
29
|
default(props?: {}): any;
|
|
30
30
|
}
|
|
31
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<FieldGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldGroupProps> & Readonly<{}>, {
|
|
32
|
-
orientation: FieldGroup["variants"]["orientation"];
|
|
33
|
-
noSplit: boolean;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, FieldGroupSlots>;
|
|
31
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<FieldGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, FieldGroupSlots>;
|
|
35
32
|
declare const _default: typeof __VLS_export;
|
|
36
33
|
export default _default;
|
|
37
34
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -157,10 +157,9 @@ export interface FileUploadSlots<M extends boolean = false> {
|
|
|
157
157
|
declare const __VLS_export: <M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
158
158
|
props: __VLS_PrettifyLocal<(FileUploadProps<M> & {
|
|
159
159
|
modelValue?: (M extends true ? File[] : File) | null;
|
|
160
|
-
}) & {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
}> & import("vue").PublicProps;
|
|
160
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: (M extends true ? File[] : File) | null | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
161
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
162
|
+
} ? P : {});
|
|
164
163
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
165
164
|
inputRef: Readonly<import("vue").Ref<HTMLInputElement, HTMLInputElement>>;
|
|
166
165
|
dropzoneRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -157,10 +157,9 @@ export interface FileUploadSlots<M extends boolean = false> {
|
|
|
157
157
|
declare const __VLS_export: <M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
158
158
|
props: __VLS_PrettifyLocal<(FileUploadProps<M> & {
|
|
159
159
|
modelValue?: (M extends true ? File[] : File) | null;
|
|
160
|
-
}) & {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
}> & import("vue").PublicProps;
|
|
160
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: (M extends true ? File[] : File) | null | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
161
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
162
|
+
} ? P : {});
|
|
164
163
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
165
164
|
inputRef: Readonly<import("vue").Ref<HTMLInputElement, HTMLInputElement>>;
|
|
166
165
|
dropzoneRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -60,10 +60,9 @@ export interface FormSlots {
|
|
|
60
60
|
}): any;
|
|
61
61
|
}
|
|
62
62
|
declare const __VLS_export: <S extends FormSchema, T extends boolean = true, N extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
63
|
-
props: __VLS_PrettifyLocal<FormProps<S, T, N> & {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}> & import("vue").PublicProps;
|
|
63
|
+
props: __VLS_PrettifyLocal<FormProps<S, T, N> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "error", event: FormErrorEvent) => void) & ((evt: "submit", event: FormSubmitEvent<FormData<S, T>>) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
64
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
65
|
+
} ? P : {});
|
|
67
66
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
68
67
|
validate: {
|
|
69
68
|
<T_1 extends boolean>(opts: {
|
|
@@ -60,10 +60,9 @@ export interface FormSlots {
|
|
|
60
60
|
}): any;
|
|
61
61
|
}
|
|
62
62
|
declare const __VLS_export: <S extends FormSchema, T extends boolean = true, N extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
63
|
-
props: __VLS_PrettifyLocal<FormProps<S, T, N> & {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}> & import("vue").PublicProps;
|
|
63
|
+
props: __VLS_PrettifyLocal<FormProps<S, T, N> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "error", event: FormErrorEvent) => void) & ((evt: "submit", event: FormSubmitEvent<FormData<S, T>>) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
64
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
65
|
+
} ? P : {});
|
|
67
66
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
68
67
|
validate: {
|
|
69
68
|
<T_1 extends boolean>(opts: {
|
|
@@ -97,13 +97,11 @@ export interface InputSlots {
|
|
|
97
97
|
}): any;
|
|
98
98
|
}
|
|
99
99
|
declare const __VLS_export: <T extends InputValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
100
|
-
props: __VLS_PrettifyLocal<InputProps<T> & {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
104
|
-
}> & import("vue").PublicProps;
|
|
100
|
+
props: __VLS_PrettifyLocal<InputProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "update:modelValue", value: T) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
101
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
102
|
+
} ? P : {});
|
|
105
103
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
106
|
-
inputRef: Readonly<import("vue").ShallowRef<
|
|
104
|
+
inputRef: Readonly<import("vue").ShallowRef<any>>;
|
|
107
105
|
}>) => void;
|
|
108
106
|
attrs: any;
|
|
109
107
|
slots: InputSlots;
|
|
@@ -97,13 +97,11 @@ export interface InputSlots {
|
|
|
97
97
|
}): any;
|
|
98
98
|
}
|
|
99
99
|
declare const __VLS_export: <T extends InputValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
100
|
-
props: __VLS_PrettifyLocal<InputProps<T> & {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
104
|
-
}> & import("vue").PublicProps;
|
|
100
|
+
props: __VLS_PrettifyLocal<InputProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "update:modelValue", value: T) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
101
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
102
|
+
} ? P : {});
|
|
105
103
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
106
|
-
inputRef: Readonly<import("vue").ShallowRef<
|
|
104
|
+
inputRef: Readonly<import("vue").ShallowRef<any>>;
|
|
107
105
|
}>) => void;
|
|
108
106
|
attrs: any;
|
|
109
107
|
slots: InputSlots;
|