@indfnd/common-mobile 0.0.45 → 0.0.46
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,13 @@
|
|
|
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.46](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.45...v0.0.46) (2024-07-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 移动端升级公共组件 ([d86f38e](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/d86f38ecc18fd1bb9c187e8da5d798b2618837c1))
|
|
11
|
+
|
|
5
12
|
### [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
13
|
|
|
7
14
|
|
|
@@ -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.
|
|
5
|
+
const version$2 = "0.0.45";
|
|
6
6
|
const author$1 = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -44917,7 +44917,7 @@ 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();
|
|
@@ -44926,16 +44926,16 @@ const __vue2_script$g = {
|
|
|
44926
44926
|
this.$refs.table.updateTableData();
|
|
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,7 +44950,7 @@ 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);
|