@dolanske/vui 1.10.14 → 1.11.0
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/LICENSE +673 -673
- package/README.md +19 -11
- package/dist/{components → src/components}/Carousel/Carousel.vue.d.ts +8 -8
- package/dist/src/components/Divider/Divider.vue.d.ts +33 -0
- package/dist/src/components/Dropdown/Dropdown.vue.d.ts +216 -0
- package/dist/{components → src/components}/Flex/Flex.vue.d.ts +23 -0
- package/dist/{components → src/components}/Grid/Grid.vue.d.ts +26 -0
- package/dist/{components → src/components}/Input/Dropzone.vue.d.ts +6 -10
- package/dist/{components → src/components}/Popout/Popout.vue.d.ts +3 -1
- package/dist/{components → src/components}/Toast/toast.d.ts +2 -6
- package/dist/{shared → src/shared}/breakpoints.d.ts +4 -1
- package/dist/vui.css +2 -1
- package/dist/vui.js +14948 -15848
- package/package.json +14 -14
- package/dist/components/Divider/Divider.vue.d.ts +0 -23
- package/dist/components/Dropdown/Dropdown.vue.d.ts +0 -73
- /package/dist/{components → src/components}/Accordion/Accordion.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Accordion/AccordionGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Alert/Alert.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Avatar/Avatar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Badge/Badge.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Button/Button.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ButtonGroup/ButtonGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Calendar/Calendar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Card/Card.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Checkbox/Checkbox.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Commands/Commands.vue.d.ts +0 -0
- /package/dist/{components → src/components}/CopyClipboard/CopyClipboard.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Drawer/Drawer.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Dropdown/DropdownItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Dropdown/DropdownTitle.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Input/Color.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Input/Counter.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Input/File.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Input/Input.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Input/Password.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Input/Textarea.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Kbd/Kbd.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Kbd/KbdGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Modal/Confirm.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Modal/Modal.vue.d.ts +0 -0
- /package/dist/{components → src/components}/OTP/OTP.vue.d.ts +0 -0
- /package/dist/{components → src/components}/OTP/OTPItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Pagination/Pagination.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Pagination/pagination.d.ts +0 -0
- /package/dist/{components → src/components}/Progress/Progress.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Radio/Radio.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Radio/RadioGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Select/Select.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Sheet/Sheet.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Sidebar/Sidebar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Skeleton/Skeleton.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Spinner/Spinner.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Switch/Switch.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Table/Cell.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Table/Head.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Table/Root.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Table/SelectAll.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Table/SelectRow.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Table/index.d.ts +0 -0
- /package/dist/{components → src/components}/Table/table.d.ts +0 -0
- /package/dist/{components → src/components}/Tabs/Tab.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Tabs/Tabs.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Toast/Toasts.vue.d.ts +0 -0
- /package/dist/{components → src/components}/Tooltip/Tooltip.vue.d.ts +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{internal → src/internal}/Backdrop/Backdrop.vue.d.ts +0 -0
- /package/dist/{shared → src/shared}/helpers.d.ts +0 -0
- /package/dist/{shared → src/shared}/layerManager.d.ts +0 -0
- /package/dist/{shared → src/shared}/slots.d.ts +0 -0
- /package/dist/{shared → src/shared}/theme.d.ts +0 -0
- /package/dist/{shared → src/shared}/types.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dolanske/vui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.11.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Brother in Christ there's a new UI library",
|
|
7
7
|
"author": "dolanske",
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@floating-ui/vue": "^1.1.11",
|
|
54
54
|
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
55
|
-
"@types/node": "^25.
|
|
55
|
+
"@types/node": "^25.6.0",
|
|
56
56
|
"@vuepic/vue-datepicker": "^12.1.0",
|
|
57
57
|
"@vueuse/core": "^14.2.1",
|
|
58
|
-
"sass": "^1.
|
|
58
|
+
"sass": "^1.99.0",
|
|
59
59
|
"vaul-vue": "^0.4.1",
|
|
60
60
|
"vite-plugin-dts": "^4.5.4",
|
|
61
|
-
"vue": "^3.5.
|
|
61
|
+
"vue": "^3.5.33"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@antfu/eslint-config": "^
|
|
65
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
66
|
-
"@vue/test-utils": "^2.4.
|
|
67
|
-
"baseline-browser-mapping": "^2.10.
|
|
68
|
-
"eslint": "^10.
|
|
64
|
+
"@antfu/eslint-config": "^8.2.0",
|
|
65
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
66
|
+
"@vue/test-utils": "^2.4.8",
|
|
67
|
+
"baseline-browser-mapping": "^2.10.22",
|
|
68
|
+
"eslint": "^10.2.1",
|
|
69
69
|
"eslint-plugin-format": "^2.0.1",
|
|
70
|
-
"jsdom": "^
|
|
71
|
-
"typescript": "^
|
|
72
|
-
"vite": "^
|
|
73
|
-
"vitest": "^4.
|
|
74
|
-
"vue-tsc": "^3.2.
|
|
70
|
+
"jsdom": "^29.0.2",
|
|
71
|
+
"typescript": "^6.0.3",
|
|
72
|
+
"vite": "^8.0.10",
|
|
73
|
+
"vitest": "^4.1.5",
|
|
74
|
+
"vue-tsc": "^3.2.7"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
thickness?: number;
|
|
3
|
-
size?: number | string;
|
|
4
|
-
vertical?: boolean;
|
|
5
|
-
margin?: string | number;
|
|
6
|
-
}
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: {
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { Placement } from '../../shared/types';
|
|
2
|
-
export interface Props {
|
|
3
|
-
/**
|
|
4
|
-
* Tooltip placement related to the anchor
|
|
5
|
-
*/
|
|
6
|
-
placement?: Placement;
|
|
7
|
-
/**
|
|
8
|
-
* Set the minimum width of the dropdown element
|
|
9
|
-
*/
|
|
10
|
-
minWidth?: number | string;
|
|
11
|
-
/**
|
|
12
|
-
* Sets the width of the dropdown to the width of its anchor
|
|
13
|
-
*/
|
|
14
|
-
expand?: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Set he max height of the dropdown element before it starts scrolling
|
|
17
|
-
*/
|
|
18
|
-
maxHeight?: number | string;
|
|
19
|
-
/**
|
|
20
|
-
* Disable mobile drawer behavior, always use the floating dropdown.
|
|
21
|
-
*/
|
|
22
|
-
noMobileDrawer?: boolean;
|
|
23
|
-
}
|
|
24
|
-
declare function open(): void;
|
|
25
|
-
declare function close(): void;
|
|
26
|
-
declare function toggle(): void;
|
|
27
|
-
declare function __VLS_template(): {
|
|
28
|
-
attrs: Partial<{}>;
|
|
29
|
-
slots: {
|
|
30
|
-
trigger?(_: {
|
|
31
|
-
open: typeof open;
|
|
32
|
-
isOpen: boolean;
|
|
33
|
-
close: typeof close;
|
|
34
|
-
toggle: typeof toggle;
|
|
35
|
-
}): any;
|
|
36
|
-
default?(_: {
|
|
37
|
-
open: typeof open;
|
|
38
|
-
close: typeof close;
|
|
39
|
-
toggle: typeof toggle;
|
|
40
|
-
isOpen: boolean;
|
|
41
|
-
}): any;
|
|
42
|
-
default?(_: {
|
|
43
|
-
open: typeof open;
|
|
44
|
-
close: typeof close;
|
|
45
|
-
toggle: typeof toggle;
|
|
46
|
-
isOpen: boolean;
|
|
47
|
-
}): any;
|
|
48
|
-
};
|
|
49
|
-
refs: {
|
|
50
|
-
anchor: HTMLDivElement;
|
|
51
|
-
};
|
|
52
|
-
rootEl: any;
|
|
53
|
-
};
|
|
54
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
55
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
56
|
-
open: typeof open;
|
|
57
|
-
close: typeof close;
|
|
58
|
-
toggle: typeof toggle;
|
|
59
|
-
isOpen: import('vue').Ref<boolean, boolean>;
|
|
60
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
|
-
close: () => any;
|
|
62
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
63
|
-
onClose?: (() => any) | undefined;
|
|
64
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
65
|
-
anchor: HTMLDivElement;
|
|
66
|
-
}, any>;
|
|
67
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
68
|
-
export default _default;
|
|
69
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
70
|
-
new (): {
|
|
71
|
-
$slots: S;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|