hrp-ui-base 1.4.3 → 1.4.4

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.
@@ -5613,7 +5613,7 @@ const Je = {
5613
5613
  hrm: "hrm",
5614
5614
  hrms: "hrms",
5615
5615
  itr: "itrms",
5616
- personalization: "imd",
5616
+ personalization: "hws",
5617
5617
  projectManagement: "projectManagement"
5618
5618
  }, xa = ["/auth-login", "/oa-login", "/login"], te = (o) => !o || o === "/" ? "" : o.endsWith("/") ? o.slice(0, -1) : o, Pa = () => Array.from(new Set(Object.values(Je))), Xa = () => {
5619
5619
  const o = window.location.pathname || "/";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrp-ui-base",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "HRP 前端公共组件、工具方法和基础样式包",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -11,7 +11,7 @@
11
11
  "devDependencies": {},
12
12
  "module": "index.ts",
13
13
  "peerDependencies": {
14
- "hrp-ui-base": "1.4.3",
14
+ "hrp-ui-base": "1.4.4",
15
15
  "vue": "^3.0.0"
16
16
  }
17
17
  }
@@ -14,7 +14,7 @@ const menuStateRelation: Record<string, string> = {
14
14
  hrm: "hrm",
15
15
  hrms: "hrms",
16
16
  itr: "itrms",
17
- personalization: "imd",
17
+ personalization: "hws",
18
18
  projectManagement: "projectManagement",
19
19
  };
20
20