@opentiny/vue-time-spinner
Advanced tools
Comparing version 3.8.0 to 3.8.2
{ | ||
"name": "@opentiny/vue-time-spinner", | ||
"version": "3.8.0", | ||
"version": "3.8.2", | ||
"description": "", | ||
@@ -8,5 +8,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.0", | ||
"@opentiny/vue-common": "~3.8.0", | ||
"@opentiny/vue-scrollbar": "~3.8.0" | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~3.8.2", | ||
"@opentiny/vue-scrollbar": "~3.8.2" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
@@ -1,55 +0,2 @@ | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{ | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
ANIMATIONNAME: string; | ||
}; | ||
}; | ||
date: {}; | ||
defaultValue: {}; | ||
showSeconds: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
arrowControl: BooleanConstructor; | ||
amPmMode: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
}, { | ||
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; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select-range")[], "change" | "select-range", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
ANIMATIONNAME: string; | ||
}; | ||
}; | ||
date: {}; | ||
defaultValue: {}; | ||
showSeconds: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
arrowControl: BooleanConstructor; | ||
amPmMode: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
}>> & { | ||
onChange?: ((...args: any[]) => any) | undefined; | ||
"onSelect-range"?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
arrowControl: boolean; | ||
showSeconds: boolean; | ||
amPmMode: string; | ||
}>; | ||
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
17191
449