@opentiny/vue-pager
Advanced tools
Comparing version 2.6.1 to 2.6.6
{ | ||
"name": "@opentiny/vue-pager", | ||
"version": "2.6.1", | ||
"version": "2.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.6.1", | ||
"@opentiny/vue-icon": "~2.6.1", | ||
"@opentiny/vue-popover": "~2.6.1", | ||
"@opentiny/vue-locale": "~2.6.1", | ||
"@opentiny/vue-pager-item": "~2.6.1" | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-icon": "~2.6.6", | ||
"@opentiny/vue-popover": "~2.6.6", | ||
"@opentiny/vue-locale": "~2.6.6", | ||
"@opentiny/vue-pager-item": "~2.6.6" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & { | ||
userChangePageSize: boolean; | ||
internalTotal: number | undefined; | ||
internalTotal: any; | ||
}, { | ||
@@ -104,3 +104,3 @@ beforeSizeChangeHandler(params: any): void; | ||
userChangePageSize: boolean; | ||
internalTotal: number | undefined; | ||
internalTotal: any; | ||
}, { | ||
@@ -107,0 +107,0 @@ internalPageCount(): number | null; |
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
29911