@indfnd/common 1.1.29 → 1.1.30
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 +9 -4
- package/dist/ind-common.es.js +11 -4
- package/dist/ind-common.umd.cjs +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.1.
|
|
5
|
+
### [1.1.30](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.28...v1.1.30) (2025-11-29)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
@@ -12,14 +12,19 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
12
12
|
|
|
13
13
|
### Bug Fixes
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* 改成红色字体 ([fb33547](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/fb3354783e7b4f5740cba1f163b742cd1c4d35d4))
|
|
16
16
|
|
|
17
|
-
### [1.1.
|
|
17
|
+
### [1.1.29](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.28...v1.1.29) (2025-11-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* 帆软页面帮助不显示问题修复 ([abb2919](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/abb291926f53d056464dd25f41a62c7c264d1750))
|
|
18
23
|
|
|
19
24
|
|
|
20
25
|
### Bug Fixes
|
|
21
26
|
|
|
22
|
-
*
|
|
27
|
+
* 改成红色字体 ([fb33547](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/fb3354783e7b4f5740cba1f163b742cd1c4d35d4))
|
|
23
28
|
|
|
24
29
|
### [1.1.28](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.27...v1.1.28) (2025-11-21)
|
|
25
30
|
|
package/dist/ind-common.es.js
CHANGED
|
@@ -5460,7 +5460,7 @@ var lodash = { exports: {} };
|
|
|
5460
5460
|
})(lodash, lodash.exports);
|
|
5461
5461
|
var _ = lodash.exports;
|
|
5462
5462
|
const name$1 = "@indfnd/common";
|
|
5463
|
-
const version = "1.1.
|
|
5463
|
+
const version = "1.1.29";
|
|
5464
5464
|
const author = "huxuetong";
|
|
5465
5465
|
const publishConfig = {
|
|
5466
5466
|
registry: "https://registry.npmjs.org/"
|
|
@@ -53428,7 +53428,7 @@ const __vue2_script$14 = {
|
|
|
53428
53428
|
isPc: isPC(),
|
|
53429
53429
|
tableRef: null,
|
|
53430
53430
|
refreshTable: false,
|
|
53431
|
-
rowSelection: "
|
|
53431
|
+
rowSelection: "multiple",
|
|
53432
53432
|
suppressRowClickSelection: false,
|
|
53433
53433
|
localeText: AG_GRID_LOCALE_ZH,
|
|
53434
53434
|
isRevertingOldValue: false,
|
|
@@ -60882,9 +60882,14 @@ const __vue2_script$D = {
|
|
|
60882
60882
|
}
|
|
60883
60883
|
},
|
|
60884
60884
|
async mounted() {
|
|
60885
|
+
var _a;
|
|
60885
60886
|
this.calcTitle();
|
|
60887
|
+
let permissionList = getPermissionCache();
|
|
60888
|
+
let permissionReal = ((_a = permissionList.filter((d) => {
|
|
60889
|
+
return d.uri && d.uri != "/" && this.$route.fullPath.includes(d.uri.replace(/^\/ind([^/]{1,})/, ""));
|
|
60890
|
+
})) == null ? void 0 : _a[0]) || {};
|
|
60886
60891
|
let params = {
|
|
60887
|
-
userId: this.$route.meta.permissionId,
|
|
60892
|
+
userId: permissionReal.permissionId || this.$route.meta.permissionId,
|
|
60888
60893
|
funId: "pageHelpSet"
|
|
60889
60894
|
};
|
|
60890
60895
|
let res = await getIndexPreset(params);
|
|
@@ -71992,7 +71997,9 @@ async function renderRoutes({
|
|
|
71992
71997
|
var _a, _b, _c;
|
|
71993
71998
|
return ((_a = item2 == null ? void 0 : item2.uri) == null ? void 0 : _a.includes("?")) ? (_b = item2 == null ? void 0 : item2.uri) == null ? void 0 : _b.includes(to.path) : (_c = item2 == null ? void 0 : item2.uri) == null ? void 0 : _c.endsWith(to.path);
|
|
71994
71999
|
});
|
|
71995
|
-
let urlList = arr.
|
|
72000
|
+
let urlList = arr.filter((item2) => {
|
|
72001
|
+
return !item2.uri.includes("ibp-sc");
|
|
72002
|
+
}).map((item2) => item2.uri);
|
|
71996
72003
|
let urlMatchMin = _.minBy(urlList, (item2) => item2.length);
|
|
71997
72004
|
tempPer = arr.find((item2) => item2.uri === urlMatchMin);
|
|
71998
72005
|
}
|