hrp-ui-base 1.4.3 → 1.4.5
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/README.md +49 -161
- package/dist/components.cjs +1 -1
- package/dist/components.es.js +3 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/packages/approval-process/README.md +16 -124
- package/packages/approval-process/package.json +1 -1
- package/src/components/layout/LayoutContainer.vue +1 -0
- package/src/components/layout/utils/redirect.ts +2 -1
package/dist/components.es.js
CHANGED
|
@@ -5609,11 +5609,12 @@ const Je = {
|
|
|
5609
5609
|
bms: "bms",
|
|
5610
5610
|
coc: "coc",
|
|
5611
5611
|
hws: "hws",
|
|
5612
|
+
kbs: "kbs",
|
|
5612
5613
|
fms: "fms",
|
|
5613
5614
|
hrm: "hrm",
|
|
5614
5615
|
hrms: "hrms",
|
|
5615
5616
|
itr: "itrms",
|
|
5616
|
-
personalization: "
|
|
5617
|
+
personalization: "hws",
|
|
5617
5618
|
projectManagement: "projectManagement"
|
|
5618
5619
|
}, 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
5620
|
const o = window.location.pathname || "/";
|
|
@@ -6763,6 +6764,7 @@ const Se = ee("layout-tabs", () => {
|
|
|
6763
6764
|
"bms",
|
|
6764
6765
|
"coc",
|
|
6765
6766
|
"hws",
|
|
6767
|
+
"kbs",
|
|
6766
6768
|
"fms",
|
|
6767
6769
|
"hrm",
|
|
6768
6770
|
"hrms",
|