@opentiny/vue-pager-item
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -62,3 +62,3 @@ function _extends() { | ||
}; | ||
var version = "2.13.0"; | ||
var version = "2.14.0"; | ||
PagerItem.install = function(Vue) { | ||
@@ -65,0 +65,0 @@ Vue.component(PagerItem.name, PagerItem); |
@@ -67,4 +67,3 @@ import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
var __vue2_script = defineComponent({ | ||
inheritAttrs: false, | ||
emits: ["click"], | ||
emits: ["click", "change"], | ||
components: { | ||
@@ -91,5 +90,11 @@ IconPopup: IconPopup(), | ||
return _c("div", { | ||
class: _vm.gcls("pager-group") | ||
class: _vm.gcls("pager-group"), | ||
attrs: { | ||
"data-tag": "tiny-pager-item" | ||
} | ||
}, [_c("ul", { | ||
staticClass: "inline-flex text-xs", | ||
attrs: { | ||
"data-tag": "pager-item-content" | ||
}, | ||
on: { | ||
@@ -102,2 +107,5 @@ "click": _vm.onPagerClick | ||
})), | ||
attrs: { | ||
"data-tag": "pager-item-hover" | ||
}, | ||
domProps: { | ||
@@ -108,2 +116,5 @@ "textContent": _vm._s("1") | ||
class: _vm.m(_vm.gcls("li"), _vm.gcls("dot")), | ||
attrs: { | ||
"data-tag": "pager-item-premore" | ||
}, | ||
on: { | ||
@@ -126,2 +137,5 @@ "mouseenter": function mouseenter($event) { | ||
})), | ||
attrs: { | ||
"data-tag": "pager-item-pager" | ||
}, | ||
domProps: { | ||
@@ -133,2 +147,5 @@ "textContent": _vm._s("" + pager) | ||
class: _vm.m(_vm.gcls("li"), _vm.gcls("dot")), | ||
attrs: { | ||
"data-tag": "pager-item-nextmore" | ||
}, | ||
on: { | ||
@@ -150,2 +167,5 @@ "mouseenter": function mouseenter($event) { | ||
})), | ||
attrs: { | ||
"data-tag": "pager-item-active" | ||
}, | ||
domProps: { | ||
@@ -152,0 +172,0 @@ "textContent": _vm._s("" + _vm.pageCount) |
@@ -60,2 +60,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
name: $prefix + "PagerItem", | ||
emits: ["click", "change"], | ||
components: { | ||
@@ -62,0 +63,0 @@ IconPopup: iconPopup(), |
{ | ||
"name": "@opentiny/vue-pager-item", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "", | ||
@@ -10,5 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-icon": "~2.13.0", | ||
"@opentiny/vue-locale": "~2.13.0" | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-icon": "~2.14.0", | ||
"@opentiny/vue-locale": "~2.14.0", | ||
"@opentiny/vue-common": "~2.14.0" | ||
}, | ||
@@ -15,0 +16,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
16168
486
4
+ Added@opentiny/vue-common@~2.14.0
+ Added@opentiny/vue-common@2.14.0(transitive)
+ Added@opentiny/vue-icon@2.14.0(transitive)
+ Added@opentiny/vue-locale@2.14.0(transitive)
+ Added@opentiny/vue-renderless@3.14.1(transitive)
+ Added@opentiny/vue-theme@3.14.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.14.2(transitive)
+ Added@vue/composition-api@1.7.2(transitive)
+ Addedvue@2.6.14(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@opentiny/vue-common@2.13.1(transitive)
- Removed@opentiny/vue-icon@2.13.0(transitive)
- Removed@opentiny/vue-locale@2.13.0(transitive)
- Removed@opentiny/vue-renderless@3.13.2(transitive)
- Removed@opentiny/vue-theme@3.13.3(transitive)
- Removed@opentiny/vue-theme-mobile@3.13.0(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removed@vue/composition-api@1.2.4(transitive)
- Removedcsstype@3.1.3(transitive)
- Removednanoid@3.3.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.49(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue@2.7.16(transitive)
Updated@opentiny/vue-icon@~2.14.0
Updated@opentiny/vue-locale@~2.14.0