@indfnd/common-mobile 0.0.46 → 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,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.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
|
+
|
|
5
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)
|
|
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.46";
|
|
6
6
|
const author$1 = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -44922,8 +44922,8 @@ const __vue2_script$g = {
|
|
|
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
44929
|
return this.$refs.table.getWZSum();
|
|
@@ -44955,8 +44955,8 @@ const __vue2_script$g = {
|
|
|
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
|
};
|