@dolanske/vui 1.16.3 → 1.17.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/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 +29 -19
- 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
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.17.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Brother in Christ there's a new UI library",
|
|
7
7
|
"author": "dolanske",
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"design system",
|
|
21
21
|
"ui library"
|
|
22
22
|
],
|
|
23
|
+
"sideEffects": [
|
|
24
|
+
".css",
|
|
25
|
+
"**/*.css"
|
|
26
|
+
],
|
|
23
27
|
"exports": {
|
|
24
28
|
".": {
|
|
25
29
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,10 +41,13 @@
|
|
|
37
41
|
"unpkg": "./dist/vui.js",
|
|
38
42
|
"types": "./dist/src/index.d.ts",
|
|
39
43
|
"files": [
|
|
40
|
-
"./dist
|
|
44
|
+
"./dist/",
|
|
41
45
|
"LICENSE",
|
|
42
46
|
"README.md"
|
|
43
47
|
],
|
|
48
|
+
"publishConfig": {
|
|
49
|
+
"access": "public"
|
|
50
|
+
},
|
|
44
51
|
"scripts": {
|
|
45
52
|
"dev": "vite",
|
|
46
53
|
"docs": "npm run dev --prefix docs",
|
|
@@ -52,29 +59,32 @@
|
|
|
52
59
|
"lint:fix": "eslint . --fix",
|
|
53
60
|
"test": "vitest"
|
|
54
61
|
},
|
|
62
|
+
"peerDependencies": {
|
|
63
|
+
"vue": "^3.5.0"
|
|
64
|
+
},
|
|
55
65
|
"dependencies": {
|
|
56
|
-
"@floating-ui/vue": "^
|
|
66
|
+
"@floating-ui/vue": "^2.0.0",
|
|
57
67
|
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@vueuse/core": "^14.2.1",
|
|
68
|
+
"@vuepic/vue-datepicker": "^14.0.0",
|
|
69
|
+
"@vueuse/core": "^14.3.0",
|
|
61
70
|
"emojibase": "^17.0.0",
|
|
62
|
-
"
|
|
63
|
-
"vaul-vue": "^0.4.1",
|
|
64
|
-
"vite-plugin-dts": "^4.5.4",
|
|
65
|
-
"vue": "^3.5.33"
|
|
71
|
+
"vaul-vue": "^0.4.1"
|
|
66
72
|
},
|
|
67
73
|
"devDependencies": {
|
|
68
|
-
"@antfu/eslint-config": "^
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
72
|
-
"
|
|
74
|
+
"@antfu/eslint-config": "^9.1.0",
|
|
75
|
+
"@types/node": "^26.0.0",
|
|
76
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
77
|
+
"@vue/test-utils": "^2.4.11",
|
|
78
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
79
|
+
"eslint": "^10.5.0",
|
|
73
80
|
"eslint-plugin-format": "^2.0.1",
|
|
74
|
-
"jsdom": "^29.1.
|
|
81
|
+
"jsdom": "^29.1.1",
|
|
82
|
+
"sass": "^1.101.0",
|
|
75
83
|
"typescript": "^6.0.3",
|
|
76
|
-
"vite": "^8.0
|
|
77
|
-
"
|
|
78
|
-
"
|
|
84
|
+
"vite": "^8.1.0",
|
|
85
|
+
"vite-plugin-dts": "^5.0.3",
|
|
86
|
+
"vitest": "^4.1.9",
|
|
87
|
+
"vue": "^3.5.38",
|
|
88
|
+
"vue-tsc": "^3.3.5"
|
|
79
89
|
}
|
|
80
90
|
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
/**
|
|
3
|
-
* If set to true, if an accordion opens, all other close
|
|
4
|
-
*/
|
|
5
|
-
single?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
10
|
-
refs: {
|
|
11
|
-
accordion: unknown[];
|
|
12
|
-
};
|
|
13
|
-
rootEl: any;
|
|
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, {
|
|
17
|
-
accordion: unknown[];
|
|
18
|
-
}, any>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
ratio: number;
|
|
3
|
-
}
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: {
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLDivElement;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
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>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
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 function __VLS_template(): {
|
|
11
|
-
attrs: Partial<{}>;
|
|
12
|
-
slots: {
|
|
13
|
-
default?(_: {}): any;
|
|
14
|
-
icon?(_: {}): any;
|
|
15
|
-
overlay?(_: {}): any;
|
|
16
|
-
};
|
|
17
|
-
refs: {};
|
|
18
|
-
rootEl: HTMLDivElement;
|
|
19
|
-
};
|
|
20
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
-
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>;
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
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 function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
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>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Spaces } from '../../lib/types.ts';
|
|
2
|
-
interface Props {
|
|
3
|
-
gap?: Spaces | number;
|
|
4
|
-
}
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: HTMLDivElement;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
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>;
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
-
new (): {
|
|
19
|
-
$slots: S;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface BreadcrumbItemProps {
|
|
2
|
-
label?: string;
|
|
3
|
-
href?: string;
|
|
4
|
-
}
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: any;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<BreadcrumbItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BreadcrumbItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
separator?: string;
|
|
3
|
-
}
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLUListElement;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
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, {}, HTMLUListElement>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
-
export default _default;
|
|
14
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
-
new (): {
|
|
16
|
-
$slots: S;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Spaces } from '../../lib/types.ts';
|
|
2
|
-
interface Props {
|
|
3
|
-
vertical?: boolean;
|
|
4
|
-
gap?: Spaces | number;
|
|
5
|
-
}
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
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>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { RootProps } from '@vuepic/vue-datepicker';
|
|
2
|
-
type __VLS_Props = RootProps & {
|
|
3
|
-
expand?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
trigger?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: any;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
-
expand: boolean;
|
|
16
|
-
autoApply: boolean;
|
|
17
|
-
formats: Partial<import('@vuepic/vue-datepicker').FormatsConfig> | null;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
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 function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: {
|
|
14
|
-
header?(_: {}): any;
|
|
15
|
-
'header-end'?(_: {}): any;
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
footer?(_: {}): any;
|
|
18
|
-
};
|
|
19
|
-
refs: {};
|
|
20
|
-
rootEl: HTMLDivElement;
|
|
21
|
-
};
|
|
22
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
|
-
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>;
|
|
24
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
-
export default _default;
|
|
26
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
-
new (): {
|
|
28
|
-
$slots: S;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1,184 +0,0 @@
|
|
|
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 function __VLS_template(): {
|
|
33
|
-
attrs: Partial<{}>;
|
|
34
|
-
slots: {
|
|
35
|
-
default?(_: {}): any;
|
|
36
|
-
};
|
|
37
|
-
refs: {
|
|
38
|
-
carouselWrap: ({
|
|
39
|
-
$: import('vue').ComponentInternalInstance;
|
|
40
|
-
$data: {};
|
|
41
|
-
$props: {
|
|
42
|
-
readonly inline?: boolean | undefined;
|
|
43
|
-
readonly wrap?: boolean | undefined;
|
|
44
|
-
readonly wrapReverse?: boolean | undefined;
|
|
45
|
-
readonly row?: boolean | undefined;
|
|
46
|
-
readonly column?: boolean | undefined;
|
|
47
|
-
readonly rowReverse?: boolean | undefined;
|
|
48
|
-
readonly columnReverse?: boolean | undefined;
|
|
49
|
-
readonly gap?: (Spaces | number) | undefined;
|
|
50
|
-
readonly center?: boolean | undefined;
|
|
51
|
-
readonly xStart?: boolean | undefined;
|
|
52
|
-
readonly xEnd?: boolean | undefined;
|
|
53
|
-
readonly xCenter?: boolean | undefined;
|
|
54
|
-
readonly xBetween?: boolean | undefined;
|
|
55
|
-
readonly xAround?: boolean | undefined;
|
|
56
|
-
readonly xEvenly?: boolean | undefined;
|
|
57
|
-
readonly yCenter?: boolean | undefined;
|
|
58
|
-
readonly yStart?: boolean | undefined;
|
|
59
|
-
readonly yEnd?: boolean | undefined;
|
|
60
|
-
readonly yBaseline?: boolean | undefined;
|
|
61
|
-
readonly yStretch?: boolean | undefined;
|
|
62
|
-
readonly expand?: boolean | undefined;
|
|
63
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
64
|
-
$attrs: import('vue').Attrs;
|
|
65
|
-
$refs: {
|
|
66
|
-
[x: string]: unknown;
|
|
67
|
-
};
|
|
68
|
-
$slots: Readonly<{
|
|
69
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
70
|
-
}>;
|
|
71
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
72
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
73
|
-
$host: Element | null;
|
|
74
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
75
|
-
$el: HTMLDivElement;
|
|
76
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../Flex/Flex.vue').FlexProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
77
|
-
gap: Spaces | number;
|
|
78
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
79
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
80
|
-
created?: (() => void) | (() => void)[];
|
|
81
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
82
|
-
mounted?: (() => void) | (() => void)[];
|
|
83
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
84
|
-
updated?: (() => void) | (() => void)[];
|
|
85
|
-
activated?: (() => void) | (() => void)[];
|
|
86
|
-
deactivated?: (() => void) | (() => void)[];
|
|
87
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
88
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
89
|
-
destroyed?: (() => void) | (() => void)[];
|
|
90
|
-
unmounted?: (() => void) | (() => void)[];
|
|
91
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
92
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
93
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
94
|
-
};
|
|
95
|
-
$forceUpdate: () => void;
|
|
96
|
-
$nextTick: typeof import('vue').nextTick;
|
|
97
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
98
|
-
} & Readonly<{
|
|
99
|
-
gap: Spaces | number;
|
|
100
|
-
}> & Omit<Readonly<import('../Flex/Flex.vue').FlexProps> & Readonly<{}>, "gap"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
101
|
-
$slots: {
|
|
102
|
-
default?(_: {}): any;
|
|
103
|
-
};
|
|
104
|
-
}) | null;
|
|
105
|
-
};
|
|
106
|
-
rootEl: HTMLDivElement;
|
|
107
|
-
};
|
|
108
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
109
|
-
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, {
|
|
110
|
-
carouselWrap: ({
|
|
111
|
-
$: import('vue').ComponentInternalInstance;
|
|
112
|
-
$data: {};
|
|
113
|
-
$props: {
|
|
114
|
-
readonly inline?: boolean | undefined;
|
|
115
|
-
readonly wrap?: boolean | undefined;
|
|
116
|
-
readonly wrapReverse?: boolean | undefined;
|
|
117
|
-
readonly row?: boolean | undefined;
|
|
118
|
-
readonly column?: boolean | undefined;
|
|
119
|
-
readonly rowReverse?: boolean | undefined;
|
|
120
|
-
readonly columnReverse?: boolean | undefined;
|
|
121
|
-
readonly gap?: (Spaces | number) | undefined;
|
|
122
|
-
readonly center?: boolean | undefined;
|
|
123
|
-
readonly xStart?: boolean | undefined;
|
|
124
|
-
readonly xEnd?: boolean | undefined;
|
|
125
|
-
readonly xCenter?: boolean | undefined;
|
|
126
|
-
readonly xBetween?: boolean | undefined;
|
|
127
|
-
readonly xAround?: boolean | undefined;
|
|
128
|
-
readonly xEvenly?: boolean | undefined;
|
|
129
|
-
readonly yCenter?: boolean | undefined;
|
|
130
|
-
readonly yStart?: boolean | undefined;
|
|
131
|
-
readonly yEnd?: boolean | undefined;
|
|
132
|
-
readonly yBaseline?: boolean | undefined;
|
|
133
|
-
readonly yStretch?: boolean | undefined;
|
|
134
|
-
readonly expand?: boolean | undefined;
|
|
135
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
136
|
-
$attrs: import('vue').Attrs;
|
|
137
|
-
$refs: {
|
|
138
|
-
[x: string]: unknown;
|
|
139
|
-
};
|
|
140
|
-
$slots: Readonly<{
|
|
141
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
142
|
-
}>;
|
|
143
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
144
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
145
|
-
$host: Element | null;
|
|
146
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
147
|
-
$el: HTMLDivElement;
|
|
148
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../Flex/Flex.vue').FlexProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
149
|
-
gap: Spaces | number;
|
|
150
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
151
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
152
|
-
created?: (() => void) | (() => void)[];
|
|
153
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
154
|
-
mounted?: (() => void) | (() => void)[];
|
|
155
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
156
|
-
updated?: (() => void) | (() => void)[];
|
|
157
|
-
activated?: (() => void) | (() => void)[];
|
|
158
|
-
deactivated?: (() => void) | (() => void)[];
|
|
159
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
160
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
161
|
-
destroyed?: (() => void) | (() => void)[];
|
|
162
|
-
unmounted?: (() => void) | (() => void)[];
|
|
163
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
164
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
165
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
166
|
-
};
|
|
167
|
-
$forceUpdate: () => void;
|
|
168
|
-
$nextTick: typeof import('vue').nextTick;
|
|
169
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
170
|
-
} & Readonly<{
|
|
171
|
-
gap: Spaces | number;
|
|
172
|
-
}> & Omit<Readonly<import('../Flex/Flex.vue').FlexProps> & Readonly<{}>, "gap"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
173
|
-
$slots: {
|
|
174
|
-
default?(_: {}): any;
|
|
175
|
-
};
|
|
176
|
-
}) | null;
|
|
177
|
-
}, HTMLDivElement>;
|
|
178
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
179
|
-
export default _default;
|
|
180
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
181
|
-
new (): {
|
|
182
|
-
$slots: S;
|
|
183
|
-
};
|
|
184
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
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 function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
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, {
|
|
17
|
-
click: () => any;
|
|
18
|
-
cellClick: (index: number) => any;
|
|
19
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
20
|
-
onClick?: (() => any) | undefined;
|
|
21
|
-
onCellClick?: ((index: number) => any) | undefined;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
label?: string;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
checked?: boolean;
|
|
5
|
-
accent?: boolean;
|
|
6
|
-
}
|
|
7
|
-
type __VLS_Props = Props;
|
|
8
|
-
type __VLS_PublicProps = {
|
|
9
|
-
modelValue?: boolean;
|
|
10
|
-
} & __VLS_Props;
|
|
11
|
-
declare function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
change: (checked: boolean) => any;
|
|
20
|
-
"update:modelValue": (value: boolean) => any;
|
|
21
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
23
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
24
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
-
new (): {
|
|
29
|
-
$slots: S;
|
|
30
|
-
};
|
|
31
|
-
};
|