@wisemen/vue-core-components 1.11.0 → 1.12.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/{AlertCircleIcon-BxKVnQnZ.js → AlertCircleIcon-DDmde2YO.js} +1 -1
- package/dist/{AlertTriangleIcon-BfuXnxtf.js → AlertTriangleIcon-DbCLi54c.js} +1 -1
- package/dist/{ArrowDownIcon-C0ZFg-rd.js → ArrowDownIcon-Ddff90Tq.js} +1 -1
- package/dist/{ArrowLeftIcon--haJNFN7.js → ArrowLeftIcon-Lz8tekU8.js} +1 -1
- package/dist/{ArrowRightIcon-C7yEAole.js → ArrowRightIcon-B2-DiVgx.js} +1 -1
- package/dist/{ArrowUpIcon-Co19hLtt.js → ArrowUpIcon-6SSIxm_3.js} +1 -1
- package/dist/{CalendarIcon-CJVLdqrh.js → CalendarIcon-Dg3ua1pV.js} +1 -1
- package/dist/{CheckCircleIcon-DfseMUfe.js → CheckCircleIcon-IthRtbq-.js} +1 -1
- package/dist/{CheckIcon-B4H-IBFH.js → CheckIcon-Dx4iUBsR.js} +1 -1
- package/dist/{ChevronLeftDoubleIcon-CgKMYCl4.js → ChevronLeftDoubleIcon-Bfloqxkw.js} +1 -1
- package/dist/{ChevronLeftIcon-D3bFAJTL.js → ChevronLeftIcon-BCDW9yjO.js} +1 -1
- package/dist/{ChevronRightDoubleIcon-CGGUT-80.js → ChevronRightDoubleIcon-BYC5sEya.js} +1 -1
- package/dist/{ChevronRightIcon-0SG6HFKs.js → ChevronRightIcon-B0MAeOxM.js} +1 -1
- package/dist/{CloseIcon-CPB64iop.js → CloseIcon-C9yG3441.js} +1 -1
- package/dist/{EyeIcon-BIgxH5S-.js → EyeIcon-B3-JmiEr.js} +1 -1
- package/dist/{EyeOffIcon-B7aqMa3q.js → EyeOffIcon-1T6Wz162.js} +1 -1
- package/dist/{InfoCircleIcon-CM_Bjj3u.js → InfoCircleIcon-ByTGNygB.js} +1 -1
- package/dist/{MinusIcon-BfS_7GO0.js → MinusIcon-BiwicMHY.js} +1 -1
- package/dist/{PlusIcon-CTVfkDVW.js → PlusIcon-CYP-QLY4.js} +1 -1
- package/dist/{SearchIcon-B6IQjN6G.js → SearchIcon-XLNWP0ce.js} +1 -1
- package/dist/{SelectIconRight-CmD0uycb.js → SelectIconRight-Cxo-acUV.js} +1 -1
- package/dist/{StarsIcon-CJB6n5-A.js → StarsIcon-Bw_fIBcF.js} +1 -1
- package/dist/{SwitchVerticalIcon-CDRZaZDn.js → SwitchVerticalIcon-Dtl4f4Fc.js} +1 -1
- package/dist/{TranslateIcon-1PPFQeQJ.js → TranslateIcon-BZ2DYUni.js} +1 -1
- package/dist/class-variant/classVariant.type.d.ts +2 -2
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/badge/index.d.ts +1 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/dialog/index.d.ts +1 -0
- package/dist/components/dropdown-menu/index.d.ts +1 -0
- package/dist/components/file-upload/blurhash.util.d.ts +6 -0
- package/dist/components/file-upload/fileUpload.props.d.ts +10 -2
- package/dist/components/file-upload/fileUpload.type.d.ts +13 -3
- package/dist/components/file-upload/fileUploadItem.context.d.ts +3 -0
- package/dist/components/file-upload/index.d.ts +3 -1
- package/dist/components/file-upload/parts/FileUploadDropzone.d.ts +94 -0
- package/dist/components/file-upload/parts/FileUploadItem.d.ts +4 -1
- package/dist/components/file-upload/parts/FileUploadRoot.d.ts +2 -0
- package/dist/components/keyboard-key/index.d.ts +1 -0
- package/dist/components/keyboard-shortcut/index.d.ts +1 -0
- package/dist/components/keyboard-shortcut/keyboardShortcut.style.d.ts +3 -3
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/shared/InteractableElement.d.ts +0 -1
- package/dist/components/shared/TestIdProvider.d.ts +0 -1
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/toast/index.d.ts +1 -0
- package/dist/components/tooltip/index.d.ts +1 -0
- package/dist/{index-WOCyxsOP.js → index-BueSa_-n.js} +5504 -4778
- package/dist/index.js +192 -177
- package/dist/index.umd +14 -14
- package/dist/style.css +1 -1
- package/package.json +8 -6
- package/dist/nieuw.d.ts +0 -1
|
@@ -13,7 +13,7 @@ import { createDialogStyle } from '../components/dialog/dialog.style';
|
|
|
13
13
|
import { createDropdownMenuStyle } from '../components/dropdown-menu/dropdownMenu.style';
|
|
14
14
|
import { createFormFieldStyle } from '../components/form-field/formField.style';
|
|
15
15
|
import { createKeyboardKeyStyle } from '../components/keyboard-key/keyboardKey.style';
|
|
16
|
-
import {
|
|
16
|
+
import { createKeyboardShortcutStyle } from '../components/keyboard-shortcut/keyboardShortcut.style';
|
|
17
17
|
import { createNumberFieldStyle } from '../components/number-field/numberField.style';
|
|
18
18
|
import { createPhoneNumberFieldStyle } from '../components/phone-number-field/phoneNumberField.style';
|
|
19
19
|
import { createPopoverStyle } from '../components/popover/popover.style';
|
|
@@ -89,7 +89,7 @@ export interface ComponentMap {
|
|
|
89
89
|
children: {};
|
|
90
90
|
};
|
|
91
91
|
keyboardShortcut: {
|
|
92
|
-
style: typeof
|
|
92
|
+
style: typeof createKeyboardShortcutStyle;
|
|
93
93
|
children: {
|
|
94
94
|
keyboardKey: 'keyboardKey';
|
|
95
95
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type { AvatarProps as VcAvatarProps } from './avatar.props';
|
|
2
|
+
export { createAvatarStyle } from './avatar.style';
|
|
2
3
|
export { default as VcAvatar } from './Avatar';
|
|
3
4
|
export { default as VcAvatarFallback } from './parts/AvatarFallback';
|
|
4
5
|
export { default as VcAvatarImage } from './parts/AvatarImage';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type { BadgeProps as VcBadgeProps } from './badge.props';
|
|
2
|
+
export { createBadgeStyle } from './badge.style';
|
|
2
3
|
export { default as VcBadge } from './Badge';
|
|
3
4
|
export { default as VcBadgeIcon } from './parts/BadgeIcon';
|
|
4
5
|
export { default as VcBadgeRemoveButton } from './parts/BadgeRemoveButton';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export type { DatePickerProps as VcDatePickerProps } from './single/datePicker.props';
|
|
2
|
+
export { createDatePickerStyle } from './single/datePicker.style';
|
|
2
3
|
export { default as VcDatePicker } from './single/DatePicker';
|
|
3
4
|
export { default as VcDatePickerDate } from './single/parts/DatePickerDate';
|
|
4
5
|
export { default as VcDatePickerGrid } from './single/parts/DatePickerGrid';
|
|
5
6
|
export { default as VcDatePickerHeader } from './single/parts/DatePickerHeader';
|
|
6
7
|
export { default as VcDatePickerRoot } from './single/parts/DatePickerRoot';
|
|
7
8
|
export type { DateRangePickerProps as VcDateRangePickerProps } from './range/dateRangePicker.props';
|
|
9
|
+
export { createDateRangePickerStyle } from './range/dateRangePicker.style';
|
|
8
10
|
export { default as VcDateRangePicker } from './range/DateRangePicker';
|
|
9
11
|
export { default as VcDateRangePickerDate } from './range/parts/DateRangePickerDate';
|
|
10
12
|
export { default as VcDateRangePickerGrid } from './range/parts/DateRangePickerGrid';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { useDialog as useVcDialog } from './dialog.composable';
|
|
2
2
|
export type { DialogProps as VcDialogProps } from './dialog.props';
|
|
3
|
+
export { createDialogStyle } from './dialog.style';
|
|
3
4
|
export type { DialogTriggerProps as VcDialogTriggerProps } from './dialog.type';
|
|
4
5
|
export { default as VcDialog } from './Dialog';
|
|
5
6
|
export { default as VcDialogContainer } from './DialogContainer';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type { DropdownMenuItemProps as vcDropdownMenuItemProps, DropdownMenuProps as vcDropdownMenuProps, } from './dropdownMenu.props';
|
|
2
|
+
export { createDropdownMenuStyle } from './dropdownMenu.style';
|
|
2
3
|
export { default as VcDropdownMenu } from './DropdownMenu';
|
|
3
4
|
export { default as VcDropdownMenuArrow } from './parts/DropdownMenuArrow';
|
|
4
5
|
export { default as VcDropdownMenuContent } from './parts/DropdownMenuContent';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FileUploadInfo, FileUploadItem } from './fileUpload.type';
|
|
2
2
|
import { InteractableElement } from '../../utils/props.util';
|
|
3
3
|
export interface FileUploadProps extends InteractableElement {
|
|
4
4
|
/**
|
|
@@ -21,6 +21,14 @@ export interface FileUploadProps extends InteractableElement {
|
|
|
21
21
|
* The string image/* meaning "any image file".
|
|
22
22
|
*/
|
|
23
23
|
accept: string[];
|
|
24
|
+
/**
|
|
25
|
+
* Confirms the upload of a file. In the case of a image, a blur hash can be provided to
|
|
26
|
+
* generate a placeholder while the image is being uploaded.
|
|
27
|
+
*
|
|
28
|
+
* @param blurHash - The blur hash of the image, or `null` if not applicable.
|
|
29
|
+
* @returns A promise that resolves when the upload is confirmed.
|
|
30
|
+
*/
|
|
31
|
+
confirmUpload: (uuid: string, blurHash: string | null) => Promise<void>;
|
|
24
32
|
/**
|
|
25
33
|
* Prepares a file for upload by retrieving upload metadata from the backend.
|
|
26
34
|
*
|
|
@@ -32,7 +40,7 @@ export interface FileUploadProps extends InteractableElement {
|
|
|
32
40
|
* @param mimeType - The MIME type of the file to be uploaded.
|
|
33
41
|
* @returns A promise that resolves to a `FileInfo` object containing upload metadata.
|
|
34
42
|
*/
|
|
35
|
-
getFileInfo: (name: string, mimeType: string) => Promise<
|
|
43
|
+
getFileInfo: (name: string, mimeType: string) => Promise<FileUploadInfo>;
|
|
36
44
|
}
|
|
37
45
|
export interface FileUploadItemProps {
|
|
38
46
|
item: FileUploadItem;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export interface FileInfo {
|
|
2
2
|
uuid: string;
|
|
3
3
|
name: string;
|
|
4
|
+
blurHash: string | null;
|
|
4
5
|
mimeType: string;
|
|
5
6
|
order: number;
|
|
6
|
-
url: string;
|
|
7
|
+
url: string | null;
|
|
8
|
+
}
|
|
9
|
+
export interface FileUploadInfo {
|
|
10
|
+
uuid: string;
|
|
11
|
+
uploadUrl: string;
|
|
7
12
|
}
|
|
8
13
|
export declare enum FileUploadStatus {
|
|
9
14
|
ERROR = "ERROR",// Upload failed
|
|
@@ -11,10 +16,14 @@ export declare enum FileUploadStatus {
|
|
|
11
16
|
SUCCESS = "SUCCESS",// Upload finished successfully
|
|
12
17
|
UPLOADING = "UPLOADING"
|
|
13
18
|
}
|
|
14
|
-
interface BaseFileUploadItem
|
|
19
|
+
interface BaseFileUploadItem {
|
|
20
|
+
uuid: string;
|
|
15
21
|
isSyncedWithModelValue: boolean;
|
|
22
|
+
name: string;
|
|
16
23
|
key: string;
|
|
17
|
-
|
|
24
|
+
mimeType: string;
|
|
25
|
+
order: number;
|
|
26
|
+
url: string | null;
|
|
18
27
|
}
|
|
19
28
|
export interface FileUploadItemPending extends BaseFileUploadItem {
|
|
20
29
|
file: File;
|
|
@@ -26,6 +35,7 @@ export interface FileUploadItemUploading extends BaseFileUploadItem {
|
|
|
26
35
|
status: FileUploadStatus.UPLOADING;
|
|
27
36
|
}
|
|
28
37
|
export interface FileUploadItemSuccess extends BaseFileUploadItem {
|
|
38
|
+
blurHash: string | null;
|
|
29
39
|
status: FileUploadStatus.SUCCESS;
|
|
30
40
|
}
|
|
31
41
|
export interface FileUploadItemError extends BaseFileUploadItem {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export type { FileUploadItemProps, FileUploadProps, } from './fileUpload.props';
|
|
2
|
-
export type { FileInfo, FileUploadItem, FileUploadItemError, FileUploadItemPending, FileUploadItemSuccess, FileUploadItemUploading,
|
|
2
|
+
export type { FileInfo, FileUploadInfo, FileUploadItem, FileUploadItemError, FileUploadItemPending, FileUploadItemSuccess, FileUploadItemUploading, } from './fileUpload.type';
|
|
3
|
+
export { FileUploadStatus } from './fileUpload.type';
|
|
4
|
+
export { default as VcFileUploadDropzone } from './parts/FileUploadDropzone';
|
|
3
5
|
export { default as VcFileUploadItem } from './parts/FileUploadItem';
|
|
4
6
|
export { default as VcFileUploadItemRemove } from './parts/FileUploadItemRemove';
|
|
5
7
|
export { default as VcFileUploadItemReplace } from './parts/FileUploadItemReplace';
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
isHoveringOverDropzone: boolean;
|
|
6
|
+
isHoveringOverPage: boolean;
|
|
7
|
+
}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
dropzoneRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
asChild: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
as: {
|
|
16
|
+
type: import('vue').PropType<import('reka-ui').AsTag | import('vue').Component>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
|
+
asChild: boolean;
|
|
23
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
24
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
|
+
P: {};
|
|
26
|
+
B: {};
|
|
27
|
+
D: {};
|
|
28
|
+
C: {};
|
|
29
|
+
M: {};
|
|
30
|
+
Defaults: {};
|
|
31
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
asChild: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
as: {
|
|
37
|
+
type: import('vue').PropType<import('reka-ui').AsTag | import('vue').Component>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
}>, {}, {}, {}, {
|
|
43
|
+
asChild: boolean;
|
|
44
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
45
|
+
}> | null;
|
|
46
|
+
};
|
|
47
|
+
rootEl: any;
|
|
48
|
+
};
|
|
49
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
51
|
+
dropzoneRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
+
asChild: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
as: {
|
|
57
|
+
type: import('vue').PropType<import('reka-ui').AsTag | import('vue').Component>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
63
|
+
asChild: boolean;
|
|
64
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
65
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
66
|
+
P: {};
|
|
67
|
+
B: {};
|
|
68
|
+
D: {};
|
|
69
|
+
C: {};
|
|
70
|
+
M: {};
|
|
71
|
+
Defaults: {};
|
|
72
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
73
|
+
asChild: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
as: {
|
|
78
|
+
type: import('vue').PropType<import('reka-ui').AsTag | import('vue').Component>;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
}>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
}>, {}, {}, {}, {
|
|
84
|
+
asChild: boolean;
|
|
85
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
86
|
+
}> | null;
|
|
87
|
+
}, any>;
|
|
88
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
89
|
+
export default _default;
|
|
90
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
91
|
+
new (): {
|
|
92
|
+
$slots: S;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
@@ -17,8 +17,10 @@ declare function __VLS_template(): {
|
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
19
|
"update:modelValue": (value: FileInfo | FileInfo[] | null) => any;
|
|
20
|
+
filesRejected: (files: File[]) => any;
|
|
20
21
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
22
|
"onUpdate:modelValue"?: ((value: FileInfo | FileInfo[] | null) => any) | undefined;
|
|
23
|
+
onFilesRejected?: ((files: File[]) => any) | undefined;
|
|
22
24
|
}>, {
|
|
23
25
|
isDisabled: boolean;
|
|
24
26
|
isValidFile: ((file: File) => boolean) | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VariantProps } from 'tailwind-variants';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const createKeyboardShortcutStyle: import('tailwind-variants').TVReturnType<{
|
|
3
3
|
variant: {};
|
|
4
4
|
}, {
|
|
5
5
|
root: string;
|
|
@@ -15,5 +15,5 @@ export declare const createkeyboardShortcutStyle: import('tailwind-variants').TV
|
|
|
15
15
|
root: string;
|
|
16
16
|
thenLabel: string;
|
|
17
17
|
}, undefined, unknown, unknown, undefined>>;
|
|
18
|
-
export type keyboardShortcutStyle = VariantProps<typeof
|
|
19
|
-
export type
|
|
18
|
+
export type keyboardShortcutStyle = VariantProps<typeof createKeyboardShortcutStyle>;
|
|
19
|
+
export type CreateKeyboardShortcutStyle = ReturnType<typeof createKeyboardShortcutStyle>;
|
|
@@ -7,4 +7,5 @@ export { default as VcPopoverPortal } from './parts/PopoverPortal';
|
|
|
7
7
|
export { default as VcPopoverRoot } from './parts/PopoverRoot';
|
|
8
8
|
export { default as VcPopoverTrigger } from './parts/PopoverTrigger';
|
|
9
9
|
export type { PopoverProps as VcPopoverProps } from './popover.props';
|
|
10
|
+
export { createPopoverStyle } from './popover.style';
|
|
10
11
|
export { default as VcPopover } from './Popover';
|
|
@@ -12,7 +12,6 @@ declare function __VLS_template(): {
|
|
|
12
12
|
};
|
|
13
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
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
|
-
isDisabled: boolean;
|
|
16
15
|
as: string | null;
|
|
17
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -12,7 +12,6 @@ declare function __VLS_template(): {
|
|
|
12
12
|
};
|
|
13
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
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
|
-
testId: string | null;
|
|
16
15
|
as: string | null;
|
|
17
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -10,5 +10,6 @@ export { default as VcTableRoot } from './parts/TableRoot';
|
|
|
10
10
|
export { default as VcTableRow } from './parts/TableRow';
|
|
11
11
|
export { default as VcTableScrollContainer } from './parts/TableScrollContainer';
|
|
12
12
|
export type { TableProps as VcTableProps } from './table.props';
|
|
13
|
+
export { createTableStyle } from './table.style';
|
|
13
14
|
export type { TableColumn } from './table.type';
|
|
14
15
|
export { default as VcTable } from './Table';
|
|
@@ -9,3 +9,4 @@ export { default as VcTabsIndicator } from './shared/parts/TabsIndicator';
|
|
|
9
9
|
export { default as VcTabsList } from './shared/parts/TabsList';
|
|
10
10
|
export { default as VcTabsRoot } from './shared/parts/TabsRoot';
|
|
11
11
|
export type { RouterLinkTabsItemProps as VcRouterLinkTabsItemProps, TabsProps as VcTabsProps, } from './shared/tabs.props';
|
|
12
|
+
export { createTabsStyle } from './shared/tabs.style';
|
|
@@ -6,4 +6,5 @@ export { default as VcTooltipPortal } from './parts/TooltipPortal';
|
|
|
6
6
|
export { default as VcTooltipRoot } from './parts/TooltipRoot';
|
|
7
7
|
export { default as VcTooltipTrigger } from './parts/TooltipTrigger';
|
|
8
8
|
export type { TooltipProps as VcTooltipProps } from './tooltip.props';
|
|
9
|
+
export { createTooltipStyle } from './tooltip.style';
|
|
9
10
|
export { default as VcTooltip } from './Tooltip';
|