dfs-page-config 0.4.44 → 0.4.45

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.
@@ -102373,6 +102373,14 @@ const elTable = "", elTableColumn = "", _sfc_main$3 = defineComponent({
102373
102373
  type: Function,
102374
102374
  default: () => !0
102375
102375
  },
102376
+ rowClick: {
102377
+ type: Function,
102378
+ default: () => !0
102379
+ },
102380
+ currentChange: {
102381
+ type: Function,
102382
+ default: () => !0
102383
+ },
102376
102384
  summaryArray: {
102377
102385
  type: Array,
102378
102386
  default: []
@@ -102384,7 +102392,8 @@ const elTable = "", elTableColumn = "", _sfc_main$3 = defineComponent({
102384
102392
  "handleSortChange",
102385
102393
  "handleSelectionChange",
102386
102394
  "dragChangeData",
102387
- "headerClick"
102395
+ "headerClick",
102396
+ "currentChange"
102388
102397
  ],
102389
102398
  setup(k, L) {
102390
102399
  const ie = store.state.locale, ae = ref(), pe = ref(k.tableMaxHeight);
@@ -102456,7 +102465,7 @@ const elTable = "", elTableColumn = "", _sfc_main$3 = defineComponent({
102456
102465
  locale: ie,
102457
102466
  tableRef: ae,
102458
102467
  sizeChange: _e,
102459
- currentChange: xe,
102468
+ pageChange: xe,
102460
102469
  handleSelectionChange: Oe,
102461
102470
  sortChange: $e,
102462
102471
  tableRowClassName: Ne,
@@ -102465,7 +102474,7 @@ const elTable = "", elTableColumn = "", _sfc_main$3 = defineComponent({
102465
102474
  summaryMethod: qe
102466
102475
  };
102467
102476
  }
102468
- }), EleTable_vue_vue_type_style_index_0_scoped_1004b5d1_lang = "", _hoisted_1$3 = { class: "PublicTable" }, _hoisted_2$2 = { key: 1 }, _hoisted_3$2 = { key: 2 };
102477
+ }), EleTable_vue_vue_type_style_index_0_scoped_211870ce_lang = "", _hoisted_1$3 = { class: "PublicTable" }, _hoisted_2$2 = { key: 1 }, _hoisted_3$2 = { key: 2 };
102469
102478
  function _sfc_render$2(k, L, ie, ae, pe, _e) {
102470
102479
  const xe = ElTableColumn, Oe = ElTable, Ie = ElPagination, Ne = ElConfigProvider;
102471
102480
  return openBlock(), createBlock(Ne, { locale: k.locale }, {
@@ -102485,12 +102494,14 @@ function _sfc_render$2(k, L, ie, ae, pe, _e) {
102485
102494
  onSortChange: k.sortChange,
102486
102495
  onSelectionChange: k.handleSelectionChange,
102487
102496
  onRowDblclick: k.rowDblclick,
102497
+ onRowClick: k.rowClick,
102488
102498
  "span-method": k.objectSpanMethod,
102489
102499
  "row-class-name": k.tableRowClassName,
102490
102500
  key: k.key,
102491
102501
  "row-key": k.rowKey,
102492
102502
  "default-sort": k.defaultSort,
102493
102503
  onHeaderClick: k.headerClick,
102504
+ onCurrentChange: k.currentChange,
102494
102505
  "show-summary": !!k.summaryArray.length,
102495
102506
  "summary-method": k.summaryMethod
102496
102507
  }, {
@@ -102555,7 +102566,7 @@ function _sfc_render$2(k, L, ie, ae, pe, _e) {
102555
102566
  ]), 1032, ["show-overflow-tooltip", "width", "height", "max-height", "min-width", "prop", "label", "align", "sortable", "sort-method", "fixed", "class-name"]))), 128))
102556
102567
  ]),
102557
102568
  _: 3
102558
- }, 8, ["class", "border", "header-row-style", "row-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "onRowDblclick", "span-method", "row-class-name", "row-key", "default-sort", "onHeaderClick", "show-summary", "summary-method"])),
102569
+ }, 8, ["class", "border", "header-row-style", "row-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "onRowDblclick", "onRowClick", "span-method", "row-class-name", "row-key", "default-sort", "onHeaderClick", "onCurrentChange", "show-summary", "summary-method"])),
102559
102570
  k.configFlag.needPage ? (openBlock(), createBlock(Ie, {
102560
102571
  key: 0,
102561
102572
  "popper-class": "dfs-page-config-pagination",
@@ -102566,7 +102577,7 @@ function _sfc_render$2(k, L, ie, ae, pe, _e) {
102566
102577
  "current-page": k.pageInfo.pageNum,
102567
102578
  layout: "total,sizes, prev, pager, next",
102568
102579
  onSizeChange: k.sizeChange,
102569
- onCurrentChange: k.currentChange,
102580
+ onCurrentChange: k.pageChange,
102570
102581
  "page-sizes": k.configFlag.pageSize,
102571
102582
  small: ""
102572
102583
  }, null, 8, ["total", "pageNum", "pageSize", "current-page", "onSizeChange", "onCurrentChange", "page-sizes"])) : createCommentVNode("", !0)
@@ -102575,7 +102586,7 @@ function _sfc_render$2(k, L, ie, ae, pe, _e) {
102575
102586
  _: 3
102576
102587
  }, 8, ["locale"]);
102577
102588
  }
102578
- const EleTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__scopeId", "data-v-1004b5d1"]]);
102589
+ const EleTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__scopeId", "data-v-211870ce"]]);
102579
102590
  EleTable.install = (k) => k.component(EleTable.name, EleTable);
102580
102591
  const _hoisted_1$2 = /* @__PURE__ */ createElementVNode("svg", {
102581
102592
  class: "el-select__icon",