@uxland/primary-shell 7.41.0 → 7.41.2
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/{component-Bp6026Db.js → component-QbgEdy0I.js} +2 -2
- package/dist/{component-Bp6026Db.js.map → component-QbgEdy0I.js.map} +1 -1
- package/dist/{index-Cm7NCvML.js → index-CNpXjSPp.js} +2 -9
- package/dist/{index-Cm7NCvML.js.map → index-CNpXjSPp.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/UI/internal-views/doctor-nav-menu.ts +0 -7
package/package.json
CHANGED
|
@@ -176,13 +176,6 @@ export const registerDoctorCommunicationMenuActions = () => {
|
|
|
176
176
|
|
|
177
177
|
export const registerDoctorClinicalPathwaysMenuActions = () => {
|
|
178
178
|
const clinicalPathwaysItems = [
|
|
179
|
-
{
|
|
180
|
-
id: "1",
|
|
181
|
-
sortHint: "0010",
|
|
182
|
-
icon: "open_in_new",
|
|
183
|
-
label: "Proces d'atenció - ARES",
|
|
184
|
-
callbackFn: () => navigateToEcap("PROCES_ATENCIO"),
|
|
185
|
-
},
|
|
186
179
|
{
|
|
187
180
|
id: "3",
|
|
188
181
|
sortHint: "0030",
|