@indfnd/common-mobile 1.0.12 → 1.0.13
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,8 @@
|
|
|
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
|
+
### [1.0.13](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.12...v1.0.13) (2026-01-09)
|
|
6
|
+
|
|
5
7
|
### [1.0.12](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.11...v1.0.12) (2026-01-08)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -3,7 +3,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
|
|
|
3
3
|
import Vue$1 from "vue";
|
|
4
4
|
import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
|
|
5
5
|
const name$1 = "@indfnd/common-mobile";
|
|
6
|
-
const version$2 = "1.0.
|
|
6
|
+
const version$2 = "1.0.12";
|
|
7
7
|
const author$1 = "huxuetong";
|
|
8
8
|
const publishConfig = {
|
|
9
9
|
registry: "https://registry.npmjs.org/"
|
|
@@ -22902,10 +22902,9 @@ const __vue2_script$d = {
|
|
|
22902
22902
|
}
|
|
22903
22903
|
},
|
|
22904
22904
|
columnsComp: function() {
|
|
22905
|
-
var _a;
|
|
22906
22905
|
if (this.columns) {
|
|
22907
22906
|
return this.columns;
|
|
22908
|
-
} else
|
|
22907
|
+
} else {
|
|
22909
22908
|
return [
|
|
22910
22909
|
{
|
|
22911
22910
|
headerName: "\u9009\u62E9",
|
|
@@ -22923,8 +22922,6 @@ const __vue2_script$d = {
|
|
|
22923
22922
|
showDisabledCheckboxes: true
|
|
22924
22923
|
}
|
|
22925
22924
|
];
|
|
22926
|
-
} else {
|
|
22927
|
-
return null;
|
|
22928
22925
|
}
|
|
22929
22926
|
},
|
|
22930
22927
|
rowKeyComp: function() {
|