@opentiny/vue-year-range
Advanced tools
Comparing version 2.8.0 to 2.8.2
{ | ||
"name": "@opentiny/vue-year-range", | ||
"version": "2.8.0", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -8,6 +8,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.0", | ||
"@opentiny/vue-common": "~2.8.0", | ||
"@opentiny/vue-locale": "~2.8.0", | ||
"@opentiny/vue-year-table": "~2.8.0" | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-locale": "~2.8.2", | ||
"@opentiny/vue-year-table": "~2.8.2" | ||
}, | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -10,23 +10,5 @@ export default _sfc_main; | ||
} | ||
const props: { | ||
emitter: ObjectConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (FunctionConstructor | ObjectConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}; | ||
const props: any; | ||
const emits: string[]; | ||
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; | ||
}; | ||
function setup(props: any, context: any): any; | ||
} | ||
import YearTable from "@opentiny/vue-year-table"; |
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
8657
230