bootstrap-vue-next
Advanced tools
Comparing version 0.23.5 to 0.24.0
@@ -306,5 +306,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{ | ||
form: string | undefined; | ||
id: Readonly<import('vue').Ref<string>>; | ||
value: import('vue').Ref<string>; | ||
id: string; | ||
value: string; | ||
}; | ||
inputClass: any; | ||
inputHandlers: { | ||
@@ -315,3 +316,3 @@ input: (e: string | Readonly<Event>) => void; | ||
}; | ||
inputId: Readonly<import('vue').Ref<string>>; | ||
inputId: string; | ||
inputType: import('../../types').InputType; | ||
@@ -359,5 +360,6 @@ invalidTagText: string; | ||
form: string | undefined; | ||
id: Readonly<import('vue').Ref<string>>; | ||
value: import('vue').Ref<string>; | ||
id: string; | ||
value: string; | ||
}; | ||
inputClass: any; | ||
inputHandlers: { | ||
@@ -368,3 +370,3 @@ input: (e: string | Readonly<Event>) => void; | ||
}; | ||
inputId: Readonly<import('vue').Ref<string>>; | ||
inputId: string; | ||
inputType: import('../../types').InputType; | ||
@@ -371,0 +373,0 @@ invalidTagText: string; |
@@ -20,2 +20,6 @@ import { BvTriggerableEvent } from '../../utils'; | ||
}; | ||
autofocus: { | ||
type: import('vue').PropType<boolean>; | ||
default: boolean; | ||
}; | ||
body: { | ||
@@ -57,7 +61,3 @@ type: import('vue').PropType<string>; | ||
}; | ||
autoFocus: { | ||
type: import('vue').PropType<boolean>; | ||
default: boolean; | ||
}; | ||
autoFocusButton: { | ||
autofocusButton: { | ||
type: import('vue').PropType<"close" | "cancel" | "ok">; | ||
@@ -251,2 +251,4 @@ default: undefined; | ||
ok: (value: BvTriggerableEvent) => void; | ||
backdrop: (value: BvTriggerableEvent) => void; | ||
esc: (value: BvTriggerableEvent) => void; | ||
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ | ||
@@ -262,2 +264,6 @@ modelValue: import('vue').PropType<boolean>; | ||
}; | ||
autofocus: { | ||
type: import('vue').PropType<boolean>; | ||
default: boolean; | ||
}; | ||
body: { | ||
@@ -299,7 +305,3 @@ type: import('vue').PropType<string>; | ||
}; | ||
autoFocus: { | ||
type: import('vue').PropType<boolean>; | ||
default: boolean; | ||
}; | ||
autoFocusButton: { | ||
autofocusButton: { | ||
type: import('vue').PropType<"close" | "cancel" | "ok">; | ||
@@ -489,5 +491,8 @@ default: undefined; | ||
onOk?: ((value: BvTriggerableEvent) => any) | undefined; | ||
onBackdrop?: ((value: BvTriggerableEvent) => any) | undefined; | ||
onEsc?: ((value: BvTriggerableEvent) => any) | undefined; | ||
}, { | ||
title: string; | ||
id: string; | ||
autofocus: boolean; | ||
body: string; | ||
@@ -502,4 +507,3 @@ size: "xl" | keyof import('../../types').BaseSize; | ||
transProps: Readonly<import('../../types').BTransitionProps>; | ||
autoFocus: boolean; | ||
autoFocusButton: "close" | "cancel" | "ok"; | ||
autofocusButton: "close" | "cancel" | "ok"; | ||
bodyAttrs: Readonly<import('../../types').AttrsValue>; | ||
@@ -506,0 +510,0 @@ bodyBgVariant: keyof import('../../types').BaseColorVariant | null; |
@@ -1048,4 +1048,4 @@ import { Boundary, Middleware, Padding, RootBoundary, Strategy } from '@floating-ui/vue'; | ||
export interface BModalProps extends TeleporterProps { | ||
autoFocus?: boolean; | ||
autoFocusButton?: 'ok' | 'cancel' | 'close'; | ||
autofocus?: boolean; | ||
autofocusButton?: 'ok' | 'cancel' | 'close'; | ||
body?: string; | ||
@@ -1052,0 +1052,0 @@ bodyAttrs?: Readonly<AttrsValue>; |
@@ -5,3 +5,3 @@ { | ||
"description": "BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.", | ||
"version": "0.23.5", | ||
"version": "0.24.0", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "./dist/bootstrap-vue-next.umd.js", |
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 not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3534740
28318