@mseva/digit-ui-module-noc 1.0.78-dev.1.3 → 1.0.78-dev.1.4
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 +9 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -25694,6 +25694,7 @@ const NOCSiteDetails = _props => {
|
|
|
25694
25694
|
Controller,
|
|
25695
25695
|
control,
|
|
25696
25696
|
setValue,
|
|
25697
|
+
trigger,
|
|
25697
25698
|
errors,
|
|
25698
25699
|
errorStyle,
|
|
25699
25700
|
useFieldArray,
|
|
@@ -26177,6 +26178,9 @@ const NOCSiteDetails = _props => {
|
|
|
26177
26178
|
},
|
|
26178
26179
|
onBlur: e => {
|
|
26179
26180
|
props.onBlur(e);
|
|
26181
|
+
trigger("areaLeftForRoadWidening", {
|
|
26182
|
+
shouldFocus: false
|
|
26183
|
+
});
|
|
26180
26184
|
}
|
|
26181
26185
|
})
|
|
26182
26186
|
}), (errors === null || errors === void 0 ? void 0 : errors.areaLeftForRoadWidening) && /*#__PURE__*/React.createElement("p", {
|
|
@@ -26190,6 +26194,9 @@ const NOCSiteDetails = _props => {
|
|
|
26190
26194
|
marginBottom: "20px"
|
|
26191
26195
|
}
|
|
26192
26196
|
}, /*#__PURE__*/React.createElement(CardLabel, {
|
|
26197
|
+
style: {
|
|
26198
|
+
marginTop: "0"
|
|
26199
|
+
},
|
|
26193
26200
|
className: "card-label-smaller"
|
|
26194
26201
|
}, `${t("NOC_NET_PLOT_AREA_AFTER_WIDENING_LABEL")}`, /*#__PURE__*/React.createElement("span", {
|
|
26195
26202
|
className: "requiredField"
|
|
@@ -26957,10 +26964,10 @@ const NewNOCStepFormTwo = ({
|
|
|
26957
26964
|
control,
|
|
26958
26965
|
handleSubmit,
|
|
26959
26966
|
setValue,
|
|
26967
|
+
trigger,
|
|
26960
26968
|
formState: {
|
|
26961
26969
|
errors
|
|
26962
26970
|
},
|
|
26963
|
-
trigger,
|
|
26964
26971
|
watch
|
|
26965
26972
|
} = useForm({
|
|
26966
26973
|
defaultValues: {
|
|
@@ -26991,6 +26998,7 @@ const NewNOCStepFormTwo = ({
|
|
|
26991
26998
|
Controller,
|
|
26992
26999
|
control,
|
|
26993
27000
|
setValue,
|
|
27001
|
+
trigger,
|
|
26994
27002
|
errors,
|
|
26995
27003
|
errorStyle,
|
|
26996
27004
|
useFieldArray,
|