@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
|
@@ -50,12 +50,9 @@ export type PinInputEmits<T extends PinInputType = 'text'> = PinInputRootEmits<T
|
|
|
50
50
|
blur: [event: Event];
|
|
51
51
|
};
|
|
52
52
|
declare const __VLS_export: <T extends PinInputType>(__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<{
|
|
53
|
-
props: __VLS_PrettifyLocal<PinInputProps<T> & {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"onUpdate:modelValue"?: ((value: [T] extends ["number"] ? number[] : string[]) => any) | undefined;
|
|
57
|
-
onComplete?: ((value: [T] extends ["number"] ? number[] : string[]) => any) | undefined;
|
|
58
|
-
}> & import("vue").PublicProps;
|
|
53
|
+
props: __VLS_PrettifyLocal<PinInputProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: Event) => void) & ((evt: "update:modelValue", value: [T] extends ["number"] ? number[] : string[]) => void) & ((evt: "complete", value: [T] extends ["number"] ? number[] : string[]) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
54
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
55
|
+
} ? P : {});
|
|
59
56
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
60
57
|
inputsRef: import("vue").Ref<ComponentPublicInstance[], ComponentPublicInstance[]>;
|
|
61
58
|
}>) => void;
|
|
@@ -50,12 +50,9 @@ export type PinInputEmits<T extends PinInputType = 'text'> = PinInputRootEmits<T
|
|
|
50
50
|
blur: [event: Event];
|
|
51
51
|
};
|
|
52
52
|
declare const __VLS_export: <T extends PinInputType>(__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<{
|
|
53
|
-
props: __VLS_PrettifyLocal<PinInputProps<T> & {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"onUpdate:modelValue"?: ((value: [T] extends ["number"] ? number[] : string[]) => any) | undefined;
|
|
57
|
-
onComplete?: ((value: [T] extends ["number"] ? number[] : string[]) => any) | undefined;
|
|
58
|
-
}> & import("vue").PublicProps;
|
|
53
|
+
props: __VLS_PrettifyLocal<PinInputProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: Event) => void) & ((evt: "update:modelValue", value: [T] extends ["number"] ? number[] : string[]) => void) & ((evt: "complete", value: [T] extends ["number"] ? number[] : string[]) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
54
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
55
|
+
} ? P : {});
|
|
59
56
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
60
57
|
inputsRef: import("vue").Ref<ComponentPublicInstance[], ComponentPublicInstance[]>;
|
|
61
58
|
}>) => void;
|
|
@@ -55,10 +55,9 @@ export interface PopoverSlots<M extends PopoverMode = PopoverMode> {
|
|
|
55
55
|
anchor(props: SlotProps<M>): any;
|
|
56
56
|
}
|
|
57
57
|
declare const __VLS_export: <M extends PopoverMode>(__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<{
|
|
58
|
-
props: __VLS_PrettifyLocal<PopoverProps<M> & {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}> & import("vue").PublicProps;
|
|
58
|
+
props: __VLS_PrettifyLocal<PopoverProps<M> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "close:prevent") => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
59
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
60
|
+
} ? P : {});
|
|
62
61
|
expose: (exposed: {}) => void;
|
|
63
62
|
attrs: any;
|
|
64
63
|
slots: PopoverSlots<M>;
|
|
@@ -55,10 +55,9 @@ export interface PopoverSlots<M extends PopoverMode = PopoverMode> {
|
|
|
55
55
|
anchor(props: SlotProps<M>): any;
|
|
56
56
|
}
|
|
57
57
|
declare const __VLS_export: <M extends PopoverMode>(__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<{
|
|
58
|
-
props: __VLS_PrettifyLocal<PopoverProps<M> & {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}> & import("vue").PublicProps;
|
|
58
|
+
props: __VLS_PrettifyLocal<PopoverProps<M> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "close:prevent") => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
59
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
60
|
+
} ? P : {});
|
|
62
61
|
expose: (exposed: {}) => void;
|
|
63
62
|
attrs: any;
|
|
64
63
|
slots: PopoverSlots<M>;
|
|
@@ -59,11 +59,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Progre
|
|
|
59
59
|
}, string, import("vue").PublicProps, Readonly<ProgressProps> & Readonly<{
|
|
60
60
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
61
61
|
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
62
|
-
}>, {
|
|
63
|
-
modelValue: number | null;
|
|
64
|
-
inverted: boolean;
|
|
65
|
-
orientation: Progress["variants"]["orientation"];
|
|
66
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProgressSlots>;
|
|
62
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProgressSlots>;
|
|
67
63
|
declare const _default: typeof __VLS_export;
|
|
68
64
|
export default _default;
|
|
69
65
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -59,11 +59,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Progre
|
|
|
59
59
|
}, string, import("vue").PublicProps, Readonly<ProgressProps> & Readonly<{
|
|
60
60
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
61
61
|
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
62
|
-
}>, {
|
|
63
|
-
modelValue: number | null;
|
|
64
|
-
inverted: boolean;
|
|
65
|
-
orientation: Progress["variants"]["orientation"];
|
|
66
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProgressSlots>;
|
|
62
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProgressSlots>;
|
|
67
63
|
declare const _default: typeof __VLS_export;
|
|
68
64
|
export default _default;
|
|
69
65
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -82,10 +82,9 @@ export interface RadioGroupSlots<T extends RadioGroupItem[] = RadioGroupItem[]>
|
|
|
82
82
|
description: SlotProps<T[number]>;
|
|
83
83
|
}
|
|
84
84
|
declare const __VLS_export: <T extends RadioGroupItem[], VK extends GetItemKeys<T> = "value">(__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<{
|
|
85
|
-
props: __VLS_PrettifyLocal<RadioGroupProps<T, VK> & {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}> & import("vue").PublicProps;
|
|
85
|
+
props: __VLS_PrettifyLocal<RadioGroupProps<T, VK> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: import("../types").GetItemValue<T, VK, import("../types").NestedItem<T>>) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
86
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
87
|
+
} ? P : {});
|
|
89
88
|
expose: (exposed: {}) => void;
|
|
90
89
|
attrs: any;
|
|
91
90
|
slots: RadioGroupSlots<T>;
|
|
@@ -82,10 +82,9 @@ export interface RadioGroupSlots<T extends RadioGroupItem[] = RadioGroupItem[]>
|
|
|
82
82
|
description: SlotProps<T[number]>;
|
|
83
83
|
}
|
|
84
84
|
declare const __VLS_export: <T extends RadioGroupItem[], VK extends GetItemKeys<T> = "value">(__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<{
|
|
85
|
-
props: __VLS_PrettifyLocal<RadioGroupProps<T, VK> & {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}> & import("vue").PublicProps;
|
|
85
|
+
props: __VLS_PrettifyLocal<RadioGroupProps<T, VK> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: import("../types").GetItemValue<T, VK, import("../types").NestedItem<T>>) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
86
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
87
|
+
} ? P : {});
|
|
89
88
|
expose: (exposed: {}) => void;
|
|
90
89
|
attrs: any;
|
|
91
90
|
slots: RadioGroupSlots<T>;
|
|
@@ -40,10 +40,9 @@ export interface RangeEmits {
|
|
|
40
40
|
declare const __VLS_export: <T extends number | number[]>(__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<{
|
|
41
41
|
props: __VLS_PrettifyLocal<(RangeProps & {
|
|
42
42
|
modelValue?: T;
|
|
43
|
-
}) & {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}> & import("vue").PublicProps;
|
|
43
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: T | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
44
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
45
|
+
} ? P : {});
|
|
47
46
|
expose: (exposed: {}) => void;
|
|
48
47
|
attrs: any;
|
|
49
48
|
slots: {};
|
|
@@ -87,9 +87,9 @@ function onChange(value) {
|
|
|
87
87
|
disable-closing-trigger
|
|
88
88
|
v-bind="typeof tooltip === 'object' ? tooltip : {}"
|
|
89
89
|
>
|
|
90
|
-
<SliderThumb data-slot="thumb" :class="b24ui.thumb({ class: props.b24ui?.thumb })" />
|
|
90
|
+
<SliderThumb data-slot="thumb" :class="b24ui.thumb({ class: props.b24ui?.thumb })" :aria-label="thumbs === 1 ? 'Thumb' : `Thumb ${thumb} of ${thumbs}`" />
|
|
91
91
|
</B24Tooltip>
|
|
92
|
-
<SliderThumb v-else data-slot="thumb" :class="b24ui.thumb({ class: props.b24ui?.thumb })" />
|
|
92
|
+
<SliderThumb v-else data-slot="thumb" :class="b24ui.thumb({ class: props.b24ui?.thumb })" :aria-label="thumbs === 1 ? 'Thumb' : `Thumb ${thumb} of ${thumbs}`" />
|
|
93
93
|
</template>
|
|
94
94
|
</SliderRoot>
|
|
95
95
|
</template>
|
|
@@ -40,10 +40,9 @@ export interface RangeEmits {
|
|
|
40
40
|
declare const __VLS_export: <T extends number | number[]>(__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<{
|
|
41
41
|
props: __VLS_PrettifyLocal<(RangeProps & {
|
|
42
42
|
modelValue?: T;
|
|
43
|
-
}) & {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}> & import("vue").PublicProps;
|
|
43
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "update:modelValue", value: T | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
44
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
45
|
+
} ? P : {});
|
|
47
46
|
expose: (exposed: {}) => void;
|
|
48
47
|
attrs: any;
|
|
49
48
|
slots: {};
|
|
@@ -165,13 +165,9 @@ export interface SelectSlots<A extends ArrayOrNested<SelectItem> = ArrayOrNested
|
|
|
165
165
|
'content-bottom': (props?: {}) => any;
|
|
166
166
|
}
|
|
167
167
|
declare const __VLS_export: <T extends ArrayOrNested<SelectItem>, VK extends GetItemKeys<T> = "value", 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<{
|
|
168
|
-
props: __VLS_PrettifyLocal<SelectProps<T, VK, M> & {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
172
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
173
|
-
"onUpdate:modelValue"?: ((value: GetModelValue<T, VK, M>) => any) | undefined;
|
|
174
|
-
}> & import("vue").PublicProps;
|
|
168
|
+
props: __VLS_PrettifyLocal<SelectProps<T, VK, M> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "focus", event: FocusEvent) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: GetModelValue<T, VK, M>) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
169
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
170
|
+
} ? P : {});
|
|
175
171
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
176
172
|
triggerRef: Readonly<import("vue").Ref<HTMLButtonElement, HTMLButtonElement>>;
|
|
177
173
|
}>) => void;
|
|
@@ -165,13 +165,9 @@ export interface SelectSlots<A extends ArrayOrNested<SelectItem> = ArrayOrNested
|
|
|
165
165
|
'content-bottom': (props?: {}) => any;
|
|
166
166
|
}
|
|
167
167
|
declare const __VLS_export: <T extends ArrayOrNested<SelectItem>, VK extends GetItemKeys<T> = "value", 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<{
|
|
168
|
-
props: __VLS_PrettifyLocal<SelectProps<T, VK, M> & {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
172
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
173
|
-
"onUpdate:modelValue"?: ((value: GetModelValue<T, VK, M>) => any) | undefined;
|
|
174
|
-
}> & import("vue").PublicProps;
|
|
168
|
+
props: __VLS_PrettifyLocal<SelectProps<T, VK, M> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "focus", event: FocusEvent) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: GetModelValue<T, VK, M>) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
169
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
170
|
+
} ? P : {});
|
|
175
171
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
176
172
|
triggerRef: Readonly<import("vue").Ref<HTMLButtonElement, HTMLButtonElement>>;
|
|
177
173
|
}>) => void;
|
|
@@ -226,19 +226,12 @@ export interface SelectMenuSlots<A extends ArrayOrNested<SelectMenuItem> = Array
|
|
|
226
226
|
declare const __VLS_export: <T extends ArrayOrNested<SelectMenuItem>, VK extends GetItemKeys<T> | undefined = undefined, 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<{
|
|
227
227
|
props: __VLS_PrettifyLocal<(SelectMenuProps<T, VK, M> & {
|
|
228
228
|
searchTerm?: string;
|
|
229
|
-
}) & {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
"onUpdate:modelValue"?: ((value: GetModelValue<T, VK, M>) => any) | undefined;
|
|
236
|
-
onHighlight?: ((payload: {
|
|
237
|
-
ref: HTMLElement;
|
|
238
|
-
value: GetModelValue<T, VK, M>;
|
|
239
|
-
} | undefined) => any) | undefined;
|
|
240
|
-
"onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
241
|
-
}> & import("vue").PublicProps;
|
|
229
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "focus", event: FocusEvent) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "create", item: string) => void) & ((evt: "update:modelValue", value: GetModelValue<T, VK, M>) => void) & ((evt: "highlight", payload: {
|
|
230
|
+
ref: HTMLElement;
|
|
231
|
+
value: GetModelValue<T, VK, M>;
|
|
232
|
+
} | undefined) => void) & ((evt: "update:searchTerm", value: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
233
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
234
|
+
} ? P : {});
|
|
242
235
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
243
236
|
triggerRef: Readonly<import("vue").Ref<HTMLButtonElement, HTMLButtonElement>>;
|
|
244
237
|
}>) => void;
|
|
@@ -226,19 +226,12 @@ export interface SelectMenuSlots<A extends ArrayOrNested<SelectMenuItem> = Array
|
|
|
226
226
|
declare const __VLS_export: <T extends ArrayOrNested<SelectMenuItem>, VK extends GetItemKeys<T> | undefined = undefined, 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<{
|
|
227
227
|
props: __VLS_PrettifyLocal<(SelectMenuProps<T, VK, M> & {
|
|
228
228
|
searchTerm?: string;
|
|
229
|
-
}) & {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
"onUpdate:modelValue"?: ((value: GetModelValue<T, VK, M>) => any) | undefined;
|
|
236
|
-
onHighlight?: ((payload: {
|
|
237
|
-
ref: HTMLElement;
|
|
238
|
-
value: GetModelValue<T, VK, M>;
|
|
239
|
-
} | undefined) => any) | undefined;
|
|
240
|
-
"onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
241
|
-
}> & import("vue").PublicProps;
|
|
229
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "focus", event: FocusEvent) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "create", item: string) => void) & ((evt: "update:modelValue", value: GetModelValue<T, VK, M>) => void) & ((evt: "highlight", payload: {
|
|
230
|
+
ref: HTMLElement;
|
|
231
|
+
value: GetModelValue<T, VK, M>;
|
|
232
|
+
} | undefined) => void) & ((evt: "update:searchTerm", value: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
233
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
234
|
+
} ? P : {});
|
|
242
235
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
243
236
|
triggerRef: Readonly<import("vue").Ref<HTMLButtonElement, HTMLButtonElement>>;
|
|
244
237
|
}>) => void;
|
|
@@ -47,12 +47,7 @@ export interface SeparatorSlots {
|
|
|
47
47
|
b24ui: Separator['b24ui'];
|
|
48
48
|
}): any;
|
|
49
49
|
}
|
|
50
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
|
|
51
|
-
size: Separator["variants"]["size"];
|
|
52
|
-
accent: Separator["variants"]["accent"];
|
|
53
|
-
type: Separator["variants"]["type"];
|
|
54
|
-
orientation: "horizontal" | "vertical";
|
|
55
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SeparatorSlots>;
|
|
50
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SeparatorSlots>;
|
|
56
51
|
declare const _default: typeof __VLS_export;
|
|
57
52
|
export default _default;
|
|
58
53
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -47,12 +47,7 @@ export interface SeparatorSlots {
|
|
|
47
47
|
b24ui: Separator['b24ui'];
|
|
48
48
|
}): any;
|
|
49
49
|
}
|
|
50
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
|
|
51
|
-
size: Separator["variants"]["size"];
|
|
52
|
-
accent: Separator["variants"]["accent"];
|
|
53
|
-
type: Separator["variants"]["type"];
|
|
54
|
-
orientation: "horizontal" | "vertical";
|
|
55
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SeparatorSlots>;
|
|
50
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SeparatorSlots>;
|
|
56
51
|
declare const _default: typeof __VLS_export;
|
|
57
52
|
export default _default;
|
|
58
53
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -14,9 +14,7 @@ export interface SidebarProps {
|
|
|
14
14
|
export interface SidebarSlots {
|
|
15
15
|
default(props?: {}): any;
|
|
16
16
|
}
|
|
17
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
|
|
18
|
-
as: any;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSlots>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSlots>;
|
|
20
18
|
declare const _default: typeof __VLS_export;
|
|
21
19
|
export default _default;
|
|
22
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -14,9 +14,7 @@ export interface SidebarProps {
|
|
|
14
14
|
export interface SidebarSlots {
|
|
15
15
|
default(props?: {}): any;
|
|
16
16
|
}
|
|
17
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {
|
|
18
|
-
as: any;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSlots>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSlots>;
|
|
20
18
|
declare const _default: typeof __VLS_export;
|
|
21
19
|
export default _default;
|
|
22
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -21,10 +21,7 @@ export interface SidebarBodyProps {
|
|
|
21
21
|
export interface SidebarBodySlots {
|
|
22
22
|
default(props?: {}): any;
|
|
23
23
|
}
|
|
24
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarBodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarBodyProps> & Readonly<{}>, {
|
|
25
|
-
as: any;
|
|
26
|
-
scrollbarThin: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarBodySlots>;
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarBodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarBodySlots>;
|
|
28
25
|
declare const _default: typeof __VLS_export;
|
|
29
26
|
export default _default;
|
|
30
27
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -21,10 +21,7 @@ export interface SidebarBodyProps {
|
|
|
21
21
|
export interface SidebarBodySlots {
|
|
22
22
|
default(props?: {}): any;
|
|
23
23
|
}
|
|
24
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarBodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarBodyProps> & Readonly<{}>, {
|
|
25
|
-
as: any;
|
|
26
|
-
scrollbarThin: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarBodySlots>;
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarBodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarBodySlots>;
|
|
28
25
|
declare const _default: typeof __VLS_export;
|
|
29
26
|
export default _default;
|
|
30
27
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarFooterProps {
|
|
|
17
17
|
export interface SidebarFooterSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarFooterProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarFooterSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarFooterSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarFooterProps {
|
|
|
17
17
|
export interface SidebarFooterSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarFooterProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarFooterSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarFooterSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarHeaderProps {
|
|
|
17
17
|
export interface SidebarHeaderSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeaderProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeaderSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeaderSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarHeaderProps {
|
|
|
17
17
|
export interface SidebarHeaderSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeaderProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeaderSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeaderSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarHeadingProps {
|
|
|
17
17
|
export interface SidebarHeadingSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeadingProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeadingSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeadingSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarHeadingProps {
|
|
|
17
17
|
export interface SidebarHeadingSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeadingProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeadingSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarHeadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarHeadingSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -77,12 +77,7 @@ export interface SidebarLayoutSlots {
|
|
|
77
77
|
b24ui: SidebarLayout['b24ui'];
|
|
78
78
|
}) => any;
|
|
79
79
|
}
|
|
80
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarLayoutProps> & Readonly<{}>, {
|
|
81
|
-
as: any;
|
|
82
|
-
offContentScrollbar: boolean;
|
|
83
|
-
useLightContent: boolean;
|
|
84
|
-
isInner: boolean;
|
|
85
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarLayoutSlots>;
|
|
80
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarLayoutSlots>;
|
|
86
81
|
declare const _default: typeof __VLS_export;
|
|
87
82
|
export default _default;
|
|
88
83
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -77,12 +77,7 @@ export interface SidebarLayoutSlots {
|
|
|
77
77
|
b24ui: SidebarLayout['b24ui'];
|
|
78
78
|
}) => any;
|
|
79
79
|
}
|
|
80
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarLayoutProps> & Readonly<{}>, {
|
|
81
|
-
as: any;
|
|
82
|
-
offContentScrollbar: boolean;
|
|
83
|
-
useLightContent: boolean;
|
|
84
|
-
isInner: boolean;
|
|
85
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarLayoutSlots>;
|
|
80
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarLayoutSlots>;
|
|
86
81
|
declare const _default: typeof __VLS_export;
|
|
87
82
|
export default _default;
|
|
88
83
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarSectionProps {
|
|
|
17
17
|
export interface SidebarSectionSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSectionProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSectionSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSectionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSectionSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarSectionProps {
|
|
|
17
17
|
export interface SidebarSectionSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSectionProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSectionSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSectionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSectionSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarSpacerProps {
|
|
|
17
17
|
export interface SidebarSpacerSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSpacerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSpacerProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSpacerSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSpacerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSpacerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSpacerSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,9 +17,7 @@ export interface SidebarSpacerProps {
|
|
|
17
17
|
export interface SidebarSpacerSlots {
|
|
18
18
|
default(props?: {}): any;
|
|
19
19
|
}
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSpacerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSpacerProps> & Readonly<{}>, {
|
|
21
|
-
as: any;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSpacerSlots>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SidebarSpacerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SidebarSpacerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SidebarSpacerSlots>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -15,9 +15,7 @@ export interface SkeletonProps {
|
|
|
15
15
|
class?: any;
|
|
16
16
|
b24ui?: Skeleton['slots'];
|
|
17
17
|
}
|
|
18
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SkeletonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
19
|
-
accent: Skeleton["variants"]["accent"];
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SkeletonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
21
19
|
default?: (props: {}) => any;
|
|
22
20
|
}>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
@@ -15,9 +15,7 @@ export interface SkeletonProps {
|
|
|
15
15
|
class?: any;
|
|
16
16
|
b24ui?: Skeleton['slots'];
|
|
17
17
|
}
|
|
18
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SkeletonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
19
|
-
accent: Skeleton["variants"]["accent"];
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SkeletonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
21
19
|
default?: (props: {}) => any;
|
|
22
20
|
}>;
|
|
23
21
|
declare const _default: typeof __VLS_export;
|
|
@@ -106,17 +106,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Slideo
|
|
|
106
106
|
"onAfter:leave"?: (() => any) | undefined;
|
|
107
107
|
"onAfter:enter"?: (() => any) | undefined;
|
|
108
108
|
"onClose:prevent"?: (() => any) | undefined;
|
|
109
|
-
}>, {
|
|
110
|
-
overlay: boolean;
|
|
111
|
-
close: boolean | Partial<ButtonProps>;
|
|
112
|
-
transition: boolean;
|
|
113
|
-
modal: boolean;
|
|
114
|
-
portal: boolean | string | HTMLElement;
|
|
115
|
-
side: Slideover["variants"]["side"];
|
|
116
|
-
overlayBlur: Slideover["variants"]["overlayBlur"];
|
|
117
|
-
dismissible: boolean;
|
|
118
|
-
useLightContent: boolean;
|
|
119
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SlideoverSlots>;
|
|
109
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SlideoverSlots>;
|
|
120
110
|
declare const _default: typeof __VLS_export;
|
|
121
111
|
export default _default;
|
|
122
112
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -106,17 +106,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Slideo
|
|
|
106
106
|
"onAfter:leave"?: (() => any) | undefined;
|
|
107
107
|
"onAfter:enter"?: (() => any) | undefined;
|
|
108
108
|
"onClose:prevent"?: (() => any) | undefined;
|
|
109
|
-
}>, {
|
|
110
|
-
overlay: boolean;
|
|
111
|
-
close: boolean | Partial<ButtonProps>;
|
|
112
|
-
transition: boolean;
|
|
113
|
-
modal: boolean;
|
|
114
|
-
portal: boolean | string | HTMLElement;
|
|
115
|
-
side: Slideover["variants"]["side"];
|
|
116
|
-
overlayBlur: Slideover["variants"]["overlayBlur"];
|
|
117
|
-
dismissible: boolean;
|
|
118
|
-
useLightContent: boolean;
|
|
119
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SlideoverSlots>;
|
|
109
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, SlideoverSlots>;
|
|
120
110
|
declare const _default: typeof __VLS_export;
|
|
121
111
|
export default _default;
|
|
122
112
|
type __VLS_WithSlots<T, S> = T & {
|