@opentiny/vue-scrollbar
Advanced tools
Comparing version 2.8.0 to 2.8.2
{ | ||
"name": "@opentiny/vue-scrollbar", | ||
"version": "2.8.0", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -8,4 +8,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.0", | ||
"@opentiny/vue-common": "~2.8.0" | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~2.8.2" | ||
}, | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -8,14 +8,5 @@ declare const _sfc_main: { | ||
}; | ||
setup(props: any, context: any): { | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}; | ||
setup(props: any, context: any): any; | ||
render(): any; | ||
}; | ||
export default _sfc_main; |
@@ -1,68 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api").Data, {}, {}, { | ||
marginBottomAdjust: { | ||
type: NumberConstructor; | ||
default: number; | ||
}; | ||
native: BooleanConstructor; | ||
noresize: BooleanConstructor; | ||
tag: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
viewClass: {}; | ||
viewStyle: {}; | ||
wrapClass: {}; | ||
wrapStyle: {}; | ||
}, { | ||
native: boolean; | ||
noresize: boolean; | ||
marginBottomAdjust: number; | ||
tag: string; | ||
} & { | ||
viewClass?: unknown; | ||
viewStyle?: unknown; | ||
wrapClass?: unknown; | ||
wrapStyle?: unknown; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
native: boolean; | ||
noresize: boolean; | ||
marginBottomAdjust: number; | ||
tag: string; | ||
} & { | ||
viewClass?: unknown; | ||
viewStyle?: unknown; | ||
wrapClass?: unknown; | ||
wrapStyle?: unknown; | ||
}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
native: boolean; | ||
noresize: boolean; | ||
marginBottomAdjust: number; | ||
tag: string; | ||
} & { | ||
viewClass?: unknown; | ||
viewStyle?: unknown; | ||
wrapClass?: unknown; | ||
wrapStyle?: unknown; | ||
}, { | ||
marginBottomAdjust: number; | ||
tag: string; | ||
}, true>); | ||
declare const _sfc_main: any; | ||
export default _sfc_main; |
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
9406
254