@djb25/digit-ui-module-ws 1.0.59 → 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 +9 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -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 [];
|
|
@@ -10097,13 +10098,13 @@ const WSCalculation = _ref => {
|
|
|
10097
10098
|
className: "ws-calc-row-label"
|
|
10098
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", {
|
|
10101
10102
|
className: "ws-calc-row"
|
|
10102
10103
|
}, /*#__PURE__*/React.createElement("span", {
|
|
10103
10104
|
className: "ws-calc-row-label"
|
|
10104
10105
|
}, t("WS_INSTITUTIONAL_REBATE"), " (", infraDetail.institutionalRebatePercentage || 0, "%)"), /*#__PURE__*/React.createElement("span", {
|
|
10105
10106
|
className: "ws-calc-row-value-red"
|
|
10106
|
-
}, "
|
|
10107
|
+
}, "\u20B9 ", ((_infraDetail$institut = infraDetail.institutionalRebateAmount) === null || _infraDetail$institut === void 0 ? void 0 : _infraDetail$institut.toLocaleString("en-IN")) || 0)), /*#__PURE__*/React.createElement("div", {
|
|
10107
10108
|
className: "ws-calc-row"
|
|
10108
10109
|
}, /*#__PURE__*/React.createElement("span", {
|
|
10109
10110
|
className: "ws-calc-row-label"
|
|
@@ -10115,7 +10116,7 @@ const WSCalculation = _ref => {
|
|
|
10115
10116
|
className: "ws-calc-row-label"
|
|
10116
10117
|
}, t("WS_DWELLING_REBATE"), " (", infraDetail.dwellingRebatePercentage || 0, "%)"), /*#__PURE__*/React.createElement("span", {
|
|
10117
10118
|
className: "ws-calc-row-value-red"
|
|
10118
|
-
}, "
|
|
10119
|
+
}, "\u20B9 ", ((_infraDetail$dwelling = infraDetail.dwellingRebateAmount) === null || _infraDetail$dwelling === void 0 ? void 0 : _infraDetail$dwelling.toLocaleString("en-IN")) || 0)), /*#__PURE__*/React.createElement("div", {
|
|
10119
10120
|
className: "ws-calc-row"
|
|
10120
10121
|
}, /*#__PURE__*/React.createElement("span", {
|
|
10121
10122
|
className: "ws-calc-row-label"
|
|
@@ -21389,8 +21390,9 @@ const PropertyWaterConnection = _ref => {
|
|
|
21389
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";
|
|
21390
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";
|
|
21391
21392
|
const isSchoolCollegeProperty = (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "School" || (watchPropertyType === null || watchPropertyType === void 0 ? void 0 : watchPropertyType.code) === "College";
|
|
21392
|
-
const
|
|
21393
|
-
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);
|
|
21394
21396
|
const yearOptions = useMemo(() => {
|
|
21395
21397
|
const currentYear = new Date().getFullYear();
|
|
21396
21398
|
const years = [];
|