@indfnd/common-mobile 0.0.48 → 0.0.50

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,10 @@
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.50](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.49...v0.0.50) (2024-07-11)
6
+
7
+ ### [0.0.49](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.48...v0.0.49) (2024-07-10)
8
+
5
9
  ### [0.0.48](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.47...v0.0.48) (2024-07-08)
6
10
 
7
11
 
@@ -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.47";
5
+ const version$2 = "0.0.49";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -44962,6 +44962,9 @@ const __vue2_script$g = {
44962
44962
  },
44963
44963
  tableRefresh(noQuery) {
44964
44964
  this.$refs.table.tableRefresh(noQuery);
44965
+ },
44966
+ topRows() {
44967
+ return this.$refs.table.topRows;
44965
44968
  }
44966
44969
  }
44967
44970
  };