@djb25/digit-ui-module-wt 1.0.58 → 1.0.59
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 +2 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -16988,7 +16988,7 @@ const TableConfig = t => ({
|
|
|
16988
16988
|
return GetMobCell(original === null || original === void 0 ? void 0 : (_original$searchData = original.searchData) === null || _original$searchData === void 0 ? void 0 : _original$searchData["bookingNo"]);
|
|
16989
16989
|
}
|
|
16990
16990
|
}, {
|
|
16991
|
-
Header: t("WT_APPLICANT_NAME"),
|
|
16991
|
+
Header: window.location.href.includes("fixed-point") ? t("WT_FIXED_POINT_NAME") : t("WT_APPLICANT_NAME"),
|
|
16992
16992
|
id: "applicantName",
|
|
16993
16993
|
accessor: row => {
|
|
16994
16994
|
var _row$searchData3, _row$searchData3$appl;
|
|
@@ -28821,10 +28821,7 @@ const WTEmergencyFixedPointCreate = () => {
|
|
|
28821
28821
|
const WTAcknowledgement = (_Digit2 = Digit) === null || _Digit2 === void 0 ? void 0 : (_Digit2$ComponentRegi = _Digit2.ComponentRegistryService) === null || _Digit2$ComponentRegi === void 0 ? void 0 : _Digit2$ComponentRegi.getComponent("WTEmergencyFixedPointAcknowledgement");
|
|
28822
28822
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
28823
28823
|
className: "employee-form-section-wrapper"
|
|
28824
|
-
},
|
|
28825
|
-
config: config,
|
|
28826
|
-
showFinalStep: true
|
|
28827
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
28824
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
28828
28825
|
className: "employee-form-section"
|
|
28829
28826
|
}, /*#__PURE__*/React.createElement(Switch, null, /*#__PURE__*/React.createElement(Route, {
|
|
28830
28827
|
path: `${match.path}/fp-check`
|