@opentiny/vue-year-range
Advanced tools
Comparing version 3.8.2 to 3.8.3
{ | ||
"name": "@opentiny/vue-year-range", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~3.8.2", | ||
"@opentiny/vue-locale": "~3.8.2", | ||
"@opentiny/vue-year-table": "~3.8.2" | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~3.8.3", | ||
"@opentiny/vue-locale": "~3.8.3", | ||
"@opentiny/vue-year-table": "~3.8.3" | ||
}, | ||
@@ -13,0 +14,0 @@ "license": "MIT", |
@@ -5,10 +5,23 @@ export default _sfc_main; | ||
const directives: any; | ||
namespace components { | ||
export { YearTable }; | ||
export const IconDoubleRight: any; | ||
export const IconDoubleLeft: any; | ||
} | ||
const props: any; | ||
const components: undefined; | ||
const props: { | ||
emitter: ObjectConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}; | ||
const emits: string[]; | ||
function setup(props: any, context: any): any; | ||
function 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; | ||
}; | ||
} |
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
10719
240