@fastkit/vue-utils
Advanced tools
Comparing version 0.8.12 to 0.8.13
@@ -9,3 +9,2 @@ import { AllowedComponentProps } from 'vue'; | ||
import { ComponentPropsOptions as ComponentPropsOptions_2 } from 'vue'; | ||
import { ComponentProvideOptions } from 'vue'; | ||
import type { ComponentPublicInstance } from 'vue'; | ||
@@ -27,3 +26,2 @@ import { ComputedRef } from 'vue'; | ||
import type { LocationQueryRaw } from 'vue-router'; | ||
import { LooseRequired } from '@vue/shared'; | ||
import { NavigationFailure } from 'vue-router'; | ||
@@ -535,66 +533,3 @@ import { ObjectDirective } from 'vue'; | ||
onClick: PropType_2<(ev: MouseEvent) => any>; | ||
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, ComponentProvideOptions, { | ||
name: string; | ||
inheritAttrs: false; | ||
props: { | ||
clickableClassName: StringConstructor; | ||
tag: PropType_2<string>; | ||
class: PropType_2<any>; | ||
style: PropType_2<CSSProperties_2>; | ||
to: PropType_2<RouteLocationRaw>; | ||
replace: PropType_2<boolean>; | ||
activeClass: PropType_2<string>; | ||
exactActiveClass: PropType_2<string>; | ||
custom: PropType_2<boolean>; | ||
ariaCurrentValue: { | ||
type: PropType_2<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>; | ||
default: "page"; | ||
}; | ||
disabled: PropType_2<boolean>; | ||
href: PropType_2<string>; | ||
target: PropType_2<string>; | ||
rel: PropType_2<string>; | ||
name: PropType_2<string>; | ||
charset: PropType_2<string>; | ||
hreflang: PropType_2<string>; | ||
download: PropType_2<string | boolean>; | ||
media: PropType_2<string>; | ||
ping: PropType_2<string>; | ||
referrerpolicy: PropType_2<string>; | ||
type: PropType_2<"submit" | "reset" | "button" | undefined>; | ||
linkFallbackTag: PropType_2<string | (() => string | undefined)>; | ||
onClick: PropType_2<(ev: MouseEvent) => any>; | ||
}; | ||
setup(this: void, props: Readonly<LooseRequired<Readonly<ExtractPropTypes<{ | ||
clickableClassName: StringConstructor; | ||
tag: PropType_2<string>; | ||
class: PropType_2<any>; | ||
style: PropType_2<CSSProperties_2>; | ||
to: PropType_2<RouteLocationRaw>; | ||
replace: PropType_2<boolean>; | ||
activeClass: PropType_2<string>; | ||
exactActiveClass: PropType_2<string>; | ||
custom: PropType_2<boolean>; | ||
ariaCurrentValue: { | ||
type: PropType_2<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>; | ||
default: "page"; | ||
}; | ||
disabled: PropType_2<boolean>; | ||
href: PropType_2<string>; | ||
target: PropType_2<string>; | ||
rel: PropType_2<string>; | ||
name: PropType_2<string>; | ||
charset: PropType_2<string>; | ||
hreflang: PropType_2<string>; | ||
download: PropType_2<string | boolean>; | ||
media: PropType_2<string>; | ||
ping: PropType_2<string>; | ||
referrerpolicy: PropType_2<string>; | ||
type: PropType_2<"submit" | "reset" | "button" | undefined>; | ||
linkFallbackTag: PropType_2<string | (() => string | undefined)>; | ||
onClick: PropType_2<(ev: MouseEvent) => any>; | ||
}>> & { | ||
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; | ||
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element; | ||
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
clickableClassName: StringConstructor; | ||
@@ -601,0 +536,0 @@ tag: PropType_2<string>; |
{ | ||
"name": "@fastkit/vue-utils", | ||
"version": "0.8.12", | ||
"version": "0.8.13", | ||
"description": "@fastkit/vue-utils", | ||
@@ -30,11 +30,11 @@ "buildOptions": { | ||
"peerDependencies": { | ||
"vue": "^3.2.26", | ||
"vue-router": "^4.0.15" | ||
"vue": "^3.2.37", | ||
"vue-router": "^4.0.16" | ||
}, | ||
"dependencies": { | ||
"@fastkit/body-scroll-lock": "0.8.12", | ||
"@fastkit/visibility": "0.8.12", | ||
"@fastkit/keybord": "0.8.12", | ||
"@fastkit/helpers": "0.8.12" | ||
"@fastkit/body-scroll-lock": "0.8.13", | ||
"@fastkit/visibility": "0.8.13", | ||
"@fastkit/keybord": "0.8.13", | ||
"@fastkit/helpers": "0.8.13" | ||
} | ||
} |
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
117946
3323
+ Added@fastkit/body-scroll-lock@0.8.13(transitive)
+ Added@fastkit/helpers@0.8.13(transitive)
+ Added@fastkit/keybord@0.8.13(transitive)
+ Added@fastkit/tiny-logger@0.8.13(transitive)
+ Added@fastkit/visibility@0.8.13(transitive)
- Removed@fastkit/body-scroll-lock@0.8.12(transitive)
- Removed@fastkit/helpers@0.8.12(transitive)
- Removed@fastkit/keybord@0.8.12(transitive)
- Removed@fastkit/tiny-logger@0.8.12(transitive)
- Removed@fastkit/visibility@0.8.12(transitive)
Updated@fastkit/helpers@0.8.13
Updated@fastkit/keybord@0.8.13
Updated@fastkit/visibility@0.8.13