chore(deps): update

This commit is contained in:
xiaoxian521
2025-12-01 14:27:16 +08:00
parent fb744dbab7
commit d56211996f
4 changed files with 1617 additions and 1765 deletions

View File

@@ -10,8 +10,10 @@ export interface RippleOptions {
circle?: boolean;
}
export interface RippleDirectiveBinding
extends Omit<DirectiveBinding, "modifiers" | "value"> {
export interface RippleDirectiveBinding extends Omit<
DirectiveBinding,
"modifiers" | "value"
> {
value?: boolean | { class: string };
modifiers: {
center?: boolean;

View File

@@ -65,8 +65,7 @@ interface LocalForageDbMethodsOptional {
}
interface LocalForageDriverDbMethods
extends LocalForageDbMethodsCore,
LocalForageDriverMethodsOptional {}
extends LocalForageDbMethodsCore, LocalForageDriverMethodsOptional {}
interface LocalForageDriverSupportFunc {
(): Promise<boolean>;
@@ -94,8 +93,7 @@ interface LocalForageSerializer {
}
interface LocalForageDbMethods
extends LocalForageDbMethodsCore,
LocalForageDbMethodsOptional {}
extends LocalForageDbMethodsCore, LocalForageDbMethodsOptional {}
export interface LocalForage extends LocalForageDbMethods {
LOCALSTORAGE: string;