@mseva/digit-ui-module-ndc 1.0.76 → 1.0.77
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 +17 -9
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2319,7 +2319,7 @@ function NewApplicationTimeline({
|
|
|
2319
2319
|
}, /*#__PURE__*/React.createElement("h3", {
|
|
2320
2320
|
className: "custom-action-title"
|
|
2321
2321
|
}, t("Action")), /*#__PURE__*/React.createElement("div", {
|
|
2322
|
-
className:
|
|
2322
|
+
className: `custom-status-text ${(item === null || item === void 0 ? void 0 : item.performedAction) === "OBSERVATION" ? "chb-slot-status--unavailable" : ""}`
|
|
2323
2323
|
}, t((item === null || item === void 0 ? void 0 : item.performedAction) || "CS_COMMON_NA")))), (item === null || item === void 0 ? void 0 : item.wfComment) && (item === null || item === void 0 ? void 0 : (_item$wfComment = item.wfComment) === null || _item$wfComment === void 0 ? void 0 : _item$wfComment.length) > 0 && (item === null || item === void 0 ? void 0 : (_item$wfComment2 = item.wfComment) === null || _item$wfComment2 === void 0 ? void 0 : _item$wfComment2.some(c => c === null || c === void 0 ? void 0 : c.trim())) && /*#__PURE__*/React.createElement("div", {
|
|
2324
2324
|
className: "custom-comments-section container-full-width"
|
|
2325
2325
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -2389,11 +2389,11 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2389
2389
|
const applicationNumber = (appData === null || appData === void 0 ? void 0 : appData.applicationNo) || "NA";
|
|
2390
2390
|
const ptObj = appData === null || appData === void 0 ? void 0 : (_appData$NdcDetails2 = appData.NdcDetails) === null || _appData$NdcDetails2 === void 0 ? void 0 : _appData$NdcDetails2.find(item => item.businessService === 'PT');
|
|
2391
2391
|
const propertyId = ptObj === null || ptObj === void 0 ? void 0 : ptObj.consumerCode;
|
|
2392
|
-
console.log('ptObj', ptObj);
|
|
2393
2392
|
const propertyType = add !== null && add !== void 0 && add.propertyType ? t(add.propertyType) : "NA";
|
|
2394
2393
|
const applicantName = (owner === null || owner === void 0 ? void 0 : owner.name) || "NA";
|
|
2395
2394
|
const address = (appData === null || appData === void 0 ? void 0 : (_appData$NdcDetails3 = appData.NdcDetails) === null || _appData$NdcDetails3 === void 0 ? void 0 : (_appData$NdcDetails3$ = _appData$NdcDetails3[0]) === null || _appData$NdcDetails3$ === void 0 ? void 0 : (_appData$NdcDetails3$2 = _appData$NdcDetails3$.additionalDetails) === null || _appData$NdcDetails3$2 === void 0 ? void 0 : _appData$NdcDetails3$2.propertyAddress) || (owner === null || owner === void 0 ? void 0 : owner.permanentAddress) || (owner === null || owner === void 0 ? void 0 : owner.correspondenceAddress) || "NA";
|
|
2396
2395
|
const remarks = (appData === null || appData === void 0 ? void 0 : (_appData$NdcDetails4 = appData.NdcDetails) === null || _appData$NdcDetails4 === void 0 ? void 0 : (_appData$NdcDetails4$ = _appData$NdcDetails4[0]) === null || _appData$NdcDetails4$ === void 0 ? void 0 : (_appData$NdcDetails4$2 = _appData$NdcDetails4$.additionalDetails) === null || _appData$NdcDetails4$2 === void 0 ? void 0 : _appData$NdcDetails4$2.remarks) || null;
|
|
2396
|
+
const reason = t(appData === null || appData === void 0 ? void 0 : appData.reason) || null;
|
|
2397
2397
|
const ulbName = (tenantInfo === null || tenantInfo === void 0 ? void 0 : tenantInfo.name) || (appData === null || appData === void 0 ? void 0 : appData.tenantId) || "NA";
|
|
2398
2398
|
const ownerNames = ((application === null || application === void 0 ? void 0 : application.propertyOwnerNames) || []).join(", ") || "NA";
|
|
2399
2399
|
console.log(appData, "APPDATA");
|
|
@@ -2463,13 +2463,21 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2463
2463
|
text: `${address}.\n`,
|
|
2464
2464
|
bold: true,
|
|
2465
2465
|
fontSize: 9
|
|
2466
|
+
}, {
|
|
2467
|
+
text: " Reason For Applying: ",
|
|
2468
|
+
bold: false,
|
|
2469
|
+
fontSize: 9
|
|
2470
|
+
}, {
|
|
2471
|
+
text: `${reason}.\n`,
|
|
2472
|
+
bold: true,
|
|
2473
|
+
fontSize: 9
|
|
2466
2474
|
}, {
|
|
2467
2475
|
text: [{
|
|
2468
2476
|
text: `• This is to certify that, as per the records and data with ${ulbName}, all applicable municipal dues related to the above mentioned property have been duly recovered/deposited. `,
|
|
2469
2477
|
bold: true,
|
|
2470
2478
|
fontSize: 9
|
|
2471
2479
|
}, {
|
|
2472
|
-
text:
|
|
2480
|
+
text: `ਇਹ ਪ੍ਰਮਾਣਿਤ ਕੀਤਾ ਜਾਂਦਾ ਹੈ ਕਿ ਉਪਰੋਕਤ ਉਲਲੇਖਿਤ ਸੰਪਤੀ ਨਾਲ ਸਬੰਧਿਤ ਸਾਰੇ ਲਾਗੂ ਨਗਰ ਨਿਗਮ ਦੇ ਬਕਾਇਆ, ${ulbName} ਦੇ ਅਭਿਲੇਖਾਂ ਅਤੇ ਡਾਟਾ ਅਨੁਸਾਰ, ਪੂਰੀ ਤਰ੍ਹਾਂ ਵਸੂਲ/ਜਮਾ ਕਰਵਾ ਦਿੱਤੇ ਗਏ ਹਨ।\n`,
|
|
2473
2481
|
bold: false,
|
|
2474
2482
|
fontSize: 9
|
|
2475
2483
|
}]
|
|
@@ -2479,7 +2487,7 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2479
2487
|
bold: true,
|
|
2480
2488
|
fontSize: 9
|
|
2481
2489
|
}, {
|
|
2482
|
-
text:
|
|
2490
|
+
text: `ਇਹ ਨੋ ਡਿਊਜ਼ ਸਰਟੀਫਿਕੇਟ ਜਾਰੀ ਕਰਨ ਦੀ ਤਾਰੀਖ ਤੋਂ ਇੱਕ ਮਹੀਨੇ ਲਈ ਹੀ ਵੈਧ ਹੋਵੇਗਾ।\n`,
|
|
2483
2491
|
bold: false,
|
|
2484
2492
|
fontSize: 9
|
|
2485
2493
|
}]
|
|
@@ -2489,7 +2497,7 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2489
2497
|
bold: true,
|
|
2490
2498
|
fontSize: 9
|
|
2491
2499
|
}, {
|
|
2492
|
-
text:
|
|
2500
|
+
text: `ਇਹ ਕੇਵਲ ਮੌਜੂਦਾ ਤਾਰੀਖ ਤੱਕ ਦੇ ਨਗਰ ਨਿਗਮ ਦੇ ਬਕਾਇਆ ਲਈ ਨੋ ਡਿਊਜ਼ ਸਰਟੀਫਿਕੇਟ ਹੈ ਅਤੇ ਇਹ ਇਮਾਰਤੀ ਨਿਯਮਾਂ ਦੀ ਪਾਲਣਾ, ਭੂਮੀ ਉਪਯੋਗ ਵਿੱਚ ਬਦਲਾਅ, ਕੋਈ ਵੀ ਅੱਗ ਸੁਰੱਖਿਆ ਨਿਯਮ ਜਾਂ ਕਿਸੇ ਵੀ ਕਾਨੂੰਨ/ਨਿਯਮਾਂ ਅਧੀਨ ਹੋਣ ਵਾਲੀ ਹੋਰ ਪਾਲਣਾ ਨੂੰ ਨਿਯੰਤਰਿਤ ਨਹੀਂ ਕਰਦਾ।\n`,
|
|
2493
2501
|
bold: false,
|
|
2494
2502
|
fontSize: 9
|
|
2495
2503
|
}]
|
|
@@ -2499,7 +2507,7 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2499
2507
|
bold: true,
|
|
2500
2508
|
fontSize: 9
|
|
2501
2509
|
}, {
|
|
2502
|
-
text:
|
|
2510
|
+
text: `ਇਹ ਨੋ ਡਿਊਜ਼ ਸਰਟੀਫਿਕੇਟ ਕਿਸੇ ਵੀ ਯੋਗ ਅਧਿਕਾਰੀ ਨੂੰ ਆਪਣੇ ਲਾਗੂ ਕਾਨੂੰਨ/ਨਿਯਮਾਂ ਅਧੀਨ ਕਾਰਵਾਈ ਕਰਨ ਤੋਂ ਨਹੀਂ ਰੋਕਦਾ।\n`,
|
|
2503
2511
|
bold: false,
|
|
2504
2512
|
fontSize: 9
|
|
2505
2513
|
}]
|
|
@@ -2509,7 +2517,7 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2509
2517
|
bold: true,
|
|
2510
2518
|
fontSize: 9
|
|
2511
2519
|
}, {
|
|
2512
|
-
text:
|
|
2520
|
+
text: `ਜੇ ਕਿਸੇ ਵੀ ਪੜਾਅ ‘ਤੇ ਨਗਰ ਨਿਗਮ/ਕੌਂਸਲ ਵੱਲੋਂ ਜਮ੍ਹਾਂ ਕਰਵਾਈ ਗਈ ਰਕਮ ਵਿੱਚ ਕੋਈ ਵੀ ਗੜਬੜ ਪਾਈ ਜਾਂਦੀ ਹੈ, ਤਾਂ ਨਗਰ ਨਿਗਮ/ਕੌਂਸਲ ਵੱਲੋਂ ਸੂਚਿਤ ਕੀਤੀ ਗਈ ਬਕਾਇਆ ਰਕਮ ਜਮ੍ਹਾਂ ਕਰਵਾਉਣ ਦੀ ਜ਼ਿੰਮੇਵਾਰੀ ਮਾਲਕ ਦੀ ਹੋਵੇਗੀ ਅਤੇ ਨਗਰ ਨਿਗਮ/ਕੌਂਸਲ ਨੂੰ ਇਸਦੀ ਵਸੂਲੀ ਦਾ ਪੂਰਾ ਅਧਿਕਾਰ ਹੋਵੇਗਾ।\n`,
|
|
2513
2521
|
bold: false,
|
|
2514
2522
|
fontSize: 9
|
|
2515
2523
|
}]
|
|
@@ -2519,7 +2527,7 @@ const getAcknowledgementData = async (application, formattedAddress, tenantInfo,
|
|
|
2519
2527
|
bold: true,
|
|
2520
2528
|
fontSize: 9
|
|
2521
2529
|
}, {
|
|
2522
|
-
text:
|
|
2530
|
+
text: `ਇਹ ਸਰਟੀਫਿਕੇਟ ਕੇਵਲ ਨਗਰ ਨਿਗਮ ਦੇ ਬਕਾਇਆ ਲਈ ਜਾਰੀ ਕੀਤਾ ਗਿਆ ਹੈ ਅਤੇ ਇਹ ਮਲਕੀਅਤ ਦਾ ਕੋਈ ਸਬੂਤ ਨਹੀਂ ਹੈ।\n`,
|
|
2523
2531
|
bold: false,
|
|
2524
2532
|
fontSize: 9
|
|
2525
2533
|
}]
|
|
@@ -14758,7 +14766,7 @@ const PayWSBillModal = ({
|
|
|
14758
14766
|
d: "M0 0h24v24H0V0z",
|
|
14759
14767
|
fill: "none"
|
|
14760
14768
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14761
|
-
d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41
|
|
14769
|
+
d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 \r 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
14762
14770
|
}));
|
|
14763
14771
|
const CloseBtn = ({
|
|
14764
14772
|
onClick
|