@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
|
@@ -28,21 +28,19 @@ interface Props {
|
|
|
28
28
|
*/
|
|
29
29
|
scroll?: boolean;
|
|
30
30
|
}
|
|
31
|
-
declare
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
refs: {};
|
|
39
|
-
rootEl: HTMLDivElement;
|
|
31
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
32
|
+
type __VLS_Slots = {} & {
|
|
33
|
+
header?: (props: typeof __VLS_1) => any;
|
|
34
|
+
} & {
|
|
35
|
+
body?: (props: typeof __VLS_3) => any;
|
|
36
|
+
} & {
|
|
37
|
+
pagination?: (props: typeof __VLS_5) => any;
|
|
40
38
|
};
|
|
41
|
-
|
|
42
|
-
declare const
|
|
43
|
-
declare const _default:
|
|
39
|
+
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>;
|
|
40
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
44
42
|
export default _default;
|
|
45
|
-
type
|
|
43
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
46
44
|
new (): {
|
|
47
45
|
$slots: S;
|
|
48
46
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
row: any;
|
|
3
|
+
}
|
|
4
|
+
declare const __VLS_export: 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 _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface TabProps {
|
|
2
|
+
disabled?: boolean;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<TabProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TabProps> & 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
|
+
};
|
|
@@ -10,30 +10,19 @@ interface Props {
|
|
|
10
10
|
transitionName?: string | 'none';
|
|
11
11
|
}
|
|
12
12
|
type __VLS_Props = Props;
|
|
13
|
-
type
|
|
13
|
+
type __VLS_ModelProps = {
|
|
14
14
|
modelValue?: any;
|
|
15
|
-
} & __VLS_Props;
|
|
16
|
-
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
19
|
-
refs: {
|
|
20
|
-
tabs: HTMLDivElement;
|
|
21
|
-
underline: HTMLDivElement;
|
|
22
|
-
};
|
|
23
|
-
rootEl: HTMLDivElement;
|
|
24
15
|
};
|
|
25
|
-
type
|
|
26
|
-
declare const
|
|
16
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
18
|
"update:modelValue": (value: any) => any;
|
|
28
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
20
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}, HTMLDivElement>;
|
|
34
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
}>, {}, {}, {}, {}, 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;
|
|
35
24
|
export default _default;
|
|
36
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
37
26
|
new (): {
|
|
38
27
|
$slots: S;
|
|
39
28
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Placement } from '../../lib/types.ts';
|
|
2
|
+
interface Props {
|
|
3
|
+
placement?: Placement;
|
|
4
|
+
}
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Placement } from '../../lib/types.ts';
|
|
2
|
+
interface Props {
|
|
3
|
+
/**
|
|
4
|
+
* Tooltip placement related to the anchor
|
|
5
|
+
*/
|
|
6
|
+
placement?: Placement;
|
|
7
|
+
/**
|
|
8
|
+
* Amount of time user should hover the anchor until the tooltip shows up
|
|
9
|
+
*/
|
|
10
|
+
enterDelay?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Amount of time after the cursor leaves before the tooltip is hidden
|
|
13
|
+
*/
|
|
14
|
+
leaveDelay?: number;
|
|
15
|
+
/**
|
|
16
|
+
* If set to true, tooltip will not be rendered on hover. Trigger stays
|
|
17
|
+
*/
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare var __VLS_1: {}, __VLS_9: {};
|
|
21
|
+
type __VLS_Slots = {} & {
|
|
22
|
+
default?: (props: typeof __VLS_1) => any;
|
|
23
|
+
} & {
|
|
24
|
+
tooltip?: (props: typeof __VLS_9) => any;
|
|
25
|
+
};
|
|
26
|
+
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>;
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
+
close: () => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
+
onClose?: (() => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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
|
+
};
|