@witchcraft/ui 0.1.1 → 0.1.3
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/module.cjs +5 -0
- package/dist/module.d.ts +36 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +2 -1
- package/dist/runtime/assets/utils.css +1 -1
- package/dist/runtime/components/Aria/Aria.vue +9 -5
- package/dist/runtime/components/Focus.stories.d.ts +11 -0
- package/dist/runtime/components/Focus.stories.js +53 -0
- package/dist/runtime/components/Icon/Icon.vue +30 -10
- package/dist/runtime/components/LibButton/LibButton.stories.d.ts +12 -0
- package/dist/runtime/components/LibButton/LibButton.stories.js +94 -0
- package/dist/runtime/components/LibButton/LibButton.vue +72 -58
- package/dist/runtime/components/LibCheckbox/LibCheckbox.stories.d.ts +14 -0
- package/dist/runtime/components/LibCheckbox/LibCheckbox.stories.js +29 -0
- package/dist/runtime/components/LibCheckbox/LibCheckbox.vue +74 -48
- package/dist/runtime/components/LibColorInput/LibColorInput.stories.d.ts +7 -0
- package/dist/runtime/components/LibColorInput/LibColorInput.stories.js +58 -0
- package/dist/runtime/components/LibColorInput/LibColorInput.vue +107 -63
- package/dist/runtime/components/LibColorPicker/LibColorPicker.stories.d.ts +9 -0
- package/dist/runtime/components/LibColorPicker/LibColorPicker.stories.js +68 -0
- package/dist/runtime/components/LibColorPicker/LibColorPicker.vue +352 -271
- package/dist/runtime/components/LibDarkModeSwitcher/LibDarkModeSwitcher.stories.d.ts +7 -0
- package/dist/runtime/components/LibDarkModeSwitcher/LibDarkModeSwitcher.stories.js +36 -0
- package/dist/runtime/components/LibDarkModeSwitcher/LibDarkModeSwitcher.vue +56 -32
- package/dist/runtime/components/LibDatePicker/LibDatePicker.stories.d.ts +11 -0
- package/dist/runtime/components/LibDatePicker/LibDatePicker.stories.js +98 -0
- package/dist/runtime/components/LibDatePicker/LibDatePicker.vue +38 -17
- package/dist/runtime/components/LibDatePicker/LibRangeDatePicker.vue +82 -53
- package/dist/runtime/components/LibDatePicker/LibSingleDatePicker.vue +67 -50
- package/dist/runtime/components/LibDatePicker/LibTimeZonePicker.vue +8 -7
- package/dist/runtime/components/LibDebug/LibDebug.stories.d.ts +9 -0
- package/dist/runtime/components/LibDebug/LibDebug.stories.js +46 -0
- package/dist/runtime/components/LibDebug/LibDebug.vue +70 -42
- package/dist/runtime/components/LibDevOnly/LibDevOnly.vue +31 -18
- package/dist/runtime/components/LibFileInput/LibFileInput.stories.d.ts +10 -0
- package/dist/runtime/components/LibFileInput/LibFileInput.stories.js +63 -0
- package/dist/runtime/components/LibFileInput/LibFileInput.vue +156 -113
- package/dist/runtime/components/LibInputDeprecated/LibInputDeprecated.stories.d.ts +33 -0
- package/dist/runtime/components/LibInputDeprecated/LibInputDeprecated.stories.js +384 -0
- package/dist/runtime/components/LibInputDeprecated/LibInputDeprecated.vue +241 -215
- package/dist/runtime/components/LibLabel/LibLabel.stories.d.ts +6 -0
- package/dist/runtime/components/LibLabel/LibLabel.stories.js +25 -0
- package/dist/runtime/components/LibLabel/LibLabel.vue +46 -30
- package/dist/runtime/components/LibMultiValues/LibMultiValues.stories.d.ts +23 -0
- package/dist/runtime/components/LibMultiValues/LibMultiValues.stories.js +61 -0
- package/dist/runtime/components/LibMultiValues/LibMultiValues.vue +58 -44
- package/dist/runtime/components/LibNotifications/LibNotification.stories.d.ts +15 -0
- package/dist/runtime/components/LibNotifications/LibNotification.stories.js +126 -0
- package/dist/runtime/components/LibNotifications/LibNotification.vue +48 -32
- package/dist/runtime/components/LibNotifications/LibNotifications.stories.d.ts +6 -0
- package/dist/runtime/components/LibNotifications/LibNotifications.stories.js +109 -0
- package/dist/runtime/components/LibNotifications/LibNotifications.vue +83 -63
- package/dist/runtime/components/LibPagination/LibPagination.stories.d.ts +6 -0
- package/dist/runtime/components/LibPagination/LibPagination.stories.js +40 -0
- package/dist/runtime/components/LibPagination/LibPagination.vue +111 -67
- package/dist/runtime/components/LibPalette/LibPalette.stories.d.ts +6 -0
- package/dist/runtime/components/LibPalette/LibPalette.stories.js +20 -0
- package/dist/runtime/components/LibPalette/LibPalette.vue +23 -20
- package/dist/runtime/components/LibPopup/LibPopup.stories.d.ts +14 -0
- package/dist/runtime/components/LibPopup/LibPopup.stories.js +147 -0
- package/dist/runtime/components/LibPopup/LibPopup.vue +351 -314
- package/dist/runtime/components/LibProgressBar/LibProgressBar.stories.d.ts +10 -0
- package/dist/runtime/components/LibProgressBar/LibProgressBar.stories.js +81 -0
- package/dist/runtime/components/LibProgressBar/LibProgressBar.vue +91 -70
- package/dist/runtime/components/LibRecorder/LibRecorder.stories.d.ts +19 -0
- package/dist/runtime/components/LibRecorder/LibRecorder.stories.js +63 -0
- package/dist/runtime/components/LibRecorder/LibRecorder.vue +177 -133
- package/dist/runtime/components/LibRoot/LibRoot.vue +100 -73
- package/dist/runtime/components/LibSimpleInput/LibSimpleInput.stories.d.ts +26 -0
- package/dist/runtime/components/LibSimpleInput/LibSimpleInput.stories.js +78 -0
- package/dist/runtime/components/LibSimpleInput/LibSimpleInput.vue +77 -49
- package/dist/runtime/components/LibSuggestions/LibSuggestions.stories.d.ts +27 -0
- package/dist/runtime/components/LibSuggestions/LibSuggestions.stories.js +112 -0
- package/dist/runtime/components/LibSuggestions/LibSuggestions.vue +156 -123
- package/dist/runtime/components/LibTable/LibTable.stories.d.ts +16 -0
- package/dist/runtime/components/LibTable/LibTable.stories.js +156 -0
- package/dist/runtime/components/LibTable/LibTable.vue +99 -63
- package/dist/runtime/components/Reset.stories.d.ts +5 -0
- package/dist/runtime/components/Reset.stories.js +19 -0
- package/dist/runtime/components/Scrolling.stories.d.ts +6 -0
- package/dist/runtime/components/Scrolling.stories.js +44 -0
- package/dist/runtime/components/Template/NAME.vue +36 -15
- package/dist/runtime/components/TestControls/TestControls.vue +9 -6
- package/dist/runtime/composables/useScrollNearContainerEdges.stories.d.ts +7 -0
- package/dist/runtime/composables/useScrollNearContainerEdges.stories.js +85 -0
- package/dist/types.d.mts +6 -2
- package/dist/types.d.ts +7 -0
- package/package.json +11 -5
- package/src/module.ts +2 -1
- package/src/runtime/assets/utils.css +5 -5
- package/src/runtime/components/LibButton/LibButton.vue +2 -6
- package/src/runtime/nuxt/plugins/vue-plugin.ts +1 -1
- package/dist/runtime/components/Aria/Aria.vue.d.ts +0 -5
- package/dist/runtime/components/Icon/Icon.vue.d.ts +0 -21
- package/dist/runtime/components/LibButton/LibButton.vue.d.ts +0 -36
- package/dist/runtime/components/LibCheckbox/LibCheckbox.vue.d.ts +0 -42
- package/dist/runtime/components/LibColorInput/LibColorInput.vue.d.ts +0 -63
- package/dist/runtime/components/LibColorPicker/LibColorPicker.vue.d.ts +0 -61
- package/dist/runtime/components/LibDarkModeSwitcher/LibDarkModeSwitcher.vue.d.ts +0 -22
- package/dist/runtime/components/LibDatePicker/LibDatePicker.vue.d.ts +0 -40
- package/dist/runtime/components/LibDatePicker/LibRangeDatePicker.vue.d.ts +0 -34
- package/dist/runtime/components/LibDatePicker/LibSingleDatePicker.vue.d.ts +0 -34
- package/dist/runtime/components/LibDatePicker/LibTimeZonePicker.vue.d.ts +0 -22
- package/dist/runtime/components/LibDebug/LibDebug.vue.d.ts +0 -32
- package/dist/runtime/components/LibDevOnly/LibDevOnly.vue.d.ts +0 -22
- package/dist/runtime/components/LibFileInput/LibFileInput.vue.d.ts +0 -43
- package/dist/runtime/components/LibInputDeprecated/LibInputDeprecated.vue.d.ts +0 -165
- package/dist/runtime/components/LibLabel/LibLabel.vue.d.ts +0 -27
- package/dist/runtime/components/LibMultiValues/LibMultiValues.vue.d.ts +0 -29
- package/dist/runtime/components/LibNotifications/LibNotification.vue.d.ts +0 -17
- package/dist/runtime/components/LibNotifications/LibNotifications.vue.d.ts +0 -13
- package/dist/runtime/components/LibPagination/LibPagination.vue.d.ts +0 -104
- package/dist/runtime/components/LibPalette/LibPalette.vue.d.ts +0 -14
- package/dist/runtime/components/LibPopup/LibPopup.vue.d.ts +0 -46
- package/dist/runtime/components/LibProgressBar/LibProgressBar.vue.d.ts +0 -41
- package/dist/runtime/components/LibRecorder/LibRecorder.vue.d.ts +0 -77
- package/dist/runtime/components/LibRoot/LibRoot.vue.d.ts +0 -41
- package/dist/runtime/components/LibSimpleInput/LibSimpleInput.vue.d.ts +0 -35
- package/dist/runtime/components/LibSuggestions/LibSuggestions.vue.d.ts +0 -94
- package/dist/runtime/components/LibTable/LibTable.vue.d.ts +0 -45
- package/dist/runtime/components/Template/NAME.vue.d.ts +0 -17
- package/dist/runtime/components/TestControls/TestControls.vue.d.ts +0 -5
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type BaseInteractiveProps, type LabelProps, type TailwindClassProp, type WrapperProps } from "../shared/props.js.js";
|
|
3
|
-
type WrapperTypes = Partial<WrapperProps<"item", HTMLAttributes>>;
|
|
4
|
-
type RealProps = LabelProps & BaseInteractiveProps & {
|
|
5
|
-
border?: boolean;
|
|
6
|
-
};
|
|
7
|
-
interface Props extends
|
|
8
|
-
/** @vue-ignore */
|
|
9
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>,
|
|
10
|
-
/** @vue-ignore */
|
|
11
|
-
WrapperTypes, RealProps {
|
|
12
|
-
}
|
|
13
|
-
declare const _default: <T extends string | number>(__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<{
|
|
14
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
15
|
-
readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
|
|
16
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & (Props & {
|
|
17
|
-
modelValue?: T[];
|
|
18
|
-
}) & Partial<{}>> & import("vue").PublicProps;
|
|
19
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
20
|
-
attrs: any;
|
|
21
|
-
slots: {};
|
|
22
|
-
emit: (evt: "update:modelValue", value: T[]) => void;
|
|
23
|
-
}>) => import("vue").VNode & {
|
|
24
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_PrettifyLocal<T> = {
|
|
28
|
-
[K in keyof T as K]: T[K];
|
|
29
|
-
} & {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type NotificationEntry, NotificationHandler } from "../../helpers/NotificationHandler.js.js";
|
|
3
|
-
import type { TailwindClassProp } from "../shared/props.js.js";
|
|
4
|
-
type RealProps = {
|
|
5
|
-
notification: NotificationEntry;
|
|
6
|
-
handler?: NotificationHandler;
|
|
7
|
-
};
|
|
8
|
-
interface Props extends
|
|
9
|
-
/** @vue-ignore */
|
|
10
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>, RealProps {
|
|
11
|
-
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<Props, {
|
|
13
|
-
focus: () => void;
|
|
14
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
|
-
handler: NotificationHandler;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { NotificationHandler } from "../../helpers/NotificationHandler.js.js";
|
|
3
|
-
import type { LinkableByIdProps, TailwindClassProp } from "../shared/props.js.js";
|
|
4
|
-
type RealProps = LinkableByIdProps & {
|
|
5
|
-
/** If not provided, uses the global handler (this requires useNotificationHandler be called and configured). */
|
|
6
|
-
handler?: NotificationHandler;
|
|
7
|
-
};
|
|
8
|
-
interface Props extends
|
|
9
|
-
/** @vue-ignore */
|
|
10
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>, RealProps {
|
|
11
|
-
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
export default _default;
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type TailwindClassProp } from "../shared/props.js.js";
|
|
3
|
-
/**
|
|
4
|
-
* Pagination component.
|
|
5
|
-
*
|
|
6
|
-
* Can be passed a slot like so to use a custom link element (like NuxtLink):
|
|
7
|
-
* ```vue
|
|
8
|
-
* <template #link="{ href, i, text, ariaLabel, ariaCurrent}">
|
|
9
|
-
* <NuxtLink :to="href" :aria-label="ariaLabel" :aria-current="ariaCurrent ?? false">{{ text ?? i }}</NuxtLink>
|
|
10
|
-
* </template>
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
14
|
-
customRoute: (route: string, i: number) => {
|
|
15
|
-
i: number;
|
|
16
|
-
href: string;
|
|
17
|
-
};
|
|
18
|
-
extraPages: number;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
20
|
-
link?: (props: {
|
|
21
|
-
class: string;
|
|
22
|
-
i: any;
|
|
23
|
-
href: any;
|
|
24
|
-
text: any;
|
|
25
|
-
ariaLabel: any;
|
|
26
|
-
}) => any;
|
|
27
|
-
} & {
|
|
28
|
-
link?: (props: {
|
|
29
|
-
class: string;
|
|
30
|
-
i: number;
|
|
31
|
-
href: any;
|
|
32
|
-
text: any;
|
|
33
|
-
ariaLabel: any;
|
|
34
|
-
}) => any;
|
|
35
|
-
} & {
|
|
36
|
-
link?: (props: {
|
|
37
|
-
i: any;
|
|
38
|
-
href: any;
|
|
39
|
-
ariaLabel: any;
|
|
40
|
-
class: string;
|
|
41
|
-
}) => any;
|
|
42
|
-
} & {
|
|
43
|
-
current?: (props: {
|
|
44
|
-
tabindex: string;
|
|
45
|
-
i: any;
|
|
46
|
-
ariaLabel: any;
|
|
47
|
-
aria_current: boolean;
|
|
48
|
-
class: string;
|
|
49
|
-
}) => any;
|
|
50
|
-
} & {
|
|
51
|
-
link?: (props: {
|
|
52
|
-
i: any;
|
|
53
|
-
href: any;
|
|
54
|
-
ariaLabel: any;
|
|
55
|
-
class: string;
|
|
56
|
-
}) => any;
|
|
57
|
-
} & {
|
|
58
|
-
link?: (props: {
|
|
59
|
-
i: any;
|
|
60
|
-
href: any;
|
|
61
|
-
text: any;
|
|
62
|
-
ariaLabel: any;
|
|
63
|
-
class: string;
|
|
64
|
-
}) => any;
|
|
65
|
-
} & {
|
|
66
|
-
link?: (props: {
|
|
67
|
-
i: any;
|
|
68
|
-
href: any;
|
|
69
|
-
text: any;
|
|
70
|
-
ariaLabel: any;
|
|
71
|
-
class: string;
|
|
72
|
-
}) => any;
|
|
73
|
-
}>;
|
|
74
|
-
export default _default;
|
|
75
|
-
type RealProps = {
|
|
76
|
-
/** The total number of pages. */
|
|
77
|
-
total: number;
|
|
78
|
-
/** The number of the current page. It must be valid, between 0 - total or the component will throw an error. */
|
|
79
|
-
current: number;
|
|
80
|
-
/** The base route/link path for the page. Should end with a forward slash `/`. */
|
|
81
|
-
route: string;
|
|
82
|
-
/**
|
|
83
|
-
* A function to customize the output href and page link number. By default, page 0 is page 1, page 1 is 1, then everything else is normal.
|
|
84
|
-
*
|
|
85
|
-
* This is because usually we have routes like: `/page/1`, `/page/2`, not `/page/0`.
|
|
86
|
-
*
|
|
87
|
-
* You can use this function to customize things further. For example, make `/page/1` just `/`
|
|
88
|
-
*/
|
|
89
|
-
customRoute?: (route: string, i: number) => {
|
|
90
|
-
i: number;
|
|
91
|
-
href: string;
|
|
92
|
-
};
|
|
93
|
-
/** How many extra pages to show to each side of the current page. */
|
|
94
|
-
extraPages?: number;
|
|
95
|
-
};
|
|
96
|
-
interface Props extends
|
|
97
|
-
/** @vue-ignore */
|
|
98
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>, RealProps {
|
|
99
|
-
}
|
|
100
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
101
|
-
new (): {
|
|
102
|
-
$slots: S;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type Theme } from "metamorphosis";
|
|
2
|
-
import { type BaseInteractiveProps, type LinkableByIdProps } from "../shared/props.js.js";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<LinkableByIdProps & BaseInteractiveProps & {
|
|
4
|
-
theme: Theme;
|
|
5
|
-
}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkableByIdProps & BaseInteractiveProps & {
|
|
6
|
-
theme: Theme;
|
|
7
|
-
}> & Readonly<{}>, {
|
|
8
|
-
theme: Theme;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
readonly: boolean;
|
|
11
|
-
border: boolean;
|
|
12
|
-
unstyle: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
export default _default;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type LinkableByIdProps, type TailwindClassProp, type PopupProps } from "../shared/props.js.js";
|
|
3
|
-
import type { IPopupReference, PopupPositioner } from "../../types/index.js.js";
|
|
4
|
-
type RealProps = LinkableByIdProps & PopupProps;
|
|
5
|
-
interface Props extends
|
|
6
|
-
/** @vue-ignore */
|
|
7
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>, RealProps {
|
|
8
|
-
}
|
|
9
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props & {
|
|
10
|
-
modelValue?: boolean;
|
|
11
|
-
}, {
|
|
12
|
-
recompute: (force?: boolean) => void;
|
|
13
|
-
setReference: (el: IPopupReference | null) => void;
|
|
14
|
-
setBackground: (el: IPopupReference | null) => void;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
-
"update:modelValue": (value: boolean) => any;
|
|
17
|
-
} & {
|
|
18
|
-
close: () => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<Props & {
|
|
20
|
-
modelValue?: boolean;
|
|
21
|
-
}> & Readonly<{
|
|
22
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
23
|
-
onClose?: (() => any) | undefined;
|
|
24
|
-
}>, {
|
|
25
|
-
canClose: boolean;
|
|
26
|
-
useDialogForBackdrop: false;
|
|
27
|
-
useBackdrop: boolean;
|
|
28
|
-
preferredHorizontal: ("center" | "right" | "left" | "either" | "center-screen" | "right-most" | "left-most" | "center-most")[] | PopupPositioner;
|
|
29
|
-
preferredVertical: ("top" | "bottom" | "center" | "either" | "center-screen" | "top-most" | "bottom-most" | "center-most")[] | PopupPositioner;
|
|
30
|
-
avoidRepositioning: boolean;
|
|
31
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
32
|
-
button?: (props: {
|
|
33
|
-
extractEl: (_: any) => any;
|
|
34
|
-
}) => any;
|
|
35
|
-
} & {
|
|
36
|
-
popup?: (props: {
|
|
37
|
-
position: any;
|
|
38
|
-
extractEl: (_: any) => any;
|
|
39
|
-
}) => any;
|
|
40
|
-
}>;
|
|
41
|
-
export default _default;
|
|
42
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
43
|
-
new (): {
|
|
44
|
-
$slots: S;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type BaseInteractiveProps, type LabelProps, type LinkableByIdProps, type TailwindClassProp } from "../shared/props.js.js";
|
|
3
|
-
type RealProps = LinkableByIdProps & BaseInteractiveProps & LabelProps & {
|
|
4
|
-
progress: number;
|
|
5
|
-
/** Will auto hide after this given time if progress is 100% or more or less than 0% until progress is set to something else. Disabled (-1) by default. */
|
|
6
|
-
autohideOnComplete?: number;
|
|
7
|
-
/**
|
|
8
|
-
* Do not actually hide the element, just leave an unstyled div,
|
|
9
|
-
* so the whole layout doesn't change on completion when autohideOnComplete is set.
|
|
10
|
-
*/
|
|
11
|
-
keepSpaceWhenHidden?: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* By default the progress bar is visually clamped to 0-100, even if the value might be something else.
|
|
14
|
-
* You can change what it's clamped to here, to for example,
|
|
15
|
-
* show at least a small sliver of the progress bar when it's still 0.
|
|
16
|
-
*/
|
|
17
|
-
clamp?: [start: number, end: number];
|
|
18
|
-
};
|
|
19
|
-
interface Props extends
|
|
20
|
-
/** @vue-ignore */
|
|
21
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>, RealProps {
|
|
22
|
-
}
|
|
23
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
24
|
-
disabled: boolean;
|
|
25
|
-
readonly: boolean;
|
|
26
|
-
border: boolean;
|
|
27
|
-
unstyle: boolean;
|
|
28
|
-
autohideOnComplete: number;
|
|
29
|
-
keepSpaceWhenHidden: boolean;
|
|
30
|
-
clamp: [start: number, end: number];
|
|
31
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
32
|
-
default?: (props: {}) => any;
|
|
33
|
-
} & {
|
|
34
|
-
default?: (props: {}) => any;
|
|
35
|
-
}>;
|
|
36
|
-
export default _default;
|
|
37
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type BaseInteractiveProps, type LabelProps, type LinkableByIdProps, type TailwindClassProp } from "../shared/props.js.js";
|
|
3
|
-
type RealProps = LinkableByIdProps & BaseInteractiveProps & LabelProps & {
|
|
4
|
-
border?: boolean;
|
|
5
|
-
/** A value to display while recording, if none given the i18n `recorder.recording` key is used. */
|
|
6
|
-
recordingValue?: string;
|
|
7
|
-
/** A title to display on the input div while recording. Is also used as the aria-description. */
|
|
8
|
-
recordingTitle?: string;
|
|
9
|
-
/**
|
|
10
|
-
* The recorder object is a series of event listeners to attach to the input div while recording is started. If you need to bind directly to the element, see the `binders` prop.
|
|
11
|
-
*
|
|
12
|
-
* The listeners are then unbound when recording is set to false again.
|
|
13
|
-
*
|
|
14
|
-
* Note that the component does not handle the setting of `recording` (unless the component is disabled), `modelValue`, or `recordingValue` at all and has no mechanism for cancelling a recording. It is left to the recorder listeners and any `recorder:*` handlers to determine what to do.
|
|
15
|
-
*/
|
|
16
|
-
recorder?: undefined | Record<string, any>;
|
|
17
|
-
/** This provides a way to manually attach/remove event listeners to/from the element. It is an alternative to the `recorder` prop, see it for more details. Both cannot be specified at the same time.*/
|
|
18
|
-
binders?: undefined | {
|
|
19
|
-
bind: (el: HTMLElement) => void;
|
|
20
|
-
unbind: (el: HTMLElement) => void;
|
|
21
|
-
};
|
|
22
|
-
/** The id of the element. If not provided, the id will be generated automatically. */
|
|
23
|
-
id?: string;
|
|
24
|
-
};
|
|
25
|
-
interface Props extends
|
|
26
|
-
/** @vue-ignore */
|
|
27
|
-
Partial<Omit<HTMLAttributes, "class"> & TailwindClassProp>, RealProps {
|
|
28
|
-
}
|
|
29
|
-
declare const _default: import("vue").DefineComponent<Props & {
|
|
30
|
-
/**
|
|
31
|
-
* Puts the element into recording mode if true. See {@link props.recorder}.
|
|
32
|
-
*/
|
|
33
|
-
recording?: boolean;
|
|
34
|
-
/** The final value of the recorder. For intermediate values while recording, pass a recorder and set an appropriate recording value. */
|
|
35
|
-
modelValue: string;
|
|
36
|
-
}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
-
"update:modelValue": (value: string) => any;
|
|
38
|
-
"update:recording": (value: boolean) => any;
|
|
39
|
-
} & {
|
|
40
|
-
"recorder:blur": ($event: FocusEvent) => any;
|
|
41
|
-
"recorder:click": (args_0: {
|
|
42
|
-
event: MouseEvent | KeyboardEvent;
|
|
43
|
-
indicator: HTMLElement;
|
|
44
|
-
input: HTMLInputElement;
|
|
45
|
-
}) => any;
|
|
46
|
-
"focus:parent": () => any;
|
|
47
|
-
}, string, import("vue").PublicProps, Readonly<Props & {
|
|
48
|
-
/**
|
|
49
|
-
* Puts the element into recording mode if true. See {@link props.recorder}.
|
|
50
|
-
*/
|
|
51
|
-
recording?: boolean;
|
|
52
|
-
/** The final value of the recorder. For intermediate values while recording, pass a recorder and set an appropriate recording value. */
|
|
53
|
-
modelValue: string;
|
|
54
|
-
}> & Readonly<{
|
|
55
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
56
|
-
"onUpdate:recording"?: ((value: boolean) => any) | undefined;
|
|
57
|
-
"onRecorder:blur"?: (($event: FocusEvent) => any) | undefined;
|
|
58
|
-
"onRecorder:click"?: ((args_0: {
|
|
59
|
-
event: MouseEvent | KeyboardEvent;
|
|
60
|
-
indicator: HTMLElement;
|
|
61
|
-
input: HTMLInputElement;
|
|
62
|
-
}) => any) | undefined;
|
|
63
|
-
"onFocus:parent"?: (() => any) | undefined;
|
|
64
|
-
}>, {
|
|
65
|
-
id: string;
|
|
66
|
-
disabled: boolean;
|
|
67
|
-
readonly: boolean;
|
|
68
|
-
border: boolean;
|
|
69
|
-
unstyle: boolean;
|
|
70
|
-
recordingTitle: string;
|
|
71
|
-
recorder: Record<string, any>;
|
|
72
|
-
binders: {
|
|
73
|
-
bind: (el: HTMLElement) => void;
|
|
74
|
-
unbind: (el: HTMLElement) => void;
|
|
75
|
-
};
|
|
76
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
77
|
-
export default _default;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { type Theme } from "metamorphosis";
|
|
2
|
-
import { NotificationHandler } from "../../helpers/NotificationHandler.js.js";
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
theme?: Theme;
|
|
5
|
-
outline?: boolean;
|
|
6
|
-
forceOutline?: boolean;
|
|
7
|
-
testWrapperMode?: boolean;
|
|
8
|
-
id?: string;
|
|
9
|
-
/** You can set a ref to the root element by passing :getRef="_ => el = _" */
|
|
10
|
-
getRef?: (el: HTMLElement | null) => void;
|
|
11
|
-
/** True by default, should be passed import.meta.client if using nuxt, or false when running server side. */
|
|
12
|
-
isClientSide?: boolean;
|
|
13
|
-
useBuiltinTranslations?: boolean;
|
|
14
|
-
useNotifications?: boolean;
|
|
15
|
-
notificationHandler?: NotificationHandler;
|
|
16
|
-
};
|
|
17
|
-
declare var __VLS_9: {};
|
|
18
|
-
type __VLS_Slots = {} & {
|
|
19
|
-
default?: (props: typeof __VLS_9) => any;
|
|
20
|
-
};
|
|
21
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
22
|
-
darkMode: import("../../composables/useDarkMode.js.js").DarkModeState & import("../../composables/useDarkMode.js.js").DarkModeCommands;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
|
-
theme: Theme;
|
|
25
|
-
id: string;
|
|
26
|
-
useBuiltinTranslations: boolean;
|
|
27
|
-
isClientSide: boolean;
|
|
28
|
-
outline: boolean;
|
|
29
|
-
forceOutline: boolean;
|
|
30
|
-
testWrapperMode: boolean;
|
|
31
|
-
getRef: (el: HTMLElement | null) => void;
|
|
32
|
-
useNotifications: boolean;
|
|
33
|
-
notificationHandler: NotificationHandler;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
36
|
-
export default _default;
|
|
37
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { type InputHTMLAttributes } from "vue";
|
|
2
|
-
import { type BaseInteractiveProps, type LabelProps, type LinkableByIdProps, type TailwindClassProp } from "../shared/props.js.js";
|
|
3
|
-
type RealProps = LinkableByIdProps & LabelProps & BaseInteractiveProps & {
|
|
4
|
-
placeholder?: InputHTMLAttributes["placeholder"];
|
|
5
|
-
disabled?: InputHTMLAttributes["disabled"];
|
|
6
|
-
id?: InputHTMLAttributes["id"];
|
|
7
|
-
type?: InputHTMLAttributes["type"];
|
|
8
|
-
valid?: boolean;
|
|
9
|
-
};
|
|
10
|
-
interface Props extends
|
|
11
|
-
/** @vue-ignore */
|
|
12
|
-
Partial<Omit<InputHTMLAttributes, "class" | "readonly" | "disabled" | "onSubmit" | "onInput"> & TailwindClassProp>, RealProps {
|
|
13
|
-
}
|
|
14
|
-
declare const _default: <T>(__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<{
|
|
15
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
16
|
-
readonly onInput?: ((val: InputEvent) => any) | undefined;
|
|
17
|
-
readonly onSubmit?: ((val: T) => any) | undefined;
|
|
18
|
-
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
19
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onInput" | "onSubmit" | "onUpdate:modelValue"> & (Props & {
|
|
20
|
-
modelValue: T;
|
|
21
|
-
}) & Partial<{}>> & import("vue").PublicProps;
|
|
22
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
23
|
-
attrs: any;
|
|
24
|
-
slots: {};
|
|
25
|
-
emit: {
|
|
26
|
-
(e: "submit", val: T): void;
|
|
27
|
-
(e: "input", val: InputEvent): void;
|
|
28
|
-
} & ((evt: "update:modelValue", value: T) => void);
|
|
29
|
-
}>) => import("vue").VNode & {
|
|
30
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
31
|
-
};
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_PrettifyLocal<T> = {
|
|
34
|
-
[K in keyof T as K]: T[K];
|
|
35
|
-
} & {};
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { type HTMLAttributes } from "vue";
|
|
2
|
-
import { type BaseInteractiveProps, type LabelProps, type LinkableByIdProps, type SuggestionsEmits, type SuggestionsProps, type WrapperProps } from "../shared/props.js.js";
|
|
3
|
-
type WrapperTypes = Partial<WrapperProps<"item", HTMLAttributes, {
|
|
4
|
-
/** Tailwind classes. */
|
|
5
|
-
class?: string;
|
|
6
|
-
}>>;
|
|
7
|
-
type RealProps = LinkableByIdProps & LabelProps & BaseInteractiveProps & {
|
|
8
|
-
/** Return true to prevent the keydown event from being handled. */
|
|
9
|
-
filterKeydown?: (e: KeyboardEvent) => boolean;
|
|
10
|
-
/** Return true to prevent the blur event from being handled. */
|
|
11
|
-
filterBlur?: (e: MouseEvent) => boolean;
|
|
12
|
-
/** Return true to prevent the focus event from being handled. */
|
|
13
|
-
filterFocus?: (e: FocusEvent) => boolean;
|
|
14
|
-
};
|
|
15
|
-
interface Props extends
|
|
16
|
-
/** @vue-ignore */
|
|
17
|
-
Partial<Omit<HTMLAttributes, "class" | "onSubmit"> & {
|
|
18
|
-
/** Tailwind classes. */
|
|
19
|
-
class?: string;
|
|
20
|
-
}>,
|
|
21
|
-
/** @vue-ignore */
|
|
22
|
-
WrapperTypes, RealProps {
|
|
23
|
-
}
|
|
24
|
-
declare const _default: <TSuggestion extends string | object, TValue extends string | string[]>(__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<{
|
|
25
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
26
|
-
readonly onSubmit?: ((val: string, suggestion?: any, wasRemoved?: boolean | undefined) => any) | undefined;
|
|
27
|
-
readonly "onUpdate:isOpen"?: ((val: boolean) => any) | undefined;
|
|
28
|
-
readonly "onUpdate:activeSuggestion"?: ((val: number) => any) | undefined;
|
|
29
|
-
readonly "onUpdate:modelValue"?: ((value: TValue) => any) | undefined;
|
|
30
|
-
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
31
|
-
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
32
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onSubmit" | "onUpdate:modelValue" | "onUpdate:open" | "onUpdate:isOpen" | "onUpdate:activeSuggestion" | "onUpdate:inputValue"> & (Props & SuggestionsProps<TSuggestion> & {
|
|
33
|
-
/**
|
|
34
|
-
* The final valid value. This is *not* the value you want to share with the input. If `restrictToSuggestions` is true this will not update on any invalid values that `inputValue` might be set to.
|
|
35
|
-
*
|
|
36
|
-
* If suggestions are objects, this will be the string returned by the `suggestionLabel` prop.
|
|
37
|
-
*/
|
|
38
|
-
modelValue: TValue;
|
|
39
|
-
/**
|
|
40
|
-
* If the element is bound to an input, this is the value that the input should be sharing.
|
|
41
|
-
*
|
|
42
|
-
* It allows the component to read even invalid output, and also to reset that invalid output when either modelValue is set to a new value, or when the component is closed via cancel.
|
|
43
|
-
*/
|
|
44
|
-
inputValue?: string;
|
|
45
|
-
open?: boolean;
|
|
46
|
-
}) & Partial<{}>> & import("vue").PublicProps;
|
|
47
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
48
|
-
suggestions: {
|
|
49
|
-
list: any[] | undefined;
|
|
50
|
-
filtered: any[] | undefined;
|
|
51
|
-
active: number;
|
|
52
|
-
available: boolean;
|
|
53
|
-
moreThanOneAvailable: boolean;
|
|
54
|
-
hasExactlyMatching: TSuggestion | undefined;
|
|
55
|
-
hasValidSuggestion: boolean;
|
|
56
|
-
openable: boolean | undefined;
|
|
57
|
-
getLabel: (item: any) => string;
|
|
58
|
-
$open: boolean;
|
|
59
|
-
open: () => void;
|
|
60
|
-
close: () => void;
|
|
61
|
-
enterSelected: (doClose?: boolean) => void;
|
|
62
|
-
enterIndex: (num: number, doClose?: boolean) => void;
|
|
63
|
-
toggle: () => void;
|
|
64
|
-
cancel: () => void;
|
|
65
|
-
select: (num: number) => void;
|
|
66
|
-
prev: () => void;
|
|
67
|
-
next: () => void;
|
|
68
|
-
first: () => void;
|
|
69
|
-
last: () => void;
|
|
70
|
-
};
|
|
71
|
-
el: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
72
|
-
/** A simple keydown handler that can be passed to an input to control the component while still focused inside it. */
|
|
73
|
-
inputKeydownHandler: (e: KeyboardEvent) => void;
|
|
74
|
-
/** A blur handler for the input that controls the component. This also takes care of making clicking on a suggestion work, since otherwise if canOpen is set to false in the blur handler, no click event will fire. */
|
|
75
|
-
inputBlurHandler: (e: MouseEvent) => void;
|
|
76
|
-
/** A focus handler for the input that controls the component. */
|
|
77
|
-
inputFocusHandler: (e: FocusEvent) => void;
|
|
78
|
-
}>): void;
|
|
79
|
-
attrs: any;
|
|
80
|
-
slots: {
|
|
81
|
-
item?: (props: {
|
|
82
|
-
item: any;
|
|
83
|
-
index: any;
|
|
84
|
-
isSelected: any;
|
|
85
|
-
}) => any;
|
|
86
|
-
};
|
|
87
|
-
emit: SuggestionsEmits<false> & (((evt: "update:modelValue", value: TValue) => void) & ((evt: "update:inputValue", value: string) => void) & ((evt: "update:open", value: boolean) => void));
|
|
88
|
-
}>) => import("vue").VNode & {
|
|
89
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
90
|
-
};
|
|
91
|
-
export default _default;
|
|
92
|
-
type __VLS_PrettifyLocal<T> = {
|
|
93
|
-
[K in keyof T as K]: T[K];
|
|
94
|
-
} & {};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { type TableHTMLAttributes } from "vue";
|
|
2
|
-
import type { ResizableOptions, TableColConfig } from "../../types/index.js.js";
|
|
3
|
-
import type { TailwindClassProp } from "../shared/props.js.js";
|
|
4
|
-
type T = any;
|
|
5
|
-
type RealProps = {
|
|
6
|
-
resizable?: Partial<ResizableOptions>;
|
|
7
|
-
values?: T[];
|
|
8
|
-
itemKey?: keyof T | ((item: T) => string);
|
|
9
|
-
/** Let's the table know the shape of the data since values might be empty. */
|
|
10
|
-
cols?: (keyof T)[];
|
|
11
|
-
rounded?: boolean;
|
|
12
|
-
border?: boolean;
|
|
13
|
-
cellBorder?: boolean;
|
|
14
|
-
header?: boolean;
|
|
15
|
-
colConfig?: TableColConfig<T>;
|
|
16
|
-
};
|
|
17
|
-
interface Props extends
|
|
18
|
-
/** @vue-ignore */
|
|
19
|
-
Partial<Omit<TableHTMLAttributes, "class" | "readonly" | "disabled"> & TailwindClassProp>, RealProps {
|
|
20
|
-
}
|
|
21
|
-
declare const _default: <T>(__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<{
|
|
22
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & Props & Partial<{}>> & import("vue").PublicProps;
|
|
23
|
-
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
24
|
-
attrs: any;
|
|
25
|
-
slots: {
|
|
26
|
-
[x: string]: ((props: {
|
|
27
|
-
colKey: any;
|
|
28
|
-
style: string;
|
|
29
|
-
class: string;
|
|
30
|
-
}) => any) | undefined;
|
|
31
|
-
} & {
|
|
32
|
-
[x: string]: ((props: {
|
|
33
|
-
class: string;
|
|
34
|
-
item: any;
|
|
35
|
-
value: any;
|
|
36
|
-
}) => any) | undefined;
|
|
37
|
-
};
|
|
38
|
-
emit: {};
|
|
39
|
-
}>) => import("vue").VNode & {
|
|
40
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
41
|
-
};
|
|
42
|
-
export default _default;
|
|
43
|
-
type __VLS_PrettifyLocal<T> = {
|
|
44
|
-
[K in keyof T as K]: T[K];
|
|
45
|
-
} & {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
2
|
-
modelValue: string;
|
|
3
|
-
}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
"update:modelValue": (value: string) => any;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
6
|
-
modelValue: string;
|
|
7
|
-
}> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
10
|
-
default?: (props: {}) => any;
|
|
11
|
-
}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
showOutline: boolean;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
-
export default _default;
|