@bitrix24/b24ui-nuxt 0.6.5 → 0.6.7
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/meta.d.mts +3187 -765
- package/dist/meta.mjs +3187 -765
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Advice.vue.d.ts +3 -26
- package/dist/runtime/components/Alert.vue.d.ts +7 -22
- package/dist/runtime/components/App.vue.d.ts +2 -2
- package/dist/runtime/components/Avatar.vue.d.ts +4 -25
- package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -11
- package/dist/runtime/components/Badge.vue.d.ts +3 -24
- package/dist/runtime/components/Button.vue.d.ts +3 -30
- package/dist/runtime/components/ButtonGroup.vue.d.ts +3 -26
- package/dist/runtime/components/Calendar.vue.d.ts +6 -2
- package/dist/runtime/components/Checkbox.vue.d.ts +10 -13
- package/dist/runtime/components/Chip.vue.d.ts +10 -24
- package/dist/runtime/components/Collapsible.vue.d.ts +7 -22
- package/dist/runtime/components/Container.vue.d.ts +2 -11
- package/dist/runtime/components/Countdown.vue.d.ts +14 -30
- package/dist/runtime/components/DescriptionList.vue +12 -0
- package/dist/runtime/components/DescriptionList.vue.d.ts +12 -36
- package/dist/runtime/components/DropdownMenu.vue.d.ts +6 -24
- package/dist/runtime/components/DropdownMenuContent.vue +4 -0
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +19 -6
- package/dist/runtime/components/Form.vue.d.ts +5 -2
- package/dist/runtime/components/FormField.vue.d.ts +2 -11
- package/dist/runtime/components/Input.vue.d.ts +16 -31
- package/dist/runtime/components/InputMenu.vue +6 -2
- package/dist/runtime/components/InputMenu.vue.d.ts +17 -3
- package/dist/runtime/components/InputNumber.vue.d.ts +12 -25
- package/dist/runtime/components/Kbd.vue.d.ts +3 -24
- package/dist/runtime/components/Link.vue.d.ts +3 -36
- package/dist/runtime/components/LinkBase.vue.d.ts +4 -27
- package/dist/runtime/components/Modal.vue +11 -9
- package/dist/runtime/components/Modal.vue.d.ts +12 -29
- package/dist/runtime/components/ModalDialogClose.vue.d.ts +2 -2
- package/dist/runtime/components/Navbar.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarDivider.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarSection.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +3 -24
- package/dist/runtime/components/NavigationMenu.vue +4 -0
- package/dist/runtime/components/NavigationMenu.vue.d.ts +6 -20
- package/dist/runtime/components/Popover.vue +9 -6
- package/dist/runtime/components/Popover.vue.d.ts +10 -26
- package/dist/runtime/components/Progress.vue.d.ts +9 -40
- package/dist/runtime/components/RadioGroup.vue.d.ts +5 -2
- package/dist/runtime/components/Range.vue.d.ts +12 -31
- package/dist/runtime/components/Select.vue +5 -0
- package/dist/runtime/components/Select.vue.d.ts +10 -2
- package/dist/runtime/components/SelectMenu.vue +5 -1
- package/dist/runtime/components/SelectMenu.vue.d.ts +17 -3
- package/dist/runtime/components/Separator.vue.d.ts +3 -24
- package/dist/runtime/components/Sidebar.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarBody.vue.d.ts +3 -26
- package/dist/runtime/components/SidebarFooter.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarHeader.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarHeading.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarLayout.vue +4 -0
- package/dist/runtime/components/SidebarLayout.vue.d.ts +8 -29
- package/dist/runtime/components/SidebarSection.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +3 -24
- package/dist/runtime/components/Skeleton.vue +8 -1
- package/dist/runtime/components/Skeleton.vue.d.ts +3 -12
- package/dist/runtime/components/Slideover.vue +11 -9
- package/dist/runtime/components/Slideover.vue.d.ts +12 -30
- package/dist/runtime/components/StackedLayout.vue +4 -0
- package/dist/runtime/components/StackedLayout.vue.d.ts +8 -29
- package/dist/runtime/components/Switch.vue.d.ts +10 -13
- package/dist/runtime/components/Tabs.vue.d.ts +4 -20
- package/dist/runtime/components/Textarea.vue.d.ts +16 -33
- package/dist/runtime/components/Toast.vue.d.ts +86 -24
- package/dist/runtime/components/Toaster.vue.d.ts +3 -30
- package/dist/runtime/components/Tooltip.vue.d.ts +7 -22
- package/dist/runtime/components/content/TableWrapper.vue.d.ts +4 -27
- package/dist/runtime/composables/usePortal.js +2 -9
- package/dist/runtime/inertia/components/Link.vue.d.ts +3 -34
- package/dist/runtime/prose/A.vue.d.ts +2 -11
- package/dist/runtime/prose/Blockquote.vue.d.ts +2 -11
- package/dist/runtime/prose/Code.vue.d.ts +2 -11
- package/dist/runtime/prose/Em.vue.d.ts +2 -11
- package/dist/runtime/prose/H1.vue.d.ts +2 -11
- package/dist/runtime/prose/H2.vue.d.ts +2 -11
- package/dist/runtime/prose/H3.vue.d.ts +2 -11
- package/dist/runtime/prose/H4.vue.d.ts +2 -11
- package/dist/runtime/prose/H5.vue.d.ts +2 -11
- package/dist/runtime/prose/H6.vue.d.ts +2 -11
- package/dist/runtime/prose/Hr.vue.d.ts +1 -10
- package/dist/runtime/prose/Img.vue.d.ts +1 -10
- package/dist/runtime/prose/Li.vue.d.ts +2 -11
- package/dist/runtime/prose/Ol.vue.d.ts +2 -11
- package/dist/runtime/prose/P.vue.d.ts +2 -11
- package/dist/runtime/prose/Pre.vue.d.ts +3 -24
- package/dist/runtime/prose/Strong.vue.d.ts +2 -11
- package/dist/runtime/prose/Table.vue.d.ts +3 -32
- package/dist/runtime/prose/Tbody.vue.d.ts +2 -11
- package/dist/runtime/prose/Td.vue.d.ts +2 -11
- package/dist/runtime/prose/Th.vue.d.ts +2 -11
- package/dist/runtime/prose/Thead.vue.d.ts +2 -11
- package/dist/runtime/prose/Tr.vue.d.ts +2 -11
- package/dist/runtime/prose/Ul.vue.d.ts +2 -11
- package/dist/runtime/vue/components/Link.vue.d.ts +3 -36
- package/package.json +10 -11
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -21,36 +21,13 @@ export interface AdviceSlots {
|
|
|
21
21
|
leading(props?: {}): any;
|
|
22
22
|
default(props?: {}): any;
|
|
23
23
|
}
|
|
24
|
-
declare const _default:
|
|
25
|
-
as: string;
|
|
26
|
-
angle: string;
|
|
27
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<AdviceProps>, {
|
|
28
|
-
as: string;
|
|
29
|
-
angle: string;
|
|
30
|
-
}>>> & Readonly<{}>, {
|
|
24
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<AdviceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AdviceProps> & Readonly<{}>, {
|
|
31
25
|
as: any;
|
|
32
26
|
angle: Advice["variants"]["angle"];
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AdviceSlots>;
|
|
34
28
|
export default _default;
|
|
35
|
-
type
|
|
36
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
37
|
-
default: D[K];
|
|
38
|
-
}> : P[K];
|
|
39
|
-
};
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToOption<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
30
|
new (): {
|
|
51
31
|
$slots: S;
|
|
52
32
|
};
|
|
53
33
|
};
|
|
54
|
-
type __VLS_PrettifyLocal<T> = {
|
|
55
|
-
[K in keyof T]: T[K];
|
|
56
|
-
} & {};
|
|
@@ -67,31 +67,16 @@ export interface AlertSlots {
|
|
|
67
67
|
};
|
|
68
68
|
}): any;
|
|
69
69
|
}
|
|
70
|
-
declare const _default:
|
|
71
|
-
|
|
72
|
-
}
|
|
70
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<AlertProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
71
|
+
"update:open": (value: boolean) => any;
|
|
72
|
+
}, string, import("vue").PublicProps, Readonly<AlertProps> & Readonly<{
|
|
73
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
74
|
+
}>, {
|
|
73
75
|
orientation: Alert["variants"]["orientation"];
|
|
74
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
76
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AlertSlots>;
|
|
75
77
|
export default _default;
|
|
76
|
-
type
|
|
77
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
78
|
-
default: D[K];
|
|
79
|
-
}> : P[K];
|
|
80
|
-
};
|
|
81
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
82
|
-
type __VLS_TypePropsToOption<T> = {
|
|
83
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
84
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
85
|
-
} : {
|
|
86
|
-
type: import('vue').PropType<T[K]>;
|
|
87
|
-
required: true;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
78
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
91
79
|
new (): {
|
|
92
80
|
$slots: S;
|
|
93
81
|
};
|
|
94
82
|
};
|
|
95
|
-
type __VLS_PrettifyLocal<T> = {
|
|
96
|
-
[K in keyof T]: T[K];
|
|
97
|
-
} & {};
|
|
@@ -10,10 +10,10 @@ export interface AppSlots {
|
|
|
10
10
|
default(props?: {}): any;
|
|
11
11
|
}
|
|
12
12
|
declare const _default: <T extends Messages>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
13
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & AppProps<T> & Partial<{}>> &
|
|
13
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & AppProps<T> & Partial<{}>> & import("vue").PublicProps;
|
|
14
14
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
15
15
|
attrs: any;
|
|
16
|
-
slots:
|
|
16
|
+
slots: AppSlots;
|
|
17
17
|
emit: {};
|
|
18
18
|
}>) => import("vue").VNode & {
|
|
19
19
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -28,35 +28,14 @@ export interface AvatarProps {
|
|
|
28
28
|
export interface AvatarSlots {
|
|
29
29
|
default(props?: {}): any;
|
|
30
30
|
}
|
|
31
|
-
declare const _default:
|
|
32
|
-
as: string;
|
|
33
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<AvatarProps>, {
|
|
34
|
-
as: string;
|
|
35
|
-
}>>> & Readonly<{}>, {
|
|
31
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<AvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
|
|
36
32
|
as: any;
|
|
37
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
38
|
-
default
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
34
|
+
default?: (props: {}) => any;
|
|
39
35
|
}>;
|
|
40
36
|
export default _default;
|
|
41
|
-
type
|
|
42
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
43
|
-
default: D[K];
|
|
44
|
-
}> : P[K];
|
|
45
|
-
};
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToOption<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: import('vue').PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
56
38
|
new (): {
|
|
57
39
|
$slots: S;
|
|
58
40
|
};
|
|
59
41
|
};
|
|
60
|
-
type __VLS_PrettifyLocal<T> = {
|
|
61
|
-
[K in keyof T]: T[K];
|
|
62
|
-
} & {};
|
|
@@ -22,18 +22,9 @@ export interface AvatarGroupProps {
|
|
|
22
22
|
export interface AvatarGroupSlots {
|
|
23
23
|
default(props?: {}): any;
|
|
24
24
|
}
|
|
25
|
-
declare const _default:
|
|
25
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, AvatarGroupSlots>;
|
|
26
26
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
type __VLS_TypePropsToOption<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
37
28
|
new (): {
|
|
38
29
|
$slots: S;
|
|
39
30
|
};
|
|
@@ -46,33 +46,12 @@ export interface BadgeSlots {
|
|
|
46
46
|
default(props?: {}): any;
|
|
47
47
|
trailing(props?: {}): any;
|
|
48
48
|
}
|
|
49
|
-
declare const _default:
|
|
50
|
-
as: string;
|
|
51
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BadgeProps>, {
|
|
52
|
-
as: string;
|
|
53
|
-
}>>> & Readonly<{}>, {
|
|
49
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<BadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
54
50
|
as: any;
|
|
55
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
51
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, BadgeSlots>;
|
|
56
52
|
export default _default;
|
|
57
|
-
type
|
|
58
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
59
|
-
default: D[K];
|
|
60
|
-
}> : P[K];
|
|
61
|
-
};
|
|
62
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
63
|
-
type __VLS_TypePropsToOption<T> = {
|
|
64
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
65
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
66
|
-
} : {
|
|
67
|
-
type: import('vue').PropType<T[K]>;
|
|
68
|
-
required: true;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
72
54
|
new (): {
|
|
73
55
|
$slots: S;
|
|
74
56
|
};
|
|
75
57
|
};
|
|
76
|
-
type __VLS_PrettifyLocal<T> = {
|
|
77
|
-
[K in keyof T]: T[K];
|
|
78
|
-
} & {};
|
|
@@ -74,42 +74,15 @@ export interface ButtonSlots {
|
|
|
74
74
|
default(props?: {}): any;
|
|
75
75
|
trailing(props?: {}): any;
|
|
76
76
|
}
|
|
77
|
-
declare const _default:
|
|
78
|
-
type: string;
|
|
79
|
-
active: undefined;
|
|
80
|
-
activeClass: string;
|
|
81
|
-
inactiveClass: string;
|
|
82
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonProps>, {
|
|
83
|
-
type: string;
|
|
84
|
-
active: undefined;
|
|
85
|
-
activeClass: string;
|
|
86
|
-
inactiveClass: string;
|
|
87
|
-
}>>> & Readonly<{}>, {
|
|
77
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
88
78
|
type: "reset" | "submit" | "button";
|
|
89
79
|
activeClass: string;
|
|
90
80
|
active: boolean;
|
|
91
81
|
inactiveClass: string;
|
|
92
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
82
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
93
83
|
export default _default;
|
|
94
|
-
type
|
|
95
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
96
|
-
default: D[K];
|
|
97
|
-
}> : P[K];
|
|
98
|
-
};
|
|
99
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
100
|
-
type __VLS_TypePropsToOption<T> = {
|
|
101
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
102
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
103
|
-
} : {
|
|
104
|
-
type: import('vue').PropType<T[K]>;
|
|
105
|
-
required: true;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
84
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
109
85
|
new (): {
|
|
110
86
|
$slots: S;
|
|
111
87
|
};
|
|
112
88
|
};
|
|
113
|
-
type __VLS_PrettifyLocal<T> = {
|
|
114
|
-
[K in keyof T]: T[K];
|
|
115
|
-
} & {};
|
|
@@ -28,36 +28,13 @@ export interface ButtonGroupProps {
|
|
|
28
28
|
export interface ButtonGroupSlots {
|
|
29
29
|
default(props?: {}): any;
|
|
30
30
|
}
|
|
31
|
-
declare const _default:
|
|
32
|
-
orientation: string;
|
|
33
|
-
noSplit: boolean;
|
|
34
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ButtonGroupProps>, {
|
|
35
|
-
orientation: string;
|
|
36
|
-
noSplit: boolean;
|
|
37
|
-
}>>> & Readonly<{}>, {
|
|
31
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
|
|
38
32
|
orientation: ButtonGroup["variants"]["orientation"];
|
|
39
33
|
noSplit: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonGroupSlots>;
|
|
41
35
|
export default _default;
|
|
42
|
-
type
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
-
type __VLS_TypePropsToOption<T> = {
|
|
49
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
-
} : {
|
|
52
|
-
type: import('vue').PropType<T[K]>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
57
37
|
new (): {
|
|
58
38
|
$slots: S;
|
|
59
39
|
};
|
|
60
40
|
};
|
|
61
|
-
type __VLS_PrettifyLocal<T> = {
|
|
62
|
-
[K in keyof T]: T[K];
|
|
63
|
-
} & {};
|
|
@@ -93,10 +93,14 @@ export interface CalendarSlots {
|
|
|
93
93
|
}) => any;
|
|
94
94
|
}
|
|
95
95
|
declare const _default: <R extends boolean, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
96
|
-
props: __VLS_PrettifyLocal<
|
|
96
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
97
|
+
readonly "onUpdate:modelValue"?: ((date: CalendarModelValue<R, M>) => any) | undefined;
|
|
98
|
+
readonly "onUpdate:placeholder"?: ((...args: unknown[]) => any) | undefined;
|
|
99
|
+
readonly "onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
100
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:placeholder" | "onUpdate:startValue"> & CalendarProps<R, M> & Partial<{}>> & import("vue").PublicProps;
|
|
97
101
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
98
102
|
attrs: any;
|
|
99
|
-
slots:
|
|
103
|
+
slots: CalendarSlots;
|
|
100
104
|
emit: ((evt: "update:modelValue", date: CalendarModelValue<R, M>) => void) & ((evt: "update:placeholder", ...args: [date: DateValue] & [date: DateValue]) => void) & ((evt: "update:startValue", date: DateValue | undefined) => void);
|
|
101
105
|
}>) => import("vue").VNode & {
|
|
102
106
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -33,22 +33,19 @@ export interface CheckboxSlots {
|
|
|
33
33
|
description?: string;
|
|
34
34
|
}): any;
|
|
35
35
|
}
|
|
36
|
-
declare const _default:
|
|
36
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CheckboxProps & {
|
|
37
37
|
modelValue?: boolean | "indeterminate";
|
|
38
|
-
}
|
|
38
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
|
+
change: (payload: Event) => any;
|
|
40
|
+
"update:modelValue": (value: boolean | "indeterminate") => any;
|
|
41
|
+
}, string, import("vue").PublicProps, Readonly<CheckboxProps & {
|
|
39
42
|
modelValue?: boolean | "indeterminate";
|
|
40
|
-
} &
|
|
43
|
+
}> & Readonly<{
|
|
44
|
+
onChange?: ((payload: Event) => any) | undefined;
|
|
45
|
+
"onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
|
|
46
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CheckboxSlots>;
|
|
41
47
|
export default _default;
|
|
42
|
-
type
|
|
43
|
-
type __VLS_TypePropsToOption<T> = {
|
|
44
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
-
} : {
|
|
47
|
-
type: import('vue').PropType<T[K]>;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
52
49
|
new (): {
|
|
53
50
|
$slots: S;
|
|
54
51
|
};
|
|
@@ -43,35 +43,21 @@ export interface ChipSlots {
|
|
|
43
43
|
default(props?: {}): any;
|
|
44
44
|
content(props?: {}): any;
|
|
45
45
|
}
|
|
46
|
-
declare const _default:
|
|
46
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ChipProps & {
|
|
47
47
|
show?: boolean;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
49
|
+
"update:show": (value: boolean) => any;
|
|
50
|
+
}, string, import("vue").PublicProps, Readonly<ChipProps & {
|
|
51
|
+
show?: boolean;
|
|
52
|
+
}> & Readonly<{
|
|
53
|
+
"onUpdate:show"?: ((value: boolean) => any) | undefined;
|
|
54
|
+
}>, {
|
|
52
55
|
inset: boolean;
|
|
53
56
|
standalone: boolean;
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ChipSlots>;
|
|
55
58
|
export default _default;
|
|
56
|
-
type
|
|
57
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
58
|
-
default: D[K];
|
|
59
|
-
}> : P[K];
|
|
60
|
-
};
|
|
61
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
62
|
-
type __VLS_TypePropsToOption<T> = {
|
|
63
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
64
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
65
|
-
} : {
|
|
66
|
-
type: import('vue').PropType<T[K]>;
|
|
67
|
-
required: true;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
71
60
|
new (): {
|
|
72
61
|
$slots: S;
|
|
73
62
|
};
|
|
74
63
|
};
|
|
75
|
-
type __VLS_PrettifyLocal<T> = {
|
|
76
|
-
[K in keyof T]: T[K];
|
|
77
|
-
} & {};
|
|
@@ -20,31 +20,16 @@ export interface CollapsibleSlots {
|
|
|
20
20
|
}): any;
|
|
21
21
|
content(props?: {}): any;
|
|
22
22
|
}
|
|
23
|
-
declare const _default:
|
|
23
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CollapsibleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
+
"update:open": (value: boolean) => any;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<CollapsibleProps> & Readonly<{
|
|
26
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
27
|
+
}>, {
|
|
24
28
|
unmountOnHide: boolean;
|
|
25
|
-
}
|
|
26
|
-
unmountOnHide: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<CollapsibleSlots> & CollapsibleSlots>;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CollapsibleSlots>;
|
|
28
30
|
export default _default;
|
|
29
|
-
type
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
-
type __VLS_TypePropsToOption<T> = {
|
|
36
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
-
} : {
|
|
39
|
-
type: import('vue').PropType<T[K]>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
44
32
|
new (): {
|
|
45
33
|
$slots: S;
|
|
46
34
|
};
|
|
47
35
|
};
|
|
48
|
-
type __VLS_PrettifyLocal<T> = {
|
|
49
|
-
[K in keyof T]: T[K];
|
|
50
|
-
} & {};
|
|
@@ -9,18 +9,9 @@ export interface ContainerProps {
|
|
|
9
9
|
export interface ContainerSlots {
|
|
10
10
|
default(props?: {}): any;
|
|
11
11
|
}
|
|
12
|
-
declare const _default:
|
|
12
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ContainerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ContainerSlots>;
|
|
13
13
|
export default _default;
|
|
14
|
-
type
|
|
15
|
-
type __VLS_TypePropsToOption<T> = {
|
|
16
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
-
} : {
|
|
19
|
-
type: import('vue').PropType<T[K]>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
15
|
new (): {
|
|
25
16
|
$slots: S;
|
|
26
17
|
};
|
|
@@ -73,21 +73,22 @@ export interface CountdownSlots {
|
|
|
73
73
|
formatTime: string;
|
|
74
74
|
}): any;
|
|
75
75
|
}
|
|
76
|
-
declare const _default:
|
|
77
|
-
as: string;
|
|
78
|
-
needStartImmediately: boolean;
|
|
79
|
-
emitEvents: boolean;
|
|
80
|
-
interval: number;
|
|
81
|
-
now: () => number;
|
|
82
|
-
seconds: number;
|
|
83
|
-
showMinutes: boolean;
|
|
84
|
-
useCircle: boolean;
|
|
85
|
-
}>>, {
|
|
76
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<CountdownProps, {
|
|
86
77
|
start: () => void;
|
|
87
78
|
abort: () => void;
|
|
88
79
|
stop: () => void;
|
|
89
80
|
restart: () => void;
|
|
90
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
81
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
82
|
+
abort: () => any;
|
|
83
|
+
progress: (payload: CountdownData) => any;
|
|
84
|
+
start: () => any;
|
|
85
|
+
end: () => any;
|
|
86
|
+
}, string, import("vue").PublicProps, Readonly<CountdownProps> & Readonly<{
|
|
87
|
+
onAbort?: (() => any) | undefined;
|
|
88
|
+
onProgress?: ((payload: CountdownData) => any) | undefined;
|
|
89
|
+
onStart?: (() => any) | undefined;
|
|
90
|
+
onEnd?: (() => any) | undefined;
|
|
91
|
+
}>, {
|
|
91
92
|
as: any;
|
|
92
93
|
emitEvents: boolean;
|
|
93
94
|
seconds: number | string;
|
|
@@ -96,27 +97,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
96
97
|
interval: number;
|
|
97
98
|
needStartImmediately: boolean;
|
|
98
99
|
now: () => number;
|
|
99
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
100
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, CountdownSlots>;
|
|
100
101
|
export default _default;
|
|
101
|
-
type
|
|
102
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
103
|
-
default: D[K];
|
|
104
|
-
}> : P[K];
|
|
105
|
-
};
|
|
106
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
107
|
-
type __VLS_TypePropsToOption<T> = {
|
|
108
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
109
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
110
|
-
} : {
|
|
111
|
-
type: import('vue').PropType<T[K]>;
|
|
112
|
-
required: true;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
102
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
116
103
|
new (): {
|
|
117
104
|
$slots: S;
|
|
118
105
|
};
|
|
119
106
|
};
|
|
120
|
-
type __VLS_PrettifyLocal<T> = {
|
|
121
|
-
[K in keyof T]: T[K];
|
|
122
|
-
} & {};
|
|
@@ -68,6 +68,12 @@ const normalizedItems = computed(() => {
|
|
|
68
68
|
v-for="(item, index) in normalizedItems"
|
|
69
69
|
:key="index"
|
|
70
70
|
>
|
|
71
|
+
<slot
|
|
72
|
+
name="content-top"
|
|
73
|
+
:item="item"
|
|
74
|
+
:index="index"
|
|
75
|
+
/>
|
|
76
|
+
|
|
71
77
|
<slot
|
|
72
78
|
:name="item.slot || 'content'"
|
|
73
79
|
:item="item"
|
|
@@ -163,6 +169,12 @@ const normalizedItems = computed(() => {
|
|
|
163
169
|
</span>
|
|
164
170
|
</dd>
|
|
165
171
|
</slot>
|
|
172
|
+
|
|
173
|
+
<slot
|
|
174
|
+
name="content-bottom"
|
|
175
|
+
:item="item"
|
|
176
|
+
:index="index"
|
|
177
|
+
/>
|
|
166
178
|
</template>
|
|
167
179
|
</dl>
|
|
168
180
|
<div
|
|
@@ -55,50 +55,26 @@ type SlotProps<T extends DescriptionListItem> = (props: {
|
|
|
55
55
|
index: number;
|
|
56
56
|
}) => any;
|
|
57
57
|
export type DescriptionListSlots<T extends DescriptionListItem = DescriptionListItem> = {
|
|
58
|
-
legend(props?: {}): any;
|
|
59
|
-
text(props?: {}): any;
|
|
60
|
-
leading: SlotProps<T>;
|
|
61
|
-
label: SlotProps<T>;
|
|
62
|
-
description: SlotProps<T>;
|
|
63
|
-
actions: SlotProps<T>;
|
|
64
|
-
content: SlotProps<T>;
|
|
65
|
-
|
|
58
|
+
'legend'(props?: {}): any;
|
|
59
|
+
'text'(props?: {}): any;
|
|
60
|
+
'leading': SlotProps<T>;
|
|
61
|
+
'label': SlotProps<T>;
|
|
62
|
+
'description': SlotProps<T>;
|
|
63
|
+
'actions': SlotProps<T>;
|
|
64
|
+
'content-top': SlotProps<T>;
|
|
65
|
+
'content': SlotProps<T>;
|
|
66
|
+
'content-bottom': SlotProps<T>;
|
|
67
|
+
'footer'(props?: {
|
|
66
68
|
b24ui: any;
|
|
67
69
|
}): any;
|
|
68
70
|
} & DynamicSlots<T, undefined, {
|
|
69
71
|
index: number;
|
|
70
72
|
}>;
|
|
71
73
|
declare const _default: <T extends DescriptionListItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
72
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & DescriptionListProps<T> & Partial<{}>> &
|
|
74
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & DescriptionListProps<T> & Partial<{}>> & import("vue").PublicProps;
|
|
73
75
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
74
76
|
attrs: any;
|
|
75
|
-
slots:
|
|
76
|
-
legend(props?: {}): any;
|
|
77
|
-
text(props?: {}): any;
|
|
78
|
-
leading: SlotProps<T>;
|
|
79
|
-
label: SlotProps<T>;
|
|
80
|
-
description: SlotProps<T>;
|
|
81
|
-
actions: SlotProps<T>;
|
|
82
|
-
content: SlotProps<T>;
|
|
83
|
-
footer(props?: {
|
|
84
|
-
b24ui: any;
|
|
85
|
-
}): any;
|
|
86
|
-
} & DynamicSlots<T, undefined, {
|
|
87
|
-
index: number;
|
|
88
|
-
}>> & {
|
|
89
|
-
legend(props?: {}): any;
|
|
90
|
-
text(props?: {}): any;
|
|
91
|
-
leading: SlotProps<T>;
|
|
92
|
-
label: SlotProps<T>;
|
|
93
|
-
description: SlotProps<T>;
|
|
94
|
-
actions: SlotProps<T>;
|
|
95
|
-
content: SlotProps<T>;
|
|
96
|
-
footer(props?: {
|
|
97
|
-
b24ui: any;
|
|
98
|
-
}): any;
|
|
99
|
-
} & DynamicSlots<T, undefined, {
|
|
100
|
-
index: number;
|
|
101
|
-
}>;
|
|
77
|
+
slots: DescriptionListSlots<T>;
|
|
102
78
|
emit: {};
|
|
103
79
|
}>) => import("vue").VNode & {
|
|
104
80
|
__ctx?: Awaited<typeof __VLS_setup>;
|