@djb25/digit-ui-module-ws 1.0.58 → 1.0.60
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 +33 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +33 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9719,8 +9719,9 @@ const WSCalculation = _ref => {
|
|
|
9719
9719
|
const isHospitalProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HOSPITAL_NURSING_HOME" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "DharamshalasOrHostels" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HospitalNursingHome";
|
|
9720
9720
|
const isHotelRestaurantProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HOTEL_OR_RESTAURANT" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HotelOrRestaurant";
|
|
9721
9721
|
const isSchoolCollegeProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "School" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "College";
|
|
9722
|
-
const
|
|
9723
|
-
const
|
|
9722
|
+
const dwellingPropertyTypes = ["Apartment", "DDAFlats", "GovtFlats", "Bungalows", "FlatOrApartment", "GroupHousingSociety", "JJSLUMS", "IndividualHouse"];
|
|
9723
|
+
const isDwellingUnit = dwellingPropertyTypes.includes(watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code);
|
|
9724
|
+
const isServentHouse = dwellingPropertyTypes.includes(watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code);
|
|
9724
9725
|
const categoryOptions = useMemo(() => {
|
|
9725
9726
|
var _ptServicesMastersDat, _ptServicesMastersDat2;
|
|
9726
9727
|
if (!(watchCategoryType !== null && watchCategoryType !== void 0 && watchCategoryType.code)) return [];
|
|
@@ -9872,7 +9873,7 @@ const WSCalculation = _ref => {
|
|
|
9872
9873
|
});
|
|
9873
9874
|
};
|
|
9874
9875
|
const RenderCalculationDetails = _ref2 => {
|
|
9875
|
-
var _data$Calculation, _calc$calculationDeta, _calc$calculationDeta2, _calc$calculationDeta3, _waterDemandDetail$co, _waterDemandDetail$co2, _waterDemandDetail$co3, _waterDemandDetail$co4, _waterDemandDetail$co5, _waterDemandDetail$co6, _waterDemandDetail$co7, _waterDemandDetail$co8, _waterDemandDetail$co9, _waterDemandDetail$co0, _waterDemandDetail$co1, _waterDemandDetail$co10, _waterDemandDetail$co11, _waterDemandDetail$co12, _waterDemandDetail$co13, _waterDemandDetail$co14, _waterDemandDetail$co15, _waterDemandDetail$co16, _infraDetail$waterCom, _infraDetail$sewerCom, _infraDetail$grossIFC, _infraDetail$rebateAm, _infraDetail$netIFC;
|
|
9876
|
+
var _data$Calculation, _calc$calculationDeta, _calc$calculationDeta2, _calc$calculationDeta3, _waterDemandDetail$co, _waterDemandDetail$co2, _waterDemandDetail$co3, _waterDemandDetail$co4, _waterDemandDetail$co5, _waterDemandDetail$co6, _waterDemandDetail$co7, _waterDemandDetail$co8, _waterDemandDetail$co9, _waterDemandDetail$co0, _waterDemandDetail$co1, _waterDemandDetail$co10, _waterDemandDetail$co11, _waterDemandDetail$co12, _waterDemandDetail$co13, _waterDemandDetail$co14, _waterDemandDetail$co15, _waterDemandDetail$co16, _infraDetail$waterCom, _infraDetail$sewerCom, _infraDetail$grossIFC, _infraDetail$rebateAm, _infraDetail$institut, _infraDetail$dwelling, _infraDetail$netIFC;
|
|
9876
9877
|
let data = _ref2.data;
|
|
9877
9878
|
if (!data) return null;
|
|
9878
9879
|
const calc = (_data$Calculation = data.Calculation) === null || _data$Calculation === void 0 ? void 0 : _data$Calculation[0];
|
|
@@ -10095,9 +10096,33 @@ const WSCalculation = _ref => {
|
|
|
10095
10096
|
className: "ws-calc-row"
|
|
10096
10097
|
}, /*#__PURE__*/React.createElement("span", {
|
|
10097
10098
|
className: "ws-calc-row-label"
|
|
10098
|
-
}, t("
|
|
10099
|
+
}, t("WS_COLONY_REBATE"), " (", infraDetail.rebatePercentage || 0, "%)"), /*#__PURE__*/React.createElement("span", {
|
|
10099
10100
|
className: "ws-calc-row-value-red"
|
|
10100
|
-
}, "
|
|
10101
|
+
}, "\u20B9 ", ((_infraDetail$rebateAm = infraDetail.rebateAmount) === null || _infraDetail$rebateAm === void 0 ? void 0 : _infraDetail$rebateAm.toLocaleString("en-IN")) || 0)), infraDetail.institutionalRebateApplied && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
10102
|
+
className: "ws-calc-row"
|
|
10103
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
10104
|
+
className: "ws-calc-row-label"
|
|
10105
|
+
}, t("WS_INSTITUTIONAL_REBATE"), " (", infraDetail.institutionalRebatePercentage || 0, "%)"), /*#__PURE__*/React.createElement("span", {
|
|
10106
|
+
className: "ws-calc-row-value-red"
|
|
10107
|
+
}, "\u20B9 ", ((_infraDetail$institut = infraDetail.institutionalRebateAmount) === null || _infraDetail$institut === void 0 ? void 0 : _infraDetail$institut.toLocaleString("en-IN")) || 0)), /*#__PURE__*/React.createElement("div", {
|
|
10108
|
+
className: "ws-calc-row"
|
|
10109
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
10110
|
+
className: "ws-calc-row-label"
|
|
10111
|
+
}, t("WS_INSTITUTIONAL_REBATE_REASON")), /*#__PURE__*/React.createElement("span", {
|
|
10112
|
+
className: "ws-calc-row-value"
|
|
10113
|
+
}, t(infraDetail.institutionalRebateReason) || "-"))), infraDetail.dwellingRebateApplied && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
10114
|
+
className: "ws-calc-row"
|
|
10115
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
10116
|
+
className: "ws-calc-row-label"
|
|
10117
|
+
}, t("WS_DWELLING_REBATE"), " (", infraDetail.dwellingRebatePercentage || 0, "%)"), /*#__PURE__*/React.createElement("span", {
|
|
10118
|
+
className: "ws-calc-row-value-red"
|
|
10119
|
+
}, "\u20B9 ", ((_infraDetail$dwelling = infraDetail.dwellingRebateAmount) === null || _infraDetail$dwelling === void 0 ? void 0 : _infraDetail$dwelling.toLocaleString("en-IN")) || 0)), /*#__PURE__*/React.createElement("div", {
|
|
10120
|
+
className: "ws-calc-row"
|
|
10121
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
10122
|
+
className: "ws-calc-row-label"
|
|
10123
|
+
}, t("WS_DWELLING_REBATE_REASON")), /*#__PURE__*/React.createElement("span", {
|
|
10124
|
+
className: "ws-calc-row-value"
|
|
10125
|
+
}, t(infraDetail.dwellingRebateReason) || "-"))), /*#__PURE__*/React.createElement("div", {
|
|
10101
10126
|
className: "ws-calc-highlight-green"
|
|
10102
10127
|
}, /*#__PURE__*/React.createElement("span", {
|
|
10103
10128
|
className: "ws-calc-highlight-green-label"
|
|
@@ -21365,8 +21390,9 @@ const PropertyWaterConnection = _ref => {
|
|
|
21365
21390
|
const isHospitalProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HOSPITAL_NURSING_HOME" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "DharamshalasOrHostels" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HospitalNursingHome";
|
|
21366
21391
|
const isHotelRestaurantProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HOTEL_OR_RESTAURANT" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "HotelOrRestaurant";
|
|
21367
21392
|
const isSchoolCollegeProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "School" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "College";
|
|
21368
|
-
const
|
|
21369
|
-
const
|
|
21393
|
+
const dwellingPropertyTypes = ["Apartment", "DDAFlats", "GovtFlats", "Bungalows", "FlatOrApartment", "GroupHousingSociety", "JJSLUMS", "IndividualHouse"];
|
|
21394
|
+
const isDwellingUnit = dwellingPropertyTypes.includes(watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code);
|
|
21395
|
+
const isServentHouse = dwellingPropertyTypes.includes(watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code);
|
|
21370
21396
|
const yearOptions = useMemo(() => {
|
|
21371
21397
|
const currentYear = new Date().getFullYear();
|
|
21372
21398
|
const years = [];
|