@opentiny/vue-month-table
Advanced tools
Comparing version 3.8.2 to 3.8.3
{ | ||
"name": "@opentiny/vue-month-table", | ||
"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-renderless": "~3.8.3", | ||
"@opentiny/vue-common": "~3.8.3", | ||
"@opentiny/vue-locale": "~3.8.3" | ||
}, | ||
@@ -12,0 +13,0 @@ "license": "MIT", |
@@ -1,2 +0,56 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{ | ||
date: {}; | ||
defaultValue: { | ||
validator: (val: unknown) => boolean; | ||
}; | ||
disabledDate: {}; | ||
maxDate: {}; | ||
minDate: {}; | ||
rangeState: { | ||
default: () => { | ||
endDate: null; | ||
selecting: boolean; | ||
}; | ||
}; | ||
selectionMode: { | ||
default: string; | ||
}; | ||
value: {}; | ||
}, { | ||
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, ("pick" | "changerange")[], "pick" | "changerange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
date: {}; | ||
defaultValue: { | ||
validator: (val: unknown) => boolean; | ||
}; | ||
disabledDate: {}; | ||
maxDate: {}; | ||
minDate: {}; | ||
rangeState: { | ||
default: () => { | ||
endDate: null; | ||
selecting: boolean; | ||
}; | ||
}; | ||
selectionMode: { | ||
default: string; | ||
}; | ||
value: {}; | ||
}>> & { | ||
onPick?: ((...args: any[]) => any) | undefined; | ||
onChangerange?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
selectionMode: string; | ||
rangeState: { | ||
endDate: null; | ||
selecting: boolean; | ||
}; | ||
}>; | ||
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
8310
212