@uxland/primary-shell 5.4.0 → 5.4.1
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.js
CHANGED
|
@@ -14588,9 +14588,10 @@ const hasItemDivider = (te, J) => {
|
|
|
14588
14588
|
</div>
|
|
14589
14589
|
</div>
|
|
14590
14590
|
` : D$1, renderProfessionalValues = (te, J) => {
|
|
14591
|
+
var ne, oe, de, ce, he, ue;
|
|
14591
14592
|
if (!J.professional) return D$1;
|
|
14592
14593
|
const X = shouldShowRole(J), re = [];
|
|
14593
|
-
return re.push(te.highlighted(J.professional.name)), X && J.professional.role && re.push(te.highlighted(J.professional.role.description)), J.up && re.push(te.highlighted(J.up.description)), J.professional.speciality && re.push(te.highlighted(J.professional.speciality.description)), J.service && re.push(te.highlighted(J.service.description)), re.map((
|
|
14594
|
+
return re.push(te.highlighted(J.professional.name)), X && ((oe = (ne = J.professional) == null ? void 0 : ne.role) != null && oe.description) && re.push(te.highlighted(J.professional.role.description)), (de = J.up) != null && de.description && re.push(te.highlighted(J.up.description)), (he = (ce = J.professional) == null ? void 0 : ce.speciality) != null && he.description && re.push(te.highlighted(J.professional.speciality.description)), (ue = J.service) != null && ue.description && re.push(te.highlighted(J.service.description)), re.map((pe, fe) => ke$1`${pe}${fe < re.length - 1 ? " | " : ""}`);
|
|
14594
14595
|
}, diagnosticHeaderTemplate = (te) => te && ke$1`
|
|
14595
14596
|
<div class="diagnostics__header">
|
|
14596
14597
|
${te.diagnostics.filter(
|