biketag-vue
Version:
<h1 align=center>BikeTag-Vue</h1> <div align="center"> <img alt="biketag-vue logo" src="https://raw.githubusercontent.com/keneucker/biketag-website/production/public/img/Tag-Logo-Stacked-V2-medium.png" height="auto" width="200" style="border-radius:25%;">
219 lines (218 loc) • 11.5 kB
TypeScript
declare const _default: import('vue').DefineComponent<{}, {
logo: string;
variant: string;
$props: {
readonly logo?: string | undefined;
readonly variant?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
buttonCollapse: HTMLButtonElement;
navList: ({
$: import('vue').ComponentInternalInstance;
$data: {};
$props: Partial<{
tag: string;
id: string;
modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
toggle: import('bootstrap-vue-next/dist/src/types').Booleanish;
visible: import('bootstrap-vue-next/dist/src/types').Booleanish;
horizontal: import('bootstrap-vue-next/dist/src/types').Booleanish;
isNav: import('bootstrap-vue-next/dist/src/types').Booleanish;
skipAnimation: import('bootstrap-vue-next/dist/src/types').Booleanish;
}> & Omit<{
readonly toggle: import('bootstrap-vue-next/dist/src/types').Booleanish;
readonly tag: string;
readonly horizontal: import('bootstrap-vue-next/dist/src/types').Booleanish;
readonly isNav: import('bootstrap-vue-next/dist/src/types').Booleanish;
readonly modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
readonly skipAnimation: import('bootstrap-vue-next/dist/src/types').Booleanish;
readonly visible: import('bootstrap-vue-next/dist/src/types').Booleanish;
readonly id?: string | undefined | undefined;
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined | undefined;
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined | undefined;
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined | undefined;
onHidden?: (() => any) | undefined | undefined;
"onHide-prevented"?: (() => any) | undefined | undefined;
"onShow-prevented"?: (() => any) | undefined | undefined;
onShown?: (() => any) | undefined | undefined;
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "id" | "toggle" | "tag" | "horizontal" | "isNav" | "modelValue" | "skipAnimation" | "visible">;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import('vue').Slot<any> | undefined;
}>;
$root: import('vue').ComponentPublicInstance | null;
$parent: import('vue').ComponentPublicInstance | null;
$host: Element | null;
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "show", value: import('bootstrap-vue-next').BvTriggerableEvent) => void) & ((event: "hide", value: import('bootstrap-vue-next').BvTriggerableEvent) => void) & ((event: "hidden") => void) & ((event: "hide-prevented") => void) & ((event: "show-prevented") => void) & ((event: "shown") => void);
$el: any;
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
id: {
type: import('vue').PropType<string>;
default: undefined;
};
toggle: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
tag: {
type: import('vue').PropType<string>;
default: string;
};
horizontal: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
isNav: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
modelValue: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
skipAnimation: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
visible: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
}>> & {
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
onHidden?: (() => any) | undefined;
"onHide-prevented"?: (() => any) | undefined;
"onShow-prevented"?: (() => any) | undefined;
onShown?: (() => any) | undefined;
}, {
close: () => void;
isNav: import('vue').ComputedRef<boolean>;
open: () => void;
toggle: () => void;
visible: Readonly<import('vue').Ref<boolean>>;
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (value: boolean) => void;
show: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
hide: (value: import('bootstrap-vue-next').BvTriggerableEvent) => void;
hidden: () => void;
"hide-prevented": () => void;
"show-prevented": () => void;
shown: () => void;
}, string, {
tag: string;
id: string;
modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
toggle: import('bootstrap-vue-next/dist/src/types').Booleanish;
visible: import('bootstrap-vue-next/dist/src/types').Booleanish;
horizontal: import('bootstrap-vue-next/dist/src/types').Booleanish;
isNav: import('bootstrap-vue-next/dist/src/types').Booleanish;
skipAnimation: import('bootstrap-vue-next/dist/src/types').Booleanish;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
beforeCreate?: (() => void) | (() => void)[];
created?: (() => void) | (() => void)[];
beforeMount?: (() => void) | (() => void)[];
mounted?: (() => void) | (() => void)[];
beforeUpdate?: (() => void) | (() => void)[];
updated?: (() => void) | (() => void)[];
activated?: (() => void) | (() => void)[];
deactivated?: (() => void) | (() => void)[];
beforeDestroy?: (() => void) | (() => void)[];
beforeUnmount?: (() => void) | (() => void)[];
destroyed?: (() => void) | (() => void)[];
unmounted?: (() => void) | (() => void)[];
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
};
$forceUpdate: () => void;
$nextTick: typeof import('vue').nextTick;
$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;
} & Readonly<{
tag: string;
id: string;
modelValue: import('bootstrap-vue-next/dist/src/types').Booleanish;
toggle: import('bootstrap-vue-next/dist/src/types').Booleanish;
visible: import('bootstrap-vue-next/dist/src/types').Booleanish;
horizontal: import('bootstrap-vue-next/dist/src/types').Booleanish;
isNav: import('bootstrap-vue-next/dist/src/types').Booleanish;
skipAnimation: import('bootstrap-vue-next/dist/src/types').Booleanish;
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
id: {
type: import('vue').PropType<string>;
default: undefined;
};
toggle: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
tag: {
type: import('vue').PropType<string>;
default: string;
};
horizontal: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
isNav: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
modelValue: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
skipAnimation: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
visible: {
type: import('vue').PropType<import('bootstrap-vue-next/dist/src/types').Booleanish>;
default: boolean;
};
}>> & {
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
onShow?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
onHide?: ((value: import('bootstrap-vue-next').BvTriggerableEvent) => any) | undefined;
onHidden?: (() => any) | undefined;
"onHide-prevented"?: (() => any) | undefined;
"onShow-prevented"?: (() => any) | undefined;
onShown?: (() => any) | undefined;
}, "id" | "close" | "toggle" | "tag" | "horizontal" | "isNav" | "modelValue" | "skipAnimation" | "visible" | "open"> & import('vue').ShallowUnwrapRef<{
close: () => void;
isNav: import('vue').ComputedRef<boolean>;
open: () => void;
toggle: () => void;
visible: Readonly<import('vue').Ref<boolean>>;
}> & {} & import('vue').ComponentCustomProperties & {} & {
$slots: Readonly<{
default?: ((props: {
close: () => void;
open: () => void;
toggle: () => void;
visible: boolean;
}) => any) | undefined;
footer?: ((props: {
close: () => void;
id: string;
open: () => void;
toggle: () => void;
visible: boolean;
}) => any) | undefined;
header?: ((props: {
close: () => void;
id: string;
open: () => void;
toggle: () => void;
visible: boolean;
}) => any) | undefined;
}>;
}) | null;
}, any>;
export default _default;