sit-onyx 1.0.0-beta.161 → 1.0.0-beta.162
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/components/OnyxAppLayout/OnyxAppLayout.vue.d.ts +1 -1
- package/dist/components/OnyxAvatar/OnyxAvatar.vue.d.ts +1 -1
- package/dist/components/OnyxAvatarStack/OnyxAvatarStack.vue.d.ts +1 -1
- package/dist/components/OnyxBadge/OnyxBadge.vue.d.ts +1 -1
- package/dist/components/OnyxBottomBar/OnyxBottomBar.vue.d.ts +1 -1
- package/dist/components/OnyxButton/OnyxButton.vue.d.ts +10 -0
- package/dist/components/OnyxDataGrid/features/HeaderCell.vue.d.ts +1 -1
- package/dist/components/OnyxDatePicker/OnyxDatePicker.vue.d.ts +1 -4
- package/dist/components/OnyxDialog/OnyxDialog.vue.d.ts +1 -4
- package/dist/components/OnyxEmpty/OnyxEmpty.vue.d.ts +1 -1
- package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.vue.d.ts +1 -4
- package/dist/components/OnyxForm/FormElementTestWrapper.vue.d.ts +1 -8
- package/dist/components/OnyxForm/OnyxForm.vue.d.ts +1 -1
- package/dist/components/OnyxFormElement/OnyxFormElement.vue.d.ts +6 -3
- package/dist/components/OnyxImage/OnyxImage.vue.d.ts +1 -0
- package/dist/components/OnyxImage/types.d.ts +5 -0
- package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.vue.d.ts +1 -1
- package/dist/components/OnyxInput/OnyxInput.vue.d.ts +7 -7
- package/dist/components/OnyxLink/OnyxLink.vue.d.ts +1 -1
- package/dist/components/OnyxListItem/OnyxListItem.vue.d.ts +1 -1
- package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue.d.ts +1 -1
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.vue.d.ts +1 -1
- package/dist/components/OnyxMiniSearch/OnyxMiniSearch.vue.d.ts +7 -7
- package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.vue.d.ts +1 -1
- package/dist/components/OnyxMoreList/OnyxMoreList.vue.d.ts +1 -4
- package/dist/components/OnyxNavAppArea/OnyxNavAppArea.vue.d.ts +1 -1
- package/dist/components/OnyxNavBar/OnyxNavBar.vue.d.ts +1 -4
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/OnyxFlyoutMenu.vue.d.ts +7 -4
- package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.vue.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxNavButton/NavButtonLayout.vue.d.ts +5 -5
- package/dist/components/OnyxNavBar/modules/OnyxNavButton/OnyxNavButton.vue.d.ts +7 -110
- package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.vue.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxNavSeparator/OnyxNavSeparator.vue.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.vue.d.ts +7 -4
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/UserMenuLayout.vue.d.ts +7 -4
- package/dist/components/OnyxPageLayout/OnyxPageLayout.vue.d.ts +1 -1
- package/dist/components/OnyxRipple/OnyxRipple.vue.d.ts +1 -4
- package/dist/components/OnyxRouterLink/OnyxRouterLink.vue.d.ts +1 -1
- package/dist/components/OnyxSelect/OnyxSelect.vue.d.ts +19 -8
- package/dist/components/OnyxSelectOption/OnyxSelectOption.vue.d.ts +1 -1
- package/dist/components/OnyxSkeleton/OnyxSkeleton.vue.d.ts +1 -1
- package/dist/components/OnyxStepper/OnyxStepper.vue.d.ts +2 -5
- package/dist/components/OnyxSwitch/OnyxSwitch.vue.d.ts +1 -4
- package/dist/components/OnyxSystemButton/examples/WithTooltip.vue.d.ts +1 -1
- package/dist/components/OnyxTable/OnyxTable.vue.d.ts +1 -1
- package/dist/components/OnyxTag/OnyxTag.vue.d.ts +1 -1
- package/dist/components/OnyxTextarea/OnyxTextarea.vue.d.ts +7 -7
- package/dist/components/OnyxToast/StorybookExample.vue.d.ts +1 -1
- package/dist/components/OnyxTooltip/OnyxTooltip.vue.d.ts +1 -5
- package/dist/components/examples/ComponentShowcase/ComponentShowcase.vue.d.ts +1 -1
- package/dist/components/examples/FormExample/FormExample.vue.d.ts +1 -1
- package/dist/components/examples/GridPlayground/GridBadge/GridBadge.vue.d.ts +1 -1
- package/dist/components/examples/GridPlayground/GridElement/GridElement.vue.d.ts +1 -4
- package/dist/components/examples/GridPlayground/GridOverlay/GridOverlay.vue.d.ts +1 -1
- package/dist/components/examples/GridPlayground/GridPlayground.vue.d.ts +1 -4
- package/dist/index.cjs +2 -2
- package/dist/index.js +678 -671
- package/dist/style.css +1 -1
- package/package.json +5 -5
|
@@ -11,7 +11,7 @@ type __VLS_Slots = {
|
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_component: import("vue").DefineComponent<OnyxAppLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxAppLayoutProps> & Readonly<{}>, {
|
|
13
13
|
navBarAlignment: "top" | "left";
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { OnyxAvatarProps } from "./types";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<OnyxAvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxAvatarProps> & Readonly<{}>, {
|
|
3
3
|
size: "16px" | "24px" | "32px" | "48px" | "64px" | "96px";
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -4,7 +4,7 @@ type __VLS_Slots = {
|
|
|
4
4
|
*/
|
|
5
5
|
default(): unknown;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -8,7 +8,7 @@ type __VLS_Slots = {
|
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<OnyxBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxBadgeProps> & Readonly<{}>, {
|
|
9
9
|
color: import("../../index.ts").OnyxColor;
|
|
10
10
|
dot: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -11,7 +11,7 @@ type __VLS_Slots = {
|
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_component: import("vue").DefineComponent<OnyxBottomBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxBottomBarProps> & Readonly<{}>, {
|
|
13
13
|
hideBorder: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { OnyxButtonProps } from "./types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<OnyxButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxButtonProps> & Readonly<{}>, {
|
|
3
|
+
type: import("./types").ButtonType;
|
|
4
|
+
color: import("./types").ButtonColor;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
disabled: import("../OnyxForm/OnyxForm.core").FormInjected<boolean>;
|
|
7
|
+
mode: import("./types").ButtonMode;
|
|
8
|
+
skeleton: import("../../composables/useSkeletonState").SkeletonInjected;
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -7,7 +7,7 @@ type __VLS_Props = {
|
|
|
7
7
|
type __VLS_Slots = {
|
|
8
8
|
actions?(): unknown;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import type { OnyxDatePickerProps } from "./types";
|
|
2
|
-
type __VLS_TemplateRefs = {
|
|
3
|
-
inputRef: typeof __VLS_nativeElements['input'];
|
|
4
|
-
};
|
|
5
2
|
declare const _default: import("vue").DefineComponent<OnyxDatePickerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
3
|
"update:modelValue": (value?: string | undefined) => any;
|
|
7
4
|
validityChange: (validity: ValidityState) => any;
|
|
@@ -16,5 +13,5 @@ declare const _default: import("vue").DefineComponent<OnyxDatePickerProps, {}, {
|
|
|
16
13
|
readonly: boolean;
|
|
17
14
|
skeleton: import("../../composables/useSkeletonState").SkeletonInjected;
|
|
18
15
|
showError: boolean | symbol | "touched";
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
17
|
export default _default;
|
|
@@ -7,9 +7,6 @@ type __VLS_Slots = {
|
|
|
7
7
|
*/
|
|
8
8
|
default(): unknown;
|
|
9
9
|
};
|
|
10
|
-
type __VLS_TemplateRefs = {
|
|
11
|
-
dialogRef: typeof __VLS_nativeElements['dialog'];
|
|
12
|
-
};
|
|
13
10
|
declare const __VLS_component: import("vue").DefineComponent<OnyxDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
11
|
close: () => any;
|
|
15
12
|
}, string, import("vue").PublicProps, Readonly<OnyxDialogProps> & Readonly<{
|
|
@@ -18,7 +15,7 @@ declare const __VLS_component: import("vue").DefineComponent<OnyxDialogProps, {}
|
|
|
18
15
|
open: boolean;
|
|
19
16
|
alert: boolean;
|
|
20
17
|
modal: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
19
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
20
|
export default _default;
|
|
24
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -13,7 +13,7 @@ type __VLS_Slots = {
|
|
|
13
13
|
*/
|
|
14
14
|
buttons?(): unknown;
|
|
15
15
|
};
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<DensityProp, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DensityProp> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<DensityProp, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DensityProp> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -16,10 +16,7 @@ type __VLS_Slots = {
|
|
|
16
16
|
*/
|
|
17
17
|
default(): unknown;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
targetRef: typeof __VLS_nativeElements['div'];
|
|
21
|
-
};
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>;
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
20
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
21
|
export default _default;
|
|
25
22
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -9,12 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
*/
|
|
10
10
|
is: Component;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
13
|
-
declare const __VLS_2: any;
|
|
14
|
-
declare var __VLS_6: (Parameters<NonNullable<(typeof __VLS_5)["expose"]>>[0] | null);
|
|
15
|
-
declare var __VLS_5: __VLS_PickFunctionalComponentCtx<typeof __VLS_0, typeof __VLS_2>;
|
|
16
|
-
type __VLS_TemplateRefs = {
|
|
17
|
-
formElement: typeof __VLS_6;
|
|
18
|
-
};
|
|
19
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, any>;
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
13
|
export default _default;
|
|
@@ -8,7 +8,7 @@ type __VLS_Slots = {
|
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<OnyxFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxFormProps> & Readonly<{}>, {
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
showError: import("../../composables/useErrorClass").ShowErrorMode;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
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<{
|
|
2
2
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
3
3
|
readonly "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
4
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
|
|
5
|
-
modelValue?: T;
|
|
6
|
-
} & Omit<import("./types").SharedFormElementProps, "error" | "message" | "success"> & import("../../composables/useLenientMaxLengthValidation.ts").SharedTextInputProps & {
|
|
4
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & (Omit<import("./types").SharedFormElementProps, "error" | "message" | "success"> & import("../../composables/useLenientMaxLengthValidation.ts").SharedTextInputProps & {
|
|
7
5
|
errorMessages?: import("../../composables/useCustomValidity.ts").FormMessages;
|
|
8
6
|
message?: import("../../composables/useCustomValidity.ts").FormMessages;
|
|
9
7
|
successMessages?: import("../../composables/useCustomValidity.ts").FormMessages;
|
|
8
|
+
} & {
|
|
9
|
+
/**
|
|
10
|
+
* Current value of the input.
|
|
11
|
+
*/
|
|
12
|
+
modelValue?: T;
|
|
10
13
|
}) & Partial<{}>> & import("vue").PublicProps;
|
|
11
14
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
12
15
|
attrs: any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { OnyxImageProps } from "./types";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<OnyxImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxImageProps> & Readonly<{}>, {
|
|
3
3
|
loading: import("./types").ImageLoading;
|
|
4
|
+
skeleton: import("../../composables/useSkeletonState").SkeletonInjected;
|
|
4
5
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
6
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SkeletonInjected } from "../../composables/useSkeletonState";
|
|
1
2
|
export type OnyxImageProps = {
|
|
2
3
|
/**
|
|
3
4
|
* Image URL to show.
|
|
@@ -32,6 +33,10 @@ export type OnyxImageProps = {
|
|
|
32
33
|
* Image border shape. If unset, the original image shape will be used.
|
|
33
34
|
*/
|
|
34
35
|
shape?: ImageShape;
|
|
36
|
+
/**
|
|
37
|
+
* Whether to show a skeleton image.
|
|
38
|
+
*/
|
|
39
|
+
skeleton?: SkeletonInjected;
|
|
35
40
|
};
|
|
36
41
|
export type ImageLoading = "eager" | "lazy";
|
|
37
42
|
export declare const IMAGE_SHAPES: readonly ["rounded", "circle", "clip", "clip-inverted"];
|
|
@@ -2,5 +2,5 @@ import type { OnyxInfoTooltipProps } from "./types";
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<OnyxInfoTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxInfoTooltipProps> & Readonly<{}>, {
|
|
3
3
|
open: import("../OnyxTooltip/types.ts").TooltipOpen;
|
|
4
4
|
color: Extract<import("../../index.ts").OnyxColor, "neutral" | "danger" | "success">;
|
|
5
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -12,19 +12,19 @@ type __VLS_Slots = {
|
|
|
12
12
|
*/
|
|
13
13
|
trailing?(): unknown;
|
|
14
14
|
};
|
|
15
|
-
type __VLS_PublicProps = {
|
|
15
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
16
|
+
/**
|
|
17
|
+
* Current value of the input.
|
|
18
|
+
*/
|
|
16
19
|
modelValue?: string;
|
|
17
|
-
} & __VLS_Props;
|
|
18
|
-
type __VLS_TemplateRefs = {
|
|
19
|
-
inputRef: typeof __VLS_nativeElements['input'];
|
|
20
20
|
};
|
|
21
21
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
22
22
|
input: Readonly<import("vue").ShallowRef<HTMLInputElement | null>>;
|
|
23
23
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
-
"update:modelValue": (value: string
|
|
24
|
+
"update:modelValue": (value: string) => any;
|
|
25
25
|
validityChange: (validity: ValidityState) => any;
|
|
26
26
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
27
|
-
"onUpdate:modelValue"?: ((value: string
|
|
27
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
28
28
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
30
|
required: boolean;
|
|
@@ -38,7 +38,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
38
38
|
requiredMarker: symbol | "required" | "optional";
|
|
39
39
|
hideSuccessIcon: boolean;
|
|
40
40
|
hideClearIcon: boolean;
|
|
41
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
42
42
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
43
43
|
export default _default;
|
|
44
44
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -8,7 +8,7 @@ type __VLS_Slots = {
|
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<OnyxLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxLinkProps> & Readonly<{}>, {
|
|
9
9
|
target: import("../OnyxRouterLink/types.ts").LinkTarget;
|
|
10
10
|
withExternalIcon: boolean | "auto";
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -10,7 +10,7 @@ declare const __VLS_component: import("vue").DefineComponent<OnyxListItemProps,
|
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
checked: boolean;
|
|
12
12
|
selected: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { OnyxMiniSearchProps } from "./types";
|
|
2
2
|
type __VLS_Props = OnyxMiniSearchProps;
|
|
3
|
-
type __VLS_PublicProps = {
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
/**
|
|
5
|
+
* Current input/search value.
|
|
6
|
+
*/
|
|
4
7
|
modelValue?: string;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
type __VLS_TemplateRefs = {
|
|
7
|
-
inputRef: typeof __VLS_nativeElements['input'];
|
|
8
8
|
};
|
|
9
9
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
10
10
|
/**
|
|
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
13
13
|
focus: () => void | undefined;
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
clear: () => any;
|
|
16
|
-
"update:modelValue": (value: string
|
|
16
|
+
"update:modelValue": (value: string) => any;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
18
|
onClear?: (() => any) | undefined;
|
|
19
|
-
"onUpdate:modelValue"?: ((value: string
|
|
20
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
19
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<OnyxMobileNavButton
|
|
|
11
11
|
"onUpdate:open"?: ((isOpen: boolean) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
open: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -13,14 +13,11 @@ type __VLS_Slots = {
|
|
|
13
13
|
attributes: object;
|
|
14
14
|
}): unknown;
|
|
15
15
|
};
|
|
16
|
-
type __VLS_TemplateRefs = {
|
|
17
|
-
parentRef: typeof __VLS_nativeElements['div'];
|
|
18
|
-
};
|
|
19
16
|
declare const __VLS_component: import("vue").DefineComponent<OnyxMoreListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
17
|
visibilityChange: (args_0: MoreListSlotBindings) => any;
|
|
21
18
|
}, string, import("vue").PublicProps, Readonly<OnyxMoreListProps> & Readonly<{
|
|
22
19
|
onVisibilityChange?: ((args_0: MoreListSlotBindings) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
21
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
22
|
export default _default;
|
|
26
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -7,7 +7,7 @@ type __VLS_Slots = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<OnyxNavAppAreaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxNavAppAreaProps> & Readonly<{}>, {
|
|
9
9
|
link: string | import("../OnyxRouterLink/types.ts").SharedLinkProps;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -25,9 +25,6 @@ type __VLS_Slots = {
|
|
|
25
25
|
*/
|
|
26
26
|
mobileActivePage?: () => unknown;
|
|
27
27
|
};
|
|
28
|
-
type __VLS_TemplateRefs = {
|
|
29
|
-
navBarRef: typeof __VLS_nativeElements['header'];
|
|
30
|
-
};
|
|
31
28
|
declare const __VLS_component: import("vue").DefineComponent<OnyxNavBarProps, {
|
|
32
29
|
/**
|
|
33
30
|
* Closes the mobile burger and context menu.
|
|
@@ -50,7 +47,7 @@ declare const __VLS_component: import("vue").DefineComponent<OnyxNavBarProps, {
|
|
|
50
47
|
onNavigateBack?: ((event: MouseEvent) => any) | undefined;
|
|
51
48
|
}>, {
|
|
52
49
|
mobileBreakpoint: import("@sit-onyx/shared/breakpoints").OnyxBreakpoint | number;
|
|
53
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
54
51
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
55
52
|
export default _default;
|
|
56
53
|
type __VLS_WithSlots<T, S> = T & {
|
package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ declare const _default: import("vue").DefineComponent<OnyxColorSchemeMenuItemPro
|
|
|
4
4
|
"update:modelValue": (value: ColorSchemeValue) => any;
|
|
5
5
|
}, string, import("vue").PublicProps, Readonly<OnyxColorSchemeMenuItemProps> & Readonly<{
|
|
6
6
|
"onUpdate:modelValue"?: ((value: ColorSchemeValue) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -2,10 +2,13 @@ import type { SelectOptionValue } from "../../../../types";
|
|
|
2
2
|
import type { OnyxFlyoutMenuProps } from "./types";
|
|
3
3
|
declare const _default: <TValue extends SelectOptionValue = SelectOptionValue>(__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<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
-
readonly "onUpdate:open"?: ((value: boolean
|
|
6
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:open"> & ({
|
|
5
|
+
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
6
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:open"> & (OnyxFlyoutMenuProps & {
|
|
7
|
+
/**
|
|
8
|
+
* If the flyout is expanded or not.
|
|
9
|
+
*/
|
|
7
10
|
open?: boolean;
|
|
8
|
-
}
|
|
11
|
+
}) & Partial<{}>> & import("vue").PublicProps;
|
|
9
12
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
10
13
|
attrs: any;
|
|
11
14
|
slots: {
|
|
@@ -31,7 +34,7 @@ declare const _default: <TValue extends SelectOptionValue = SelectOptionValue>(_
|
|
|
31
34
|
*/
|
|
32
35
|
footer?(): unknown;
|
|
33
36
|
};
|
|
34
|
-
emit: (evt: "update:open", value: boolean
|
|
37
|
+
emit: (evt: "update:open", value: boolean) => void;
|
|
35
38
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
39
|
[key: string]: any;
|
|
37
40
|
}> & {
|
|
@@ -7,7 +7,7 @@ type __VLS_Slots = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<OnyxMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxMenuItemProps> & Readonly<{}>, {
|
|
9
9
|
active: boolean | "auto";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -17,14 +17,14 @@ type __VLS_Slots = {
|
|
|
17
17
|
}): unknown;
|
|
18
18
|
options?(): unknown;
|
|
19
19
|
};
|
|
20
|
-
type __VLS_PublicProps = {
|
|
20
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
21
21
|
"mobileChildrenOpen"?: boolean;
|
|
22
|
-
}
|
|
22
|
+
};
|
|
23
23
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
-
"update:mobileChildrenOpen": (value: boolean
|
|
24
|
+
"update:mobileChildrenOpen": (value: boolean) => any;
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
|
-
"onUpdate:mobileChildrenOpen"?: ((value: boolean
|
|
27
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
26
|
+
"onUpdate:mobileChildrenOpen"?: ((value: boolean) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
29
29
|
export default _default;
|
|
30
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import NavButtonLayout from "./NavButtonLayout.vue";
|
|
2
1
|
import type { OnyxNavButtonProps } from "./types";
|
|
3
2
|
type __VLS_Props = OnyxNavButtonProps;
|
|
4
3
|
type __VLS_Slots = {
|
|
@@ -11,121 +10,19 @@ type __VLS_Slots = {
|
|
|
11
10
|
*/
|
|
12
11
|
children?(): unknown;
|
|
13
12
|
};
|
|
14
|
-
type __VLS_PublicProps = {
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
14
|
+
/**
|
|
15
|
+
* Controls the open state for the mobile children.
|
|
16
|
+
*/
|
|
15
17
|
"mobileChildrenOpen"?: boolean;
|
|
16
|
-
} & __VLS_Props;
|
|
17
|
-
declare const __VLS_1: import("vue/jsx-runtime").JSX.Element & {
|
|
18
|
-
__ctx?: ({
|
|
19
|
-
attrs?: any;
|
|
20
|
-
slots?: (Readonly<{
|
|
21
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
22
|
-
}> & {
|
|
23
|
-
button?(params: {
|
|
24
|
-
trigger: object;
|
|
25
|
-
}): unknown;
|
|
26
|
-
options?(): unknown;
|
|
27
|
-
}) | undefined;
|
|
28
|
-
emit?: ((event: "update:mobileChildrenOpen", value: boolean | undefined) => void) | undefined;
|
|
29
|
-
} & {
|
|
30
|
-
props?: ({
|
|
31
|
-
readonly mobileChildrenOpen?: boolean | undefined;
|
|
32
|
-
readonly link?: string | (import("../../../OnyxRouterLink/types.ts").SharedLinkProps & Partial<Pick<import("../../../OnyxRouterLink/types.ts").SharedLinkProps, "href">> & {
|
|
33
|
-
withExternalIcon?: boolean | "auto";
|
|
34
|
-
}) | undefined;
|
|
35
|
-
readonly label: string;
|
|
36
|
-
readonly active?: (boolean | "auto") | undefined;
|
|
37
|
-
readonly isMobile: boolean;
|
|
38
|
-
readonly "onUpdate:mobileChildrenOpen"?: ((value: boolean | undefined) => any) | undefined;
|
|
39
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Record<string, unknown>) | undefined;
|
|
40
|
-
expose?(exposed: {
|
|
41
|
-
$: import("vue").ComponentInternalInstance;
|
|
42
|
-
$data: {};
|
|
43
|
-
$props: {
|
|
44
|
-
readonly mobileChildrenOpen?: boolean | undefined;
|
|
45
|
-
readonly link?: string | (import("../../../OnyxRouterLink/types.ts").SharedLinkProps & Partial<Pick<import("../../../OnyxRouterLink/types.ts").SharedLinkProps, "href">> & {
|
|
46
|
-
withExternalIcon?: boolean | "auto";
|
|
47
|
-
}) | undefined;
|
|
48
|
-
readonly label: string;
|
|
49
|
-
readonly active?: (boolean | "auto") | undefined;
|
|
50
|
-
readonly isMobile: boolean;
|
|
51
|
-
readonly "onUpdate:mobileChildrenOpen"?: ((value: boolean | undefined) => any) | undefined;
|
|
52
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
53
|
-
$attrs: {
|
|
54
|
-
[x: string]: unknown;
|
|
55
|
-
};
|
|
56
|
-
$refs: {
|
|
57
|
-
[x: string]: unknown;
|
|
58
|
-
};
|
|
59
|
-
$slots: Readonly<{
|
|
60
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
61
|
-
}>;
|
|
62
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
63
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
64
|
-
$host: Element | null;
|
|
65
|
-
$emit: (event: "update:mobileChildrenOpen", value: boolean | undefined) => void;
|
|
66
|
-
$el: HTMLLIElement;
|
|
67
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
68
|
-
mobileChildrenOpen?: boolean;
|
|
69
|
-
} & import("../../../OnyxRouterLink/types.ts").WithLinkProp<true> & {
|
|
70
|
-
label: string;
|
|
71
|
-
active?: boolean | "auto";
|
|
72
|
-
} & {
|
|
73
|
-
isMobile: boolean;
|
|
74
|
-
}> & Readonly<{
|
|
75
|
-
"onUpdate:mobileChildrenOpen"?: ((value: boolean | undefined) => any) | undefined;
|
|
76
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
-
"update:mobileChildrenOpen": (value: boolean | undefined) => any;
|
|
78
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
79
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
80
|
-
created?: (() => void) | (() => void)[];
|
|
81
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
82
|
-
mounted?: (() => void) | (() => void)[];
|
|
83
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
84
|
-
updated?: (() => void) | (() => void)[];
|
|
85
|
-
activated?: (() => void) | (() => void)[];
|
|
86
|
-
deactivated?: (() => void) | (() => void)[];
|
|
87
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
88
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
89
|
-
destroyed?: (() => void) | (() => void)[];
|
|
90
|
-
unmounted?: (() => void) | (() => void)[];
|
|
91
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
92
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
93
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
94
|
-
};
|
|
95
|
-
$forceUpdate: () => void;
|
|
96
|
-
$nextTick: typeof import("vue").nextTick;
|
|
97
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
98
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
99
|
-
mobileChildrenOpen?: boolean;
|
|
100
|
-
} & import("../../../OnyxRouterLink/types.ts").WithLinkProp<true> & {
|
|
101
|
-
label: string;
|
|
102
|
-
active?: boolean | "auto";
|
|
103
|
-
} & {
|
|
104
|
-
isMobile: boolean;
|
|
105
|
-
}> & Readonly<{
|
|
106
|
-
"onUpdate:mobileChildrenOpen"?: ((value: boolean | undefined) => any) | undefined;
|
|
107
|
-
}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
108
|
-
$slots: {
|
|
109
|
-
button?(params: {
|
|
110
|
-
trigger: object;
|
|
111
|
-
}): unknown;
|
|
112
|
-
options?(): unknown;
|
|
113
|
-
};
|
|
114
|
-
}): void;
|
|
115
|
-
}) | undefined;
|
|
116
|
-
};
|
|
117
|
-
declare var __VLS_5: (Parameters<NonNullable<(typeof __VLS_4)["expose"]>>[0] | null);
|
|
118
|
-
declare var __VLS_4: __VLS_PickFunctionalComponentCtx<typeof NavButtonLayout, typeof __VLS_1>;
|
|
119
|
-
type __VLS_TemplateRefs = {
|
|
120
|
-
componentRef: typeof __VLS_5;
|
|
121
18
|
};
|
|
122
19
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
123
|
-
"update:mobileChildrenOpen": (value: boolean
|
|
20
|
+
"update:mobileChildrenOpen": (value: boolean) => any;
|
|
124
21
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
125
|
-
"onUpdate:mobileChildrenOpen"?: ((value: boolean
|
|
22
|
+
"onUpdate:mobileChildrenOpen"?: ((value: boolean) => any) | undefined;
|
|
126
23
|
}>, {
|
|
127
24
|
active: boolean | "auto";
|
|
128
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
129
26
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
130
27
|
export default _default;
|
|
131
28
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -6,7 +6,7 @@ type __VLS_Slots = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_component: import("vue").DefineComponent<import("../index.ts").OnyxNavButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../index.ts").OnyxNavButtonProps> & Readonly<{}>, {
|
|
8
8
|
active: boolean | "auto";
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
11
|
export default _default;
|
|
12
12
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { OnyxNavSeparatorProps } from "./types";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<OnyxNavSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OnyxNavSeparatorProps> & Readonly<{}>, {
|
|
3
3
|
orientation: "horizontal" | "vertical";
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -3,5 +3,5 @@ declare const _default: import("vue").DefineComponent<OnyxTimerProps, {}, {}, {}
|
|
|
3
3
|
timerEnded: () => any;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<OnyxTimerProps> & Readonly<{
|
|
5
5
|
onTimerEnded?: (() => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|