@dolanske/vui 1.16.3 → 1.17.1
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/dist/{src/components → components}/Accordion/Accordion.vue.d.ts +17 -23
- package/dist/components/Accordion/AccordionGroup.vue.d.ts +15 -0
- package/dist/{src/components → components}/Alert/Alert.vue.d.ts +13 -14
- package/dist/components/AspectRatio/AspectRatio.vue.d.ts +16 -0
- package/dist/components/Avatar/Avatar.vue.d.ts +26 -0
- package/dist/{src/components → components}/Avatar/AvatarGroup.vue.d.ts +5 -11
- package/dist/components/Badge/Badge.vue.d.ts +21 -0
- package/dist/components/Badge/BadgeGroup.vue.d.ts +17 -0
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +19 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +12 -0
- package/dist/{src/components → components}/Button/Button.vue.d.ts +3 -2
- package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
- package/dist/components/Calendar/Calendar.vue.d.ts +21 -0
- package/dist/components/Card/Card.vue.d.ts +29 -0
- package/dist/components/Carousel/Carousel.vue.d.ts +44 -0
- package/dist/components/Charts/Histogram.vue.d.ts +23 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -0
- package/dist/{src/components → components}/Commands/Commands.vue.d.ts +22 -27
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts +15 -0
- package/dist/{src/components → components}/CopyClipboard/CopyClipboard.vue.d.ts +12 -19
- package/dist/{src/components → components}/Divider/Divider.vue.d.ts +8 -12
- package/dist/{src/components → components}/Drawer/Drawer.vue.d.ts +9 -12
- package/dist/components/Dropdown/Dropdown.vue.d.ts +69 -0
- package/dist/components/Dropdown/DropdownItem.vue.d.ts +23 -0
- package/dist/components/Dropdown/DropdownTitle.vue.d.ts +18 -0
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +8 -0
- package/dist/{src/components → components}/Flex/Flex.vue.d.ts +8 -12
- package/dist/{src/components → components}/Grid/Grid.vue.d.ts +8 -12
- package/dist/components/Indicator/Indicator.vue.d.ts +21 -0
- package/dist/components/Input/Color.vue.d.ts +13 -0
- package/dist/{src/components → components}/Input/Counter.vue.d.ts +6 -4
- package/dist/components/Input/Dropzone.vue.d.ts +21 -0
- package/dist/{src/components → components}/Input/File.vue.d.ts +3 -2
- package/dist/{src/components → components}/Input/Input.vue.d.ts +21 -24
- package/dist/components/Input/Password.vue.d.ts +7 -0
- package/dist/{src/components → components}/Input/Textarea.vue.d.ts +13 -19
- package/dist/{src/components → components}/Kbd/Kbd.vue.d.ts +8 -12
- package/dist/components/Kbd/KbdGroup.vue.d.ts +13 -0
- package/dist/components/Marquee/Marquee.vue.d.ts +29 -0
- package/dist/components/Menubar/MenuItem.vue.d.ts +15 -0
- package/dist/components/Menubar/Menubar.vue.d.ts +16 -0
- package/dist/{src/components → components}/Modal/Confirm.vue.d.ts +7 -11
- package/dist/{src/components → components}/Modal/Modal.vue.d.ts +17 -19
- package/dist/{src/components → components}/OTP/OTP.vue.d.ts +11 -18
- package/dist/components/OTP/OTPItem.vue.d.ts +6 -0
- package/dist/{src/components → components}/Overflow/Overflow.vue.d.ts +8 -16
- package/dist/components/Pagination/Pagination.vue.d.ts +45 -0
- package/dist/{src/components → components}/Popout/Popout.vue.d.ts +8 -16
- package/dist/components/Popout/PopoutHover.vue.d.ts +22 -0
- package/dist/{src/components → components}/Progress/Progress.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +24 -0
- package/dist/components/Radio/RadioGroup.vue.d.ts +22 -0
- package/dist/components/Resizable/Resizable.vue.d.ts +36 -0
- package/dist/{src/components → components}/ResizableView/ResizableView.vue.d.ts +13 -23
- package/dist/{src/components → components}/ResizableView/ViewPanel.vue.d.ts +9 -23
- package/dist/{src/components → components}/Select/Select.vue.d.ts +16 -11
- package/dist/{src/components → components}/Sheet/Sheet.vue.d.ts +17 -19
- package/dist/components/Sidebar/Sidebar.vue.d.ts +68 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts +9 -0
- package/dist/{src/components → components}/Slider/Slider.vue.d.ts +12 -12
- package/dist/components/Spinner/Spinner.vue.d.ts +7 -0
- package/dist/components/Switch/Switch.vue.d.ts +25 -0
- package/dist/components/Table/Cell.vue.d.ts +15 -0
- package/dist/components/Table/Head.vue.d.ts +26 -0
- package/dist/{src/components → components}/Table/Root.vue.d.ts +11 -13
- package/dist/components/Table/SelectAll.vue.d.ts +3 -0
- package/dist/components/Table/SelectRow.vue.d.ts +6 -0
- package/dist/components/Tabs/Tab.vue.d.ts +17 -0
- package/dist/{src/components → components}/Tabs/Tabs.vue.d.ts +7 -18
- package/dist/components/Toast/Toasts.vue.d.ts +7 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts +34 -0
- package/dist/internal/Backdrop/Backdrop.vue.d.ts +17 -0
- package/dist/vui.css +1 -1
- package/dist/vui.js +4210 -4013
- package/dist/vui.js.map +1 -0
- package/package.json +30 -20
- package/dist/src/components/Accordion/AccordionGroup.vue.d.ts +0 -25
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +0 -20
- package/dist/src/components/Avatar/Avatar.vue.d.ts +0 -28
- package/dist/src/components/Badge/Badge.vue.d.ts +0 -25
- package/dist/src/components/Badge/BadgeGroup.vue.d.ts +0 -21
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -22
- package/dist/src/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -18
- package/dist/src/components/Button/ButtonGroup.vue.d.ts +0 -22
- package/dist/src/components/Calendar/Calendar.vue.d.ts +0 -25
- package/dist/src/components/Card/Card.vue.d.ts +0 -30
- package/dist/src/components/Carousel/Carousel.vue.d.ts +0 -184
- package/dist/src/components/Charts/Histogram.vue.d.ts +0 -29
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +0 -31
- package/dist/src/components/ContextMenu/ContextMenu.vue.d.ts +0 -170
- package/dist/src/components/Dropdown/Dropdown.vue.d.ts +0 -222
- package/dist/src/components/Dropdown/DropdownItem.vue.d.ts +0 -24
- package/dist/src/components/Dropdown/DropdownTitle.vue.d.ts +0 -21
- package/dist/src/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -63
- package/dist/src/components/Indicator/Indicator.vue.d.ts +0 -25
- package/dist/src/components/Input/Color.vue.d.ts +0 -11
- package/dist/src/components/Input/Dropzone.vue.d.ts +0 -189
- package/dist/src/components/Input/Password.vue.d.ts +0 -6
- package/dist/src/components/Kbd/KbdGroup.vue.d.ts +0 -19
- package/dist/src/components/Marquee/Marquee.vue.d.ts +0 -36
- package/dist/src/components/Menubar/MenuItem.vue.d.ts +0 -22
- package/dist/src/components/Menubar/Menubar.vue.d.ts +0 -20
- package/dist/src/components/OTP/OTPItem.vue.d.ts +0 -5
- package/dist/src/components/Pagination/Pagination.vue.d.ts +0 -46
- package/dist/src/components/Popout/PopoutHover.vue.d.ts +0 -175
- package/dist/src/components/Radio/Radio.vue.d.ts +0 -29
- package/dist/src/components/Radio/RadioGroup.vue.d.ts +0 -27
- package/dist/src/components/Resizable/Resizable.vue.d.ts +0 -47
- package/dist/src/components/Sidebar/Sidebar.vue.d.ts +0 -75
- package/dist/src/components/Skeleton/Skeleton.vue.d.ts +0 -8
- package/dist/src/components/Spinner/Spinner.vue.d.ts +0 -6
- package/dist/src/components/Switch/Switch.vue.d.ts +0 -30
- package/dist/src/components/Table/Cell.vue.d.ts +0 -22
- package/dist/src/components/Table/Head.vue.d.ts +0 -30
- package/dist/src/components/Table/SelectAll.vue.d.ts +0 -2
- package/dist/src/components/Table/SelectRow.vue.d.ts +0 -5
- package/dist/src/components/Tabs/Tab.vue.d.ts +0 -21
- package/dist/src/components/Toast/Toasts.vue.d.ts +0 -6
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +0 -41
- package/dist/src/internal/Backdrop/Backdrop.vue.d.ts +0 -21
- /package/dist/{src/components → components}/Menubar/menubar.d.ts +0 -0
- /package/dist/{src/components → components}/Pagination/pagination.d.ts +0 -0
- /package/dist/{src/components → components}/Table/index.d.ts +0 -0
- /package/dist/{src/components → components}/Table/table.d.ts +0 -0
- /package/dist/{src/components → components}/Toast/toast.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/lib → lib}/color.d.ts +0 -0
- /package/dist/{src/lib → lib}/helpers.d.ts +0 -0
- /package/dist/{src/lib → lib}/layerManager.d.ts +0 -0
- /package/dist/{src/lib → lib}/slots.d.ts +0 -0
- /package/dist/{src/lib → lib}/theme.d.ts +0 -0
- /package/dist/{src/lib → lib}/types.d.ts +0 -0
- /package/dist/{src/lib → lib}/viewTransition.d.ts +0 -0
- /package/dist/{src/lib → lib}/viewport.d.ts +0 -0
|
@@ -7,25 +7,20 @@ export interface AccordionProps {
|
|
|
7
7
|
declare function open(): void;
|
|
8
8
|
declare function close(): void;
|
|
9
9
|
declare function toggle(): void;
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
refs: {
|
|
23
|
-
content: HTMLDivElement;
|
|
24
|
-
};
|
|
25
|
-
rootEl: HTMLDivElement;
|
|
10
|
+
declare var __VLS_1: {
|
|
11
|
+
open: typeof open;
|
|
12
|
+
close: typeof close;
|
|
13
|
+
toggle: typeof toggle;
|
|
14
|
+
isOpen: boolean;
|
|
15
|
+
}, __VLS_3: {}, __VLS_10: {};
|
|
16
|
+
type __VLS_Slots = {} & {
|
|
17
|
+
trigger?: (props: typeof __VLS_1) => any;
|
|
18
|
+
} & {
|
|
19
|
+
header?: (props: typeof __VLS_3) => any;
|
|
20
|
+
} & {
|
|
21
|
+
default?: (props: typeof __VLS_10) => any;
|
|
26
22
|
};
|
|
27
|
-
|
|
28
|
-
declare const __VLS_component: import('vue').DefineComponent<AccordionProps, {
|
|
23
|
+
declare const __VLS_base: import('vue').DefineComponent<AccordionProps, {
|
|
29
24
|
open: typeof open;
|
|
30
25
|
close: typeof close;
|
|
31
26
|
toggle: typeof toggle;
|
|
@@ -36,12 +31,11 @@ declare const __VLS_component: import('vue').DefineComponent<AccordionProps, {
|
|
|
36
31
|
}, string, import('vue').PublicProps, Readonly<AccordionProps> & Readonly<{
|
|
37
32
|
onClose?: (() => any) | undefined;
|
|
38
33
|
onOpen?: (() => any) | undefined;
|
|
39
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
35
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
36
|
+
declare const _default: typeof __VLS_export;
|
|
43
37
|
export default _default;
|
|
44
|
-
type
|
|
38
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
45
39
|
new (): {
|
|
46
40
|
$slots: S;
|
|
47
41
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
/**
|
|
3
|
+
* If set to true, if an accordion opens, all other close
|
|
4
|
+
*/
|
|
5
|
+
single?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -28,22 +28,21 @@ interface Props {
|
|
|
28
28
|
*/
|
|
29
29
|
hideIcon?: boolean;
|
|
30
30
|
}
|
|
31
|
-
declare
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
rootEl: HTMLDivElement;
|
|
31
|
+
declare var __VLS_1: {}, __VLS_38: {}, __VLS_40: {}, __VLS_42: {};
|
|
32
|
+
type __VLS_Slots = {} & {
|
|
33
|
+
icon?: (props: typeof __VLS_1) => any;
|
|
34
|
+
} & {
|
|
35
|
+
default?: (props: typeof __VLS_38) => any;
|
|
36
|
+
} & {
|
|
37
|
+
default?: (props: typeof __VLS_40) => any;
|
|
38
|
+
} & {
|
|
39
|
+
end?: (props: typeof __VLS_42) => any;
|
|
41
40
|
};
|
|
42
|
-
|
|
43
|
-
declare const
|
|
44
|
-
declare const _default:
|
|
41
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
43
|
+
declare const _default: typeof __VLS_export;
|
|
45
44
|
export default _default;
|
|
46
|
-
type
|
|
45
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
46
|
new (): {
|
|
48
47
|
$slots: S;
|
|
49
48
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
ratio: number;
|
|
3
|
+
}
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Sizes } from '../../lib/types';
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: Sizes | number;
|
|
4
|
+
url?: string;
|
|
5
|
+
fallback?: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
alt?: string;
|
|
8
|
+
radius?: Sizes | 'xs' | 'pill' | number;
|
|
9
|
+
}
|
|
10
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_10: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
icon?: (props: typeof __VLS_3) => any;
|
|
15
|
+
} & {
|
|
16
|
+
overlay?: (props: typeof __VLS_10) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import { Sizes } from '../../lib/types.ts';
|
|
2
2
|
import { FlexProps } from '../Flex/Flex.vue';
|
|
3
|
-
declare
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<(Omit<FlexProps, "gap"> & {
|
|
3
|
+
declare const __VLS_base: import('vue').DefineComponent<(Omit<FlexProps, "gap"> & {
|
|
11
4
|
/**
|
|
12
5
|
* Groups the avatars closer together and adds a border to each avatar.
|
|
13
6
|
*/
|
|
@@ -111,10 +104,11 @@ declare const __VLS_component: import('vue').DefineComponent<(Omit<FlexProps, "g
|
|
|
111
104
|
limit?: undefined;
|
|
112
105
|
limitSize?: never;
|
|
113
106
|
randomized?: never;
|
|
114
|
-
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
115
|
-
declare const
|
|
107
|
+
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
108
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
109
|
+
declare const _default: typeof __VLS_export;
|
|
116
110
|
export default _default;
|
|
117
|
-
type
|
|
111
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
118
112
|
new (): {
|
|
119
113
|
$slots: S;
|
|
120
114
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Sizes } from '../../lib/types';
|
|
2
|
+
interface Props {
|
|
3
|
+
variant?: 'neutral' | 'danger' | 'warning' | 'success' | 'info' | 'accent' | 'note';
|
|
4
|
+
outline?: boolean;
|
|
5
|
+
filled?: boolean;
|
|
6
|
+
size?: Sizes;
|
|
7
|
+
circle?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare var __VLS_1: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_1) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Spaces } from '../../lib/types.ts';
|
|
2
|
+
interface Props {
|
|
3
|
+
gap?: Spaces | number;
|
|
4
|
+
}
|
|
5
|
+
declare var __VLS_8: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface BreadcrumbItemProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
href?: string;
|
|
4
|
+
}
|
|
5
|
+
declare var __VLS_7: {}, __VLS_9: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_7) => any;
|
|
8
|
+
} & {
|
|
9
|
+
default?: (props: typeof __VLS_9) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import('vue').DefineComponent<BreadcrumbItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BreadcrumbItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
separator?: string;
|
|
3
|
+
}
|
|
4
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Sizes } from '../../lib/types.ts';
|
|
2
2
|
export type Variants = 'fill' | 'danger' | 'success' | 'link' | 'accent' | 'note' | 'gray';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
6
|
href: StringConstructor;
|
|
5
7
|
loading: BooleanConstructor;
|
|
6
8
|
size: {
|
|
@@ -50,4 +52,3 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
52
|
disabled: boolean;
|
|
51
53
|
plain: boolean;
|
|
52
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
|
-
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Spaces } from '../../lib/types.ts';
|
|
2
|
+
interface Props {
|
|
3
|
+
vertical?: boolean;
|
|
4
|
+
gap?: Spaces | number;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { RootProps } from '@vuepic/vue-datepicker';
|
|
2
|
+
type __VLS_Props = RootProps & {
|
|
3
|
+
expand?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_57: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
trigger?: (props: typeof __VLS_57) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
expand: boolean;
|
|
11
|
+
autoApply: boolean;
|
|
12
|
+
formats: Partial<import('@vuepic/vue-datepicker').FormatsConfig> | null;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export interface Props {
|
|
2
|
+
separators?: boolean;
|
|
3
|
+
headerSeparator?: boolean;
|
|
4
|
+
footerSeparator?: boolean;
|
|
5
|
+
padding?: boolean;
|
|
6
|
+
headerAlign?: 'start' | 'center' | 'end' | 'baseline';
|
|
7
|
+
centered?: boolean;
|
|
8
|
+
borderStyle?: 'solid' | 'dashed' | 'dotted' | (string & {});
|
|
9
|
+
inline?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_10: {}, __VLS_17: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
header?: (props: typeof __VLS_1) => any;
|
|
14
|
+
} & {
|
|
15
|
+
'header-end'?: (props: typeof __VLS_3) => any;
|
|
16
|
+
} & {
|
|
17
|
+
default?: (props: typeof __VLS_10) => any;
|
|
18
|
+
} & {
|
|
19
|
+
footer?: (props: typeof __VLS_17) => any;
|
|
20
|
+
};
|
|
21
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Spaces } from '../../lib/types.ts';
|
|
2
|
+
/**
|
|
3
|
+
* When using the carousel, the items put within should generally have a `min-width` set.
|
|
4
|
+
* Otherwise the flex will try to fit all items without overflowing.
|
|
5
|
+
*
|
|
6
|
+
* When using Carousel, you should set `:draggable="false"` to avoid issues with dragging.
|
|
7
|
+
*/
|
|
8
|
+
interface Props {
|
|
9
|
+
/**
|
|
10
|
+
* We use flex to gap items.
|
|
11
|
+
*/
|
|
12
|
+
gap?: Spaces | number;
|
|
13
|
+
/**
|
|
14
|
+
* Hides the horizontal scrollbar and removes scrollbar gutter padding
|
|
15
|
+
*/
|
|
16
|
+
hideScrollbar?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Hides the left & right shadows which indicate option to scroll
|
|
19
|
+
*/
|
|
20
|
+
hideShadows?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Enables scroll-snap so items snap into place when scrolling stops
|
|
23
|
+
*/
|
|
24
|
+
snap?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Disables the drag-to-scroll functionality. Keeping only mouse wheel and
|
|
27
|
+
* touch scrolling. Useful when the carousel contains interactive elements
|
|
28
|
+
* like buttons or links that would conflict with dragging.
|
|
29
|
+
*/
|
|
30
|
+
disableDrag?: boolean;
|
|
31
|
+
}
|
|
32
|
+
declare var __VLS_9: {};
|
|
33
|
+
type __VLS_Slots = {} & {
|
|
34
|
+
default?: (props: typeof __VLS_9) => any;
|
|
35
|
+
};
|
|
36
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
39
|
+
export default _default;
|
|
40
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
41
|
+
new (): {
|
|
42
|
+
$slots: S;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Spaces } from '../../lib/types.ts';
|
|
2
|
+
interface Props {
|
|
3
|
+
data: number[];
|
|
4
|
+
height?: number;
|
|
5
|
+
gap?: Spaces;
|
|
6
|
+
expand?: boolean;
|
|
7
|
+
compact?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
click: () => any;
|
|
11
|
+
cellClick: (index: number) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
13
|
+
onClick?: (() => any) | undefined;
|
|
14
|
+
onCellClick?: ((index: number) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
label?: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
checked?: boolean;
|
|
5
|
+
accent?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = Props;
|
|
8
|
+
type __VLS_ModelProps = {
|
|
9
|
+
modelValue?: boolean;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
change: (checked: boolean) => any;
|
|
14
|
+
"update:modelValue": (value: boolean | undefined) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -33,31 +33,27 @@ interface Props {
|
|
|
33
33
|
*/
|
|
34
34
|
compact?: boolean;
|
|
35
35
|
}
|
|
36
|
-
type
|
|
36
|
+
type __VLS_ModelProps = {
|
|
37
37
|
'search'?: string;
|
|
38
38
|
'group'?: string | null;
|
|
39
|
-
} & __VLS_Props;
|
|
40
|
-
declare function __VLS_template(): {
|
|
41
|
-
attrs: Partial<{}>;
|
|
42
|
-
slots: {
|
|
43
|
-
default?(_: {
|
|
44
|
-
commands: Record<string, Command[]>;
|
|
45
|
-
}): any;
|
|
46
|
-
command?(_: {
|
|
47
|
-
command: Command;
|
|
48
|
-
group: string;
|
|
49
|
-
}): any;
|
|
50
|
-
icon?(_: {
|
|
51
|
-
command: Command;
|
|
52
|
-
}): any;
|
|
53
|
-
};
|
|
54
|
-
refs: {
|
|
55
|
-
searchRef: HTMLInputElement;
|
|
56
|
-
};
|
|
57
|
-
rootEl: any;
|
|
58
39
|
};
|
|
59
|
-
type
|
|
60
|
-
declare
|
|
40
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
41
|
+
declare var __VLS_102: {
|
|
42
|
+
commands: Record<string, Command[]>;
|
|
43
|
+
}, __VLS_104: {
|
|
44
|
+
command: Command;
|
|
45
|
+
group: string;
|
|
46
|
+
}, __VLS_106: {
|
|
47
|
+
command: Command;
|
|
48
|
+
};
|
|
49
|
+
type __VLS_Slots = {} & {
|
|
50
|
+
default?: (props: typeof __VLS_102) => any;
|
|
51
|
+
} & {
|
|
52
|
+
command?: (props: typeof __VLS_104) => any;
|
|
53
|
+
} & {
|
|
54
|
+
icon?: (props: typeof __VLS_106) => any;
|
|
55
|
+
};
|
|
56
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
57
|
"update:search": (value: string) => any;
|
|
62
58
|
"update:group": (value: string | null) => any;
|
|
63
59
|
} & {
|
|
@@ -68,12 +64,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
68
64
|
"onUpdate:group"?: ((value: string | null) => any) | undefined;
|
|
69
65
|
}>, {
|
|
70
66
|
placeholder: string;
|
|
71
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
68
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
69
|
+
declare const _default: typeof __VLS_export;
|
|
75
70
|
export default _default;
|
|
76
|
-
type
|
|
71
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
77
72
|
new (): {
|
|
78
73
|
$slots: S;
|
|
79
74
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var __VLS_11: {}, __VLS_13: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
menu?: (props: typeof __VLS_11) => any;
|
|
4
|
+
} & {
|
|
5
|
+
default?: (props: typeof __VLS_13) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -23,27 +23,20 @@ interface Props {
|
|
|
23
23
|
*/
|
|
24
24
|
transitionName?: string | 'none';
|
|
25
25
|
}
|
|
26
|
-
declare
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
};
|
|
35
|
-
refs: {
|
|
36
|
-
anchor: HTMLSpanElement;
|
|
37
|
-
};
|
|
38
|
-
rootEl: any;
|
|
26
|
+
declare var __VLS_1: {
|
|
27
|
+
copy: (text: string | (() => Promise<string | undefined>)) => Promise<void>;
|
|
28
|
+
copied: boolean;
|
|
29
|
+
}, __VLS_9: {};
|
|
30
|
+
type __VLS_Slots = {} & {
|
|
31
|
+
default?: (props: typeof __VLS_1) => any;
|
|
32
|
+
} & {
|
|
33
|
+
confirm?: (props: typeof __VLS_9) => any;
|
|
39
34
|
};
|
|
40
|
-
|
|
41
|
-
declare const
|
|
42
|
-
|
|
43
|
-
}, any>;
|
|
44
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
37
|
+
declare const _default: typeof __VLS_export;
|
|
45
38
|
export default _default;
|
|
46
|
-
type
|
|
39
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
40
|
new (): {
|
|
48
41
|
$slots: S;
|
|
49
42
|
};
|
|
@@ -2,16 +2,11 @@ interface BaseProps {
|
|
|
2
2
|
size?: number | string;
|
|
3
3
|
type?: 'solid' | 'dashed' | 'dotted' | (string & {});
|
|
4
4
|
}
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: HTMLDivElement;
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
12
8
|
};
|
|
13
|
-
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<(BaseProps & {
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<(BaseProps & {
|
|
15
10
|
vertical: true;
|
|
16
11
|
height: number | string;
|
|
17
12
|
}) | (BaseProps & {
|
|
@@ -23,10 +18,11 @@ declare const __VLS_component: import('vue').DefineComponent<(BaseProps & {
|
|
|
23
18
|
}) | (BaseProps & {
|
|
24
19
|
vertical?: false;
|
|
25
20
|
height?: never;
|
|
26
|
-
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
27
|
-
declare const
|
|
21
|
+
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
28
24
|
export default _default;
|
|
29
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
30
26
|
new (): {
|
|
31
27
|
$slots: S;
|
|
32
28
|
};
|
|
@@ -47,26 +47,23 @@ interface Props {
|
|
|
47
47
|
*/
|
|
48
48
|
overlay?: boolean;
|
|
49
49
|
}
|
|
50
|
-
declare
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
};
|
|
56
|
-
refs: {};
|
|
57
|
-
rootEl: any;
|
|
50
|
+
declare var __VLS_35: {}, __VLS_37: {};
|
|
51
|
+
type __VLS_Slots = {} & {
|
|
52
|
+
header?: (props: typeof __VLS_35) => any;
|
|
53
|
+
} & {
|
|
54
|
+
default?: (props: typeof __VLS_37) => any;
|
|
58
55
|
};
|
|
59
|
-
|
|
60
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
57
|
close: () => any;
|
|
62
58
|
"update:activeSnapPoint": (value: string | number | null) => any;
|
|
63
59
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
64
60
|
onClose?: (() => any) | undefined;
|
|
65
61
|
"onUpdate:activeSnapPoint"?: ((value: string | number | null) => any) | undefined;
|
|
66
62
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
67
|
-
declare const
|
|
63
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
64
|
+
declare const _default: typeof __VLS_export;
|
|
68
65
|
export default _default;
|
|
69
|
-
type
|
|
66
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
70
67
|
new (): {
|
|
71
68
|
$slots: S;
|
|
72
69
|
};
|