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.14.0 to 2.15.0

8

lib/index.js

@@ -15,3 +15,3 @@ function _extends() {

}
import { $prefix, $props, $setup } from "@opentiny/vue-common";
import { defineComponent, $prefix, $props, $setup } from "@opentiny/vue-common";
import { IconPopup, IconDoubleLeft, IconDoubleRight } from "@opentiny/vue-icon";

@@ -31,3 +31,3 @@ import PcTemplate from "./pc.js";

};
var PagerItem = {
var PagerItem = defineComponent({
name: $prefix + "PagerItem",

@@ -63,4 +63,4 @@ props: _extends({}, $props, {

}
};
var version = "2.14.0";
});
var version = "2.15.0";
PagerItem.install = function(Vue) {

@@ -67,0 +67,0 @@ Vue.component(PagerItem.name, PagerItem);

@@ -1,4 +0,5 @@

import { defineComponent, props, setup as _setup } from "@opentiny/vue-common";
import { renderless, api } from "@opentiny/vue-renderless/pager-item/vue";
import { IconPopup, IconDoubleLeft, IconDoubleRight } from "@opentiny/vue-icon";
import { defineComponent, props, setup } from '@opentiny/vue-common';
import { renderless, api } from '@opentiny/vue-renderless/pager-item/vue';
import { IconPopup, IconDoubleLeft, IconDoubleRight } from '@opentiny/vue-icon';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -74,4 +75,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

props: [].concat(props, ["disabled", "currentPage", "pageCount", "pagerCount", "popupIcon", "doubleLeftIcon", "doubleRightIcon", "isBeforePageChange"]),
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -181,4 +182,3 @@ context,

}();
export {
mobileFirst as default
};
export { mobileFirst as default };

@@ -1,4 +0,5 @@

import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";
import { renderless, api } from "@opentiny/vue-renderless/pager-item/vue";
import { iconPopup, iconDoubleLeft, iconDoubleRight } from "@opentiny/vue-icon";
import { defineComponent, $prefix, setup } from '@opentiny/vue-common';
import { renderless, api } from '@opentiny/vue-renderless/pager-item/vue';
import { iconPopup, iconDoubleLeft, iconDoubleRight } from '@opentiny/vue-icon';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -94,4 +95,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

},
setup: function setup(props, context) {
return _setup({
setup: function setup$1(props, context) {
return setup({
props,

@@ -178,4 +179,3 @@ context,

}();
export {
pc as default
};
export { pc as default };
{
"name": "@opentiny/vue-pager-item",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

@@ -10,6 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-icon": "~2.14.0",
"@opentiny/vue-locale": "~2.14.0",
"@opentiny/vue-common": "~2.14.0"
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-icon": "~2.15.0",
"@opentiny/vue-common": "~2.15.0"
},

@@ -16,0 +15,0 @@ "license": "MIT",

@@ -1,33 +0,2 @@

declare const _default: {
name: string;
props: {
disabled: {
type: BooleanConstructor;
default: boolean;
};
currentPage: NumberConstructor;
pageCount: NumberConstructor;
pagerCount: NumberConstructor;
popupIcon: {
type: ObjectConstructor;
default: () => any;
};
doubleLeftIcon: {
type: ObjectConstructor;
default: () => any;
};
doubleRightIcon: {
type: ObjectConstructor;
default: () => any;
};
isBeforePageChange: BooleanConstructor;
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
};
setup(props: any, context: any): () => any;
};
declare const _default: any;
export default _default;
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