@opentiny/vue-time-spinner
Advanced tools
Comparing version 2.8.2 to 2.8.3
{ | ||
"name": "@opentiny/vue-time-spinner", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-scrollbar": "~2.8.2" | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~2.8.3", | ||
"@opentiny/vue-scrollbar": "~2.8.3" | ||
}, | ||
@@ -12,0 +13,0 @@ "license": "MIT", |
@@ -1,2 +0,66 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
ANIMATIONNAME: string; | ||
}; | ||
}; | ||
date: {}; | ||
defaultValue: {}; | ||
showSeconds: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
arrowControl: BooleanConstructor; | ||
amPmMode: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
}, { | ||
_constants: Record<string, any>; | ||
arrowControl: boolean; | ||
showSeconds: boolean; | ||
amPmMode: string; | ||
} & { | ||
date?: unknown; | ||
defaultValue?: unknown; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
_constants: Record<string, any>; | ||
arrowControl: boolean; | ||
showSeconds: boolean; | ||
amPmMode: string; | ||
} & { | ||
date?: unknown; | ||
defaultValue?: unknown; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, { | ||
_constants: Record<string, any>; | ||
arrowControl: boolean; | ||
showSeconds: boolean; | ||
amPmMode: string; | ||
} & { | ||
date?: unknown; | ||
defaultValue?: unknown; | ||
}, { | ||
_constants: Record<string, any>; | ||
showSeconds: boolean; | ||
amPmMode: string; | ||
}, true>); | ||
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
14849
430