@opentiny/vue-pager
Advanced tools
Comparing version 3.14.0 to 3.15.0
@@ -129,3 +129,3 @@ function _extends() { | ||
}); | ||
var version = "3.14.0"; | ||
var version = "3.15.0"; | ||
Pager.install = function(Vue) { | ||
@@ -132,0 +132,0 @@ Vue.component(Pager.name, Pager); |
@@ -1,14 +0,15 @@ | ||
import PagerItem from "@opentiny/vue-pager-item"; | ||
import Popover from "@opentiny/vue-popover"; | ||
import Loading from "@opentiny/vue-loading"; | ||
import { defineComponent, $prefix, props, setup as _setup } from "@opentiny/vue-common"; | ||
import { renderless, api } from "@opentiny/vue-renderless/pager/vue"; | ||
import { iconChevronLeft, iconChevronRight, iconTriangleDown } from "@opentiny/vue-icon"; | ||
import "@opentiny/vue-theme/pager/index.css"; | ||
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, normalizeStyle, Fragment, renderList, toDisplayString, createBlock, createElementVNode, createCommentVNode, createVNode, withCtx, renderSlot, withDirectives } from "vue"; | ||
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) { | ||
import PagerItem from '@opentiny/vue-pager-item'; | ||
import Popover from '@opentiny/vue-popover'; | ||
import Loading from '@opentiny/vue-loading'; | ||
import { defineComponent, $prefix, props, setup } from '@opentiny/vue-common'; | ||
import { renderless, api } from '@opentiny/vue-renderless/pager/vue'; | ||
import { iconChevronLeft, iconChevronRight, iconTriangleDown } from '@opentiny/vue-icon'; | ||
import '@opentiny/vue-theme/pager/index.css'; | ||
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, normalizeStyle, Fragment, renderList, toDisplayString, createBlock, createElementVNode, createCommentVNode, createVNode, withCtx, renderSlot, withDirectives } from 'vue'; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
if (it) | ||
return (it = it.call(o)).next.bind(it); | ||
if (Array.isArray(o) || (it = _unsupportedIterableToArray_tiny(o)) || allowArrayLike && o && typeof o.length === "number") { | ||
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { | ||
if (it) | ||
@@ -25,7 +26,7 @@ o = it; | ||
} | ||
function _unsupportedIterableToArray_tiny(o, minLen) { | ||
function _unsupportedIterableToArray(o, minLen) { | ||
if (!o) | ||
return; | ||
if (typeof o === "string") | ||
return _arrayLikeToArray_tiny(o, minLen); | ||
return _arrayLikeToArray(o, minLen); | ||
var n = Object.prototype.toString.call(o).slice(8, -1); | ||
@@ -37,5 +38,5 @@ if (n === "Object" && o.constructor) | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) | ||
return _arrayLikeToArray_tiny(o, minLen); | ||
return _arrayLikeToArray(o, minLen); | ||
} | ||
function _arrayLikeToArray_tiny(arr, len) { | ||
function _arrayLikeToArray(arr, len) { | ||
if (len == null || len > arr.length) | ||
@@ -49,3 +50,3 @@ len = arr.length; | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) { | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
@@ -63,4 +64,4 @@ target[key] = val; | ||
}, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -403,4 +404,3 @@ context, | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
pc as default | ||
}; | ||
export { pc as default }; |
{ | ||
"name": "@opentiny/vue-pager", | ||
"version": "3.14.0", | ||
"version": "3.15.0", | ||
"description": "", | ||
@@ -10,10 +10,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-icon": "~3.14.0", | ||
"@opentiny/vue-popover": "~3.14.0", | ||
"@opentiny/vue-locale": "~3.14.0", | ||
"@opentiny/vue-pager-item": "~3.14.0", | ||
"@opentiny/vue-loading": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0", | ||
"@opentiny/vue-common": "~3.14.0" | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-icon": "~3.15.0", | ||
"@opentiny/vue-popover": "~3.15.0", | ||
"@opentiny/vue-pager-item": "~3.15.0", | ||
"@opentiny/vue-loading": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0", | ||
"@opentiny/vue-common": "~3.15.0" | ||
}, | ||
@@ -20,0 +19,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
7
43414
9
1263
+ Added@opentiny/vue-common@3.15.0(transitive)
+ Added@opentiny/vue-icon@3.15.0(transitive)
+ Added@opentiny/vue-loading@3.15.0(transitive)
+ Added@opentiny/vue-locale@3.15.0(transitive)
+ Added@opentiny/vue-pager-item@3.15.0(transitive)
+ Added@opentiny/vue-popover@3.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@~3.14.0
- Removed@opentiny/vue-common@3.14.0(transitive)
- Removed@opentiny/vue-icon@3.14.0(transitive)
- Removed@opentiny/vue-loading@3.14.0(transitive)
- Removed@opentiny/vue-locale@3.14.0(transitive)
- Removed@opentiny/vue-pager-item@3.14.0(transitive)
- Removed@opentiny/vue-popover@3.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@~3.15.0
Updated@opentiny/vue-icon@~3.15.0
Updated@opentiny/vue-theme@~3.15.0