thm-p3-configurator 0.0.115 → 0.0.116

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.
@@ -813,6 +813,20 @@ const InternalAppointmentForm = _ref => {
813
813
  isRequired: true,
814
814
  label: "Huisnummer:",
815
815
  errorMessage: errors === null || errors === void 0 ? void 0 : errors['houseNumber']
816
+ }), /*#__PURE__*/_react.default.createElement(_TextInput.default, {
817
+ placeholder: "",
818
+ initialValue: customer.houseNumberAddition,
819
+ name: "houseNumberAddition",
820
+ onChange: value => dispatch({
821
+ type: _OrderSessionContext.orderSessionActions.SET_CUSTOMER_HOUSE_NUMBER_ADDITION,
822
+ payload: {
823
+ houseNumberAddition: value
824
+ }
825
+ }),
826
+ key: "houseNumberAddition",
827
+ isRequired: false,
828
+ label: "Huisnummer toevoeging:",
829
+ errorMessage: errors === null || errors === void 0 ? void 0 : errors['houseNumberAddition']
816
830
  }), /*#__PURE__*/_react.default.createElement(_TextInput.default, {
817
831
  placeholder: "",
818
832
  initialValue: customer.streetName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",