Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-pager-item

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-pager-item - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

2

lib/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc