contentoh-components-library 21.5.1 → 21.5.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.
|
@@ -602,19 +602,19 @@ function setDataColumns(section, dataService, token, setModalFromTable, setDataS
|
|
|
602
602
|
id: "button_" + item.id + "_" + des.attributeId + "_" + item.version,
|
|
603
603
|
src: _acceptIcon.default,
|
|
604
604
|
alt: "accept button"
|
|
605
|
-
}), attributesReviewed[index].isReviewed && !attributesReviewed[index].isApproved &&
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
alt: "null button"
|
|
615
|
-
})
|
|
605
|
+
}), attributesReviewed[index].isReviewed && !attributesReviewed[index].isApproved &&
|
|
606
|
+
/*#__PURE__*/
|
|
607
|
+
|
|
608
|
+
/**<Tooltip position="topCenter" componentTooltip={<span>Debes aprobar o rechazar para continuar</span>}>**/
|
|
609
|
+
(0, _jsxRuntime.jsx)("div", {
|
|
610
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
611
|
+
id: "button_" + item.id + "_" + des.attributeId + "_" + item.version,
|
|
612
|
+
src: _rejectIcon.default,
|
|
613
|
+
alt: "reject icon"
|
|
616
614
|
})
|
|
617
|
-
})
|
|
615
|
+
})
|
|
616
|
+
/*</Tooltip>*/
|
|
617
|
+
, typeof des.isApproved === "undefined" && !attributesReviewed[index].isReviewed && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Tooltip.Tooltip, {
|
|
618
618
|
position: "topCenter",
|
|
619
619
|
componentTooltip: /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
620
620
|
children: "Debes aprobar o rechazar para continuar"
|
package/package.json
CHANGED
|
@@ -662,7 +662,7 @@ export function setDataColumns(
|
|
|
662
662
|
)}
|
|
663
663
|
{attributesReviewed[index].isReviewed &&
|
|
664
664
|
!attributesReviewed[index].isApproved && (
|
|
665
|
-
|
|
665
|
+
/**<Tooltip position="topCenter" componentTooltip={<span>Debes aprobar o rechazar para continuar</span>}>**/
|
|
666
666
|
<div>
|
|
667
667
|
<img
|
|
668
668
|
id={
|
|
@@ -673,11 +673,11 @@ export function setDataColumns(
|
|
|
673
673
|
"_" +
|
|
674
674
|
item.version
|
|
675
675
|
}
|
|
676
|
-
src={
|
|
677
|
-
alt="
|
|
676
|
+
src={rejectIcon}
|
|
677
|
+
alt="reject icon"
|
|
678
678
|
/>
|
|
679
679
|
</div>
|
|
680
|
-
|
|
680
|
+
/*</Tooltip>*/
|
|
681
681
|
)}
|
|
682
682
|
{typeof des.isApproved === "undefined" &&
|
|
683
683
|
!attributesReviewed[index].isReviewed && (
|