Socket
Socket
Sign inDemoInstall

mdb-vue-ui-kit

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdb-vue-ui-kit - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

2

package.json
{
"name": "mdb-vue-ui-kit",
"version": "5.0.0",
"version": "6.0.0",
"type": "module",

@@ -5,0 +5,0 @@ "main": "js/mdb.umd.min.js",

@@ -25,6 +25,8 @@ Bootstrap 5 & Vue 3 UI KIT - 700+ components, MIT license, simple installation.

<a href="https://github.com/mdbootstrap/mdb-vue-ui-kit/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
<a href="https://twitter.com/intent/tweet/?text=Thanks+@mdbootstrap+for+creating+amazing+and+free+Material+Design+for+Bootstrap+5+UI+KIT%20https://mdbootstrap.com/docs/b5/vue/&hashtags=javascript,code,webdesign,bootstrap"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Let%20us%20know%20you%20were%20here%21&"></a>
<a href="https://www.youtube.com/watch?v=c9B4TPnak1A"><img alt="YouTube Video Views" src="https://img.shields.io/youtube/views/c9B4TPnak1A?label=Bootstrap%205%20Tutorial%20Views&style=social"></a></p>
<a href="https://x.com/intent/post?text=Thanks+%40mdbootstrap+for+creating+amazing+and+free+Material+Design+for+Bootstrap+5+UI+KIT+https%3A%2F%2Fmdbootstrap.com%2Fdocs%2Fjquery%2F&hashtags=javascript%2Ccode%2Cwebdesign%2Cbootstrap"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Let%20us%20know%20you%20were%20here%21&"></a>
<a href="https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/">
<img src="https://img.shields.io/static/v1?label=MDBootstrap&message=Tutorial&labelColor=007bff&color=ffffff&logoColor=007bff&textColor=000000" alt="MDBootstrap tutorial">
</a></p>
Trusted by <b>2 000 000+</b> developers & designers. Used by companies & institutions like
Trusted by <b>3 000 000+</b> developers & designers. Used by companies & institutions like
<table>

@@ -76,8 +78,8 @@ <tbody>

**[>> Learn more about Bootstrap 5](https://mdbootstrap.com/docs/standard/bootstrap-5/)**
**[>> Learn more about Bootstrap 5](https://mdbootstrap.com/docs/standard/)**
**[>> Bootstrap 5 Tutorial](https://mdbootstrap.com/docs/standard/bootstrap-5-tutorial/)**
**[>> Bootstrap 5 Tutorial](https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/)**
**[>> Subscribe to our YouTube channel with dozens of Bootstrap tutorials](https://www.youtube.com/c/Mdbootstrap?sub_confirmation=1)**
**[>> Subscribe to our YouTube channel with dozens of Bootstrap tutorials](https://www.youtube.com/c/Mdbootstrap)**

@@ -88,3 +90,3 @@ <table>

<td align="center">
<a href="https://mdbootstrap.com/docs/b5/vue/getting-started/" alt="Bootstrap Tutorials" rel="dofollow">
<a href="https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/" alt="Bootstrap Tutorials" rel="dofollow">
<img src="https://mdbootstrap.com/wp-content/uploads/2020/12/learnmore-1.png">

@@ -94,4 +96,4 @@ </a>

<td>
<a href="https://mdbootstrap.com/docs/standard/bootstrap-5-tutorial/#section-beginner" alt="Bootstrap 5" rel="dofollow">
<img src="https://mdbootstrap.com/wp-content/uploads/2020/12/cover-bootstrap-5-1.png">
<a href="https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/#section-beginner" alt="Bootstrap 5" rel="dofollow">
<img src="https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/assets/featured-image.png">
</a>

@@ -103,3 +105,3 @@ </td>

<p align="center"><b>Start learning from Basics</b></p>
<a href="https://mdbootstrap.com/docs/b5/vue/getting-started/" alt="Bootstrap 5" rel="dofollow">
<a href="https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/" alt="Bootstrap 5" rel="dofollow">
<img src="https://mdbootstrap.com/wp-content/uploads/2020/12/Screenshot_26.png">

@@ -110,3 +112,3 @@ </a>

<p align="center"><b>Learn Bootstrap 5 | Crash Course for Beginners in 1.5H</b></p>
<a href="https://mdbootstrap.com/docs/standard/bootstrap-5-tutorial/#section-beginner" alt="Bootstrap 5" rel="dofollow">
<a href="https://mdbootstrap.com/learn/mdb-foundations/basics/introduction/#section-beginner" alt="Bootstrap 5" rel="dofollow">
<img src="https://mdbootstrap.com/wp-content/uploads/2020/12/Screenshot_26.png">

@@ -113,0 +115,0 @@ </a>

MDB 5 Vue
Version: FREE 5.0.0
Version: FREE 6.0.0

@@ -5,0 +5,0 @@ Documentation:

@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
flush: boolean;
stayOpen: boolean;
flush: boolean;
borderless: boolean;

@@ -31,0 +31,0 @@ }, {}>, {

@@ -26,6 +26,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

}>>, {
tag: string;
pill: boolean;
dot: boolean;
notification: boolean;
tag: string;
}, {}>, {

@@ -32,0 +32,0 @@ default?(_: {}): any;

@@ -77,3 +77,3 @@ import { PropType } from "vue";

}>> & {
"onUpdate:toggle"?: (...args: any[]) => any;
"onUpdate:toggle"?: ((...args: any[]) => any) | undefined;
}, {

@@ -80,0 +80,0 @@ tag: string;

@@ -22,9 +22,9 @@ import { PropType } from "vue";

items: PropType<{
src?: string;
alt?: string;
label?: string;
caption?: string;
video?: string;
videoType?: string;
interval?: number;
src?: string | undefined;
alt?: string | undefined;
label?: string | undefined;
caption?: string | undefined;
video?: string | undefined;
videoType?: string | undefined;
interval?: number | undefined;
}[]>;

@@ -44,3 +44,3 @@ itemsClass: {

pause: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: string;

@@ -82,9 +82,9 @@ };

items: PropType<{
src?: string;
alt?: string;
label?: string;
caption?: string;
video?: string;
videoType?: string;
interval?: number;
src?: string | undefined;
alt?: string | undefined;
label?: string | undefined;
caption?: string | undefined;
video?: string | undefined;
videoType?: string | undefined;
interval?: number | undefined;
}[]>;

@@ -104,3 +104,3 @@ itemsClass: {

pause: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: string;

@@ -118,8 +118,7 @@ };

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
modelValue: number;
dark: boolean;
pause: string | boolean;
dark: boolean;
captionsClass: string;

@@ -132,4 +131,5 @@ controls: boolean;

keyboard: boolean;
modelValue: number;
touch: boolean;
}, {}>;
export default _default;

@@ -23,3 +23,3 @@ import type { Ref } from "vue";

}, {
collapse: Ref<HTMLElement | HTMLDivElement>;
collapse: Ref<HTMLElement | HTMLDivElement | null>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {

@@ -48,9 +48,9 @@ "update:modelValue": (...args: any[]) => void;

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
modelValue: boolean;
horizontal: boolean;
duration: number;
sidenav: boolean;
horizontal: boolean;
}, {}>, {

@@ -57,0 +57,0 @@ default?(_: {}): any;

@@ -35,3 +35,3 @@ import { PropType } from "vue";

};
popperConfig: PropType<Object | Function>;
popperConfig: PropType<Object | Function | null>;
target: StringConstructor;

@@ -74,11 +74,11 @@ modelValue: BooleanConstructor;

};
popperConfig: PropType<Object | Function>;
popperConfig: PropType<Object | Function | null>;
target: StringConstructor;
modelValue: BooleanConstructor;
}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
align: string | string[];
modelValue: boolean;
align: string | string[];
offset: string | number[] | (() => string | number[]);

@@ -85,0 +85,0 @@ boundary: string;

@@ -87,7 +87,7 @@ import { PropType } from "vue";

}>>, {
tag: string;
header: boolean;
text: boolean;
tag: string;
disabled: boolean;
active: boolean;
text: boolean;
exact: boolean;

@@ -99,2 +99,3 @@ newTab: boolean;

default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -101,0 +102,0 @@ export default _default;

@@ -63,8 +63,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

dark: boolean;
fadeIn: string;
fadeOut: string;
animation: boolean;
static: boolean;
fadeIn: string;
fadeOut: string;
}, {}>, {
default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -71,0 +72,0 @@ export default _default;

@@ -7,3 +7,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

horizontal: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -24,3 +24,3 @@ };

horizontal: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -36,7 +36,7 @@ };

}>>, {
tag: string;
light: boolean;
small: boolean;
tag: string;
flush: boolean;
horizontal: string | boolean;
light: boolean;
numbered: boolean;

@@ -43,0 +43,0 @@ }, {}>, {

@@ -21,3 +21,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

spacing: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -49,3 +49,3 @@ };

spacing: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -52,0 +52,0 @@ };

@@ -37,3 +37,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

fullscreen: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -102,3 +102,3 @@ };

fullscreen: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -126,13 +126,13 @@ };

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
onShow?: (...args: any[]) => any;
onHide?: (...args: any[]) => any;
onHidden?: (...args: any[]) => any;
onShown?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onShow?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
onHidden?: ((...args: any[]) => any) | undefined;
onShown?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
focus: boolean;
keyboard: boolean;
modelValue: boolean;
focus: boolean;
duration: number;
keyboard: boolean;
animation: boolean;

@@ -139,0 +139,0 @@ staticBackdrop: boolean;

@@ -99,10 +99,12 @@ import { PropType } from "vue";

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
hover: boolean;
modelValue: boolean;
hover: boolean;
offset: string;
boundary: string;
options: {};
options: Function | {
[props: string]: any;
};
fallbackPlacements: string[];

@@ -109,0 +111,0 @@ direction: string;

@@ -54,6 +54,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

}>>, {
value: number;
tag: string;
max: number;
min: number;
value: number;
striped: boolean;

@@ -60,0 +60,0 @@ animated: boolean;

@@ -85,10 +85,12 @@ import { PropType } from "vue";

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
disabled: boolean;
modelValue: boolean;
disabled: boolean;
offset: string;
boundary: string;
options: {};
options: Function | {
[props: string]: any;
};
fallbackPlacements: string[];

@@ -95,0 +97,0 @@ direction: string;

@@ -16,3 +16,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

border: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -33,3 +33,3 @@ };

responsive: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -62,3 +62,3 @@ };

border: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -79,3 +79,3 @@ };

responsive: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -95,3 +95,2 @@ };

tag: string;
borderless: boolean;
light: boolean;

@@ -101,4 +100,5 @@ dark: boolean;

hover: boolean;
striped: boolean;
sm: boolean;
striped: boolean;
borderless: boolean;
responsive: string | boolean;

@@ -108,2 +108,3 @@ captionTop: boolean;

default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -110,0 +111,0 @@ export default _default;

@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onOn-validate"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onOn-validate"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
required: boolean;
modelValue: boolean;
required: boolean;
wrap: boolean;

@@ -75,0 +75,0 @@ isValidated: boolean;

@@ -17,3 +17,3 @@ import { PropType } from "vue";

type: PropType<FileList | File[]>;
default: () => any[];
default: () => never[];
};

@@ -38,3 +38,3 @@ size: StringConstructor;

type: PropType<FileList | File[]>;
default: () => any[];
default: () => never[];
};

@@ -46,4 +46,4 @@ size: StringConstructor;

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onOn-validate"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onOn-validate"?: ((...args: any[]) => any) | undefined;
}, {

@@ -50,0 +50,0 @@ modelValue: FileList | File[];

@@ -13,3 +13,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

inputGroup: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -43,3 +43,3 @@ };

}, {
inputRef: import("vue").Ref<HTMLInputElement>;
inputRef: import("vue").Ref<HTMLInputElement | null>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {

@@ -61,3 +61,3 @@ "update:modelValue": (...args: any[]) => void;

inputGroup: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -91,9 +91,9 @@ };

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onClick-outside"?: (...args: any[]) => any;
"onOn-validate"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onClick-outside"?: ((...args: any[]) => any) | undefined;
"onOn-validate"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
white: boolean;
wrap: boolean;
white: boolean;
formOutline: boolean;

@@ -108,2 +108,3 @@ inputGroup: string | boolean;

default?(_: {}): any;
default?(_: {}): any;
prepend?(_: {}): any;

@@ -110,0 +111,0 @@ }>;

@@ -65,4 +65,4 @@ declare const _default: import("vue").DefineComponent<{

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onOn-validate"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onOn-validate"?: ((...args: any[]) => any) | undefined;
}, {

@@ -69,0 +69,0 @@ tag: string;

@@ -58,10 +58,10 @@ declare const _default: import("vue").DefineComponent<{

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
modelValue: number;
max: number;
min: number;
modelValue: number;
thumb: boolean;
}, {}>;
export default _default;

@@ -32,3 +32,3 @@ declare const _default: import("vue").DefineComponent<{

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {

@@ -35,0 +35,0 @@ tag: string;

@@ -16,3 +16,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

inputGroup: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -63,3 +63,3 @@ };

inputGroup: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -93,9 +93,9 @@ };

}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
"onOn-validate"?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onOn-validate"?: ((...args: any[]) => any) | undefined;
}, {
tag: string;
wrap: boolean;
maxLength: number;
white: boolean;
wrap: boolean;
formOutline: boolean;

@@ -102,0 +102,0 @@ inputGroup: string | boolean;

@@ -38,3 +38,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

container: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -81,3 +81,3 @@ };

container: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -88,3 +88,2 @@ };

}>>, {
container: string | boolean;
tag: string;

@@ -98,4 +97,6 @@ light: boolean;

scrollingOffset: number;
container: string | boolean;
}, {}>, {
default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -102,0 +103,0 @@ export default _default;

@@ -56,2 +56,4 @@ import { PropType } from "vue";

default?(_: {}): any;
default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -58,0 +60,0 @@ export default _default;

@@ -54,4 +54,4 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

}>>, {
tag: string;
nav: boolean;
tag: string;
center: boolean;

@@ -58,0 +58,0 @@ vertical: boolean;

@@ -45,7 +45,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

tag: string;
icon: boolean;
disabled: boolean;
active: boolean;
icon: boolean;
}, {}>, {
default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -52,0 +53,0 @@ export default _default;

@@ -53,3 +53,2 @@ declare const _default: import("vue").DefineComponent<{

tag: string;
icon: boolean;
disabled: boolean;

@@ -59,3 +58,4 @@ next: boolean;

href: string;
icon: boolean;
}, {}>;
export default _default;

@@ -36,4 +36,4 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

}>>, {
tag: string;
circle: boolean;
tag: string;
sm: boolean;

@@ -40,0 +40,0 @@ lg: boolean;

@@ -22,6 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

}>>, {
tag: string;
col: string;
tag: string;
}, {}>, {
default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -28,0 +29,0 @@ export default _default;

@@ -25,2 +25,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -27,0 +28,0 @@ export default _default;

@@ -29,4 +29,4 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

fill: boolean;
tag: string;
col: string;
tag: string;
pills: boolean;

@@ -36,2 +36,3 @@ justify: boolean;

default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -38,0 +39,0 @@ export default _default;

@@ -8,3 +8,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

vertical: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;

@@ -25,11 +25,11 @@ };

vertical: {
type: (BooleanConstructor | StringConstructor)[];
type: (StringConstructor | BooleanConstructor)[];
default: boolean;
};
}>> & {
"onUpdate:modelValue"?: (...args: any[]) => any;
onShow?: (...args: any[]) => any;
onHide?: (...args: any[]) => any;
onHidden?: (...args: any[]) => any;
onShown?: (...args: any[]) => any;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onShow?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
onHidden?: ((...args: any[]) => any) | undefined;
onShown?: ((...args: any[]) => any) | undefined;
}, {

@@ -40,2 +40,3 @@ tag: string;

default?(_: {}): any;
default?(_: {}): any;
}>;

@@ -42,0 +43,0 @@ export default _default;

@@ -20,8 +20,8 @@ export interface Props {

export default function useMDBModal(props: Partial<Props>, emit: (...args: any[]) => void): {
wrapperClass: import("vue").ComputedRef<string[]>;
dialogClass: import("vue").ComputedRef<(string | false | string[])[]>;
wrapperClass: import("vue").ComputedRef<(string | false | undefined)[]>;
dialogClass: import("vue").ComputedRef<(string | false | string[] | undefined)[]>;
backdropStyle: import("vue").ComputedRef<false | {
"background-color": string;
}>;
backdropOverflowStyle: import("vue").ComputedRef<string>;
backdropOverflowStyle: import("vue").ComputedRef<"overflow: hidden" | undefined>;
computedContentStyle: import("vue").ComputedRef<{

@@ -34,3 +34,3 @@ "background-image": string;

dialog: import("vue").Ref<string | HTMLElement>;
isActive: import("vue").Ref<boolean>;
isActive: import("vue").Ref<boolean | undefined>;
closeModal: () => void;

@@ -45,3 +45,3 @@ animateStaticBackdrop: () => void;

shouldOverflow: import("vue").Ref<boolean>;
thisElement: import("vue").Ref<string | HTMLElement>;
thisElement: import("vue").Ref<string | HTMLElement | null>;
handleEscKeyUp: (e: KeyboardEvent) => void;

@@ -51,3 +51,3 @@ focusTrap: import("vue").Ref<{

removeFocusTrap: () => void;
}>;
} | null>;
dialogTransform: import("vue").Ref<string>;

@@ -54,0 +54,0 @@ animateStaticModal: (el: HTMLElement) => void;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc