Skip to content

Commit

Permalink
Build dist2.0 at Thu Jul 13 07:29:38 UTC 2017 by circleci[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wmfero committed Jul 13, 2017
1 parent e872af2 commit 54d25a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/xcui.js
Original file line number Diff line number Diff line change
Expand Up @@ -10868,6 +10868,9 @@ return /******/ (function(modules) { // webpackBootstrap
}
},
watch: {
pageSize: function pageSize(val) {
this.internalPageSize = val;
},
showQuickPrevIcon: function showQuickPrevIcon(val) {
if (!val) {
this.quickPrevIconCls = 'x-icon-more';
Expand Down Expand Up @@ -17293,6 +17296,7 @@ return /******/ (function(modules) { // webpackBootstrap
class: [_vm.quickPrevIconCls]
})]) : _vm._e(), _vm._v(" "), _vm._l(((_vm.getRangePage.end - _vm.getRangePage.begin + 1)), function(number) {
return _c('x-button', {
key: number,
staticClass: "number-btn",
class: {
'active': _vm.isActive(number)
Expand Down Expand Up @@ -17363,6 +17367,7 @@ return /******/ (function(modules) { // webpackBootstrap
}
}, _vm._l((_vm.pageSizeRange), function(opt) {
return _c('x-option', {
key: opt,
attrs: {
"label": (opt + "条/页"),
"value": opt
Expand Down
5 changes: 5 additions & 0 deletions dist/xcui.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -10862,6 +10862,9 @@ return /******/ (function(modules) { // webpackBootstrap
}
},
watch: {
pageSize: function pageSize(val) {
this.internalPageSize = val;
},
showQuickPrevIcon: function showQuickPrevIcon(val) {
if (!val) {
this.quickPrevIconCls = 'x-icon-more';
Expand Down Expand Up @@ -17281,6 +17284,7 @@ return /******/ (function(modules) { // webpackBootstrap
class: [_vm.quickPrevIconCls]
})]) : _vm._e(), _vm._v(" "), _vm._l(((_vm.getRangePage.end - _vm.getRangePage.begin + 1)), function(number) {
return _c('x-button', {
key: number,
staticClass: "number-btn",
class: {
'active': _vm.isActive(number)
Expand Down Expand Up @@ -17351,6 +17355,7 @@ return /******/ (function(modules) { // webpackBootstrap
}
}, _vm._l((_vm.pageSizeRange), function(opt) {
return _c('x-option', {
key: opt,
attrs: {
"label": (opt + "条/页"),
"value": opt
Expand Down

0 comments on commit 54d25a0

Please sign in to comment.