@panpanzhao/component-ui 1.25.411 → 1.25.421
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/component-ui.common.js +11 -11
- package/lib/components/table.js +9 -9
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -13082,8 +13082,8 @@ table_search_src.install = function (Vue) {
|
|
|
13082
13082
|
Vue.component(table_search_src.name, table_search_src);
|
|
13083
13083
|
};
|
|
13084
13084
|
/* harmony default export */ var table_search = (table_search_src);
|
|
13085
|
-
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=
|
|
13086
|
-
var
|
|
13085
|
+
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=f57a85a6
|
|
13086
|
+
var tablevue_type_template_id_f57a85a6_render = function render() {
|
|
13087
13087
|
var _vm = this,
|
|
13088
13088
|
_c = _vm._self._c
|
|
13089
13089
|
return _c("div", { staticClass: "table" }, [
|
|
@@ -13256,11 +13256,11 @@ var tablevue_type_template_id_49ce9d2b_render = function render() {
|
|
|
13256
13256
|
: _vm._e(),
|
|
13257
13257
|
])
|
|
13258
13258
|
}
|
|
13259
|
-
var
|
|
13260
|
-
|
|
13259
|
+
var tablevue_type_template_id_f57a85a6_staticRenderFns = []
|
|
13260
|
+
tablevue_type_template_id_f57a85a6_render._withStripped = true
|
|
13261
13261
|
|
|
13262
13262
|
|
|
13263
|
-
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=
|
|
13263
|
+
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=f57a85a6
|
|
13264
13264
|
|
|
13265
13265
|
// EXTERNAL MODULE: external "element-ui/lib/pagination"
|
|
13266
13266
|
var pagination_ = __webpack_require__(62);
|
|
@@ -13545,10 +13545,10 @@ var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
|
13545
13545
|
_this5.pageSize = pageSize;
|
|
13546
13546
|
_this5.$emit("pageChange", _this5.paginationProps.currentPage, pageSize);
|
|
13547
13547
|
_this5.search();
|
|
13548
|
-
if (typeof ((_this5$pagination = _this5.pagination) == null ? void 0 : _this5$pagination
|
|
13548
|
+
if (typeof ((_this5$pagination = _this5.pagination) == null || (_this5$pagination = _this5$pagination.on) == null ? void 0 : _this5$pagination["size-change"]) === "function") {
|
|
13549
13549
|
_this5.pagination.on["size-change"].call(_this5, pageSize);
|
|
13550
13550
|
}
|
|
13551
|
-
if (typeof ((_this5$pagination2 = _this5.pagination) == null ? void 0 : _this5$pagination2
|
|
13551
|
+
if (typeof ((_this5$pagination2 = _this5.pagination) == null || (_this5$pagination2 = _this5$pagination2.on) == null ? void 0 : _this5$pagination2["pageChange"]) === "function") {
|
|
13552
13552
|
_this5.pagination.on["pageChange"].call(_this5, _this5.paginationProps.currentPage, pageSize);
|
|
13553
13553
|
}
|
|
13554
13554
|
},
|
|
@@ -13558,10 +13558,10 @@ var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
|
13558
13558
|
_this5.currentPage = currentPage;
|
|
13559
13559
|
_this5.$emit("pageChange", currentPage, _this5.paginationProps.pageSize);
|
|
13560
13560
|
_this5.search();
|
|
13561
|
-
if (typeof ((_this5$pagination3 = _this5.pagination) == null ? void 0 : _this5$pagination3
|
|
13561
|
+
if (typeof ((_this5$pagination3 = _this5.pagination) == null || (_this5$pagination3 = _this5$pagination3.on) == null ? void 0 : _this5$pagination3["current-change"]) === "function") {
|
|
13562
13562
|
_this5.pagination.on["current-change"].call(_this5, currentPage);
|
|
13563
13563
|
}
|
|
13564
|
-
if (typeof ((_this5$pagination4 = _this5.pagination) == null ? void 0 : _this5$pagination4
|
|
13564
|
+
if (typeof ((_this5$pagination4 = _this5.pagination) == null || (_this5$pagination4 = _this5$pagination4.on) == null ? void 0 : _this5$pagination4["pageChange"]) === "function") {
|
|
13565
13565
|
_this5.pagination.on["pageChange"].call(_this5, currentPage, _this5.paginationProps.pageSize);
|
|
13566
13566
|
}
|
|
13567
13567
|
}
|
|
@@ -13676,8 +13676,8 @@ var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
|
13676
13676
|
|
|
13677
13677
|
var table_component = normalizeComponent(
|
|
13678
13678
|
src_tablevue_type_script_lang_js,
|
|
13679
|
-
|
|
13680
|
-
|
|
13679
|
+
tablevue_type_template_id_f57a85a6_render,
|
|
13680
|
+
tablevue_type_template_id_f57a85a6_staticRenderFns,
|
|
13681
13681
|
false,
|
|
13682
13682
|
null,
|
|
13683
13683
|
null,
|
package/lib/components/table.js
CHANGED
|
@@ -269,8 +269,8 @@ module.exports = require("element-ui/lib/pagination");
|
|
|
269
269
|
// ESM COMPAT FLAG
|
|
270
270
|
__webpack_require__.r(__webpack_exports__);
|
|
271
271
|
|
|
272
|
-
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=
|
|
273
|
-
var
|
|
272
|
+
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=f57a85a6
|
|
273
|
+
var tablevue_type_template_id_f57a85a6_render = function render() {
|
|
274
274
|
var _vm = this,
|
|
275
275
|
_c = _vm._self._c
|
|
276
276
|
return _c("div", { staticClass: "table" }, [
|
|
@@ -444,10 +444,10 @@ var tablevue_type_template_id_49ce9d2b_render = function render() {
|
|
|
444
444
|
])
|
|
445
445
|
}
|
|
446
446
|
var staticRenderFns = []
|
|
447
|
-
|
|
447
|
+
tablevue_type_template_id_f57a85a6_render._withStripped = true
|
|
448
448
|
|
|
449
449
|
|
|
450
|
-
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=
|
|
450
|
+
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=f57a85a6
|
|
451
451
|
|
|
452
452
|
// EXTERNAL MODULE: external "@vue/babel-helper-vue-jsx-merge-props"
|
|
453
453
|
var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
@@ -765,10 +765,10 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
765
765
|
_this5.pageSize = pageSize;
|
|
766
766
|
_this5.$emit("pageChange", _this5.paginationProps.currentPage, pageSize);
|
|
767
767
|
_this5.search();
|
|
768
|
-
if (typeof ((_this5$pagination = _this5.pagination) == null ? void 0 : _this5$pagination
|
|
768
|
+
if (typeof ((_this5$pagination = _this5.pagination) == null || (_this5$pagination = _this5$pagination.on) == null ? void 0 : _this5$pagination["size-change"]) === "function") {
|
|
769
769
|
_this5.pagination.on["size-change"].call(_this5, pageSize);
|
|
770
770
|
}
|
|
771
|
-
if (typeof ((_this5$pagination2 = _this5.pagination) == null ? void 0 : _this5$pagination2
|
|
771
|
+
if (typeof ((_this5$pagination2 = _this5.pagination) == null || (_this5$pagination2 = _this5$pagination2.on) == null ? void 0 : _this5$pagination2["pageChange"]) === "function") {
|
|
772
772
|
_this5.pagination.on["pageChange"].call(_this5, _this5.paginationProps.currentPage, pageSize);
|
|
773
773
|
}
|
|
774
774
|
},
|
|
@@ -778,10 +778,10 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
778
778
|
_this5.currentPage = currentPage;
|
|
779
779
|
_this5.$emit("pageChange", currentPage, _this5.paginationProps.pageSize);
|
|
780
780
|
_this5.search();
|
|
781
|
-
if (typeof ((_this5$pagination3 = _this5.pagination) == null ? void 0 : _this5$pagination3
|
|
781
|
+
if (typeof ((_this5$pagination3 = _this5.pagination) == null || (_this5$pagination3 = _this5$pagination3.on) == null ? void 0 : _this5$pagination3["current-change"]) === "function") {
|
|
782
782
|
_this5.pagination.on["current-change"].call(_this5, currentPage);
|
|
783
783
|
}
|
|
784
|
-
if (typeof ((_this5$pagination4 = _this5.pagination) == null ? void 0 : _this5$pagination4
|
|
784
|
+
if (typeof ((_this5$pagination4 = _this5.pagination) == null || (_this5$pagination4 = _this5$pagination4.on) == null ? void 0 : _this5$pagination4["pageChange"]) === "function") {
|
|
785
785
|
_this5.pagination.on["pageChange"].call(_this5, currentPage, _this5.paginationProps.pageSize);
|
|
786
786
|
}
|
|
787
787
|
}
|
|
@@ -899,7 +899,7 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
899
899
|
|
|
900
900
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
901
901
|
src_tablevue_type_script_lang_js,
|
|
902
|
-
|
|
902
|
+
tablevue_type_template_id_f57a85a6_render,
|
|
903
903
|
staticRenderFns,
|
|
904
904
|
false,
|
|
905
905
|
null,
|