@mseva/upyog-ui-module-chb 1.1.6 → 1.1.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 +3 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18640,12 +18640,9 @@ const ChbApplication = _ref => {
|
|
|
18640
18640
|
}), /*#__PURE__*/React__default.createElement(digitUiReactComponents.KeyNote, {
|
|
18641
18641
|
keyValue: t("PT_COMMON_TABLE_COL_STATUS_LABEL"),
|
|
18642
18642
|
note: t("" + (application === null || application === void 0 ? void 0 : application.bookingStatus))
|
|
18643
|
-
}), /*#__PURE__*/React__default.createElement("div", null, application.bookingStatus === "
|
|
18643
|
+
}), /*#__PURE__*/React__default.createElement("div", null, application.bookingStatus === "PENDING_FOR_PAYMENT" ? /*#__PURE__*/React__default.createElement(digitUiReactComponents.SubmitBar, {
|
|
18644
18644
|
label: t("CS_APPLICATION_DETAILS_MAKE_PAYMENT"),
|
|
18645
|
-
onSubmit: handleMakePayment
|
|
18646
|
-
style: {
|
|
18647
|
-
margin: "20px"
|
|
18648
|
-
}
|
|
18645
|
+
onSubmit: handleMakePayment
|
|
18649
18646
|
}) : /*#__PURE__*/React__default.createElement(reactRouterDom.Link, {
|
|
18650
18647
|
to: "/digit-ui/citizen/chb/application/" + (application === null || application === void 0 ? void 0 : application.bookingNo) + "/" + (application === null || application === void 0 ? void 0 : application.tenantId)
|
|
18651
18648
|
}, /*#__PURE__*/React__default.createElement(digitUiReactComponents.SubmitBar, {
|
|
@@ -42154,7 +42151,7 @@ const CHBApplicationDetails = () => {
|
|
|
42154
42151
|
hallName: chb_details === null || chb_details === void 0 ? void 0 : chb_details.communityHallName,
|
|
42155
42152
|
hallCode: t(slot.hallCode) + " - " + slot.capacity,
|
|
42156
42153
|
bookingDate: slot.bookingDate,
|
|
42157
|
-
bookingStatus: t("
|
|
42154
|
+
bookingStatus: t("WF_CHB_" + (slot === null || slot === void 0 ? void 0 : slot.status))
|
|
42158
42155
|
}))) || [];
|
|
42159
42156
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement("div", {
|
|
42160
42157
|
className: "cardHeaderWithOptions",
|