@opentiny/vue-pager-item
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -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; |
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
3
15201
451
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-locale@~2.14.0
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-icon@~2.15.0