@indfnd/common-mobile 0.0.45 → 0.0.47

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/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.47](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.46...v0.0.47) (2024-07-08)
6
+
7
+
8
+ ### Features
9
+
10
+ * 移动端升级公共组件 ([d104ffb](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/d104ffbedb1b759e03b4d7cf74231a4e53da30c1))
11
+
12
+ ### [0.0.46](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.45...v0.0.46) (2024-07-08)
13
+
14
+
15
+ ### Features
16
+
17
+ * 移动端升级公共组件 ([d86f38e](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/d86f38ecc18fd1bb9c187e8da5d798b2618837c1))
18
+
5
19
  ### [0.0.45](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.44...v0.0.45) (2024-07-08)
6
20
 
7
21
 
@@ -2,7 +2,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
2
2
  import Vue$1 from "vue";
3
3
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
4
4
  const name$1 = "@indfnd/common-mobile";
5
- const version$2 = "0.0.44";
5
+ const version$2 = "0.0.46";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -44917,25 +44917,25 @@ const __vue2_script$g = {
44917
44917
  this.$emit("doSearch");
44918
44918
  },
44919
44919
  getXData() {
44920
- this.$refs.table.getXData();
44920
+ return this.$refs.table.getXData();
44921
44921
  },
44922
44922
  toggleUnitIfNeeded() {
44923
44923
  this.$refs.table.toggleUnitIfNeeded();
44924
44924
  },
44925
- updateTableData() {
44926
- this.$refs.table.updateTableData();
44925
+ updateTableData(callback2, isUpdateOriginValue) {
44926
+ this.$refs.table.updateTableData(callback2, isUpdateOriginValue);
44927
44927
  },
44928
44928
  getWZSum() {
44929
- this.$refs.table.getWZSum();
44929
+ return this.$refs.table.getWZSum();
44930
44930
  },
44931
44931
  getXSum() {
44932
- this.$refs.table.getXSum();
44932
+ return this.$refs.table.getXSum();
44933
44933
  },
44934
44934
  getWZData() {
44935
- this.$refs.table.getWZData();
44935
+ return this.$refs.table.getWZData();
44936
44936
  },
44937
44937
  getXData() {
44938
- this.$refs.table.getXData();
44938
+ return this.$refs.table.getXData();
44939
44939
  },
44940
44940
  setSelection(items, cancelOthers) {
44941
44941
  this.$refs.table.setSelection(items, cancelOthers);
@@ -44950,13 +44950,13 @@ const __vue2_script$g = {
44950
44950
  this.$refs.table.clearSelection();
44951
44951
  },
44952
44952
  getSelection() {
44953
- this.$refs.table.getSelection();
44953
+ return this.$refs.table.getSelection();
44954
44954
  },
44955
44955
  setUnitType(unitType) {
44956
44956
  this.$refs.table.setUnitType(unitType);
44957
44957
  },
44958
- tableRefresh() {
44959
- this.$refs.table.tableRefresh();
44958
+ tableRefresh(noQuery) {
44959
+ this.$refs.table.tableRefresh(noQuery);
44960
44960
  }
44961
44961
  }
44962
44962
  };