@code-coaching/vuetiful 0.37.1 → 0.42.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/types/components/atoms/VAvatar.vue.d.ts +4 -4
- package/dist/types/components/atoms/VBadge.vue.d.ts +4 -4
- package/dist/types/components/atoms/VButton.vue.d.ts +5 -5
- package/dist/types/components/atoms/VChip.vue.d.ts +4 -4
- package/dist/types/components/atoms/VPopover.vue.d.ts +5 -5
- package/dist/types/components/atoms/VRadio/VRadioDescription.vue.d.ts +1 -1
- package/dist/types/components/atoms/VRadio/VRadioGroup.vue.d.ts +5 -5
- package/dist/types/components/atoms/VRadio/VRadioItem.vue.d.ts +4 -4
- package/dist/types/components/atoms/VRadio/VRadioLabel.vue.d.ts +1 -1
- package/dist/types/components/atoms/VSwitch/VSwitch.vue.d.ts +15 -5
- package/dist/types/components/atoms/VSwitch/VSwitchDescription.vue.d.ts +4 -4
- package/dist/types/components/atoms/VSwitch/VSwitchGroup.vue.d.ts +4 -4
- package/dist/types/components/atoms/VSwitch/VSwitchLabel.vue.d.ts +4 -4
- package/dist/types/components/molecules/VAccordion/VAccordion.vue.d.ts +4 -4
- package/dist/types/components/molecules/VAccordion/VAccordionItem.vue.d.ts +4 -4
- package/dist/types/components/molecules/VAlert.vue.d.ts +5 -5
- package/dist/types/components/molecules/VCard/VCard.vue.d.ts +5 -5
- package/dist/types/components/molecules/VCard/VCardBody.vue.d.ts +4 -4
- package/dist/types/components/molecules/VCard/VCardFooter.vue.d.ts +4 -4
- package/dist/types/components/molecules/VCard/VCardHeader.vue.d.ts +4 -4
- package/dist/types/components/molecules/VCodeBlock.vue.d.ts +5 -5
- package/dist/types/components/molecules/VDrawer.vue.d.ts +4 -4
- package/dist/types/components/molecules/VListbox/VListbox.vue.d.ts +5 -5
- package/dist/types/components/molecules/VListbox/VListboxButton.vue.d.ts +1 -1
- package/dist/types/components/molecules/VListbox/VListboxItem.vue.d.ts +1 -1
- package/dist/types/components/molecules/VListbox/VListboxItems.vue.d.ts +1 -1
- package/dist/types/components/molecules/VListbox/VListboxLabel.vue.d.ts +1 -1
- package/dist/types/components/molecules/VPreview.vue.d.ts +4 -4
- package/dist/types/components/molecules/VRail/VRail.vue.d.ts +4 -4
- package/dist/types/components/molecules/VRail/VRailTile.vue.d.ts +4 -4
- package/dist/types/components/molecules/VShell.vue.d.ts +4 -4
- package/dist/types/components/molecules/VShellConfigurator.vue.d.ts +4 -4
- package/dist/types/components/molecules/VTabs/VTab.vue.d.ts +4 -4
- package/dist/types/components/molecules/VTabs/VTabPanel.vue.d.ts +1 -1
- package/dist/types/components/molecules/VTabs/VTabs.vue.d.ts +4 -4
- package/dist/types/components/molecules/Vuetiful.vue.d.ts +3 -3
- package/dist/types/services/rail.service.d.ts +1 -1
- package/dist/types/utils/theme/VLightSwitch.vue.d.ts +1 -1
- package/dist/types/utils/theme/VThemeSwitch.vue.d.ts +4 -4
- package/dist/types/utils/theme/dark-mode.service.d.ts +2 -2
- package/dist/types/utils/theme/theme.service.d.ts +1 -1
- package/dist/vuetiful.es.mjs +2660 -2583
- package/dist/vuetiful.umd.cjs +35 -10
- package/package.json +2 -2
|
@@ -6,25 +6,25 @@ type AvatarProps = {
|
|
|
6
6
|
fallback?: string;
|
|
7
7
|
classImage?: string;
|
|
8
8
|
};
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AvatarProps>, {
|
|
9
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AvatarProps>, {
|
|
10
10
|
src: string;
|
|
11
11
|
alt: string;
|
|
12
12
|
fallback: string;
|
|
13
13
|
classImage: string;
|
|
14
14
|
initials: string;
|
|
15
|
-
}
|
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AvatarProps>, {
|
|
16
16
|
src: string;
|
|
17
17
|
alt: string;
|
|
18
18
|
fallback: string;
|
|
19
19
|
classImage: string;
|
|
20
20
|
initials: string;
|
|
21
|
-
}
|
|
21
|
+
}>>> & Readonly<{}>, {
|
|
22
22
|
initials: string;
|
|
23
23
|
src: string;
|
|
24
24
|
alt: string;
|
|
25
25
|
fallback: string;
|
|
26
26
|
classImage: string;
|
|
27
|
-
}, {}>;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
export default _default;
|
|
29
29
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
30
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
class?: string | undefined;
|
|
3
3
|
}>, {
|
|
4
4
|
class: string;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
class?: string | undefined;
|
|
7
7
|
}>, {
|
|
8
8
|
class: string;
|
|
9
|
-
}
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
10
|
class: string;
|
|
11
|
-
}, {}>, {
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
}>;
|
|
14
14
|
export default _default;
|
|
@@ -4,23 +4,23 @@ interface ButtonProps {
|
|
|
4
4
|
tag?: string;
|
|
5
5
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
6
6
|
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
8
8
|
class: string;
|
|
9
9
|
tag: string;
|
|
10
10
|
size: string;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
click: () => void;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
|
|
14
14
|
class: string;
|
|
15
15
|
tag: string;
|
|
16
16
|
size: string;
|
|
17
|
-
}>>> & {
|
|
17
|
+
}>>> & Readonly<{
|
|
18
18
|
onClick?: (() => any) | undefined;
|
|
19
|
-
}
|
|
19
|
+
}>, {
|
|
20
20
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
21
21
|
class: string;
|
|
22
22
|
tag: string;
|
|
23
|
-
}, {}>, {
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
24
24
|
default?(_: {}): any;
|
|
25
25
|
}>;
|
|
26
26
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
type ChipProps = {
|
|
2
2
|
class?: string;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ChipProps>, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ChipProps>, {
|
|
5
5
|
class: string;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ChipProps>, {
|
|
7
7
|
class: string;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {
|
|
9
9
|
class: string;
|
|
10
|
-
}, {}>, {
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
11
11
|
default?(_: {}): any;
|
|
12
12
|
}>;
|
|
13
13
|
export default _default;
|
|
@@ -8,22 +8,22 @@ interface PopoverProps {
|
|
|
8
8
|
showOnClick?: boolean;
|
|
9
9
|
offset?: number;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
12
12
|
placement: string;
|
|
13
13
|
show: boolean;
|
|
14
14
|
showOnClick: boolean;
|
|
15
15
|
offset: number;
|
|
16
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
17
17
|
placement: string;
|
|
18
18
|
show: boolean;
|
|
19
19
|
showOnClick: boolean;
|
|
20
20
|
offset: number;
|
|
21
|
-
}
|
|
21
|
+
}>>> & Readonly<{}>, {
|
|
22
|
+
offset: number;
|
|
22
23
|
placement: Placement;
|
|
23
24
|
show: boolean;
|
|
24
25
|
showOnClick: boolean;
|
|
25
|
-
|
|
26
|
-
}, {}>, {
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
27
27
|
default?(_: {}): any;
|
|
28
28
|
}>;
|
|
29
29
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -9,13 +9,13 @@ interface RadioGroupProps {
|
|
|
9
9
|
classItem?: string;
|
|
10
10
|
vertical?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RadioGroupProps>, {
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RadioGroupProps>, {
|
|
13
13
|
class: string;
|
|
14
14
|
classItem: string;
|
|
15
15
|
classItemActive: string;
|
|
16
16
|
classItemHover: string;
|
|
17
17
|
classItemDisabled: string;
|
|
18
|
-
}
|
|
18
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
19
|
"update:modelValue": (...args: any[]) => void;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RadioGroupProps>, {
|
|
21
21
|
class: string;
|
|
@@ -23,15 +23,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
classItemActive: string;
|
|
24
24
|
classItemHover: string;
|
|
25
25
|
classItemDisabled: string;
|
|
26
|
-
}>>> & {
|
|
26
|
+
}>>> & Readonly<{
|
|
27
27
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}
|
|
28
|
+
}>, {
|
|
29
29
|
class: string;
|
|
30
30
|
classItemActive: string;
|
|
31
31
|
classItemHover: string;
|
|
32
32
|
classItemDisabled: string;
|
|
33
33
|
classItem: string;
|
|
34
|
-
}, {}>, {
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
35
35
|
default?(_: {}): any;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
@@ -5,25 +5,25 @@ interface RadioItemProps {
|
|
|
5
5
|
classDisabled?: string;
|
|
6
6
|
value: string | number | boolean | object;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RadioItemProps>, {
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RadioItemProps>, {
|
|
9
9
|
class: string;
|
|
10
10
|
classActive: string;
|
|
11
11
|
classHover: string;
|
|
12
12
|
classDisabled: string;
|
|
13
13
|
value: string;
|
|
14
|
-
}
|
|
14
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<RadioItemProps>, {
|
|
15
15
|
class: string;
|
|
16
16
|
classActive: string;
|
|
17
17
|
classHover: string;
|
|
18
18
|
classDisabled: string;
|
|
19
19
|
value: string;
|
|
20
|
-
}
|
|
20
|
+
}>>> & Readonly<{}>, {
|
|
21
21
|
class: string;
|
|
22
22
|
value: string | number | boolean | object;
|
|
23
23
|
classActive: string;
|
|
24
24
|
classHover: string;
|
|
25
25
|
classDisabled: string;
|
|
26
|
-
}, {}>, {
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
27
27
|
default?(_: {}): any;
|
|
28
28
|
}>;
|
|
29
29
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -2,36 +2,46 @@ import { type SizeProp } from '@/lib/props';
|
|
|
2
2
|
interface SwitchProps {
|
|
3
3
|
class?: string;
|
|
4
4
|
classThumb?: string;
|
|
5
|
+
classThumbIcon?: string;
|
|
5
6
|
modelValue?: boolean;
|
|
6
7
|
disabled?: boolean;
|
|
7
8
|
as?: string;
|
|
8
9
|
name?: string;
|
|
9
10
|
size?: SizeProp;
|
|
11
|
+
hideIcons?: boolean;
|
|
10
12
|
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchProps>, {
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchProps>, {
|
|
12
14
|
class: string;
|
|
13
15
|
classThumb: string;
|
|
16
|
+
classThumbIcon: string;
|
|
14
17
|
name: string;
|
|
15
18
|
as: string;
|
|
16
19
|
size: string;
|
|
17
|
-
|
|
20
|
+
hideIcons: boolean;
|
|
21
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
22
|
"update:modelValue": (...args: any[]) => void;
|
|
19
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchProps>, {
|
|
20
24
|
class: string;
|
|
21
25
|
classThumb: string;
|
|
26
|
+
classThumbIcon: string;
|
|
22
27
|
name: string;
|
|
23
28
|
as: string;
|
|
24
29
|
size: string;
|
|
25
|
-
|
|
30
|
+
hideIcons: boolean;
|
|
31
|
+
}>>> & Readonly<{
|
|
26
32
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}
|
|
33
|
+
}>, {
|
|
28
34
|
size: SizeProp;
|
|
29
35
|
class: string;
|
|
30
36
|
classThumb: string;
|
|
31
37
|
as: string;
|
|
32
38
|
name: string;
|
|
33
|
-
|
|
39
|
+
classThumbIcon: string;
|
|
40
|
+
hideIcons: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
34
42
|
default?(_: {}): any;
|
|
43
|
+
activeChild?(_: {}): any;
|
|
44
|
+
inactiveChild?(_: {}): any;
|
|
35
45
|
}>;
|
|
36
46
|
export default _default;
|
|
37
47
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
interface SwitchDescriptionProps {
|
|
2
2
|
as?: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchDescriptionProps>, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchDescriptionProps>, {
|
|
5
5
|
as: string;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchDescriptionProps>, {
|
|
7
7
|
as: string;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {
|
|
9
9
|
as: string;
|
|
10
|
-
}, {}>, {
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
11
11
|
default?(_: {}): any;
|
|
12
12
|
}>;
|
|
13
13
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
interface SwitchGroupProps {
|
|
2
2
|
as?: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchGroupProps>, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchGroupProps>, {
|
|
5
5
|
as: string;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchGroupProps>, {
|
|
7
7
|
as: string;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {
|
|
9
9
|
as: string;
|
|
10
|
-
}, {}>, {
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
11
11
|
default?(_: {}): any;
|
|
12
12
|
}>;
|
|
13
13
|
export default _default;
|
|
@@ -2,13 +2,13 @@ interface SwitchLabelProps {
|
|
|
2
2
|
as?: string;
|
|
3
3
|
passive?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchLabelProps>, {
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchLabelProps>, {
|
|
6
6
|
as: string;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchLabelProps>, {
|
|
8
8
|
as: string;
|
|
9
|
-
}
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
10
|
as: string;
|
|
11
|
-
}, {}>, {
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
}>;
|
|
14
14
|
export default _default;
|
|
@@ -3,19 +3,19 @@ interface AccordionProps {
|
|
|
3
3
|
classQuestion?: string;
|
|
4
4
|
classAnswer?: string;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionProps>, {
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionProps>, {
|
|
7
7
|
class: string;
|
|
8
8
|
classQuestion: string;
|
|
9
9
|
classAnswer: string;
|
|
10
|
-
}
|
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionProps>, {
|
|
11
11
|
class: string;
|
|
12
12
|
classQuestion: string;
|
|
13
13
|
classAnswer: string;
|
|
14
|
-
}
|
|
14
|
+
}>>> & Readonly<{}>, {
|
|
15
15
|
class: string;
|
|
16
16
|
classQuestion: string;
|
|
17
17
|
classAnswer: string;
|
|
18
|
-
}, {}>, {
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
19
19
|
default?(_: {}): any;
|
|
20
20
|
}>;
|
|
21
21
|
export default _default;
|
|
@@ -2,13 +2,13 @@ interface AccordionItemProps {
|
|
|
2
2
|
class?: string;
|
|
3
3
|
title: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionItemProps>, {
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionItemProps>, {
|
|
6
6
|
class: string;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionItemProps>, {
|
|
8
8
|
class: string;
|
|
9
|
-
}
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
10
|
class: string;
|
|
11
|
-
}, {}>, {
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
12
12
|
"open-item"?(_: {}): any;
|
|
13
13
|
"close-item"?(_: {}): any;
|
|
14
14
|
default?(_: {}): any;
|
|
@@ -8,26 +8,26 @@ interface AlertProps {
|
|
|
8
8
|
show?: boolean;
|
|
9
9
|
type?: 'info' | 'success' | 'warning' | 'error' | '';
|
|
10
10
|
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AlertProps>, {
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AlertProps>, {
|
|
12
12
|
hideIcon: boolean;
|
|
13
13
|
showClose: boolean;
|
|
14
14
|
show: boolean;
|
|
15
15
|
type: string;
|
|
16
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
close: (...args: any[]) => void;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AlertProps>, {
|
|
19
19
|
hideIcon: boolean;
|
|
20
20
|
showClose: boolean;
|
|
21
21
|
show: boolean;
|
|
22
22
|
type: string;
|
|
23
|
-
}>>> & {
|
|
23
|
+
}>>> & Readonly<{
|
|
24
24
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}
|
|
25
|
+
}>, {
|
|
26
26
|
type: "" | "error" | "info" | "success" | "warning";
|
|
27
27
|
show: boolean;
|
|
28
28
|
hideIcon: boolean;
|
|
29
29
|
showClose: boolean;
|
|
30
|
-
}, {}>, {
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
31
31
|
pre?(_: {}): any;
|
|
32
32
|
default?(_: {}): any;
|
|
33
33
|
actions?(_: {}): any;
|
|
@@ -3,17 +3,17 @@ interface CardProps {
|
|
|
3
3
|
hideSeparator?: boolean;
|
|
4
4
|
clickable?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
|
|
7
7
|
class: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
click: (...args: any[]) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
|
|
11
11
|
class: string;
|
|
12
|
-
}>>> & {
|
|
12
|
+
}>>> & Readonly<{
|
|
13
13
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}
|
|
14
|
+
}>, {
|
|
15
15
|
class: string;
|
|
16
|
-
}, {}>, {
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
17
17
|
default?(_: {}): any;
|
|
18
18
|
}>;
|
|
19
19
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
interface CardBodyProps {
|
|
2
2
|
class?: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardBodyProps>, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardBodyProps>, {
|
|
5
5
|
class: string;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardBodyProps>, {
|
|
7
7
|
class: string;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {
|
|
9
9
|
class: string;
|
|
10
|
-
}, {}>, {
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
11
11
|
default?(_: {}): any;
|
|
12
12
|
}>;
|
|
13
13
|
export default _default;
|
|
@@ -2,16 +2,16 @@ interface CardFooterProps {
|
|
|
2
2
|
class?: string;
|
|
3
3
|
classSeparator?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardFooterProps>, {
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardFooterProps>, {
|
|
6
6
|
class: string;
|
|
7
7
|
classSeparator: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardFooterProps>, {
|
|
9
9
|
class: string;
|
|
10
10
|
classSeparator: string;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
class: string;
|
|
13
13
|
classSeparator: string;
|
|
14
|
-
}, {}>, {
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
15
15
|
default?(_: {}): any;
|
|
16
16
|
}>;
|
|
17
17
|
export default _default;
|
|
@@ -2,16 +2,16 @@ interface CardHeaderProps {
|
|
|
2
2
|
class?: string;
|
|
3
3
|
classSeparator?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardHeaderProps>, {
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardHeaderProps>, {
|
|
6
6
|
class: string;
|
|
7
7
|
classSeparator: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardHeaderProps>, {
|
|
9
9
|
class: string;
|
|
10
10
|
classSeparator: string;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
class: string;
|
|
13
13
|
classSeparator: string;
|
|
14
|
-
}, {}>, {
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
15
15
|
default?(_: {}): any;
|
|
16
16
|
}>;
|
|
17
17
|
export default _default;
|
|
@@ -13,7 +13,7 @@ interface CodeBlockProps {
|
|
|
13
13
|
buttonText?: string;
|
|
14
14
|
buttonCopiedText?: string;
|
|
15
15
|
}
|
|
16
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CodeBlockProps>, {
|
|
16
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CodeBlockProps>, {
|
|
17
17
|
class: string;
|
|
18
18
|
language: string;
|
|
19
19
|
code: string;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
27
27
|
classButton: string;
|
|
28
28
|
buttonText: string;
|
|
29
29
|
buttonCopiedText: string;
|
|
30
|
-
}
|
|
30
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
copy: () => void;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CodeBlockProps>, {
|
|
33
33
|
class: string;
|
|
@@ -43,9 +43,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
classButton: string;
|
|
44
44
|
buttonText: string;
|
|
45
45
|
buttonCopiedText: string;
|
|
46
|
-
}>>> & {
|
|
46
|
+
}>>> & Readonly<{
|
|
47
47
|
onCopy?: (() => any) | undefined;
|
|
48
|
-
}
|
|
48
|
+
}>, {
|
|
49
49
|
class: string;
|
|
50
50
|
code: string;
|
|
51
51
|
classHeader: string;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
59
59
|
classFileName: string;
|
|
60
60
|
buttonText: string;
|
|
61
61
|
buttonCopiedText: string;
|
|
62
|
-
}, {}>;
|
|
62
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
63
63
|
export default _default;
|
|
64
64
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
65
65
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -4,22 +4,22 @@ interface DrawerProps {
|
|
|
4
4
|
labelledby?: string;
|
|
5
5
|
describedby?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
|
|
8
8
|
classBackdrop: string;
|
|
9
9
|
classDrawer: string;
|
|
10
10
|
labelledby: string;
|
|
11
11
|
describedby: string;
|
|
12
|
-
}
|
|
12
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
|
|
13
13
|
classBackdrop: string;
|
|
14
14
|
classDrawer: string;
|
|
15
15
|
labelledby: string;
|
|
16
16
|
describedby: string;
|
|
17
|
-
}
|
|
17
|
+
}>>> & Readonly<{}>, {
|
|
18
18
|
classBackdrop: string;
|
|
19
19
|
classDrawer: string;
|
|
20
20
|
labelledby: string;
|
|
21
21
|
describedby: string;
|
|
22
|
-
}, {}>, {
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
23
23
|
default?(_: {}): any;
|
|
24
24
|
}>;
|
|
25
25
|
export default _default;
|
|
@@ -15,23 +15,23 @@ interface ListboxProps {
|
|
|
15
15
|
horizontal?: boolean;
|
|
16
16
|
multiple?: boolean;
|
|
17
17
|
}
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ListboxProps>, {
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ListboxProps>, {
|
|
19
19
|
classItemActive: string;
|
|
20
20
|
classItemHover: string;
|
|
21
21
|
textButton: string;
|
|
22
|
-
}
|
|
22
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
"update:modelValue": (...args: any[]) => void;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ListboxProps>, {
|
|
25
25
|
classItemActive: string;
|
|
26
26
|
classItemHover: string;
|
|
27
27
|
textButton: string;
|
|
28
|
-
}>>> & {
|
|
28
|
+
}>>> & Readonly<{
|
|
29
29
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}
|
|
30
|
+
}>, {
|
|
31
31
|
classItemActive: string;
|
|
32
32
|
classItemHover: string;
|
|
33
33
|
textButton: string;
|
|
34
|
-
}, {}>, {
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
35
35
|
default?(_: {}): any;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
@@ -2,7 +2,7 @@ interface ListboxButtonProps {
|
|
|
2
2
|
class?: string;
|
|
3
3
|
hideIcon?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ListboxButtonProps
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ListboxButtonProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ListboxButtonProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
6
6
|
default?(_: {}): any;
|
|
7
7
|
"open-icon"?(_: {}): any;
|
|
8
8
|
"close-icon"?(_: {}): any;
|
|
@@ -5,7 +5,7 @@ interface ListboxItemProps {
|
|
|
5
5
|
classDisabled?: string;
|
|
6
6
|
value: string | number | boolean | object;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ListboxItemProps
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ListboxItemProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ListboxItemProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
9
9
|
default?(_: {}): any;
|
|
10
10
|
}>;
|
|
11
11
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
interface ListboxItemsProps {
|
|
2
2
|
class?: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ListboxItemsProps
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ListboxItemsProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ListboxItemsProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
}>;
|
|
7
7
|
export default _default;
|