@mseva/digit-ui-module-rentandlease 1.0.14 → 1.0.16
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 +6 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9696,7 +9696,7 @@ const MyProperties = ({
|
|
|
9696
9696
|
marginLeft: "8px"
|
|
9697
9697
|
}
|
|
9698
9698
|
}, t(header), " (", totalCount, ")"), getPropertiesData === null || getPropertiesData === void 0 ? void 0 : getPropertiesData.map((property, index) => {
|
|
9699
|
-
var _property$additionalD;
|
|
9699
|
+
var _property$additionalD, _property$additionalD2;
|
|
9700
9700
|
return /*#__PURE__*/React.createElement(Card, {
|
|
9701
9701
|
key: index
|
|
9702
9702
|
}, /*#__PURE__*/React.createElement(KeyNote, {
|
|
@@ -9709,8 +9709,8 @@ const MyProperties = ({
|
|
|
9709
9709
|
keyValue: t("STATUS"),
|
|
9710
9710
|
note: t(property.status)
|
|
9711
9711
|
}), /*#__PURE__*/React.createElement(KeyNote, {
|
|
9712
|
-
keyValue: t("
|
|
9713
|
-
note:
|
|
9712
|
+
keyValue: t("RENT_LEASE_PROPERTY_NAME"),
|
|
9713
|
+
note: (property === null || property === void 0 ? void 0 : (_property$additionalD2 = property.additionalDetails) === null || _property$additionalD2 === void 0 ? void 0 : _property$additionalD2.propertyName) || t("CS_NA")
|
|
9714
9714
|
}), /*#__PURE__*/React.createElement("div", {
|
|
9715
9715
|
style: {
|
|
9716
9716
|
display: "flex",
|
|
@@ -9720,7 +9720,7 @@ const MyProperties = ({
|
|
|
9720
9720
|
to: `/digit-ui/citizen/rentandlease/property/${property === null || property === void 0 ? void 0 : property.applicationNumber}/${property === null || property === void 0 ? void 0 : property.tenantId}`
|
|
9721
9721
|
}, /*#__PURE__*/React.createElement(SubmitBar, {
|
|
9722
9722
|
label: t("CS_VIEW_DETAILS")
|
|
9723
|
-
})), ((property === null || property === void 0 ? void 0 : property.status) == "PENDINGPAYMENT" || (property === null || property === void 0 ? void 0 : property.status) == "PENDING_FOR_PAYMENT") && /*#__PURE__*/React.createElement(SubmitBar, {
|
|
9723
|
+
})), ((property === null || property === void 0 ? void 0 : property.status) == "PENDINGPAYMENT" || (property === null || property === void 0 ? void 0 : property.status) == "PENDING_FOR_PAYMENT" || (property === null || property === void 0 ? void 0 : property.status) == "PENDING_FOT_SETLEMENT") && /*#__PURE__*/React.createElement(SubmitBar, {
|
|
9724
9724
|
label: t("CS_APPLICATION_DETAILS_MAKE_PAYMENT"),
|
|
9725
9725
|
onSubmit: () => handleMakePayment(property === null || property === void 0 ? void 0 : property.applicationNumber)
|
|
9726
9726
|
})));
|
|
@@ -12221,7 +12221,7 @@ const RALApplicationDetails$1 = () => {
|
|
|
12221
12221
|
}
|
|
12222
12222
|
}, /*#__PURE__*/React.createElement(Link, {
|
|
12223
12223
|
to: {
|
|
12224
|
-
pathname: `/digit-ui/employee/payment/collect/
|
|
12224
|
+
pathname: `/digit-ui/employee/payment/collect/rl-services/${acknowledgementIds}/${tenantId}?tenantId=${tenantId}`,
|
|
12225
12225
|
state: {
|
|
12226
12226
|
tenantId: tenantId,
|
|
12227
12227
|
applicationNumber: acknowledgementIds
|
|
@@ -12281,7 +12281,7 @@ const RALApplicationDetails$1 = () => {
|
|
|
12281
12281
|
submitAction(payload);
|
|
12282
12282
|
} else if ((action === null || action === void 0 ? void 0 : action.action) == "PAY") {
|
|
12283
12283
|
const appNo = acknowledgementIds;
|
|
12284
|
-
history.push(`/digit-ui/employee/payment/collect/
|
|
12284
|
+
history.push(`/digit-ui/employee/payment/collect/rl-services/${appNo}/${tenantId}`);
|
|
12285
12285
|
} else {
|
|
12286
12286
|
setShowModal(true);
|
|
12287
12287
|
setSelectedAction(action);
|