@opentiny/vue-picker
Advanced tools
Comparing version 3.6.1 to 3.6.6
{ | ||
"name": "@opentiny/vue-picker", | ||
"version": "3.6.1", | ||
"version": "3.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.6.1", | ||
"@opentiny/vue-renderless": "~3.6.1", | ||
"@opentiny/vue-input": "~3.6.1", | ||
"@opentiny/vue-locale": "~3.6.1", | ||
"@opentiny/vue-date-panel": "~3.6.1", | ||
"@opentiny/vue-date-range": "~3.6.1", | ||
"@opentiny/vue-month-range": "~3.6.1", | ||
"@opentiny/vue-time": "~3.6.1", | ||
"@opentiny/vue-time-range": "~3.6.1", | ||
"@opentiny/vue-time-panel": "~3.6.1" | ||
"@opentiny/vue-common": "~3.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-input": "~3.6.6", | ||
"@opentiny/vue-locale": "~3.6.6", | ||
"@opentiny/vue-date-panel": "~3.6.6", | ||
"@opentiny/vue-date-range": "~3.6.6", | ||
"@opentiny/vue-month-range": "~3.6.6", | ||
"@opentiny/vue-time": "~3.6.6", | ||
"@opentiny/vue-time-range": "~3.6.6", | ||
"@opentiny/vue-time-panel": "~3.6.6" | ||
}, | ||
@@ -18,0 +18,0 @@ "license": "MIT", |
@@ -86,3 +86,3 @@ declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{ | ||
dp: (props: any) => void; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "change" | "select-change" | "created" | "blur")[], "created" | "focus" | "update:modelValue" | "change" | "select-change" | "blur", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("created" | "focus" | "update:modelValue" | "change" | "select-change" | "blur")[], "created" | "focus" | "update:modelValue" | "change" | "select-change" | "blur", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
type: { | ||
@@ -169,4 +169,4 @@ type: StringConstructor; | ||
"onSelect-change"?: ((...args: any[]) => any) | undefined; | ||
onCreated?: ((...args: any[]) => any) | undefined; | ||
onFocus?: ((...args: any[]) => any) | undefined; | ||
onCreated?: ((...args: any[]) => any) | undefined; | ||
onBlur?: ((...args: any[]) => any) | undefined; | ||
@@ -173,0 +173,0 @@ }, { |
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
Updated@opentiny/vue-common@~3.6.6
Updated@opentiny/vue-input@~3.6.6
Updated@opentiny/vue-locale@~3.6.6
Updated@opentiny/vue-time@~3.6.6