@opentiny/vue-pager-item
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -60,3 +60,3 @@ function _extends() { | ||
}; | ||
var version = "2.9.0"; | ||
var version = "2.10.0"; | ||
PagerItem.install = function(Vue) { | ||
@@ -63,0 +63,0 @@ Vue.component(PagerItem.name, PagerItem); |
{ | ||
"name": "@opentiny/vue-pager-item", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "", | ||
@@ -8,6 +8,7 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-icon": "~2.9.0", | ||
"@opentiny/vue-locale": "~2.9.0" | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-icon": "~2.10.0", | ||
"@opentiny/vue-locale": "~2.10.0" | ||
}, | ||
@@ -14,0 +15,0 @@ "license": "MIT", |
@@ -13,11 +13,11 @@ declare const _default: { | ||
type: ObjectConstructor; | ||
default: (propData?: any) => any; | ||
default: () => any; | ||
}; | ||
doubleLeftIcon: { | ||
type: ObjectConstructor; | ||
default: (propData?: any) => any; | ||
default: () => any; | ||
}; | ||
doubleRightIcon: { | ||
type: ObjectConstructor; | ||
default: (propData?: any) => any; | ||
default: () => any; | ||
}; | ||
@@ -24,0 +24,0 @@ isBeforePageChange: BooleanConstructor; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
@@ -12,2 +12,2 @@ }>, { | ||
}, true>); | ||
export default _sfc_main; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
@@ -76,2 +76,2 @@ vm: any; | ||
}, true>); | ||
export default _sfc_main; | ||
export default _default; |
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
Yes
18951
+ Added@opentiny/vue-common@2.10.0(transitive)
+ Added@opentiny/vue-icon@2.10.1(transitive)
+ Added@opentiny/vue-locale@2.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
- Removed@opentiny/vue-common@2.9.0(transitive)
- Removed@opentiny/vue-icon@2.9.1(transitive)
- Removed@opentiny/vue-locale@2.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
Updated@opentiny/vue-icon@~2.10.0
Updated@opentiny/vue-locale@~2.10.0