@mseva/digit-ui-module-ptr 1.3.7 → 1.3.8
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +10 -9
package/dist/index.modern.js
CHANGED
|
@@ -17041,7 +17041,7 @@ function NewApplicationTimeline({
|
|
|
17041
17041
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
17042
17042
|
className: "custom-timeline-entries"
|
|
17043
17043
|
}, sortedData === null || sortedData === void 0 ? void 0 : sortedData.map((item, index) => {
|
|
17044
|
-
var _item$auditDetails, _item$auditDetails2, _item$assigner2, _item$assigner3, _item$assigner4, _item$
|
|
17044
|
+
var _item$auditDetails, _item$auditDetails2, _item$assigner2, _item$assigner3, _item$assigner4, _item$wfComment, _item$wfComment2, _item$wfComment3, _item$assignes, _item$assignes$, _item$assignes$2, _item$assignes$3, _item$wfDocuments, _item$wfDocuments2;
|
|
17045
17045
|
return /*#__PURE__*/React.createElement("div", {
|
|
17046
17046
|
key: index,
|
|
17047
17047
|
className: "custom-timeline-entry"
|
|
@@ -17078,13 +17078,9 @@ function NewApplicationTimeline({
|
|
|
17078
17078
|
className: "custom-officer-info"
|
|
17079
17079
|
}, /*#__PURE__*/React.createElement("div", {
|
|
17080
17080
|
className: "custom-officer-name"
|
|
17081
|
-
}, (item === null || item === void 0 ? void 0 : (_item$assigner2 = item.assigner) === null || _item$assigner2 === void 0 ? void 0 : _item$assigner2.name) || t("CS_COMMON_NA"), deptMap[item === null || item === void 0 ? void 0 : (_item$assigner3 = item.assigner) === null || _item$assigner3 === void 0 ? void 0 : _item$assigner3.userName] && /*#__PURE__*/React.createElement("
|
|
17081
|
+
}, (item === null || item === void 0 ? void 0 : (_item$assigner2 = item.assigner) === null || _item$assigner2 === void 0 ? void 0 : _item$assigner2.name) || t("CS_COMMON_NA")), deptMap[item === null || item === void 0 ? void 0 : (_item$assigner3 = item.assigner) === null || _item$assigner3 === void 0 ? void 0 : _item$assigner3.userName] && /*#__PURE__*/React.createElement("div", {
|
|
17082
17082
|
className: "custom-officer-name"
|
|
17083
|
-
},
|
|
17084
|
-
className: "custom-officer-email"
|
|
17085
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
17086
|
-
className: "custom-email-label"
|
|
17087
|
-
}, t("Email")), " ", item === null || item === void 0 ? void 0 : (_item$assigner6 = item.assigner) === null || _item$assigner6 === void 0 ? void 0 : _item$assigner6.emailId))), /*#__PURE__*/React.createElement("div", {
|
|
17083
|
+
}, t(deptMap[item === null || item === void 0 ? void 0 : (_item$assigner4 = item.assigner) === null || _item$assigner4 === void 0 ? void 0 : _item$assigner4.userName])))), /*#__PURE__*/React.createElement("div", {
|
|
17088
17084
|
className: "custom-card-column custom-card-column-mid"
|
|
17089
17085
|
}, (item === null || item === void 0 ? void 0 : item.sla) && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("h3", {
|
|
17090
17086
|
className: "custom-action-title"
|