@mseva/digit-ui-module-ptr 1.0.72 → 1.0.74
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 -21054
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +48 -48
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -6565,7 +6565,7 @@ const OwnerForm$1 = _props => {
|
|
|
6565
6565
|
}
|
|
6566
6566
|
}, "X") : null, /*#__PURE__*/React.createElement(LabelFieldPair, null, /*#__PURE__*/React.createElement(CardLabel, {
|
|
6567
6567
|
className: "card-label-smaller"
|
|
6568
|
-
}, t("
|
|
6568
|
+
}, t("REPORT_FSM_RESULT_APPLICANTNAME") + " *"), /*#__PURE__*/React.createElement("div", {
|
|
6569
6569
|
className: "field"
|
|
6570
6570
|
}, /*#__PURE__*/React.createElement(Controller, {
|
|
6571
6571
|
control: control,
|
|
@@ -6631,7 +6631,7 @@ const OwnerForm$1 = _props => {
|
|
|
6631
6631
|
style: errorStyle
|
|
6632
6632
|
}, localFormState.touched.fatherName ? errors === null || errors === void 0 ? void 0 : (_errors$fatherName = errors.fatherName) === null || _errors$fatherName === void 0 ? void 0 : _errors$fatherName.message : ""), /*#__PURE__*/React.createElement(LabelFieldPair, null, /*#__PURE__*/React.createElement(CardLabel, {
|
|
6633
6633
|
className: "card-label-smaller"
|
|
6634
|
-
}, t("
|
|
6634
|
+
}, t("PT_FORM3_MOBILE_NUMBER") + " *"), /*#__PURE__*/React.createElement("div", {
|
|
6635
6635
|
className: "field"
|
|
6636
6636
|
}, /*#__PURE__*/React.createElement(Controller, {
|
|
6637
6637
|
control: control,
|
|
@@ -6699,7 +6699,7 @@ const OwnerForm$1 = _props => {
|
|
|
6699
6699
|
validate: value => {
|
|
6700
6700
|
const normalized = value.trim().toLowerCase();
|
|
6701
6701
|
const emailRegex = /^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i;
|
|
6702
|
-
return emailRegex.test(normalized) ||
|
|
6702
|
+
return emailRegex.test(normalized) || "TL_EMAIL_ID_ERROR_MESSAGE";
|
|
6703
6703
|
}
|
|
6704
6704
|
},
|
|
6705
6705
|
render: props => /*#__PURE__*/React.createElement(TextInput, {
|
|
@@ -15853,7 +15853,7 @@ const CheckPage = ({
|
|
|
15853
15853
|
return /*#__PURE__*/React.createElement(React.Fragment, null, window.location.href.includes("/citizen") ? /*#__PURE__*/React.createElement(Timeline, {
|
|
15854
15854
|
currentStep: 5
|
|
15855
15855
|
}) : null, /*#__PURE__*/React.createElement(Card, null, /*#__PURE__*/React.createElement(CardHeader, null, t("PTR_CHECK_YOUR_DETAILS")), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(CardSubHeader, null, t("ES_TITILE_OWNER_DETAILS")), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
15856
|
-
label: t("
|
|
15856
|
+
label: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
15857
15857
|
text: `${t(checkForNA(ownerss === null || ownerss === void 0 ? void 0 : ownerss.applicantName))}`,
|
|
15858
15858
|
actionButton: /*#__PURE__*/React.createElement(ActionButton, {
|
|
15859
15859
|
jumpTo: `/digit-ui/citizen/ptr/petservice/${typeOfApplication}/owners`
|
|
@@ -15865,7 +15865,7 @@ const CheckPage = ({
|
|
|
15865
15865
|
jumpTo: `/digit-ui/citizen/ptr/petservice/${typeOfApplication}/owners`
|
|
15866
15866
|
})
|
|
15867
15867
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
15868
|
-
label: t("
|
|
15868
|
+
label: t("PT_FORM3_MOBILE_NUMBER"),
|
|
15869
15869
|
text: `${t(checkForNA(ownerss === null || ownerss === void 0 ? void 0 : ownerss.mobileNumber))}`,
|
|
15870
15870
|
actionButton: /*#__PURE__*/React.createElement(ActionButton, {
|
|
15871
15871
|
jumpTo: `/digit-ui/citizen/ptr/petservice/${typeOfApplication}/owners`
|
|
@@ -15968,10 +15968,10 @@ const getAssessmentInfo = (application, t) => {
|
|
|
15968
15968
|
title: t("PTR_PET_NAME"),
|
|
15969
15969
|
value: application === null || application === void 0 ? void 0 : application.petDetails.petName
|
|
15970
15970
|
}, {
|
|
15971
|
-
title: t("
|
|
15971
|
+
title: t("PTR_SEARCH_PET_TYPE"),
|
|
15972
15972
|
value: application === null || application === void 0 ? void 0 : application.petDetails.petType
|
|
15973
15973
|
}, {
|
|
15974
|
-
title: t("
|
|
15974
|
+
title: t("PTR_SEARCH_BREED_TYPE"),
|
|
15975
15975
|
value: application === null || application === void 0 ? void 0 : application.petDetails.breedType
|
|
15976
15976
|
}, {
|
|
15977
15977
|
title: t("PTR_VACCINATED_DATE"),
|
|
@@ -16011,16 +16011,16 @@ const getPetAcknowledgementData = async (application, tenantInfo, t) => {
|
|
|
16011
16011
|
details: [{
|
|
16012
16012
|
title: t("CS_TITLE_APPLICATION_DETAILS"),
|
|
16013
16013
|
values: [{
|
|
16014
|
-
title: t("
|
|
16014
|
+
title: t("REPORT_FSM_RESULT_APPLICATION_NO"),
|
|
16015
16015
|
value: application === null || application === void 0 ? void 0 : application.applicationNumber
|
|
16016
16016
|
}, {
|
|
16017
|
-
title: t("
|
|
16017
|
+
title: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
16018
16018
|
value: application === null || application === void 0 ? void 0 : application.applicantName
|
|
16019
16019
|
}, {
|
|
16020
16020
|
title: t("CS_APPLICATION_DETAILS_APPLICATION_DATE"),
|
|
16021
16021
|
value: Digit.DateUtils.ConvertTimestampToDate(application === null || application === void 0 ? void 0 : (_application$auditDet = application.auditDetails) === null || _application$auditDet === void 0 ? void 0 : _application$auditDet.createdTime, "dd/MM/yyyy")
|
|
16022
16022
|
}, {
|
|
16023
|
-
title: t("
|
|
16023
|
+
title: t("PT_FORM3_MOBILE_NUMBER"),
|
|
16024
16024
|
value: application === null || application === void 0 ? void 0 : application.mobileNumber
|
|
16025
16025
|
}, {
|
|
16026
16026
|
title: t("PTR_EMAIL_ID"),
|
|
@@ -16145,10 +16145,10 @@ const PetApplication = ({
|
|
|
16145
16145
|
console.log("application?.applicationNumber", application === null || application === void 0 ? void 0 : application.applicationNumber);
|
|
16146
16146
|
console.log("application?.status", application === null || application === void 0 ? void 0 : application.status);
|
|
16147
16147
|
return /*#__PURE__*/React.createElement(Card, null, /*#__PURE__*/React.createElement(KeyNote, {
|
|
16148
|
-
keyValue: t("
|
|
16148
|
+
keyValue: t("PDF_STATIC_LABEL_APPLICATION_NUMBER_LABEL"),
|
|
16149
16149
|
note: application === null || application === void 0 ? void 0 : application.applicationNumber
|
|
16150
16150
|
}), /*#__PURE__*/React.createElement(KeyNote, {
|
|
16151
|
-
keyValue: t("
|
|
16151
|
+
keyValue: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
16152
16152
|
note: application === null || application === void 0 ? void 0 : application.applicantName
|
|
16153
16153
|
}), /*#__PURE__*/React.createElement(KeyNote, {
|
|
16154
16154
|
keyValue: t("PTR_APPLICATION_CATEGORY"),
|
|
@@ -16987,20 +16987,20 @@ const PTRApplicationDetails = () => {
|
|
|
16987
16987
|
styles: {
|
|
16988
16988
|
fontSize: "32px"
|
|
16989
16989
|
}
|
|
16990
|
-
}, t("
|
|
16990
|
+
}, t("CS_APPLICATION_DETAILS")), (PetRegistrationApplications === null || PetRegistrationApplications === void 0 ? void 0 : PetRegistrationApplications.status) == "approved" && dowloadOptions && dowloadOptions.length > 0 && /*#__PURE__*/React.createElement(MultiLink, {
|
|
16991
16991
|
className: "multilinkWrapper",
|
|
16992
16992
|
onHeadClick: () => setShowOptions(!showOptions),
|
|
16993
16993
|
displayOptions: showOptions,
|
|
16994
16994
|
options: dowloadOptions
|
|
16995
16995
|
})), /*#__PURE__*/React.createElement(Card, null, /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
16996
16996
|
className: "border-none",
|
|
16997
|
-
label: t("
|
|
16997
|
+
label: t("PDF_STATIC_LABEL_APPLICATION_NUMBER_LABEL"),
|
|
16998
16998
|
text: pet_details === null || pet_details === void 0 ? void 0 : pet_details.applicationNumber
|
|
16999
16999
|
})), /*#__PURE__*/React.createElement(CardSubHeader, {
|
|
17000
17000
|
style: {
|
|
17001
17001
|
fontSize: "24px"
|
|
17002
17002
|
}
|
|
17003
|
-
}, t("
|
|
17003
|
+
}, t("WS_COMMON_TABLE_COL_ADDRESS")), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
17004
17004
|
className: "border-none",
|
|
17005
17005
|
label: t("PTR_ADDRESS"),
|
|
17006
17006
|
text: (pet_details === null || pet_details === void 0 ? void 0 : (_pet_details$address = pet_details.address) === null || _pet_details$address === void 0 ? void 0 : _pet_details$address.addressId) || t("CS_NA")
|
|
@@ -17012,33 +17012,33 @@ const PTRApplicationDetails = () => {
|
|
|
17012
17012
|
style: {
|
|
17013
17013
|
fontSize: "24px"
|
|
17014
17014
|
}
|
|
17015
|
-
}, t("
|
|
17015
|
+
}, t("ES_TITLE_APPLICANT_DETAILS")), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
17016
17016
|
className: "border-none",
|
|
17017
|
-
label: t("
|
|
17017
|
+
label: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
17018
17018
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.applicantName) || t("CS_NA")
|
|
17019
17019
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
17020
17020
|
className: "border-none",
|
|
17021
|
-
label: t("
|
|
17021
|
+
label: t("NOC_APPLICANT_FATHER_HUSBAND_NAME_LABEL"),
|
|
17022
17022
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.fatherName) || (pet_details === null || pet_details === void 0 ? void 0 : pet_details.fatherOrHusbandName) || t("CS_NA")
|
|
17023
17023
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
17024
17024
|
className: "border-none",
|
|
17025
|
-
label: t("
|
|
17025
|
+
label: t("MOBILE"),
|
|
17026
17026
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.mobileNumber) || t("CS_NA")
|
|
17027
17027
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
17028
17028
|
className: "border-none",
|
|
17029
|
-
label: t("
|
|
17029
|
+
label: t("CORE_COMMON_PROFILE_EMAIL"),
|
|
17030
17030
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.emailId) || t("CS_NA")
|
|
17031
17031
|
})), /*#__PURE__*/React.createElement(CardSubHeader, {
|
|
17032
17032
|
style: {
|
|
17033
17033
|
fontSize: "24px"
|
|
17034
17034
|
}
|
|
17035
|
-
}, t("
|
|
17035
|
+
}, t("ES_TITILE_PET_DETAILS")), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
17036
17036
|
className: "border-none",
|
|
17037
|
-
label: t("
|
|
17037
|
+
label: t("PTR_SEARCH_PET_TYPE"),
|
|
17038
17038
|
text: (pet_details === null || pet_details === void 0 ? void 0 : (_pet_details$petDetai = pet_details.petDetails) === null || _pet_details$petDetai === void 0 ? void 0 : _pet_details$petDetai.petType) || t("CS_NA")
|
|
17039
17039
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
17040
17040
|
className: "border-none",
|
|
17041
|
-
label: t("
|
|
17041
|
+
label: t("PTR_SEARCH_BREED_TYPE"),
|
|
17042
17042
|
text: (pet_details === null || pet_details === void 0 ? void 0 : (_pet_details$petDetai2 = pet_details.petDetails) === null || _pet_details$petDetai2 === void 0 ? void 0 : _pet_details$petDetai2.breedType) || t("CS_NA")
|
|
17043
17043
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
17044
17044
|
className: "border-none",
|
|
@@ -17060,7 +17060,7 @@ const PTRApplicationDetails = () => {
|
|
|
17060
17060
|
style: {
|
|
17061
17061
|
fontSize: "24px"
|
|
17062
17062
|
}
|
|
17063
|
-
}, t("
|
|
17063
|
+
}, t("ES_TITLE_DOCS")), /*#__PURE__*/React.createElement("div", null, Array.isArray(application === null || application === void 0 ? void 0 : application.documents) && application.documents.length > 0 ? /*#__PURE__*/React.createElement(PTRDocument, {
|
|
17064
17064
|
petdetail: {
|
|
17065
17065
|
documents: application.documents,
|
|
17066
17066
|
applicationNumber: application.applicationNumber
|
|
@@ -17955,7 +17955,7 @@ const PTRSearchApplication = ({
|
|
|
17955
17955
|
className: "cell-text"
|
|
17956
17956
|
}, value);
|
|
17957
17957
|
const columns = useMemo(() => [{
|
|
17958
|
-
Header: t("
|
|
17958
|
+
Header: t("REPORT_FSM_RESULT_APPLICATION_NO"),
|
|
17959
17959
|
accessor: "applicationNumber",
|
|
17960
17960
|
disableSortBy: true,
|
|
17961
17961
|
Cell: ({
|
|
@@ -17968,14 +17968,14 @@ const PTRSearchApplication = ({
|
|
|
17968
17968
|
}, row.original["applicationNumber"])));
|
|
17969
17969
|
}
|
|
17970
17970
|
}, {
|
|
17971
|
-
Header: t("
|
|
17971
|
+
Header: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
17972
17972
|
Cell: row => {
|
|
17973
17973
|
var _row$row, _row$row$original;
|
|
17974
17974
|
return GetCell(`${row === null || row === void 0 ? void 0 : (_row$row = row.row) === null || _row$row === void 0 ? void 0 : (_row$row$original = _row$row.original) === null || _row$row$original === void 0 ? void 0 : _row$row$original["applicantName"]}`);
|
|
17975
17975
|
},
|
|
17976
17976
|
disableSortBy: true
|
|
17977
17977
|
}, {
|
|
17978
|
-
Header: t("
|
|
17978
|
+
Header: t("PTR_SEARCH_PET_TYPE"),
|
|
17979
17979
|
Cell: ({
|
|
17980
17980
|
row
|
|
17981
17981
|
}) => {
|
|
@@ -17984,7 +17984,7 @@ const PTRSearchApplication = ({
|
|
|
17984
17984
|
},
|
|
17985
17985
|
disableSortBy: true
|
|
17986
17986
|
}, {
|
|
17987
|
-
Header: t("
|
|
17987
|
+
Header: t("PTR_SEARCH_BREED_TYPE"),
|
|
17988
17988
|
Cell: ({
|
|
17989
17989
|
row
|
|
17990
17990
|
}) => {
|
|
@@ -17993,7 +17993,7 @@ const PTRSearchApplication = ({
|
|
|
17993
17993
|
},
|
|
17994
17994
|
disableSortBy: true
|
|
17995
17995
|
}, {
|
|
17996
|
-
Header: t("
|
|
17996
|
+
Header: t("PT_FORM3_MOBILE_NUMBER"),
|
|
17997
17997
|
Cell: ({
|
|
17998
17998
|
row
|
|
17999
17999
|
}) => {
|
|
@@ -18028,7 +18028,7 @@ const PTRSearchApplication = ({
|
|
|
18028
18028
|
}, t("Provide at least one parameter to search for an application"))), /*#__PURE__*/React.createElement(SearchForm, {
|
|
18029
18029
|
onSubmit: onSubmit,
|
|
18030
18030
|
handleSubmit: handleSubmit
|
|
18031
|
-
}, /*#__PURE__*/React.createElement(SearchField, null, /*#__PURE__*/React.createElement("label", null, t("
|
|
18031
|
+
}, /*#__PURE__*/React.createElement(SearchField, null, /*#__PURE__*/React.createElement("label", null, t("PDF_STATIC_LABEL_APPLICATION_NUMBER_LABEL")), /*#__PURE__*/React.createElement(TextInput, {
|
|
18032
18032
|
name: "applicationNumber",
|
|
18033
18033
|
inputRef: register({})
|
|
18034
18034
|
})), /*#__PURE__*/React.createElement(SearchField, null, /*#__PURE__*/React.createElement("label", null, t("PTR_SEARCH_PET_TYPE")), /*#__PURE__*/React.createElement(Controller, {
|
|
@@ -18701,12 +18701,12 @@ const GetMobCell = value => /*#__PURE__*/React.createElement("span", {
|
|
|
18701
18701
|
const TableConfig = t => ({
|
|
18702
18702
|
PTR: {
|
|
18703
18703
|
inboxColumns: props => [{
|
|
18704
|
-
Header: t("
|
|
18704
|
+
Header: t("REPORT_FSM_RESULT_APPLICATION_NO"),
|
|
18705
18705
|
Cell: ({
|
|
18706
18706
|
row
|
|
18707
18707
|
}) => {
|
|
18708
18708
|
var _row$original, _row$original$searchD, _row$original2, _row$original2$search;
|
|
18709
|
-
console.log(
|
|
18709
|
+
console.log("row", row);
|
|
18710
18710
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
|
|
18711
18711
|
className: "link"
|
|
18712
18712
|
}, /*#__PURE__*/React.createElement(Link, {
|
|
@@ -18718,7 +18718,7 @@ const TableConfig = t => ({
|
|
|
18718
18718
|
return GetMobCell(original === null || original === void 0 ? void 0 : (_original$searchData = original.searchData) === null || _original$searchData === void 0 ? void 0 : _original$searchData["applicationNumber"]);
|
|
18719
18719
|
}
|
|
18720
18720
|
}, {
|
|
18721
|
-
Header: t("
|
|
18721
|
+
Header: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
18722
18722
|
Cell: row => {
|
|
18723
18723
|
var _row$cell, _row$cell$row, _row$cell$row$origina, _row$cell$row$origina2;
|
|
18724
18724
|
return GetCell(`${row === null || row === void 0 ? void 0 : (_row$cell = row.cell) === null || _row$cell === void 0 ? void 0 : (_row$cell$row = _row$cell.row) === null || _row$cell$row === void 0 ? void 0 : (_row$cell$row$origina = _row$cell$row.original) === null || _row$cell$row$origina === void 0 ? void 0 : (_row$cell$row$origina2 = _row$cell$row$origina.searchData) === null || _row$cell$row$origina2 === void 0 ? void 0 : _row$cell$row$origina2["applicantName"]}`);
|
|
@@ -18728,7 +18728,7 @@ const TableConfig = t => ({
|
|
|
18728
18728
|
return GetMobCell(original === null || original === void 0 ? void 0 : (_original$searchData2 = original.searchData) === null || _original$searchData2 === void 0 ? void 0 : _original$searchData2["applicantName"]);
|
|
18729
18729
|
}
|
|
18730
18730
|
}, {
|
|
18731
|
-
Header: t("
|
|
18731
|
+
Header: t("PTR_SEARCH_PET_TYPE"),
|
|
18732
18732
|
Cell: ({
|
|
18733
18733
|
row
|
|
18734
18734
|
}) => {
|
|
@@ -18740,7 +18740,7 @@ const TableConfig = t => ({
|
|
|
18740
18740
|
return GetMobCell(original === null || original === void 0 ? void 0 : (_original$searchData3 = original.searchData) === null || _original$searchData3 === void 0 ? void 0 : (_original$searchData4 = _original$searchData3.petDetails) === null || _original$searchData4 === void 0 ? void 0 : _original$searchData4["petType"]);
|
|
18741
18741
|
}
|
|
18742
18742
|
}, {
|
|
18743
|
-
Header: t("
|
|
18743
|
+
Header: t("PTR_SEARCH_BREED_TYPE"),
|
|
18744
18744
|
Cell: ({
|
|
18745
18745
|
row
|
|
18746
18746
|
}) => {
|
|
@@ -18752,7 +18752,7 @@ const TableConfig = t => ({
|
|
|
18752
18752
|
return GetMobCell(original === null || original === void 0 ? void 0 : (_original$searchData5 = original.searchData) === null || _original$searchData5 === void 0 ? void 0 : (_original$searchData6 = _original$searchData5.petDetails) === null || _original$searchData6 === void 0 ? void 0 : _original$searchData6["breedType"]);
|
|
18753
18753
|
}
|
|
18754
18754
|
}, {
|
|
18755
|
-
Header: t("
|
|
18755
|
+
Header: t("STATUS"),
|
|
18756
18756
|
Cell: ({
|
|
18757
18757
|
row
|
|
18758
18758
|
}) => {
|
|
@@ -19070,20 +19070,20 @@ const ApplicationDetails = () => {
|
|
|
19070
19070
|
styles: {
|
|
19071
19071
|
fontSize: "32px"
|
|
19072
19072
|
}
|
|
19073
|
-
}, t("
|
|
19073
|
+
}, t("CS_APPLICATION_DETAILS")), (PetRegistrationApplications === null || PetRegistrationApplications === void 0 ? void 0 : PetRegistrationApplications.status) == "approved" && dowloadOptions && dowloadOptions.length > 0 && /*#__PURE__*/React.createElement(MultiLink, {
|
|
19074
19074
|
className: "multilinkWrapper",
|
|
19075
19075
|
onHeadClick: () => setShowOptions(!showOptions),
|
|
19076
19076
|
displayOptions: showOptions,
|
|
19077
19077
|
options: dowloadOptions
|
|
19078
19078
|
})), /*#__PURE__*/React.createElement(Card, null, /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
19079
19079
|
className: "border-none",
|
|
19080
|
-
label: t("
|
|
19080
|
+
label: t("PDF_STATIC_LABEL_APPLICATION_NUMBER_LABEL"),
|
|
19081
19081
|
text: pet_details === null || pet_details === void 0 ? void 0 : pet_details.applicationNumber
|
|
19082
19082
|
})), /*#__PURE__*/React.createElement(CardSubHeader, {
|
|
19083
19083
|
style: {
|
|
19084
19084
|
fontSize: "24px"
|
|
19085
19085
|
}
|
|
19086
|
-
}, t("
|
|
19086
|
+
}, t("WS_COMMON_TABLE_COL_ADDRESS")), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
19087
19087
|
className: "border-none",
|
|
19088
19088
|
label: t("PTR_ADDRESS"),
|
|
19089
19089
|
text: (pet_details === null || pet_details === void 0 ? void 0 : (_pet_details$address = pet_details.address) === null || _pet_details$address === void 0 ? void 0 : _pet_details$address.addressId) || t("CS_NA")
|
|
@@ -19095,33 +19095,33 @@ const ApplicationDetails = () => {
|
|
|
19095
19095
|
style: {
|
|
19096
19096
|
fontSize: "24px"
|
|
19097
19097
|
}
|
|
19098
|
-
}, t("
|
|
19098
|
+
}, t("ES_TITLE_APPLICANT_DETAILS")), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
19099
19099
|
className: "border-none",
|
|
19100
|
-
label: t("
|
|
19100
|
+
label: t("REPORT_FSM_RESULT_APPLICANTNAME"),
|
|
19101
19101
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.applicantName) || t("CS_NA")
|
|
19102
19102
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
19103
19103
|
className: "border-none",
|
|
19104
|
-
label: t("
|
|
19104
|
+
label: t("NOC_APPLICANT_FATHER_HUSBAND_NAME_LABEL"),
|
|
19105
19105
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.fatherName) || (pet_details === null || pet_details === void 0 ? void 0 : pet_details.fatherOrHusbandName) || t("CS_NA")
|
|
19106
19106
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
19107
19107
|
className: "border-none",
|
|
19108
|
-
label: t("
|
|
19108
|
+
label: t("MOBILE"),
|
|
19109
19109
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.mobileNumber) || t("CS_NA")
|
|
19110
19110
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
19111
19111
|
className: "border-none",
|
|
19112
|
-
label: t("
|
|
19112
|
+
label: t("CORE_COMMON_PROFILE_EMAIL"),
|
|
19113
19113
|
text: (pet_details === null || pet_details === void 0 ? void 0 : pet_details.emailId) || t("CS_NA")
|
|
19114
19114
|
})), /*#__PURE__*/React.createElement(CardSubHeader, {
|
|
19115
19115
|
style: {
|
|
19116
19116
|
fontSize: "24px"
|
|
19117
19117
|
}
|
|
19118
|
-
}, t("
|
|
19118
|
+
}, t("ES_TITILE_PET_DETAILS")), /*#__PURE__*/React.createElement(StatusTable, null, /*#__PURE__*/React.createElement(Row, {
|
|
19119
19119
|
className: "border-none",
|
|
19120
|
-
label: t("
|
|
19120
|
+
label: t("PTR_SEARCH_PET_TYPE"),
|
|
19121
19121
|
text: (pet_details === null || pet_details === void 0 ? void 0 : (_pet_details$petDetai = pet_details.petDetails) === null || _pet_details$petDetai === void 0 ? void 0 : _pet_details$petDetai.petType) || t("CS_NA")
|
|
19122
19122
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
19123
19123
|
className: "border-none",
|
|
19124
|
-
label: t("
|
|
19124
|
+
label: t("PTR_SEARCH_BREED_TYPE"),
|
|
19125
19125
|
text: (pet_details === null || pet_details === void 0 ? void 0 : (_pet_details$petDetai2 = pet_details.petDetails) === null || _pet_details$petDetai2 === void 0 ? void 0 : _pet_details$petDetai2.breedType) || t("CS_NA")
|
|
19126
19126
|
}), /*#__PURE__*/React.createElement(Row, {
|
|
19127
19127
|
className: "border-none",
|
|
@@ -19143,7 +19143,7 @@ const ApplicationDetails = () => {
|
|
|
19143
19143
|
style: {
|
|
19144
19144
|
fontSize: "24px"
|
|
19145
19145
|
}
|
|
19146
|
-
}, t("
|
|
19146
|
+
}, t("ES_TITLE_DOCS")), /*#__PURE__*/React.createElement("div", null, Array.isArray(application === null || application === void 0 ? void 0 : application.documents) && application.documents.length > 0 ? /*#__PURE__*/React.createElement(PTRDocument, {
|
|
19147
19147
|
petdetail: {
|
|
19148
19148
|
documents: application.documents,
|
|
19149
19149
|
applicationNumber: application.applicationNumber
|