nectiasw 0.0.209 → 0.0.210
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/dist/index.es.js +11 -14
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/providers/microfront/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -40968,6 +40968,15 @@ const uC = {
|
|
|
40968
40968
|
title: "Dashboard Curso",
|
|
40969
40969
|
icon: /* @__PURE__ */ T($7, { className: "h-6 w-6" })
|
|
40970
40970
|
},
|
|
40971
|
+
{
|
|
40972
|
+
path: "/serviceDashboard",
|
|
40973
|
+
title: "Dashboard Servicio",
|
|
40974
|
+
icon: /* @__PURE__ */ T($7, { className: "h-6 w-6" }),
|
|
40975
|
+
rules: {
|
|
40976
|
+
system: Vl.OPTIMUS,
|
|
40977
|
+
allow: c ? [] : [Gl.CAN_VIEW_SERVICE]
|
|
40978
|
+
}
|
|
40979
|
+
},
|
|
40971
40980
|
{
|
|
40972
40981
|
path: "/inscriptions/course/content",
|
|
40973
40982
|
title: "Contenido del Curso",
|
|
@@ -41010,19 +41019,7 @@ const uC = {
|
|
|
41010
41019
|
}
|
|
41011
41020
|
}
|
|
41012
41021
|
];
|
|
41013
|
-
return
|
|
41014
|
-
1,
|
|
41015
|
-
0,
|
|
41016
|
-
{
|
|
41017
|
-
path: "/serviceDashboard",
|
|
41018
|
-
title: "Dashboard Servicio",
|
|
41019
|
-
icon: /* @__PURE__ */ T($7, { className: "h-6 w-6" }),
|
|
41020
|
-
rules: {
|
|
41021
|
-
system: Vl.OPTIMUS,
|
|
41022
|
-
allow: [Gl.CAN_VIEW_SERVICE]
|
|
41023
|
-
}
|
|
41024
|
-
}
|
|
41025
|
-
), /* @__PURE__ */ T("div", { className: ri.container, "data-testid": "tw-sidebar", children: /* @__PURE__ */ T("div", { className: ri.content, children: /* @__PURE__ */ se(
|
|
41022
|
+
return /* @__PURE__ */ T("div", { className: ri.container, "data-testid": "tw-sidebar", children: /* @__PURE__ */ T("div", { className: ri.content, children: /* @__PURE__ */ se(
|
|
41026
41023
|
"div",
|
|
41027
41024
|
{
|
|
41028
41025
|
className: be(
|
|
@@ -54121,7 +54118,7 @@ const Ahe = ["otic", "otec", "empresa"], Dhe = (e) => {
|
|
|
54121
54118
|
}
|
|
54122
54119
|
) : /* @__PURE__ */ T(wn, { children: x ? /* @__PURE__ */ T(N9, { status: !0 }) : e.children }) });
|
|
54123
54120
|
});
|
|
54124
|
-
var Ohe = /* @__PURE__ */ ((e) => (e.INDEX = "@app/index", e.WELCOME = "@app/welcome", e.DASHBOARD = "@app/dashboard", e.BACKOFFICE = "@app/backoffice", e.INSCRIPTIONS = "@app/inscriptions", e.COMMUNICATION = "@app/communication", e.MONITORING = "@app/monitoring", e))(Ohe || {}), The = /* @__PURE__ */ ((e) => (e.IB = "Integra Negocio", e.SP = "Sistema de Perfilamiento v2", e))(The || {});
|
|
54121
|
+
var Ohe = /* @__PURE__ */ ((e) => (e.INDEX = "@app/index", e.WELCOME = "@app/welcome", e.DASHBOARD = "@app/dashboard", e.SERVICE_DASHBOARD = "@app/serviceDashboard", e.BACKOFFICE = "@app/backoffice", e.INSCRIPTIONS = "@app/inscriptions", e.COMMUNICATION = "@app/communication", e.MONITORING = "@app/monitoring", e))(Ohe || {}), The = /* @__PURE__ */ ((e) => (e.IB = "Integra Negocio", e.SP = "Sistema de Perfilamiento v2", e))(The || {});
|
|
54125
54122
|
const Phe = N.memo(
|
|
54126
54123
|
({ allow: e, grants: n, children: t }) => {
|
|
54127
54124
|
var l;
|