@opentiny/vue-pager-item
Advanced tools
Comparing version 2.17.0 to 2.18.0
@@ -58,3 +58,3 @@ function _extends() { | ||
}); | ||
var version = "2.17.0"; | ||
var version = "2.18.0"; | ||
PagerItem.install = function(Vue) { | ||
@@ -61,0 +61,0 @@ Vue.component(PagerItem.name, PagerItem); |
@@ -113,2 +113,3 @@ import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
}) : _vm._e(), _vm.state.showPrevMore ? _c("li", { | ||
ref: "prev", | ||
class: _vm.m(_vm.gcls("li"), _vm.gcls("dot")), | ||
@@ -143,2 +144,3 @@ attrs: { | ||
}), _vm.state.showNextMore ? _c("li", { | ||
ref: "next", | ||
class: _vm.m(_vm.gcls("li"), _vm.gcls("dot")), | ||
@@ -145,0 +147,0 @@ attrs: { |
@@ -123,2 +123,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common'; | ||
}) : _vm._e(), _vm.state.showPrevMore ? _c("li", { | ||
ref: "prev", | ||
staticClass: "dot quickprev", | ||
@@ -147,2 +148,3 @@ class: [_vm.state.quickprevIconClass === _vm.popupIcon && "is-popup"], | ||
}), _vm.state.showNextMore ? _c("li", { | ||
ref: "next", | ||
staticClass: "dot quicknext", | ||
@@ -149,0 +151,0 @@ class: [_vm.state.quicknextIconClass === _vm.popupIcon && "is-popup"], |
{ | ||
"name": "@opentiny/vue-pager-item", | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.17.0", | ||
"@opentiny/vue-icon": "~2.17.0", | ||
"@opentiny/vue-common": "~2.17.0" | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-icon": "~2.18.0", | ||
"@opentiny/vue-common": "~2.18.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
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
15180
451
+ Added@opentiny/vue-common@2.18.0(transitive)
+ Added@opentiny/vue-icon@2.18.0(transitive)
+ Added@opentiny/vue-locale@2.18.0(transitive)
+ Added@opentiny/vue-renderless@3.18.7(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-common@2.17.0(transitive)
- Removed@opentiny/vue-icon@2.17.0(transitive)
- Removed@opentiny/vue-locale@2.17.0(transitive)
- Removed@opentiny/vue-renderless@3.17.6(transitive)
- Removed@opentiny/vue-theme@3.17.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.17.0(transitive)
Updated@opentiny/vue-common@~2.18.0
Updated@opentiny/vue-icon@~2.18.0